Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
35         Log: The existence shall be MANIFESted.
36      Branch: perl
37            ! MANIFEST
38 ____________________________________________________________________________
39 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
40         Log: The old libnet.cfg is first searched from the current directory,
41              only then from the module path.
42      Branch: perl
43            ! utils/libnetcfg.PL
44 ____________________________________________________________________________
45 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
46         Log: NetWare tweaks from Guruprasad.
47      Branch: perl
48            ! NetWare/Makefile NetWare/config.wc
49 ____________________________________________________________________________
50 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
51         Log: Subject: [PATCH] djgpp updates
52              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
53              Date: Tue, 19 Jun 2001 10:59:06 +0200
54              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
55      Branch: perl
56            ! djgpp/config.over djgpp/fixpmain
57 ____________________________________________________________________________
58 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
59         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
60              From: Prymmer/Kahn <pvhp@best.com>
61              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
62              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
63      Branch: perl
64            ! win32/Makefile
65 ____________________________________________________________________________
66 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
67         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
68              to happen right after the inclusion of <inttypes.h>,
69              from Edward Moy.
70      Branch: perl
71            ! handy.h perl.h
72 ____________________________________________________________________________
73 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
74         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
75              From: Doug MacEachern <dougm@covalent.net>
76              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
77              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
78      Branch: perl
79            ! ext/DynaLoader/DynaLoader_pm.PL
80 ____________________________________________________________________________
81 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
82         Log: Revert #10656 for perfomance reasons but leave in the
83              use of Hv*() macros -- in comments, so that grepping the
84              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
85              suggested by Sarathy, also by Abhijit.)
86      Branch: perl
87            ! hv.c
88 ____________________________________________________________________________
89 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
90         Log: Subject: [patch] .s MakeMaker suffix
91              From: Doug MacEachern <dougm@covalent.net>
92              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
93              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
94      Branch: perl
95            ! lib/ExtUtils/MM_Unix.pm
96 ____________________________________________________________________________
97 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
98         Log: One test lost in the big shuffle restored.
99      Branch: perl
100            + ext/IPC/SysV/ipcsysv.t
101            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
102 ____________________________________________________________________________
103 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
104         Log: Rename the old non-standard threads tests so that
105              they won't be invoked.
106      Branch: perl
107            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
108            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
109            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
110            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
111            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
112            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
113            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
114            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
115            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
116            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
117            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
118            - ext/Thread/unsync4.t
119            ! MANIFEST
120 ____________________________________________________________________________
121 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
122         Log: Integrate perlio.
123      Branch: perl
124           !> win32/config_sh.PL
125 ____________________________________________________________________________
126 [ 10709] By: nick                                  on 2001/06/19  08:18:18
127         Log: Integrate mainline
128      Branch: perlio
129           +> (branch 40 files)
130            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
131            - lib/strict/subs lib/strict/vars lib/warnings/1global
132            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
133            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
134            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
135            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
136            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
137            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
138            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
139            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
140            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
141            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
142            - lib/warnings/utf8 lib/warnings/util
143           !> (integrate 57 files)
144 ____________________________________________________________________________
145 [ 10708] By: nick                                  on 2001/06/19  07:57:10
146         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
147      Branch: perlio
148            ! win32/config_sh.PL
149 ____________________________________________________________________________
150 [ 10707] By: nick                                  on 2001/06/19  07:05:07
151         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
152      Branch: perl
153            ! perly.c perly.y perly_c.diff vms/perly_c.vms
154 ____________________________________________________________________________
155 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
156         Log: More perl572delta tweaks.
157      Branch: perl
158            ! pod/perl572delta.pod
159 ____________________________________________________________________________
160 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
161         Log: Update perl572delta.
162      Branch: perl
163            ! pod/perl572delta.pod
164 ____________________________________________________________________________
165 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
166         Log: VOS updates from Paul Green.
167      Branch: perl
168            ! vos/Changes vos/build.cm vos/perl.bind
169 ____________________________________________________________________________
170 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
171         Log: Update the vos/config.*.* files.
172      Branch: perl
173            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
174            ! vos/config.ga.h
175 ____________________________________________________________________________
176 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
177         Log: Add a makefile for more painless adding of symbols to the
178              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
179              takes care of the adding)
180      Branch: perl
181            + vos/Makefile
182 ____________________________________________________________________________
183 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
184         Log: Make libnetcfg by default display the libnet configuration,
185              -c to change, add -i for old config, document all options,
186              regen toc.
187      Branch: perl
188            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
189 ____________________________________________________________________________
190 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
191         Log: gcc -Wall sweep.
192      Branch: perl
193            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
194 ____________________________________________________________________________
195 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
196         Log: So there.
197      Branch: perl
198            ! universal.c
199 ____________________________________________________________________________
200 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
201         Log: Document the need for sv_printify().
202              
203              Document that 'use utf8' has been considered.
204              
205              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
206      Branch: perl
207            ! pod/perltodo.pod universal.c
208 ____________________________________________________________________________
209 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
210         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
211              From: Nicholas Clark <nick@ccl4.org>
212              Date: Mon, 18 Jun 2001 23:29:23 +0100
213              Message-ID: <20010618232923.I98663@plum.flirble.org>
214      Branch: perl
215            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
216            ! ext/Sys/Syslog/Makefile.PL
217 ____________________________________________________________________________
218 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
219         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
220              From: Scott.L.Miller@Compaq.com
221              Date: Mon, 18 Jun 2001 10:12:27 -0500
222              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
223      Branch: perl
224            ! lib/perl5db.pl pod/perldebug.pod
225 ____________________________________________________________________________
226 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
227         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
228              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
229              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
230              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
231      Branch: perl
232            ! lib/Carp/Heavy.pm
233 ____________________________________________________________________________
234 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
235         Log: Subject: [PATCH] Documentation changes for CLONE
236              From: Artur Bergman <artur@contiller.se>
237              Date: Mon, 18 Jun 2001 22:06:37 +0200
238              Message-ID: <B7542BEC.1719%artur@contiller.se>
239      Branch: perl
240            ! pod/perlmod.pod pod/perlsub.pod
241 ____________________________________________________________________________
242 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
243         Log: Subject: Re: configure.com
244              From: "Craig A. Berry" <craigberry@mac.com>
245              Date: Mon, 18 Jun 2001 16:04:38 -0500
246              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
247      Branch: perl
248            ! configure.com
249 ____________________________________________________________________________
250 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
251         Log: Subject: PL_nullstash + perl_clone()
252              From: Doug MacEachern <dougm@covalent.net>
253              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
254              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
255      Branch: perl
256            ! sv.c
257 ____________________________________________________________________________
258 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
259         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
260              From: davem@fdgroup.co.uk
261              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
262              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
263      Branch: perl
264            ! embed.pl pod/perlapi.pod
265 ____________________________________________________________________________
266 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
267         Log: More cross-compilation defaults gleaned from -Dcc
268              if it is CPU-OS-gcc.
269      Branch: metaconfig
270            ! U/modified/libc.U
271      Branch: metaconfig/U/perl
272            ! Cross.U
273      Branch: perl
274            ! Configure INSTALL
275 ____________________________________________________________________________
276 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
277         Log: Update Changes.
278      Branch: perl
279            ! Changes patchlevel.h
280 ____________________________________________________________________________
281 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
282         Log: Subject: [PATCH 5.7.1] sv.c documentation
283              From: davem@fdgroup.co.uk
284              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
285              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
286      Branch: perl
287            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
288            ! sv.c sv.h
289 ____________________________________________________________________________
290 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
291         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
292              From: "Jon Gunnip" <jongunnip@hotmail.com>
293              Date: Sun, 17 Jun 2001 18:24:29 -0400
294              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
295      Branch: perl
296            ! pod/perlvar.pod
297 ____________________________________________________________________________
298 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
299         Log: Move the locale/strict/warnings helper files back
300              under the t/lib; this way the amount of non-installabled
301              stuff under lib/ stays smaller.
302      Branch: perl
303            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
304            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
305            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
306            + t/lib/warnings/5nolint t/lib/warnings/6default
307            + t/lib/warnings/7fatal t/lib/warnings/8signal
308            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
309            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
310            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
311            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
312            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
313            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
314            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
315            + t/lib/warnings/taint t/lib/warnings/toke
316            + t/lib/warnings/universal t/lib/warnings/utf8
317            + t/lib/warnings/util
318            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
319            - lib/strict/subs lib/strict/vars lib/warnings/1global
320            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
321            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
322            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
323            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
324            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
325            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
326            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
327            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
328            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
329            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
330            - lib/warnings/utf8 lib/warnings/util
331            ! MANIFEST installperl lib/locale.t lib/strict.t
332 ____________________________________________________________________________
333 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
334         Log: Split off the pack/unpack code, from Nicholas Clark.
335      Branch: perl
336            + pp_pack.c
337            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
338            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
339            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
340 ____________________________________________________________________________
341 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
342         Log: Guard the SysV IPC tests against being invoked in
343              SysV-IPC-less places.
344      Branch: perl
345            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
346 ____________________________________________________________________________
347 [ 10683] By: nick                                  on 2001/06/18  12:24:42
348         Log: Integrate mainline (new test scheme now ok on Linux).
349      Branch: perlio
350           +> lib/warnings.t
351           !> dump.c sv.c
352 ____________________________________________________________________________
353 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
354         Log: Add the locale.c and numeric.c to the microperl sources.
355      Branch: perl
356            ! Makefile.micro win32/Makefile
357 ____________________________________________________________________________
358 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
359         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
360              From: Abhijit Menon-Sen <ams@wiw.org>
361              Date: Mon, 18 Jun 2001 14:23:44 +0530
362              Message-ID: <20010618142344.A13136@lustre.linux.in>
363      Branch: perl
364            ! dump.c
365 ____________________________________________________________________________
366 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
367         Log: Subject: Re: [PATCH] more anonymous stash cleanups
368              From: Abhijit Menon-Sen <ams@wiw.org>
369              Date: Mon, 18 Jun 2001 15:50:32 +0530
370              Message-ID: <20010618155032.A13223@lustre.linux.in>
371              
372              Plus the comment left in as suggested by NI-S.
373      Branch: perl
374            ! sv.c
375 ____________________________________________________________________________
376 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
377         Log: One missed file.
378      Branch: perl
379            + lib/warnings.t
380 ____________________________________________________________________________
381 [ 10678] By: nick                                  on 2001/06/18  08:05:29
382         Log: Integrate mainline (part2 - the deletes)
383      Branch: perlio
384            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
385            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
386            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
387            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
388            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
389            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
390            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
391            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
392            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
393            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
394            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
395 ____________________________________________________________________________
396 [ 10677] By: nick                                  on 2001/06/18  08:04:44
397         Log: Integrate mainline (part1)
398      Branch: perlio
399           +> (branch 376 files)
400            - (delete 219 files)
401           !> (integrate 151 files)
402 ____________________________________________________________________________
403 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
404         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
405              No doubt I made some mistakes like missed some files or
406              misnamed some files.  The naming rules were more or less:
407              (1) if the module is from CPAN, follows its ways, be it
408              t/*.t or test.pl.
409              (2) otherwise if there are multiple tests for a module
410              put them in a t/
411              (3) otherwise if there's only one test put it in Module.t
412              (4) helper files go to module/ (locale, strict, warnings)
413              (5) use longer filenames now that we can (but e.g. the
414              compat-0.6.t and the Text::Balanced test files still
415              were renamed to be more civil against the 8.3 people)
416              installperl was updated appropriately not to install the
417              *.t files or the help files from under lib.
418              
419              TODO: some helper files still remain under t/ that could
420              follow their 'masters'.  UPDATE: On second thoughts, why
421              should they.  They can continue to live under t/lib, and
422              in fact the locale/strict/warnings helpers that were moved
423              could be moved back.  This way the amount of non-installable
424              stuff under lib/ stays smaller.
425      Branch: perl
426            + (add 253 files)
427            - (delete 254 files)
428            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
429 ____________________________________________________________________________
430 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
431         Log: The warning no more comes from util.c, it comes from numeric.c.
432      Branch: perl
433            ! README.tru64
434 ____________________________________________________________________________
435 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
436         Log: Subject: Re: anyone good at casting spells?
437              From: Spider Boardman <spider@Orb.Nashua.NH.US>
438              Date: Sun, 17 Jun 2001 21:21:04 -0400
439              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
440      Branch: perl
441            ! ext/POSIX/POSIX.xs hv.h
442 ____________________________________________________________________________
443 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
444         Log: Protect the (original) thread tests against testing if no 5.005
445              threads have been configured.
446      Branch: perl
447            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
448            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
449            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
450            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
451            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
452            ! ext/Thread/unsync4.t
453 ____________________________________________________________________________
454 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
455         Log: Try the new test scanning scheme on Text::Abbrev.
456      Branch: perl
457            + lib/Text/Abbrev.t
458            - lib/Text/Abbrev/t/abbrev.t
459            ! MANIFEST
460 ____________________________________________________________________________
461 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
462         Log: Change the scan policy of the *.t and test.pl files,
463              now the *.t do not need to live in a t/ directory.
464      Branch: perl
465            ! t/TEST t/harness
466 ____________________________________________________________________________
467 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
468         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
469              From: Ilmari Karonen <iltzu@sci.fi>
470              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
471              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
472      Branch: perl
473            ! pod/perlfaq7.pod
474 ____________________________________________________________________________
475 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
476         Log: Quench the warnings from Tru64; the HP-UX is still
477              broken because it really, REALLY, doesn't like the
478              HvARRAY() being lvalue:
479              
480              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
481              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
482      Branch: perl
483            ! hv.c
484 ____________________________________________________________________________
485 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
486         Log: Integrate change #10667 from maintperl:
487              
488              change#10449 broke the special-case that makes lexicals inside the
489              eval"" within DB::DB() visible
490      Branch: perl
491           !> op.c
492 ____________________________________________________________________________
493 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
494         Log: change#10449 broke the special-case that makes lexicals inside the
495              eval"" within DB::DB() visible
496      Branch: maint-5.6/perl
497            ! op.c
498 ____________________________________________________________________________
499 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
500         Log: Still spurious output; indent the code a bit.
501              
502              TODO1: separate the utility functions like MkDir
503              into a helper script?
504              
505              TODO2: I see a lot of repetition in the filepath()
506              and dirpath() calls.
507      Branch: perl
508            ! t/lib/filefind.t t/lib/findtaint.t
509 ____________________________________________________________________________
510 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
511         Log: Regen modlib, toc.
512      Branch: perl
513            ! pod/perlmodlib.pod pod/perltoc.pod
514 ____________________________________________________________________________
515 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
516         Log: Add libnetcfg to perlutil.
517      Branch: perl
518            ! pod/perlutil.pod
519 ____________________________________________________________________________
520 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
521         Log: Initial integration of libnet-1.0703.
522              The Configure script renamed as libnetcfg, will be
523              installed along other utilities.
524      Branch: perl
525            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
526            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
527            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
528            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
529            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
530            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
531            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
532            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
533            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
534            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
535            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
536            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
537            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
538            + utils/libnetcfg.PL
539            ! MANIFEST utils.lst utils/Makefile
540 ____________________________________________________________________________
541 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
542         Log: Less potentially test-harness-confusing output.
543      Branch: perl
544            ! lib/Memoize/t/expire_module_t.t
545 ____________________________________________________________________________
546 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
547         Log: The final print annoys make test.
548      Branch: perl
549            ! t/lib/filefind.t t/lib/findtaint.t
550 ____________________________________________________________________________
551 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
552         Log: Add an option for handling dangling symbolic links.
553      Branch: perl
554            ! lib/File/Find.pm t/lib/filefind.t
555 ____________________________________________________________________________
556 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
557         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
558              From: Thomas Wegner <wegner_thomas@yahoo.com>
559              Date: Sun, 17 Jun 2001 14:43:11 +0200
560              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
561      Branch: perl
562            + t/lib/findtaint.t
563            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
564 ____________________________________________________________________________
565 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
566         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
567              From: Jonathan Stowe <gellyfish@gellyfish.com>
568              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
569              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
570      Branch: perl
571            ! lib/ExtUtils/MM_Unix.pm
572 ____________________________________________________________________________
573 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
574         Log: Subject: [PATCH] more anonymous stash cleanups
575              From: Abhijit Menon-Sen <ams@wiw.org>
576              Date: Sun, 17 Jun 2001 11:44:06 +0530
577              Message-ID: <20010617114406.A25203@lustre.linux.in>
578      Branch: perl
579            ! op.c
580 ____________________________________________________________________________
581 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
582         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
583              From: Abhijit Menon-Sen <ams@wiw.org>
584              Date: Sun, 17 Jun 2001 08:02:59 +0530
585              Message-ID: <20010617080259.A28776@lustre.linux.in>
586              
587              Subject: [PATCH #2/7] xhv_eiter
588              From: Abhijit Menon-Sen <ams@wiw.org>
589              Date: Sun, 17 Jun 2001 08:13:18 +0530
590              Message-ID: <20010617081318.B28776@lustre.linux.in>
591              
592              Subject: [PATCH #3/7] xhv_fill
593              From: Abhijit Menon-Sen <ams@wiw.org>
594              Date: Sun, 17 Jun 2001 08:25:16 +0530
595              Message-ID: <20010617082516.C28776@lustre.linux.in>
596              
597              Subject: [PATCH #4/7] xhv_keys
598              From: Abhijit Menon-Sen <ams@wiw.org>
599              Date: Sun, 17 Jun 2001 08:36:17 +0530
600              Message-ID: <20010617083617.D28776@lustre.linux.in>
601              
602              Subject: [PATCH #5/7] xhv_max
603              From: Abhijit Menon-Sen <ams@wiw.org>
604              Date: Sun, 17 Jun 2001 08:39:48 +0530
605              Message-ID: <20010617083948.E28776@lustre.linux.in>
606              
607              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
608              From: Abhijit Menon-Sen <ams@wiw.org>
609              Date: Sun, 17 Jun 2001 08:51:11 +0530
610              Message-ID: <20010617085111.F28776@lustre.linux.in>
611      Branch: perl
612            ! hv.c
613 ____________________________________________________________________________
614 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
615         Log: Update Changes.
616      Branch: perl
617            ! Changes patchlevel.h
618 ____________________________________________________________________________
619 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
620         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
621              From: Abhijit Menon-Sen <ams@wiw.org>
622              Date: Sat, 16 Jun 2001 07:41:19 +0530
623              Message-ID: <20010616074119.A24720@lustre.linux.in>
624      Branch: perl
625            ! hv.c perl.c vms/vmsish.h win32/win32.h
626 ____________________________________________________________________________
627 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
628         Log: Document tests failing when threaded, since we now have more.
629      Branch: perl
630            ! pod/perl572delta.pod
631 ____________________________________________________________________________
632 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
633         Log: -Wall cleanup.
634      Branch: perl
635            ! ext/Thread/Thread.xs
636 ____________________________________________________________________________
637 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
638         Log: pthread_attr_setstacksize() isn't absolutely necessary
639              to call, only iff THREAD_CREATE_NEEDS_STACK.
640      Branch: perl
641            ! ext/Thread/Thread.xs
642 ____________________________________________________________________________
643 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
644         Log: -Wall strays.
645      Branch: perl
646            ! perl.c util.c
647 ____________________________________________________________________________
648 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
649         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
650              (and INT64_MIN) brokenness.
651      Branch: perl
652            ! hints/darwin.sh perl.h
653 ____________________________________________________________________________
654 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
655         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
656              From: Nicholas Clark <nick@ccl4.org>
657              Date: Sun, 17 Jun 2001 00:16:05 +0100
658              Message-ID: <20010617001605.V98663@plum.flirble.org>
659      Branch: perl
660            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
661            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
662            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
663 ____________________________________________________________________________
664 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
665         Log: Add perlnetware to docs; regen toc; supply skeleton
666              docs for some Memoize submodules.
667      Branch: perl
668            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
669            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
670            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
671            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
672            ! win32/Makefile win32/makefile.mk
673 ____________________________________________________________________________
674 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
675         Log: pod cleanup.
676      Branch: perl
677            ! README.netware
678 ____________________________________________________________________________
679 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
680         Log: Integrate Memoize 0.64.  Few tweaks were required in
681              the test scripts.  Note that the speed and expire*
682              tests take several dozen seconds to run.
683      Branch: perl
684            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
685            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
686            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
687            + lib/Memoize/README lib/Memoize/SDBM_File.pm
688            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
689            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
690            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
691            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
692            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
693            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
694            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
695            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
696            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
697            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
698            ! MANIFEST t/lib/1_compile.t
699 ____________________________________________________________________________
700 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
701         Log: Document the cross-compilation options.
702      Branch: perl
703            ! Cross/README INSTALL
704 ____________________________________________________________________________
705 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
706         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
707      Branch: perl
708            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
709            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
710            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
711            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
712            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
713            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
714            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
715            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
716            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
717            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
718            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
719            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
720            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
721            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
722            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
723            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
724            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
725            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
726            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
727            + lib/ExtUtils/MM_NW5.pm
728            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
729            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
730            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
731            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
732            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
733            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
734            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
735            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
736            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
737            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
738            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
739            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
740            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
741            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
742            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
743            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
744            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
745            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
746            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
747            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
748            ! util.h x2p/a2py.c
749 ____________________________________________________________________________
750 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
751         Log: Resort MANIFEST.
752      Branch: perl
753            ! MANIFEST
754 ____________________________________________________________________________
755 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
756         Log: Integrate perlio.
757      Branch: perl
758           +> win32/win32io.c
759           !> MANIFEST perlio.c perliol.h win32/makefile.mk
760 ____________________________________________________________________________
761 [ 10640] By: nick                                  on 2001/06/16  18:38:31
762         Log: Disable :win32 layer as default till I get it working
763      Branch: perlio
764            ! MANIFEST perlio.c
765 ____________________________________________________________________________
766 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
767         Log: Try the new scheme by moving the Text::Abbrev test
768              to a new place under lib.
769      Branch: perl
770            + lib/Text/Abbrev/t/abbrev.t
771            - t/lib/abbrev.t
772            ! MANIFEST
773 ____________________________________________________________________________
774 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
775         Log: Make the code even more dynamical so that testname
776              suffix length can change.
777      Branch: perl
778            ! lib/Test/Harness.pm t/TEST
779 ____________________________________________________________________________
780 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
781         Log: Allow for deeper t/ and also a single test.pl.
782      Branch: perl
783            ! t/TEST t/harness
784 ____________________________________________________________________________
785 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
786         Log: #define fix from Nicholas Clark.
787      Branch: perl
788            ! ext/POSIX/POSIX.xs
789 ____________________________________________________________________________
790 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
791         Log: Initialization is nice.
792      Branch: perl
793            ! lib/Test/Harness.pm
794 ____________________________________________________________________________
795 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
796         Log: Make t/TEST and t/harness to test also the t/ tests
797              under the main lib/ and ext/ directories.  Fix Test::Harness
798              to dynamically change the width of its "foo/bar....ok" output.
799      Branch: perl
800            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
801 ____________________________________________________________________________
802 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
803         Log: Subject: [PATCH] Re: perl@10611 
804              From: Nicholas Clark <nick@ccl4.org>
805              Date: Sat, 16 Jun 2001 16:52:47 +0100
806              Message-ID: <20010616165247.O98663@plum.flirble.org>
807              
808              The .xs parts, too.
809      Branch: perl
810            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
811            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
812 ____________________________________________________________________________
813 [ 10632] By: nick                                  on 2001/06/16  16:44:35
814         Log: Work-in-progress win32 layer semi-functional, checking 
815              for UNIX breakage.
816      Branch: perlio
817            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
818 ____________________________________________________________________________
819 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
820         Log: Subject: [PATCH] Re: perl@10611 
821              From: Nicholas Clark <nick@ccl4.org>
822              Date: Sat, 16 Jun 2001 16:52:47 +0100
823              Message-ID: <20010616165247.O98663@plum.flirble.org>
824      Branch: perl
825            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
826            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
827            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
828            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
829            ! lib/ExtUtils/Constant.pm
830 ____________________________________________________________________________
831 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
832         Log: Metaconfig unit change for #10629.
833      Branch: metaconfig
834            ! U/modified/Finish.U
835 ____________________________________________________________________________
836 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
837         Log: The extraction changed directories.
838      Branch: perl
839            ! Configure
840 ____________________________________________________________________________
841 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
842         Log: Math::BigInt 1.35 from Tels.
843      Branch: perl
844            + t/lib/mbimbf.t
845            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
846            ! t/lib/bigfltpm.t t/lib/bigintpm.t
847 ____________________________________________________________________________
848 [ 10627] By: nick                                  on 2001/06/16  14:54:52
849         Log: Work in progress UNIX-side edit of win32 PerLIO layer
850      Branch: perlio
851            + win32/win32io.c
852            ! perlio.c win32/makefile.mk
853 ____________________________________________________________________________
854 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
855         Log: Subject: [PATCH 5.6.1] os2/diff-configure
856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
857              Date: Fri, 15 Jun 2001 01:19:36 -0400
858              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
859              
860              Empty all of it because I think #10624 made even the
861              last patch hunk unnecessary.
862      Branch: perl
863            ! os2/diff.configure
864 ____________________________________________________________________________
865 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
866         Log: Metaconfig unit change for 10624.
867      Branch: metaconfig
868            ! U/modified/libc.U
869      Branch: perl
870            ! config_h.SH
871 ____________________________________________________________________________
872 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
873         Log: Move the initialization of libnames to the beginning so
874              that can one 'seed' it (as OS/2 does.)
875      Branch: perl
876            ! Configure
877 ____________________________________________________________________________
878 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
879         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
881              Date: Fri, 15 Jun 2001 19:10:57 -0400
882              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
883      Branch: perl
884            ! os2/OS2/REXX/DLL/DLL.pm
885 ____________________________________________________________________________
886 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
887         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
888              From: "Craig A. Berry" <craigberry@mac.com>
889              Date: Fri, 15 Jun 2001 17:00:03 -0500
890              Message-Id: <a05101007b750342599be@[172.16.52.1]>
891      Branch: perl
892            ! vms/descrip_mms.template
893 ____________________________________________________________________________
894 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
895         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
896              From: "Craig A. Berry" <craigberry@mac.com>
897              Date: Fri, 15 Jun 2001 18:39:42 -0500
898              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
899      Branch: perl
900            ! lib/File/Spec/VMS.pm t/lib/extutils.t
901 ____________________________________________________________________________
902 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
903         Log: Integrate perlio.
904      Branch: perl
905           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
906           !> t/io/utf8.t t/lib/io_scalar.t
907 ____________________________________________________________________________
908 [ 10619] By: nick                                  on 2001/06/15  21:05:19
909         Log: Generated files
910      Branch: perlio
911            ! embed.h proto.h
912 ____________________________________________________________________________
913 [ 10618] By: nick                                  on 2001/06/15  20:27:42
914         Log: Fix open.pm to work via XS-implemented method calls rather
915              than *open::layers variables which caused all the HV/AV hassle.
916      Branch: perlio
917            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
918            ! t/lib/io_scalar.t
919 ____________________________________________________________________________
920 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
921         Log: Integrate perlio.
922      Branch: perl
923           !> lib/ExtUtils/Constant.pm
924 ____________________________________________________________________________
925 [ 10616] By: nick                                  on 2001/06/15  18:46:47
926         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
927      Branch: perlio
928            ! lib/ExtUtils/Constant.pm
929 ____________________________________________________________________________
930 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
931         Log: Integrate perlio.
932      Branch: perl
933           !> ext/Socket/Socket.xs
934 ____________________________________________________________________________
935 [ 10614] By: nick                                  on 2001/06/15  18:33:37
936         Log: MULTIPLICITY fix for Socket.xs
937      Branch: perlio
938            ! ext/Socket/Socket.xs
939 ____________________________________________________________________________
940 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
941         Log: Subject: Re: perl@10611
942              From: Doug MacEachern <dougm@covalent.net>
943              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
944              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
945      Branch: perl
946            ! ext/Socket/Socket.xs
947 ____________________________________________________________________________
948 [ 10612] By: nick                                  on 2001/06/15  16:14:38
949         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
950      Branch: perlio
951           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
952           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
953           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
954           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
955           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
956           !> utils/h2ph.PL
957 ____________________________________________________________________________
958 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
959         Log: Update Changes.
960      Branch: perl
961            ! Changes patchlevel.h
962 ____________________________________________________________________________
963 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
964         Log: Upping the test count.
965      Branch: perl
966            ! t/lib/filefind.t
967 ____________________________________________________________________________
968 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
969         Log: Integrate perlio.
970      Branch: perl
971           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
972 ____________________________________________________________________________
973 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
974         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
975              From: andreas.koenig@anima.de (Andreas J. Koenig)
976              Date: 15 Jun 2001 13:30:39 +0200
977              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
978              
979              Record the grim history.
980      Branch: perl
981            ! lib/File/Find.pm
982 ____________________________________________________________________________
983 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
984         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
985              From: Brian McCauley <nobull@mail.com>
986              Date: 15 Jun 2001 07:51:26 +0100
987              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
988      Branch: perl
989            ! lib/File/Find.pm t/lib/filefind.t
990 ____________________________________________________________________________
991 [ 10606] By: nick                                  on 2001/06/15  14:00:08
992         Log: regen_config_h for Win32.
993      Branch: perlio
994            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
995 ____________________________________________________________________________
996 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
997         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
998              From: Peter Prymmer <pvhp@forte.com>
999              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
1000              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
1001      Branch: perl
1002            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
1003 ____________________________________________________________________________
1004 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
1005         Log: Some filesystems require writability for rename/unlink.
1006      Branch: perl
1007            ! opcode.pl
1008 ____________________________________________________________________________
1009 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
1010         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
1011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
1012              Date: Fri, 15 Jun 2001 12:08:53 +0200
1013              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
1014      Branch: perl
1015            ! perlio.c
1016 ____________________________________________________________________________
1017 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
1018         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
1019              From: Mike Guy <mjtg@cam.ac.uk>
1020              Date: Fri, 15 Jun 2001 14:11:49 +0100
1021              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
1022      Branch: perl
1023            ! opcode.pl
1024 ____________________________________________________________________________
1025 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
1026         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
1027              From: Nicholas Clark <nick@ccl4.org>
1028              Date: Thu, 14 Jun 2001 23:52:56 +0100
1029              Message-ID: <20010614235256.G98663@plum.flirble.org>
1030      Branch: perl
1031            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
1032            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1033 ____________________________________________________________________________
1034 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
1035         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
1036              From: Russ Allbery <rra@stanford.edu>
1037              Date: 14 Jun 2001 13:24:43 -0700
1038              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
1039      Branch: perl
1040            ! ext/GDBM_File/GDBM_File.pm
1041 ____________________________________________________________________________
1042 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
1043         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
1044              From: Nicholas Clark <nick@ccl4.org>
1045              Date: Thu, 14 Jun 2001 20:37:47 +0100
1046              Message-ID: <20010614203747.F98663@plum.flirble.org>
1047      Branch: perl
1048            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1049            ! t/lib/gdbm.t
1050 ____________________________________________________________________________
1051 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
1052         Log: Integrate perlio.
1053      Branch: perl
1054           !> makedef.pl sv.c
1055 ____________________________________________________________________________
1056 [ 10597] By: nick                                  on 2001/06/15  11:08:13
1057         Log: Check that HVs with HvNAME() != NULL are really stashes before
1058              treating them as such. Also be more defensive on the GvCV.
1059              Win32 fork and dprof now working again. 
1060      Branch: perlio
1061            ! sv.c
1062 ____________________________________________________________________________
1063 [ 10596] By: nick                                  on 2001/06/15  10:11:20
1064         Log: Integrate mainline.
1065      Branch: perlio
1066           +> Cross/README
1067           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1068           !> Porting/config_H config_h.SH configure.com epoc/config.sh
1069           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
1070           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1071           !> vos/config.ga.h win32/config.bc win32/config.gc
1072           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1073           !> win32/config_H.vc
1074 ____________________________________________________________________________
1075 [ 10595] By: nick                                  on 2001/06/15  09:37:17
1076         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
1077              - Win32 (VC++) now builds but fails:
1078              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
1079              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
1080              write.t    - open(...,"|-") not implemented on Win32 
1081      Branch: perlio
1082            ! makedef.pl
1083 ____________________________________________________________________________
1084 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
1085         Log: Integrate perlio.
1086      Branch: perl
1087           !> perlio.c win32/makefile.mk
1088 ____________________________________________________________________________
1089 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
1090         Log: Metaconfig unit changes for #10592.
1091      Branch: metaconfig
1092            + U/modified/i_varhdr.U U/modified/startsh.U
1093            - U/a_dvisory/crosscompile.U U/target/Target.U
1094            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1095            ! U/compline/bitpbyte.U U/compline/byteorder.U
1096            ! U/compline/ccflags.U U/compline/charsize.U
1097            ! U/compline/d_casti32.U U/compline/d_castneg.U
1098            ! U/compline/d_closedir.U U/compline/d_fd_set.U
1099            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
1100            ! U/compline/d_keepsig.U U/compline/d_open3.U
1101            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
1102            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
1103            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
1104            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
1105            ! U/compline/doublesize.U U/compline/floatsize.U
1106            ! U/compline/nblock_io.U U/compline/orderlib.U
1107            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
1108            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
1109            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
1110            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
1111            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
1112            ! U/modified/spitshell.U U/threads/archname.U
1113            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
1114            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
1115            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
1116            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
1117            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
1118      Branch: metaconfig/U/perl
1119            + Cross.U
1120            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
1121            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
1122            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
1123            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
1124            ! stdio_streams.U uselfs.U
1125 ____________________________________________________________________________
1126 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
1127         Log: The first steps towards cross-compilation.
1128              
1129              Abstract execution of compiled test executables with $run,
1130              and abstract transfer of files with $to and $from.
1131              
1132              Under cross-compilation the $run, $to, and $from will point
1133              to appropriate wrapper scripts, by default ssh and scp,
1134              but also rsh, rcp, and cp are supported.  If not
1135              cross-compiling, they will be set to '', ':', and ':',
1136              respectively.
1137              
1138              With these patches I was able to get Configure for
1139              iPAQ ARM Linux on an Intel Linux about 95% right
1140              (only a few tests failed to execute or they produced
1141              incorrect results), and I was able to compile
1142              a functional miniperl.
1143              
1144              The symbol crosscompile renamed to be usecrosscompile,
1145              the corresponding C symbol from CROSSCOMPILE to
1146              USE_CROSS_COMPILE.
1147      Branch: perl
1148            ! Configure Cross/README Makefile.SH Porting/Glossary
1149            ! Porting/config.sh Porting/config_H config_h.SH configure.com
1150            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
1151            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1152            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1153            ! win32/config.gc win32/config.vc win32/config_H.bc
1154            ! win32/config_H.gc win32/config_H.vc
1155 ____________________________________________________________________________
1156 [ 10591] By: nick                                  on 2001/06/14  20:00:12
1157         Log: Steps along the road toward Win32 building again.
1158      Branch: perlio
1159            ! perlio.c win32/makefile.mk
1160 ____________________________________________________________________________
1161 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
1162         Log: Integrate perlio.
1163      Branch: perl
1164           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1165 ____________________________________________________________________________
1166 [ 10589] By: nick                                  on 2001/06/14  13:54:07
1167         Log: Routine regen_config_h for Win32
1168      Branch: perlio
1169            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1170 ____________________________________________________________________________
1171 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
1172         Log: Integrate perlio.
1173      Branch: perl
1174           +> perlyline.pl
1175           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
1176 ____________________________________________________________________________
1177 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
1178         Log: A placeholder.
1179      Branch: perl
1180            + Cross/README
1181 ____________________________________________________________________________
1182 [ 10586] By: nick                                  on 2001/06/14  08:25:07
1183         Log: Add new step to run_byacc which:
1184              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
1185              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
1186      Branch: perlio
1187            + perlyline.pl
1188            ! MANIFEST Makefile.SH perly.c
1189 ____________________________________________________________________________
1190 [ 10585] By: nick                                  on 2001/06/14  08:22:29
1191         Log: Integrate mainline
1192      Branch: perlio
1193           +> locale.c numeric.c
1194           !> Changes cygwin/Makefile.SHs embed.h embed.pl
1195           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
1196           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
1197           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
1198           !> x2p/Makefile.SH
1199 ____________________________________________________________________________
1200 [ 10584] By: nick                                  on 2001/06/14  08:05:53
1201         Log: Hack to remove insecure directories from PATH so test will run.
1202      Branch: perlio
1203            ! t/lib/filefind.t
1204 ____________________________________________________________________________
1205 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
1206         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
1207      Branch: perl
1208            - t/lib/mbimbf.t
1209            ! MANIFEST
1210 ____________________________________________________________________________
1211 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
1212         Log: Detypo.
1213      Branch: perl
1214            ! x2p/Makefile.SH
1215 ____________________________________________________________________________
1216 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
1217         Log: de-$CONFIG continues.
1218      Branch: perl
1219            ! cygwin/Makefile.SHs x2p/Makefile.SH
1220 ____________________________________________________________________________
1221 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
1222         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
1223              From: Nicholas Clark <nick@ccl4.org>
1224              Date: Wed, 13 Jun 2001 21:20:13 +0100
1225              Message-ID: <20010613212013.D98663@plum.flirble.org>
1226      Branch: perl
1227            ! opcode.pl
1228 ____________________________________________________________________________
1229 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
1230         Log: Subject: splitting util.c
1231              From: Hugo <hv@crypt.compulink.co.uk>
1232              Date: Thu, 14 Jun 2001 00:41:08 +0100
1233              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
1234      Branch: perl
1235            + locale.c numeric.c
1236            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
1237            ! pod/perlapi.pod proto.h util.c
1238 ____________________________________________________________________________
1239 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
1240         Log: Upgrade to Math::BigInt 1.34 from Tels.
1241      Branch: perl
1242            + t/lib/mbimbf.t
1243            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1244            ! t/lib/bigfltpm.t t/lib/bigintpm.t
1245 ____________________________________________________________________________
1246 [ 10577] By: nick                                  on 2001/06/13  19:02:48
1247         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
1248      Branch: perlio
1249           !> (integrate 125 files)
1250 ____________________________________________________________________________
1251 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
1252         Log: Update Changes.
1253      Branch: perl
1254            ! Changes patchlevel.h
1255 ____________________________________________________________________________
1256 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
1257         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
1258              From: "Craig A. Berry" <craigberry@mac.com>
1259              Date: Wed, 13 Jun 2001 13:24:28 -0500
1260              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
1261      Branch: perl
1262            ! ext/re/Makefile.PL
1263 ____________________________________________________________________________
1264 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
1265         Log: Mc.u.c. for #10573.
1266      Branch: metaconfig
1267            ! U/threads/usethreads.U
1268 ____________________________________________________________________________
1269 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
1270         Log: It would be also be good if I could type.
1271      Branch: perl
1272            ! Configure
1273 ____________________________________________________________________________
1274 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
1275         Log: Metaconfig unit change for #10571.
1276      Branch: metaconfig
1277            ! U/threads/usethreads.U
1278 ____________________________________________________________________________
1279 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
1280         Log: A non-empty default is a good thing.
1281      Branch: perl
1282            ! Configure
1283 ____________________________________________________________________________
1284 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
1285         Log: Metaconfig unit change for #10569.
1286      Branch: metaconfig
1287            ! U/threads/usethreads.U
1288 ____________________________________________________________________________
1289 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
1290         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
1291              extremely experimental, not even prompted for.
1292      Branch: perl
1293            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1294            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
1295            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1296            ! win32/config.bc win32/config.gc win32/config.vc
1297 ____________________________________________________________________________
1298 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
1299         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
1300      Branch: perl
1301            ! pod/perlfaq6.pod
1302 ____________________________________________________________________________
1303 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
1304         Log: Integrate perlio; conflicts, accept Nick's versions.
1305      Branch: perl
1306           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1307           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
1308 ____________________________________________________________________________
1309 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
1310         Log: Subject: Re: ext/ + -Wall
1311              From: Doug MacEachern <dougm@covalent.net>
1312              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
1313              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
1314      Branch: perl
1315            ! XSUB.h lib/ExtUtils/xsubpp perl.h
1316 ____________________________________________________________________________
1317 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
1318         Log: Similar logic as DB_File.xs, using the modern macros and
1319              defines them to older ones for older Perls where PERL_VERSION
1320              is not defined, from Doug MacEachern.
1321      Branch: perl
1322            ! ext/Storable/Storable.xs
1323 ____________________________________________________________________________
1324 [ 10564] By: nick                                  on 2001/06/13  15:22:01
1325         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
1326              and using that instead (name lookups are sequential search for now).
1327      Branch: perlio
1328            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1329            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
1330 ____________________________________________________________________________
1331 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
1332         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
1333              From: "Richard Soderberg" <rs@crystalflame.net>
1334              Date: Sat, 26 May 2001 06:44:20 -0700
1335              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
1336      Branch: perl
1337            ! sv.c t/op/glob.t
1338 ____________________________________________________________________________
1339 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
1340         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
1341              From: "Craig A. Berry" <craigberry@mac.com>
1342              Date: Tue, 12 Jun 2001 23:55:26 -0500
1343              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
1344      Branch: perl
1345            ! ext/re/Makefile.PL ext/re/re.xs
1346 ____________________________________________________________________________
1347 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
1348         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
1349              suggested by NI-S.
1350      Branch: perl
1351            ! XSUB.h malloc.c perl.h
1352 ____________________________________________________________________________
1353 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
1354         Log: Regen toc.
1355      Branch: perl
1356            ! pod/perltoc.pod
1357 ____________________________________________________________________________
1358 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
1359         Log: Subject: [patch] perl.gprof control
1360              From: Doug MacEachern <dougm@covalent.net>
1361              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
1362              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
1363      Branch: perl
1364            ! miniperlmain.c perl.h
1365 ____________________________________________________________________________
1366 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
1367         Log: Subject: Re: ext/ + -Wall
1368              From: Doug MacEachern <dougm@covalent.net>
1369              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
1370              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
1371              
1372              Document ax and break up dXSARGS.
1373      Branch: perl
1374            ! XSUB.h pod/perlapi.pod
1375 ____________________________________________________________________________
1376 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
1377         Log: More AIX tweakage from Merijn.
1378      Branch: perl
1379            ! hints/aix.sh
1380 ____________________________________________________________________________
1381 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
1382         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
1383              From: "Craig A. Berry" <craigberry@mac.com>
1384              Date: Tue, 12 Jun 2001 22:57:45 -0500
1385              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
1386      Branch: perl
1387            ! vms/descrip_mms.template
1388 ____________________________________________________________________________
1389 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
1390         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
1391              From: "Craig A. Berry" <craigberry@mac.com>
1392              Date: Tue, 12 Jun 2001 22:21:39 -0500
1393              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
1394      Branch: perl
1395            ! configure.com util.c
1396 ____________________________________________________________________________
1397 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
1398         Log: New AIX dynaloading code from Jens-Uwe Mager.
1399              Does break binary compatibility.
1400      Branch: perl
1401            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
1402 ____________________________________________________________________________
1403 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
1404         Log: VMS DEC C compiler found nits by Peter Prymmer.
1405      Branch: perl
1406            ! util.c
1407 ____________________________________________________________________________
1408 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
1409         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
1410              From: Peter Prymmer <pvhp@forte.com>
1411              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
1412              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
1413      Branch: perl
1414            ! t/lib/filecomp.t
1415 ____________________________________________________________________________
1416 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
1417         Log: I wonder how many $CONFIGs still lurk in the shadows.
1418      Branch: perl
1419            ! pod/Makefile.SH x2p/cflags.SH
1420 ____________________________________________________________________________
1421 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
1422         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
1423      Branch: perl
1424            ! pod/checkpods.PL
1425 ____________________________________________________________________________
1426 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
1427         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
1428      Branch: perl
1429            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
1430 ____________________________________________________________________________
1431 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
1432         Log: Subject: [patch] rid local_patches warnings
1433              From: Doug MacEachern <dougm@covalent.net>
1434              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
1435              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
1436      Branch: perl
1437            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
1438 ____________________________________________________________________________
1439 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
1440         Log: Subject: Re: ext/ + -Wall
1441              From: Doug MacEachern <dougm@covalent.net>
1442              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
1443              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
1444      Branch: perl
1445            ! ext/attrs/attrs.xs
1446 ____________________________________________________________________________
1447 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
1448         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
1449              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1450              Date: Tue, 12 Jun 2001 14:36:20 -0400
1451              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
1452      Branch: perl
1453            ! pod/perlretut.pod
1454 ____________________________________________________________________________
1455 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
1456         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
1457              From: Mike Guy <mjtg@cam.ac.uk>
1458              Date: Tue, 12 Jun 2001 19:10:31 +0100
1459              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
1460              
1461              Subject: Re: [ID 20010612.001] out of memory during regex compilation
1462              From: Mike Guy <mjtg@cam.ac.uk>
1463              Date: Tue, 12 Jun 2001 19:21:01 +0100
1464              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
1465      Branch: perl
1466            ! pod/perlop.pod
1467 ____________________________________________________________________________
1468 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
1469         Log: AIX tweaks from Merijn H. Brand.
1470      Branch: perl
1471            ! hints/aix.sh
1472 ____________________________________________________________________________
1473 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
1474         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
1475              From: "Brendan O'Dea" <bod@compusol.com.au>
1476              Date: Wed, 13 Jun 2001 05:16:47 +1000
1477              Message-ID: <20010613051647.A8945@compusol.com.au>
1478      Branch: maint-5.6/perl
1479            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
1480 ____________________________________________________________________________
1481 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
1482         Log: Subject: Small bcopy cleanup
1483              From: Andy Dougherty <doughera@lafayette.edu>
1484              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
1485              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
1486      Branch: perl
1487            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
1488 ____________________________________________________________________________
1489 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
1490         Log: Subject: [PATCH] Re: ext/ + -Wall
1491              From: Nicholas Clark <nick@ccl4.org>
1492              Date: Wed, 13 Jun 2001 00:04:30 +0100
1493              Message-ID: <20010613000430.M5901@plum.flirble.org>
1494      Branch: perl
1495            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
1496 ____________________________________________________________________________
1497 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
1498         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
1499              From: Nicholas Clark <nick@ccl4.org>
1500              Date: Tue, 12 Jun 2001 23:53:07 +0100
1501              Message-ID: <20010612235307.L5901@plum.flirble.org>
1502      Branch: perl
1503            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1504 ____________________________________________________________________________
1505 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
1506         Log: MPE/iX tweaks from Mark Bixby.
1507      Branch: perl
1508            ! hints/mpeix.sh mpeix/mpeixish.h util.c
1509 ____________________________________________________________________________
1510 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
1511         Log: Update Changes.
1512      Branch: perl
1513            ! Changes patchlevel.h
1514 ____________________________________________________________________________
1515 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
1516         Log: One less -Wall whine (found under DEBUGGING).
1517      Branch: perl
1518            ! x2p/Makefile.SH x2p/a2p.c
1519 ____________________________________________________________________________
1520 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
1521         Log: s/case-independent/case-insensitive/g
1522      Branch: perl
1523            ! pod/perldebug.pod
1524 ____________________________________________________________________________
1525 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
1526         Log: As suggested in    
1527              
1528              Subject: Re: ext/ + -Wall
1529              From: Gurusamy Sarathy <gsar@ActiveState.com>
1530              Date: Mon, 11 Jun 2001 23:34:31 -0700
1531              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
1532      Branch: perl
1533            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
1534            ! perl.h
1535 ____________________________________________________________________________
1536 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
1537         Log: Subject: ext/ + -Wall
1538              From: Doug MacEachern <dougm@covalent.net>
1539              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
1540              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
1541      Branch: perl
1542            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
1543            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
1544            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
1545            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
1546            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
1547            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
1548            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
1549            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
1550            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
1551            ! lib/ExtUtils/xsubpp
1552 ____________________________________________________________________________
1553 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
1554         Log: Subject: [PATCH] anonymous stashes
1555              From: Abhijit Menon-Sen <ams@wiw.org>
1556              Date: Tue, 12 Jun 2001 12:47:04 +0530
1557              Message-ID: <20010612124704.A29029@lustre.linux.in>
1558      Branch: perl
1559            ! dump.c gv.c sv.c xsutils.c
1560 ____________________________________________________________________________
1561 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
1562         Log: One more test for $^S.
1563      Branch: perl
1564            ! t/op/magic.t
1565 ____________________________________________________________________________
1566 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
1567         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
1568              From: Abhijit Menon-Sen <ams@wiw.org>
1569              Date: Tue, 12 Jun 2001 17:35:55 +0530
1570              Message-ID: <20010612173555.A32426@lustre.linux.in>
1571      Branch: perl
1572            ! mg.c t/op/magic.t
1573 ____________________________________________________________________________
1574 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
1575         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
1576              From: Mike Guy <mjtg@cam.ac.uk>
1577              Date: Tue, 12 Jun 2001 13:14:15 +0100
1578              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
1579      Branch: perl
1580            ! pod/perlop.pod
1581 ____________________________________________________________________________
1582 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
1583         Log: AUTHORS updates.
1584      Branch: perl
1585            ! AUTHORS
1586 ____________________________________________________________________________
1587 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
1588         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
1589              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
1590              Content-Transfer-Encoding: 7bit
1591              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
1592      Branch: perl
1593            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
1594 ____________________________________________________________________________
1595 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
1596         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
1597              From: "Philip Newton" <Philip.Newton@gmx.net>
1598              Date: Mon, 11 Jun 2001 07:08:03 +0200
1599              Message-Id: <200106120802.LAA08992@taas.iki.fi>
1600      Branch: perl
1601            ! t/base/term.t
1602 ____________________________________________________________________________
1603 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
1604         Log: Cleanup the a2p.c for -Wall.
1605      Branch: perl
1606            ! x2p/Makefile.SH x2p/a2p.c
1607 ____________________________________________________________________________
1608 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
1609         Log: File::Find update for MacOS from Chris Nandor.
1610      Branch: perl
1611            ! lib/File/Find.pm t/lib/filefind.t
1612 ____________________________________________________________________________
1613 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
1614         Log: gcc -Wall nits picked out by a non-UNIX system
1615              (courtesy of Mark Bixby)
1616      Branch: perl
1617            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
1618            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
1619            ! pp_sys.c util.c
1620 ____________________________________________________________________________
1621 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
1622         Log: Metaconfig unit change for #10522.  (The d_modfl changes
1623              placate metalint.)
1624      Branch: metaconfig/U/perl
1625            ! d_modfl.U d_u32align.U
1626 ____________________________________________________________________________
1627 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
1628         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
1629              be "./try 2>&1 >/dev/null".
1630      Branch: perl
1631            ! Configure
1632 ____________________________________________________________________________
1633 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
1634         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
1635              From: "Craig A. Berry" <craigberry@mac.com>
1636              Date: Mon, 11 Jun 2001 14:00:32 -0500
1637              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
1638      Branch: perl
1639            ! configure.com
1640 ____________________________________________________________________________
1641 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
1642         Log: Move the full \p\P lists to perlunicode.
1643      Branch: perl
1644            ! pod/perlretut.pod pod/perlunicode.pod
1645 ____________________________________________________________________________
1646 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
1647         Log: VOS build tweak for 5.6.1 from Paul Green.
1648      Branch: maint-5.6/perl
1649            ! vos/build.cm
1650 ____________________________________________________________________________
1651 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
1652         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
1653              From: "Craig A. Berry" <craigberry@mac.com>
1654              Date: Fri, 8 Jun 2001 18:08:18 -0500
1655              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
1656      Branch: perl
1657            ! vms/vms.c
1658 ____________________________________________________________________________
1659 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
1660         Log: Update Changes.
1661      Branch: perl
1662            ! Changes patchlevel.h
1663 ____________________________________________________________________________
1664 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
1665         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
1666      Branch: perl
1667            ! vos/config.alpha.h vos/config.ga.h
1668 ____________________________________________________________________________
1669 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
1670         Log: VOS updates from Paul Green for @10476.
1671      Branch: perl
1672            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
1673            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1674            ! vos/config.ga.h vos/configure_perl.cm
1675 ____________________________________________________________________________
1676 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
1677         Log: Subject: [PATCH] Not many people know this ...
1678              From: Mike Guy <mjtg@cam.ac.uk>
1679              Date: Mon, 11 Jun 2001 14:55:15 +0100
1680              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
1681      Branch: perl
1682            ! pod/perldebug.pod
1683 ____________________________________________________________________________
1684 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
1685         Log: Add final commas to lists as suggested by Philip Newton.
1686      Branch: perl
1687            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1688 ____________________________________________________________________________
1689 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
1690         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
1691              Date: Sun, 10 Jun 2001 23:35:38 -0400
1692              From: Chris Nandor <pudge@pobox.com>
1693              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
1694      Branch: perl
1695            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
1696            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
1697            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
1698            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
1699            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
1700            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
1701            ! t/op/write.t t/pragma/strict.t
1702 ____________________________________________________________________________
1703 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
1704         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
1705              From: Chris Nandor <pudge@pobox.com>
1706              Date: Mon, 11 Jun 2001 08:24:28 -0400
1707              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
1708      Branch: perl
1709            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
1710            ! t/lib/io_dir.t
1711 ____________________________________________________________________________
1712 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
1713         Log: One more run_byacc (a hand-tweaked version had slipped in).
1714      Branch: perl
1715            ! perly.c vms/perly_c.vms
1716 ____________________________________________________________________________
1717 [ 10509] By: nick                                  on 2001/06/11  07:49:15
1718         Log: Integrate mainline
1719      Branch: perlio
1720           !> Makefile.SH embed.h embed.pl global.sym
1721           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
1722           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
1723           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
1724           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
1725 ____________________________________________________________________________
1726 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
1727         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
1728              From: Mike Guy <mjtg@cam.ac.uk>
1729              Reply-To: mjtg@cam.ac.uk
1730              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
1731      Branch: perl
1732            ! lib/ExtUtils/Manifest.pm
1733 ____________________________________________________________________________
1734 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
1735         Log: Subject: [PATCH] ExtUtils::Constant
1736              From: Nicholas Clark <nick@ccl4.org>
1737              Date: Sun, 10 Jun 2001 23:25:41 +0100
1738              Message-ID: <20010610232540.C76396@plum.flirble.org>
1739      Branch: perl
1740            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1741 ____________________________________________________________________________
1742 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
1743         Log: Integrate perlio.
1744      Branch: perl
1745           !> iperlsys.h
1746 ____________________________________________________________________________
1747 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
1748         Log: Move the grok_number and its lieutenant grok_numeric_radix
1749              from sv.c statics to util.c and public.
1750      Branch: perl
1751            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
1752            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
1753 ____________________________________________________________________________
1754 [ 10504] By: nick                                  on 2001/06/10  17:47:06
1755         Log: Fix (valid) -Wall warnings in perlio.c
1756      Branch: perlio
1757            ! iperlsys.h
1758 ____________________________________________________________________________
1759 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
1760         Log: Update perly_c.diff, update perly.fixer to edit away
1761              some of the -Wall noise.
1762      Branch: perl
1763            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
1764 ____________________________________________________________________________
1765 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
1766         Log: Check the version of byacc.
1767      Branch: perl
1768            ! Makefile.SH
1769 ____________________________________________________________________________
1770 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
1771         Log: Subject: [PATCH] perly.y overhaul
1772              From: Simon Cozens <simon@netthink.co.uk>
1773              Date: Sun, 10 Jun 2001 16:56:54 +0100
1774              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
1775              
1776              Plus make run_byacc.
1777      Branch: perl
1778            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
1779 ____________________________________________________________________________
1780 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
1781         Log: Integrate perlio.
1782      Branch: perl
1783           !> perlio.c perlsfio.h
1784 ____________________________________________________________________________
1785 [ 10499] By: nick                                  on 2001/06/10  15:01:08
1786         Log: Integrate mainline
1787      Branch: perlio
1788           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
1789           !> t/pragma/locale.t util.c
1790 ____________________________________________________________________________
1791 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
1792         Log: Put some meat on the perl572delta bones.  The list of
1793              selected bug fixes needs more work, as does still the
1794              whole document.
1795      Branch: perl
1796            ! pod/perl572delta.pod
1797 ____________________________________________________________________________
1798 [ 10497] By: nick                                  on 2001/06/10  12:27:51
1799         Log: Paper over a crack or two with USE_SFIO
1800      Branch: perlio
1801            ! perlio.c perlsfio.h
1802 ____________________________________________________________________________
1803 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
1804         Log: Update Changes.
1805      Branch: perl
1806            ! Changes patchlevel.h
1807 ____________________________________________________________________________
1808 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
1809         Log: Subject: Re: pragma/locale.t #107
1810              From: Hugo <hv@crypt.compulink.co.uk>
1811              Date: Sun, 10 Jun 2001 11:23:30 +0100
1812              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
1813              
1814              Encapsulate the scan of the decimal radix separator.
1815      Branch: perl
1816            ! embed.h embed.pl proto.h sv.c
1817 ____________________________________________________________________________
1818 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
1819         Log: Try to grok numbers both with the locale specific separator
1820              and with the usual "." (if different from the lss); add a test
1821              to locale.t to do also a little bit of math in addition to just
1822              equalness testing; remove extraneous logic as suggested in
1823              
1824              Subject: Re: pragma/locale.t #107
1825              From: Nicholas Clark <nick@ccl4.org>
1826              Date: Sat, 9 Jun 2001 22:37:36 +0100
1827              Message-ID: <20010609223735.Y76396@plum.flirble.org>
1828      Branch: perl
1829            ! sv.c t/pragma/locale.t
1830 ____________________________________________________________________________
1831 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
1832         Log: Metaconfig unit change for #10492.
1833      Branch: metaconfig/U/perl
1834            ! Extensions.U
1835 ____________________________________________________________________________
1836 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
1837         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
1838              From: Artur Bergman <artur@contiller.se> 
1839              Date: Sat, 09 Jun 2001 21:03:51 +0200
1840              Message-ID: <B7483FB6.1398%artur@contiller.se>
1841      Branch: perl
1842            ! Configure
1843 ____________________________________________________________________________
1844 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
1845         Log: Integrate perlio.
1846      Branch: perl
1847           !> perlsfio.h
1848 ____________________________________________________________________________
1849 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
1850         Log: Do locale specific separator if only in locale.
1851      Branch: perl
1852            ! util.c
1853 ____________________________________________________________________________
1854 [ 10489] By: nick                                  on 2001/06/09  19:13:25
1855         Log: Make XS/Typemap compile (but fail) with sfio
1856      Branch: perlio
1857            ! perlsfio.h
1858 ____________________________________________________________________________
1859 [ 10488] By: nick                                  on 2001/06/09  19:12:51
1860         Log: Re-integrate mainline
1861      Branch: perlio
1862           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
1863           !> proto.h sv.c util.c
1864 ____________________________________________________________________________
1865 [ 10487] By: nick                                  on 2001/06/09  16:26:29
1866         Log: Integrate mainline
1867      Branch: perlio
1868           !> (integrate 31 files)
1869 ____________________________________________________________________________
1870 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
1871         Log: Subject: [PATCH] New attempt to clone callack
1872              From: Artur Bergman <artur@contiller.se> 
1873              Date: Thu, 07 Jun 2001 11:52:16 +0200
1874              Message-ID: <B7451B6F.12B7%artur@contiller.se>
1875      Branch: perl
1876            ! embedvar.h intrpvar.h perlapi.h sv.c
1877 ____________________________________________________________________________
1878 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
1879         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
1880      Branch: perl
1881            ! embed.h embed.pl perl.h proto.h sv.c util.c
1882 ____________________________________________________________________________
1883 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
1884         Log: Subject: Re: pragma/locale.t #107
1885              From: Nicholas Clark <nick@ccl4.org>
1886              Date: Sat, 9 Jun 2001 16:26:10 +0100
1887              Message-ID: <20010609162609.V76396@plum.flirble.org>
1888              
1889              A missing NVification.
1890      Branch: perl
1891            ! sv.c
1892 ____________________________________________________________________________
1893 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
1894         Log: Redo the #10482, there already was a test script for formats.
1895      Branch: perl
1896            - t/io/format.t
1897            ! MANIFEST t/op/write.t
1898 ____________________________________________________________________________
1899 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
1900         Log: Twisted format testing, from Merijn.
1901      Branch: perl
1902            + t/io/format.t
1903            ! MANIFEST
1904 ____________________________________________________________________________
1905 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
1906         Log: More \p{In...} testing, combined with \N{...}.
1907      Branch: perl
1908            ! lib/utf8_heavy.pl t/op/pat.t
1909 ____________________________________________________________________________
1910 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
1911         Log: Metaconfig changes for #10479.
1912      Branch: metaconfig
1913            ! U/Glossary.patch
1914      Branch: metaconfig/U/perl
1915            ! d_modfl.U
1916 ____________________________________________________________________________
1917 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
1918         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
1919      Branch: perl
1920            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1921            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
1922            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1923            ! win32/config.bc win32/config.gc win32/config.vc
1924 ____________________________________________________________________________
1925 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
1926         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
1927              From: "Craig A. Berry" <craigberry@mac.com>
1928              Date: Thu, 7 Jun 2001 14:27:20 -0500
1929              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
1930      Branch: perl
1931            ! vms/perlvms.pod
1932 ____________________________________________________________________________
1933 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
1934         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
1935              From: Gisle Aas <gisle@ActiveState.com>
1936              Date: 07 Jun 2001 17:04:29 -0700
1937              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
1938      Branch: perl
1939            ! ext/re/re.xs
1940 ____________________________________________________________________________
1941 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
1942         Log: Update Changes.
1943      Branch: perl
1944            ! Changes patchlevel.h
1945 ____________________________________________________________________________
1946 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
1947         Log: Regen Glossary et alia.
1948      Branch: perl
1949            ! Porting/Glossary Porting/config.sh Porting/config_H
1950 ____________________________________________________________________________
1951 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
1952         Log: Metaconfig unit changes for #10473.
1953      Branch: metaconfig/U/perl
1954            ! d_modfl.U
1955 ____________________________________________________________________________
1956 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
1957         Log: Harumph, also AIX will spill its guts (i.e. dump core)
1958              if an executable contains modfl() but it hasn't been
1959              compiled right (in the case of AIX, with cc -qlongdouble).
1960      Branch: perl
1961            ! Configure
1962 ____________________________________________________________________________
1963 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
1964         Log: integrate change#10471 from mainline
1965              
1966              in change#10451, check that CvOUTSIDE is a CV before looking in
1967              (it can apparently be SVt_NULL during global destruction)
1968      Branch: maint-5.6/perl
1969           !> op.c
1970 ____________________________________________________________________________
1971 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
1972         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
1973              (it can apparently be SVt_NULL during global destruction)
1974      Branch: perl
1975            ! op.c
1976 ____________________________________________________________________________
1977 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
1978         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
1979              From: Robin Barker <rmb1@cise.npl.co.uk>
1980              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
1981              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
1982      Branch: perl
1983            ! lib/diagnostics.pm pod/perldiag.pod
1984 ____________________________________________________________________________
1985 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
1986         Log: Subject: [PATCH perl@10439] long =item
1987              From: Robin Barker <rmb1@cise.npl.co.uk>
1988              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
1989              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
1990      Branch: perl
1991            ! README.amiga lib/Attribute/Handlers.pm
1992            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1993 ____________________________________________________________________________
1994 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
1995         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
1996              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
1997              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
1998              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
1999      Branch: perl
2000            ! pod/perlguts.pod
2001 ____________________________________________________________________________
2002 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
2003         Log: Integrate perlio.
2004      Branch: perl
2005           !> sv.c
2006 ____________________________________________________________________________
2007 [ 10466] By: nick                                  on 2001/06/07  10:25:40
2008         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
2009              whitespace tweaks.
2010              Still coredumps in pragma/overload.t - what a nice hard fail that is...
2011      Branch: perlio
2012            ! sv.c
2013 ____________________________________________________________________________
2014 [ 10465] By: nick                                  on 2001/06/07  08:41:58
2015         Log: Raw integrate of mainline for S_grok_number debug
2016              (sv.c has MULTIPLICITY issues as well as whatever else ...)
2017      Branch: perlio
2018            - plan9/perlplan9.doc plan9/perlplan9.pod
2019           !> (integrate 46 files)
2020 ____________________________________________________________________________
2021 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
2022         Log: The proper prototyping for #10463.
2023      Branch: perl
2024            ! embed.h embed.pl proto.h sv.c
2025 ____________________________________________________________________________
2026 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
2027         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
2028              From: Nicholas Clark <nick@ccl4.org>
2029              Date: Thu, 7 Jun 2001 00:29:59 +0100
2030              Message-ID: <20010607002959.Z76396@plum.flirble.org>
2031      Branch: perl
2032            ! sv.c
2033 ____________________________________________________________________________
2034 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
2035         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
2036              From: "Craig A. Berry" <craigberry@mac.com>
2037              Date: Wed, 06 Jun 2001 17:54:30 -0500
2038              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
2039      Branch: perl
2040            ! vms/perlvms.pod
2041 ____________________________________________________________________________
2042 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
2043         Log: Podify the remaining README.platform files;
2044              merge README.plan9 and plan9/perlplan9.pod;
2045              delete plan9/perlplan9.* (the perlplan.doc needs to
2046              be regenerated in Plan 9); make the =head1 and =head2
2047              in the README.platform to be a little more verbose
2048              (skipped README.os2 not to anger Ilya) so that they
2049              look better in the toc; regen toc.
2050      Branch: perl
2051            - plan9/perlplan9.doc plan9/perlplan9.pod
2052            ! MANIFEST README.aix README.amiga README.apollo README.beos
2053            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
2054            ! README.hpux README.hurd README.machten README.macos
2055            ! README.micro README.mint README.mpeix README.os390
2056            ! README.plan9 README.qnx README.solaris README.threads
2057            ! README.tru64 README.vmesa README.vms README.vos README.win32
2058            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2059            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2060 ____________________________________________________________________________
2061 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
2062         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
2063              From: Mike Guy <mjtg@cam.ac.uk>
2064              Reply-To: mjtg@cam.ac.uk
2065              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
2066      Branch: perl
2067            ! pod/perlguts.pod
2068 ____________________________________________________________________________
2069 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
2070         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
2071              From: Mike Guy <mjtg@cam.ac.uk>
2072              Reply-To: mjtg@cam.ac.uk
2073              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
2074      Branch: perl
2075            ! pod/perlsec.pod
2076 ____________________________________________________________________________
2077 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
2078         Log: Disable long doubles from pre-5.0 Tru64s.
2079      Branch: perl
2080            ! README.tru64 hints/dec_osf.sh
2081 ____________________________________________________________________________
2082 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
2083         Log: The #10455 exposed that modfl() is fundamentally busted
2084              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
2085              testing it.
2086      Branch: perl
2087            ! hints/dec_osf.sh
2088 ____________________________________________________________________________
2089 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
2090         Log: Metaconfig unit change for #10455.
2091      Branch: metaconfig/U/perl
2092            ! d_modfl.U
2093 ____________________________________________________________________________
2094 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
2095         Log: Configure check for geborken modfl(), inspired by
2096              
2097              Subject: Re: [20010118.017] op/int.t failure 
2098              From: Hugo <hv@crypt.compulink.co.uk>
2099              Date: Tue, 05 Jun 2001 13:43:27 +0100
2100              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
2101      Branch: perl
2102            ! Configure
2103 ____________________________________________________________________________
2104 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
2105         Log: Integrate changes #10450 and #10451 from maintperl:
2106              
2107              optimize change#10448 slightly (don't repeat search in eval""s lexical
2108              scope, since that has already been searched)
2109              
2110              change#9108 needs subtler treatment for case of closures created
2111              within eval""
2112      Branch: perl
2113           !> op.c t/op/misc.t
2114 ____________________________________________________________________________
2115 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
2116         Log: MakeMaker magic to compile (when no dynamic loading)
2117              List/Util.xsc as (ListUtil.c and) ListUtil.o since
2118              POSIX-BC (BS2000) linker has an evil limitation of
2119              being unable to include in the same executable several
2120              object files with the same name - case-insensitively -
2121              because otherwise we conflict with util.c.
2122              Strictly speaking currently required only in POSIX-BC
2123              but probably will do no harm elsewhere where static
2124              linking is required.
2125      Branch: perl
2126            ! ext/List/Util/Makefile.PL
2127 ____________________________________________________________________________
2128 [ 10452] By: nick                                  on 2001/06/06  08:59:51
2129         Log: Integrate mainline.
2130      Branch: perlio
2131           +> lib/Attribute/Handlers/demo/Demo.pm
2132           +> lib/Attribute/Handlers/demo/Descriptions.pm
2133           +> lib/Attribute/Handlers/demo/MyClass.pm
2134           +> lib/Attribute/Handlers/demo/demo.pl
2135           +> lib/Attribute/Handlers/demo/demo2.pl
2136           +> lib/Attribute/Handlers/demo/demo3.pl
2137           +> lib/Attribute/Handlers/demo/demo4.pl
2138           +> lib/Attribute/Handlers/demo/demo_call.pl
2139           +> lib/Attribute/Handlers/demo/demo_chain.pl
2140           +> lib/Attribute/Handlers/demo/demo_cycle.pl
2141           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
2142           +> lib/Attribute/Handlers/demo/demo_phases.pl
2143           +> lib/Attribute/Handlers/demo/demo_range.pl
2144           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
2145           +> uts/strtol_wrap.c
2146           !> (integrate 91 files)
2147 ____________________________________________________________________________
2148 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
2149         Log: change#9108 needs subtler treatment for case of closures created
2150              within eval""
2151      Branch: maint-5.6/perl
2152            ! op.c t/op/misc.t
2153 ____________________________________________________________________________
2154 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
2155         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
2156              scope, since that has already been searched)
2157      Branch: maint-5.6/perl
2158            ! op.c
2159 ____________________________________________________________________________
2160 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
2161         Log: Integrate change #10448 from maintperl; lexicals
2162              outside an eval"" weren't resolved correctly inside a subroutine
2163              definition inside the eval"" if they were not already referenced
2164              in the toplevel of the eval""-ed code
2165      Branch: perl
2166           !> cop.h op.c pp_ctl.c t/op/misc.t
2167 ____________________________________________________________________________
2168 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
2169         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
2170              outside an eval"" weren't resolved correctly inside a subroutine
2171              definition inside the eval"" if they were not already referenced
2172              in the toplevel of the eval""-ed code
2173      Branch: maint-5.6/perl
2174            ! cop.h op.c pp_ctl.c t/op/misc.t
2175 ____________________________________________________________________________
2176 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
2177         Log: Subject: [PATCH] perl570delta.pod
2178              From: Peter Scott <Peter@PSDT.com> 
2179              Date: Tue, 05 Jun 2001 18:51:02 -0700
2180              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
2181      Branch: perl
2182            ! pod/perl570delta.pod
2183 ____________________________________________________________________________
2184 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
2185         Log: The fudge factor is no more needed.  I hope.
2186      Branch: perl
2187            ! t/lib/posix.t
2188 ____________________________________________________________________________
2189 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
2190         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
2191              From: Hugo <hv@crypt.compulink.co.uk>
2192              Date: Tue, 05 Jun 2001 12:58:19 +0100
2193              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
2194      Branch: perl
2195            ! util.c
2196 ____________________________________________________________________________
2197 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
2198         Log: Make up prototypes only for those who have the functions
2199              but not the prototypes.
2200      Branch: perl
2201            ! perl.h
2202 ____________________________________________________________________________
2203 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
2204         Log: Subject: Re: Not OK: perl@10439 on win32 
2205              From: Prymmer/Kahn <pvhp@best.com> 
2206              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
2207              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
2208      Branch: perl
2209            ! perl.h util.c
2210 ____________________________________________________________________________
2211 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
2212         Log: The metaconfig units changes for #10441.
2213      Branch: metaconfig
2214            ! U/modified/Extract.U U/modified/Extractall.U
2215            ! U/modified/Finish.U
2216 ____________________________________________________________________________
2217 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
2218         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
2219      Branch: perl
2220            ! Configure
2221 ____________________________________________________________________________
2222 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
2223         Log: Unnecessary fuzziness undone, noted by Mike Guy.
2224      Branch: perl
2225            ! t/op/tr.t
2226 ____________________________________________________________________________
2227 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
2228         Log: Update Changes.
2229      Branch: perl
2230            ! Changes patchlevel.h
2231 ____________________________________________________________________________
2232 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
2233         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
2234              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
2235              leakage patch.
2236      Branch: perl
2237            ! t/op/misc.t
2238 ____________________________________________________________________________
2239 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
2240         Log: Test case for #10433/#10424.
2241      Branch: perl
2242            ! t/op/misc.t
2243 ____________________________________________________________________________
2244 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
2245         Log: Subject: One fix for strtoul not setting errno
2246              From: hom00@utsglobal.com (Hal Morris)
2247              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
2248              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
2249      Branch: perl
2250            + uts/strtol_wrap.c
2251            ! MANIFEST hints/uts.sh
2252 ____________________________________________________________________________
2253 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
2254         Log: Metaconfig units changes for #10434.
2255      Branch: metaconfig
2256            ! U/modified/Cppsym.U
2257      Branch: metaconfig/U/perl
2258            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
2259            + d_syscallproto.U d_usleepproto.U
2260            ! longdblfio.U quadfio.U
2261 ____________________________________________________________________________
2262 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
2263         Log: Configure tweaks; add prototype probes, make the cpp symbols
2264              probe to cast, not whine; test for %Ld and %Lf before %lld and
2265              %llf because the L is the ANSI way.
2266      Branch: perl
2267            ! Configure config_h.SH configure.com epoc/config.sh
2268            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
2269            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
2270            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
2271 ____________________________________________________________________________
2272 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
2273         Log: Sigh.  This is what #10424 was supposed to check in.
2274      Branch: perl
2275            ! op.c sv.c sv.h
2276 ____________________________________________________________________________
2277 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
2278         Log: More verbose failure.
2279      Branch: perl
2280            ! t/op/ver.t
2281 ____________________________________________________________________________
2282 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
2283         Log: The .pm changes to go with #10428.
2284      Branch: perl
2285            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
2286            ! ext/Sys/Syslog/Syslog.pm
2287 ____________________________________________________________________________
2288 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
2289         Log: On second thoughts show to utf8 skippage message only
2290              on failures, it's too confusing otherwise,
2291      Branch: perl
2292            ! t/pragma/locale.t
2293 ____________________________________________________________________________
2294 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
2295         Log: Do not import anything from Encode.
2296      Branch: perl
2297            ! ext/MIME/Base64/QuotedPrint.pm
2298 ____________________________________________________________________________
2299 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
2300         Log: The #10402 didn't take.  Weird.
2301      Branch: perl
2302            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
2303            ! ext/Sys/Syslog/Syslog.xs
2304 ____________________________________________________________________________
2305 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
2306         Log: Eradicate traces of 'asciirange' re subpragma.
2307      Branch: perl
2308            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
2309            ! pod/perldiag.pod
2310 ____________________________________________________________________________
2311 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
2312         Log: use is a compile-time thing.
2313      Branch: perl
2314            ! ext/MIME/Base64/QuotedPrint.pm
2315 ____________________________________________________________________________
2316 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
2317         Log: Subject: [PATCH perl@10419] -Wall casting patch
2318              From: Robin Barker <rmb1@cise.npl.co.uk>
2319              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
2320              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
2321      Branch: perl
2322            ! ext/Devel/DProf/DProf.xs mg.c
2323 ____________________________________________________________________________
2324 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
2325         Log: Subject: [PATCH #2] introducing SVpad_TYPED
2326              From: Abhijit Menon-Sen <ams@wiw.org>
2327              Date: Mon, 4 Jun 2001 12:26:02 +0530
2328              Message-ID: <20010604122602.A5775@lustre.linux.in>
2329      Branch: perl
2330            ! op.c sv.c sv.h
2331 ____________________________________________________________________________
2332 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
2333         Log: testsuite for change#10192 (from Gisle Aas)
2334      Branch: perl
2335            + t/op/override.t
2336            ! MANIFEST
2337 ____________________________________________________________________________
2338 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
2339         Log: integrate changes#10414-10416 from mainline
2340              
2341              Potential buffer overrun if the radix separator is more than
2342              one byte.  Also, under locales, prefer the locale-specific
2343              separator over the old boring ".".
2344              
2345              "10.", that is, decimal numbers can have no decimal part at all.
2346              
2347              The non-locale places need love, too.
2348      Branch: maint-5.6/perl
2349           !> perl.h sv.c
2350 ____________________________________________________________________________
2351 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
2352         Log: Missed from #10420.
2353      Branch: perl
2354            ! epoc/config.sh
2355 ____________________________________________________________________________
2356 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
2357         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
2358              often this prototype goes with HAS_SETRESUID_PROTO.
2359      Branch: perl
2360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2361            ! config_h.SH configure.com perl.h uconfig.h
2362 ____________________________________________________________________________
2363 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
2364         Log: Update Changes.
2365      Branch: perl
2366            ! Changes patchlevel.h
2367 ____________________________________________________________________________
2368 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
2369         Log: -Wall "subscript has type `char'" cleanup.
2370      Branch: perl
2371            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
2372 ____________________________________________________________________________
2373 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
2374         Log: Various "cast to pointer from integer of different size"
2375              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
2376              wide but I32 (int) only 32 bits wide).
2377              
2378              WARNING: the classnum and tagnum changes in Storable.xs
2379              may not be wise, they may be breaking binary compatibility
2380              (in 64-bit platforms), asked Raphael Manfredi about the changes.
2381      Branch: perl
2382            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
2383            ! mg.c proto.h
2384 ____________________________________________________________________________
2385 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
2386         Log: The non-locale places need love, too.
2387      Branch: perl
2388            ! perl.h
2389 ____________________________________________________________________________
2390 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
2391         Log: "10.", that is, decimal numbers can have no decimal part at all.
2392      Branch: perl
2393            ! perl.h
2394 ____________________________________________________________________________
2395 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
2396         Log: Potential buffer overrun if the radix separator is more than
2397              one byte.  Also, under locales, prefer the locale-specific
2398              separator over the old boring ".".
2399      Branch: perl
2400            ! perl.h sv.c
2401 ____________________________________________________________________________
2402 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
2403         Log: Integrate change #10412 from maintperl; locale is now
2404              per-cop, not per-op; plus retweak the locale.t to always
2405              list the skipped utf8 locales.
2406      Branch: perl
2407            ! t/pragma/locale.t
2408           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
2409           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
2410 ____________________________________________________________________________
2411 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
2412         Log: rationalize locale handling to fix the bugs uncovered by change#10394
2413              
2414              the major issue was that the runtime was looking at PL_hints rather
2415              than op_private to notice whether locale was enabled
2416              
2417              the secondary issue was that many locale-sensitive numeric ops didn't
2418              have HINT_LOCALE propagated into their op_private
2419              
2420              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
2421              instead of per-op, just like HINT_BYTE and the hints for lexical
2422              warnings (this makes the hint available to every op via PL_curcop)
2423              
2424              pragma/locale.t may need to be reworked with these fixes in mind
2425              (it currently passes its tests)
2426      Branch: maint-5.6/perl
2427            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
2428            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
2429 ____________________________________________________________________________
2430 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
2431         Log: More verbose debugging.
2432      Branch: perl
2433            ! t/pragma/locale.t
2434 ____________________________________________________________________________
2435 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
2436         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2437              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2438              Date: Sat, 2 Jun 2001 22:53:33 +0100
2439              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
2440      Branch: perl
2441            ! regcomp.c t/pragma/warn/regcomp
2442 ____________________________________________________________________________
2443 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
2444         Log: Mention that lexicalizing $a or $b is a bad idea if one
2445              wants to use sort().
2446      Branch: perl
2447            ! pod/perlvar.pod
2448 ____________________________________________________________________________
2449 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
2450         Log: Tweak the test to be happy if the accuracy is 'good enough'.
2451      Branch: perl
2452            ! t/lib/posix.t
2453 ____________________________________________________________________________
2454 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
2455         Log: Upgrade to Attribute::Handlers 0.70.
2456              
2457              NOTE: this unearthed the "too late for CHECK block" bug,
2458              that's why the 1_compile.t change.
2459      Branch: perl
2460            + lib/Attribute/Handlers/demo/Demo.pm
2461            + lib/Attribute/Handlers/demo/Descriptions.pm
2462            + lib/Attribute/Handlers/demo/MyClass.pm
2463            + lib/Attribute/Handlers/demo/demo.pl
2464            + lib/Attribute/Handlers/demo/demo2.pl
2465            + lib/Attribute/Handlers/demo/demo3.pl
2466            + lib/Attribute/Handlers/demo/demo4.pl
2467            + lib/Attribute/Handlers/demo/demo_call.pl
2468            + lib/Attribute/Handlers/demo/demo_chain.pl
2469            + lib/Attribute/Handlers/demo/demo_cycle.pl
2470            + lib/Attribute/Handlers/demo/demo_hashdir.pl
2471            + lib/Attribute/Handlers/demo/demo_phases.pl
2472            + lib/Attribute/Handlers/demo/demo_range.pl
2473            + lib/Attribute/Handlers/demo/demo_rawdata.pl
2474            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
2475            ! t/lib/attrhand.t
2476 ____________________________________________________________________________
2477 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
2478         Log: One less -Wall whine.
2479      Branch: perl
2480            ! regcomp.c
2481 ____________________________________________________________________________
2482 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
2483         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
2484      Branch: perl
2485           !> t/op/eval.t
2486 ____________________________________________________________________________
2487 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
2488         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
2489              aren't "normally" visible inside eval""s contained in subs unless
2490              a cloned reference to them already exists)
2491              
2492              strangely enough, t/harness did show this up as a failure (harness
2493              needs fixing?)
2494      Branch: maint-5.6/perl
2495            ! t/op/eval.t
2496 ____________________________________________________________________________
2497 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
2498         Log: Update to Text::Balanced 1.85.
2499      Branch: perl
2500            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
2501 ____________________________________________________________________________
2502 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
2503         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
2504              From: Nicholas Clark <nick@ccl4.org>
2505              Date: Sun, 3 Jun 2001 17:54:36 +0100
2506              Message-ID: <20010603175436.E76396@plum.flirble.org> 
2507      Branch: perl
2508            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
2509            ! ext/Sys/Syslog/Syslog.xs
2510 ____________________________________________________________________________
2511 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
2512         Log: Unused variables.
2513      Branch: perl
2514            ! util.c
2515 ____________________________________________________________________________
2516 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
2517         Log: Subject: [PATCH] APIfy op_clear 
2518              From: Simon Cozens <simon@netthink.co.uk>
2519              Date: Sun, 3 Jun 2001 13:51:46 +0100
2520              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
2521              
2522              (despite the subject line, op_null is APIfied by the patch)
2523      Branch: perl
2524            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2525 ____________________________________________________________________________
2526 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
2527         Log: Subject: [PATCH] t/lib/extutils.t
2528              From: Nicholas Clark <nick@ccl4.org>
2529              Date: Sat, 2 Jun 2001 23:57:05 +0100
2530              Message-ID: <20010602235705.Q12698@plum.flirble.org>
2531      Branch: perl
2532            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
2533 ____________________________________________________________________________
2534 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
2535         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
2536              From: Prymmer/Kahn <pvhp@best.com>
2537              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
2538              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
2539      Branch: perl
2540            ! win32/Makefile win32/makefile.mk
2541 ____________________________________________________________________________
2542 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
2543         Log: Subject: Re: 'decimal digits' macro? 
2544              From: Hugo <hv@crypt.compulink.co.uk>
2545              Date: Sun, 03 Jun 2001 04:26:36 +0100
2546              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
2547      Branch: perl
2548            ! handy.h t/lib/posix.t t/op/tr.t
2549 ____________________________________________________________________________
2550 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
2551         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
2552              From: Hugo <hv@crypt.compulink.co.uk>
2553              Date: Sun, 03 Jun 2001 14:56:30 +0100
2554              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
2555      Branch: perl
2556            ! util.c
2557 ____________________________________________________________________________
2558 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
2559         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
2560      Branch: perl
2561           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
2562           !> vms/perly_c.vms
2563 ____________________________________________________________________________
2564 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
2565         Log: fix leakage of lexicals at file scope into subroutines that were
2566              declared before them; this appears to be a longstanding bug that
2567              meant that lexicals at file scope were never "deintroduced", meaning
2568              their scope range was never properly closed, and their visibility
2569              extended to all subsequent eval""s or requires
2570              
2571              added a test case
2572              
2573              seems to also fix a case of bogus duplicate warnings
2574      Branch: maint-5.6/perl
2575            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
2576            ! vms/perly_c.vms
2577 ____________________________________________________________________________
2578 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
2579         Log: More VMS tweaks from Craig A. Berry.
2580      Branch: perl
2581            ! configure.com t/lib/extutils.t
2582 ____________________________________________________________________________
2583 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
2584         Log: -Wall cleanup continues.
2585      Branch: perl
2586            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
2587            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
2588            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
2589            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
2590            ! run.c toke.c util.c
2591 ____________________________________________________________________________
2592 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
2593         Log: The metaconfig unit change for #10390.
2594      Branch: metaconfig/U/perl
2595            ! gccvers.U
2596 ____________________________________________________________________________
2597 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
2598         Log: Drop the -ansi from the default gcc flags.
2599              
2600              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
2601              that struct cannot be compared with a flat integer, such as STRLEN.
2602              The -ansi will also cause a lot of noise in Solaris because of:
2603              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
2604      Branch: perl
2605            ! Configure
2606 ____________________________________________________________________________
2607 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
2608         Log: Integrate perlio.
2609      Branch: perl
2610           !> pod/perlapi.pod util.c
2611 ____________________________________________________________________________
2612 [ 10388] By: nick                                  on 2001/06/02  08:01:12
2613         Log: Integrate mainline
2614      Branch: perlio
2615           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
2616           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
2617           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
2618           !> t/lib/1_compile.t t/lib/mimeqp.t
2619 ____________________________________________________________________________
2620 [ 10387] By: nick                                  on 2001/06/02  07:39:17
2621         Log: Tweak util.c's atof2 for MULTIPLICITY
2622      Branch: perlio
2623            ! util.c
2624 ____________________________________________________________________________
2625 [ 10386] By: nick                                  on 2001/06/02  07:38:33
2626         Log: Integrate mainline
2627      Branch: perlio
2628           !> (integrate 41 files)
2629 ____________________________________________________________________________
2630 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
2631         Log: Add Attribute::Handlers 0.61 from Damian Conway.
2632      Branch: perl
2633            + lib/Attribute/Handlers.pm t/lib/attrhand.t
2634            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
2635 ____________________________________________________________________________
2636 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
2637         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
2638              From: Peter Prymmer <pvhp@forte.com>
2639              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
2640              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
2641      Branch: perl
2642            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
2643 ____________________________________________________________________________
2644 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
2645         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
2646              From: Jeff Pinyan <jeffp@crusoe.net>
2647              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
2648              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
2649      Branch: perl
2650            ! lib/File/Find.pm
2651 ____________________________________________________________________________
2652 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
2653         Log: Subject: [PATCH perl@10381] configure.com tweaks
2654              From: "Craig A. Berry" <craigberry@mac.com>
2655              Date: Fri, 1 Jun 2001 13:55:43 -0500
2656              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
2657      Branch: perl
2658            ! configure.com
2659 ____________________________________________________________________________
2660 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
2661         Log: Update Changes.
2662      Branch: perl
2663            ! Changes patchlevel.h
2664 ____________________________________________________________________________
2665 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
2666         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
2667              From: Mike Guy <mjtg@cam.ac.uk>
2668              Date: Fri, 01 Jun 2001 18:17:02 +0100
2669              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
2670      Branch: perl
2671            ! lib/perl5db.pl
2672 ____________________________________________________________________________
2673 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
2674         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
2675              From: Hugo <hv@crypt.compulink.co.uk>
2676              Date: Thu, 31 May 2001 20:49:48 +0100
2677              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
2678      Branch: perl
2679            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
2680            ! util.c
2681 ____________________________________________________________________________
2682 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
2683         Log: Zero() is not available in x2p (or, rather, some of its
2684              implementations like memzero() might not be available.)
2685      Branch: perl
2686            ! x2p/hash.c
2687 ____________________________________________________________________________
2688 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
2689         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
2690              From: Michael G Schwern <schwern@pobox.com>
2691              Date: Fri, 1 Jun 2001 12:00:29 +0100
2692              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
2693              
2694              (But use Zero() instead of memset.)
2695      Branch: perl
2696            ! x2p/hash.c
2697 ____________________________________________________________________________
2698 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
2699         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2700              From: Jeff Pinyan <jeffp@crusoe.net>
2701              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
2702              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
2703      Branch: perl
2704            ! pod/perldiag.pod regcomp.c t/op/pat.t
2705 ____________________________________________________________________________
2706 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
2707         Log: Retract #10324 and #10333; not needed.
2708      Branch: perl
2709            ! hints/irix_6.sh hints/linux.sh
2710 ____________________________________________________________________________
2711 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
2712         Log: The #10370 wasn't quite right.
2713      Branch: perl
2714            ! ext/XS/Typemap/Typemap.xs
2715 ____________________________________________________________________________
2716 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
2717         Log: The metaconfig units changes for #10372.
2718      Branch: metaconfig/U/perl
2719            + d_realpath.U d_sresgproto.U d_sresuproto.U
2720            ! gccvers.U i_db.U
2721 ____________________________________________________________________________
2722 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
2723         Log: Configure tweaks; record the Berkeley DB version,
2724              probe for realpath(), for setresuid() and setresgid()
2725              prototypes; use realpath() (try to be paranoid enough),
2726              use the setres[ug]id prototypes because glibc has the functions
2727              but not their prototypes; add -Wall -ansi to gcc ccflags;
2728              regen toc.
2729      Branch: perl
2730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2731            ! config_h.SH configure.com epoc/config.sh
2732            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
2733            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
2734            ! vos/config.ga.def win32/config.bc win32/config.gc
2735            ! win32/config.vc
2736 ____________________________________________________________________________
2737 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
2738         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
2739              From: Michael G Schwern <schwern@pobox.com>
2740              Date: Fri, 1 Jun 2001 11:28:14 +0100
2741              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
2742      Branch: perl
2743            ! lib/attributes.pm xsutils.c
2744 ____________________________________________________________________________
2745 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
2746         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
2747              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2748              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
2749              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
2750      Branch: perl
2751            ! ext/XS/Typemap/Typemap.xs
2752 ____________________________________________________________________________
2753 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
2754         Log: Subject: [patch] Cwd.xs optimizations/abstraction
2755              From: Doug MacEachern <dougm@covalent.net>
2756              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
2757              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
2758      Branch: perl
2759            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
2760            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
2761 ____________________________________________________________________________
2762 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
2763         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!])
2764              From: Nicholas Clark <nick@ccl4.org>
2765              Date: Thu, 31 May 2001 23:56:40 +0100
2766              Message-ID: <20010531235640.F12698@plum.flirble.org>
2767              
2768              Make the test work also under only static extensions
2769              (sh Configure -Uusedl fakes this nicely)
2770      Branch: perl
2771            ! t/lib/extutils.t
2772 ____________________________________________________________________________
2773 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
2774         Log: Subject: [PATCH hv.c] Eliminating trigraph
2775              From: Michael G Schwern <schwern@pobox.com>
2776              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
2777              Date: Fri, 1 Jun 2001 11:49:56 +0100
2778      Branch: perl
2779            ! hv.c
2780 ____________________________________________________________________________
2781 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
2782         Log: Subject: Re: [PATCH] Tests for File::Compare 
2783              From: "Philip Newton" <Philip.Newton@gmx.net>
2784              Date: Thu, 31 May 2001 19:44:05 +0200
2785              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
2786              
2787              Unnecessary "quotation marks".
2788      Branch: perl
2789            ! t/lib/filecomp.t
2790 ____________________________________________________________________________
2791 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
2792         Log: Integrate perlio.
2793      Branch: perl
2794           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
2795 ____________________________________________________________________________
2796 [ 10364] By: nick                                  on 2001/06/01  10:13:31
2797         Log: Cleanup dll.base and dll.exp created by GCC builds.
2798      Branch: perlio
2799            ! lib/ExtUtils/MM_Win32.pm
2800 ____________________________________________________________________________
2801 [ 10363] By: nick                                  on 2001/06/01  10:02:17
2802         Log: Make filecomp test work on CRLF platforms by adding binmode.
2803      Branch: perlio
2804            ! t/lib/filecomp.t
2805 ____________________________________________________________________________
2806 [ 10362] By: nick                                  on 2001/06/01  08:37:17
2807         Log: Integrate mainline
2808      Branch: perlio
2809           !> Changes Configure patchlevel.h perlio.c
2810 ____________________________________________________________________________
2811 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
2812         Log: panic:claustrophobia.
2813      Branch: perl
2814            ! perlio.c
2815 ____________________________________________________________________________
2816 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
2817         Log: Update Changes.
2818      Branch: perl
2819            ! Changes patchlevel.h
2820 ____________________________________________________________________________
2821 [ 10359] By: nick                                  on 2001/05/31  12:35:50
2822         Log: Integrate mainline.
2823      Branch: perlio
2824           +> t/lib/filecomp.t
2825           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
2826           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
2827 ____________________________________________________________________________
2828 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
2829         Log: Integrate perlio.
2830      Branch: perl
2831           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
2832           !> win32/config_H.vc
2833 ____________________________________________________________________________
2834 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
2835         Log: Metaconfig unit change for #10356.
2836      Branch: metaconfig
2837            ! U/installdirs/inc_version_list.U
2838 ____________________________________________________________________________
2839 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
2840         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
2841              (idea from Sarathy; implementation from Andy)
2842      Branch: perl
2843            ! Configure
2844 ____________________________________________________________________________
2845 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
2846         Log: More AUTHORS.
2847      Branch: perl
2848            ! AUTHORS
2849 ____________________________________________________________________________
2850 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
2851         Log: Subject: Re: [PATCH] Tests for File::Compare
2852              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
2853              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
2854              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
2855      Branch: perl
2856            + t/lib/filecomp.t
2857            ! MANIFEST t/lib/1_compile.t
2858 ____________________________________________________________________________
2859 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
2860         Log: Subject: [PATCH] DEBUG_* macro cleanups
2861              From: Abhijit Menon-Sen <ams@wiw.org>
2862              Date: Thu, 31 May 2001 12:16:22 +0530
2863              Message-ID: <20010531121622.B4829@lustre.linux.in>
2864              
2865              Subject: Re: [PATCH] DEBUG_* macro cleanups
2866              From: Abhijit Menon-Sen <ams@wiw.org>
2867              Date: Thu, 31 May 2001 13:57:01 +0530
2868              Message-ID: <20010531135701.A21775@lustre.linux.in>
2869              
2870              (The DEBUG_ definitions in perl.h changed to use the
2871              STMT_START and STMT_END.)
2872      Branch: perl
2873            ! perl.h pp_ctl.c sv.c toke.c
2874 ____________________________________________________________________________
2875 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
2876         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
2877              From: Abhijit Menon-Sen <ams@wiw.org>
2878              Date: Thu, 31 May 2001 08:27:55 +0530
2879              Message-ID: <20010531082755.A10018@lustre.linux.in>
2880      Branch: perl
2881            ! ext/Storable/Storable.xs gv.c perl.c
2882 ____________________________________________________________________________
2883 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
2884         Log: Subject: [PATCH] AUTHORS
2885              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2886              Date: Thu, 31 May 2001 01:27:59 -0500
2887              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
2888              
2889              Subject: Re: [PATCH] AUTHORS
2890              From: "Philip Newton" <Philip.Newton@gmx.net>
2891              Date: Thu, 31 May 2001 10:08:06 +0200
2892              (Message-Id missing?)
2893      Branch: perl
2894            ! AUTHORS
2895 ____________________________________________________________________________
2896 [ 10350] By: nick                                  on 2001/05/31  11:40:43
2897         Log: win32 - dmake regen_config_h
2898      Branch: perlio
2899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2900 ____________________________________________________________________________
2901 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
2902         Log: Subject: Re: [PATCH util.c] More warning cleanups.
2903              From: "Philip Newton" <Philip.Newton@gmx.net>
2904              Date: Thu, 31 May 2001 07:41:36 +0200
2905              Message-Id: <200105310538.IAA25458@taku.hut.fi>
2906              
2907              Undo C++-ism that snekt in.
2908      Branch: perl
2909            ! util.c
2910 ____________________________________________________________________________
2911 [ 10348] By: nick                                  on 2001/05/31  11:36:46
2912         Log: Tolerate Win32 numerics
2913      Branch: perlio
2914            ! t/pragma/warn/toke
2915 ____________________________________________________________________________
2916 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
2917         Log: Integrate perlio.
2918      Branch: perl
2919           !> perlio.c win32/win32.h
2920 ____________________________________________________________________________
2921 [ 10346] By: nick                                  on 2001/05/31  10:54:55
2922         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
2923              perlio.c change 10255.
2924      Branch: perlio
2925            ! perlio.c
2926 ____________________________________________________________________________
2927 [ 10345] By: nick                                  on 2001/05/31  10:01:57
2928         Log: Conditionaly put back some "unused" dTHX which are used
2929              with PERL_IMPLICIT_SYS
2930      Branch: perlio
2931            ! perlio.c
2932 ____________________________________________________________________________
2933 [ 10344] By: nick                                  on 2001/05/31  10:00:59
2934         Log: Fix Win32 for new spelling IN_BYTES 
2935      Branch: perlio
2936            ! win32/win32.h
2937 ____________________________________________________________________________
2938 [ 10343] By: nick                                  on 2001/05/31  08:01:32
2939         Log: perlio.c -Wall cleaner under MULTIPLICITY
2940              - still minor noise with linux stdio
2941      Branch: perlio
2942            ! perlio.c
2943 ____________________________________________________________________________
2944 [ 10342] By: nick                                  on 2001/05/31  07:52:23
2945         Log: Integrate mainline.
2946      Branch: perlio
2947           !> (integrate 42 files)
2948 ____________________________________________________________________________
2949 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
2950         Log: AUTHORS updates.
2951      Branch: perl
2952            ! AUTHORS
2953 ____________________________________________________________________________
2954 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
2955         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
2956              From: Peter Prymmer <pvhp@forte.com>
2957              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
2958              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
2959      Branch: perl
2960            ! t/lib/md5-file.t
2961 ____________________________________________________________________________
2962 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
2963         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
2964              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
2965              to match the pragma name; various robustness cleanups.
2966      Branch: perl
2967            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
2968            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
2969 ____________________________________________________________________________
2970 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
2971         Log: More -Wall sweeping.
2972      Branch: perl
2973            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
2974            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
2975            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
2976            ! regcomp.c sv.c toke.c utf8.c
2977 ____________________________________________________________________________
2978 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
2979         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
2980              From: Nicholas Clark <nick@ccl4.org>
2981              Date: Wed, 30 May 2001 22:34:41 +0100
2982              Message-ID: <20010530223441.Y86445@plum.flirble.org>
2983      Branch: perl
2984            ! t/op/cmp.t
2985 ____________________________________________________________________________
2986 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
2987         Log: It's is not, it isn't ain't, and it's it's, not its,
2988              if you mean it is. If you don't, it's its. Then too,
2989              it's hers. It isn't her's. It isn't our's either.
2990              It's ours, and likewise yours and theirs.
2991              -- Oxford University Press, Edpress News
2992      Branch: perl
2993            ! lib/autouse.pm
2994 ____________________________________________________________________________
2995 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
2996         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
2997      Branch: perl
2998            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
2999            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
3000            ! x2p/str.c x2p/walk.c xsutils.c
3001 ____________________________________________________________________________
3002 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
3003         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
3004              From: Michael G Schwern <schwern@pobox.com>
3005              Date: Wed, 30 May 2001 17:10:38 +0100
3006              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
3007              
3008              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
3009              From: Abhijit Menon-Sen <ams@wiw.org>
3010              Date: Wed, 30 May 2001 23:16:13 +0530
3011              Message-ID: <20010530231613.A31933@lustre.linux.in>
3012      Branch: perl
3013            ! perl.c t/run/runenv.t
3014 ____________________________________________________________________________
3015 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
3016         Log: (Retracted by #10375.)
3017              
3018              IRIX hints patch from Merijn Broeren.
3019              
3020              TODO: (this and the earlier Linux hints patch) should be solved
3021              at Configure level.  Merijn: -ldb should not be used on any platform
3022              for perl, just when linking DBFile itself. Trying to be helpful here
3023              is counterproductive.
3024      Branch: perl
3025            ! hints/irix_6.sh
3026 ____________________________________________________________________________
3027 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
3028         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
3029              From: Nicholas Clark <nick@ccl4.org>
3030              Date: Wed, 30 May 2001 23:20:58 +0100
3031              Message-ID: <20010530232058.B86445@plum.flirble.org>
3032      Branch: perl
3033            ! doop.c
3034 ____________________________________________________________________________
3035 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
3036         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
3037              From: Michael G Schwern <schwern@pobox.com> 
3038              Date: Wed, 30 May 2001 15:24:20 +0100
3039              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
3040      Branch: perl
3041            ! t/pragma/autouse.t
3042 ____________________________________________________________________________
3043 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
3044         Log: The regex trick wasn't a good idea.
3045      Branch: perl
3046            ! pod/perlfaq4.pod
3047 ____________________________________________________________________________
3048 [ 10329] By: nick                                  on 2001/05/30  18:34:35
3049         Log: Integrate mainline
3050      Branch: perlio
3051           !> (integrate 40 files)
3052 ____________________________________________________________________________
3053 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
3054         Log: Update Changes.
3055      Branch: perl
3056            ! Changes patchlevel.h
3057 ____________________________________________________________________________
3058 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
3059         Log: The metaconfig unit change for #10325.
3060      Branch: metaconfig
3061            + U/modified/afs.U
3062 ____________________________________________________________________________
3063 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
3064         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
3065              is now wrong.
3066      Branch: perl
3067            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
3068 ____________________________________________________________________________
3069 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
3070         Log: Introduce $Config{afsroot}.
3071      Branch: perl
3072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3073            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
3074            ! win32/config.gc win32/config.vc
3075 ____________________________________________________________________________
3076 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
3077         Log: (Retracted by #10375.)
3078              
3079              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
3080      Branch: perl
3081            ! hints/linux.sh
3082 ____________________________________________________________________________
3083 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
3084         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
3085              (Also Configure tweaks needed; coming up soon.)
3086      Branch: perl
3087            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
3088 ____________________________________________________________________________
3089 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
3090         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
3091              From: Michael G Schwern <schwern@pobox.com>
3092              Date: Sun, 27 May 2001 10:29:43 +0100
3093              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
3094      Branch: perl
3095            ! lib/perl5db.pl
3096 ____________________________________________________________________________
3097 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
3098         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
3099              and Abhijit Menon-Sen.
3100      Branch: perl
3101            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
3102            ! perl.c pp_sys.c regcomp.c
3103 ____________________________________________________________________________
3104 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
3105         Log: Fix the BOOT section to call myU2time properly.
3106      Branch: perl
3107            ! ext/Time/HiRes/HiRes.xs
3108 ____________________________________________________________________________
3109 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
3110         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
3111              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
3112              Date: Wed, 30 May 2001 09:44:29 -0400
3113              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
3114              
3115              Detypo; plus add one more trick.
3116      Branch: perl
3117            ! pod/perlfaq4.pod
3118 ____________________________________________________________________________
3119 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
3120         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)
3121              From: Michael G Schwern <schwern@pobox.com>
3122              Date: Wed, 30 May 2001 14:39:06 +0100
3123              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
3124      Branch: perl
3125            ! lib/autouse.pm t/pragma/autouse.t
3126 ____________________________________________________________________________
3127 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
3128         Log: Subject: Re: AIX and gcc (moving targets)
3129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3130              Date: Wed, 30 May 2001 15:25:08 +0200
3131              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
3132      Branch: perl
3133            ! ext/Time/HiRes/HiRes.xs
3134 ____________________________________________________________________________
3135 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
3136         Log: Subject: [PATCH t/TEST] sorting tests
3137              From: Michael G Schwern <schwern@pobox.com>
3138              Date: Wed, 30 May 2001 10:24:02 +0100
3139              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
3140      Branch: perl
3141            ! t/TEST
3142 ____________________________________________________________________________
3143 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
3144         Log: Subject: [ID 20010529.002] typos in man page perlre
3145              From: bart@cg681574-a.adubn1.nj.home.com 
3146              Date: Tue, 29 May 2001 13:58:59 -0500
3147              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
3148      Branch: perl
3149            ! pod/perlre.pod
3150 ____________________________________________________________________________
3151 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
3152         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
3153              From: "Craig A. Berry" <craigberry@mac.com>
3154              Date: Tue, 29 May 2001 23:23:45 -0500
3155              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
3156      Branch: perl
3157            ! t/lib/extutils.t t/pragma/autouse.t
3158 ____________________________________________________________________________
3159 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
3160         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)
3161              From: David Dyck <dcd@tc.fluke.com>
3162              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
3163              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
3164      Branch: perl
3165            ! t/lib/filefind.t
3166 ____________________________________________________________________________
3167 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
3168         Log: AIX hints update for gcc from Merijn H. Brand.
3169      Branch: perl
3170            ! hints/aix.sh
3171 ____________________________________________________________________________
3172 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
3173         Log: Retract #10295 and #10296: a more generic solution
3174              is needed (there's something funny with gcc on AIX).
3175      Branch: perl
3176            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
3177 ____________________________________________________________________________
3178 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
3179         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
3180              From: Hugo <hv@crypt.compulink.co.uk>
3181              Date: Wed, 30 May 2001 11:59:19 +0100
3182              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
3183              
3184              localizing $@ has unfortunate semantics - if you die past
3185              a local $@, the die message is lost.
3186      Branch: perl
3187            ! lib/utf8_heavy.pl
3188 ____________________________________________________________________________
3189 [ 10309] By: nick                                  on 2001/05/30  08:23:02
3190         Log: Integrate mainline (autouse works again.)
3191      Branch: perlio
3192           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
3193           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
3194           !> pod/perlvar.pod t/op/cmp.t
3195 ____________________________________________________________________________
3196 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
3197         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
3198              From: David Dyck <dcd@tc.fluke.com>
3199              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
3200              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
3201      Branch: perl
3202            ! lib/File/Find.pm
3203 ____________________________________________________________________________
3204 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
3205         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
3206              From: Nicholas Clark <nick@ccl4.org>
3207              Date: Tue, 29 May 2001 23:16:09 +0100
3208              Message-ID: <20010529231609.U86445@plum.flirble.org>
3209              
3210              Make the test output slightly clearer by distinguishing
3211              between '' and undef.
3212      Branch: perl
3213            ! t/op/cmp.t
3214 ____________________________________________________________________________
3215 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
3216         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
3217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3218              Date: Tue, 29 May 2001 19:15:19 -0400
3219              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
3220      Branch: perl
3221            ! hints/os2.sh
3222 ____________________________________________________________________________
3223 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
3224         Log: Subject: perlvar.pod addition
3225              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
3226              Date: Fri, 25 May 2001 20:23:12 +0200
3227              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
3228              
3229              Subject: Re: perlvar.pod addition
3230              From: "Abigail" <abigail@foad.org> 
3231              Date: Fri, 25 May 2001 22:00:39 +0200
3232              Message-ID: <20010525200039.28029.qmail@foad.org>
3233              
3234              Mention $a and $b in perlvar.
3235      Branch: perl
3236            ! pod/perlvar.pod
3237 ____________________________________________________________________________
3238 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
3239         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
3240              From: Jeff Pinyan <jeffp@crusoe.net>
3241              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
3242              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
3243      Branch: perl
3244            ! pod/perlvar.pod
3245 ____________________________________________________________________________
3246 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
3247         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
3248              From: Jeff Pinyan <jeffp@crusoe.net>
3249              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
3250              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
3251      Branch: perl
3252            ! pod/perlfaq6.pod
3253 ____________________________________________________________________________
3254 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
3255         Log: Mention Time::localtime and Time::gmtime.
3256      Branch: perl
3257            ! ext/Time/Piece/Piece.pm
3258 ____________________________________________________________________________
3259 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
3260         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
3261              From: Michael G Schwern <schwern@pobox.com>
3262              Date: Tue, 29 May 2001 18:51:32 +0100
3263              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
3264      Branch: perl
3265            ! pod/perlfaq4.pod
3266 ____________________________________________________________________________
3267 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
3268         Log: Retract #10243.
3269      Branch: perl
3270            ! lib/autouse.pm
3271 ____________________________________________________________________________
3272 [ 10299] By: nick                                  on 2001/05/29  18:41:19
3273         Log: Post weekend integrate mainline (fails one test pragma/autouse).
3274      Branch: perlio
3275           +> (branch 29 files)
3276           !> (integrate 91 files)
3277 ____________________________________________________________________________
3278 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
3279         Log: Update Changes.
3280      Branch: perl
3281            ! Changes patchlevel.h
3282 ____________________________________________________________________________
3283 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
3284         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
3285              before Perl_load_module/Perl_call_method and restore the value
3286              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
3287      Branch: perl
3288            ! utf8.c
3289 ____________________________________________________________________________
3290 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
3291         Log: Subject: Re: AIX and gcc (moving targets)
3292              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3293              Date: Tue, 29 May 2001 17:59:40 +0200
3294              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
3295      Branch: perl
3296            ! ext/Storable/Makefile.PL
3297 ____________________________________________________________________________
3298 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
3299         Log: Subject: Re: AIX and gcc (moving targets)
3300              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3301              Date: Tue, 29 May 2001 12:32:57 +0200
3302              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
3303      Branch: perl
3304            ! ext/POSIX/Makefile.PL
3305 ____________________________________________________________________________
3306 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
3307         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
3308              From: Michael G Schwern <schwern@pobox.com>
3309              Date: Tue, 29 May 2001 09:53:29 +0100
3310              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
3311              
3312              (#10280 retracted)
3313      Branch: perl
3314            ! lib/Test/Harness.pm t/lib/test-harness.t
3315 ____________________________________________________________________________
3316 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
3317
3318         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
3319              From: Michael G Schwern <schwern@pobox.com>
3320              Date: Tue, 29 May 2001 09:19:52 +0100
3321              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
3322      Branch: perl
3323            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
3324            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
3325            + t/lib/Test/todo.t
3326            ! MANIFEST lib/Test.pm t/TEST
3327 ____________________________________________________________________________
3328 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
3329         Log: From: Michael G Schwern <schwern@pobox.com>
3330              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
3331              Date: Tue, 29 May 2001 08:26:09 +0100
3332              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
3333      Branch: perl
3334            ! t/TEST
3335 ____________________________________________________________________________
3336 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
3337         Log: Add tests for Time::gmtime and Time::localtime.
3338      Branch: perl
3339            + t/lib/time-gmtime.t t/lib/time-localtime.t
3340            ! MANIFEST t/lib/1_compile.t
3341 ____________________________________________________________________________
3342 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
3343         Log: Add test for File::stat.
3344      Branch: perl
3345            + t/lib/filestat.t
3346            ! MANIFEST t/lib/1_compile.t
3347 ____________________________________________________________________________
3348 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
3349         Log: Add test for Net::servent.
3350      Branch: perl
3351            + t/lib/net-sent.t
3352            ! MANIFEST t/lib/1_compile.t
3353 ____________________________________________________________________________
3354 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
3355         Log: Add test for Net::protoent.
3356      Branch: perl
3357            + t/lib/net-pent.t
3358            ! MANIFEST t/lib/1_compile.t
3359 ____________________________________________________________________________
3360 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
3361         Log: Add test for Net::netent.
3362      Branch: perl
3363            + t/lib/net-nent.t
3364            ! MANIFEST t/lib/1_compile.t
3365 ____________________________________________________________________________
3366 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
3367         Log: Add test for User::grent.  Portability doubtful.
3368      Branch: perl
3369            + t/lib/user-grent.t
3370            ! MANIFEST t/lib/1_compile.t
3371 ____________________________________________________________________________
3372 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
3373         Log: Add test for User::pwent.
3374              Probably will fall down somewhere for portability reasons.
3375      Branch: perl
3376            + t/lib/user-pwent.t
3377            ! MANIFEST t/lib/1_compile.t
3378 ____________________________________________________________________________
3379 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
3380         Log: Metaconfig units changes for #10283.
3381      Branch: metaconfig
3382            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
3383            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
3384            ! U/installdirs/sitescript.U U/modified/Signal.U
3385 ____________________________________________________________________________
3386 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
3387         Log: Subject: [PATCH 5.6.1] signal names in Configure
3388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3389              Date: Tue, 29 May 2001 03:52:25 -0400
3390              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
3391              
3392              Subject: [PATCH 5.6.1] older perl in Configure
3393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3394              Date: Tue, 29 May 2001 03:55:40 -0400
3395              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
3396              
3397              Subject: [PATCH 5.6.1] goofs in Configure
3398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3399              Date: Tue, 29 May 2001 04:13:07 -0400
3400              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
3401              
3402              Configure portability tweaks.
3403      Branch: perl
3404            ! Configure
3405 ____________________________________________________________________________
3406 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
3407         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
3408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3409              Date: Tue, 29 May 2001 04:07:06 -0400
3410              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
3411      Branch: perl
3412            ! os2/os2.c
3413 ____________________________________________________________________________
3414 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
3415         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
3416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3417              Date: Tue, 29 May 2001 04:01:38 -0400
3418              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
3419      Branch: perl
3420            ! hints/os2.sh os2/Makefile.SHs
3421 ____________________________________________________________________________
3422 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
3423         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
3424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3425              Date: Tue, 29 May 2001 03:50:18 -0400
3426              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
3427      Branch: perl
3428            ! lib/Test/Harness.pm
3429 ____________________________________________________________________________
3430 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
3431         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
3432      Branch: perl
3433            ! lib/utf8_heavy.pl
3434 ____________________________________________________________________________
3435 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
3436         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
3437              From: Hugo <hv@crypt.compulink.co.uk>
3438              Date: Tue, 29 May 2001 03:03:45 +0100
3439              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
3440              
3441              Explanation why the $@ always gets the UTF8 flag when under use utf8--
3442              because we told it to have the flag when under use utf8.
3443      Branch: perl
3444            ! pp_ctl.c
3445 ____________________________________________________________________________
3446 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
3447         Log: At least a partial fix for 20010528.004.
3448      Branch: perl
3449            ! lib/utf8_heavy.pl
3450 ____________________________________________________________________________
3451 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
3452         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
3453              From: Nicholas Clark <nick@ccl4.org> 
3454              Date: Mon, 28 May 2001 23:39:38 +0100
3455              Message-ID: <20010528233938.M86445@plum.flirble.org>
3456              
3457              More portable non-zero UV.
3458      Branch: perl
3459            ! t/lib/extutils.t
3460 ____________________________________________________________________________
3461 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
3462         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
3463              From: Nicholas Clark <nick@ccl4.org>
3464              Date: Mon, 28 May 2001 22:46:09 +0100
3465              Message-ID: <20010528224608.L86445@plum.flirble.org>
3466              
3467              Test also "make clean".
3468      Branch: perl
3469            ! t/lib/extutils.t
3470 ____________________________________________________________________________
3471 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
3472         Log: Subject: Re: Would -Wno-unused -Wall be better?
3473              From: Michael G Schwern <schwern@pobox.com>
3474              Date: Tue, 29 May 2001 00:55:54 +0100
3475              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
3476      Branch: perl
3477            ! pp.h
3478 ____________________________________________________________________________
3479 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
3480         Log: Add a test for 20010528.007, fixed in #10272.
3481      Branch: perl
3482            ! t/op/misc.t toke.c
3483 ____________________________________________________________________________
3484 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
3485         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
3486              From: Hugo <hv@crypt.compulink.co.uk>
3487              Date: Tue, 29 May 2001 00:23:23 +0100
3488              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
3489      Branch: perl
3490            ! toke.c
3491 ____________________________________________________________________________
3492 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
3493         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
3494              From: Michael G Schwern <schwern@pobox.com>
3495              Date: Tue, 29 May 2001 00:42:59 +0100
3496              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
3497      Branch: perl
3498            ! t/pragma/autouse.t
3499 ____________________________________________________________________________
3500 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
3501         Log: Some shells seemingly arrange the signal handlers differently
3502              (bug id 20010521.004).
3503      Branch: perl
3504            ! t/lib/sigaction.t
3505 ____________________________________________________________________________
3506 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
3507         Log: Regen perlmodlib.
3508      Branch: perl
3509            ! pod/perlmodlib.pod
3510 ____________________________________________________________________________
3511 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
3512         Log: Update Changes.
3513      Branch: perl
3514            ! Changes patchlevel.h
3515 ____________________________________________________________________________
3516 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
3517         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
3518              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3519              Date: Mon, 28 May 2001 14:56:35 -0500
3520              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
3521      Branch: perl
3522            ! pod/perlnewmod.pod
3523 ____________________________________________________________________________
3524 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
3525         Log: Regen toc.
3526      Branch: perl
3527            ! pod/perltoc.pod
3528 ____________________________________________________________________________
3529 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
3530         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
3531              From: "Richard Soderberg" <rs@crystalflame.net>
3532              Date: Mon, 28 May 2001 12:31:23 -0700
3533              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
3534      Branch: perl
3535            ! t/op/splice.t
3536 ____________________________________________________________________________
3537 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
3538         Log: The #10260 was too bold: locales and utf8 still do not mix.
3539      Branch: perl
3540            ! t/pragma/locale.t
3541 ____________________________________________________________________________
3542 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
3543         Log: Subject: [PATCH] Pod nitpicks
3544              From: "Richard Soderberg" <rs@crystalflame.net>
3545              Date: Mon, 28 May 2001 10:08:58 -0700
3546              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
3547      Branch: perl
3548            ! pod/perl571delta.pod pod/perlapi.pod sv.h
3549 ____________________________________________________________________________
3550 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
3551         Log: Upgrade to I18N::LangTags 0.22.
3552      Branch: perl
3553            + lib/I18N/LangTags/List.pod
3554            ! MANIFEST lib/I18N/LangTags.pm
3555 ____________________________________________________________________________
3556 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
3557         Log: A slightly more serious bug found by -Mutf8; op/misc and
3558              lib/complex dumped core.
3559      Branch: perl
3560            ! regexec.c
3561 ____________________________________________________________________________
3562 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
3563         Log: Various buglets shaken out by -Mutf8.
3564      Branch: perl
3565            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
3566            ! t/pragma/locale.t
3567 ____________________________________________________________________________
3568 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
3569         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
3570      Branch: perl
3571            ! t/lib/carp.t
3572 ____________________________________________________________________________
3573 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
3574         Log: Subject: [PATCH] todo patch
3575              From: Artur Bergman <artur@contiller.se> 
3576              Date: Mon, 28 May 2001 17:03:51 +0200
3577              Message-ID: <B7383577.F34%artur@contiller.se>
3578      Branch: perl
3579            ! pod/perltodo.pod
3580 ____________________________________________________________________________
3581 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
3582         Log: Subject: typo in perlguts.pod
3583              From: "John P. Linderman" <jpl@research.att.com>
3584              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
3585              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
3586      Branch: perl
3587            ! pod/perlguts.pod
3588 ____________________________________________________________________________
3589 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
3590         Log: Subject: AIX and gcc (moving targets)
3591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3592              Date: Mon, 28 May 2001 12:54:04 +0200
3593              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
3594      Branch: perl
3595            ! hints/aix.sh
3596 ____________________________________________________________________________
3597 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
3598         Log: Subject: Re: perlio + multiple perl_alloc..destruct
3599              From: Doug MacEachern <dougm@covalent.net>
3600              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
3601              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
3602      Branch: perl
3603            ! perlio.c
3604 ____________________________________________________________________________
3605 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
3606         Log: The #10251 wasn't quite up-to-the-code.
3607      Branch: perl
3608            ! t/op/misc.t
3609 ____________________________________________________________________________
3610 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
3611         Log: Test case for bug 20010526.004, fixed in #10252.
3612      Branch: perl
3613            ! t/op/taint.t
3614 ____________________________________________________________________________
3615 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
3616         Log: Subject: Re: [ID 20010526.004] Taint looses value
3617              From: Hugo <hv@crypt.compulink.co.uk>
3618              Date: Sun, 27 May 2001 20:39:32 +0100
3619              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
3620      Branch: perl
3621            ! sv.c
3622 ____________________________________________________________________________
3623 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
3624         Log: Test case for 20010422.005, fixed by #10250.
3625      Branch: perl
3626            ! t/op/misc.t
3627 ____________________________________________________________________________
3628 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
3629         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
3630              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3631              Date: Mon, 28 May 2001 06:39:12 -0400
3632              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
3633      Branch: perl
3634            ! toke.c
3635 ____________________________________________________________________________
3636 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
3637         Log: Linerewrapping.
3638      Branch: perl
3639            ! lib/open.pm
3640 ____________________________________________________________________________
3641 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
3642         Log: Updates on the modules list.
3643      Branch: perl
3644            ! t/lib/1_compile.t
3645 ____________________________________________________________________________
3646 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
3647         Log: Add a test for PerlIO.
3648              
3649              (I probably got the crlf/raw thing wrong for clrfy platforms...)
3650      Branch: perl
3651            + t/lib/perlio.t
3652            ! MANIFEST lib/PerlIO.pm
3653 ____________________________________________________________________________
3654 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
3655         Log: Add a test for carp et alia.
3656      Branch: perl
3657            + t/lib/carp.t
3658            ! MANIFEST
3659 ____________________________________________________________________________
3660 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
3661         Log: Adding the new test would be swell.
3662      Branch: perl
3663            + t/pragma/autouse.t
3664 ____________________________________________________________________________
3665 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
3666         Log: Add a test for the autouse pragma.
3667      Branch: perl
3668            ! MANIFEST
3669 ____________________________________________________________________________
3670 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
3671         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
3672              From: dLux <dlux@spam.sch.bme.hu>
3673              Date: Sun, 27 May 2001 16:14:26 +0200
3674              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
3675      Branch: perl
3676            ! lib/autouse.pm
3677 ____________________________________________________________________________
3678 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
3679         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
3680              From: "Richard Soderberg" <rs@crystalflame.net>
3681              Date: Mon, 28 May 2001 03:56:36 -0700
3682              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
3683      Branch: perl
3684            ! utils/dprofpp.PL
3685 ____________________________________________________________________________
3686 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
3687         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
3688              From: "Stephen P. Potter" <spp@spotter.yi.org>
3689              Date: Tue, 22 May 2001 11:40:25 -0400
3690              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
3691              
3692              Subject: Re: [ID 20010522.003] Time::Local module bug
3693              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
3694              Date: Tue, 22 May 2001 11:50:19 -0400
3695              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
3696      Branch: perl
3697            ! lib/Time/Local.pm
3698 ____________________________________________________________________________
3699 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
3700         Log: The PERL_DL_NONLAZY can have whitespace in front.
3701      Branch: perl
3702            ! t/lib/extutils.t
3703 ____________________________________________________________________________
3704 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
3705         Log: Document strftime() and strptime().
3706      Branch: perl
3707            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
3708 ____________________________________________________________________________
3709 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
3710         Log: Make Time::Piece::strptime() to be a function, not a method.
3711      Branch: perl
3712            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3713 ____________________________________________________________________________
3714 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
3715         Log: Tweak the test to be more portable.
3716      Branch: perl
3717            ! t/lib/extutils.t
3718 ____________________________________________________________________________
3719 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
3720         Log: Subject: PATCH: Re: Re: Attributes that tie
3721              From: Leon Brocard <acme@astray.com>
3722              Date: Sun, 27 May 2001 12:37:29 +0100
3723              Message-ID: <20010527123729.A22663@ns0.astray.com>
3724              
3725              Document that variable attributes are not currently usable
3726              for tieing.  (An ugly limitation that should be fixed.)
3727      Branch: perl
3728            ! lib/attributes.pm
3729 ____________________________________________________________________________
3730 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
3731         Log: Microperl tweaks.
3732      Branch: perl
3733            ! Makefile.micro uconfig.h uconfig.sh
3734 ____________________________________________________________________________
3735 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
3736         Log: Add make target for microperl (kind of silly, but convenient).
3737      Branch: perl
3738            ! Makefile.SH
3739 ____________________________________________________________________________
3740 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
3741         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
3742              for microperl.)
3743      Branch: perl
3744            ! doio.c
3745 ____________________________________________________________________________
3746 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
3747         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
3748              From: rspier@pobox.com (Robert Spier)
3749              Date: Sat, 26 May 2001 20:05:23 -0400
3750              Message-ID: <15120.17603.148648.12430@rls.cx>
3751              
3752              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
3753              From: rspier@pobox.com (Robert Spier)
3754              Date: Sun, 27 May 2001 00:23:12 -0400
3755              Message-ID: <15120.33072.511966.767230@rls.cx>
3756      Branch: perl
3757            ! doio.c pod/perlfunc.pod
3758 ____________________________________________________________________________
3759 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
3760         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
3761      Branch: perl
3762            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3763 ____________________________________________________________________________
3764 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
3765         Log: Add README.tru64.
3766      Branch: perl
3767            + README.tru64
3768 ____________________________________________________________________________
3769 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
3770         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
3771      Branch: perl
3772            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
3773            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
3774            ! MANIFEST
3775 ____________________________________________________________________________
3776 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
3777         Log: Integrate I18N::LangTags from Sean Burke.
3778              
3779              TODO: the language list from RFC 3066 needs to be integrated
3780              and made available somehow.  The list is included in the
3781              I18N-LangTags 0.21 distribution, but it is undocumented
3782              and unconnected to the module.
3783      Branch: perl
3784            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
3785            ! MANIFEST
3786 ____________________________________________________________________________
3787 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
3788         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
3789              envisioned by Sarathy.
3790      Branch: perl
3791            ! t/op/ver.t toke.c
3792 ____________________________________________________________________________
3793 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
3794         Log: Subject: [ID 20010525.001] Pod typo nits fixed
3795              From: lvirden@cas.org
3796              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
3797              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
3798              
3799              minus the perlsolaris decimation plus the
3800              
3801              Subject: Re: [ID 20010525.001] Pod typo nits fixed
3802              From: "Philip Newton" <Philip.Newton@gmx.net>
3803              Date: Fri, 25 May 2001 18:05:55 +0200
3804              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
3805      Branch: perl
3806            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
3807            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
3808            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
3809            ! pod/perlutil.pod pod/perlxstut.pod
3810 ____________________________________________________________________________
3811 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
3812         Log: return clauses are nice.
3813      Branch: perl
3814            ! sv.c
3815 ____________________________________________________________________________
3816 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
3817         Log: Subject: change 10199 backwards?
3818              From: Doug MacEachern <dougm@covalent.net>
3819              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
3820              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
3821      Branch: perl
3822            ! sv.c
3823 ____________________________________________________________________________
3824 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
3825         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
3826              From: Hugo <hv@crypt.compulink.co.uk>
3827              Date: Sat, 26 May 2001 17:05:12 +0100
3828              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
3829      Branch: perl
3830            + t/op/gmagic.t
3831            ! MANIFEST doop.c embed.h embed.pl global.sym
3832            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
3833            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
3834 ____________________________________________________________________________
3835 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
3836         Log: Regen headers for #10221.
3837      Branch: perl
3838            ! global.sym objXSUB.h perlapi.c
3839 ____________________________________________________________________________
3840 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
3841         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
3842              From: Juha Laiho <juha.laiho@Elma.Net>
3843              Date: Thu, 3 May 2001 09:51:30 +0300
3844              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
3845      Branch: perl
3846            ! embed.pl
3847 ____________________________________________________________________________
3848 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
3849         Log: Subject: Re: [PATCH] Re: stability of sort()?
3850              From: "John P. Linderman" <jpl@research.att.com>
3851              Date: Sat, 26 May 2001 13:27:19 -0400
3852              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
3853      Branch: perl
3854            ! pod/perlfunc.pod
3855 ____________________________________________________________________________
3856 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
3857         Log: Integrate perlio.
3858      Branch: perl
3859           !> pod/perlguts.pod
3860 ____________________________________________________________________________
3861 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
3862         Log: Subject: [PATCH perl@10210] PerlIO for VMS
3863              From: "Craig A. Berry" <craigberry@mac.com>
3864              Date: Sat, 26 May 2001 09:34:11 -0500
3865              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
3866      Branch: perl
3867            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
3868            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
3869            ! vms/vmsish.h
3870 ____________________________________________________________________________
3871 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
3872         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
3873              From: David Dyck <dcd@tc.fluke.com>
3874              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
3875              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
3876      Branch: perl
3877            ! lib/perl5db.pl
3878 ____________________________________________________________________________
3879 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
3880         Log: Subject: utf8 regexp tests
3881              From: Hugo <hv@crypt.compulink.co.uk>
3882              Date: Fri, 25 May 2001 22:35:01 +0100
3883              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
3884      Branch: perl
3885            ! t/op/regexp.t
3886 ____________________________________________________________________________
3887 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
3888         Log: Subject: [PATCH] Re: stability of sort()?
3889              From: Nicholas Clark <nick@ccl4.org>
3890              Date: Fri, 25 May 2001 22:40:19 +0100
3891              Message-ID: <20010525224019.B86445@plum.flirble.org>
3892      Branch: perl
3893            ! pod/perlfunc.pod
3894 ____________________________________________________________________________
3895 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
3896         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
3897              From: John Peacock <jpeacock@rowman.com>
3898              Date: Thu, 24 May 2001 22:14:01 -0400
3899              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
3900      Branch: perl
3901            ! mg.c scope.c sv.c
3902 ____________________________________________________________________________
3903 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
3904         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
3905              From: Nicholas Clark <nick@ccl4.org>
3906              Date: Sun, 20 May 2001 19:24:13 +0100
3907              Message-ID: <20010520192413.G83222@plum.flirble.org>
3908      Branch: perl
3909            + lib/ExtUtils/Constant.pm t/lib/extutils.t
3910            ! MANIFEST utils/h2xs.PL
3911 ____________________________________________________________________________
3912 [ 10212] By: nick                                  on 2001/05/26  09:49:28
3913         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
3914              add a few more notes there on use of mortals on the stack.
3915      Branch: perlio
3916            ! pod/perlguts.pod
3917 ____________________________________________________________________________
3918 [ 10211] By: nick                                  on 2001/05/26  09:05:36
3919         Log: Integrate mainline
3920      Branch: perlio
3921           +> t/lib/fcntl.t t/pragma/vars.t
3922           !> (integrate 49 files)
3923 ____________________________________________________________________________
3924 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
3925         Log: Update Changes.
3926      Branch: perl
3927            ! Changes patchlevel.h
3928 ____________________________________________________________________________
3929 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
3930         Log: Based on
3931              
3932              Subject: [PATCH pp.c] Wrapping pack("C",256)
3933              From: Simon Cozens <simon@netthink.co.uk>
3934              Date: Sat, 12 May 2001 17:58:41 +0100
3935              Message-ID: <20010512175841.A6132@netthink.co.uk>
3936      Branch: perl
3937            ! pod/perldiag.pod pp.c t/pragma/warn/pp
3938 ____________________________________________________________________________
3939 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
3940         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
3941              From: "Brendan O'Dea" <bod@compusol.com.au>
3942              Date: Fri, 25 May 2001 11:18:29 +1000
3943              Message-ID: <20010525111829.A28411@compusol.com.au>
3944              
3945              (Slightly modified.)
3946      Branch: perl
3947            ! lib/Term/Cap.pm
3948 ____________________________________________________________________________
3949 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
3950         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
3951              From: Hugo <hv@crypt.compulink.co.uk>
3952              Date: Fri, 25 May 2001 02:13:25 +0100
3953              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
3954      Branch: perl
3955            ! t/op/misc.t
3956 ____________________________________________________________________________
3957 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
3958         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
3959              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
3960              Date: Fri, 25 May 2001 10:25:36 +0900
3961              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
3962      Branch: perl
3963            ! regcomp.c regexec.c
3964 ____________________________________________________________________________
3965 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
3966         Log: Subject: [PATCH #2] stash autovivification and method call error messages
3967              From: Ilmari Karonen <iltzu@sci.fi>
3968              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
3969              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
3970      Branch: perl
3971            ! gv.c pp_hot.c t/op/method.t
3972 ____________________________________________________________________________
3973 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
3974         Log: Add make target and documentation for gprof profiling.
3975      Branch: perl
3976            ! Makefile.SH pod/perlhack.pod
3977 ____________________________________________________________________________
3978 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
3979         Log: Subject: Don't think about UTF8 
3980              From: Mike Guy <mjtg@cam.ac.uk> 
3981              Date: Tue, 22 May 2001 14:35:39 +0100
3982              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
3983      Branch: perl
3984            ! sv.h
3985 ____________________________________________________________________________
3986 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
3987         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
3988              From: Geraint A Edwards <gedge@serf.org> 
3989              Date: Thu, 24 May 2001 22:51:24 +0100
3990              Message-Id: <20010524225124.A34981@cymru.serf.org>
3991      Branch: perl
3992            ! x2p/find2perl.PL
3993 ____________________________________________________________________________
3994 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
3995         Log: DB_File has its own attribute story.
3996      Branch: perl
3997            ! ext/DB_File/DB_File.xs
3998 ____________________________________________________________________________
3999 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
4000         Log: Subject: Re: Making perl with -Wall
4001              From: Andy Dougherty <doughera@lafayette.edu>
4002              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
4003              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
4004      Branch: perl
4005            ! perl.h
4006 ____________________________________________________________________________
4007 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
4008         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
4009              From: "Richard Soderberg" <rs@crystalflame.net>
4010              Date: Thu, 24 May 2001 08:58:16 -0700
4011              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
4012      Branch: perl
4013            ! sv.c
4014 ____________________________________________________________________________
4015 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
4016         Log: IV/UV casting fixes from Nicholas Clark.
4017      Branch: perl
4018            ! perl.h pp_sys.c util.c
4019 ____________________________________________________________________________
4020 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
4021         Log: Subject: Re: Making perl with -Wall
4022              From: Michael G Schwern <schwern@pobox.com>
4023              Date: Thu, 24 May 2001 15:40:28 +0100
4024              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
4025      Branch: perl
4026            ! malloc.c perl.h
4027 ____________________________________________________________________________
4028 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
4029         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
4030              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4031              Date: Tue, 22 May 2001 11:49:37 +0200
4032              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
4033      Branch: metaconfig
4034            ! U/modified/Oldsym.U
4035      Branch: metaconfig/U/perl
4036            ! patchlevel.U
4037      Branch: perl
4038            ! Configure config_h.SH myconfig.SH
4039 ____________________________________________________________________________
4040 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
4041         Log: Under versiononly install also the scripts with the version suffix.
4042              (e.g. .../bin/h2xs5.7.1)
4043      Branch: perl
4044            ! installperl
4045 ____________________________________________________________________________
4046 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
4047         Log: Subject: [PATCH] Stop segfault in mg.c:636
4048              From: "Richard Soderberg" <rs@crystalflame.net>
4049              Date: Thu, 24 May 2001 05:51:52 -0700
4050              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
4051      Branch: perl
4052            ! mg.c
4053 ____________________________________________________________________________
4054 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
4055         Log: Iteration continues; hopefully convergently.
4056      Branch: perl
4057            ! t/lib/b-stash.t
4058 ____________________________________________________________________________
4059 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
4060         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
4061              From: Gisle Aas <gisle@ActiveState.com>
4062              Date: 23 May 2001 16:13:10 -0700
4063              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
4064      Branch: perl
4065            ! op.c toke.c
4066 ____________________________________________________________________________
4067 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
4068         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
4069              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4070              Date: Thu, 24 May 2001 05:05:22 -0500
4071              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
4072      Branch: perl
4073            ! lib/dumpvar.pl lib/perl5db.pl
4074 ____________________________________________________________________________
4075 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
4076         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
4077              From: David Dyck <dcd@tc.fluke.com>
4078              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
4079              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
4080      Branch: perl
4081            ! lib/perl5db.pl
4082 ____________________________________________________________________________
4083 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
4084         Log: Tiny pod nits on READMEs, mostly whitespace issues.
4085      Branch: perl
4086            ! README.amiga README.dos README.macos README.mpeix README.vmesa
4087            ! README.win32
4088 ____________________________________________________________________________
4089 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
4090         Log: The DG/UX part of the 20010521.005.
4091      Branch: perl
4092            ! README.dgux
4093 ____________________________________________________________________________
4094 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
4095         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
4096              From: Hugo <hv@crypt.compulink.co.uk>
4097              Date: Mon, 21 May 2001 16:32:02 +0100
4098              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
4099      Branch: perl
4100            ! regcomp.c t/op/misc.t
4101 ____________________________________________________________________________
4102 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
4103         Log: Subject: [PATCH] Extra UNIVERSAL tests
4104              From: Mike Guy <mjtg@cam.ac.uk>
4105              Date: Wed, 23 May 2001 12:29:20 +0100
4106              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
4107      Branch: perl
4108            ! t/op/universal.t
4109 ____________________________________________________________________________
4110 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
4111         Log: Subject: [PATCH] Remove EQ keyword
4112              From: Mike Guy <mjtg@cam.ac.uk>
4113              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
4114              Date: Wed, 23 May 2001 11:17:29 +0100
4115      Branch: perl
4116            ! keywords.h keywords.pl
4117 ____________________________________________________________________________
4118 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
4119         Log: Subject: [PATCH] lib/perl5db.pl
4120              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4121              Date: Wed, 23 May 2001 02:18:03 -0500
4122              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
4123      Branch: perl
4124            ! lib/perl5db.pl
4125 ____________________________________________________________________________
4126 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
4127         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
4128              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4129              Date: Tue, 22 May 2001 23:34:41 -0500
4130              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
4131      Branch: perl
4132            ! lib/Term/Cap.pm
4133 ____________________________________________________________________________
4134 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
4135         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
4136              From: davem@fdgroup.co.uk
4137              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
4138              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
4139      Branch: perl
4140            ! emacs/e2ctags.pl
4141 ____________________________________________________________________________
4142 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
4143         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
4144              From: Michael G Schwern <schwern@pobox.com>
4145              Date: Tue, 22 May 2001 14:15:09 +0100
4146              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
4147      Branch: perl
4148            ! lib/vars.pm
4149 ____________________________________________________________________________
4150 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
4151         Log: Subject: [PATCH lib/vars.pm] Odd code nit
4152              From: Michael G Schwern <schwern@pobox.com>
4153              Date: Tue, 22 May 2001 14:14:28 +0100
4154              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
4155      Branch: perl
4156            ! lib/vars.pm
4157 ____________________________________________________________________________
4158 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
4159         Log: Use the new use vars feature.
4160      Branch: perl
4161            ! t/lib/b-stash.t
4162 ____________________________________________________________________________
4163 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
4164         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
4165              From: Mike Guy <mjtg@cam.ac.uk>
4166              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4167              Date: Tue, 22 May 2001 13:11:39 +0100
4168      Branch: perl
4169            + t/pragma/vars.t
4170            ! MANIFEST lib/vars.pm t/lib/1_compile.t
4171 ____________________________________________________________________________
4172 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
4173         Log: -qlongdouble considered harmful by Merijn.
4174      Branch: perl
4175            ! hints/aix.sh
4176 ____________________________________________________________________________
4177 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
4178         Log: Update Changes.
4179      Branch: perl
4180            ! Changes patchlevel.h
4181 ____________________________________________________________________________
4182 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
4183         Log: Add a test of its very own for Fcntl.  Hopefully portable.
4184      Branch: perl
4185            + t/lib/fcntl.t
4186            ! MANIFEST
4187 ____________________________________________________________________________
4188 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
4189         Log: Must be trickier for 'minitest' not to die.
4190      Branch: perl
4191            ! t/op/taint.t
4192 ____________________________________________________________________________
4193 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
4194         Log: Can't declare other people's variables.
4195      Branch: perl
4196            ! t/lib/b-stash.t
4197 ____________________________________________________________________________
4198 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
4199         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
4200      Branch: perl
4201            ! doio.c t/op/taint.t
4202 ____________________________________________________________________________
4203 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
4204         Log: The OS/2 variable needs to be declared.
4205      Branch: perl
4206            ! t/lib/b-stash.t
4207 ____________________________________________________________________________
4208 [ 10170] By: nick                                  on 2001/05/20  16:48:29
4209         Log: Integrate mainline
4210      Branch: perlio
4211           !> (integrate 41 files)
4212 ____________________________________________________________________________
4213 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
4214         Log: Small perlsec updates: clarify the taintedness of filename
4215              globbing; suggest using Scalar::Util::tainted().
4216      Branch: perl
4217            ! pod/perlsec.pod
4218 ____________________________________________________________________________
4219 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
4220         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
4221              From: Dave Mitchell <davem@fdgroup.co.uk>
4222              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
4223              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
4224      Branch: perl
4225            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
4226            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
4227            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
4228            ! xsutils.c
4229 ____________________________________________________________________________
4230 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
4231         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
4232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4233              Date: Sat, 19 May 2001 04:08:46 -0400
4234              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
4235      Branch: perl
4236            ! lib/ExtUtils/Mksymlists.pm makedef.pl
4237 ____________________________________________________________________________
4238 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
4239         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
4240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4241              Date: Sat, 19 May 2001 04:30:45 -0400
4242              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
4243      Branch: perl
4244            ! os2/os2.c
4245 ____________________________________________________________________________
4246 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
4247         Log: Subject: [PATCH 5.6.1] build bugs OS/2
4248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4249              Date: Sat, 19 May 2001 04:35:28 -0400
4250              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
4251      Branch: perl
4252            ! os2/Makefile.SHs os2/os2.c
4253 ____________________________________________________________________________
4254 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
4255         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
4256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4257              Date: Sat, 19 May 2001 04:04:23 -0400
4258              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
4259              
4260              (In bleadperl patched b-stash.t instead of b.t)
4261      Branch: perl
4262            ! t/lib/b-stash.t t/lib/bigfltpm.t
4263 ____________________________________________________________________________
4264 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
4265         Log: Subject: [PATCH 5.6.1] perl5db
4266              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4267              Date: Sat, 19 May 2001 03:49:09 -0400
4268              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
4269      Branch: perl
4270            ! lib/perl5db.pl
4271 ____________________________________________________________________________
4272 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
4273         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
4274              From: Gisle Aas <gisle@ActiveState.com>
4275              Date: 18 May 2001 14:24:51 -0700
4276              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
4277      Branch: perl
4278            ! pp_ctl.c
4279 ____________________________________________________________________________
4280 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
4281         Log: Subject: [PATCH] Chomp should not always stringify
4282              From: Gisle Aas <gisle@ActiveState.com>
4283              Date: 18 May 2001 07:55:25 -0700
4284              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
4285      Branch: perl
4286            ! doop.c t/op/chop.t
4287 ____________________________________________________________________________
4288 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
4289         Log: Integrate perlio.
4290      Branch: perl
4291           !> pod/perlfunc.pod
4292 ____________________________________________________________________________
4293 [ 10159] By: nick                                  on 2001/05/20  09:39:46
4294         Log: Document some more of open's features.
4295      Branch: perlio
4296            ! pod/perlfunc.pod
4297 ____________________________________________________________________________
4298 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
4299         Log: back out change#10153 (it has compatibility issues such as the
4300              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
4301              benefit for 5.6.x doesn't seem worth the risk)
4302      Branch: maint-5.6/perl
4303            ! toke.c
4304 ____________________________________________________________________________
4305 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
4306         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
4307      Branch: perl
4308            ! x2p/s2p.PL
4309 ____________________________________________________________________________
4310 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
4311         Log: Update Changes.
4312      Branch: perl
4313            ! Changes patchlevel.h
4314 ____________________________________________________________________________
4315 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
4316         Log: Integrate change #10144 from maintperl.
4317              
4318              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
4319      Branch: perl
4320           !> win32/config.bc win32/config.gc win32/config.vc
4321           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4322 ____________________________________________________________________________
4323 [ 10154] By: nick                                  on 2001/05/18  07:23:03
4324         Log: Integrate mainline.
4325      Branch: perlio
4326           +> README.dgux t/lib/i18n-collate.t utils.lst
4327           !> (integrate 49 files)
4328 ____________________________________________________________________________
4329 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
4330         Log: Integrate change #7224 from mainline into maintperl.
4331              
4332              Allow @+ and @- to be doublequoted, from Simon Cozens. 
4333              (Approved by Larry, see Tom's comment in 20000830.005.)
4334      Branch: maint-5.6/perl
4335           !> toke.c
4336 ____________________________________________________________________________
4337 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
4338         Log: Subject: [PATCH bleadperl] small lookbehind fix
4339              From: Hugo <hv@crypt.compulink.co.uk>
4340              Date: Fri, 18 May 2001 00:07:19 +0100
4341              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
4342      Branch: perl
4343            ! regexec.c
4344 ____________________________________________________________________________
4345 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
4346         Log: Detypos.
4347      Branch: perl
4348            ! installman utils.lst
4349 ____________________________________________________________________________
4350 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
4351         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
4352              in 20001222.001.
4353      Branch: perl
4354            ! t/lib/glob-basic.t
4355 ____________________________________________________________________________
4356 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
4357         Log: Subject: [PATCH] Test for bug 20010515.004
4358              From: Benjamin Sugars <bsugars@canoe.ca>
4359              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
4360              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
4361      Branch: perl
4362            ! t/op/misc.t
4363 ____________________________________________________________________________
4364 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
4365         Log: Integrate #10145 from maintperl.
4366              
4367              fix for ID 20010515.004 (needs test)
4368      Branch: perl
4369           !> pp_hot.c
4370 ____________________________________________________________________________
4371 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
4372         Log: Thinko noticed by Doug MacEachern.
4373      Branch: perl
4374            ! thread.h
4375 ____________________________________________________________________________
4376 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
4377         Log: Subject: Re: [PATCH] HERE mark in regex
4378              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4379              Date: Thu, 17 May 2001 12:20:33 -0400
4380              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
4381      Branch: perl
4382            ! t/op/re_tests
4383 ____________________________________________________________________________
4384 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
4385         Log: fix for ID 20010515.004 (needs test)
4386      Branch: maint-5.6/perl
4387            ! pp_hot.c
4388 ____________________________________________________________________________
4389 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
4390         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
4391      Branch: maint-5.6/perl
4392            ! win32/config.bc win32/config.gc win32/config.vc
4393            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4394 ____________________________________________________________________________
4395 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
4396         Log: Macrofy the getspecific (and use it also in util.c)
4397      Branch: perl
4398            ! thread.h util.c
4399 ____________________________________________________________________________
4400 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
4401         Log: Use the unchecked thread-specific key fetch also in Tru64.
4402      Branch: perl
4403            ! thread.h
4404 ____________________________________________________________________________
4405 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
4406         Log: Subject: [PATCH 5.6.1]Quick thread speedup
4407              From: Dan Sugalski <dan@sidhe.org> 
4408              Date: Wed, 16 May 2001 18:05:19 -0400
4409              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
4410      Branch: perl
4411            ! thread.h util.c
4412 ____________________________________________________________________________
4413 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
4414         Log: I think this is quite enough testing for a deprecated feature.
4415      Branch: perl
4416            + t/lib/i18n-collate.t
4417            ! MANIFEST t/lib/1_compile.t
4418 ____________________________________________________________________________
4419 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
4420         Log: More HP-UX lore from Jeff Okamoto.
4421      Branch: perl
4422            ! README.hpux
4423 ____________________________________________________________________________
4424 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
4425         Log: Sort utils.lst for easier maintenance.
4426      Branch: perl
4427            ! utils.lst
4428 ____________________________________________________________________________
4429 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
4430         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
4431              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4432              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
4433              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
4434              
4435              Add pod2latex to utils.lst.
4436      Branch: perl
4437            ! MANIFEST utils.lst
4438 ____________________________________________________________________________
4439 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
4440         Log: Subject: Re: [PATCH] HERE mark in regex
4441              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4442              Date: Wed, 16 May 2001 13:04:43 -0400
4443              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
4444      Branch: perl
4445            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
4446            ! t/op/regmesg.t t/pragma/warn/regcomp
4447 ____________________________________________________________________________
4448 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
4449         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
4450              From: Simon Cozens <simon@netthink.co.uk>
4451              Date: Wed, 16 May 2001 18:02:08 +0100
4452              Message-ID: <20010516180208.A6458@netthink.co.uk>
4453      Branch: perl
4454            ! installman utils.lst
4455 ____________________________________________________________________________
4456 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
4457         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
4458              From: "Philip Newton" <pnewton@gmx.de>
4459              Date: Tue, 15 May 2001 15:09:30 +0200
4460              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
4461              
4462              Test case for #10128.
4463      Branch: perl
4464            ! t/pragma/warn/pp_hot
4465 ____________________________________________________________________________
4466 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
4467         Log: Update Changes.
4468      Branch: perl
4469            ! Changes patchlevel.h
4470 ____________________________________________________________________________
4471 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
4472         Log: Deprecate pseudo-hashes.
4473      Branch: perl
4474            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
4475 ____________________________________________________________________________
4476 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
4477         Log: HP-UX hints update from Merijn.
4478      Branch: perl
4479            ! hints/hpux.sh
4480 ____________________________________________________________________________
4481 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
4482         Log: README.hpux update from Merijn.
4483      Branch: perl
4484            ! README.hpux
4485 ____________________________________________________________________________
4486 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
4487         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
4488              From: Simon Cozens <simon@netthink.co.uk>
4489              Date: Wed, 16 May 2001 15:57:55 +0100
4490              Message-ID: <20010516155755.A4728@netthink.co.uk>
4491      Branch: perl
4492            + utils.lst
4493            ! MANIFEST installman installperl
4494 ____________________________________________________________________________
4495 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
4496         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
4497              From: "Philip Newton" <pnewton@gmx.de>
4498              Date: Tue, 15 May 2001 16:31:05 +0200
4499              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
4500              
4501              Fix PERL_Y2KWARN test to check before rather than after appending.
4502      Branch: perl
4503            ! pp_hot.c
4504 ____________________________________________________________________________
4505 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
4506         Log: Regen Porting stuff.
4507      Branch: perl
4508            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4509            ! config_h.SH
4510 ____________________________________________________________________________
4511 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
4512         Log: Metaconfig unit change for #10125.
4513      Branch: metaconfig
4514            ! U/modified/Oldconfig.U
4515 ____________________________________________________________________________
4516 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
4517         Log: Use OSVERS.
4518      Branch: perl
4519            ! Configure config_h.SH perl.c
4520 ____________________________________________________________________________
4521 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
4522         Log: Regen toc.
4523      Branch: perl
4524            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4525 ____________________________________________________________________________
4526 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
4527         Log: Adding the README.dgux to the MANIFEST would be a good idea.
4528      Branch: perl
4529            ! MANIFEST
4530 ____________________________________________________________________________
4531 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
4532         Log: Move the stack desire definition to thread.h.
4533      Branch: perl
4534            ! ext/Thread/Thread.xs thread.h
4535 ____________________________________________________________________________
4536 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
4537         Log: DG-UX threading patches, including a README.dgux,
4538              from Takis Psarogiannakopoulos.
4539      Branch: perl
4540            + README.dgux
4541            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
4542 ____________________________________________________________________________
4543 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
4544         Log: Subject: [PATCH B::Deparse] More on /x regexes
4545              From: Robin Houston <robin@kitsite.com>
4546              Date: Tue, 15 May 2001 19:09:35 +0100
4547              Message-ID: <20010515190935.A27268@penderel>
4548      Branch: perl
4549            ! ext/B/B/Deparse.pm
4550 ____________________________________________________________________________
4551 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
4552         Log: Document that the core time() may be rounding rather
4553              than truncating, would have saved at least my confusion.
4554      Branch: perl
4555            ! ext/Time/HiRes/HiRes.pm
4556 ____________________________________________________________________________
4557 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
4558         Log: Subject: perl-current/t/time-hires.t
4559              From: John Peacock <jpeacock@rowman.com>
4560              Date: Fri, 11 May 2001 14:09:41 -0400
4561              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
4562      Branch: perl
4563            ! t/lib/time-hires.t
4564 ____________________________________________________________________________
4565 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
4566         Log: Subject: [PATCH dump.c] Op private flags
4567              From: Simon Cozens <simon@netthink.co.uk>
4568              Date: Sun, 13 May 2001 20:20:36 +0100
4569              Message-ID: <20010513202036.A21896@netthink.co.uk>
4570      Branch: perl
4571            ! dump.c
4572 ____________________________________________________________________________
4573 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
4574         Log: Upgrade to Switch 2.03.
4575      Branch: perl
4576            ! lib/Switch.pm
4577 ____________________________________________________________________________
4578 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
4579         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
4580              to PERL_CONFIG_SH and use it consistently.
4581      Branch: maint-5.6/perl
4582           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4583           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
4584           !> myconfig.SH writemain.SH
4585 ____________________________________________________________________________
4586 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
4587         Log: Metaconfig units changes for #10113.
4588      Branch: metaconfig
4589            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
4590 ____________________________________________________________________________
4591 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
4592         Log: The problem described in 20010514.031 still wasn't
4593              fully cured, there were remnants of $CONFIG when
4594              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
4595              to avoid future conflicts.
4596      Branch: perl
4597            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4598            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
4599            ! myconfig.SH writemain.SH
4600 ____________________________________________________________________________
4601 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
4602         Log: Half of #10107 got lost.
4603      Branch: perl
4604            ! ext/B/B/Deparse.pm
4605 ____________________________________________________________________________
4606 [ 10111] By: nick                                  on 2001/05/15  08:39:14
4607         Log: Integrate mainline.
4608      Branch: perlio
4609           +> ext/POSIX/hints/uts.pl
4610            - Todo Todo-5.6 t/camel-III/vstring.t
4611           !> (integrate 48 files)
4612 ____________________________________________________________________________
4613 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
4614         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
4615              From: Robin Houston <robin@kitsite.com>
4616              Date: Mon, 14 May 2001 22:27:08 +0100
4617              Message-ID: <20010514222708.A22963@penderel>
4618      Branch: perl
4619            ! t/TestInit.pm
4620 ____________________________________________________________________________
4621 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
4622         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
4623              From: Robin Houston <robin@kitsite.com>
4624              Date: Mon, 14 May 2001 22:16:43 +0100
4625              Message-ID: <20010514221643.A22437@penderel>
4626      Branch: perl
4627            ! ext/B/B/Deparse.pm
4628 ____________________________________________________________________________
4629 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
4630         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
4631              From: Robin Houston <robin@kitsite.com>
4632              Date: Mon, 14 May 2001 22:03:44 +0100
4633              Message-ID: <20010514220344.A20643@penderel>
4634      Branch: perl
4635            ! ext/B/B/Deparse.pm
4636 ____________________________________________________________________________
4637 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
4638         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
4639              From: Robin Houston <robin@kitsite.com>
4640              Date: Mon, 14 May 2001 22:10:07 +0100
4641              Message-ID: <20010514221007.A21118@penderel>
4642      Branch: perl
4643            ! ext/B/B/Deparse.pm
4644 ____________________________________________________________________________
4645 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
4646         Log: Fix for 20010514.037; substr() didn't invalidate the locale
4647              collation magic.
4648      Branch: perl
4649            ! pp.c
4650 ____________________________________________________________________________
4651 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
4652         Log: Update Changes.
4653      Branch: perl
4654            ! Changes patchlevel.h
4655 ____________________________________________________________________________
4656 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
4657         Log: Retract #10094.
4658      Branch: perl
4659            ! lib/Pod/Text.pm
4660 ____________________________________________________________________________
4661 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
4662         Log: Integrate change #10100 from maintperl.
4663              
4664              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
4665              bug ID 20010514.027)
4666      Branch: perl
4667           !> mg.c pp_ctl.c
4668 ____________________________________________________________________________
4669 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
4670         Log: Document the deprecatedness of suidperl.
4671      Branch: perl
4672            ! INSTALL pod/perlfaq1.pod
4673 ____________________________________________________________________________
4674 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
4675         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
4676              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4677              Date: Mon, 14 May 2001 09:38:59 -0400
4678              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
4679      Branch: perl
4680            ! lib/ExtUtils/MM_Unix.pm
4681 ____________________________________________________________________________
4682 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
4683         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
4684              bug ID 20010514.027)
4685              
4686              TODO: this needs a testsuite addition
4687      Branch: maint-5.6/perl
4688            ! mg.c pp_ctl.c
4689 ____________________________________________________________________________
4690 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
4691         Log: More DWIMminess for Class::Struct: calling the array or hash
4692              accessors only with one argument, an array or a hash reference,
4693              sets the underlying array or hash.  This mirrors nicely also
4694              the usage in the constructor.
4695              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
4696      Branch: perl
4697            ! lib/Class/Struct.pm t/lib/class-struct.t
4698 ____________________________________________________________________________
4699 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
4700         Log: Reference cmp'ing should go through the whole stringification
4701              process shebang, as pointed out by Sarathy in #10091.
4702      Branch: perl
4703            ! pp.c
4704 ____________________________________________________________________________
4705 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
4706         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
4707              From: Simon Cozens <simon@netthink.co.uk>
4708              Date: Sat, 12 May 2001 16:36:27 +0100
4709              Message-ID: <20010512163627.A5522@netthink.co.uk>
4710              
4711              with some additions salvaged from Todo and Todo-5.6 before
4712              retiring them.
4713      Branch: perl
4714            - Todo Todo-5.6
4715            ! MANIFEST pod/perltodo.pod
4716 ____________________________________________________________________________
4717 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
4718         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
4719              From: "Golubev I. N." <gin@mo.msk.ru>
4720              Date: Mon, 07 May 2001 14:33:34 (GMT)
4721              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
4722      Branch: perl
4723            ! perl.h
4724 ____________________________________________________________________________
4725 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
4726         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
4727              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4728              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
4729              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
4730      Branch: perl
4731            ! lib/ExtUtils/MM_Unix.pm
4732 ____________________________________________________________________________
4733 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
4734         Log: (Retracted by #10104.)
4735              
4736              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
4737              From: barries <barries@slaysys.com>
4738              Date: Sat, 12 May 2001 01:28:10 -0400
4739              Message-ID: <20010512012810.B26358@jester.slaysys.com>
4740      Branch: perl
4741            ! lib/Pod/Text.pm
4742 ____________________________________________________________________________
4743 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
4744         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
4745              From: Mike Guy <mjtg@cam.ac.uk>
4746              Date: Sat, 12 May 2001 19:24:33 +0100
4747              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
4748      Branch: perl
4749            ! lib/AutoSplit.pm
4750 ____________________________________________________________________________
4751 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
4752         Log: Yet another HP-UX hints tweak from Merijn.
4753      Branch: perl
4754            ! hints/hpux.sh
4755 ____________________________________________________________________________
4756 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
4757         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
4758              isn't defined (changes#9366,9368,9370 from mainline without the
4759              pp_scmp() change)
4760      Branch: maint-5.6/perl
4761            ! pp.c pp.h pp_hot.c
4762 ____________________________________________________________________________
4763 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
4764         Log: The sorting seems to happen now automatically.
4765      Branch: perl
4766            ! t/lib/glob-basic.t
4767 ____________________________________________________________________________
4768 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
4769         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
4770              From: Benjamin Sugars <bsugars@canoe.ca>
4771              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
4772              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
4773      Branch: perl
4774            ! pod/perlfunc.pod
4775 ____________________________________________________________________________
4776 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
4777         Log: Subject: Re: undef(&foo) does not work for XS functions
4778              From: Doug MacEachern <dougm@covalent.net>
4779              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
4780              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
4781      Branch: perl
4782            ! op.c
4783 ____________________________________________________________________________
4784 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
4785         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
4786              From: Peter Prymmer <pvhp@forte.com>
4787              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
4788              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
4789      Branch: perl
4790            ! t/op/append.t
4791 ____________________________________________________________________________
4792 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
4793         Log: Update Changes.
4794      Branch: perl
4795            ! Changes patchlevel.h
4796 ____________________________________________________________________________
4797 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
4798         Log: Remove the 'asciir' re subpragma.  Should instead implement
4799              the 'physical vs logical' range scheme:
4800              
4801              \xAA-\xCC is a native physical range, you want that range of
4802              codepoints in your native encoding.  In EBCDIC the codepoints
4803              in the gaps (between i-j and r-s) should be included.
4804              
4805              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
4806              codepoints in Unicode.
4807              
4808              a-z is a logical range, you want that range of 'logical' codepoints
4809              in your native encoding.  In EBCDIC the codepoints in the gaps
4810              (between i-j and r-s) should not be included.
4811              
4812              Mixed cases (a-\xAA, etc) should either be errors, or maybe
4813              the 'logical' endpoints should be converted to native/Unicode
4814              codepoints, and the range handled as a physical range.
4815              
4816              'Logical endpoints' are to be recognized only in the A-Z, a-z,
4817              and 0-9 ranges.  Probably a warning should be given for mixed
4818              cases like A-z or a-9 (since such expressions are encoding
4819              dependent), with a recommendation to use physical ranges.
4820      Branch: perl
4821            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
4822            ! t/op/regexp.t
4823 ____________________________________________________________________________
4824 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
4825         Log: Make the test to cleanup the test directory tree
4826              both before and after the testing so that we always
4827              have a clean slate to work with.
4828      Branch: perl
4829            ! t/lib/filefind.t
4830 ____________________________________________________________________________
4831 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
4832         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
4833              From: Jon Eveland <jweveland@yahoo.com>
4834              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
4835              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
4836      Branch: perl
4837            ! pod/perlfunc.pod
4838 ____________________________________________________________________________
4839 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
4840         Log: Merge the camel-III/vstring.t with op/ver.t.
4841      Branch: perl
4842            - t/camel-III/vstring.t
4843            ! MANIFEST t/TEST t/harness t/op/ver.t
4844 ____________________________________________________________________________
4845 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
4846         Log: Add test.deparse make target.
4847      Branch: perl
4848            ! Makefile.SH
4849 ____________________________________________________________________________
4850 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
4851         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
4852              From: Robin Houston <robin@kitsite.com>
4853              Date: Fri, 11 May 2001 12:02:22 +0100
4854              Message-ID: <20010511120222.A11529@penderel>
4855      Branch: perl
4856            ! ext/B/B/Deparse.pm t/op/method.t
4857 ____________________________________________________________________________
4858 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
4859         Log: A nicely working combination for UTS from Hal Morris.
4860      Branch: perl
4861            + ext/POSIX/hints/uts.pl
4862            ! MANIFEST hints/uts.sh
4863 ____________________________________________________________________________
4864 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
4865         Log: i_ieeefp=undef for UTS.
4866      Branch: perl
4867            ! hints/uts.sh
4868 ____________________________________________________________________________
4869 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
4870         Log: Subject: RE: rand(0) is rand(1)
4871              From: Larry Shatzer <lshatzer@islanddata.com>
4872              Date: Thu, 10 May 2001 11:09:27 -0700
4873              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
4874      Branch: perl
4875            ! pod/perlfunc.pod
4876 ____________________________________________________________________________
4877 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
4878         Log: Subject: [patch] make op_{clear,null} public
4879              From: Doug MacEachern <dougm@covalent.net>
4880              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
4881              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
4882      Branch: perl
4883            ! embed.h embed.pl op.c proto.h
4884 ____________________________________________________________________________
4885 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
4886         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
4887              From: Robin Houston <robin@kitsite.com>
4888              Date: Thu, 10 May 2001 18:54:59 +0100
4889              Message-ID: <20010510185459.A5995@penderel>
4890      Branch: perl
4891            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
4892 ____________________________________________________________________________
4893 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
4894         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
4895              From: Robin Houston <robin@kitsite.com>
4896              Date: Thu, 10 May 2001 12:56:39 +0100
4897              Message-ID: <20010510125639.A2119@penderel>
4898      Branch: perl
4899            ! ext/B/B/Deparse.pm
4900 ____________________________________________________________________________
4901 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
4902         Log: Retract #10070, not ready yet.
4903      Branch: perl
4904            ! ext/B/B/Deparse.pm
4905 ____________________________________________________________________________
4906 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
4907         Log: The metaconfig unit change for #10071.
4908      Branch: metaconfig
4909            ! U/modified/mallocsrc.U
4910 ____________________________________________________________________________
4911 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
4912         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
4913      Branch: perl
4914            ! Configure
4915 ____________________________________________________________________________
4916 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
4917         Log: (Retracted by #10073)
4918              
4919              Subject: Re: [PATCH t/TEST] B::Deparse tester 
4920              From: Hugo <hv@crypt.compulink.co.uk>
4921              Date: Thu, 10 May 2001 05:48:09 +0100
4922              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
4923      Branch: perl
4924            ! ext/B/B/Deparse.pm
4925 ____________________________________________________________________________
4926 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
4927         Log: Add a for(func()) test.
4928      Branch: perl
4929            ! t/cmd/for.t
4930 ____________________________________________________________________________
4931 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
4932         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
4933              From: Robin Houston <robin@kitsite.com>
4934              Date: Thu, 10 May 2001 13:50:08 +0100
4935              Message-ID: <20010510135008.A2454@penderel>
4936      Branch: perl
4937            ! ext/B/B/Deparse.pm
4938 ____________________________________________________________________________
4939 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
4940         Log: A thinko in #10065.
4941      Branch: perl
4942            ! hv.c
4943 ____________________________________________________________________________
4944 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
4945         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
4946              From: Robin Houston <robin@kitsite.com>
4947              Date: Thu, 10 May 2001 02:10:34 +0100
4948              Message-ID: <20010510021034.A19421@penderel>
4949      Branch: perl
4950            ! ext/B/B.xs ext/B/B/Deparse.pm
4951 ____________________________________________________________________________
4952 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
4953         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
4954              From: Doug MacEachern <dougm@covalent.net>
4955              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
4956              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
4957      Branch: perl
4958            ! hv.c
4959 ____________________________________________________________________________
4960 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
4961         Log: One more workaround for the UTS compiler from Hal Morris.
4962      Branch: perl
4963            ! perl.h
4964 ____________________________________________________________________________
4965 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
4966         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
4967              From: Robin Houston <robin@kitsite.com>
4968              Date: Thu, 10 May 2001 01:02:08 +0100
4969              Message-ID: <20010510010208.A18200@penderel>
4970      Branch: perl
4971            ! ext/B/B/Debug.pm
4972 ____________________________________________________________________________
4973 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
4974         Log: Subject: [PATCH] Simplify deb_curcv() a bit
4975              From: Benjamin Sugars <bsugars@canoe.ca>
4976              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
4977              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
4978      Branch: perl
4979            ! run.c
4980 ____________________________________________________________________________
4981 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
4982         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
4983              From: Benjamin Sugars <bsugars@canoe.ca>
4984              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
4985              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
4986      Branch: perl
4987            ! t/lib/io_scalar.t
4988 ____________________________________________________________________________
4989 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
4990         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
4991              From: Peter Prymmer <pvhp@forte.com>
4992              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
4993              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
4994      Branch: perl
4995            ! t/lib/md5-file.t
4996 ____________________________________________________________________________
4997 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
4998         Log: Subject: [PATCH t/TEST] B::Deparse tester
4999              From: Robin Houston <robin@kitsite.com>
5000              Date: Wed, 9 May 2001 19:17:50 +0100
5001              Message-ID: <20010509191750.A16940@penderel>
5002      Branch: perl
5003            ! ext/B/O.pm t/TEST
5004 ____________________________________________________________________________
5005 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
5006         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
5007              From: Jeff Pinyan <jeffp@crusoe.net>
5008              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
5009              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
5010      Branch: perl
5011            ! lib/Pod/Html.pm
5012 ____________________________________________________________________________
5013 [ 10057] By: nick                                  on 2001/05/09  18:37:56
5014         Log: Integrate mainline.
5015      Branch: perlio
5016           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
5017           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
5018 ____________________________________________________________________________
5019 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
5020         Log: Update Changes.
5021      Branch: perl
5022            ! Changes patchlevel.h
5023 ____________________________________________________________________________
5024 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
5025         Log: Integrate perlio.
5026      Branch: perl
5027           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5028 ____________________________________________________________________________
5029 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
5030         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
5031              From: Benjamin Sugars <bsugars@canoe.ca>
5032              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
5033              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
5034      Branch: perl
5035            ! perlio.c
5036 ____________________________________________________________________________
5037 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
5038         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
5039              From: Benjamin Sugars <bsugars@canoe.ca>
5040              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
5041              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
5042      Branch: perl
5043            ! ext/PerlIO/Scalar/Scalar.xs
5044 ____________________________________________________________________________
5045 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
5046         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
5047              From: Jeff Pinyan <jeffp@crusoe.net>
5048              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
5049              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
5050      Branch: perl
5051            ! lib/Pod/Html.pm
5052 ____________________________________________________________________________
5053 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
5054         Log: EPOC tweak from Olaf Flebbe.
5055      Branch: perl
5056            ! epoc/epocish.h
5057 ____________________________________________________________________________
5058 [ 10050] By: nick                                  on 2001/05/09  14:37:57
5059         Log: win32, regen_config_h
5060      Branch: perlio
5061            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5062 ____________________________________________________________________________
5063 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
5064         Log: Integrate perlio.
5065      Branch: perl
5066           !> pp_sys.c
5067 ____________________________________________________________________________
5068 [ 10048] By: nick                                  on 2001/05/09  11:59:50
5069         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
5070              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
5071      Branch: perlio
5072            ! pp_sys.c
5073 ____________________________________________________________________________
5074 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
5075         Log: Integrate perlio.
5076      Branch: perl
5077           !> run.c
5078 ____________________________________________________________________________
5079 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
5080         Log: Subject: Re: Less warnings during configure
5081              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5082              Date: Wed, 09 May 2001 13:12:49 +0200
5083              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
5084      Branch: perl
5085            ! hints/hpux.sh
5086 ____________________________________________________________________________
5087 [ 10045] By: nick                                  on 2001/05/09  09:56:59
5088         Log: MULTIPLICITY/DEBUGGING build fix.
5089      Branch: perlio
5090            ! run.c
5091 ____________________________________________________________________________
5092 [ 10044] By: nick                                  on 2001/05/09  09:46:37
5093         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
5094      Branch: perlio
5095           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
5096            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
5097           !> (integrate 65 files)
5098 ____________________________________________________________________________
5099 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
5100         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
5101              From: Robin Houston <robin@kitsite.com>
5102              Date: Tue, 8 May 2001 19:38:00 +0100
5103              Message-ID: <20010508193800.A4389@penderel>
5104              
5105              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
5106              From: Robin Houston <robin@kitsite.com>
5107              Date: Tue, 8 May 2001 20:03:57 +0100
5108              Message-ID: <20010508200357.A4614@penderel>
5109              
5110              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
5111              From: Robin Houston <robin@kitsite.com>
5112              Date: Wed, 9 May 2001 00:12:05 +0100
5113              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
5114      Branch: perl
5115            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
5116 ____________________________________________________________________________
5117 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
5118         Log: Retract #10031.
5119      Branch: perl
5120            ! pod/perlfunc.pod
5121 ____________________________________________________________________________
5122 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
5123         Log: The metaconfig unit changes for #10040.
5124      Branch: metaconfig/U/perl
5125            ! Checkcc.U d_dlsymun.U dlsrc.U
5126 ____________________________________________________________________________
5127 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
5128         Log: The Configure half of
5129              
5130              Subject: Less warnings during configure
5131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5132              Date: Tue, 08 May 2001 08:44:02 +0200
5133              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
5134      Branch: perl
5135            ! Configure
5136 ____________________________________________________________________________
5137 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
5138         Log: Subject: Less warnings during configure
5139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5140              Date: Tue, 08 May 2001 08:44:02 +0200
5141              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
5142      Branch: perl
5143            ! hints/hpux.sh
5144 ____________________________________________________________________________
5145 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
5146         Log: Don't forget to whine about \d__\d.
5147      Branch: perl
5148            ! t/pragma/warn/toke toke.c
5149 ____________________________________________________________________________
5150 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
5151         Log: Allow underscores also in the exponent part.
5152      Branch: perl
5153            ! t/pragma/warn/toke toke.c
5154 ____________________________________________________________________________
5155 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
5156         Log: CodeMagicCD doesn't look like an *I*DE.
5157      Branch: perl
5158            ! pod/perlfaq3.pod
5159 ____________________________________________________________________________
5160 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
5161         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
5162              to be consistently down).
5163      Branch: perl
5164            ! pod/perlfaq3.pod
5165 ____________________________________________________________________________
5166 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
5167         Log: Upgrade to Text::Balanced 1.84.
5168      Branch: perl
5169            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
5170 ____________________________________________________________________________
5171 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
5172         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
5173              From: Benjamin Sugars <bsugars@canoe.ca>
5174              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
5175              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
5176      Branch: perl
5177            ! run.c
5178 ____________________________________________________________________________
5179 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
5180         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
5181              From: Peter Prymmer <pvhp@forte.com>
5182              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
5183              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
5184      Branch: perl
5185            ! t/pod/plainer.t
5186 ____________________________________________________________________________
5187 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
5188         Log: (Retracted by #10042)
5189              
5190              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
5191              From: "Philip Newton" <pnewton@gmx.de>
5192              Date: Tue, 8 May 2001 09:18:10 +0200
5193              Message-ID: <3AF7B9D2.28861.603732@localhost>
5194      Branch: perl
5195            ! pod/perlfunc.pod
5196 ____________________________________________________________________________
5197 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
5198         Log: Subject: [PATCH B::Deparse] Document known bugs
5199              From: Robin Houston <robin@kitsite.com>
5200              Date: Tue, 8 May 2001 01:53:34 +0100
5201              Message-ID: <20010508015334.A32394@penderel>
5202      Branch: perl
5203            ! ext/B/B/Deparse.pm
5204 ____________________________________________________________________________
5205 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
5206         Log: Subject: Re: Perl book, magazine and website updates.
5207              From: "Philip Newton" <pnewton@gmx.de>
5208              Date: Mon, 7 May 2001 17:03:58 +0200
5209              Message-ID: <3AF6D57E.5387.1E29930@localhost>
5210      Branch: perl
5211            ! pod/perlfaq2.pod
5212 ____________________________________________________________________________
5213 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
5214         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
5215              From: Peter Prymmer <pvhp@forte.com>
5216              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
5217              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
5218      Branch: perl
5219            ! t/io/fflush.t
5220 ____________________________________________________________________________
5221 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
5222         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
5223              From: Robin Houston <robin@kitsite.com>
5224              Date: Tue, 8 May 2001 01:14:55 +0100
5225              Message-ID: <20010508011455.A32162@penderel>
5226      Branch: perl
5227            ! ext/B/B/Deparse.pm
5228 ____________________________________________________________________________
5229 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
5230         Log: Typo in #10025.
5231      Branch: perl
5232            ! hints/uts.sh
5233 ____________________________________________________________________________
5234 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
5235         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
5236      Branch: perl
5237            ! hints/uts.sh
5238 ____________________________________________________________________________
5239 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
5240         Log: Subject: Re: [ID 20010506.045] question about hash syntax
5241              From: Peter Scott <Peter@PSDT.com>
5242              Date: Sun, 06 May 2001 13:10:40 -0700
5243              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
5244      Branch: perl
5245            ! pod/perl56delta.pod
5246 ____________________________________________________________________________
5247 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
5248         Log: Configure should figure out the list of dynamic extensions
5249              just fine in UTS-- and in fact it does, as reported by Hal Morris.
5250      Branch: perl
5251            ! hints/uts.sh
5252 ____________________________________________________________________________
5253 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
5254         Log: Update Changes.
5255      Branch: perl
5256            ! Changes patchlevel.h
5257 ____________________________________________________________________________
5258 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
5259         Log: Subject: [PATCH regcomp.c] Insecure regexes
5260              From: Robin Houston <robin@kitsite.com>
5261              Date: Mon, 7 May 2001 21:56:12 +0100
5262              Message-ID: <20010507215612.A31114@penderel>
5263      Branch: perl
5264            ! regcomp.c
5265 ____________________________________________________________________________
5266 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
5267         Log: Drop the foobar.perl.com references for now until Simon
5268              gets them sorted out.
5269      Branch: perl
5270            ! pod/perlfaq2.pod
5271 ____________________________________________________________________________
5272 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
5273         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
5274              From: Prymmer/Kahn <pvhp@best.com>
5275              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
5276              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
5277      Branch: perl
5278            ! lib/Devel/SelfStubber.pm
5279 ____________________________________________________________________________
5280 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
5281         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
5282              From: Prymmer/Kahn <pvhp@best.com>
5283              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
5284              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
5285      Branch: perl
5286            ! win32/Makefile
5287 ____________________________________________________________________________
5288 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
5289         Log: s/WebTechnique's/WebTechniques/
5290      Branch: perl
5291            ! pod/perlfaq2.pod
5292 ____________________________________________________________________________
5293 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
5294         Log: Llama 3 updates from Randal.
5295      Branch: perl
5296            ! pod/perlfaq2.pod
5297 ____________________________________________________________________________
5298 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
5299         Log: Subject: [PATCH] Help -Dt show correct pad variables
5300              From: Benjamin Sugars <ben.sugars@home.com>
5301              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
5302              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
5303      Branch: perl
5304            ! embed.h embed.pl proto.h run.c
5305 ____________________________________________________________________________
5306 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
5307         Log: Subject: [PATCH] Document C<our $foo : shared>
5308              From: Benjamin Sugars <ben.sugars@home.com>
5309              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
5310              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
5311      Branch: perl
5312            ! pod/perlfunc.pod
5313 ____________________________________________________________________________
5314 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
5315         Log: Subject: [PATCH B::Deparse] undefined folded constants
5316              From: Robin Houston <robin@kitsite.com>
5317              Date: Sun, 6 May 2001 17:19:09 +0100
5318              Message-ID: <20010506171909.A7046@penderel>
5319      Branch: perl
5320            ! ext/B/B/Deparse.pm
5321 ____________________________________________________________________________
5322 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
5323         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
5324              From: Robin Houston <robin@kitsite.com>
5325              Message-ID: <20010506164654.A6848@penderel>
5326              Date: Sun, 6 May 2001 16:46:54 +0100
5327      Branch: perl
5328            ! ext/B/B/Deparse.pm
5329 ____________________________________________________________________________
5330 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
5331         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
5332              From: Robin Houston <robin@kitsite.com>
5333              Date: Sun, 6 May 2001 14:47:02 +0100
5334              Message-ID: <20010506144702.A6308@penderel>
5335      Branch: perl
5336            ! t/op/my_stash.t
5337 ____________________________________________________________________________
5338 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
5339         Log: Subject: Perl book, magazine and website updates.
5340              From: Simon Cozens <simon@netthink.co.uk>
5341              Date: Sun, 6 May 2001 16:55:36 +0100
5342              Message-ID: <20010506165536.A1795@netthink.co.uk>
5343      Branch: perl
5344            ! pod/perlbook.pod pod/perlfaq2.pod
5345 ____________________________________________________________________________
5346 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
5347         Log: Tweaks on the Tru64 prof options.
5348      Branch: perl
5349            ! pod/perlhack.pod
5350 ____________________________________________________________________________
5351 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
5352         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
5353              From: Robin Houston <robin@kitsite.com>
5354              Date: Sun, 6 May 2001 14:40:51 +0100
5355              Message-ID: <20010506144051.A6279@penderel>
5356      Branch: perl
5357            ! t/pod/testp2pt.pl
5358 ____________________________________________________________________________
5359 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
5360         Log: Subject: [PATCH B::Deparse] scoping
5361              From: Robin Houston <robin@kitsite.com>
5362              Date: Sun, 6 May 2001 14:36:56 +0100
5363              Message-ID: <20010506143656.A4006@penderel>
5364      Branch: perl
5365            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
5366 ____________________________________________________________________________
5367 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
5368         Log: Document the undefinedness of bitshifting out of range.
5369      Branch: perl
5370            ! pod/perlop.pod
5371 ____________________________________________________________________________
5372 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
5373         Log: Retract #10003 and update the IDE descriptions a bit.
5374      Branch: perl
5375            ! pod/perlfaq3.pod
5376 ____________________________________________________________________________
5377 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
5378         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
5379              From: Prymmer/Kahn <pvhp@best.com>
5380              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
5381              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
5382      Branch: perl
5383            ! win32/Makefile win32/buildext.pl win32/config.bc
5384            ! win32/config.gc win32/config.vc
5385 ____________________________________________________________________________
5386 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
5387         Log: (Retracted by #10005.)
5388      Branch: perl
5389            ! pod/perlfaq3.pod
5390 ____________________________________________________________________________
5391 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
5392         Log: It's "psed", not "sed".
5393      Branch: perl
5394            ! x2p/s2p.PL
5395 ____________________________________________________________________________
5396 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
5397         Log: Update Changes.
5398      Branch: perl
5399            ! Changes patchlevel.h
5400 ____________________________________________________________________________
5401 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
5402         Log: Subject: Re: bleadperl make install fails due to "psed"
5403              From: andreas.koenig@anima.de (Andreas J. Koenig)
5404              Date: 05 May 2001 18:23:28 +0200
5405              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
5406      Branch: perl
5407            ! x2p/Makefile.SH x2p/s2p.PL
5408 ____________________________________________________________________________
5409 [  9999] By: jhi                                   on 2001/05/05  18:28:09
5410         Log: AUTHORS updates.
5411      Branch: perl
5412            ! AUTHORS
5413 ____________________________________________________________________________
5414 [  9998] By: jhi                                   on 2001/05/05  18:16:00
5415         Log: Updates on the pods related to the modules included since 5.6.
5416              
5417              TODO: perltodo really could use major updating.
5418      Branch: perl
5419            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
5420            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
5421            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
5422            ! pod/perlsyn.pod pod/perltodo.pod
5423 ____________________________________________________________________________
5424 [  9997] By: jhi                                   on 2001/05/05  17:35:17
5425         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
5426              from Kurt Skauen.
5427      Branch: perl
5428            + hints/atheos.sh
5429            ! MANIFEST
5430 ____________________________________________________________________________
5431 [  9996] By: jhi                                   on 2001/05/05  17:25:00
5432         Log: Add preemptive #undefs for some of the shorter and more prone
5433              to collision regcomp.h #defines.  (Background: the MASK collided
5434              with a system header #define in Rhapsody.)
5435      Branch: perl
5436            ! regcomp.h
5437 ____________________________________________________________________________
5438 [  9995] By: jhi                                   on 2001/05/05  13:24:21
5439         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
5440              From: Nicholas Clark <nick@ccl4.org>
5441              Date: Sat, 5 May 2001 14:46:39 +0100
5442              Message-ID: <20010505144639.O53513@plum.flirble.org>
5443              
5444              Add a test for the constants (if any) being processed correctly.
5445      Branch: perl
5446            ! utils/h2xs.PL
5447 ____________________________________________________________________________
5448 [  9994] By: jhi                                   on 2001/05/05  02:11:03
5449         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
5450              From: Peter Prymmer <pvhp@forte.com>
5451              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
5452              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
5453      Branch: perl
5454            ! t/lib/b-stash.t
5455 ____________________________________________________________________________
5456 [  9993] By: jhi                                   on 2001/05/05  02:03:49
5457         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
5458              From: Peter Prymmer <pvhp@forte.com>
5459              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
5460              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
5461      Branch: perl
5462            ! perlio.c vms/vmsish.h
5463 ____________________________________________________________________________
5464 [  9992] By: jhi                                   on 2001/05/04  17:21:12
5465         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
5466              From: Robin Barker <rmb1@cise.npl.co.uk>
5467              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
5468              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
5469      Branch: perl
5470            + t/pod/plainer.t
5471            ! MANIFEST
5472 ____________________________________________________________________________
5473 [  9991] By: jhi                                   on 2001/05/04  16:47:45
5474         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
5475              From: Robin Barker <rmb1@cise.npl.co.uk>
5476              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
5477              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
5478      Branch: perl
5479            ! regcomp.c
5480 ____________________________________________________________________________
5481 [  9990] By: jhi                                   on 2001/05/04  14:37:20
5482         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
5483              From: Prymmer/Kahn <pvhp@best.com>
5484              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
5485              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
5486      Branch: perl
5487            ! t/lib/b-stash.t
5488 ____________________________________________________________________________
5489 [  9989] By: jhi                                   on 2001/05/04  14:03:58
5490         Log: Introduce perl572delta, update Todo, add the missing
5491              mention about signal safety since 5.7.1 (though this
5492              requires verification and more details.)
5493      Branch: perl
5494            + pod/perl572delta.pod
5495            ! MANIFEST Todo pod/perl571delta.pod
5496 ____________________________________________________________________________
5497 [  9988] By: jhi                                   on 2001/05/04  12:41:51
5498         Log: Subject: [PATCH perl@9944] long =item
5499              From: Robin Barker <rmb1@cise.npl.co.uk>
5500              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
5501              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
5502      Branch: perl
5503            ! ext/Time/HiRes/HiRes.pm
5504 ____________________________________________________________________________
5505 [  9987] By: jhi                                   on 2001/05/04  12:39:19
5506         Log: The #9901 had removed one line essential for EBCDIC.
5507      Branch: perl
5508            ! regcomp.c
5509 ____________________________________________________________________________
5510 [  9986] By: jhi                                   on 2001/05/04  12:30:23
5511         Log: Subject: cygwin/Makefile.SHs INSTALL patch
5512              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
5513              Date: Mon, 08 Jan 2001 04:59:21 +0200
5514              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
5515      Branch: perl
5516            ! cygwin/Makefile.SHs
5517 ____________________________________________________________________________
5518 [  9985] By: jhi                                   on 2001/05/04  03:51:39
5519         Log: Encode/IO doc tweaks.
5520      Branch: perl
5521            ! ext/Encode/Encode.pm
5522 ____________________________________________________________________________
5523 [  9984] By: jhi                                   on 2001/05/04  03:29:34
5524         Log: Remove GDBM_File from the dynamic extensions for UTS,
5525              GDBM is not a standard feature.
5526      Branch: perl
5527            ! hints/uts.sh
5528 ____________________________________________________________________________
5529 [  9983] By: jhi                                   on 2001/05/04  03:22:59
5530         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
5531      Branch: perl
5532            ! pod/perlretut.pod
5533 ____________________________________________________________________________
5534 [  9982] By: jhi                                   on 2001/05/03  23:21:03
5535         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
5536              From: Benjamin Sugars <bsugars@canoe.ca>
5537              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
5538              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
5539      Branch: perl
5540            ! dump.c
5541 ____________________________________________________________________________
5542 [  9981] By: jhi                                   on 2001/05/03  23:20:05
5543         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
5544              From: Benjamin Sugars <bsugars@canoe.ca>
5545              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
5546              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
5547      Branch: perl
5548            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5549 ____________________________________________________________________________
5550 [  9980] By: jhi                                   on 2001/05/03  23:15:29
5551         Log: Integrate perlio.
5552      Branch: perl
5553           !> ext/Encode/Encode.pm
5554 ____________________________________________________________________________
5555 [  9979] By: jhi                                   on 2001/05/03  16:54:59
5556         Log: Install psed man page.
5557      Branch: perl
5558            ! installman
5559 ____________________________________________________________________________
5560 [  9978] By: jhi                                   on 2001/05/03  16:45:58
5561         Log: Remove unused files; noted by Sarathy.
5562      Branch: perl
5563            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
5564            ! MANIFEST
5565 ____________________________________________________________________________
5566 [  9977] By: jhi                                   on 2001/05/03  16:42:30
5567         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
5568              From: Andy Dougherty <doughera@lafayette.edu>
5569              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
5570              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
5571      Branch: perl
5572            ! INSTALL
5573 ____________________________________________________________________________
5574 [  9976] By: nick                                  on 2001/05/03  16:40:42
5575         Log: Allow $answer = encode($object,$text); like it says in docs.
5576      Branch: perlio
5577            ! ext/Encode/Encode.pm
5578 ____________________________________________________________________________
5579 [  9975] By: nick                                  on 2001/05/03  16:22:30
5580         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
5581              to be in scope (fair enough), and also a package variable (our) for eval to see it.
5582      Branch: perlio
5583            ! ext/Encode/Encode.pm
5584 ____________________________________________________________________________
5585 [  9974] By: nick                                  on 2001/05/03  15:48:17
5586         Log: Integrate mainline.
5587      Branch: perlio
5588           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
5589           +> t/lib/filter-simple.t t/lib/next.t
5590           !> (integrate 70 files)
5591 ____________________________________________________________________________
5592 [  9973] By: jhi                                   on 2001/05/03  13:09:09
5593         Log: Update Changes.
5594      Branch: perl
5595            ! Changes patchlevel.h
5596 ____________________________________________________________________________
5597 [  9972] By: jhi                                   on 2001/05/03  12:58:33
5598         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
5599              From: Prymmer/Kahn <pvhp@best.com>
5600              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
5601              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
5602      Branch: perl
5603            ! t/io/fflush.t
5604 ____________________________________________________________________________
5605 [  9971] By: jhi                                   on 2001/05/03  12:57:26
5606         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
5607              From: Prymmer/Kahn <pvhp@best.com>
5608              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
5609              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
5610      Branch: perl
5611            ! win32/FindExt.pm
5612 ____________________________________________________________________________
5613 [  9970] By: jhi                                   on 2001/05/03  02:42:46
5614         Log: Can't croak sans thread context, from Doug MacEachern.
5615      Branch: perl
5616            ! toke.c
5617 ____________________________________________________________________________
5618 [  9969] By: jhi                                   on 2001/05/03  01:23:48
5619         Log: Subject: Random input test and Perl
5620              From: Ilya Zakharevich <ilya@math.berkeley.edu>
5621              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
5622              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
5623      Branch: perl
5624            ! toke.c
5625 ____________________________________________________________________________
5626 [  9968] By: jhi                                   on 2001/05/02  22:17:21
5627         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
5628              From: Peter Prymmer <pvhp@forte.com>
5629              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
5630              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
5631      Branch: perl
5632            ! pod/perlfunc.pod pod/perlport.pod
5633 ____________________________________________________________________________
5634 [  9967] By: jhi                                   on 2001/05/02  20:12:45
5635         Log: Workaround for UTS compiler casting bug from Hal Morris.
5636      Branch: perl
5637            ! perl.h
5638 ____________________________________________________________________________
5639 [  9966] By: jhi                                   on 2001/05/02  18:31:37
5640         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
5641              From: Dan Sugalski <dan@sidhe.org>
5642              Date: Wed, 02 May 2001 15:23:22 -0400
5643              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
5644      Branch: perl
5645            ! perl.c vms/vms.c
5646 ____________________________________________________________________________
5647 [  9965] By: jhi                                   on 2001/05/02  18:21:29
5648         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
5649      Branch: perl
5650            ! pod/perlfunc.pod
5651 ____________________________________________________________________________
5652 [  9964] By: jhi                                   on 2001/05/02  18:15:01
5653         Log: Document large files in INSTALL, document also the %x
5654              limitation if not use64bitint, closes bug 20010326.007.
5655      Branch: perl
5656            ! INSTALL
5657 ____________________________________________________________________________
5658 [  9963] By: jhi                                   on 2001/05/02  17:24:47
5659         Log: perlmodlib tweaks; regen pods.
5660      Branch: perl
5661            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
5662            ! pod/perltoc.pod
5663 ____________________________________________________________________________
5664 [  9962] By: jhi                                   on 2001/05/02  17:14:00
5665         Log: Fix for a segfault, from Marc Lehmann.
5666      Branch: perl
5667            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
5668 ____________________________________________________________________________
5669 [  9961] By: jhi                                   on 2001/05/02  15:55:53
5670         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
5671              From: "Philip Newton" <pnewton@gmx.de>
5672              Date: Wed, 2 May 2001 18:39:03 +0200
5673              Message-ID: <3AF05447.15525.173B588@localhost>
5674      Branch: perl
5675            ! pod/perlop.pod
5676 ____________________________________________________________________________
5677 [  9960] By: jhi                                   on 2001/05/02  15:35:37
5678         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
5679              From: Dan Sugalski <dan@sidhe.org>
5680              Date: Wed, 02 May 2001 11:37:27 -0400
5681              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
5682      Branch: perl
5683            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
5684            ! thread.h vms/vms.c vms/vmsish.h
5685 ____________________________________________________________________________
5686 [  9959] By: jhi                                   on 2001/05/02  15:21:08
5687         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
5688              From: Benjamin Sugars <bsugars@canoe.ca>
5689              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
5690              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
5691      Branch: perl
5692            ! ext/PerlIO/Scalar/Scalar.xs
5693 ____________________________________________________________________________
5694 [  9958] By: jhi                                   on 2001/05/02  15:15:53
5695         Log: Bug in #9915, spotted by Mike Guy.
5696      Branch: perl
5697            ! installperl
5698 ____________________________________________________________________________
5699 [  9957] By: jhi                                   on 2001/05/02  13:26:01
5700         Log: Add a test for not griping about references as array
5701              indices if the reference has magic in it (overloaded
5702              methods).
5703      Branch: perl
5704            ! pod/perldiag.pod t/pragma/warn/pp_hot
5705 ____________________________________________________________________________
5706 [  9956] By: jhi                                   on 2001/05/02  13:07:01
5707         Log: Retracted a bit too much in #9952.
5708      Branch: perl
5709            ! t/pragma/sub_lval.t
5710 ____________________________________________________________________________
5711 [  9955] By: jhi                                   on 2001/05/02  13:05:38
5712         Log: Test for #9952.
5713      Branch: perl
5714            ! t/op/tie.t
5715 ____________________________________________________________________________
5716 [  9954] By: jhi                                   on 2001/05/02  11:48:18
5717         Log: Additional note on the encoding example: one cannot
5718              convert string constants in-place.
5719      Branch: perl
5720            ! ext/Encode/Encode.pm
5721 ____________________________________________________________________________
5722 [  9953] By: jhi                                   on 2001/05/02  11:43:51
5723         Log: Note that if you have recent enough Perl you already
5724              have Filter::Util::Call.
5725      Branch: perl
5726            ! lib/Filter/Simple.pm
5727 ____________________________________________________________________________
5728 [  9952] By: jhi                                   on 2001/05/02  11:31:53
5729         Log: Retract changes #8254 and #8255, causes coredump in
5730              'tie FH, "main"', reported by Abigail, culprit found by
5731              Benjamin Sugars.  Mirrors maintperl change #9950.
5732      Branch: perl
5733            ! op.c t/pragma/sub_lval.t
5734 ____________________________________________________________________________
5735 [  9951] By: jhi                                   on 2001/05/02  11:14:29
5736         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
5737      Branch: perl
5738            + t/lib/MyFilter.pm
5739 ____________________________________________________________________________
5740 [  9950] By: gsar                                  on 2001/05/02  03:17:11
5741         Log: revert integration of changes#8254,8255 in change#8620 (causes
5742              a coredump in C<tie FH, 'foo'>; the idea itself may need better
5743              rationalization)
5744      Branch: maint-5.6/perl
5745            ! op.c t/pragma/sub_lval.t
5746 ____________________________________________________________________________
5747 [  9949] By: gsar                                  on 2001/05/02  02:56:32
5748         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
5749              
5750              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5751              
5752              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
5753      Branch: maint-5.6/perl
5754           !> hints/svr5.sh
5755 ____________________________________________________________________________
5756 [  9948] By: gsar                                  on 2001/05/02  02:49:15
5757         Log: pod/find.t breaks on VMS (from Craig Berry)
5758      Branch: maint-5.6/perl
5759            ! t/pod/find.t
5760 ____________________________________________________________________________
5761 [  9947] By: jhi                                   on 2001/05/02  02:43:09
5762         Log: Add an encoding conversion example.
5763      Branch: perl
5764            ! ext/Encode/Encode.pm
5765 ____________________________________________________________________________
5766 [  9946] By: jhi                                   on 2001/05/02  01:34:22
5767         Log: Another coat of paint but still nowhere finished.
5768              Need to decide on the semantics of strptime(): should
5769              strptime() be a function instead of a method?  To do
5770              the week/monthname-strptiming the i18n/l10n bullet needs
5771              to be bitten with gusto.
5772      Branch: perl
5773            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
5774 ____________________________________________________________________________
5775 [  9945] By: jhi                                   on 2001/05/01  23:40:52
5776         Log: Update Changes.
5777      Branch: perl
5778            ! Changes patchlevel.h
5779 ____________________________________________________________________________
5780 [  9944] By: jhi                                   on 2001/05/01  23:33:37
5781         Log: Add known-to-be-tested modules to the list-to-be-skipped.
5782      Branch: perl
5783            ! t/lib/1_compile.t
5784 ____________________________________________________________________________
5785 [  9943] By: jhi                                   on 2001/05/01  23:24:40
5786         Log: Subject: BorlandC++ fix
5787              From: "Vadim Konovalov" <watman@inbox.ru>
5788              Date: Mon, 30 Apr 2001 20:12:26 -0700
5789              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
5790      Branch: perl
5791            ! win32/makefile.mk
5792 ____________________________________________________________________________
5793 [  9942] By: jhi                                   on 2001/05/01  23:18:02
5794         Log: Update to Filter::Simple 0.60, create a test for it.
5795      Branch: perl
5796            + t/lib/filter-simple.t
5797            ! MANIFEST lib/Filter/Simple.pm
5798 ____________________________________________________________________________
5799 [  9941] By: jhi                                   on 2001/05/01  19:47:24
5800         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
5801              From: Hugo <hv@crypt.compulink.co.uk>
5802              Date: Tue, 01 May 2001 20:12:20 +0100
5803              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
5804      Branch: perl
5805            ! pp_hot.c t/op/re_tests
5806 ____________________________________________________________________________
5807 [  9940] By: jhi                                   on 2001/05/01  19:42:16
5808         Log: Integrate perlio.
5809      Branch: perl
5810           !> lib/base.pm t/lib/fields.t
5811 ____________________________________________________________________________
5812 [  9939] By: jhi                                   on 2001/05/01  19:39:51
5813         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
5814              From: Benjamin Sugars <bsugars@canoe.ca>
5815              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
5816              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
5817      Branch: perl
5818            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5819 ____________________________________________________________________________
5820 [  9938] By: jhi                                   on 2001/05/01  19:34:09
5821         Log: Add NEXT, a pseudo-class for method redispatching.
5822              <Damian>NEXT.pm probably offers more bang-for-buck
5823              than anything else I've ever written.</Damian>
5824      Branch: perl
5825            + lib/NEXT.pm t/lib/next.t
5826            ! MANIFEST
5827 ____________________________________________________________________________
5828 [  9937] By: jhi                                   on 2001/05/01  19:21:41
5829         Log: Update to Switch 2.02.
5830      Branch: perl
5831            ! lib/Switch.pm t/lib/switch.t
5832 ____________________________________________________________________________
5833 [  9936] By: nick                                  on 2001/05/01  19:09:21
5834         Log: Fix for base.pm clobbering $VERSION
5835      Branch: perlio
5836            ! lib/base.pm
5837 ____________________________________________________________________________
5838 [  9935] By: nick                                  on 2001/05/01  18:54:38
5839         Log: Test for base.pm clobbering $VERSION.
5840      Branch: perlio
5841            ! t/lib/fields.t
5842 ____________________________________________________________________________
5843 [  9934] By: jhi                                   on 2001/05/01  18:39:10
5844         Log: Add information about Scalar::Util::blessed.
5845      Branch: perl
5846            ! pod/perlobj.pod
5847 ____________________________________________________________________________
5848 [  9933] By: jhi                                   on 2001/05/01  18:33:51
5849         Log: Subject: Extra UNIVERSAL documentation
5850              From: Mike Guy <mjtg@cam.ac.uk>
5851              Date: Tue, 01 May 2001 20:12:11 +0100
5852              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
5853      Branch: perl
5854            ! pod/perlobj.pod
5855 ____________________________________________________________________________
5856 [  9932] By: jhi                                   on 2001/05/01  18:26:54
5857         Log: Subject: Autoflush in tests as appropriate
5858              From: Mike Guy <mjtg@cam.ac.uk>
5859              Date: Tue, 01 May 2001 20:05:31 +0100
5860              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
5861      Branch: perl
5862            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
5863            ! t/op/taint.t
5864 ____________________________________________________________________________
5865 [  9931] By: jhi                                   on 2001/05/01  18:02:29
5866         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
5867              From: Benjamin Sugars <bsugars@canoe.ca>
5868              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
5869              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
5870      Branch: perl
5871            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5872 ____________________________________________________________________________
5873 [  9930] By: jhi                                   on 2001/05/01  15:12:26
5874         Log: Subject: Re: Finally got a round tuit
5875              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5876              Date: Tue, 01 May 2001 14:14:10 +0200
5877              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
5878              
5879              The -DP part, slightly modified.
5880      Branch: perl
5881            ! perl.c
5882 ____________________________________________________________________________
5883 [  9929] By: jhi                                   on 2001/05/01  14:17:15
5884         Log: Subject: Re: Finally got a round tuit
5885              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5886              Date: Tue, 01 May 2001 16:34:06 +0200
5887              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
5888              
5889              cpp and optimization tweaks for HP-UX.
5890      Branch: perl
5891            ! hints/hpux.sh
5892 ____________________________________________________________________________
5893 [  9928] By: jhi                                   on 2001/05/01  13:24:20
5894         Log: Tune the scan_num() comments to reality.
5895      Branch: perl
5896            ! toke.c
5897 ____________________________________________________________________________
5898 [  9927] By: jhi                                   on 2001/05/01  13:14:01
5899         Log: Subject: [PATCH B::Deparse] optimised sort
5900              From: Robin Houston <robin@kitsite.com>
5901              Date: Tue, 1 May 2001 14:07:12 +0100
5902              Message-ID: <20010501140712.A4266@penderel>
5903      Branch: perl
5904            ! ext/B/B/Deparse.pm
5905 ____________________________________________________________________________
5906 [  9926] By: jhi                                   on 2001/05/01  13:10:53
5907         Log: Subject: [PATCH t/lib/b-deparse.t] 
5908              From: Robin Houston <robin@kitsite.com>
5909              Date: Tue, 1 May 2001 13:37:42 +0100
5910              Message-ID: <20010501133742.A4082@penderel>
5911      Branch: perl
5912            ! t/lib/b-deparse.t
5913 ____________________________________________________________________________
5914 [  9925] By: jhi                                   on 2001/05/01  13:10:13
5915         Log: Subject: [PATCH B::Deparse] for(;;), sort
5916              From: Robin Houston <robin@kitsite.com>
5917              Date: Tue, 1 May 2001 13:35:00 +0100
5918              Message-ID: <20010501133500.A4061@penderel>
5919      Branch: perl
5920            ! ext/B/B/Deparse.pm
5921 ____________________________________________________________________________
5922 [  9924] By: jhi                                   on 2001/05/01  13:09:22
5923         Log: Subject: [PATCH B::Deparse] do, warn, use
5924              From: Robin Houston <robin@kitsite.com>
5925              Date: Tue, 1 May 2001 13:31:03 +0100
5926              Message-ID: <20010501133103.A4041@penderel>
5927      Branch: perl
5928            ! ext/B/B/Deparse.pm
5929 ____________________________________________________________________________
5930 [  9923] By: jhi                                   on 2001/05/01  11:45:36
5931         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
5932              From: Benjamin Sugars <ben.sugars@home.com>
5933              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
5934              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
5935      Branch: perl
5936            + t/io/fflush.t
5937            ! MANIFEST
5938 ____________________________________________________________________________
5939 [  9922] By: jhi                                   on 2001/05/01  11:35:42
5940         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
5941              From: Peter Prymmer <pvhp@forte.com>
5942              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
5943              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
5944      Branch: perl
5945            ! t/lib/selfstubber.t
5946 ____________________________________________________________________________
5947 [  9921] By: jhi                                   on 2001/04/30  16:34:33
5948         Log: Subject: [PATCH B::Concise] suppress warning
5949              From: Robin Houston <robin@kitsite.com>
5950              Date: Mon, 30 Apr 2001 16:09:49 +0100
5951              Message-ID: <20010430160949.A25086@penderel>
5952      Branch: perl
5953            ! ext/B/B/Concise.pm
5954 ____________________________________________________________________________
5955 [  9920] By: jhi                                   on 2001/04/30  13:56:04
5956         Log: Strip the *markers* from #9919.
5957      Branch: perl
5958            ! pod/perlfaq.pod pod/perlfaq5.pod
5959 ____________________________________________________________________________
5960 [  9919] By: jhi                                   on 2001/04/30  13:54:04
5961         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
5962              From: Gwyn Judd <b.judd@xtra.co.nz>
5963              Date: Sun, 29 Apr 2001 01:47:49 +1200
5964              Message-ID: <20010429014749.A4418@thislove>
5965      Branch: perl
5966            ! pod/perlfaq.pod pod/perlfaq5.pod
5967 ____________________________________________________________________________
5968 [  9918] By: jhi                                   on 2001/04/30  13:13:54
5969         Log: More_tweakage.
5970      Branch: perl
5971            ! pod/perldata.pod pod/perldiag.pod
5972 ____________________________________________________________________________
5973 [  9917] By: jhi                                   on 2001/04/30  13:01:27
5974         Log: Update Changes.
5975      Branch: perl
5976            ! Changes patchlevel.h
5977 ____________________________________________________________________________
5978 [  9916] By: jhi                                   on 2001/04/30  12:57:03
5979         Log: T_w_e_a_k_a_g_e.
5980      Branch: perl
5981            ! pod/perldata.pod pod/perldiag.pod
5982 ____________________________________________________________________________
5983 [  9915] By: jhi                                   on 2001/04/30  12:39:29
5984         Log: Install s2p also as psed.
5985              
5986              TODO: psed documentation?
5987      Branch: perl
5988            ! installperl
5989 ____________________________________________________________________________
5990 [  9914] By: jhi                                   on 2001/04/30  12:29:21
5991         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
5992              From: Jens Hamisch <jens@Strawberry.COM>
5993              Date: Fri, 27 Apr 2001 17:00:36 +0200
5994              Message-ID: <20010427170036.K1372@Strawberry.COM>
5995              
5996              SOCKS5_VERSION_NAME is the right symbol to detect
5997              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
5998              function called socks5_init() is available, and even that is
5999              not universal, most SOCKS5 installations use SOCKSinit()).
6000      Branch: perl
6001            ! perlio.c
6002 ____________________________________________________________________________
6003 [  9913] By: jhi                                   on 2001/04/30  12:22:15
6004         Log: Allow a zero timeout on IO::Socket accept and connect--
6005              though one really shouldn't do that.  Based on
6006              
6007              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
6008              From: "John Holdsworth" <coldwave@bigfoot.com>
6009              Date: Sun, 4 Feb 2001 12:48:18 +0100
6010              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
6011      Branch: perl
6012            ! ext/IO/lib/IO/Socket.pm
6013 ____________________________________________________________________________
6014 [  9912] By: jhi                                   on 2001/04/30  11:27:27
6015         Log: Save the spot of regprev (see #9911) for binary compatibility;
6016              regen API.
6017      Branch: perl
6018            ! embedvar.h perlapi.h thrdvar.h
6019 ____________________________________________________________________________
6020 [  9911] By: jhi                                   on 2001/04/30  11:22:03
6021         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
6022              From: Hugo <hv@crypt.compulink.co.uk>
6023              Date: Sun, 29 Apr 2001 17:09:30 +0100
6024              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
6025      Branch: perl
6026            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
6027 ____________________________________________________________________________
6028 [  9910] By: jhi                                   on 2001/04/30  11:15:12
6029         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
6030              a dummy for PL_numeric_radix); no pressing reason to break
6031              binary compatibility; regen API.
6032      Branch: perl
6033            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
6034            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
6035 ____________________________________________________________________________
6036 [  9909] By: jhi                                   on 2001/04/30  10:56:08
6037         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
6038              From: Walt Mankowski <waltman@netaxs.com>
6039              Date: Sun, 29 Apr 2001 21:53:48 -0400
6040              Message-ID: <20010429215348.A3971@netaxs.com>
6041      Branch: perl
6042            ! pod/perlfunc.pod
6043 ____________________________________________________________________________
6044 [  9908] By: jhi                                   on 2001/04/30  10:49:40
6045         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
6046      Branch: perl
6047            ! t/lib/selfstubber.t
6048 ____________________________________________________________________________
6049 [  9907] By: nick                                  on 2001/04/30  09:26:50
6050         Log: Integrate mainline.
6051      Branch: perlio
6052           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
6053 ____________________________________________________________________________
6054 [  9906] By: jhi                                   on 2001/04/29  23:24:20
6055         Log: Abigail spotted a thinko in #9905.
6056      Branch: perl
6057            ! pod/perldiag.pod
6058 ____________________________________________________________________________
6059 [  9905] By: jhi                                   on 2001/04/29  15:55:39
6060         Log: Changed the underscore/undebar syntax in numeric constants;
6061              now any grouping will do, as long as the underscores are not
6062              consecutive (so "zero-grouping" is out), and they do not begin
6063              or end the integer or fractional parts.
6064      Branch: perl
6065            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
6066 ____________________________________________________________________________
6067 [  9904] By: nick                                  on 2001/04/29  15:43:22
6068         Log: Integrate mainline.
6069      Branch: perlio
6070           +> (branch 98 files)
6071            - lib/unicode/Block.pl
6072            - lib/unicode/In/AlphabeticPresentationForms.pl
6073            - lib/unicode/In/Arabic.pl
6074            - lib/unicode/In/ArabicPresentationForms-A.pl
6075            - lib/unicode/In/ArabicPresentationForms-B.pl
6076            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
6077            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
6078            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
6079            - lib/unicode/In/BopomofoExtended.pl
6080            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
6081            - lib/unicode/In/CJKCompatibility.pl
6082            - lib/unicode/In/CJKCompatibilityForms.pl
6083            - lib/unicode/In/CJKCompatibilityIdeographs.pl
6084            - lib/unicode/In/CJKRadicalsSupplement.pl
6085            - lib/unicode/In/CJKSymbolsandPunctuation.pl
6086            - lib/unicode/In/CJKUnifiedIdeographs.pl
6087            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6088            - lib/unicode/In/Cherokee.pl
6089            - lib/unicode/In/CombiningDiacriticalMarks.pl
6090            - lib/unicode/In/CombiningHalfMarks.pl
6091            - lib/unicode/In/CombiningMarksforSymbols.pl
6092            - lib/unicode/In/ControlPictures.pl
6093            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
6094            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
6095            - lib/unicode/In/EnclosedAlphanumerics.pl
6096            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
6097            - lib/unicode/In/Ethiopic.pl
6098            - lib/unicode/In/GeneralPunctuation.pl
6099            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
6100            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
6101            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
6102            - lib/unicode/In/HalfwidthandFullwidthForms.pl
6103            - lib/unicode/In/HangulCompatibilityJamo.pl
6104            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
6105            - lib/unicode/In/Hebrew.pl
6106            - lib/unicode/In/HighPrivateUseSurrogates.pl
6107            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
6108            - lib/unicode/In/IPAExtensions.pl
6109            - lib/unicode/In/IdeographicDescriptionCharacters.pl
6110            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
6111            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
6112            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
6113            - lib/unicode/In/Latin-1Supplement.pl
6114            - lib/unicode/In/LatinExtended-A.pl
6115            - lib/unicode/In/LatinExtended-B.pl
6116            - lib/unicode/In/LatinExtendedAdditional.pl
6117            - lib/unicode/In/LetterlikeSymbols.pl
6118            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
6119            - lib/unicode/In/MathematicalOperators.pl
6120            - lib/unicode/In/MiscellaneousSymbols.pl
6121            - lib/unicode/In/MiscellaneousTechnical.pl
6122            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6123            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
6124            - lib/unicode/In/OpticalCharacterRecognition.pl
6125            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
6126            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
6127            - lib/unicode/In/SmallFormVariants.pl
6128            - lib/unicode/In/SpacingModifierLetters.pl
6129            - lib/unicode/In/Specials.pl
6130            - lib/unicode/In/SuperscriptsandSubscripts.pl
6131            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
6132            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
6133            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
6134            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6135            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6136           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
6137           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
6138           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
6139           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
6140           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
6141           !> utf8.c win32/Makefile
6142 ____________________________________________________________________________
6143 [  9903] By: jhi                                   on 2001/04/29  14:30:53
6144         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
6145              From: Prymmer/Kahn <pvhp@best.com>
6146              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
6147              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
6148      Branch: perl
6149            ! win32/Makefile
6150 ____________________________________________________________________________
6151 [  9902] By: jhi                                   on 2001/04/29  02:52:44
6152         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
6153              From: "Abigail" <abigail@foad.org>
6154              Date: Sun, 29 Apr 2001 03:14:25 +0200
6155              Message-ID: <20010429011425.24503.qmail@foad.org>
6156      Branch: perl
6157            ! ext/IO/lib/IO/Seekable.pm
6158 ____________________________________________________________________________
6159 [  9901] By: jhi                                   on 2001/04/29  02:04:46
6160         Log: In character classes one couldn't have 0x80..0xff characters
6161              at the left hand side if there were 0x100.. characters in the
6162              character class.
6163      Branch: perl
6164            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
6165            ! t/op/pat.t utf8.c
6166 ____________________________________________________________________________
6167 [  9900] By: jhi                                   on 2001/04/28  22:55:04
6168         Log: Forgot the latest mktables.PL from #9899.
6169      Branch: perl
6170            ! lib/unicode/mktables.PL
6171 ____________________________________________________________________________
6172 [  9899] By: jhi                                   on 2001/04/28  22:53:28
6173         Log: Explain the \p{} and \P{} error message better and
6174              have prettier prettyprint in In.pl.
6175      Branch: perl
6176            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
6177            ! pod/perldiag.pod
6178 ____________________________________________________________________________
6179 [  9898] By: jhi                                   on 2001/04/28  21:03:34
6180         Log: Add one possible explanation for the "Invalid [] range" error.
6181      Branch: perl
6182            ! pod/perldiag.pod
6183 ____________________________________________________________________________
6184 [  9897] By: jhi                                   on 2001/04/28  17:18:26
6185         Log: Add a level of indirection to the implementation of \p{InFoo}
6186              so that we don't have to have long filenames.  (Nothing changes
6187              in the user interface.)   The indirection is defined in
6188              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
6189              Also rename some the character classes by removing '-' from
6190              the classnames, and finally renamed Block.pl as Blocks.pl.
6191      Branch: perl
6192            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
6193            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
6194            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
6195            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
6196            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
6197            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
6198            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
6199            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
6200            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
6201            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
6202            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
6203            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
6204            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
6205            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
6206            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
6207            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
6208            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
6209            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
6210            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
6211            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
6212            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
6213            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
6214            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
6215            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
6216            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
6217            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
6218            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
6219            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
6220            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
6221            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
6222            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
6223            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
6224            + lib/unicode/In/94.pl lib/unicode/In/95.pl
6225            - lib/unicode/Block.pl
6226            - lib/unicode/In/AlphabeticPresentationForms.pl
6227            - lib/unicode/In/Arabic.pl
6228            - lib/unicode/In/ArabicPresentationForms-A.pl
6229            - lib/unicode/In/ArabicPresentationForms-B.pl
6230            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
6231            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
6232            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
6233            - lib/unicode/In/BopomofoExtended.pl
6234            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
6235            - lib/unicode/In/CJKCompatibility.pl
6236            - lib/unicode/In/CJKCompatibilityForms.pl
6237            - lib/unicode/In/CJKCompatibilityIdeographs.pl
6238            - lib/unicode/In/CJKRadicalsSupplement.pl
6239            - lib/unicode/In/CJKSymbolsandPunctuation.pl
6240            - lib/unicode/In/CJKUnifiedIdeographs.pl
6241            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6242            - lib/unicode/In/Cherokee.pl
6243            - lib/unicode/In/CombiningDiacriticalMarks.pl
6244            - lib/unicode/In/CombiningHalfMarks.pl
6245            - lib/unicode/In/CombiningMarksforSymbols.pl
6246            - lib/unicode/In/ControlPictures.pl
6247            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
6248            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
6249            - lib/unicode/In/EnclosedAlphanumerics.pl
6250            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
6251            - lib/unicode/In/Ethiopic.pl
6252            - lib/unicode/In/GeneralPunctuation.pl
6253            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
6254            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
6255            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
6256            - lib/unicode/In/HalfwidthandFullwidthForms.pl
6257            - lib/unicode/In/HangulCompatibilityJamo.pl
6258            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
6259            - lib/unicode/In/Hebrew.pl
6260            - lib/unicode/In/HighPrivateUseSurrogates.pl
6261            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
6262            - lib/unicode/In/IPAExtensions.pl
6263            - lib/unicode/In/IdeographicDescriptionCharacters.pl
6264            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
6265            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
6266            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
6267            - lib/unicode/In/Latin-1Supplement.pl
6268            - lib/unicode/In/LatinExtended-A.pl
6269            - lib/unicode/In/LatinExtended-B.pl
6270            - lib/unicode/In/LatinExtendedAdditional.pl
6271            - lib/unicode/In/LetterlikeSymbols.pl
6272            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
6273            - lib/unicode/In/MathematicalOperators.pl
6274            - lib/unicode/In/MiscellaneousSymbols.pl
6275            - lib/unicode/In/MiscellaneousTechnical.pl
6276            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6277            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
6278            - lib/unicode/In/OpticalCharacterRecognition.pl
6279            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
6280            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
6281            - lib/unicode/In/SmallFormVariants.pl
6282            - lib/unicode/In/SpacingModifierLetters.pl
6283            - lib/unicode/In/Specials.pl
6284            - lib/unicode/In/SuperscriptsandSubscripts.pl
6285            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
6286            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
6287            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
6288            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6289            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6290            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
6291            ! pod/perlunicode.pod
6292 ____________________________________________________________________________
6293 [  9896] By: jhi                                   on 2001/04/28  14:33:17
6294         Log: Update the information on shared library path on HP-UX.
6295      Branch: perl
6296            ! INSTALL
6297 ____________________________________________________________________________
6298 [  9895] By: jhi                                   on 2001/04/28  14:32:30
6299         Log: Because #9894 seems to do the trick, this workaround can be removed.
6300      Branch: perl
6301            ! t/lib/selfstubber.t
6302 ____________________________________________________________________________
6303 [  9894] By: jhi                                   on 2001/04/28  14:26:13
6304         Log: For PerlIO flush the children's file handles (on fork/exec/system).
6305      Branch: perl
6306            ! perl.h
6307 ____________________________________________________________________________
6308 [  9893] By: jhi                                   on 2001/04/28  14:23:15
6309         Log: Test tweak for #9891.
6310      Branch: perl
6311            ! t/lib/b-deparse.t
6312 ____________________________________________________________________________
6313 [  9892] By: jhi                                   on 2001/04/28  14:10:13
6314         Log: New HP-UX hints from Merijn.
6315      Branch: perl
6316            ! hints/hpux.sh
6317 ____________________________________________________________________________
6318 [  9891] By: jhi                                   on 2001/04/28  14:07:27
6319         Log: Subject: [PATCH B::Deparse] non-block scopes
6320              From: Robin Houston <robin@kitsite.com>
6321              Date: Fri, 27 Apr 2001 19:15:14 +0100
6322              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
6323      Branch: perl
6324            ! ext/B/B/Deparse.pm
6325 ____________________________________________________________________________
6326 [  9890] By: nick                                  on 2001/04/27  19:41:25
6327         Log: Integrate mainline
6328      Branch: perlio
6329           +> t/lib/selfstubber.t
6330           !> (integrate 50 files)
6331 ____________________________________________________________________________
6332 [  9889] By: jhi                                   on 2001/04/27  18:23:46
6333         Log: Subject: Re: selfstubber test fail on bleadperl
6334              From: Mike Guy <mjtg@cam.ac.uk>
6335              Date: Fri, 27 Apr 2001 19:31:18 +0100
6336              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
6337      Branch: perl
6338            ! t/lib/selfstubber.t
6339 ____________________________________________________________________________
6340 [  9888] By: jhi                                   on 2001/04/27  16:20:54
6341         Log: Test tweak for #9886.
6342      Branch: perl
6343            ! t/lib/b-deparse.t
6344 ____________________________________________________________________________
6345 [  9887] By: jhi                                   on 2001/04/27  16:16:33
6346         Log: Buffering issue at least in Solaris (even with perlio).
6347      Branch: perl
6348            ! t/lib/selfstubber.t
6349 ____________________________________________________________________________
6350 [  9886] By: jhi                                   on 2001/04/27  14:59:23
6351         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
6352              From: Robin Houston <robin@kitsite.com>
6353              Date: Fri, 27 Apr 2001 16:53:20 +0100
6354              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
6355      Branch: perl
6356            ! ext/B/B/Deparse.pm
6357 ____________________________________________________________________________
6358 [  9885] By: jhi                                   on 2001/04/27  14:23:51
6359         Log: Update Changes.
6360      Branch: perl
6361            ! Changes patchlevel.h
6362 ____________________________________________________________________________
6363 [  9884] By: jhi                                   on 2001/04/27  14:14:12
6364         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
6365              From: "Philip Newton" <pnewton@gmx.de>
6366              Date: Fri, 27 Apr 2001 16:40:13 +0200
6367              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
6368      Branch: perl
6369            ! pod/perldata.pod
6370 ____________________________________________________________________________
6371 [  9883] By: jhi                                   on 2001/04/27  13:28:19
6372         Log: Add LOG_PERROR; prettify the "removed".
6373      Branch: perl
6374            ! ext/Sys/Syslog/Syslog.xs
6375 ____________________________________________________________________________
6376 [  9882] By: jhi                                   on 2001/04/27  13:13:18
6377         Log: h2xs tweaks: use NV instead of double, "quote" the removed
6378              prefixes for clarity (especially when nothing is removed),
6379              slight pod reformats.
6380      Branch: perl
6381            ! utils/h2xs.PL
6382 ____________________________________________________________________________
6383 [  9881] By: jhi                                   on 2001/04/27  12:58:48
6384         Log: Don't bother creating existing directories.
6385      Branch: perl
6386            ! utils/h2xs.PL
6387 ____________________________________________________________________________
6388 [  9880] By: jhi                                   on 2001/04/27  12:45:39
6389         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
6390              From: Mike Schilli <m@perlmeister.com>
6391              Date: Wed, 25 Apr 2001 01:29:21 -0700
6392              Message-id: <3AE68AE1.6A981723@perlmeister.com>
6393      Branch: perl
6394            ! utils/h2xs.PL
6395 ____________________________________________________________________________
6396 [  9879] By: jhi                                   on 2001/04/27  12:40:55
6397         Log: break is not yet Perl.  Added the template license also to README.
6398      Branch: perl
6399            ! utils/h2xs.PL
6400 ____________________________________________________________________________
6401 [  9878] By: jhi                                   on 2001/04/27  03:08:20
6402         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
6403              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6404              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
6405              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
6406      Branch: perl
6407            ! t/lib/xs-typemap.t
6408 ____________________________________________________________________________
6409 [  9877] By: jhi                                   on 2001/04/26  23:54:40
6410         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
6411              From: "Abigail" <abigail@foad.org>
6412              Date: Fri, 27 Apr 2001 01:44:28 +0200
6413              Message-ID: <20010426234428.19786.qmail@foad.org>
6414      Branch: perl
6415            ! utils/h2xs.PL
6416 ____________________________________________________________________________
6417 [  9876] By: jhi                                   on 2001/04/26  23:52:06
6418         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
6419              From: Peter Prymmer <pvhp@forte.com>
6420              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
6421              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
6422      Branch: perl
6423            ! t/lib/selfstubber.t
6424 ____________________________________________________________________________
6425 [  9875] By: jhi                                   on 2001/04/26  23:48:10
6426         Log: Deparse nits.
6427      Branch: perl
6428            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
6429 ____________________________________________________________________________
6430 [  9874] By: jhi                                   on 2001/04/26  22:46:05
6431         Log: Document ANYOF_CLASS.
6432      Branch: perl
6433            ! regcomp.h
6434 ____________________________________________________________________________
6435 [  9873] By: jhi                                   on 2001/04/26  22:35:03
6436         Log: Subject: Re: [PATCH @9846] dumping ANYOF
6437              From: Hugo <hv@crypt.compulink.co.uk>
6438              Date: Thu, 26 Apr 2001 23:33:38 +0100
6439              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
6440      Branch: perl
6441            ! regcomp.c regcomp.h
6442 ____________________________________________________________________________
6443 [  9872] By: jhi                                   on 2001/04/26  22:34:31
6444         Log: Subject: [PATCH] more for Devel::SelfStubber
6445              From: Nicholas Clark <nick@ccl4.org>
6446              Date: Fri, 27 Apr 2001 00:13:52 +0100
6447              Message-ID: <20010427001351.K88186@plum.flirble.org>
6448      Branch: perl
6449            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
6450 ____________________________________________________________________________
6451 [  9871] By: jhi                                   on 2001/04/26  21:59:17
6452         Log: Subject: [PATCH B::Deparse] formats must be flush left
6453              From: Robin Houston <robin@kitsite.com>
6454              Date: Thu, 26 Apr 2001 23:54:29 +0100
6455              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
6456      Branch: perl
6457            ! ext/B/B/Deparse.pm
6458 ____________________________________________________________________________
6459 [  9870] By: jhi                                   on 2001/04/26  21:57:37
6460         Log: If some of the constants are prefixes of others,
6461              the prefixes may never get recognized.  (See 20010426.006.)
6462      Branch: perl
6463            ! utils/h2xs.PL
6464 ____________________________________________________________________________
6465 [  9869] By: jhi                                   on 2001/04/26  21:50:42
6466         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
6467              From: Chris Bongaarts <cab@tc.umn.edu>
6468              Date: Thu, 26 Apr 2001 17:10:31 -0500
6469              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
6470      Branch: perl
6471            ! ext/Sys/Syslog/Syslog.xs
6472 ____________________________________________________________________________
6473 [  9868] By: jhi                                   on 2001/04/26  21:35:12
6474         Log: Further cuts and more docs from Graham Barr.
6475      Branch: perl
6476            ! ext/List/Util/lib/List/Util.pm
6477            ! ext/List/Util/lib/Scalar/Util.pm
6478 ____________________________________________________________________________
6479 [  9867] By: jhi                                   on 2001/04/26  21:18:57
6480         Log: Subject: [PATCH 5.7.1] DB_File-1.77
6481              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
6482              Date: Thu, 26 Apr 2001 22:37:53 +0100
6483              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
6484      Branch: perl
6485            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6486            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6487 ____________________________________________________________________________
6488 [  9866] By: jhi                                   on 2001/04/26  21:12:31
6489         Log: Subject: [PATCH B::Deparse] fix easy bugs
6490              From: Robin Houston <robin@kitsite.com>
6491              Date: Thu, 26 Apr 2001 23:03:33 +0100
6492              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
6493      Branch: perl
6494            ! ext/B/B/Deparse.pm
6495 ____________________________________________________________________________
6496 [  9865] By: jhi                                   on 2001/04/26  20:26:13
6497         Log: Update Changes.
6498      Branch: perl
6499            ! Changes patchlevel.h
6500 ____________________________________________________________________________
6501 [  9864] By: jhi                                   on 2001/04/26  19:27:48
6502         Log: Dethinko from Robin Houston.
6503      Branch: perl
6504            ! ext/B/B/Deparse.pm
6505 ____________________________________________________________________________
6506 [  9863] By: jhi                                   on 2001/04/26  19:10:35
6507         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
6508              From: Robin Houston <robin@kitsite.com>
6509              Date: Thu, 26 Apr 2001 21:08:32 +0100
6510              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
6511      Branch: perl
6512            ! ext/B/B/Deparse.pm
6513 ____________________________________________________________________________
6514 [  9862] By: jhi                                   on 2001/04/26  19:04:23
6515         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
6516              From: Robin Houston <robin@kitsite.com>
6517              Date: Thu, 26 Apr 2001 20:52:50 +0100
6518              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
6519      Branch: perl
6520            ! ext/B/B/Deparse.pm
6521 ____________________________________________________________________________
6522 [  9861] By: jhi                                   on 2001/04/26  18:56:14
6523         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
6524              From: Mike Guy <mjtg@cam.ac.uk>
6525              Date: Thu, 26 Apr 2001 14:22:40 +0100
6526              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
6527      Branch: perl
6528            ! pod/perlobj.pod
6529 ____________________________________________________________________________
6530 [  9860] By: jhi                                   on 2001/04/26  18:46:42
6531         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
6532              From: Robin Houston <robin@kitsite.com>
6533              Date: Thu, 26 Apr 2001 20:34:29 +0100
6534              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
6535              
6536              Hashes do not interpolate.
6537      Branch: perl
6538            ! ext/B/B/Deparse.pm
6539 ____________________________________________________________________________
6540 [  9859] By: jhi                                   on 2001/04/26  18:43:51
6541         Log: Subject: The Time::Piece conspiracy unmasked!!!
6542              From: Mike Guy <mjtg@cam.ac.uk>
6543              Date: Thu, 26 Apr 2001 19:02:50 +0100
6544              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
6545              
6546              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
6547              From: Mike Guy <mjtg@cam.ac.uk>
6548              Date: Thu, 26 Apr 2001 19:08:21 +0100
6549              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
6550              
6551              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
6552              From: Graham Barr <gbarr@pobox.com>
6553              Date: Thu, 26 Apr 2001 19:12:03 +0100
6554              Message-ID: <20010426191203.A70835@pobox.com>
6555              
6556              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
6557      Branch: perl
6558            ! ext/List/Util/lib/List/Util.pm
6559            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
6560 ____________________________________________________________________________
6561 [  9858] By: jhi                                   on 2001/04/26  18:17:42
6562         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
6563              From: Robin Houston <robin@kitsite.com>
6564              Date: Thu, 26 Apr 2001 16:09:35 +0100
6565              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
6566      Branch: perl
6567            ! t/comp/proto.t
6568 ____________________________________________________________________________
6569 [  9857] By: jhi                                   on 2001/04/26  18:04:59
6570         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
6571              From: barries <barries@slaysys.com>
6572              Date: Thu, 26 Apr 2001 12:01:10 -0400
6573              Message-ID: <20010426120110.E29698@jester.slaysys.com>
6574      Branch: perl
6575            ! pod/perldiag.pod
6576 ____________________________________________________________________________
6577 [  9856] By: jhi                                   on 2001/04/26  18:03:33
6578         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
6579              Date: Thu, 26 Apr 2001 17:13:41 +0100
6580              From: Robin Houston <robin@kitsite.com>
6581              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
6582              
6583              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
6584              From: Robin Houston <robin@kitsite.com>
6585              Date: Thu, 26 Apr 2001 18:44:29 +0100
6586              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
6587      Branch: perl
6588            ! ext/B/B/Deparse.pm
6589 ____________________________________________________________________________
6590 [  9855] By: jhi                                   on 2001/04/26  17:56:04
6591         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
6592              From: Robin Houston <robin@kitsite.com>
6593              Date: Thu, 26 Apr 2001 17:04:08 +0100
6594              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
6595      Branch: perl
6596            ! ext/B/B/Deparse.pm
6597 ____________________________________________________________________________
6598 [  9854] By: jhi                                   on 2001/04/26  17:47:26
6599         Log: Subject: Re: Short test case for undef %stash:: crash
6600              From: Benjamin Sugars <bsugars@canoe.ca> 
6601              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
6602              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
6603              Changed and moved the perldiag entry.
6604      Branch: perl
6605            ! gv.c pod/perldiag.pod
6606 ____________________________________________________________________________
6607 [  9853] By: jhi                                   on 2001/04/26  14:35:16
6608         Log: Beginnings of strptime().  Do not touch the wet paint.
6609      Branch: perl
6610            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
6611 ____________________________________________________________________________
6612 [  9852] By: jhi                                   on 2001/04/26  13:17:21
6613         Log: Retract #9851, core dumps from pod2man.
6614      Branch: perl
6615            ! regcomp.c
6616 ____________________________________________________________________________
6617 [  9851] By: jhi                                   on 2001/04/26  11:54:41
6618         Log: (Retracted by #9852.)
6619              
6620              Subject: [PATCH @9846] dumping ANYOF
6621              From: Hugo <hv@crypt.compulink.co.uk>
6622              Date: Thu, 26 Apr 2001 05:32:38 +0100
6623              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
6624      Branch: perl
6625            ! regcomp.c
6626 ____________________________________________________________________________
6627 [  9850] By: jhi                                   on 2001/04/26  02:34:44
6628         Log: If ccflags was empty the _previous_ $* containing all the
6629              environment variables and Configure variables was used,
6630              which lead, among other bad things, into $ccflags being your
6631              uname -a output, which lead into test compile with cc failing,
6632              which lead into gcc being selected, which didn't work that well
6633              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
6634              with large files, et cetera.
6635      Branch: perl
6636            ! hints/hpux.sh
6637 ____________________________________________________________________________
6638 [  9849] By: jhi                                   on 2001/04/26  01:44:57
6639         Log: Make selfstubber test more portable.
6640      Branch: perl
6641            ! t/lib/selfstubber.t
6642 ____________________________________________________________________________
6643 [  9848] By: jhi                                   on 2001/04/26  00:50:26
6644         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
6645              From: Benjamin Sugars <ben.sugars@home.com>
6646              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
6647              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
6648      Branch: perl
6649            ! ext/Cwd/Cwd.xs
6650 ____________________________________________________________________________
6651 [  9847] By: jhi                                   on 2001/04/26  00:46:58
6652         Log: Subject: [PATCH: perl@9841] VMS updates
6653              From: Peter Prymmer <pvhp@forte.com>
6654              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
6655              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
6656      Branch: perl
6657            ! README.vms configure.com vms/descrip_mms.template
6658            ! vms/ext/filespec.t
6659 ____________________________________________________________________________
6660 [  9846] By: jhi                                   on 2001/04/26  00:11:56
6661         Log: re 'debug' was broken by #9084.
6662      Branch: perl
6663            ! ext/re/re.xs
6664 ____________________________________________________________________________
6665 [  9845] By: jhi                                   on 2001/04/25  22:33:17
6666         Log: Subject: [PATCH] test for Devel::SelfStubber
6667              From: Nicholas Clark <nick@ccl4.org>
6668              Date: Thu, 26 Apr 2001 00:00:54 +0100
6669              Message-ID: <20010426000054.D89026@plum.flirble.org>
6670      Branch: perl
6671            + t/lib/selfstubber.t
6672            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
6673 ____________________________________________________________________________
6674 [  9844] By: jhi                                   on 2001/04/25  22:29:32
6675         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
6676              From: Paul Johnson <paul@pjcj.net>
6677              Date: Thu, 26 Apr 2001 00:46:08 +0200
6678              Message-ID: <20010426004608.H2338@pjcj.net>
6679      Branch: perl
6680            ! ext/B/B/Concise.pm
6681 ____________________________________________________________________________
6682 [  9843] By: jhi                                   on 2001/04/25  22:28:28
6683         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
6684              From: Peter Prymmer <pvhp@forte.com>
6685              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
6686              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
6687      Branch: perl
6688            ! ext/Cwd/Cwd.xs
6689 ____________________________________________________________________________
6690 [  9842] By: jhi                                   on 2001/04/25  20:58:12
6691         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
6692              From: John Peacock <jpeacock@rowman.com>
6693              Date: Wed, 25 Apr 2001 17:30:26 -0400
6694              Message-ID: <3AE741F2.B3217464@rowman.com>
6695      Branch: perl
6696            ! lib/Math/BigInt.pm t/lib/bigintpm.t
6697 ____________________________________________________________________________
6698 [  9841] By: jhi                                   on 2001/04/25  20:07:05
6699         Log: Update Changes.
6700      Branch: perl
6701            ! Changes patchlevel.h
6702 ____________________________________________________________________________
6703 [  9840] By: jhi                                   on 2001/04/25  19:56:51
6704         Log: Yet another HP-UX hints version from Merijn.
6705      Branch: perl
6706            ! hints/hpux.sh
6707 ____________________________________________________________________________
6708 [  9839] By: jhi                                   on 2001/04/25  19:53:04
6709         Log: abs_path() didn't terminate the filename correctly,
6710              in DIRNAMLENless systems like HP-UX this would fail.
6711      Branch: perl
6712            ! ext/Cwd/Cwd.xs
6713 ____________________________________________________________________________
6714 [  9838] By: jhi                                   on 2001/04/25  16:37:26
6715         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
6716              From: Mike Guy <mjtg@cam.ac.uk>
6717              Date: Wed, 25 Apr 2001 18:31:47 +0100
6718              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
6719      Branch: perl
6720            ! op.c
6721 ____________________________________________________________________________
6722 [  9837] By: jhi                                   on 2001/04/25  16:21:53
6723         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
6724              From: Jon Eveland <jweveland@yahoo.com>
6725              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
6726              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
6727      Branch: perl
6728            ! lib/perl5db.pl
6729 ____________________________________________________________________________
6730 [  9836] By: jhi                                   on 2001/04/25  14:17:50
6731         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
6732              From: "Philip Newton" <pnewton@gmx.de>
6733              Date: Wed, 25 Apr 2001 17:05:58 +0200
6734              Message-ID: <3AE703F6.3234.1833C45@localhost>
6735      Branch: perl
6736            ! Porting/patching.pod
6737 ____________________________________________________________________________
6738 [  9835] By: jhi                                   on 2001/04/25  13:58:07
6739         Log: It would seem that both ar and full_ar need to be overridden
6740              for HP-UX to avoid the GNU ar.
6741      Branch: perl
6742            ! hints/hpux.sh
6743 ____________________________________________________________________________
6744 [  9834] By: jhi                                   on 2001/04/25  13:50:40
6745         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
6746              From: "Philip Newton" <pnewton@gmx.de>
6747              Date: Wed, 25 Apr 2001 16:09:23 +0200
6748              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
6749              
6750              Detypo.
6751      Branch: perl
6752            ! t/op/misc.t
6753 ____________________________________________________________________________
6754 [  9833] By: jhi                                   on 2001/04/25  12:36:11
6755         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
6756      Branch: perl
6757            ! hints/hpux.sh
6758 ____________________________________________________________________________
6759 [  9832] By: jhi                                   on 2001/04/25  12:33:36
6760         Log: New version of HP-UX hints from Merijn.
6761      Branch: perl
6762            ! hints/hpux.sh
6763 ____________________________________________________________________________
6764 [  9831] By: jhi                                   on 2001/04/25  03:39:45
6765         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
6766      Branch: perl
6767            ! hints/hpux.sh
6768 ____________________________________________________________________________
6769 [  9830] By: jhi                                   on 2001/04/25  02:53:25
6770         Log: The tzname[] bit is not needed by util.c -- and causes
6771              heartburn in VMS (and it missing was probably the cause of
6772              the Mac OS X trouble).  Ouch.
6773      Branch: perl
6774            ! ext/POSIX/POSIX.xs util.c
6775 ____________________________________________________________________________
6776 [  9829] By: jhi                                   on 2001/04/25  00:10:06
6777         Log: Metaconfig unit change for #9828.
6778      Branch: metaconfig
6779            ! U/compline/ccflags.U
6780 ____________________________________________________________________________
6781 [  9828] By: jhi                                   on 2001/04/25  00:04:18
6782         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
6783              (which is actually the reason for the change, we need to pass
6784              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
6785              EP/IX, OS/2, and TitanOS, based on the hints files.
6786      Branch: perl
6787            ! Configure config_h.SH
6788 ____________________________________________________________________________
6789 [  9827] By: jhi                                   on 2001/04/24  23:49:20
6790         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
6791              the $cat must have an absolute path.
6792      Branch: perl
6793            ! makedepend.SH
6794 ____________________________________________________________________________
6795 [  9826] By: jhi                                   on 2001/04/24  23:40:53
6796         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
6797      Branch: perl
6798            ! README.amiga
6799 ____________________________________________________________________________
6800 [  9825] By: jhi                                   on 2001/04/24  23:35:35
6801         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
6802              From: "Philip Newton" <pnewton@gmx.de>
6803              Date: Tue, 24 Apr 2001 18:52:49 +0200
6804              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
6805      Branch: perl
6806            ! x2p/find2perl.PL
6807 ____________________________________________________________________________
6808 [  9824] By: jhi                                   on 2001/04/24  23:33:07
6809         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
6810              Some gcc specifics dropped out due to extensive rewriting;
6811              will be put back later as needed.
6812      Branch: perl
6813            ! hints/hpux.sh
6814 ____________________________________________________________________________
6815 [  9823] By: jhi                                   on 2001/04/24  23:27:57
6816         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
6817      Branch: perl
6818            ! ext/POSIX/POSIX.xs
6819 ____________________________________________________________________________
6820 [  9822] By: jhi                                   on 2001/04/24  23:25:21
6821         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
6822              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6823              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
6824              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
6825      Branch: perl
6826            ! ext/XS/Typemap/Typemap.xs
6827 ____________________________________________________________________________
6828 [  9821] By: jhi                                   on 2001/04/24  23:24:10
6829         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
6830              From: "Abigail" <abigail@foad.org>
6831              Date: Tue, 24 Apr 2001 23:12:03 +0200
6832              Message-ID: <20010424211203.7901.qmail@foad.org>
6833      Branch: perl
6834            ! pod/perlport.pod
6835 ____________________________________________________________________________
6836 [  9820] By: jhi                                   on 2001/04/24  23:23:15
6837         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
6838              From: Matt Sergeant <matt@sergeant.org>
6839              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
6840              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
6841      Branch: perl
6842            ! pod/perlfaq4.pod
6843 ____________________________________________________________________________
6844 [  9819] By: nick                                  on 2001/04/24  18:49:43
6845         Log: Integrate mainline.
6846      Branch: perlio
6847           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
6848           !> (integrate 37 files)
6849 ____________________________________________________________________________
6850 [  9818] By: jhi                                   on 2001/04/24  14:35:23
6851         Log: Update Changes.
6852      Branch: perl
6853            ! Changes patchlevel.h
6854 ____________________________________________________________________________
6855 [  9817] By: jhi                                   on 2001/04/24  14:09:17
6856         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
6857              From: "Philip Newton" <pnewton@gmx.de>
6858              Date: Tue, 24 Apr 2001 12:58:12 +0200
6859              Message-ID: <3AE57864.8304.B77A0A@localhost> 
6860              
6861              plus add CPAN to the list of modules that have their own tests.
6862      Branch: perl
6863            ! t/lib/1_compile.t
6864 ____________________________________________________________________________
6865 [  9816] By: jhi                                   on 2001/04/24  14:07:03
6866         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
6867              From: Michael G Schwern <schwern@pobox.com>
6868              Date: Sat, 21 Apr 2001 22:35:00 +0100
6869              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
6870      Branch: perl
6871            ! t/lib/1_compile.t
6872 ____________________________________________________________________________
6873 [  9815] By: jhi                                   on 2001/04/24  13:54:32
6874         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
6875              From: Robin Houston <robin@kitsite.com>
6876              Date: Tue, 24 Apr 2001 15:51:18 +0100
6877              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
6878      Branch: perl
6879            ! ext/B/B/Deparse.pm
6880 ____________________________________________________________________________
6881 [  9814] By: jhi                                   on 2001/04/24  13:17:34
6882         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
6883              From: Bill Glicker <billg@burrelles.com>
6884              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
6885              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
6886      Branch: perl
6887            ! hints/svr5.sh
6888 ____________________________________________________________________________
6889 [  9813] By: jhi                                   on 2001/04/24  12:54:23
6890         Log: Prevent path disclosure (probing for existence of filenames)
6891              using suidperl; bug id 20010322.218.
6892      Branch: perl
6893            ! perl.c pod/perldiag.pod
6894 ____________________________________________________________________________
6895 [  9812] By: jhi                                   on 2001/04/24  12:08:36
6896         Log: Retract #9811.
6897      Branch: perl
6898            ! ext/POSIX/POSIX.xs
6899 ____________________________________________________________________________
6900 [  9811] By: jhi                                   on 2001/04/24  11:57:35
6901         Log: (Retracted by #9812.)
6902      Branch: perl
6903            ! ext/POSIX/POSIX.xs
6904 ____________________________________________________________________________
6905 [  9810] By: jhi                                   on 2001/04/24  03:32:35
6906         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
6907      Branch: perl
6908            ! util.c
6909 ____________________________________________________________________________
6910 [  9809] By: jhi                                   on 2001/04/24  03:16:13
6911         Log: The Math::BigFloat::import() was broken.
6912              (Fixes bug id 20010422.002.)
6913      Branch: perl
6914            ! lib/Math/BigFloat.pm
6915 ____________________________________________________________________________
6916 [  9808] By: jhi                                   on 2001/04/24  01:11:40
6917         Log: Additional dependencies; should help for parallel makes
6918              not to fail on missing lib/lib.pm or lib/re.pm.
6919      Branch: perl
6920            ! Makefile.SH
6921 ____________________________________________________________________________
6922 [  9807] By: jhi                                   on 2001/04/24  00:57:01
6923         Log: Update the test failure disclaimer.
6924      Branch: perl
6925            ! t/pragma/warn/pp_hot
6926 ____________________________________________________________________________
6927 [  9806] By: jhi                                   on 2001/04/24  00:54:04
6928         Log: Add make target "install-all" which is alias for "install"
6929              to cater for case-preserving filesystems like HFS+.
6930      Branch: perl
6931            ! INSTALL Makefile.SH
6932 ____________________________________________________________________________
6933 [  9805] By: jhi                                   on 2001/04/24  00:47:28
6934         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
6935              From: Peter Prymmer <pvhp@forte.com>
6936              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
6937              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
6938              
6939              (Ken William's message forwarded from macosx@perl.org)
6940      Branch: perl
6941            ! hints/darwin.sh
6942 ____________________________________________________________________________
6943 [  9804] By: jhi                                   on 2001/04/23  23:57:35
6944         Log: Cut-and-pasto.
6945      Branch: perl
6946            ! perlio.c
6947 ____________________________________________________________________________
6948 [  9803] By: jhi                                   on 2001/04/23  23:52:25
6949         Log: More PerlIO robustness.
6950      Branch: perl
6951            ! perlio.c
6952 ____________________________________________________________________________
6953 [  9802] By: jhi                                   on 2001/04/23  23:43:35
6954         Log: Make the "STD* opened only for ..." errors more consistent.
6955      Branch: perl
6956            ! doio.c
6957 ____________________________________________________________________________
6958 [  9801] By: jhi                                   on 2001/04/23  23:34:26
6959         Log: Test case for #9800.
6960      Branch: perl
6961            ! t/op/misc.t
6962 ____________________________________________________________________________
6963 [  9800] By: jhi                                   on 2001/04/23  23:14:43
6964         Log: Avoid coredump on 'close STDERR; die' by making
6965              the PerlIO calls more robust.  Also use SETERRNO()
6966              instead of errno = to be more VMS-ready.
6967      Branch: perl
6968            ! perlio.c
6969 ____________________________________________________________________________
6970 [  9799] By: jhi                                   on 2001/04/23  21:41:10
6971         Log: Subject: test for ID 20010423.002
6972              From: Robin Houston <robin@kitsite.com>
6973              Date: Mon, 23 Apr 2001 16:52:21 +0100
6974              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
6975      Branch: perl
6976            ! t/op/avhv.t
6977 ____________________________________________________________________________
6978 [  9798] By: jhi                                   on 2001/04/23  21:40:07
6979         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
6980              From: David Dyck <dcd@tc.fluke.com>
6981              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
6982              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
6983      Branch: perl
6984            ! installperl
6985 ____________________________________________________________________________
6986 [  9797] By: jhi                                   on 2001/04/23  21:37:56
6987         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
6988              From: Benjamin Sugars <bsugars@canoe.ca>
6989              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
6990              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
6991      Branch: perl
6992            ! ext/Cwd/Cwd.xs lib/Cwd.pm
6993 ____________________________________________________________________________
6994 [  9796] By: jhi                                   on 2001/04/23  21:29:24
6995         Log: Synchronize h2xs and pod2man some more on the documentation
6996              templates they propose.
6997      Branch: perl
6998            ! pod/pod2man.PL utils/h2xs.PL
6999 ____________________________________________________________________________
7000 [  9795] By: jhi                                   on 2001/04/23  17:30:40
7001         Log: Add one more naughty test for base64; make encoding logic cleaner.
7002      Branch: perl
7003            ! t/lib/mimeb64.t
7004 ____________________________________________________________________________
7005 [  9794] By: jhi                                   on 2001/04/23  13:51:32
7006         Log: Update Changes.
7007      Branch: perl
7008            ! Changes patchlevel.h
7009 ____________________________________________________________________________
7010 [  9793] By: jhi                                   on 2001/04/23  13:44:18
7011         Log: Duplicate lines.
7012      Branch: perl
7013            ! MANIFEST
7014 ____________________________________________________________________________
7015 [  9792] By: jhi                                   on 2001/04/23  13:39:13
7016         Log: Subject: Re: PATCH 5.7.1
7017              From: Mark-Jason Dominus <mjd@plover.com>
7018              Date: Mon, 23 Apr 2001 10:30:21 -0400
7019              Message-ID: <20010423143021.17335.qmail@plover.com>
7020      Branch: perl
7021            ! perl.h sv.c
7022 ____________________________________________________________________________
7023 [  9791] By: jhi                                   on 2001/04/23  13:32:40
7024         Log: Add the CPAN.pm 1.59_54 tests.
7025      Branch: perl
7026            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
7027            ! MANIFEST
7028 ____________________________________________________________________________
7029 [  9790] By: jhi                                   on 2001/04/23  13:21:55
7030         Log: Subject: Deparse nit
7031              From: Robin Houston <robin@kitsite.com>
7032              Date: Mon, 23 Apr 2001 12:38:20 +0100
7033              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
7034      Branch: perl
7035            ! ext/B/B/Deparse.pm
7036 ____________________________________________________________________________
7037 [  9789] By: jhi                                   on 2001/04/23  13:19:07
7038         Log: Subject: [PATCH] bug 20010423.002
7039              From: Robin Houston <robin@kitsite.com>
7040              Date: Mon, 23 Apr 2001 13:12:30 +0100
7041              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
7042      Branch: perl
7043            ! pp.c
7044 ____________________________________________________________________________
7045 [  9788] By: jhi                                   on 2001/04/23  13:02:49
7046         Log: Subject: PATCH [5.7.1] hv.c unused #define
7047              From: Mark-Jason Dominus <mjd@plover.com>
7048              Date: Sun, 22 Apr 2001 14:17:49 -0400
7049              Message-ID: <20010422181749.26976.qmail@plover.com>
7050      Branch: perl
7051            ! hv.c
7052 ____________________________________________________________________________
7053 [  9787] By: jhi                                   on 2001/04/23  13:02:02
7054         Log: Subject: PATCH 5.7.1
7055              From: Mark-Jason Dominus <mjd@plover.com>
7056              Date: Sun, 22 Apr 2001 15:12:57 -0400
7057              Message-ID: <20010422191258.6539.qmail@plover.com>
7058              
7059              plus Sarathy's STMT_START + STMT_END suggestion.
7060      Branch: perl
7061            ! perl.h
7062 ____________________________________________________________________________
7063 [  9786] By: jhi                                   on 2001/04/23  12:53:25
7064         Log: Fix for
7065              
7066              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
7067              From: dLux <dlux@spam.sch.bme.hu>
7068              Date: Mon, 23 Apr 2001 01:25:26 +0200
7069              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
7070              
7071              (SvGROW really does return a char *.)
7072      Branch: perl
7073            ! pod/perlapi.pod sv.h
7074 ____________________________________________________________________________
7075 [  9785] By: jhi                                   on 2001/04/23  04:34:04
7076         Log: Time::Piece work continues.  $t->day removed since
7077              I think it's too confusing.  Now has normal and
7078              abbreviated length weekday names and month names,
7079              the names change with _names(), not _list().
7080              Now has strftime() in Perl, _strftime() is
7081              the libc version (to which strftime() falls back
7082              if it doesn't know the format.  To do: the reverse
7083              of strftime, strptime(), and the localisation of both.
7084      Branch: perl
7085            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
7086            ! t/lib/time-piece.t
7087 ____________________________________________________________________________
7088 [  9784] By: jhi                                   on 2001/04/23  02:41:46
7089         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
7090              From: andreas.koenig@anima.de (Andreas J. Koenig)
7091              Date: 23 Apr 2001 05:20:55 +0200
7092              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
7093      Branch: perl
7094            ! t/pragma/overload.t
7095 ____________________________________________________________________________
7096 [  9783] By: jhi                                   on 2001/04/22  23:32:42
7097         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
7098              From: Robin Houston <robin@kitsite.com>
7099              Date: Mon, 23 Apr 2001 00:38:18 +0100
7100              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
7101      Branch: perl
7102            ! ext/B/B/Deparse.pm
7103 ____________________________________________________________________________
7104 [  9782] By: jhi                                   on 2001/04/22  20:55:43
7105         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
7106              From: Simon Cozens <simon@netthink.co.uk>
7107              Date: Sun, 22 Apr 2001 18:47:25 +0100
7108              Message-ID: <20010422184725.A14411@netthink.co.uk>
7109      Branch: perl
7110            ! sv.c t/pragma/overload.t
7111 ____________________________________________________________________________
7112 [  9781] By: jhi                                   on 2001/04/22  20:52:13
7113         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
7114              From: Robin Houston <robin@kitsite.com>
7115              Date: Sun, 22 Apr 2001 22:14:50 +0100
7116              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
7117      Branch: perl
7118            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
7119 ____________________________________________________________________________
7120 [  9780] By: nick                                  on 2001/04/22  20:40:31
7121         Log: Integrate mainline.
7122      Branch: perlio
7123           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
7124           +> t/lib/b-stash.t
7125           !> (integrate 38 files)
7126 ____________________________________________________________________________
7127 [  9779] By: jhi                                   on 2001/04/22  15:16:03
7128         Log: Subject: IO::Socket::INET patch
7129              From: andrew deryabin <djsf@technarchy.ru>
7130              Date: Sat, 21 Apr 2001 17:46:52 +0400
7131              Message-ID: <20010421174652.B1426@technarchy>
7132      Branch: perl
7133            ! ext/IO/lib/IO/Socket/INET.pm
7134 ____________________________________________________________________________
7135 [  9778] By: jhi                                   on 2001/04/22  15:14:33
7136         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
7137              From: Mark-Jason Dominus <mjd@plover.com>
7138              Date: Sat, 21 Apr 2001 21:27:49 -0400
7139              Message-ID: <20010422012749.27024.qmail@plover.com>
7140      Branch: perl
7141            ! regcomp.c
7142 ____________________________________________________________________________
7143 [  9777] By: jhi                                   on 2001/04/22  15:10:51
7144         Log: Subject: Re: Regex debugger patch 
7145              From: Mark-Jason Dominus <mjd@plover.com>
7146              Date: Sat, 21 Apr 2001 21:48:51 -0400
7147              Message-ID: <20010422014851.27165.qmail@plover.com>
7148      Branch: perl
7149            ! pod/perldebguts.pod
7150 ____________________________________________________________________________
7151 [  9776] By: jhi                                   on 2001/04/22  15:09:48
7152         Log: Subject: Re: Regex debugger patch
7153              From: Mark-Jason Dominus <mjd@plover.com>
7154              Date: Sat, 21 Apr 2001 14:24:39 -0400
7155              Message-ID: <20010421182439.16508.qmail@plover.com>
7156              
7157              Regex debugger backend.
7158      Branch: perl
7159            ! regcomp.c regexp.h
7160 ____________________________________________________________________________
7161 [  9775] By: jhi                                   on 2001/04/21  16:45:40
7162         Log: Subject: [PATCH] Typo in utf8.h
7163              From: Jesús Quiroga <jquiroga@pobox.com>
7164              Date: Sat, 21 Apr 2001 19:25:33 +0200
7165              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
7166      Branch: perl
7167            ! utf8.h
7168 ____________________________________________________________________________
7169 [  9774] By: jhi                                   on 2001/04/21  16:43:52
7170         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
7171              From: Joe Orton <jorton@redhat.com>
7172              Date: Tue, 17 Apr 2001 15:50:43 +0100
7173              Message-Id: <20010417155043.D19132@eu.c2.net>
7174      Branch: perl
7175            ! hints/svr5.sh
7176 ____________________________________________________________________________
7177 [  9773] By: jhi                                   on 2001/04/21  15:30:15
7178         Log: Subject: Patch utils/h2xs.PL
7179              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7180              Date: Sat, 21 Apr 2001 10:32:16 -0500
7181              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
7182              
7183              Add MAILING list and LICENSE templates.
7184      Branch: perl
7185            ! utils/h2xs.PL
7186 ____________________________________________________________________________
7187 [  9772] By: jhi                                   on 2001/04/21  15:28:36
7188         Log: Subject: perlfaq2.patch for 5.7.1
7189              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7190              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
7191              Date: Fri, 20 Apr 2001 16:42:19 -0500
7192              
7193              rm an extra tab, a blurb about the xx.cpan to clarify
7194              which countries actually have that and dejanews is history
7195              as well as most of that nonsensical entry.
7196      Branch: perl
7197            ! pod/perlfaq2.pod
7198 ____________________________________________________________________________
7199 [  9771] By: jhi                                   on 2001/04/21  15:27:17
7200         Log: Subject: perlfaq1.patch for 5.7.1
7201              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7202              Date: Fri, 20 Apr 2001 16:57:36 -0500
7203              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
7204              
7205              Evil URLs must die. Especially when they are broken.
7206      Branch: perl
7207            ! pod/perlfaq1.pod
7208 ____________________________________________________________________________
7209 [  9770] By: jhi                                   on 2001/04/21  15:23:38
7210         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
7211              From: Michael G Schwern <schwern@pobox.com>
7212              Date: Sat, 21 Apr 2001 16:11:12 +0100
7213              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
7214      Branch: perl
7215            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
7216            + t/lib/b-stash.t
7217            ! MANIFEST ext/B/B.pm t/lib/b.t
7218 ____________________________________________________________________________
7219 [  9769] By: jhi                                   on 2001/04/21  15:03:32
7220         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
7221              From: Michael G Schwern <schwern@pobox.com>
7222              Date: Sat, 21 Apr 2001 09:48:00 +0100
7223              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
7224      Branch: perl
7225            ! utils/h2ph.PL
7226 ____________________________________________________________________________
7227 [  9768] By: jhi                                   on 2001/04/21  14:33:49
7228         Log: PerlIO and Encode doc cleanup and tweaks.
7229      Branch: perl
7230            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
7231            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
7232 ____________________________________________________________________________
7233 [  9767] By: jhi                                   on 2001/04/21  12:40:16
7234         Log: Integrate perlio.
7235      Branch: perl
7236           !> doio.c
7237 ____________________________________________________________________________
7238 [  9766] By: nick                                  on 2001/04/20  18:28:35
7239         Log: Avoid core dump on
7240              open(STDOUT,">",\$foo);
7241      Branch: perlio
7242            ! doio.c
7243 ____________________________________________________________________________
7244 [  9765] By: jhi                                   on 2001/04/20  13:23:43
7245         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
7246              From: Robin Houston <robin@kitsite.com>
7247              Date: Fri, 20 Apr 2001 14:29:22 +0100
7248              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
7249      Branch: perl
7250            ! ext/B/B.pm ext/B/B/Deparse.pm
7251 ____________________________________________________________________________
7252 [  9764] By: jhi                                   on 2001/04/20  13:19:33
7253         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
7254              From: Peter Prymmer <pvhp@forte.com>
7255              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
7256              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
7257      Branch: perl
7258            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
7259            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
7260            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
7261            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
7262 ____________________________________________________________________________
7263 [  9763] By: jhi                                   on 2001/04/20  12:36:39
7264         Log: Subject: Re: A new PerlIO coredump
7265              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7266              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
7267              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
7268      Branch: perl
7269            ! doio.c
7270 ____________________________________________________________________________
7271 [  9762] By: jhi                                   on 2001/04/19  23:02:30
7272         Log: Update Changes.
7273      Branch: perl
7274            ! Changes patchlevel.h
7275 ____________________________________________________________________________
7276 [  9761] By: jhi                                   on 2001/04/19  22:59:19
7277         Log: More cleanup cleanup.
7278      Branch: perl
7279            ! Makefile.SH win32/Makefile win32/makefile.mk
7280 ____________________________________________________________________________
7281 [  9760] By: jhi                                   on 2001/04/19  22:50:31
7282         Log: lib/Time is non-empty, let's not rmdir it.
7283      Branch: perl
7284            ! Makefile.SH
7285 ____________________________________________________________________________
7286 [  9759] By: jhi                                   on 2001/04/19  22:36:51
7287         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
7288              From: Robin Houston <robin@kitsite.com>
7289              Date: Fri, 20 Apr 2001 00:18:53 +0100
7290              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
7291      Branch: perl
7292            ! ext/B/B/Deparse.pm
7293 ____________________________________________________________________________
7294 [  9758] By: jhi                                   on 2001/04/19  22:36:00
7295         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
7296              From: Peter Prymmer <pvhp@forte.com>
7297              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
7298              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
7299      Branch: perl
7300            ! ext/Cwd/Cwd.xs
7301 ____________________________________________________________________________
7302 [  9757] By: nick                                  on 2001/04/19  18:53:54
7303         Log: Blind (untested) integrate of mainline.
7304      Branch: perlio
7305           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
7306           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
7307           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
7308           !> (integrate 53 files)
7309 ____________________________________________________________________________
7310 [  9756] By: jhi                                   on 2001/04/19  16:59:23
7311         Log: Document and test Time::Piece.
7312      Branch: perl
7313            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
7314            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
7315 ____________________________________________________________________________
7316 [  9755] By: jhi                                   on 2001/04/19  12:13:29
7317         Log: A better fix for the \x{12345678} trouble from NI-S.
7318      Branch: perl
7319            ! utf8.c
7320 ____________________________________________________________________________
7321 [  9754] By: jhi                                   on 2001/04/19  11:56:07
7322         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
7323              From: Robin Houston <robin@kitsite.com>
7324              Date: Wed, 18 Apr 2001 17:58:33 +0100
7325              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
7326      Branch: perl
7327            ! ext/B/B/Deparse.pm op.c
7328 ____________________________________________________________________________
7329 [  9753] By: jhi                                   on 2001/04/19  04:21:52
7330         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
7331              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
7332              Date: Thu, 19 Apr 2001 01:11:41 -0400
7333              Message-ID: <20010419011141.A5798@cpan.org>
7334      Branch: perl
7335            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
7336 ____________________________________________________________________________
7337 [  9752] By: jhi                                   on 2001/04/19  02:41:10
7338         Log: The new time utils need to be thread-aware, too.
7339      Branch: perl
7340            ! util.c
7341 ____________________________________________________________________________
7342 [  9751] By: jhi                                   on 2001/04/19  02:26:47
7343         Log: Compilation nit noticed by AIX compiler.
7344      Branch: perl
7345            ! perlio.c
7346 ____________________________________________________________________________
7347 [  9750] By: jhi                                   on 2001/04/19  02:20:06
7348         Log: The new time utils need to be public.
7349      Branch: perl
7350            ! embed.pl
7351 ____________________________________________________________________________
7352 [  9749] By: jhi                                   on 2001/04/19  01:42:39
7353         Log: Regen toc.
7354      Branch: perl
7355            ! pod/perltoc.pod
7356 ____________________________________________________________________________
7357 [  9748] By: jhi                                   on 2001/04/19  01:41:10
7358         Log: Add Time::Piece, a slight rewrite of Time::Object,
7359              from Matt Sergeant.
7360      Branch: perl
7361            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
7362            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
7363            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
7364            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
7365            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
7366            ! win32/makefile.mk
7367 ____________________________________________________________________________
7368 [  9747] By: jhi                                   on 2001/04/19  00:55:35
7369         Log: The new metaconfig unit from strftime.
7370      Branch: metaconfig/U/perl
7371            + d_strftime.U
7372 ____________________________________________________________________________
7373 [  9746] By: jhi                                   on 2001/04/19  00:54:54
7374         Log: Move the strftime() wrapper from POSIX.xs to util.c
7375              as my_strftime(), requires HAS_STRFTIME.
7376      Branch: perl
7377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7378            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
7379            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
7380            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7381            ! vos/config.ga.h win32/config.bc win32/config.gc
7382            ! win32/config.vc
7383 ____________________________________________________________________________
7384 [  9745] By: jhi                                   on 2001/04/18  23:11:03
7385         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
7386              in preparation of Time::Piece.
7387      Branch: perl
7388            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
7389 ____________________________________________________________________________
7390 [  9744] By: jhi                                   on 2001/04/18  22:33:12
7391         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
7392              From: Peter Prymmer <pvhp@forte.com>
7393              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
7394              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
7395      Branch: perl
7396            ! t/lib/exporter.t
7397 ____________________________________________________________________________
7398 [  9743] By: jhi                                   on 2001/04/18  22:32:23
7399         Log: Subject: Fwd: pod2html leaves cache files lying around?
7400              From: Rajesh Vaidheeswarran <rv@gnu.org>
7401              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
7402              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
7403      Branch: perl
7404            ! lib/Pod/Html.pm
7405 ____________________________________________________________________________
7406 [  9742] By: jhi                                   on 2001/04/18  20:31:49
7407         Log: Update Changes.
7408      Branch: perl
7409            ! Changes patchlevel.h
7410 ____________________________________________________________________________
7411 [  9741] By: jhi                                   on 2001/04/18  20:23:02
7412         Log: Declare hints only if needed.
7413      Branch: perl
7414            ! ext/B/B/Deparse.pm
7415 ____________________________________________________________________________
7416 [  9740] By: jhi                                   on 2001/04/18  19:06:05
7417         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
7418              bug noticed by Robin Houston; basically the code of detecting
7419              value wraparound was acting differently under different compilers
7420              and platforms.  The workaround is to remove the overflow check
7421              for now, a real fix would be to do the overflow (portably) right.
7422      Branch: perl
7423            ! t/op/pat.t utf8.c
7424 ____________________________________________________________________________
7425 [  9739] By: jhi                                   on 2001/04/18  19:01:23
7426         Log: Subject: [PATCH B::Deparse] some pragma support
7427              From: Robin Houston <robin@kitsite.com>
7428              Date: Wed, 18 Apr 2001 19:32:12 +0100
7429              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
7430      Branch: perl
7431            ! ext/B/B/Deparse.pm
7432 ____________________________________________________________________________
7433 [  9738] By: jhi                                   on 2001/04/18  15:16:37
7434         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
7435              From: Benjamin Sugars <bsugars@canoe.ca>
7436              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
7437              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
7438      Branch: perl
7439            ! t/op/glob.t
7440 ____________________________________________________________________________
7441 [  9737] By: jhi                                   on 2001/04/18  13:24:50
7442         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
7443              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7444              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
7445              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
7446      Branch: perl
7447            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7448            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
7449 ____________________________________________________________________________
7450 [  9736] By: jhi                                   on 2001/04/18  04:15:14
7451         Log: The #9735 also changes the subtest 12.
7452      Branch: perl
7453            ! t/lib/b.t
7454 ____________________________________________________________________________
7455 [  9735] By: jhi                                   on 2001/04/18  03:55:17
7456         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
7457              From: David Dyck <dcd@tc.fluke.com>
7458              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
7459              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
7460      Branch: perl
7461            ! ext/B/B/Deparse.pm
7462 ____________________________________________________________________________
7463 [  9734] By: jhi                                   on 2001/04/18  03:54:11
7464         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
7465              From: Gisle Aas <gisle@ActiveState.com>
7466              Date: 17 Apr 2001 19:06:45 -0700
7467              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
7468      Branch: perl
7469            ! pp_hot.c t/op/misc.t
7470 ____________________________________________________________________________
7471 [  9733] By: jhi                                   on 2001/04/17  22:25:22
7472         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
7473              From: "Abigail" <abigail@foad.org>
7474              Date: Wed, 18 Apr 2001 01:17:46 +0200
7475              Message-ID: <20010417231746.21657.qmail@foad.org>
7476      Branch: perl
7477            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
7478 ____________________________________________________________________________
7479 [  9732] By: jhi                                   on 2001/04/17  20:47:56
7480         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
7481              From: Robin Houston <robin@kitsite.com>
7482              Date: Tue, 17 Apr 2001 22:37:42 +0100
7483              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
7484      Branch: perl
7485            ! ext/B/B/Deparse.pm
7486 ____________________________________________________________________________
7487 [  9731] By: nick                                  on 2001/04/17  20:46:35
7488         Log: Re-sync for t/lib/b.t fix
7489      Branch: perlio
7490           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
7491 ____________________________________________________________________________
7492 [  9730] By: jhi                                   on 2001/04/17  20:45:29
7493         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
7494              From: Robin Houston <robin@kitsite.com>
7495              Date: Tue, 17 Apr 2001 22:29:36 +0100
7496              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
7497      Branch: perl
7498            ! ext/B/B.xs ext/B/B/Deparse.pm
7499 ____________________________________________________________________________
7500 [  9729] By: jhi                                   on 2001/04/17  20:43:11
7501         Log: Subject: Deparse - parenthesise args to undeclared subs
7502              From: Robin Houston <robin@kitsite.com>
7503              Date: Tue, 17 Apr 2001 21:31:05 +0100
7504              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
7505      Branch: perl
7506            ! ext/B/B/Deparse.pm
7507 ____________________________________________________________________________
7508 [  9728] By: jhi                                   on 2001/04/17  18:57:30
7509         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
7510              From: Benjamin Sugars <ben.sugars@home.com>
7511              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
7512              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
7513      Branch: perl
7514            ! t/lib/cwd.t
7515 ____________________________________________________________________________
7516 [  9727] By: jhi                                   on 2001/04/17  18:20:20
7517         Log: Subject: [PATCH B::Deparse] ambient pragmas
7518              From: Robin Houston <robin@kitsite.com>
7519              Date: Tue, 17 Apr 2001 20:01:59 +0100
7520              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
7521      Branch: perl
7522            ! ext/B/B/Deparse.pm t/lib/b.t
7523 ____________________________________________________________________________
7524 [  9726] By: nick                                  on 2001/04/17  16:33:51
7525         Log: Integrate mainline (t/lib/b.t fails test 2...)
7526      Branch: perlio
7527           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
7528           +> ext/List/Util/README ext/List/Util/Util.xs
7529           +> ext/List/Util/lib/List/Util.pm
7530           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
7531           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
7532           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
7533           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
7534           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
7535           !> (integrate 31 files)
7536 ____________________________________________________________________________
7537 [  9725] By: jhi                                   on 2001/04/17  12:14:24
7538         Log: Subject: multiple B::* changes
7539              From: Robin Houston <robin@kitsite.com>
7540              Date: Thu, 12 Apr 2001 20:12:27 +0100
7541              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
7542      Branch: perl
7543            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
7544 ____________________________________________________________________________
7545 [  9724] By: jhi                                   on 2001/04/17  11:59:05
7546         Log: Thread-awareness from Doug MacEachern.
7547      Branch: perl
7548            ! ext/List/Util/Util.xs
7549 ____________________________________________________________________________
7550 [  9723] By: jhi                                   on 2001/04/17  11:57:41
7551         Log: Make the test more portable.
7552      Branch: perl
7553            ! t/lib/cwd.t
7554 ____________________________________________________________________________
7555 [  9722] By: jhi                                   on 2001/04/17  11:53:50
7556         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
7557              From: Benjamin Sugars <ben.sugars@home.com>
7558              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
7559              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
7560      Branch: perl
7561            ! t/lib/cwd.t
7562 ____________________________________________________________________________
7563 [  9721] By: jhi                                   on 2001/04/17  11:52:17
7564         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
7565              From: Benjamin Sugars <bsugars@canoe.ca>
7566              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
7567              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
7568      Branch: perl
7569            ! op.c
7570 ____________________________________________________________________________
7571 [  9720] By: jhi                                   on 2001/04/17  11:35:42
7572         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
7573              From: Chris Nandor <pudge@pobox.com>
7574              Date: Tue, 17 Apr 2001 00:30:49 -0400
7575              Message-Id: <p05100207b701768712de@[10.0.1.177]>
7576      Branch: perl
7577            ! ext/File/Glob/bsd_glob.c gv.c
7578 ____________________________________________________________________________
7579 [  9719] By: jhi                                   on 2001/04/17  11:32:13
7580         Log: Subject: [PATCH] Tweten->West
7581              From: Casey West <casey@geeknest.com>
7582              Date: Mon, 16 Apr 2001 12:11:22 -0400
7583              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
7584      Branch: perl
7585            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
7586            ! pod/perltie.pod
7587 ____________________________________________________________________________
7588 [  9718] By: jhi                                   on 2001/04/16  03:22:52
7589         Log: Update Changes.
7590      Branch: perl
7591            ! Changes patchlevel.h
7592 ____________________________________________________________________________
7593 [  9717] By: jhi                                   on 2001/04/16  03:06:28
7594         Log: Regen toc.
7595      Branch: perl
7596            ! pod/perltoc.pod
7597 ____________________________________________________________________________
7598 [  9716] By: jhi                                   on 2001/04/16  02:58:42
7599         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
7600              From: Prymmer/Kahn <pvhp@best.com>
7601              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
7602              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
7603      Branch: perl
7604            ! utf8.c
7605 ____________________________________________________________________________
7606 [  9715] By: jhi                                   on 2001/04/15  23:40:35
7607         Log: Subject: Re: Net::Ping patch, adds stream protocol
7608              From: bronson@rinspin.com (Scott Bronson)
7609              Date: Tue, 10 Apr 2001 23:58:33 -0700
7610              Message-ID: <20010410235833.N29719@rinspin.com>
7611      Branch: perl
7612            ! lib/Net/Ping.pm
7613 ____________________________________________________________________________
7614 [  9714] By: jhi                                   on 2001/04/15  23:31:46
7615         Log: Printing out the ok messages helps successful testing.
7616      Branch: perl
7617            ! t/lib/time-hires.t
7618 ____________________________________________________________________________
7619 [  9713] By: jhi                                   on 2001/04/15  21:43:24
7620         Log: Update Douglas Wegscheid's email.
7621      Branch: perl
7622            ! AUTHORS
7623 ____________________________________________________________________________
7624 [  9712] By: jhi                                   on 2001/04/15  21:40:41
7625         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
7626              From: Michael G Schwern <schwern@pobox.com>
7627              Date: Sat, 14 Apr 2001 22:40:50 +0100
7628              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
7629      Branch: perl
7630            + t/lib/exporter.t
7631            ! MANIFEST lib/Exporter/Heavy.pm
7632 ____________________________________________________________________________
7633 [  9711] By: jhi                                   on 2001/04/15  21:39:21
7634         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
7635              From: Michael G Schwern <schwern@pobox.com>
7636              Date: Sat, 14 Apr 2001 22:13:59 +0100
7637              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
7638      Branch: perl
7639            ! t/op/loopctl.t
7640 ____________________________________________________________________________
7641 [  9710] By: jhi                                   on 2001/04/15  21:30:19
7642         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
7643              From: Michael G Schwern <schwern@pobox.com>
7644              Date: Sat, 14 Apr 2001 22:05:32 +0100
7645              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
7646      Branch: perl
7647            ! t/pragma/warnings.t
7648 ____________________________________________________________________________
7649 [  9709] By: jhi                                   on 2001/04/15  19:34:09
7650         Log: Integrate changes #9706,9707 from maintperl into mainline.
7651              
7652              change#7210 broke .packlist generation
7653              
7654              ExtUtils::Installed doesn't quote regex metacharacters in paths
7655              before using them in match; also make it work for dosish platforms
7656      Branch: perl
7657           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7658 ____________________________________________________________________________
7659 [  9708] By: jhi                                   on 2001/04/15  19:31:01
7660         Log: Test also the scalar aspect of getitimer().
7661      Branch: perl
7662            ! t/lib/time-hires.t
7663 ____________________________________________________________________________
7664 [  9707] By: gsar                                  on 2001/04/15  17:24:20
7665         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
7666              before using them in match; also make it work for dosish platforms
7667      Branch: maint-5.6/perl
7668            ! lib/ExtUtils/Installed.pm
7669 ____________________________________________________________________________
7670 [  9706] By: gsar                                  on 2001/04/15  17:21:59
7671         Log: change#7210 broke .packlist generation (listed only filename
7672              rather than fully qualified path name)
7673      Branch: maint-5.6/perl
7674            ! lib/ExtUtils/Install.pm
7675 ____________________________________________________________________________
7676 [  9705] By: jhi                                   on 2001/04/15  12:36:33
7677         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
7678      Branch: perl
7679            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
7680            ! t/lib/time-hires.t
7681 ____________________________________________________________________________
7682 [  9704] By: jhi                                   on 2001/04/15  10:49:08
7683         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
7684              From: Prymmer/Kahn <pvhp@best.com>
7685              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
7686              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
7687      Branch: perl
7688            ! lib/utf8.pm pod/perlebcdic.pod
7689 ____________________________________________________________________________
7690 [  9703] By: jhi                                   on 2001/04/15  02:26:26
7691         Log: I keep forgetting to sort MANIFEST.
7692      Branch: perl
7693            ! MANIFEST
7694 ____________________________________________________________________________
7695 [  9702] By: jhi                                   on 2001/04/15  02:07:47
7696         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
7697              Now we have blessed, reftype, tainted, first, reduce, ...
7698      Branch: perl
7699            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
7700            + ext/List/Util/README ext/List/Util/Util.xs
7701            + ext/List/Util/lib/List/Util.pm
7702            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
7703            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
7704            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
7705            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
7706            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
7707            ! MANIFEST
7708 ____________________________________________________________________________
7709 [  9701] By: jhi                                   on 2001/04/14  15:05:25
7710         Log: Subject: RE: dprofpp.pl updates 
7711              From: Carl Eklof <CEklof@endeca.com>
7712              Date: Thu, 12 Apr 2001 18:45:46 -0400
7713              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
7714      Branch: perl
7715            ! utils/dprofpp.PL
7716 ____________________________________________________________________________
7717 [  9700] By: jhi                                   on 2001/04/14  14:44:55
7718         Log: Do not just blindly add CR.
7719      Branch: perl
7720            ! Porting/makerel
7721 ____________________________________________________________________________
7722 [  9699] By: jhi                                   on 2001/04/13  13:17:01
7723         Log: Update Changes.
7724      Branch: perl
7725            ! Changes patchlevel.h
7726 ____________________________________________________________________________
7727 [  9698] By: jhi                                   on 2001/04/13  12:44:48
7728         Log: Integrate perlio.
7729      Branch: perl
7730           !> ext/PerlIO/Scalar/Scalar.xs
7731 ____________________________________________________________________________
7732 [  9697] By: jhi                                   on 2001/04/13  12:29:15
7733         Log: Add more debug output to the test.
7734      Branch: perl
7735            ! t/lib/cwd.t
7736 ____________________________________________________________________________
7737 [  9696] By: nick                                  on 2001/04/13  10:14:29
7738         Log: Fix core dump on binmode($fh,'Scalar')
7739      Branch: perlio
7740            ! ext/PerlIO/Scalar/Scalar.xs
7741 ____________________________________________________________________________
7742 [  9695] By: nick                                  on 2001/04/13  09:05:42
7743         Log: Integrate mainline
7744      Branch: perlio
7745           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7746           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
7747           +> t/lib/time-hires.t
7748           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
7749           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
7750           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
7751           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
7752           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
7753           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
7754           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
7755 ____________________________________________________________________________
7756 [  9694] By: jhi                                   on 2001/04/12  22:23:35
7757         Log: Integrate change #9693 from maintperl into mainline.
7758              
7759              $VERSION and Version() on the same line provokes a warning from
7760              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
7761      Branch: perl
7762           !> lib/Devel/SelfStubber.pm
7763 ____________________________________________________________________________
7764 [  9693] By: gsar                                  on 2001/04/12  21:55:56
7765         Log: $VERSION and Version() on the same line provokes a warning from
7766              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
7767      Branch: maint-5.6/perl
7768            ! lib/Devel/SelfStubber.pm
7769 ____________________________________________________________________________
7770 [  9692] By: jhi                                   on 2001/04/12  13:54:00
7771         Log: This is at least 5.005.
7772      Branch: perl
7773            ! ext/Time/HiRes/HiRes.xs
7774 ____________________________________________________________________________
7775 [  9691] By: jhi                                   on 2001/04/12  13:37:20
7776         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
7777      Branch: perl
7778            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
7779            ! win32/Makefile win32/makefile.mk
7780 ____________________________________________________________________________
7781 [  9690] By: jhi                                   on 2001/04/12  01:34:46
7782         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
7783      Branch: perl
7784            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7785            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
7786            + t/lib/time-hires.t
7787            ! MANIFEST
7788 ____________________________________________________________________________
7789 [  9689] By: jhi                                   on 2001/04/12  00:28:39
7790         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
7791              From: Gisle Aas <gisle@ActiveState.com>
7792              Date: 11 Apr 2001 16:36:11 -0700
7793              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
7794      Branch: perl
7795            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
7796 ____________________________________________________________________________
7797 [  9688] By: jhi                                   on 2001/04/12  00:27:39
7798         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
7799              From: Gisle Aas <gisle@ActiveState.com>
7800              Date: 11 Apr 2001 11:13:24 -0700
7801              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
7802      Branch: perl
7803            ! ext/MIME/Base64/Base64.xs
7804 ____________________________________________________________________________
7805 [  9687] By: jhi                                   on 2001/04/11  19:51:47
7806         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
7807      Branch: perl
7808            ! Todo-5.6
7809 ____________________________________________________________________________
7810 [  9686] By: jhi                                   on 2001/04/11  16:54:25
7811         Log: Subject: [PATCH opcode.pl] Documentation of table format
7812              From: Simon Cozens <simon@netthink.co.uk>
7813              Date: Wed, 11 Apr 2001 12:59:31 +0100
7814              Message-ID: <20010411125931.A25681@netthink.co.uk>
7815      Branch: perl
7816            ! opcode.pl
7817 ____________________________________________________________________________
7818 [  9685] By: jhi                                   on 2001/04/11  16:53:15
7819         Log: Subject: [PATCH] prototype("CORE::recv")
7820              From: Simon Cozens <simon@netthink.co.uk>
7821              Date: Wed, 11 Apr 2001 13:24:35 +0100
7822              Message-ID: <20010411132435.A26169@netthink.co.uk>
7823      Branch: perl
7824            ! pp.c t/comp/proto.t
7825 ____________________________________________________________________________
7826 [  9684] By: jhi                                   on 2001/04/11  16:47:13
7827         Log: FAQ (and AUTHORS) update from Dan Carson: the information
7828              was several years obsolete, Term::Readkey has been updated
7829              to have the functionality.
7830      Branch: perl
7831            ! AUTHORS pod/perlfaq5.pod
7832 ____________________________________________________________________________
7833 [  9683] By: jhi                                   on 2001/04/11  12:15:46
7834         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
7835              From: Calle Dybedahl <calle@lysator.liu.se>
7836              Date: 10 Apr 2001 16:44:16 +0200
7837              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
7838      Branch: perl
7839            ! ext/MIME/Base64/Base64.xs
7840 ____________________________________________________________________________
7841 [  9682] By: jhi                                   on 2001/04/11  12:12:26
7842         Log: A more minimal fix for 20010410.006 from Hugo.
7843      Branch: perl
7844            ! regexec.c
7845 ____________________________________________________________________________
7846 [  9681] By: jhi                                   on 2001/04/11  11:34:23
7847         Log: Integrate changes #9678,9679 from maintline into mainperl.
7848              
7849              addendum to change#9676
7850              
7851              up $File::Glob::VERSION; add a note pointing out the version of
7852              the OpenBSD glob bsd_glob.c resembles
7853      Branch: perl
7854           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7855           !> ext/File/Glob/bsd_glob.h
7856 ____________________________________________________________________________
7857 [  9680] By: jhi                                   on 2001/04/11  11:30:38
7858         Log: Bad test numbering in integrate in #9677.
7859              Fixes ID 20010411.001.
7860      Branch: perl
7861            ! t/op/pat.t
7862 ____________________________________________________________________________
7863 [  9679] By: gsar                                  on 2001/04/11  03:38:40
7864         Log: up $File::Glob::VERSION; add a note pointing out the version of
7865              the OpenBSD glob bsd_glob.c resembles
7866      Branch: maint-5.6/perl
7867            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7868            ! ext/File/Glob/bsd_glob.h
7869 ____________________________________________________________________________
7870 [  9678] By: gsar                                  on 2001/04/11  03:09:48
7871         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
7872              revision 1.8.10.1 found here:
7873              
7874              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
7875      Branch: maint-5.6/perl
7876            ! ext/File/Glob/bsd_glob.c
7877 ____________________________________________________________________________
7878 [  9677] By: jhi                                   on 2001/04/11  02:54:39
7879         Log: Integrate changes #9675,9676 from maintperl into mainline.
7880              
7881              fix for bug 20010410.006, undo change#7115
7882              
7883              port the OpenBSD glob() security patch
7884      Branch: perl
7885           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
7886           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
7887           !> t/op/pat.t
7888 ____________________________________________________________________________
7889 [  9676] By: gsar                                  on 2001/04/11  02:19:02
7890         Log: port the glob() security patch found at:
7891              
7892              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
7893              
7894              CERT advisory for the issue is here:
7895              
7896              http://www.cert.org/advisories/CA-2001-07.html
7897              
7898              Note that the security scare is only relevant for those who are
7899              foolish enough to build suidperl (which is now officially discouraged)
7900      Branch: maint-5.6/perl
7901            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
7902            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
7903 ____________________________________________________________________________
7904 [  9675] By: gsar                                  on 2001/04/10  23:52:11
7905         Log: fix for bug 20010410.006
7906              
7907              undo change#7115 (came into maint-5.6 as change#8156)
7908              
7909              add tests to keep it from coming back
7910      Branch: maint-5.6/perl
7911            ! regexec.c t/op/pat.t
7912 ____________________________________________________________________________
7913 [  9674] By: nick                                  on 2001/04/10  20:39:31
7914         Log: Integrate mainline
7915      Branch: perlio
7916           +> Porting/testall.atom
7917           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
7918           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
7919           !> t/lib/lc-uk.t t/pod/find.t
7920 ____________________________________________________________________________
7921 [  9673] By: nick                                  on 2001/04/10  18:46:14
7922         Log: Integrate against change 9670 aka perl-5.7.1
7923      Branch: perlio
7924           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
7925           !> (integrate 53 files)
7926 ____________________________________________________________________________
7927 [  9672] By: jhi                                   on 2001/04/10  13:45:01
7928         Log: Add a script for doing cumulative profile of the test suite.
7929              (Requires ATOM, that is, Tru64.)
7930      Branch: perl
7931            + Porting/testall.atom
7932            ! MANIFEST
7933 ____________________________________________________________________________
7934 [  9671] By: jhi                                   on 2001/04/10  12:38:53
7935         Log: Missing std block.
7936      Branch: perl
7937            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
7938            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
7939            ! t/pod/find.t
7940 ____________________________________________________________________________
7941 [  9670] By: jhi                                   on 2001/04/10  01:25:58
7942         Log: This is 5.7.1.
7943      Branch: perl
7944            ! patchlevel.h
7945 ____________________________________________________________________________
7946 [  9669] By: jhi                                   on 2001/04/10  01:09:14
7947         Log: Update Changes.
7948      Branch: perl
7949            ! Changes patchlevel.h
7950 ____________________________________________________________________________
7951 [  9668] By: jhi                                   on 2001/04/10  01:00:38
7952         Log: Regen toc.
7953      Branch: perl
7954            ! pod/perltoc.pod
7955 ____________________________________________________________________________
7956 [  9667] By: jhi                                   on 2001/04/10  00:52:16
7957         Log: Update perlhist.
7958      Branch: perl
7959            ! pod/perlhist.pod
7960 ____________________________________________________________________________
7961 [  9666] By: jhi                                   on 2001/04/09  23:38:59
7962         Log: Slight wording tweaks from Damian to #9658.
7963      Branch: perl
7964            ! pod/perlobj.pod
7965 ____________________________________________________________________________
7966 [  9665] By: jhi                                   on 2001/04/09  19:56:06
7967         Log: Subject: [PATCH perlutil.pod] Nit
7968              From: Simon Cozens <simon@netthink.co.uk>
7969              Date: Mon, 9 Apr 2001 20:29:44 +0100
7970              Message-ID: <20010409202944.A14796@the.earth.li>
7971      Branch: perl
7972            ! pod/perlutil.pod
7973 ____________________________________________________________________________
7974 [  9664] By: jhi                                   on 2001/04/09  19:54:42
7975         Log: Subject: Re: perl571delta.pod@9631
7976              From: Mike Guy <mjtg@cam.ac.uk>
7977              Date: Mon, 09 Apr 2001 18:09:14 +0100
7978              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
7979      Branch: perl
7980            ! pod/perl571delta.pod
7981 ____________________________________________________________________________
7982 [  9663] By: jhi                                   on 2001/04/09  13:43:35
7983         Log: Update Changes.
7984      Branch: perl
7985            ! Changes patchlevel.h
7986 ____________________________________________________________________________
7987 [  9662] By: jhi                                   on 2001/04/09  13:24:46
7988         Log: tweak tweak.
7989      Branch: perl
7990            ! AUTHORS pod/perl571delta.pod
7991 ____________________________________________________________________________
7992 [  9661] By: jhi                                   on 2001/04/09  13:15:13
7993         Log: Thinko in manual patch applying.
7994      Branch: perl
7995            ! sv.c
7996 ____________________________________________________________________________
7997 [  9660] By: jhi                                   on 2001/04/09  13:07:53
7998         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
7999              From: Robin Barker <rmb1@cise.npl.co.uk> 
8000              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
8001              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
8002              
8003              (This corrects the case where the "isn't numeric" string contains \0s
8004              and is longer than the temporary buffer, and contains \0 at the point
8005              the string would be truncated by "...".) 
8006      Branch: perl
8007            ! sv.c
8008 ____________________________________________________________________________
8009 [  9659] By: jhi                                   on 2001/04/09  12:57:41
8010         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
8011      Branch: perl
8012            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
8013            ! t/lib/cgi-function.t t/lib/cgi-html.t
8014 ____________________________________________________________________________
8015 [  9658] By: jhi                                   on 2001/04/09  12:48:47
8016         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
8017              From: Ilmari Karonen <iltzu@sci.fi>
8018              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
8019              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
8020              
8021              Rearrange and rewrite the Method Invocation section
8022              to explain the concepts in nicer order.
8023      Branch: perl
8024            ! pod/perlobj.pod
8025 ____________________________________________________________________________
8026 [  9657] By: jhi                                   on 2001/04/09  12:35:58
8027         Log: Upgrade to podlators 1.09, from Russ Allbery.
8028      Branch: perl
8029            ! lib/Pod/Man.pm lib/Pod/Text.pm
8030 ____________________________________________________________________________
8031 [  9656] By: jhi                                   on 2001/04/09  12:31:53
8032         Log: perl571delta.
8033      Branch: perl
8034            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
8035 ____________________________________________________________________________
8036 [  9655] By: jhi                                   on 2001/04/09  12:20:09
8037         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
8038              From: Prymmer/Kahn <pvhp@best.com>
8039              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
8040              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
8041      Branch: perl
8042            ! lib/utf8.pm pod/perlunicode.pod
8043 ____________________________________________________________________________
8044 [  9654] By: gsar                                  on 2001/04/09  03:38:33
8045         Log: here lies 5.6.1
8046      Branch: maint-5.6/perl
8047            ! Changes
8048 ____________________________________________________________________________
8049 [  9653] By: jhi                                   on 2001/04/09  03:25:24
8050         Log: Update perlhist.
8051      Branch: perl
8052            ! pod/perlhist.pod
8053 ____________________________________________________________________________
8054 [  9652] By: jhi                                   on 2001/04/09  03:18:49
8055         Log: perl571delta tweaking continues.
8056      Branch: perl
8057            ! pod/perl571delta.pod
8058 ____________________________________________________________________________
8059 [  9651] By: gsar                                  on 2001/04/09  03:11:19
8060         Log: update Changes, patchlevel.h &c.
8061      Branch: maint-5.6/perl
8062            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
8063            ! pod/perltoc.pod
8064 ____________________________________________________________________________
8065 [  9650] By: jhi                                   on 2001/04/09  02:40:24
8066         Log: Integrate the perlfork half of #9513 from maintperl into mainline
8067              (the perlunicode half is obsolete)
8068      Branch: perl
8069            ! pod/perlfork.pod
8070 ____________________________________________________________________________
8071 [  9649] By: gsar                                  on 2001/04/09  02:35:43
8072         Log: tweak perldelta as suggested by Jarkko
8073      Branch: maint-5.6/perl
8074            ! pod/perldelta.pod
8075 ____________________________________________________________________________
8076 [  9648] By: jhi                                   on 2001/04/09  02:13:04
8077         Log: Integrate change #9646 from maintperl into mainline.
8078              
8079              add note about ithreads and Thread.pm
8080      Branch: perl
8081           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
8082 ____________________________________________________________________________
8083 [  9647] By: jhi                                   on 2001/04/09  02:10:18
8084         Log: Bad assumption that shortsize == 2.
8085      Branch: perl
8086            ! t/lib/xs-typemap.t
8087 ____________________________________________________________________________
8088 [  9646] By: gsar                                  on 2001/04/09  00:48:04
8089         Log: add note about ithreads and Thread.pm (too many people are
8090              confused by the fact that Thread.pm is built and installed
8091              under non-5005threads but doesn't work)
8092      Branch: maint-5.6/perl
8093            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
8094 ____________________________________________________________________________
8095 [  9645] By: gsar                                  on 2001/04/09  00:19:03
8096         Log: update perldelta.pod for changes in 5.6.1
8097      Branch: maint-5.6/perl
8098            ! Changes pod/perldelta.pod
8099 ____________________________________________________________________________
8100 [  9644] By: jhi                                   on 2001/04/08  20:37:00
8101         Log: Integrate change #9639 from maintperl into mainline:
8102              on windows, many of the README.* pods were being copied to
8103              the wrong location
8104      Branch: perl
8105           !> win32/Makefile win32/makefile.mk
8106 ____________________________________________________________________________
8107 [  9643] By: jhi                                   on 2001/04/08  20:07:11
8108         Log: Integrate change #9624 from maintperl into mainline:
8109              the pod tests were not okay.  (t/pod/find.t changes ignored)
8110      Branch: perl
8111           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
8112           !> t/pod/include.t t/pod/included.t t/pod/lref.t
8113           !> t/pod/multiline_items.t t/pod/nested_items.t
8114           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
8115           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
8116 ____________________________________________________________________________
8117 [  9642] By: jhi                                   on 2001/04/08  19:57:17
8118         Log: Integrate change #9638 from maintperl into mainline:
8119              update to latest JPL from the anoncvs repository
8120      Branch: perl
8121           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
8122           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8123           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8124 ____________________________________________________________________________
8125 [  9641] By: jhi                                   on 2001/04/08  19:53:30
8126         Log: perl571delta updates.
8127      Branch: perl
8128            ! lib/Filter/Simple.pm pod/perl571delta.pod
8129 ____________________________________________________________________________
8130 [  9640] By: gsar                                  on 2001/04/08  19:20:46
8131         Log: integrate change#9634 from mainline
8132              
8133              Fix the perlmodlib generation (didn't understand separate .pod
8134              files; didn't understand -- as the name-thing separator).
8135              Update the CPAN mirrors list.
8136      Branch: maint-5.6/perl
8137            ! pod/perlmodlib.pod
8138           !> pod/perlmodlib.PL
8139 ____________________________________________________________________________
8140 [  9639] By: gsar                                  on 2001/04/08  18:57:31
8141         Log: on windows, many of the README.* pods were being copied to the wrong
8142              location
8143      Branch: maint-5.6/perl
8144            ! win32/Makefile win32/makefile.mk
8145 ____________________________________________________________________________
8146 [  9638] By: gsar                                  on 2001/04/08  18:38:25
8147         Log: update to latest JPL from the anoncvs repository
8148      Branch: maint-5.6/perl
8149            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
8150            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8151            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8152 ____________________________________________________________________________
8153 [  9637] By: jhi                                   on 2001/04/08  17:53:53
8154         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
8155      Branch: perl
8156            ! pod/perl571delta.pod
8157 ____________________________________________________________________________
8158 [  9636] By: jhi                                   on 2001/04/08  17:18:32
8159         Log: Regen toc.
8160      Branch: perl
8161            ! pod/perltoc.pod
8162 ____________________________________________________________________________
8163 [  9635] By: jhi                                   on 2001/04/08  17:16:33
8164         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
8165              From: "Craig A. Berry" <craigberry@mac.com>
8166              Date: Sun, 08 Apr 2001 12:30:16 -0500
8167              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
8168      Branch: perl
8169            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
8170 ____________________________________________________________________________
8171 [  9634] By: jhi                                   on 2001/04/08  17:09:19
8172         Log: Fix the perlmodlib generation (didn't understand separate .pod
8173              files; didn't understand -- as the name-thing separator).
8174              
8175              Update the CPAN mirrors list.
8176      Branch: perl
8177            ! pod/perlmodlib.PL pod/perlmodlib.pod
8178 ____________________________________________________________________________
8179 [  9633] By: jhi                                   on 2001/04/08  16:49:17
8180         Log: Sort MANIFEST.
8181      Branch: perl
8182            ! MANIFEST
8183 ____________________________________________________________________________
8184 [  9632] By: gsar                                  on 2001/04/08  16:36:06
8185         Log: add $Tie::RefHash::VERSION
8186      Branch: maint-5.6/perl
8187            ! lib/Tie/RefHash.pm
8188 ____________________________________________________________________________
8189 [  9631] By: jhi                                   on 2001/04/08  16:10:15
8190         Log: perl571delta updates based on p5p feedback; still needs
8191              lots of examples.
8192      Branch: perl
8193            ! pod/perl571delta.pod
8194 ____________________________________________________________________________
8195 [  9630] By: jhi                                   on 2001/04/08  15:59:13
8196         Log: Update the list of supported platforms to talk about 5.7.1
8197              (and 5.6.1)
8198      Branch: perl
8199            ! pod/perlport.pod
8200 ____________________________________________________________________________
8201 [  9629] By: jhi                                   on 2001/04/08  15:55:41
8202         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
8203              from maintperl into mainline: perlport updates.
8204      Branch: perl
8205            ! pod/perlport.pod
8206 ____________________________________________________________________________
8207 [  9628] By: jhi                                   on 2001/04/08  15:53:17
8208         Log: perlsolaris.pod copied to wrong directory.
8209      Branch: perl
8210            ! win32/makefile.mk
8211 ____________________________________________________________________________
8212 [  9627] By: jhi                                   on 2001/04/08  14:48:18
8213         Log: Subject: Typos in perl571delta.pod
8214              From: "Stephen P. Potter" <spp@spotter.yi.org>
8215              Date: Sat, 07 Apr 2001 20:37:05 -0400
8216              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
8217      Branch: perl
8218            ! pod/perl571delta.pod
8219 ____________________________________________________________________________
8220 [  9626] By: jhi                                   on 2001/04/08  14:39:04
8221         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
8222      Branch: perl
8223            ! gv.c
8224 ____________________________________________________________________________
8225 [  9625] By: nick                                  on 2001/04/08  10:14:23
8226         Log: Integrate mainline
8227      Branch: perlio
8228           +> pod/perl570delta.pod pod/perl571delta.pod
8229           !> (integrate 27 files)
8230 ____________________________________________________________________________
8231 [  9624] By: gsar                                  on 2001/04/08  06:08:17
8232         Log: test in t/pod/* were busted
8233              
8234              these tests are still not enabled in t/{harness,TEST}
8235      Branch: maint-5.6/perl
8236            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
8237            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
8238            ! t/pod/multiline_items.t t/pod/nested_items.t
8239            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
8240            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
8241 ____________________________________________________________________________
8242 [  9623] By: gsar                                  on 2001/04/08  03:37:01
8243         Log: integrate change#9470 from mainline
8244              
8245              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
8246      Branch: maint-5.6/perl
8247           !> ext/Socket/Socket.xs
8248 ____________________________________________________________________________
8249 [  9622] By: jhi                                   on 2001/04/07  22:40:47
8250         Log: Update Changes.
8251      Branch: perl
8252            ! Changes patchlevel.h
8253 ____________________________________________________________________________
8254 [  9621] By: jhi                                   on 2001/04/07  22:34:16
8255         Log: Update AUTHORS.
8256      Branch: perl
8257            ! AUTHORS
8258 ____________________________________________________________________________
8259 [  9620] By: jhi                                   on 2001/04/07  22:12:47
8260         Log: Forgot to bump the number of tests in #9164.
8261      Branch: perl
8262            ! t/op/array.t
8263 ____________________________________________________________________________
8264 [  9619] By: jhi                                   on 2001/04/07  22:09:50
8265         Log: Bump patchlevel to 5.7.1.
8266      Branch: perl
8267            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8268            ! config_h.SH patchlevel.h
8269 ____________________________________________________________________________
8270 [  9618] By: jhi                                   on 2001/04/07  22:02:41
8271         Log: Populate perl571delta.
8272      Branch: perl
8273            ! pod/perl571delta.pod
8274 ____________________________________________________________________________
8275 [  9617] By: jhi                                   on 2001/04/07  22:01:23
8276         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
8277              to forget it later; do not change patchlevel.h yet or regenerate
8278              Configure yet.
8279      Branch: perl
8280            ! epoc/config.sh win32/Makefile win32/config_H.bc
8281            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8282 ____________________________________________________________________________
8283 [  9616] By: jhi                                   on 2001/04/07  17:46:33
8284         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
8285      Branch: perl
8286            ! pod/perl571delta.pod
8287 ____________________________________________________________________________
8288 [  9615] By: jhi                                   on 2001/04/07  17:33:21
8289         Log: Change the toc configuration.
8290      Branch: perl
8291            ! pod/buildtoc.PL pod/perl.pod
8292 ____________________________________________________________________________
8293 [  9614] By: jhi                                   on 2001/04/07  17:29:47
8294         Log: Subject: PATCH: $[
8295              From: Robin Houston <robin@kitsite.com>
8296              Date: Fri, 6 Apr 2001 18:10:14 +0100
8297              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
8298      Branch: perl
8299            ! op.c t/op/array.t
8300 ____________________________________________________________________________
8301 [  9613] By: jhi                                   on 2001/04/07  17:28:26
8302         Log: Subject: [PATCH perl@9424] isn't numeric warning
8303              From: Robin Barker <rmb1@cise.npl.co.uk>
8304              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
8305              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
8306      Branch: perl
8307            ! sv.c t/pragma/warn/sv
8308 ____________________________________________________________________________
8309 [  9612] By: jhi                                   on 2001/04/07  17:26:45
8310         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
8311              From: Mike Guy <mjtg@cam.ac.uk>
8312              Date: Fri, 06 Apr 2001 12:47:06 +0100
8313              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
8314      Branch: perl
8315            ! dump.c t/lib/peek.t
8316 ____________________________________________________________________________
8317 [  9611] By: jhi                                   on 2001/04/07  17:21:35
8318         Log: Create perl571delta and seed it off with the perldelta changes
8319              since 5.7.0; remove those changes from perldelta and rename it
8320              as perl570delta; recreate perldelta but leave it almost empty.
8321      Branch: perl
8322            + pod/perl570delta.pod pod/perl571delta.pod
8323            ! MANIFEST pod/perldelta.pod
8324 ____________________________________________________________________________
8325 [  9610] By: jhi                                   on 2001/04/07  16:56:32
8326         Log: Denit.
8327      Branch: perl
8328            ! pod/perldelta.pod
8329 ____________________________________________________________________________
8330 [  9609] By: jhi                                   on 2001/04/07  16:38:32
8331         Log: Retract #9523: needs more thought.
8332      Branch: perl
8333            ! Makefile.SH
8334 ____________________________________________________________________________
8335 [  9608] By: jhi                                   on 2001/04/07  14:59:20
8336         Log: atmark() code cleanaup.
8337      Branch: perl
8338            ! ext/IO/IO.xs
8339 ____________________________________________________________________________
8340 [  9607] By: jhi                                   on 2001/04/07  14:48:14
8341         Log: Integrate change #9605 from maintperl into mainline.
8342              
8343              can't optimize away scope entry if tr/// is present
8344      Branch: perl
8345           !> op.c t/op/tr.t
8346 ____________________________________________________________________________
8347 [  9606] By: jhi                                   on 2001/04/07  14:43:59
8348         Log: Integrate perlio.
8349      Branch: perl
8350           +> win32/FindExt.pm
8351           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
8352           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
8353 ____________________________________________________________________________
8354 [  9605] By: gsar                                  on 2001/04/07  11:52:40
8355         Log: can't optimize away scope entry if tr/// is present
8356      Branch: maint-5.6/perl
8357            ! op.c t/op/tr.t
8358 ____________________________________________________________________________
8359 [  9604] By: nick                                  on 2001/04/07  11:39:45
8360         Log: Split out extension finding code from buildext.pl into FindExt.pm
8361              Use it to get Config.pm's idea of available extensions in line
8362              with what is built.
8363      Branch: perlio
8364            + win32/FindExt.pm
8365            ! MANIFEST win32/buildext.pl win32/config_sh.PL
8366            ! win32/makefile.mk
8367 ____________________________________________________________________________
8368 [  9603] By: nick                                  on 2001/04/07  09:11:38
8369         Log: Cleanup correction for failed :Via() layer, also set an error code.
8370      Branch: perlio
8371            ! ext/PerlIO/Via/Via.xs
8372 ____________________________________________________________________________
8373 [  9602] By: nick                                  on 2001/04/07  08:38:04
8374         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
8375              style. So don't use binmode() on the handles so that Win32 etc. see
8376              same sequence and produce same digests.
8377      Branch: perlio
8378            ! t/lib/md5-file.t
8379 ____________________________________________________________________________
8380 [  9601] By: nick                                  on 2001/04/07  08:36:26
8381         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
8382              Else it complains and so crlf layer (say) does not get pushed.
8383      Branch: perlio
8384            ! perlio.c
8385 ____________________________________________________________________________
8386 [  9600] By: jhi                                   on 2001/04/06  23:00:09
8387         Log: Integrate change #9599 from perlio into mainline.
8388      Branch: perl
8389           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
8390           !> win32/config_H.vc
8391 ____________________________________________________________________________
8392 [  9599] By: nick                                  on 2001/04/06  21:42:43
8393         Log: Quote $VERSION in Encode.pm.
8394              regen_config_h as requested.
8395      Branch: perlio
8396            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
8397            ! win32/config_H.vc
8398 ____________________________________________________________________________
8399 [  9598] By: nick                                  on 2001/04/06  20:34:59
8400         Log: Integrate mainline
8401      Branch: perlio
8402           +> README.macos
8403           !> (integrate 39 files)
8404 ____________________________________________________________________________
8405 [  9597] By: gsar                                  on 2001/04/06  18:06:35
8406         Log: integrate change#9464 from mainline (addendum to change#8313)
8407              
8408              Subject: [PATCH @9452] Better peep()ing for foreach() loops
8409      Branch: maint-5.6/perl
8410           !> op.c
8411 ____________________________________________________________________________
8412 [  9596] By: jhi                                   on 2001/04/06  17:26:03
8413         Log: The d_casti32=undef is good for you even when not use64bitall.
8414      Branch: perl
8415            ! hints/hpux.sh
8416 ____________________________________________________________________________
8417 [  9595] By: gsar                                  on 2001/04/06  14:57:17
8418         Log: add a low-impact fix to accomodate darwin-ism
8419      Branch: maint-5.6/perl
8420            ! ext/Errno/Errno_pm.PL
8421 ____________________________________________________________________________
8422 [  9594] By: jhi                                   on 2001/04/06  14:55:14
8423         Log: Integrate changes #9528,9593 from mainline into maintperl;
8424              tweaking the editor/IDE/shell list.
8425      Branch: maint-5.6/perl
8426           !> pod/perlfaq3.pod
8427 ____________________________________________________________________________
8428 [  9593] By: jhi                                   on 2001/04/06  14:51:39
8429         Log: Make the editor/IDE/shell list a little bit airier.
8430      Branch: perl
8431            ! pod/perlfaq3.pod
8432 ____________________________________________________________________________
8433 [  9592] By: gsar                                  on 2001/04/06  14:45:18
8434         Log: integrate change#9477 from mainline (base.pm doc tweak)
8435              
8436              missing doc entry for fmod()
8437      Branch: maint-5.6/perl
8438            ! lib/Math/BigFloat.pm
8439           !> lib/base.pm
8440 ____________________________________________________________________________
8441 [  9591] By: jhi                                   on 2001/04/06  13:55:48
8442         Log: Regen toc.
8443      Branch: perl
8444            ! pod/perltoc.pod
8445 ____________________________________________________________________________
8446 [  9590] By: jhi                                   on 2001/04/06  13:54:52
8447         Log: Math::BigFloat patches from John Peacock.  The equivalent
8448              of #9586 from maintperl but reworked by John to work with
8449              the bleadperl.
8450      Branch: perl
8451            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
8452 ____________________________________________________________________________
8453 [  9589] By: jhi                                   on 2001/04/06  13:42:23
8454         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
8455      Branch: perl
8456            ! ext/Digest/MD5/Makefile.PL
8457 ____________________________________________________________________________
8458 [  9588] By: jhi                                   on 2001/04/06  13:31:45
8459         Log: Integrate changes #9584,9587 from maintperl into mainline.
8460              
8461              keep eval"" CVs alive until the end of the statement in which
8462              they're called
8463              
8464              add README.macos (from Chris Nandor)
8465              
8466              tyop in change#9555
8467      Branch: perl
8468           +> README.macos
8469           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
8470           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
8471           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
8472           !> win32/makefile.mk
8473 ____________________________________________________________________________
8474 [  9587] By: gsar                                  on 2001/04/06  07:31:30
8475         Log: add README.macos (from Chris Nandor)
8476              
8477              tyop in change#9555
8478      Branch: maint-5.6/perl
8479            + README.macos
8480            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
8481            ! win32/Makefile win32/makefile.mk
8482 ____________________________________________________________________________
8483 [  9586] By: gsar                                  on 2001/04/06  07:08:54
8484         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
8485      Branch: maint-5.6/perl
8486            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
8487 ____________________________________________________________________________
8488 [  9585] By: gsar                                  on 2001/04/06  06:58:44
8489         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
8490              from mainline
8491              
8492              Subject: [PATCH] Base64 update to perlfaq9.pod
8493              
8494              Subject: [PATCH AUTHORS] Housekeeping
8495              
8496              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
8497              Mac OS X (Darwin) has extra pwent fields.
8498              
8499              Subject: [PATCH B::*] print control-character vars readably
8500              Needs EBCDICification.
8501              
8502              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
8503              
8504              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
8505              
8506              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
8507              
8508              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
8509              
8510              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
8511              
8512              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
8513              
8514              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
8515              
8516              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
8517              
8518              FreeBSD hints tweak from Anton Berezin.
8519              
8520              Subject: [PATCH foolperl & bleadperl] README.vms update
8521              
8522              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
8523      Branch: maint-5.6/perl
8524           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
8525           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
8526           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
8527 ____________________________________________________________________________
8528 [  9584] By: gsar                                  on 2001/04/06  04:09:00
8529         Log: keep eval"" CVs alive until the end of the statement in which
8530              they're called; this avoids a coredump ensuing from search for
8531              lexicals in code such as:
8532              
8533              sub bug {
8534              my $s = @_;
8535              eval q[sub { eval 'sub { &$s }' }];
8536              }
8537              bug("x")->()->();
8538              
8539              this code still doesn't work as intended (as it has remained
8540              since time immemorial), but it doesn't provoke a coredump anymore
8541      Branch: maint-5.6/perl
8542            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8543            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
8544 ____________________________________________________________________________
8545 [  9583] By: jhi                                   on 2001/04/05  23:52:51
8546         Log: Update Changes.
8547      Branch: perl
8548            ! Changes patchlevel.h
8549 ____________________________________________________________________________
8550 [  9582] By: jhi                                   on 2001/04/05  23:11:23
8551         Log: Slight doc tweak.
8552      Branch: perl
8553            ! pod/perlunicode.pod
8554 ____________________________________________________________________________
8555 [  9581] By: jhi                                   on 2001/04/05  23:04:11
8556         Log: Integrate perlio.
8557      Branch: perl
8558           !> pod/perlunicode.pod
8559 ____________________________________________________________________________
8560 [  9580] By: jhi                                   on 2001/04/05  23:03:29
8561         Log: Test for #9579.
8562      Branch: perl
8563            ! t/op/do.t
8564 ____________________________________________________________________________
8565 [  9579] By: jhi                                   on 2001/04/05  22:54:17
8566         Log: Subject: [PATCH] Propagate calling context for do '...'
8567              From: Gisle Aas <gisle@ActiveState.com>
8568              Date: 04 Apr 2001 20:17:29 -0700
8569              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
8570      Branch: perl
8571            ! pod/perlfunc.pod pp_ctl.c
8572 ____________________________________________________________________________
8573 [  9578] By: jhi                                   on 2001/04/05  22:52:51
8574         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
8575              From: Peter Prymmer <pvhp@forte.com>
8576              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
8577              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
8578      Branch: perl
8579            ! README.vms
8580 ____________________________________________________________________________
8581 [  9577] By: jhi                                   on 2001/04/05  22:48:22
8582         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
8583              From: "Craig A. Berry" <craigberry@mac.com>
8584              Date: Thu, 5 Apr 2001 13:43:28 -0500
8585              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
8586      Branch: perl
8587            ! README.vms
8588 ____________________________________________________________________________
8589 [  9576] By: jhi                                   on 2001/04/05  22:31:38
8590         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
8591              From: Michael G Schwern <schwern@pobox.com>
8592              Date: Thu, 5 Apr 2001 21:53:21 +0100
8593              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
8594      Branch: perl
8595            ! lib/base.pm t/lib/fields.t
8596 ____________________________________________________________________________
8597 [  9575] By: jhi                                   on 2001/04/05  22:26:10
8598         Log: FreeBSD hints tweak from Anton Berezin.
8599      Branch: perl
8600            ! hints/freebsd.sh
8601 ____________________________________________________________________________
8602 [  9574] By: jhi                                   on 2001/04/05  22:24:03
8603         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
8604              From: David Dyck <dcd@tc.fluke.com>
8605              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
8606              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
8607      Branch: perl
8608            ! t/op/oct.t
8609 ____________________________________________________________________________
8610 [  9573] By: jhi                                   on 2001/04/05  22:23:06
8611         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
8612              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
8613              From: David Dyck <dcd@tc.fluke.com>
8614              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
8615      Branch: perl
8616            ! pp.c
8617 ____________________________________________________________________________
8618 [  9572] By: jhi                                   on 2001/04/05  22:14:47
8619         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
8620              From: Robin Houston <robin@kitsite.com>
8621              Date: Thu, 5 Apr 2001 20:56:48 +0100
8622              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
8623      Branch: perl
8624            ! ext/B/B/Deparse.pm
8625 ____________________________________________________________________________
8626 [  9571] By: jhi                                   on 2001/04/05  22:12:53
8627         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
8628              From: Robin Houston <robin@kitsite.com>
8629              Date: Thu, 5 Apr 2001 19:55:51 +0100
8630              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
8631      Branch: perl
8632            ! ext/B/B/Deparse.pm
8633 ____________________________________________________________________________
8634 [  9570] By: jhi                                   on 2001/04/05  22:11:06
8635         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
8636              From: Robin Houston <robin@kitsite.com>
8637              Date: Thu, 5 Apr 2001 20:16:29 +0100
8638              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
8639      Branch: perl
8640            ! ext/B/B/Deparse.pm
8641 ____________________________________________________________________________
8642 [  9569] By: nick                                  on 2001/04/05  21:32:26
8643         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
8644      Branch: perlio
8645            ! pod/perlunicode.pod
8646 ____________________________________________________________________________
8647 [  9568] By: nick                                  on 2001/04/05  19:38:09
8648         Log: Integrate mainline
8649      Branch: perlio
8650           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
8651           !> (integrate 35 files)
8652 ____________________________________________________________________________
8653 [  9567] By: jhi                                   on 2001/04/05  18:31:45
8654         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
8655              From: Robin Houston <robin@kitsite.com>
8656              Date: Thu, 5 Apr 2001 18:03:23 +0100
8657              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
8658      Branch: perl
8659            ! ext/B/B/Deparse.pm
8660 ____________________________________________________________________________
8661 [  9566] By: jhi                                   on 2001/04/05  18:29:35
8662         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
8663              From: Robin Houston <robin@kitsite.com>
8664              Date: Thu, 5 Apr 2001 16:45:18 +0100
8665              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
8666      Branch: perl
8667            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
8668 ____________________________________________________________________________
8669 [  9565] By: jhi                                   on 2001/04/05  18:24:23
8670         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
8671              From: Robin Houston <robin@kitsite.com>
8672              Date: Thu, 5 Apr 2001 14:50:09 +0100
8673              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
8674      Branch: perl
8675            ! ext/B/B/Deparse.pm
8676 ____________________________________________________________________________
8677 [  9564] By: jhi                                   on 2001/04/05  18:23:03
8678         Log: Subject: [PATCH B::*] print control-character vars readably
8679              From: Robin Houston <robin@kitsite.com>
8680              Date: Thu, 5 Apr 2001 14:27:38 +0100
8681              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
8682              
8683              Needs EBCDICification.
8684      Branch: perl
8685            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
8686            ! ext/B/B/Terse.pm
8687 ____________________________________________________________________________
8688 [  9563] By: jhi                                   on 2001/04/05  18:20:32
8689         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
8690              Date: Thu, 5 Apr 2001 13:21:42 -0400
8691              From: Paul Schinder <schinder@pobox.com>
8692              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
8693              
8694              Mac OS X (Darwin) has extra pwent fields.
8695      Branch: perl
8696            ! t/op/pwent.t
8697 ____________________________________________________________________________
8698 [  9562] By: jhi                                   on 2001/04/05  17:57:51
8699         Log: Regen toc.
8700      Branch: perl
8701            ! pod/perltoc.pod
8702 ____________________________________________________________________________
8703 [  9561] By: jhi                                   on 2001/04/05  17:47:33
8704         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
8705      Branch: metaconfig
8706            ! U/Glossary.patch
8707      Branch: metaconfig/U/perl
8708            + d_u32align.U
8709            ! d_cmsghdr_s.U d_msghdr_s.U
8710 ____________________________________________________________________________
8711 [  9560] By: jhi                                   on 2001/04/05  17:47:01
8712         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
8713              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
8714              Introduce probes for struct msghdr, struct cmsghdr,
8715              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
8716              ualarm, usleep, for possible later extension work.
8717      Branch: perl
8718            + t/lib/md5-align.t
8719            ! Configure MANIFEST Porting/Glossary Porting/config.sh
8720            ! Porting/config_H config_h.SH configure.com epoc/config.sh
8721            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
8722            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8723            ! vos/config.ga.h win32/config.bc win32/config.gc
8724            ! win32/config.vc
8725 ____________________________________________________________________________
8726 [  9559] By: jhi                                   on 2001/04/05  13:03:04
8727         Log: Be traditional in your cpp (for the Errno extension).
8728      Branch: perl
8729            ! hints/darwin.sh
8730 ____________________________________________________________________________
8731 [  9558] By: jhi                                   on 2001/04/05  13:00:05
8732         Log: Add $Config{cppflags} to the gcc incantation.
8733      Branch: perl
8734            ! ext/Errno/Errno_pm.PL
8735 ____________________________________________________________________________
8736 [  9557] By: jhi                                   on 2001/04/05  04:22:39
8737         Log: Introduce Sean Burke's Class::ISA 0.32.
8738      Branch: perl
8739            + lib/Class/ISA.pm t/lib/class-isa.t
8740            ! MANIFEST
8741 ____________________________________________________________________________
8742 [  9556] By: jhi                                   on 2001/04/05  04:09:50
8743         Log: Subject: [PATCH AUTHORS] Housekeeping
8744              From: Paul Johnson <paul@pjcj.net> 
8745              Date: Wed, 4 Apr 2001 22:45:47 +0200
8746              Message-ID: <20010404224547.D9548@pjcj.net>
8747      Branch: perl
8748            ! AUTHORS
8749 ____________________________________________________________________________
8750 [  9555] By: jhi                                   on 2001/04/05  04:06:33
8751         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
8752              From: Gisle Aas <gisle@ActiveState.com>
8753              Date: 04 Apr 2001 14:23:04 -0700
8754              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
8755      Branch: perl
8756            ! pod/perlfaq9.pod
8757 ____________________________________________________________________________
8758 [  9554] By: jhi                                   on 2001/04/05  04:05:49
8759         Log: Downgrade also the "Wide character" diagnostic.
8760      Branch: perl
8761            ! pod/perldiag.pod
8762 ____________________________________________________________________________
8763 [  9553] By: jhi                                   on 2001/04/05  04:00:33
8764         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
8765              maintperl into mainline.
8766              
8767              "double" should be "NV"; standard typemap is missing entry
8768              for NV
8769              
8770              s/djSP/dSP/
8771              
8772              Downgrade "Wide character in print" to a warning.
8773              
8774              B::Deparse fix for ${^FOO} and documentation for PVX() method
8775              (from Robin Houston)
8776              
8777              tr/// doesn't null-terminate the result in some situations
8778              (from Gisle Aas)
8779      Branch: perl
8780           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
8781           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
8782           !> t/io/utf8.t t/op/tr.t
8783 ____________________________________________________________________________
8784 [  9552] By: jhi                                   on 2001/04/05  03:52:50
8785         Log: Retract changes #9542 and #9538 (from maintperl, integrated
8786              at #9540), shouldn't be needed because of the perlio changes.
8787      Branch: perl
8788            ! util.c
8789 ____________________________________________________________________________
8790 [  9551] By: gsar                                  on 2001/04/05  00:18:34
8791         Log: tr/// doesn't null-terminate the result in some situations
8792              (from Gisle Aas)
8793      Branch: maint-5.6/perl
8794            ! doop.c t/op/tr.t
8795 ____________________________________________________________________________
8796 [  9550] By: gsar                                  on 2001/04/04  20:04:17
8797         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
8798              (from Robin Houston)
8799      Branch: maint-5.6/perl
8800            ! ext/B/B.pm ext/B/B/Deparse.pm
8801 ____________________________________________________________________________
8802 [  9549] By: nick                                  on 2001/04/04  18:56:15
8803         Log: Downgrade "Wide character in print" to a warning.
8804      Branch: perlio
8805            ! doio.c t/io/utf8.t
8806 ____________________________________________________________________________
8807 [  9548] By: gsar                                  on 2001/04/04  18:51:49
8808         Log: integrate changes#9460,9462,9482,9521,9522
8809              
8810              Subject: PATCH: B::Debug should show LOOP-specific fields
8811              
8812              Subject: B::Deparse precedence bug. (Patch included.)
8813              
8814              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
8815              
8816              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
8817              
8818              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
8819      Branch: maint-5.6/perl
8820           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
8821           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
8822 ____________________________________________________________________________
8823 [  9547] By: gsar                                  on 2001/04/04  18:49:16
8824         Log: s/djSP/dSP/
8825      Branch: maint-5.6/perl
8826            ! ext/Thread/Thread.xs
8827 ____________________________________________________________________________
8828 [  9546] By: nick                                  on 2001/04/04  18:44:00
8829         Log: Integrate mainline.
8830      Branch: perlio
8831           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
8832           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
8833 ____________________________________________________________________________
8834 [  9545] By: gsar                                  on 2001/04/04  18:38:52
8835         Log: integrate change#8837 from mainline
8836              
8837              Subject: [patch] -Wall cleanup round 2
8838      Branch: maint-5.6/perl
8839           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8840           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
8841           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
8842           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8843           !> ext/SDBM_File/SDBM_File.xs
8844 ____________________________________________________________________________
8845 [  9544] By: gsar                                  on 2001/04/04  17:49:57
8846         Log: "double" should be "NV"; standard typemap is missing entry
8847              for NV
8848      Branch: maint-5.6/perl
8849            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
8850 ____________________________________________________________________________
8851 [  9543] By: jhi                                   on 2001/04/04  14:13:18
8852         Log: Thou shalt not (just) match for English error messages.
8853      Branch: perl
8854            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
8855            ! os2/OS2/Process/Process.pm
8856 ____________________________________________________________________________
8857 [  9542] By: jhi                                   on 2001/04/04  13:20:39
8858         Log: Make the stdio tricks of fflush_all() to exist only if
8859              stdio is being used.
8860      Branch: perl
8861            ! util.c
8862 ____________________________________________________________________________
8863 [  9541] By: jhi                                   on 2001/04/04  04:20:24
8864         Log: Subject: Re: [PATCH] Lighten up glob
8865              From: Benjamin Sugars <bsugars@canoe.ca>
8866              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
8867              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
8868      Branch: perl
8869            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
8870            ! util.c
8871 ____________________________________________________________________________
8872 [  9540] By: jhi                                   on 2001/04/04  04:03:57
8873         Log: Integrate changes #9538,9539 from maintperl into mainline.
8874              
8875              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
8876              for use with _fwalk() (fix for change#7705)
8877              
8878              another tweak needed for SunOS 4.1.x build (from Mike Guy)
8879              (cp -f is not portable)
8880      Branch: perl
8881           !> Makefile.SH util.c
8882 ____________________________________________________________________________
8883 [  9539] By: gsar                                  on 2001/04/04  03:01:14
8884         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
8885      Branch: maint-5.6/perl
8886            ! Makefile.SH
8887 ____________________________________________________________________________
8888 [  9538] By: gsar                                  on 2001/04/04  01:00:38
8889         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
8890              for use with _fwalk() (fix for change#7705)
8891      Branch: maint-5.6/perl
8892            ! util.c
8893 ____________________________________________________________________________
8894 [  9537] By: nick                                  on 2001/04/03  19:24:55
8895         Log: Integrate mainline
8896      Branch: perlio
8897           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
8898           +> lib/unicode/PropList.html
8899            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
8900           !> (integrate 69 files)
8901 ____________________________________________________________________________
8902 [  9536] By: jhi                                   on 2001/04/03  18:02:31
8903         Log: Integrate change #9533 from maintperl into mainline.
8904              
8905              better fix for change#9517 to accomodate UNC paths like
8906              \\server\share\foo, and paths with trailing backslash
8907              like c:\this\
8908      Branch: perl
8909           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
8910 ____________________________________________________________________________
8911 [  9535] By: jhi                                   on 2001/04/03  17:58:07
8912         Log: Change the push/unshift warning to be of class syntax, not misc.
8913      Branch: perl
8914            ! op.c pod/perldiag.pod t/pragma/warn/op
8915 ____________________________________________________________________________
8916 [  9534] By: jhi                                   on 2001/04/03  15:03:46
8917         Log: Change the push/unshift warning (#9532) to talk about "no values"
8918              instead of "no arguments".
8919      Branch: perl
8920            ! op.c pod/perldiag.pod t/pragma/warn/op
8921 ____________________________________________________________________________
8922 [  9533] By: gsar                                  on 2001/04/03  14:30:07
8923         Log: better fix for change#9517 to accomodate UNC paths like
8924              \\server\share\foo, and paths with trailing backslash
8925              like c:\this\
8926      Branch: maint-5.6/perl
8927            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
8928 ____________________________________________________________________________
8929 [  9532] By: jhi                                   on 2001/04/03  13:11:46
8930         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
8931              From: Robin Houston <robin@kitsite.com>
8932              Date: Mon, 2 Apr 2001 15:03:29 +0100
8933              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
8934      Branch: perl
8935            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
8936 ____________________________________________________________________________
8937 [  9531] By: jhi                                   on 2001/04/03  13:06:34
8938         Log: Integrate change #9530 from maintperl into mainline.
8939              
8940              accomodate VMS "mailbox overflow" quirk in testsuite (from
8941              Craig Berry)
8942      Branch: perl
8943           !> t/lib/socket.t
8944 ____________________________________________________________________________
8945 [  9530] By: gsar                                  on 2001/04/03  04:56:41
8946         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
8947              Craig Berry)
8948      Branch: maint-5.6/perl
8949            ! t/lib/socket.t
8950 ____________________________________________________________________________
8951 [  9529] By: jhi                                   on 2001/04/03  02:34:34
8952         Log: Update Changes.
8953      Branch: perl
8954            ! Changes patchlevel.h
8955 ____________________________________________________________________________
8956 [  9528] By: jhi                                   on 2001/04/03  01:27:57
8957         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
8958              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
8959              To: perl5-porters@perl.org
8960              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
8961      Branch: perl
8962            ! pod/perlfaq3.pod
8963 ____________________________________________________________________________
8964 [  9527] By: jhi                                   on 2001/04/03  01:22:09
8965         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
8966              From: Peter Prymmer <pvhp@forte.com>
8967              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
8968              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
8969      Branch: perl
8970            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
8971 ____________________________________________________________________________
8972 [  9526] By: jhi                                   on 2001/04/03  01:18:25
8973         Log: The metaconfig unit changes for #9525.
8974      Branch: metaconfig
8975            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
8976      Branch: metaconfig/U/perl
8977            ! use64bits.U
8978 ____________________________________________________________________________
8979 [  9525] By: jhi                                   on 2001/04/03  01:17:30
8980         Log: Configure sanity checks:
8981              * if use64bitall is attempted but pointers are only 32-bit,
8982              'downgrade' to use64bitint
8983              * if use64bitint is attempted but there's no quad type,
8984              forget about use64bitint (well, the default for it is 'n',
8985              the user can still override this)
8986              * if pointers are 64 bits, do not try to use Perl's malloc
8987      Branch: perl
8988            ! Configure
8989 ____________________________________________________________________________
8990 [  9524] By: gsar                                  on 2001/04/03  01:09:12
8991         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
8992      Branch: maint-5.6/perl
8993            ! pp_sys.c
8994 ____________________________________________________________________________
8995 [  9523] By: jhi                                   on 2001/04/03  00:02:31
8996         Log: (Retracted by #9609)
8997              
8998              Make it harder for parallel makes to enter 'test' before
8999              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
9000              should be unhappy enough, but sometimes parallel makes seem
9001              to sneak past both in Tru64 and AIX.)
9002      Branch: perl
9003            ! Makefile.SH
9004 ____________________________________________________________________________
9005 [  9522] By: jhi                                   on 2001/04/02  22:35:31
9006         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
9007              Date: Mon, 2 Apr 2001 22:54:10 +0100
9008              From: Robin Houston <robin@kitsite.com>
9009              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
9010      Branch: perl
9011            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
9012 ____________________________________________________________________________
9013 [  9521] By: jhi                                   on 2001/04/02  22:32:23
9014         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
9015              From: Robin Houston <robin@kitsite.com>
9016              Date: Mon, 2 Apr 2001 20:24:03 +0100
9017              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
9018      Branch: perl
9019            ! ext/B/B/Concise.pm
9020 ____________________________________________________________________________
9021 [  9520] By: jhi                                   on 2001/04/02  22:30:43
9022         Log: Subject: [PATCH] REALLY pedantic hv.h nit
9023              From: Simon Cozens <simon@netthink.co.uk>
9024              Date: Mon, 2 Apr 2001 15:43:06 +0100
9025              Message-ID: <20010402154306.A21711@netthink.co.uk>
9026      Branch: perl
9027            ! hv.h
9028 ____________________________________________________________________________
9029 [  9519] By: jhi                                   on 2001/04/02  22:28:04
9030         Log: Based on
9031              
9032              Subject: [foolperl] EPOC fix
9033              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9034              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
9035              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
9036      Branch: perl
9037            ! pp_sys.c
9038 ____________________________________________________________________________
9039 [  9518] By: jhi                                   on 2001/04/02  22:22:34
9040         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
9041              
9042              README.win32 tweaks; add a note about alternative location for
9043              getting a gcc-2.95.2 that will build perl properly on windows
9044              
9045              add some notes about gutsy threading matters
9046              
9047              many of the utilities interpolate literal paths within doublequotes
9048              (fails on dosish platforms where path contains backslashes)
9049      Branch: perl
9050           !> README.win32 pod/perlguts.pod utils/perldoc.PL
9051           !> x2p/find2perl.PL x2p/s2p.PL
9052 ____________________________________________________________________________
9053 [  9517] By: gsar                                  on 2001/04/02  19:52:21
9054         Log: many of the utilities interpolate literal paths within doublequotes
9055              (fails on dosish platforms where path contains backslashes)
9056      Branch: maint-5.6/perl
9057            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
9058 ____________________________________________________________________________
9059 [  9516] By: gsar                                  on 2001/04/02  05:49:37
9060         Log: a foolish release
9061      Branch: maint-5.6/perl
9062            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
9063            ! pod/perltoc.pod
9064 ____________________________________________________________________________
9065 [  9515] By: gsar                                  on 2001/04/02  05:04:29
9066         Log: add missing changelog summaries
9067      Branch: maint-5.6/perl
9068            ! Changes
9069 ____________________________________________________________________________
9070 [  9514] By: gsar                                  on 2001/04/02  04:07:13
9071         Log: add some notes about gutsy threading matters
9072      Branch: maint-5.6/perl
9073            ! pod/perlguts.pod
9074 ____________________________________________________________________________
9075 [  9513] By: gsar                                  on 2001/04/02  03:25:21
9076         Log: add more prominent caveat notices about experimental features
9077      Branch: maint-5.6/perl
9078            ! pod/perlfork.pod pod/perlunicode.pod
9079 ____________________________________________________________________________
9080 [  9512] By: gsar                                  on 2001/04/02  02:54:33
9081         Log: integrate changes#9479,9509 from mainline
9082              
9083              [PATCH] File::Glob stuff for Mac OS
9084              
9085              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
9086      Branch: maint-5.6/perl
9087           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9088           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
9089           !> t/lib/glob-taint.t
9090 ____________________________________________________________________________
9091 [  9511] By: gsar                                  on 2001/04/02  02:38:24
9092         Log: README.win32 tweaks; add a note about alternative location for
9093              getting a gcc-2.95.2 that will build perl properly on windows
9094      Branch: maint-5.6/perl
9095            ! README.win32
9096 ____________________________________________________________________________
9097 [  9510] By: jhi                                   on 2001/04/01  20:45:10
9098         Log: An ambiguosity warning.
9099      Branch: perl
9100            ! t/lib/trig.t
9101 ____________________________________________________________________________
9102 [  9509] By: jhi                                   on 2001/04/01  19:53:47
9103         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
9104              From: Jonathan Stowe <gellyfish@gellyfish.com>
9105              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
9106              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
9107      Branch: perl
9108            ! ext/File/Glob/bsd_glob.c
9109 ____________________________________________________________________________
9110 [  9508] By: jhi                                   on 2001/04/01  19:35:03
9111         Log: Update Changes.
9112      Branch: perl
9113            ! Changes patchlevel.h
9114 ____________________________________________________________________________
9115 [  9507] By: jhi                                   on 2001/04/01  19:24:01
9116         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
9117              from mainline to maintperl: pod tweaks.
9118      Branch: maint-5.6/perl
9119           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
9120           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
9121           !> pod/perlvar.pod
9122 ____________________________________________________________________________
9123 [  9506] By: jhi                                   on 2001/04/01  19:11:53
9124         Log: Commit Sarathy to April release of 5.6.1 :-)
9125      Branch: perl
9126            ! pod/perlfaq1.pod
9127 ____________________________________________________________________________
9128 [  9505] By: jhi                                   on 2001/04/01  19:03:15
9129         Log: Subject: PATCH 5.6.0 (perldebug.pod)
9130              From: Mark-Jason Dominus <mjd@plover.com>
9131              Date: Sun, 01 Apr 2001 14:25:11 -0400
9132              Message-ID: <20010401182511.9247.qmail@plover.com>
9133      Branch: perl
9134            ! pod/perldebug.pod
9135 ____________________________________________________________________________
9136 [  9504] By: jhi                                   on 2001/04/01  18:43:09
9137         Log: Add great_circle_direction().
9138      Branch: perl
9139            ! lib/Math/Trig.pm t/lib/trig.t
9140 ____________________________________________________________________________
9141 [  9503] By: jhi                                   on 2001/04/01  17:29:12
9142         Log: Unicode ReadMe update for Unicode 3.1.
9143      Branch: perl
9144            ! lib/unicode/ReadMe.txt
9145 ____________________________________________________________________________
9146 [  9502] By: jhi                                   on 2001/04/01  17:18:40
9147         Log: Integrate change #9501 from maintperl into mainline.
9148              
9149              fix the perlembed notes on multiple interpreters
9150              
9151              fix ExtUtils::Embed to work passably on Windows
9152      Branch: perl
9153           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
9154 ____________________________________________________________________________
9155 [  9501] By: gsar                                  on 2001/04/01  07:21:57
9156         Log: fix the perlembed notes on multiple interpreters
9157              
9158              fix ExtUtils::Embed to work passably on Windows
9159      Branch: maint-5.6/perl
9160            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
9161 ____________________________________________________________________________
9162 [  9500] By: jhi                                   on 2001/04/01  05:58:23
9163         Log: Test for #9499.
9164      Branch: perl
9165            ! t/op/tr.t
9166 ____________________________________________________________________________
9167 [  9499] By: jhi                                   on 2001/04/01  05:55:46
9168         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
9169      Branch: perl
9170            ! embed.h embed.pl op.c proto.h
9171 ____________________________________________________________________________
9172 [  9498] By: jhi                                   on 2001/04/01  05:44:34
9173         Log: Protect the workaround hunk more.
9174      Branch: perl
9175            ! toke.c
9176 ____________________________________________________________________________
9177 [  9497] By: jhi                                   on 2001/04/01  00:24:25
9178         Log: Integrate changes #9493,9494,9495,9496 from maintperl
9179              into mainline.
9180              
9181              fix a broken workaround for Borland compiler in change#4739
9182              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
9183              
9184              nits spotted by Borland compiler
9185              
9186              avoid redefinition warnings under Borland 5.02
9187              
9188              various nits identified by the Borland 5.5 compiler; remove suppression
9189              of a few warnings
9190      Branch: perl
9191           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
9192           !> win32/win32.h
9193 ____________________________________________________________________________
9194 [  9496] By: gsar                                  on 2001/03/31  23:22:28
9195         Log: various nits identified by the Borland 5.5 compiler; remove suppression
9196              of a few warnings
9197      Branch: maint-5.6/perl
9198            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
9199 ____________________________________________________________________________
9200 [  9495] By: gsar                                  on 2001/03/31  21:03:08
9201         Log: avoid redefinition warnings under Borland 5.02
9202      Branch: maint-5.6/perl
9203            ! win32/makefile.mk
9204 ____________________________________________________________________________
9205 [  9494] By: gsar                                  on 2001/03/31  20:18:59
9206         Log: nits spotted by Borland compiler
9207      Branch: maint-5.6/perl
9208            ! utf8.h win32/win32.h
9209 ____________________________________________________________________________
9210 [  9493] By: gsar                                  on 2001/03/31  20:18:05
9211         Log: fix a broken workaround for Borland compiler in change#4739
9212              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
9213      Branch: maint-5.6/perl
9214            ! toke.c
9215 ____________________________________________________________________________
9216 [  9492] By: jhi                                   on 2001/03/31  18:36:24
9217         Log: Integrate change #9491 from maintperl into mainline.
9218              
9219              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
9220              directory is relative (need to fetch the full path name *before*
9221              the chdir!)
9222      Branch: perl
9223           !> lib/Cwd.pm
9224 ____________________________________________________________________________
9225 [  9491] By: gsar                                  on 2001/03/31  17:01:56
9226         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
9227              directory is relative (need to fetch the full path name *before*
9228              the chdir!)
9229              
9230              this is a followup patch for change#6749
9231      Branch: maint-5.6/perl
9232            ! lib/Cwd.pm
9233 ____________________________________________________________________________
9234 [  9490] By: jhi                                   on 2001/03/31  15:50:18
9235         Log: Subject: Re: [PATCH] av.h cosmetics
9236              From: Simon Cozens <simon@netthink.co.uk>
9237              Date: Sat, 31 Mar 2001 13:09:59 +0100
9238              Message-ID: <20010331130959.A22000@netthink.co.uk>
9239              
9240              Document AvALLOC.
9241      Branch: perl
9242            ! pod/perlguts.pod
9243 ____________________________________________________________________________
9244 [  9489] By: jhi                                   on 2001/03/31  15:48:44
9245         Log: Subject: [PATCH] Re: Math::Big* v1.21
9246              From: Tels <perl_dummy@bloodgate.com>
9247              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
9248              Message-Id: <200103311125.GAA377738@www08.hway.net>
9249      Branch: perl
9250            ! pod/perlop.pod
9251 ____________________________________________________________________________
9252 [  9488] By: jhi                                   on 2001/03/31  03:39:51
9253         Log: Debug output tweak.
9254      Branch: perl
9255            ! t/lib/cwd.t
9256 ____________________________________________________________________________
9257 [  9487] By: jhi                                   on 2001/03/31  03:33:02
9258         Log: OverVMSification.
9259      Branch: perl
9260            ! t/lib/cwd.t
9261 ____________________________________________________________________________
9262 [  9486] By: jhi                                   on 2001/03/31  03:01:40
9263         Log: Missed MANIFESTations in #9483.
9264      Branch: perl
9265            ! MANIFEST
9266 ____________________________________________________________________________
9267 [  9485] By: jhi                                   on 2001/03/31  02:58:17
9268         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
9269              From: Peter Prymmer <pvhp@forte.com>
9270              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
9271              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
9272      Branch: perl
9273            ! regexec.c t/lib/cwd.t
9274 ____________________________________________________________________________
9275 [  9484] By: jhi                                   on 2001/03/31  01:04:41
9276         Log: Obsolete file (see #3938)
9277      Branch: perl
9278            - lib/unicode/README.Ethiopic
9279            ! MANIFEST
9280 ____________________________________________________________________________
9281 [  9483] By: jhi                                   on 2001/03/31  00:52:42
9282         Log: Update to Unicode 3.1.
9283              (Rename Names.txt to NamesList.txt.)
9284      Branch: perl
9285            + lib/unicode/NamesList.txt lib/unicode/PropList.html
9286            - lib/unicode/Names.txt
9287            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9288            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
9289            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
9290            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
9291            ! lib/unicode/UCD.html lib/unicode/Unicode.html
9292            ! lib/unicode/rename lib/unicode/version
9293 ____________________________________________________________________________
9294 [  9482] By: jhi                                   on 2001/03/30  23:33:44
9295         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
9296              From: Robin Houston <robin@kitsite.com>
9297              Date: Fri, 30 Mar 2001 20:07:22 +0100
9298              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
9299      Branch: perl
9300            ! ext/B/B/Deparse.pm
9301 ____________________________________________________________________________
9302 [  9481] By: jhi                                   on 2001/03/30  23:20:25
9303         Log: Subject: Re: [PATCH] CwdXS, Take 2
9304              From: Benjamin Sugars <bsugars@canoe.ca>
9305              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
9306              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
9307      Branch: perl
9308            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
9309            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
9310 ____________________________________________________________________________
9311 [  9480] By: jhi                                   on 2001/03/30  22:52:38
9312         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
9313              From: David Dyck <dcd@tc.fluke.com>
9314              Date: Fri, 30 Mar 2001 14:44:13 -0800
9315              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
9316              
9317              The t/rantests flags file creation was accidentally
9318              removed by #9217.
9319      Branch: perl
9320            ! Makefile.SH
9321 ____________________________________________________________________________
9322 [  9479] By: jhi                                   on 2001/03/30  22:45:45
9323         Log: Subject: [PATCH] File::Glob stuff for Mac OS
9324              From: Chris Nandor <pudge@pobox.com>
9325              Date: Fri, 30 Mar 2001 16:51:00 -0500
9326              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
9327      Branch: perl
9328            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9329            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
9330            ! t/lib/glob-taint.t
9331 ____________________________________________________________________________
9332 [  9478] By: jhi                                   on 2001/03/30  22:43:12
9333         Log: Subject: fix for win32/buildext.pl
9334              From: "Vadim Konovalov" <watman@inbox.ru>
9335              Date: Sat, 31 Mar 2001 00:50:36 +0400
9336              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
9337      Branch: perl
9338            ! win32/buildext.pl
9339 ____________________________________________________________________________
9340 [  9477] By: jhi                                   on 2001/03/30  22:41:16
9341         Log: Subject: small base.pm doc patch
9342              From: Leon Brocard <acme@astray.com>
9343              Date: Fri, 30 Mar 2001 21:49:57 +0100
9344              Message-ID: <20010330214957.B8733@ns0.astray.com>
9345      Branch: perl
9346            ! lib/base.pm
9347 ____________________________________________________________________________
9348 [  9476] By: jhi                                   on 2001/03/30  18:16:57
9349         Log: Subject: [PATCH] av.h cosmetics
9350              From: Simon Cozens <simon@netthink.co.uk>
9351              Date: Fri, 30 Mar 2001 18:12:28 +0100
9352              Message-ID: <20010330181228.A9319@netthink.co.uk>
9353      Branch: perl
9354            ! av.h
9355 ____________________________________________________________________________
9356 [  9475] By: jhi                                   on 2001/03/30  18:15:50
9357         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
9358              From: "Philip Newton" <pnewton@gmx.de>
9359              Date: Fri, 30 Mar 2001 19:06:57 +0200
9360              Message-ID: <3AC4D951.14815.1AC7068@localhost>
9361      Branch: perl
9362            ! pod/perlhack.pod
9363 ____________________________________________________________________________
9364 [  9474] By: jhi                                   on 2001/03/30  18:14:02
9365         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
9366              From: Benjamin Sugars <bsugars@canoe.ca>
9367              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
9368              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
9369      Branch: perl
9370            ! t/lib/glob-basic.t
9371 ____________________________________________________________________________
9372 [  9473] By: jhi                                   on 2001/03/30  16:09:24
9373         Log: Update Changes.
9374      Branch: perl
9375            ! Changes patchlevel.h
9376 ____________________________________________________________________________
9377 [  9472] By: jhi                                   on 2001/03/30  15:16:08
9378         Log: Integrate perlio.
9379      Branch: perl
9380           !> t/lib/cwd.t t/lib/glob-basic.t
9381 ____________________________________________________________________________
9382 [  9471] By: nick                                  on 2001/03/30  14:47:10
9383         Log: Should be (^O eq 'MSWin32') not 'Win32'
9384              Fail #12 seems real - chdir is in wrong dir.
9385      Branch: perlio
9386            ! t/lib/cwd.t
9387 ____________________________________________________________________________
9388 [  9470] By: jhi                                   on 2001/03/30  14:41:11
9389         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
9390              From: Radu Greab <radu@netsoft.ro>
9391              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
9392              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
9393              
9394              Replace #9352.
9395      Branch: perl
9396            ! ext/Socket/Socket.xs pp_sys.c
9397 ____________________________________________________________________________
9398 [  9469] By: jhi                                   on 2001/03/30  14:37:51
9399         Log: Subject: PATCH pod/perldiag.pod
9400              From: Robin Houston <robin@kitsite.com>
9401              Date: Fri, 30 Mar 2001 14:10:36 +0100
9402              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
9403      Branch: perl
9404            ! pod/perldiag.pod t/lib/glob-basic.t
9405 ____________________________________________________________________________
9406 [  9468] By: jhi                                   on 2001/03/30  14:36:36
9407         Log: Subject: Better diagnostic in io/fs.t
9408              From: andreas.koenig@anima.de (Andreas J. Koenig)
9409              Date: 30 Mar 2001 10:11:43 +0200
9410              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
9411      Branch: perl
9412            ! t/io/fs.t
9413 ____________________________________________________________________________
9414 [  9467] By: nick                                  on 2001/03/30  14:25:43
9415         Log: Skip order test of glob if case-ignoring system cannot 
9416              create a.test and A.test
9417      Branch: perlio
9418            ! t/lib/glob-basic.t
9419 ____________________________________________________________________________
9420 [  9466] By: nick                                  on 2001/03/30  13:03:12
9421         Log: Integrate mainline.
9422      Branch: perlio
9423            - ext/re/hints/aix.pl
9424           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
9425           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
9426           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
9427           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
9428 ____________________________________________________________________________
9429 [  9465] By: jhi                                   on 2001/03/30  03:53:37
9430         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
9431              the tests sometimes hang, sometimes not.)
9432      Branch: perl
9433            ! t/lib/io_multihomed.t t/lib/io_sock.t
9434 ____________________________________________________________________________
9435 [  9464] By: jhi                                   on 2001/03/30  02:56:04
9436         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
9437              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9438              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
9439              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
9440      Branch: perl
9441            ! op.c
9442 ____________________________________________________________________________
9443 [  9463] By: jhi                                   on 2001/03/30  02:34:48
9444         Log: Test for #9462.
9445      Branch: perl
9446            ! t/lib/b.t
9447 ____________________________________________________________________________
9448 [  9462] By: jhi                                   on 2001/03/30  02:29:37
9449         Log: Subject: B::Deparse precedence bug. (Patch included.)
9450              From: Jeremy Madea <jmadea@inktomi.com>
9451              Date: Thu, 29 Mar 2001 12:05:02 -0800
9452              Message-ID: <20010329120502.A24881@dr.inktomi.com>
9453      Branch: perl
9454            ! ext/B/B/Deparse.pm
9455 ____________________________________________________________________________
9456 [  9461] By: jhi                                   on 2001/03/30  02:18:41
9457         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
9458              From: Peter Prymmer <pvhp@forte.com>
9459              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
9460              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
9461      Branch: perl
9462            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
9463            ! t/lib/md5-file.t
9464 ____________________________________________________________________________
9465 [  9460] By: jhi                                   on 2001/03/30  02:17:07
9466         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
9467              From: Robin Houston <robin@kitsite.com>
9468              Date: Thu, 29 Mar 2001 20:47:56 +0100
9469              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
9470      Branch: perl
9471            ! ext/B/B/Debug.pm
9472 ____________________________________________________________________________
9473 [  9459] By: jhi                                   on 2001/03/30  02:16:05
9474         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
9475              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9476              Date: Wed, 28 Mar 2001 18:02:20 -0600
9477              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
9478      Branch: perl
9479            ! lib/ExtUtils/MM_VMS.pm
9480 ____________________________________________________________________________
9481 [  9458] By: jhi                                   on 2001/03/30  02:07:58
9482         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
9483              From: "Joshua E. Rodd" <jrodd@pbs.org>
9484              Date: Wed, 28 Mar 2001 17:29:12 -0500
9485              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
9486      Branch: perl
9487            ! pod/perlop.pod
9488 ____________________________________________________________________________
9489 [  9457] By: jhi                                   on 2001/03/30  02:04:33
9490         Log: Subject: ext/re/aix.pl can go
9491              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9492              Date: Thu, 29 Mar 2001 12:03:28 +0200
9493              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
9494      Branch: perl
9495            - ext/re/hints/aix.pl
9496            ! MANIFEST
9497 ____________________________________________________________________________
9498 [  9456] By: jhi                                   on 2001/03/30  02:03:32
9499         Log: Integrate perlio.
9500      Branch: perl
9501           !> ext/Encode/Encode.xs installperl
9502 ____________________________________________________________________________
9503 [  9455] By: nick                                  on 2001/03/29  21:11:46
9504         Log: DLL name has changed so installperl needs to know
9505              (Why isn't it working it out or passed it?)
9506      Branch: perlio
9507            ! installperl
9508 ____________________________________________________________________________
9509 [  9454] By: nick                                  on 2001/03/29  20:56:12
9510         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
9511              and we don't get undef warnings.
9512      Branch: perlio
9513            ! ext/Encode/Encode.xs
9514 ____________________________________________________________________________
9515 [  9453] By: nick                                  on 2001/03/29  17:58:48
9516         Log: Integrate mainline
9517      Branch: perlio
9518           !> Changes patchlevel.h
9519 ____________________________________________________________________________
9520 [  9452] By: jhi                                   on 2001/03/29  16:44:55
9521         Log: Update Changes.
9522      Branch: perl
9523            ! Changes patchlevel.h
9524 ____________________________________________________________________________
9525 [  9451] By: nick                                  on 2001/03/29  16:31:38
9526         Log: Integrate mainline
9527      Branch: perlio
9528           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
9529           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
9530           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
9531           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
9532           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
9533 ____________________________________________________________________________
9534 [  9450] By: jhi                                   on 2001/03/29  16:29:17
9535         Log: Integrate perlio.
9536      Branch: perl
9537           !> win32/buildext.pl
9538 ____________________________________________________________________________
9539 [  9449] By: jhi                                   on 2001/03/29  15:50:01
9540         Log: Update Changes.
9541      Branch: perl
9542            ! Changes patchlevel.h
9543 ____________________________________________________________________________
9544 [  9448] By: nick                                  on 2001/03/29  15:47:15
9545         Log: Make sure buildext.pl finds Errno.pm
9546      Branch: perlio
9547            ! win32/buildext.pl
9548 ____________________________________________________________________________
9549 [  9447] By: jhi                                   on 2001/03/29  15:39:34
9550         Log: Integrate perlio.
9551      Branch: perl
9552           !> win32/makefile.mk
9553 ____________________________________________________________________________
9554 [  9446] By: nick                                  on 2001/03/29  15:30:03
9555         Log: Integrate win32/makefile.mk with mainline.
9556      Branch: perlio
9557           !> win32/makefile.mk
9558 ____________________________________________________________________________
9559 [  9445] By: nick                                  on 2001/03/29  15:27:32
9560         Log: Fix breakage ... 
9561      Branch: perlio
9562            ! win32/makefile.mk
9563 ____________________________________________________________________________
9564 [  9444] By: jhi                                   on 2001/03/29  15:03:08
9565         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
9566              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9567              Date: Thu, 29 Mar 2001 10:32:59 +0400
9568              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
9569      Branch: perl
9570            ! win32/makefile.mk
9571 ____________________________________________________________________________
9572 [  9443] By: jhi                                   on 2001/03/29  15:02:12
9573         Log: Integrate perlio.
9574      Branch: perl
9575           +> win32/buildext.pl
9576           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
9577           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
9578 ____________________________________________________________________________
9579 [  9442] By: nick                                  on 2001/03/29  14:59:11
9580         Log: Work in progress - determine win32 extensions to build via script.
9581      Branch: perlio
9582            + win32/buildext.pl
9583            ! MANIFEST win32/makefile.mk
9584 ____________________________________________________________________________
9585 [  9441] By: jhi                                   on 2001/03/29  14:51:47
9586         Log: Reintroduce the use of external pwd.
9587      Branch: perl
9588            ! t/lib/cwd.t
9589 ____________________________________________________________________________
9590 [  9440] By: jhi                                   on 2001/03/29  14:42:58
9591         Log: use warnings instead of -w.
9592      Branch: perl
9593            ! utils/h2xs.PL
9594 ____________________________________________________________________________
9595 [  9439] By: jhi                                   on 2001/03/29  14:41:52
9596         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
9597              From: Jonathan Stowe <gellyfish@gellyfish.com>
9598              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
9599              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
9600      Branch: perl
9601            ! utils/h2xs.PL
9602 ____________________________________________________________________________
9603 [  9438] By: jhi                                   on 2001/03/29  14:39:38
9604         Log: Subject: [PATCH perl@9424] minor pod nits
9605              From: Robin Barker <rmb1@cise.npl.co.uk>
9606              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
9607              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
9608      Branch: perl
9609            ! pod/perlhack.pod pod/perliol.pod
9610 ____________________________________________________________________________
9611 [  9437] By: jhi                                   on 2001/03/29  14:29:16
9612         Log: Subject: [PATCH perl@9424] typemap cast warning
9613              From: Robin Barker <rmb1@cise.npl.co.uk>
9614              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
9615              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
9616      Branch: perl
9617            ! lib/ExtUtils/typemap
9618 ____________________________________________________________________________
9619 [  9436] By: jhi                                   on 2001/03/29  14:26:03
9620         Log: Subject: [PATCH perl@9424] printf warning
9621              From: Robin Barker <rmb1@cise.npl.co.uk>
9622              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
9623              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
9624      Branch: perl
9625            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
9626            ! ext/Storable/Storable.xs toke.c
9627 ____________________________________________________________________________
9628 [  9435] By: nick                                  on 2001/03/29  14:23:31
9629         Log: Win32 has name conflict with ERROR
9630      Branch: perlio
9631            ! ext/PerlIO/Via/Via.xs
9632 ____________________________________________________________________________
9633 [  9434] By: jhi                                   on 2001/03/29  14:17:48
9634         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
9635              From: Peter Prymmer <pvhp@forte.com>
9636              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
9637              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
9638      Branch: perl
9639            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
9640 ____________________________________________________________________________
9641 [  9433] By: jhi                                   on 2001/03/29  13:52:44
9642         Log: test-prep target was missing.
9643      Branch: perl
9644            ! Makefile.SH
9645 ____________________________________________________________________________
9646 [  9432] By: nick                                  on 2001/03/29  12:40:03
9647         Log: Make as-shipped compiler default to MSVC6 
9648      Branch: perlio
9649            ! win32/makefile.mk
9650 ____________________________________________________________________________
9651 [  9431] By: nick                                  on 2001/03/29  12:12:16
9652         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
9653              akin to PerlIO::Scalar.
9654      Branch: perlio
9655            ! perlio.c perlio.h
9656 ____________________________________________________________________________
9657 [  9430] By: nick                                  on 2001/03/29  10:56:35
9658         Log: Integrate mainline.
9659      Branch: perlio
9660           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
9661           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
9662           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
9663           !> win32/makefile.mk win32/win32sck.c
9664 ____________________________________________________________________________
9665 [  9429] By: nick                                  on 2001/03/29  09:03:43
9666         Log: Noticed that two tests were skipped as perlio:: package
9667              isn't there any more. Changed the skip condition.
9668              Avoid core-dump if sv_utf8_upgrade() called on something
9669              that does not become SvPOK after SvPV() (e.g. a ref).
9670      Branch: perlio
9671            ! sv.c t/io/utf8.t t/lib/io_scalar.t
9672 ____________________________________________________________________________
9673 [  9428] By: jhi                                   on 2001/03/29  01:31:47
9674         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
9675              From: Benjamin Sugars <bsugars@canoe.ca> 
9676              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
9677              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
9678      Branch: perl
9679            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
9680            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
9681            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
9682 ____________________________________________________________________________
9683 [  9427] By: jhi                                   on 2001/03/29  00:49:30
9684         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
9685              From: "Vadim Konovalov" <watman@inbox.ru>
9686              Date: Thu, 29 Mar 2001 01:50:12 +0400
9687              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
9688      Branch: perl
9689            ! win32/makefile.mk win32/win32sck.c
9690 ____________________________________________________________________________
9691 [  9426] By: gsar                                  on 2001/03/29  00:28:04
9692         Log: dmake can only handle == and != in comparisons; support building
9693              with Borland's VCL libraries (from Vadim Konovalov)
9694      Branch: maint-5.6/perl
9695            ! win32/makefile.mk
9696 ____________________________________________________________________________
9697 [  9425] By: nick                                  on 2001/03/28  19:29:56
9698         Log: Integrate (@snapshot)
9699      Branch: perlio
9700           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
9701 ____________________________________________________________________________
9702 [  9424] By: jhi                                   on 2001/03/28  19:03:16
9703         Log: Update Changes.
9704      Branch: perl
9705            ! Changes patchlevel.h
9706 ____________________________________________________________________________
9707 [  9423] By: jhi                                   on 2001/03/28  18:52:09
9708         Log: Rmdir lib/XS on cleanup.
9709      Branch: perl
9710            ! Makefile.SH
9711 ____________________________________________________________________________
9712 [  9422] By: jhi                                   on 2001/03/28  18:49:34
9713         Log: Integrate perlio.
9714      Branch: perl
9715           !> t/op/utf8decode.t
9716 ____________________________________________________________________________
9717 [  9421] By: nick                                  on 2001/03/28  18:46:44
9718         Log: Loose duplicate chunk.
9719      Branch: perlio
9720            ! t/op/utf8decode.t
9721 ____________________________________________________________________________
9722 [  9420] By: nick                                  on 2001/03/28  18:44:11
9723         Log: Integrate mainline.
9724      Branch: perlio
9725           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
9726           !> vms/vmsish.h
9727 ____________________________________________________________________________
9728 [  9419] By: jhi                                   on 2001/03/28  18:42:05
9729         Log: Can't trust external pwds
9730              (either shell builtins or external programs)
9731      Branch: perl
9732            ! t/lib/cwd.t
9733 ____________________________________________________________________________
9734 [  9418] By: jhi                                   on 2001/03/28  18:34:05
9735         Log: Integrate perlio.
9736      Branch: perl
9737            - lib/perlio.pm
9738           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
9739           !> t/op/utf8decode.t
9740 ____________________________________________________________________________
9741 [  9417] By: nick                                  on 2001/03/28  18:24:02
9742         Log: PerlIO.pm / perlio.pm conflict.
9743              Update some pods.
9744              Make t/op/utf8decode.t a text file.
9745      Branch: perlio
9746            - lib/perlio.pm
9747            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
9748            ! t/op/utf8decode.t
9749 ____________________________________________________________________________
9750 [  9416] By: jhi                                   on 2001/03/28  18:06:07
9751         Log: Integrate change #9409 from mainline to maintperl.
9752              
9753              Yet another tweak on AIX dynaloading.
9754      Branch: maint-5.6/perl
9755           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9756 ____________________________________________________________________________
9757 [  9415] By: gsar                                  on 2001/03/28  17:13:01
9758         Log: integrate changes#9377,9385,9401 from mainline
9759              
9760              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
9761              
9762              If directory entries compare equal case-insensitively,
9763              retry case-sensitively.
9764              
9765              Subject: [PATCH] B::Terse and warnings
9766      Branch: maint-5.6/perl
9767           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
9768           !> t/pragma/warn/perl
9769 ____________________________________________________________________________
9770 [  9414] By: jhi                                   on 2001/03/28  17:11:12
9771         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
9772              From: "Craig A. Berry" <craigberry@mac.com>
9773              Date: Wed, 28 Mar 2001 10:55:20 -0600
9774              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
9775      Branch: perl
9776            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
9777 ____________________________________________________________________________
9778 [  9413] By: jhi                                   on 2001/03/28  17:03:12
9779         Log: Dup hunk.
9780      Branch: perl
9781            ! t/op/utf8decode.t
9782 ____________________________________________________________________________
9783 [  9412] By: jhi                                   on 2001/03/28  17:02:36
9784         Log: Forced integrate from perlio.
9785      Branch: perl
9786           !> t/op/utf8decode.t
9787 ____________________________________________________________________________
9788 [  9411] By: nick                                  on 2001/03/28  16:50:03
9789         Log: Integrate mainline.
9790      Branch: perlio
9791           +> t/lib/cwd.t
9792           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9793           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
9794           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
9795           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
9796           !> t/pragma/warn/perl
9797 ____________________________________________________________________________
9798 [  9410] By: jhi                                   on 2001/03/28  16:44:23
9799         Log: Subject: Re: [PATCH] 9403 cannot be tested
9800              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9801              Date: Wed, 28 Mar 2001 18:33:56 +0200
9802              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
9803      Branch: perl
9804            ! makedef.pl
9805 ____________________________________________________________________________
9806 [  9409] By: jhi                                   on 2001/03/28  16:12:45
9807         Log: Yet another tweak on AIX dynaloading.
9808      Branch: perl
9809            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9810 ____________________________________________________________________________
9811 [  9408] By: jhi                                   on 2001/03/28  15:52:55
9812         Log: Subject: [PATCH] 9403 cannot be tested
9813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
9814              Date: Wed, 28 Mar 2001 17:23:00 +0200
9815              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
9816              
9817              A missing symbol.
9818      Branch: perl
9819            ! makedef.pl
9820 ____________________________________________________________________________
9821 [  9407] By: jhi                                   on 2001/03/28  15:47:43
9822         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
9823      Branch: perl
9824            ! t/op/utf8decode.t
9825           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
9826           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
9827 ____________________________________________________________________________
9828 [  9406] By: jhi                                   on 2001/03/28  15:37:08
9829         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
9830              From: Benjamin Sugars <bsugars@canoe.ca> 
9831              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
9832              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
9833      Branch: perl
9834            + t/lib/cwd.t
9835            ! MANIFEST
9836 ____________________________________________________________________________
9837 [  9405] By: jhi                                   on 2001/03/28  15:13:18
9838         Log: pp_ne() needs a CORRECT boolean.
9839      Branch: perl
9840            ! pp.c
9841 ____________________________________________________________________________
9842 [  9404] By: jhi                                   on 2001/03/28  15:09:23
9843         Log: pp_ne() needs a boolean, not an integer.
9844      Branch: perl
9845            ! pp.c
9846 ____________________________________________________________________________
9847 [  9403] By: jhi                                   on 2001/03/28  14:47:43
9848         Log: (Retracted by #9404.)
9849      Branch: perl
9850            ! pp.c
9851 ____________________________________________________________________________
9852 [  9402] By: jhi                                   on 2001/03/28  14:43:59
9853         Log: Subject: Re: [PATCH] Typemap testing
9854              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
9855              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
9856              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
9857      Branch: perl
9858            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
9859            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
9860 ____________________________________________________________________________
9861 [  9401] By: jhi                                   on 2001/03/28  14:42:14
9862         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
9863              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9864              Date: Sun, 25 Mar 2001 21:59:15 +0100
9865              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
9866              
9867              A variable will be checked for the "use once" warnings if:
9868              
9869              1. It is in the scope of a use warnings 'once'
9870              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
9871              
9872              Otherwise it won't be checked at all.
9873              
9874              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
9875              
9876              The enclosed patch partially fixes this issue. What I didn't
9877              get to work was the case where the "used once" warning is enabled
9878              in any file other than the main file.
9879      Branch: perl
9880            ! gv.c t/pragma/warn/perl
9881 ____________________________________________________________________________
9882 [  9400] By: nick                                  on 2001/03/28  14:38:24
9883         Log: More EBCDIC tweaks:
9884              - one more swash issue &~(0xA0-1) did not do the right thing,
9885              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
9886              - add "use re 'asciirange'" to make [!-~] etc. work
9887              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
9888              - Choose a key for t/op/each.t test which gets encoded.
9889              - Skip utf8decode if this is UTF-EBCDIC.
9890      Branch: perlio
9891            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
9892            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
9893 ____________________________________________________________________________
9894 [  9399] By: jhi                                   on 2001/03/28  14:21:00
9895         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
9896              Andreas Schwab.
9897      Branch: perl
9898            ! pp.c
9899 ____________________________________________________________________________
9900 [  9398] By: jhi                                   on 2001/03/28  00:55:56
9901         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
9902              From: David Dyck <dcd@tc.fluke.com>
9903              Date: Tue, 27 Mar 2001 15:16:24 -0800
9904              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
9905      Branch: perl
9906            ! ext/IO/lib/IO/Socket.pm
9907 ____________________________________________________________________________
9908 [  9397] By: jhi                                   on 2001/03/27  21:52:49
9909         Log: Integrate perlio.
9910      Branch: perl
9911           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
9912           +> ext/PerlIO/Via/Via.xs
9913           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
9914 ____________________________________________________________________________
9915 [  9396] By: nick                                  on 2001/03/27  21:45:13
9916         Log: Integrate mainline.
9917      Branch: perlio
9918           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
9919           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
9920 ____________________________________________________________________________
9921 [  9395] By: nick                                  on 2001/03/27  21:18:58
9922         Log: Outline docs for PerlIO and PerlIO::Scalar
9923      Branch: perlio
9924            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
9925 ____________________________________________________________________________
9926 [  9394] By: nick                                  on 2001/03/27  20:50:13
9927         Log: PerlIO::Via layer (alpha-ish).
9928      Branch: perlio
9929            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
9930            + ext/PerlIO/Via/Via.xs
9931            ! MANIFEST
9932 ____________________________________________________________________________
9933 [  9393] By: jhi                                   on 2001/03/27  20:49:55
9934         Log: Retract #9329 now that 9390 should take care of the matter.
9935      Branch: perl
9936            ! utils/h2xs.PL
9937 ____________________________________________________________________________
9938 [  9390] By: jhi                                   on 2001/03/27  20:47:50
9939         Log: Subject: Autoloading Errno.pm when %! is encountered
9940              From: Robin Houston <robin@kitsite.com>
9941              Date: Tue, 27 Mar 2001 20:57:11 +0100
9942              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
9943      Branch: perl
9944            ! embed.h embed.pl gv.c proto.h t/op/magic.t
9945 ____________________________________________________________________________
9946 [  9389] By: jhi                                   on 2001/03/27  20:24:31
9947         Log: Integrate perlio.
9948      Branch: perl
9949           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
9950           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
9951           !> utf8.c
9952 ____________________________________________________________________________
9953 [  9388] By: jhi                                   on 2001/03/27  20:21:38
9954         Log: Better have a three-element array if one is going to assign
9955              to the third element of that array. (from Tim Jenness)
9956      Branch: perl
9957            ! ext/XS/Typemap/Typemap.xs
9958 ____________________________________________________________________________
9959 [  9387] By: nick                                  on 2001/03/27  20:15:43
9960         Log: Integrate mainline.
9961      Branch: perlio
9962           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
9963           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
9964           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
9965           +> t/lib/xs-typemap.t
9966           !> (integrate 34 files)
9967 ____________________________________________________________________________
9968 [  9386] By: jhi                                   on 2001/03/27  20:04:18
9969         Log: Subject: Re: perl@9359 breaks HTML::Parser
9970              From: Gisle Aas <gisle@ActiveState.com>
9971              Date: 27 Mar 2001 11:30:24 -0800
9972              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
9973              
9974              Clarify the UTF-8 issues of the API docs.
9975              (Slightly reworded and expanded.)
9976      Branch: perl
9977            ! pod/perlapi.pod sv.c sv.h
9978 ____________________________________________________________________________
9979 [  9385] By: jhi                                   on 2001/03/27  19:44:25
9980         Log: If directory entries compare equal case-insensitively,
9981              retry case-sensitively.
9982      Branch: perl
9983            ! ext/File/Glob/bsd_glob.c
9984 ____________________________________________________________________________
9985 [  9384] By: nick                                  on 2001/03/27  19:38:50
9986         Log: Various EBCDIC fixes:
9987              - major revelation that swash code is encoding aware,
9988              (or thought it was) - now it is ;-)
9989              - With that out of the way fix a slab of tr/// cases.
9990              - Fix Encode 'Unicode' to be true Unicode so tests pass.
9991              - As anticipated Base64.xs needed tweaks.
9992              - Until tr/// works right avoid old_encode64 in MIME tests.
9993      Branch: perlio
9994            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
9995            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
9996 ____________________________________________________________________________
9997 [  9383] By: jhi                                   on 2001/03/27  18:34:41
9998         Log: Add the std test suite BEGIN block.
9999      Branch: perl
10000            ! t/lib/xs-typemap.t
10001 ____________________________________________________________________________
10002 [  9382] By: jhi                                   on 2001/03/27  15:16:07
10003         Log: Add debugging output to the test.
10004      Branch: perl
10005            ! t/lib/glob-basic.t
10006 ____________________________________________________________________________
10007 [  9381] By: jhi                                   on 2001/03/27  15:08:10
10008         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
10009      Branch: perl
10010            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
10011            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
10012            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
10013            + t/lib/xs-typemap.t
10014            ! MANIFEST
10015 ____________________________________________________________________________
10016 [  9380] By: jhi                                   on 2001/03/27  14:48:34
10017         Log: Subject: [PATCH] Typemap testing
10018              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
10019              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
10020              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
10021              
10022              (The first part of the patch.)
10023      Branch: perl
10024            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
10025 ____________________________________________________________________________
10026 [  9379] By: jhi                                   on 2001/03/27  14:44:56
10027         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
10028              From: Benjamin Sugars <bsugars@canoe.ca> 
10029              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
10030              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
10031      Branch: perl
10032            ! t/lib/glob-basic.t
10033 ____________________________________________________________________________
10034 [  9378] By: jhi                                   on 2001/03/27  14:42:30
10035         Log: Subject: [PATCH] perlvar nit
10036              From: Simon Cozens <simon@netthink.co.uk>
10037              Date: Tue, 27 Mar 2001 01:12:01 +0100
10038              Message-ID: <20010327011201.A19179@netthink.co.uk>
10039      Branch: perl
10040            ! pod/perlvar.pod
10041 ____________________________________________________________________________
10042 [  9377] By: jhi                                   on 2001/03/27  14:36:26
10043         Log: Subject: [PATCH] B::Terse and warnings
10044              From: Benjamin Sugars <ben.sugars@home.com>
10045              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
10046              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
10047      Branch: perl
10048            ! ext/B/B.pm ext/B/B/Terse.pm
10049 ____________________________________________________________________________
10050 [  9376] By: jhi                                   on 2001/03/27  14:31:31
10051         Log: Document sockatmark() some.
10052      Branch: perl
10053            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
10054            ! pod/perltoc.pod
10055 ____________________________________________________________________________
10056 [  9375] By: jhi                                   on 2001/03/27  14:00:24
10057         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
10058              noted by Gisle and fixed by NI-S.
10059      Branch: perl
10060            ! sv.c
10061 ____________________________________________________________________________
10062 [  9374] By: jhi                                   on 2001/03/27  05:50:01
10063         Log: Regen toc.
10064      Branch: perl
10065            ! pod/perltoc.pod
10066 ____________________________________________________________________________
10067 [  9373] By: jhi                                   on 2001/03/27  05:43:51
10068         Log: Pixie documenting.
10069      Branch: perl
10070            ! Makefile.SH pod/perlhack.pod
10071 ____________________________________________________________________________
10072 [  9372] By: jhi                                   on 2001/03/27  05:29:34
10073         Log: Metaconfig unit changes for #9371.
10074      Branch: metaconfig
10075            ! U/modified/myhostname.U
10076      Branch: metaconfig/U/perl
10077            + d_sockatmark.U
10078            ! gccvers.U
10079 ____________________________________________________________________________
10080 [  9371] By: jhi                                   on 2001/03/27  05:29:07
10081         Log: Add sockatmark() probing.
10082      Branch: perl
10083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10084            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
10085            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10086            ! vos/config.ga.h win32/config.bc win32/config.gc
10087            ! win32/config.vc
10088 ____________________________________________________________________________
10089 [  9370] By: jhi                                   on 2001/03/26  22:01:18
10090         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
10091              Really need to benchmark this.
10092      Branch: perl
10093            ! pp.c
10094 ____________________________________________________________________________
10095 [  9369] By: nick                                  on 2001/03/26  21:59:30
10096         Log: Integrate mainline.
10097      Branch: perlio
10098            ! ext/MIME/Base64/QuotedPrint.pm
10099           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
10100           !> patchlevel.h pod/perlhack.pod pp_sys.c
10101 ____________________________________________________________________________
10102 [  9368] By: jhi                                   on 2001/03/26  21:47:03
10103         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
10104              
10105              TODO1: perlbench.
10106              TODO2: le, lt, ge, gt?  Yech.
10107      Branch: perl
10108            ! pp.c
10109 ____________________________________________________________________________
10110 [  9367] By: jhi                                   on 2001/03/26  21:34:57
10111         Log: Too much cut-and-paste in #9363.
10112      Branch: perl
10113            ! pp_sys.c
10114 ____________________________________________________________________________
10115 [  9366] By: jhi                                   on 2001/03/26  21:20:53
10116         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
10117              From: Andreas Schwab <schwab@suse.de>
10118              Date: 26 Mar 2001 17:29:04 +0200
10119              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
10120              
10121              (The patch for 5.6.0 or so, this is a guess for bleadperl)
10122      Branch: perl
10123            ! pp_hot.c
10124 ____________________________________________________________________________
10125 [  9365] By: jhi                                   on 2001/03/26  21:07:54
10126         Log: Integrate perlio.
10127      Branch: perl
10128           !> perlio.c
10129 ____________________________________________________________________________
10130 [  9364] By: nick                                  on 2001/03/26  20:30:48
10131         Log: REFCNT botch in layer name cache hash.
10132      Branch: perlio
10133            ! perlio.c
10134 ____________________________________________________________________________
10135 [  9363] By: jhi                                   on 2001/03/26  18:44:32
10136         Log: Subject: [PATCH] socket() leaks file descriptors
10137              From: Benjamin Sugars <bsugars@canoe.ca>
10138              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
10139              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
10140              
10141              Also sockpair() fixed similarly.
10142      Branch: perl
10143            ! pp_sys.c
10144 ____________________________________________________________________________
10145 [  9362] By: jhi                                   on 2001/03/26  18:37:52
10146         Log: Integrate perlio.
10147      Branch: perl
10148           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
10149 ____________________________________________________________________________
10150 [  9361] By: nick                                  on 2001/03/26  17:32:06
10151         Log: Implement flush of linebuffered streams on read of a tty.
10152      Branch: perlio
10153            ! perlio.c perliol.h
10154 ____________________________________________________________________________
10155 [  9360] By: nick                                  on 2001/03/26  17:12:32
10156         Log: Memory tweaks and notes for OEMVS.
10157      Branch: perlio
10158            ! README.os390 miniperlmain.c t/op/pat.t
10159 ____________________________________________________________________________
10160 [  9359] By: jhi                                   on 2001/03/26  02:12:54
10161         Log: Update Changes.
10162      Branch: perl
10163            ! Changes patchlevel.h
10164 ____________________________________________________________________________
10165 [  9358] By: jhi                                   on 2001/03/26  02:05:32
10166         Log: Document the most common pixie options.
10167      Branch: perl
10168            ! pod/perlhack.pod
10169 ____________________________________________________________________________
10170 [  9357] By: jhi                                   on 2001/03/26  01:25:28
10171         Log: For perl.pixie check *before* compiling that optimize is -g,
10172              as for perl.third.
10173      Branch: perl
10174            ! Makefile.SH
10175 ____________________________________________________________________________
10176 [  9356] By: jhi                                   on 2001/03/26  01:13:41
10177         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
10178      Branch: perl
10179            ! Makefile.SH
10180 ____________________________________________________________________________
10181 [  9355] By: jhi                                   on 2001/03/26  01:11:19
10182         Log: Remove t/perl.third.
10183      Branch: perl
10184            ! Makefile.SH
10185 ____________________________________________________________________________
10186 [  9354] By: jhi                                   on 2001/03/26  00:23:38
10187         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
10188              IO::Sockatmark().
10189      Branch: perl
10190            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
10191 ____________________________________________________________________________
10192 [  9353] By: jhi                                   on 2001/03/25  22:25:04
10193         Log: Integrate perlio.
10194      Branch: perl
10195           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10196           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
10197           !> pp_hot.c win32/makefile.mk
10198 ____________________________________________________________________________
10199 [  9352] By: jhi                                   on 2001/03/25  22:21:41
10200         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
10201              From: Radu Greab <radu@netsoft.ro>
10202              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
10203              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
10204      Branch: perl
10205            ! pp_sys.c
10206 ____________________________________________________________________________
10207 [  9351] By: nick                                  on 2001/03/25  22:15:02
10208         Log: Fix readline in list mode to tell rest of world that it has
10209              things on the stack. Otherwise if perl code gets invoked
10210              underneath it it scribbles over results-so-far.
10211              (Why TIEHANDLE has not tripped on this is a mystery.)
10212      Branch: perlio
10213            ! pp_hot.c
10214 ____________________________________________________________________________
10215 [  9350] By: nick                                  on 2001/03/25  22:10:13
10216         Log: win32/makefile.mk typos
10217      Branch: perlio
10218            ! win32/makefile.mk
10219 ____________________________________________________________________________
10220 [  9349] By: nick                                  on 2001/03/25  21:31:14
10221         Log: Integrate now-non-binary file.
10222      Branch: perlio
10223           !> t/lib/mimeqp.t
10224 ____________________________________________________________________________
10225 [  9348] By: nick                                  on 2001/03/25  21:27:24
10226         Log: Make it text
10227      Branch: perlio
10228            ! t/lib/mimeqp.t
10229 ____________________________________________________________________________
10230 [  9347] By: nick                                  on 2001/03/25  21:25:37
10231         Log: Integrate mainline.
10232      Branch: perlio
10233           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
10234           !> lib/Term/ReadLine.pm t/lib/md5-file.t
10235 ____________________________________________________________________________
10236 [  9346] By: nick                                  on 2001/03/25  20:58:15
10237         Log: Add destruct time hook to PerlIO (for work-in-process implementing
10238              layers in perl code. In such cases layers need to be popped before
10239              we loose the ability to run perl code.)
10240              Also back-out "PerlIO::object" hook - it isn't going to work like that...
10241      Branch: perlio
10242            ! perl.c perlio.c perlio.h perliol.h
10243 ____________________________________________________________________________
10244 [  9345] By: nick                                  on 2001/03/25  20:49:11
10245         Log: Avoid at leasy one of undefined warnings in Encode.
10246      Branch: perlio
10247            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10248 ____________________________________________________________________________
10249 [  9344] By: jhi                                   on 2001/03/25  20:37:43
10250         Log: A workaround for using Term::ReadLine in emacs minibuffer
10251              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
10252              additional tweaks from Ilya Zakharevich.
10253      Branch: perl
10254            ! lib/Term/ReadLine.pm
10255 ____________________________________________________________________________
10256 [  9343] By: nick                                  on 2001/03/25  20:21:14
10257         Log: Missing return value.
10258      Branch: perlio
10259            ! ext/PerlIO/Scalar/Scalar.xs
10260 ____________________________________________________________________________
10261 [  9342] By: jhi                                   on 2001/03/25  16:21:00
10262         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
10263              to equal the CPAN versions since no code changes have been made.
10264      Branch: perl
10265            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
10266            ! t/lib/md5-file.t
10267 ____________________________________________________________________________
10268 [  9341] By: jhi                                   on 2001/03/25  16:01:48
10269         Log: Escape 8-bit characters.
10270      Branch: perl
10271            ! t/lib/mimeqp.t
10272 ____________________________________________________________________________
10273 [  9340] By: gsar                                  on 2001/03/25  15:50:53
10274         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
10275              chars)
10276      Branch: perl
10277            + t/lib/mimeqp.t
10278 ____________________________________________________________________________
10279 [  9339] By: gsar                                  on 2001/03/25  15:48:50
10280         Log: delete mimeqp.t for later with text mode set
10281      Branch: perl
10282            - t/lib/mimeqp.t
10283 ____________________________________________________________________________
10284 [  9338] By: nick                                  on 2001/03/25  09:01:57
10285         Log: Integrate mainline.
10286      Branch: perlio
10287           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
10288           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
10289           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
10290           +> t/lib/mimeb64u.t t/lib/mimeqp.t
10291           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
10292           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
10293           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
10294 ____________________________________________________________________________
10295 [  9337] By: jhi                                   on 2001/03/25  04:23:24
10296         Log: Add MIME::Base64 here and there.  Again, a lot of
10297              optimism is in the air.
10298      Branch: perl
10299            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
10300            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
10301 ____________________________________________________________________________
10302 [  9336] By: jhi                                   on 2001/03/25  04:12:43
10303         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
10304              this by ear as I do not do Win32 programming.)
10305      Branch: perl
10306            ! win32/Makefile win32/makefile.mk
10307 ____________________________________________________________________________
10308 [  9335] By: jhi                                   on 2001/03/25  04:03:50
10309         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
10310      Branch: perl
10311            ! t/lib/md5-file.t
10312 ____________________________________________________________________________
10313 [  9334] By: jhi                                   on 2001/03/25  03:58:53
10314         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
10315      Branch: perl
10316            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
10317            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
10318            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
10319            + t/lib/mimeb64u.t t/lib/mimeqp.t
10320            ! MANIFEST
10321 ____________________________________________________________________________
10322 [  9333] By: jhi                                   on 2001/03/24  20:14:37
10323         Log: Integrate perlio.
10324      Branch: perl
10325           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
10326 ____________________________________________________________________________
10327 [  9332] By: nick                                  on 2001/03/24  19:40:34
10328         Log: Fix un-init variable leading to spurious "Out of Memory!"
10329      Branch: perlio
10330            ! doio.c
10331 ____________________________________________________________________________
10332 [  9331] By: nick                                  on 2001/03/24  19:09:59
10333         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
10334              and update layers internals doc.
10335      Branch: perlio
10336            ! pod/perlfunc.pod pod/perliol.pod
10337 ____________________________________________________________________________
10338 [  9330] By: jhi                                   on 2001/03/24  18:42:11
10339         Log: The length might be uninitialized garbage if the *svp is the undef.
10340      Branch: perl
10341            ! doio.c
10342 ____________________________________________________________________________
10343 [  9329] By: jhi                                   on 2001/03/24  18:26:57
10344         Log: (Retracted by #9393)
10345
10346              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
10347              From: Simon Cozens <simon@netthink.co.uk>
10348              Date: Sat, 24 Mar 2001 17:13:17 +0000
10349              Message-ID: <20010324171317.A13406@netthink.co.uk>
10350      Branch: perl
10351            ! utils/h2xs.PL
10352 ____________________________________________________________________________
10353 [  9328] By: nick                                  on 2001/03/24  17:22:02
10354         Log: Integrate mainline.
10355      Branch: perlio
10356           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
10357           !> lib/unicode/version
10358 ____________________________________________________________________________
10359 [  9327] By: nick                                  on 2001/03/24  17:16:02
10360         Log: Integrate mainline.
10361      Branch: perlio
10362           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10363           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
10364           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
10365           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
10366           +> t/lib/md5-file.t
10367           !> MANIFEST Makefile.SH configure.com djgpp/config.over
10368           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
10369           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
10370           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
10371           !> win32/makefile.mk
10372 ____________________________________________________________________________
10373 [  9326] By: jhi                                   on 2001/03/24  17:00:42
10374         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
10375      Branch: perl
10376            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
10377            ! lib/unicode/version
10378 ____________________________________________________________________________
10379 [  9325] By: jhi                                   on 2001/03/24  16:22:33
10380         Log: Subject: Re: B::Deparse bug (5.6.0)
10381              From: Robin Houston <robin@kitsite.com>
10382              Date: Sat, 24 Mar 2001 14:33:09 +0000
10383              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
10384      Branch: perl
10385            ! op.c pp.c t/lib/b.t t/op/repeat.t
10386 ____________________________________________________________________________
10387 [  9324] By: jhi                                   on 2001/03/24  16:21:56
10388         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
10389              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
10390              these additions may be too optimistic.
10391      Branch: perl
10392            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
10393            ! hints/uwin.sh hints/vmesa.sh
10394 ____________________________________________________________________________
10395 [  9323] By: jhi                                   on 2001/03/24  16:06:01
10396         Log: Integrate perlio.
10397      Branch: perl
10398           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
10399           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
10400            ! Makefile.SH
10401           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
10402           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
10403           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
10404           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10405           !> win32/makefile.mk win32/perlhost.h win32/win32.c
10406           !> win32/win32iop.h
10407 ____________________________________________________________________________
10408 [  9322] By: nick                                  on 2001/03/24  14:39:12
10409         Log: Routine Win32 regen_config_h - no real changes.
10410      Branch: perlio
10411            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10412 ____________________________________________________________________________
10413 [  9321] By: nick                                  on 2001/03/24  14:31:49
10414         Log: PerlIO fixups for Win32:
10415              - provide win33_popenlist() - non-functional as yet.
10416              - avoid need for aTHX in PerlIO_debug calls - even if not 
10417              enabled args are still evaluated so Win32 has trouble during fork().
10418              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
10419              - Fixup makedef.pl for latest set of symbols.
10420      Branch: perlio
10421            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
10422            ! win32/perlhost.h win32/win32.c win32/win32iop.h
10423 ____________________________________________________________________________
10424 [  9320] By: nick                                  on 2001/03/24  14:26:58
10425         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
10426              was gibberish - broke it on WIn32 at least.
10427      Branch: perlio
10428            ! ext/POSIX/POSIX.xs
10429 ____________________________________________________________________________
10430 [  9319] By: nick                                  on 2001/03/24  11:29:41
10431         Log: Generated files.
10432      Branch: perlio
10433            ! embed.h global.sym objXSUB.h perlapi.c proto.h
10434 ____________________________________________________________________________
10435 [  9318] By: nick                                  on 2001/03/24  10:29:37
10436         Log: Implement:
10437              1.  open($fh,"+<",undef);  # add test to t/io/open.t
10438              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
10439      Branch: perlio
10440            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
10441            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
10442            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
10443            ! t/io/open.t t/io/utf8.t
10444 ____________________________________________________________________________
10445 [  9317] By: jhi                                   on 2001/03/23  23:41:25
10446         Log: AIX does seems to have optimization problems with its C compilers.
10447      Branch: perl
10448            ! hints/aix.sh
10449 ____________________________________________________________________________
10450 [  9316] By: jhi                                   on 2001/03/23  23:40:46
10451         Log: Integrate perlio.
10452      Branch: perl
10453           +> lib/PerlIO.pm
10454           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
10455           !> perliol.h
10456 ____________________________________________________________________________
10457 [  9315] By: jhi                                   on 2001/03/23  22:16:30
10458         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
10459      Branch: perl
10460            ! t/lib/md5-file.t
10461 ____________________________________________________________________________
10462 [  9314] By: nick                                  on 2001/03/23  20:49:02
10463         Log: Perlio internals re-organized.
10464              - open process creates AV of layer/arg pairs
10465              (appends layers from open() or open.pm to default list).
10466              - push arg is now an SV.
10467              - layer ->Open get passed the AV
10468              - open is no longer mandatory method.
10469              - topmost layer that has ->Open method does the open
10470              - any layers above are pushed once that returns.
10471              - vtable re-ordered so dummy layers need only provide push/pop methods.
10472      Branch: perlio
10473            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
10474 ____________________________________________________________________________
10475 [  9313] By: nick                                  on 2001/03/23  16:27:41
10476         Log: Check in a stable (working) version before next round of tweaks.
10477              Changes include:
10478              - Move default layers code out of doio.c and into perlio.c
10479              - Single routine for parsing layer specification strings.
10480              - Skeleton support for demand loading of layers
10481              - Core-dump avoidance if PERLIO environment specifies loadable layer
10482              (does not _work_ as need IO to load and need load to do IO ...)
10483      Branch: perlio
10484            + lib/PerlIO.pm
10485            ! MANIFEST doio.c perlio.c
10486 ____________________________________________________________________________
10487 [  9312] By: gsar                                  on 2001/03/23  16:25:25
10488         Log: add execute bit to files with shebang lines in the repository;
10489              avoid clobbering execute bit in Porting/makerel 
10490      Branch: maint-5.6/perl
10491            ! (edit 144 files)
10492 ____________________________________________________________________________
10493 [  9311] By: jhi                                   on 2001/03/23  14:25:35
10494         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
10495      Branch: perl
10496            ! MANIFEST
10497 ____________________________________________________________________________
10498 [  9310] By: jhi                                   on 2001/03/23  13:45:04
10499         Log: Subject: [PATCH] Net::Ping
10500              From: Colin McMillen <mcmi0037@tc.umn.edu>
10501              Date: Thu, 22 Mar 2001 19:30:31 -0600
10502              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
10503      Branch: perl
10504            ! lib/Net/Ping.pm
10505 ____________________________________________________________________________
10506 [  9309] By: jhi                                   on 2001/03/23  13:39:13
10507         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
10508      Branch: perl
10509            ! t/lib/md5-aaa.t t/lib/md5-file.t
10510 ____________________________________________________________________________
10511 [  9308] By: jhi                                   on 2001/03/23  13:20:34
10512         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
10513              - bump the version to 2.14
10514              - drop the base64 tests since they require MIME::Base64
10515              - drop the rfc1321.txt
10516              - drop the hints/dec_osf.pl since it's only needed for
10517              pre-5.005_03 Perls
10518              Todo:
10519              - the U32 alignment testing is now removed; it needs to
10520              be reintroduced as as a Config variable (meaning also
10521              as a Configure test)
10522              - get the new EBCDIC md5sum for MD5.pm
10523              - test in Win32 to see how badly I botched the makefiles
10524      Branch: perl
10525            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10526            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
10527            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
10528            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
10529            + t/lib/md5-file.t
10530            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
10531            ! win32/Makefile win32/makefile.mk
10532 ____________________________________________________________________________
10533 [  9307] By: jhi                                   on 2001/03/23  12:56:14
10534         Log: Integrate change #9306 from maintperl into mainline,
10535              AIX dynaloader for AIXes without <load.h>.
10536      Branch: perl
10537           !> ext/DynaLoader/hints/aix.pl
10538 ____________________________________________________________________________
10539 [  9306] By: jhi                                   on 2001/03/23  12:51:36
10540         Log: There are AIXes without /usr/include/load.h,
10541              patch from H.Merijn Brand.
10542      Branch: maint-5.6/perl
10543            ! ext/DynaLoader/hints/aix.pl
10544 ____________________________________________________________________________
10545 [  9305] By: nick                                  on 2001/03/23  11:00:42
10546         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
10547      Branch: perlio
10548            ! ext/Encode/Encode.xs perlio.c perlio.h
10549 ____________________________________________________________________________
10550 [  9304] By: nick                                  on 2001/03/23  10:20:46
10551         Log: Render -Duseperlio functional again.
10552              - this is "quick fix" which calls PerlIO_apply_layers after opening,
10553              which is what old scheme did. New scheme needs to change that
10554              to make open(...,\$scalar) etc. work but this will do for now.
10555      Branch: perlio
10556            ! perlio.c
10557 ____________________________________________________________________________
10558 [  9303] By: nick                                  on 2001/03/23  09:53:20
10559         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
10560              -Uuseperlio now works again.
10561              -Duseperlio is still poorly. Don't merge yet...
10562      Branch: perlio
10563            ! doio.c perlio.h
10564 ____________________________________________________________________________
10565 [  9302] By: nick                                  on 2001/03/22  22:26:51
10566         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
10567              type code.
10568              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
10569              is its main caller. In particular now has access to "extra" args, and
10570              can tell when an open handle is "reopened" (or duped?).
10571              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
10572              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
10573              PerlIO_open() et. al. (i.e. other way round).
10574              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
10575              with args close to PerlIO_openn().
10576      Branch: perlio
10577            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
10578 ____________________________________________________________________________
10579 [  9301] By: jhi                                   on 2001/03/22  20:58:04
10580         Log: Integrate perlio.
10581      Branch: perl
10582           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
10583           !> t/io/open.t util.c
10584 ____________________________________________________________________________
10585 [  9300] By: nick                                  on 2001/03/22  17:36:32
10586         Log: Don't include $@ in not ok message.
10587      Branch: perlio
10588            ! t/io/open.t
10589 ____________________________________________________________________________
10590 [  9299] By: gsar                                  on 2001/03/22  16:53:45
10591         Log: back out changes#7532,7521 for now (appears to have problems
10592              on IRIX)
10593      Branch: maint-5.6/perl
10594            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10595            ! ext/POSIX/typemap pod/perlvar.pod
10596 ____________________________________________________________________________
10597 [  9298] By: nick                                  on 2001/03/22  14:35:46
10598         Log: Give a meaning to '&' in n-arg open case:
10599              open($fh,"<&",$scalar);
10600              $scalar can be:
10601              - an integer which does "fdopen"
10602              open($fh,"<&",2); # like open($fh,"<&2")
10603              - something that will yield a file handle via sv_2io()
10604              useful for dup'ing anonymous handles.
10605              e.g.:
10606              open(my $fh,"<&",\*STDIN);
10607              open(my $dup,"<&",$fh);
10608      Branch: perlio
10609            ! doio.c t/io/open.t
10610 ____________________________________________________________________________
10611 [  9297] By: nick                                  on 2001/03/22  13:34:35
10612         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
10613      Branch: perlio
10614            ! util.c
10615 ____________________________________________________________________________
10616 [  9296] By: nick                                  on 2001/03/22  12:51:20
10617         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
10618      Branch: perlio
10619            ! perl.c
10620 ____________________________________________________________________________
10621 [  9295] By: nick                                  on 2001/03/22  11:59:44
10622         Log: If stdin, stdout or stderr get opened in unexpected read/write state
10623              then warn at time of open not at time of use.
10624      Branch: perlio
10625            ! doio.c pp_hot.c pp_sys.c
10626 ____________________________________________________________________________
10627 [  9294] By: nick                                  on 2001/03/22  10:54:35
10628         Log: Die on n-arg open(...,"",xxx,yyy,...)
10629              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
10630              - die on read/write cases so we can decide what it means later.
10631      Branch: perlio
10632            ! doio.c embed.pl iperlsys.h util.c
10633 ____________________________________________________________________________
10634 [  9293] By: nick                                  on 2001/03/22  09:02:45
10635         Log: perlio tweaks (reported by Nick Clark)
10636              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
10637              error check in Pendinf_read().
10638      Branch: perlio
10639            ! perlio.c
10640 ____________________________________________________________________________
10641 [  9292] By: gsar                                  on 2001/03/22  07:12:00
10642         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
10643              fixes)
10644      Branch: maint-5.6/perl
10645           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
10646 ____________________________________________________________________________
10647 [  9291] By: jhi                                   on 2001/03/22  06:06:44
10648         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
10649      Branch: perl
10650            ! t/op/re_tests
10651 ____________________________________________________________________________
10652 [  9290] By: jhi                                   on 2001/03/22  05:57:01
10653         Log: Move MacOS Classic higher in the list of supported platforms.
10654      Branch: maint-5.6/perl
10655            ! pod/perlport.pod
10656 ____________________________________________________________________________
10657 [  9289] By: gsar                                  on 2001/03/22  05:35:04
10658         Log: revert part of change#6438 for compatibility (av_reify()
10659              appears to be needed to implement av_splice()ish things
10660              in XS)
10661      Branch: maint-5.6/perl
10662            ! embed.pl global.sym objXSUB.h perlapi.c
10663 ____________________________________________________________________________
10664 [  9288] By: gsar                                  on 2001/03/22  03:09:19
10665         Log: update copyright year
10666      Branch: maint-5.6/perl
10667            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10668            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
10669            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
10670            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
10671            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
10672            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
10673            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
10674            ! x2p/walk.c
10675 ____________________________________________________________________________
10676 [  9287] By: jhi                                   on 2001/03/21  20:30:54
10677         Log: Integrate perlio.
10678      Branch: perl
10679           !> ext/Data/Dumper/Dumper.xs
10680 ____________________________________________________________________________
10681 [  9286] By: gsar                                  on 2001/03/21  19:49:54
10682         Log: makefile.mk tweak
10683      Branch: maint-5.6/perl
10684            ! win32/Makefile win32/makefile.mk
10685 ____________________________________________________________________________
10686 [  9285] By: nick                                  on 2001/03/21  19:07:13
10687         Log: Multiplicity fix for Dumper.
10688      Branch: perlio
10689            ! ext/Data/Dumper/Dumper.xs
10690 ____________________________________________________________________________
10691 [  9284] By: nick                                  on 2001/03/21  19:01:07
10692         Log: Integrate mainline - (does not build xTHX issue in Dumper).
10693      Branch: perlio
10694           !> (integrate 27 files)
10695 ____________________________________________________________________________
10696 [  9283] By: jhi                                   on 2001/03/21  17:17:35
10697         Log: Integrate change #9282 from mainline into maintperl,
10698              4-arg UTF-8 substr().
10699      Branch: maint-5.6/perl
10700           !> pp.c
10701 ____________________________________________________________________________
10702 [  9282] By: jhi                                   on 2001/03/21  17:15:43
10703         Log: The #9270 would have leaked a scalar if pp_substr()
10704              returned early.
10705      Branch: perl
10706            ! pp.c
10707 ____________________________________________________________________________
10708 [  9281] By: gsar                                  on 2001/03/21  17:03:14
10709         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
10710      Branch: maint-5.6/perl
10711            ! win32/makefile.mk
10712 ____________________________________________________________________________
10713 [  9280] By: gsar                                  on 2001/03/21  17:01:20
10714         Log: some tweaks to change#9278 (fork() emulation should be enabled
10715              by setting BUILD_FLAVOR instead of changing the defaults)
10716      Branch: maint-5.6/perl
10717            ! win32/makefile.mk
10718 ____________________________________________________________________________
10719 [  9279] By: gsar                                  on 2001/03/21  16:47:19
10720         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
10721      Branch: maint-5.6/perl
10722            ! ext/File/Glob/Glob.pm
10723           !> lib/Cwd.pm
10724 ____________________________________________________________________________
10725 [  9278] By: jhi                                   on 2001/03/21  14:35:10
10726         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
10727              From: "Vadim Konovalov" <watman@inbox.ru>
10728              Date: Wed, 21 Mar 2001 01:53:51 +0300
10729              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
10730      Branch: maint-5.6/perl
10731            ! win32/makefile.mk win32/win32sck.c
10732 ____________________________________________________________________________
10733 [  9277] By: jhi                                   on 2001/03/21  13:58:28
10734         Log: Integrate change #9270 from mainline to maintperl:
10735              continued 4-arg UTF-8 substr() fixing.
10736      Branch: maint-5.6/perl
10737           !> pp.c t/op/substr.t
10738 ____________________________________________________________________________
10739 [  9276] By: jhi                                   on 2001/03/21  13:33:00
10740         Log: More pixie cleaning.
10741      Branch: perl
10742            ! Makefile.SH
10743 ____________________________________________________________________________
10744 [  9275] By: jhi                                   on 2001/03/21  03:54:17
10745         Log: Update Changes.
10746      Branch: perl
10747            ! Changes patchlevel.h
10748 ____________________________________________________________________________
10749 [  9274] By: jhi                                   on 2001/03/21  03:48:24
10750         Log: First stab at making Data::Dumper to grok Unicode.
10751              
10752              TODO: tests, EBCDICify.
10753      Branch: perl
10754            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10755 ____________________________________________________________________________
10756 [  9273] By: jhi                                   on 2001/03/21  02:23:00
10757         Log: Fix for
10758              
10759              Subject: Memory leak in unquoted print   
10760              From: Benjamin Sugars <bsugars@canoe.ca> 
10761              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
10762              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
10763      Branch: perl
10764            ! perlio.c
10765 ____________________________________________________________________________
10766 [  9272] By: jhi                                   on 2001/03/21  01:33:17
10767         Log: Subject: Re: [PATCH] POSIX::getcwd()
10768              From: Benjamin Sugars <bsugars@canoe.ca> 
10769              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
10770              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
10771      Branch: perl
10772            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10773 ____________________________________________________________________________
10774 [  9271] By: jhi                                   on 2001/03/21  01:22:52
10775         Log: Subject: [PATCH] Cwd.pm docs
10776              From: Benjamin Sugars <bsugars@canoe.ca>
10777              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
10778              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
10779      Branch: perl
10780            ! lib/Cwd.pm
10781 ____________________________________________________________________________
10782 [  9270] By: jhi                                   on 2001/03/21  01:16:29
10783         Log: Continue 4-arg substr() UTF-8 fixage.
10784      Branch: perl
10785            ! pp.c t/op/substr.t
10786 ____________________________________________________________________________
10787 [  9269] By: jhi                                   on 2001/03/21  00:46:14
10788         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
10789              
10790              revert the leak fix in change#9142 (problem needs a more experimental
10791              fix unsuitable for 5.6.1)
10792              
10793              do alphabetical sorting by default (for csh compatibility)
10794              
10795              cut-n-paste goof in change#9264
10796              
10797              VMS piping fixes (from Charles Lane)
10798      Branch: perl
10799           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
10800           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
10801           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
10802 ____________________________________________________________________________
10803 [  9268] By: jhi                                   on 2001/03/21  00:37:04
10804         Log: Integrate perlio.
10805      Branch: perl
10806           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
10807           !> utf8.c utf8.h utfebcdic.h
10808 ____________________________________________________________________________
10809 [  9267] By: nick                                  on 2001/03/20  20:04:39
10810         Log: More EBCDIC stuff:
10811              - Loose the extra level of function on ASCII.
10812              - spotted a chr(0) issue in sv.c
10813              - re-work of UTF-X tr/// ranges to work in Unicode
10814              space. Still issues with the "0xff is illegal UTF-8" hack.
10815              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
10816              (why do it once when you can do it all over the place :-(
10817              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
10818              need utf8.pm for swashes.
10819              - Simplified and commented scan_const() in toke.c
10820              Still something wrong regexp and tr (swashes?).
10821      Branch: perlio
10822            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
10823            ! utf8.c utf8.h utfebcdic.h
10824 ____________________________________________________________________________
10825 [  9266] By: gsar                                  on 2001/03/20  19:16:43
10826         Log: VMS piping fixes (from Charles Lane)
10827      Branch: maint-5.6/perl
10828            ! vms/vms.c vms/vmspipe.com
10829 ____________________________________________________________________________
10830 [  9265] By: gsar                                  on 2001/03/20  17:53:52
10831         Log: cut-n-paste goof in change#9264
10832      Branch: maint-5.6/perl
10833            ! ext/File/Glob/Glob.xs
10834 ____________________________________________________________________________
10835 [  9264] By: gsar                                  on 2001/03/20  17:43:47
10836         Log: do alphabetical sorting by default (for csh compatibility);
10837              bsd_glob() does ASCII sort by default as usual, unless
10838              GLOB_ALPHASORT was specified
10839      Branch: maint-5.6/perl
10840            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
10841            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
10842            ! ext/File/Glob/bsd_glob.h
10843 ____________________________________________________________________________
10844 [  9263] By: gsar                                  on 2001/03/20  16:40:08
10845         Log: integrate change#9255 from mainline (unicode fix)
10846              
10847              substr($bytestr, i, n, $charstr)
10848      Branch: maint-5.6/perl
10849           !> Todo-5.6 pp.c t/op/substr.t
10850 ____________________________________________________________________________
10851 [  9262] By: gsar                                  on 2001/03/20  15:57:41
10852         Log: revert the leak fix in change#9142 (problem needs a more experimental
10853              fix unsuitable for 5.6.1)
10854      Branch: maint-5.6/perl
10855            ! scope.c
10856 ____________________________________________________________________________
10857 [  9261] By: jhi                                   on 2001/03/20  14:26:25
10858         Log: Integrate changes #9259,9260 from maintperl into mainline.
10859              
10860              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
10861              
10862              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
10863      Branch: perl
10864           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
10865 ____________________________________________________________________________
10866 [  9260] By: jhi                                   on 2001/03/20  14:05:46
10867         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
10868              From: Robin Barker <rmb1@cise.npl.co.uk>
10869              Date: Tue, 20 Mar 2001 10:12:04 GMT
10870              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
10871      Branch: maint-5.6/perl
10872            ! run.c
10873 ____________________________________________________________________________
10874 [  9259] By: jhi                                   on 2001/03/20  14:04:39
10875         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
10876              From: Chris Nandor <pudge@pobox.com>
10877              Date: Tue, 20 Mar 2001 00:40:56 -0500
10878              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
10879      Branch: maint-5.6/perl
10880            ! ext/POSIX/POSIX.xs lib/File/Path.pm
10881 ____________________________________________________________________________
10882 [  9258] By: jhi                                   on 2001/03/20  05:09:34
10883         Log: Update Changes.
10884      Branch: perl
10885            ! Changes patchlevel.h
10886 ____________________________________________________________________________
10887 [  9257] By: jhi                                   on 2001/03/20  05:04:25
10888         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
10889      Branch: perl
10890            ! t/op/tr.t
10891 ____________________________________________________________________________
10892 [  9256] By: jhi                                   on 2001/03/20  04:43:12
10893         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
10894              From: Peter Prymmer <pvhp@forte.com>
10895              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
10896              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
10897      Branch: maint-5.6/perl
10898            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
10899 ____________________________________________________________________________
10900 [  9255] By: jhi                                   on 2001/03/19  23:17:17
10901         Log: substr($bytestr, i, n, $charstr)
10902
10903              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
10904      Branch: perl
10905            ! Todo-5.6 pp.c t/op/substr.t
10906 ____________________________________________________________________________
10907 [  9254] By: jhi                                   on 2001/03/19  22:25:09
10908         Log: Rearrange the make test target prerequisites so that
10909              in a parallel make 'all' is finished before 'test'.
10910      Branch: perl
10911            ! Makefile.SH
10912 ____________________________________________________________________________
10913 [  9253] By: jhi                                   on 2001/03/19  21:48:07
10914         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
10915              From: Robin Houston <robin@kitsite.com>
10916              Date: Mon, 19 Mar 2001 15:48:41 +0000
10917              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
10918      Branch: perl
10919            ! pp_ctl.c
10920 ____________________________________________________________________________
10921 [  9252] By: jhi                                   on 2001/03/19  21:42:27
10922         Log: Integrate perlio.
10923      Branch: perl
10924           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
10925           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
10926           !> utfebcdic.h vms/perly_c.vms
10927 ____________________________________________________________________________
10928 [  9251] By: jhi                                   on 2001/03/19  21:31:28
10929         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
10930              
10931              Dynaloading in 64-bit AIX with vac.
10932      Branch: perl
10933           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
10934           !> hints/aix.sh
10935 ____________________________________________________________________________
10936 [  9250] By: jhi                                   on 2001/03/19  21:18:00
10937         Log: A more robust solution for the 64bitall AIX dynaloading
10938              problem, from Jens-Uwe Mager.
10939      Branch: maint-5.6/perl
10940            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
10941 ____________________________________________________________________________
10942 [  9249] By: nick                                  on 2001/03/19  20:59:37
10943         Log: Integrate mainline.
10944      Branch: perlio
10945           !> (integrate 42 files)
10946 ____________________________________________________________________________
10947 [  9248] By: nick                                  on 2001/03/19  20:22:07
10948         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
10949              (Building on OS390 uses native YACC and YYDEBUG has other
10950              side effects.)
10951      Branch: perlio
10952            ! perly.c perly.y vms/perly_c.vms
10953 ____________________________________________________________________________
10954 [  9247] By: jhi                                   on 2001/03/19  19:59:53
10955         Log: 64-bit AIX dynaloading problem (see #9244) idea
10956              from Jens-Uwe Mager.
10957      Branch: maint-5.6/perl
10958            ! ext/DynaLoader/dl_aix.xs
10959 ____________________________________________________________________________
10960 [  9246] By: nick                                  on 2001/03/19  19:27:57
10961         Log: More EBCDIC fixes.
10962      Branch: perlio
10963            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
10964            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
10965 ____________________________________________________________________________
10966 [  9245] By: jhi                                   on 2001/03/19  19:05:19
10967         Log: Integrate change #9243 from mainline into maintperl.
10968              
10969              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
10970      Branch: maint-5.6/perl
10971           !> README.vmesa
10972 ____________________________________________________________________________
10973 [  9244] By: jhi                                   on 2001/03/19  19:03:15
10974         Log: Get 64bitall AIX building, but still does not test okay:
10975              dynaloading anything fails, for example for op/defins:
10976              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
10977              (update: fixed by #9247,9250)
10978      Branch: maint-5.6/perl
10979            ! hints/aix.sh
10980 ____________________________________________________________________________
10981 [  9243] By: jhi                                   on 2001/03/19  19:00:16
10982         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
10983              From: Robin Barker <rmb1@cise.npl.co.uk>
10984              Date: Mon, 19 Mar 2001 18:01:57 GMT
10985              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
10986      Branch: perl
10987            ! README.vmesa
10988 ____________________________________________________________________________
10989 [  9242] By: jhi                                   on 2001/03/19  18:58:43
10990         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
10991              
10992              TODO: tests.
10993      Branch: perl
10994            ! doop.c op.c
10995 ____________________________________________________________________________
10996 [  9241] By: gsar                                  on 2001/03/19  17:34:46
10997         Log: VMSify tests (from Charles Lane)
10998      Branch: maint-5.6/perl
10999            ! t/lib/filehand.t t/lib/texttabs.t
11000 ____________________________________________________________________________
11001 [  9240] By: jhi                                   on 2001/03/19  14:24:26
11002         Log: Integrate change #9233 from maintperl into mainline.
11003              
11004              some refcounts were incorrect in perl_clone()
11005      Branch: perl
11006           !> sv.c
11007 ____________________________________________________________________________
11008 [  9239] By: gsar                                  on 2001/03/19  09:23:17
11009         Log: this is 5.6.1-trial3
11010      Branch: maint-5.6/perl
11011            ! Changes
11012 ____________________________________________________________________________
11013 [  9238] By: gsar                                  on 2001/03/19  08:47:04
11014         Log: some new symbols are only available under ithreads
11015      Branch: maint-5.6/perl
11016            ! makedef.pl
11017 ____________________________________________________________________________
11018 [  9237] By: gsar                                  on 2001/03/19  08:42:28
11019         Log: update patchlevel.h, Changes, &c.
11020      Branch: maint-5.6/perl
11021            ! Changes patchlevel.h pod/perlhist.pod
11022           !> AUTHORS
11023 ____________________________________________________________________________
11024 [  9236] By: gsar                                  on 2001/03/19  08:17:49
11025         Log: integrate changes#8068,8717 from mainline
11026              
11027              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
11028              
11029              [PATCH CPAN 1.59_51] warning message (not!)
11030      Branch: maint-5.6/perl
11031           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
11032           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
11033           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
11034           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
11035           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
11036 ____________________________________________________________________________
11037 [  9235] By: gsar                                  on 2001/03/19  08:07:09
11038         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
11039              
11040              [PATCH] Add missing CV flags to dump.c
11041              
11042              Re: [patch] Re: PL_ptr_table
11043              
11044              Fixup non-ithread build after 8713
11045              
11046              Generated files form 8713 etc.
11047              
11048              Correct the correction :-(
11049              
11050              Documenting coderef @INC (Re: CPAN "make this script work" feature)
11051              
11052              Subject: Re: sync sync sync: have I missed any patches?
11053              Replace djSP with dSP.
11054      Branch: maint-5.6/perl
11055           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
11056           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
11057           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
11058           !> sv.c sv.h win32/perlhost.h
11059 ____________________________________________________________________________
11060 [  9234] By: gsar                                  on 2001/03/19  07:22:05
11061         Log: revert the change#9090 integrate for now (change looks somewhat
11062              incomplete in that [ha]v_exists() need something similar; lacks
11063              tests; &c.)
11064      Branch: maint-5.6/perl
11065            ! hv.c
11066 ____________________________________________________________________________
11067 [  9233] By: gsar                                  on 2001/03/19  07:10:01
11068         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
11069              destruction when there are unreferenced scalars (SvREFCNT==0)
11070      Branch: maint-5.6/perl
11071            ! sv.c
11072 ____________________________________________________________________________
11073 [  9232] By: jhi                                   on 2001/03/19  05:11:02
11074         Log: Regen api and toc.
11075      Branch: maint-5.6/perl
11076            ! pod/perlapi.pod pod/perltoc.pod
11077 ____________________________________________________________________________
11078 [  9231] By: jhi                                   on 2001/03/19  04:06:03
11079         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
11080              add a lost line in pp.c:pp_chop(), update to new op/chop.
11081              
11082              Clarify the description differentiating for and while; inspired by
11083              
11084              Subject: [ID 20010306.004] || != named unary operator
11085              
11086              The $Is_MacOS needs to be declared.
11087      Branch: maint-5.6/perl
11088            ! pp.c t/op/chop.t
11089           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
11090 ____________________________________________________________________________
11091 [  9230] By: jhi                                   on 2001/03/19  03:48:16
11092         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
11093              9079,9083,9089,9090,9091 from mainline to maintperl.
11094              
11095              Quieten some noise in Win32 builds
11096              
11097              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
11098              
11099              The perlretut was still talking about the old \p and \P
11100              definitions.
11101              
11102              More tweakage on the Unicode character class descriptions.
11103              
11104              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
11105              
11106              Subject: 'no *POSIX' Patch speeding up make on BS2000 
11107              
11108              Subject: [PATCH] perldata.pod here-doc docs
11109              
11110              Add /sbin and /usr/sbin to the list of directories scanned
11111              for setuid programs.  Takes care of bug id 20010309.003.
11112              
11113              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
11114              
11115              In op/stat #35 better to scan all the potential directories
11116              for setuids, not just the first one.
11117      Branch: maint-5.6/perl
11118            ! Makefile.SH
11119           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
11120           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
11121           !> t/op/stat.t toke.c win32/win32.h
11122 ____________________________________________________________________________
11123 [  9229] By: jhi                                   on 2001/03/19  02:31:50
11124         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
11125              From: Chris Nandor <pudge@pobox.com>
11126              Date: Sat, 10 Mar 2001 14:22:19 -0500
11127              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
11128      Branch: maint-5.6/perl
11129            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
11130            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
11131            ! t/lib/b.t t/lib/errno.t
11132 ____________________________________________________________________________
11133 [  9228] By: jhi                                   on 2001/03/19  02:29:59
11134         Log: Integrate changes #9113,9122 from mainline into maintperl.
11135              
11136              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?)
11137      Branch: maint-5.6/perl
11138           !> Configure README.os390 hints/os390.sh
11139 ____________________________________________________________________________
11140 [  9227] By: jhi                                   on 2001/03/19  02:22:35
11141         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
11142              into maintperl.
11143              
11144              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
11145              
11146              Forgot to check-in the larger part of #9120, duh.
11147              
11148              Subject: Another patch for integer.pm POD 
11149              
11150              h2ph strictness and cleanliness from Kurt Starsinic.
11151              
11152              Borland filename case problem.
11153              
11154              h2ph strictness and cleanliness from Kurt Starsinic.
11155              
11156              Subject: [PATCH] the uncontroversial doc patches
11157      Branch: maint-5.6/perl
11158           +> win32/sncfnmcs.pl
11159           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
11160           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
11161           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
11162           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
11163           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
11164           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
11165           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
11166 ____________________________________________________________________________
11167 [  9226] By: jhi                                   on 2001/03/19  02:10:21
11168         Log: Integrate changes #9207,9214 from mainline into maintperl.
11169              
11170              podchecker relaxations: =over has an *optional* number after it,
11171              and whitespace in L<> is okay.
11172      Branch: maint-5.6/perl
11173           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
11174           !> t/pod/poderrs.xr
11175 ____________________________________________________________________________
11176 [  9225] By: jhi                                   on 2001/03/19  02:07:38
11177         Log: Integrate change #9219 from maintperl into mainline.
11178              
11179              remove duplicated tests
11180      Branch: perl
11181           !> t/op/re_tests
11182 ____________________________________________________________________________
11183 [  9224] By: jhi                                   on 2001/03/19  02:06:11
11184         Log: Integrate change #9223 from mainline to maintperl.
11185              
11186              Document -Dmksymlinks.
11187      Branch: maint-5.6/perl
11188           !> INSTALL
11189 ____________________________________________________________________________
11190 [  9223] By: jhi                                   on 2001/03/19  02:01:25
11191         Log: Document -Dmksymlinks.
11192      Branch: perl
11193            ! INSTALL
11194 ____________________________________________________________________________
11195 [  9222] By: jhi                                   on 2001/03/19  01:15:35
11196         Log: The -Dmksymlinks wasn't working for maintperl.
11197      Branch: maint-5.6/perl
11198            ! Configure
11199 ____________________________________________________________________________
11200 [  9221] By: jhi                                   on 2001/03/19  00:49:43
11201         Log: Cleanup pixie residue.
11202      Branch: perl
11203            ! Makefile.SH
11204 ____________________________________________________________________________
11205 [  9220] By: jhi                                   on 2001/03/19  00:44:47
11206         Log: Document the use of pixie/prof; create make targets for it.
11207              
11208              TODO: make t/TEST pixie-aware.
11209      Branch: perl
11210            ! Makefile.SH pod/perlhack.pod
11211 ____________________________________________________________________________
11212 [  9219] By: gsar                                  on 2001/03/19  00:16:55
11213         Log: remove duplicated tests
11214      Branch: maint-5.6/perl
11215            ! t/op/re_tests
11216 ____________________________________________________________________________
11217 [  9218] By: jhi                                   on 2001/03/18  23:59:31
11218         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
11219      Branch: perl
11220            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
11221 ____________________________________________________________________________
11222 [  9217] By: jhi                                   on 2001/03/18  23:25:20
11223         Log: Rewrite the tests section of Makefile to be less redundant
11224              and to allow for more flexible test targets, many recursive
11225              make calls introduced.
11226      Branch: perl
11227            ! Makefile.SH
11228 ____________________________________________________________________________
11229 [  9216] By: jhi                                   on 2001/03/18  22:30:04
11230         Log: Document the use of Third Degree (sparsely).
11231      Branch: perl
11232            ! pod/perlhack.pod t/TEST
11233 ____________________________________________________________________________
11234 [  9215] By: jhi                                   on 2001/03/18  22:10:30
11235         Log: Make targets for testing with Third Degree.
11236      Branch: perl
11237            ! Makefile.SH
11238 ____________________________________________________________________________
11239 [  9214] By: jhi                                   on 2001/03/18  21:08:53
11240         Log: The podchecker relaxations need to mirrored also at the tests.
11241      Branch: perl
11242            ! t/pod/poderrs.xr
11243 ____________________________________________________________________________
11244 [  9213] By: jhi                                   on 2001/03/18  20:56:21
11245         Log: Update Changes.
11246      Branch: perl
11247            ! Changes patchlevel.h
11248 ____________________________________________________________________________
11249 [  9212] By: jhi                                   on 2001/03/18  20:36:59
11250         Log: Looking for config.sh in parent directories isn't
11251              very useful for the toplevel Makefile.
11252      Branch: perl
11253            ! Makefile.SH
11254 ____________________________________________________________________________
11255 [  9211] By: jhi                                   on 2001/03/18  20:33:37
11256         Log: On "make clean" take care of Third Degree droppings.
11257      Branch: perl
11258            ! Makefile.SH
11259 ____________________________________________________________________________
11260 [  9210] By: jhi                                   on 2001/03/18  20:21:34
11261         Log: Add a hook for running the tests under the Third Degree
11262              debugging tool (set $ENV{PERL_3LOG} to non-zero)
11263              
11264              TODO: Document the use of Third Degree.
11265      Branch: perl
11266            ! t/TEST
11267 ____________________________________________________________________________
11268 [  9209] By: jhi                                   on 2001/03/18  20:19:07
11269         Log: Regen toc and api pods.
11270      Branch: perl
11271            ! pod/perlapi.pod pod/perltoc.pod
11272 ____________________________________________________________________________
11273 [  9208] By: jhi                                   on 2001/03/18  20:12:12
11274         Log: Integrate changes #8128,9132 from mainline into maintperl,
11275              Tie::SubstrHash fixes.
11276      Branch: maint-5.6/perl
11277           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
11278 ____________________________________________________________________________
11279 [  9207] By: jhi                                   on 2001/03/18  20:07:43
11280         Log: podchecker relaxations from Michael Stevens.
11281      Branch: perl
11282            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
11283 ____________________________________________________________________________
11284 [  9206] By: jhi                                   on 2001/03/18  20:04:24
11285         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
11286      Branch: perl
11287            ! lib/Locale/Constants.pm lib/Locale/Country.pm
11288            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
11289            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
11290 ____________________________________________________________________________
11291 [  9205] By: jhi                                   on 2001/03/18  19:54:45
11292         Log: Integrate changes #9161,9162 from maintperl to mainline.
11293              
11294              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
11295              results
11296      Branch: perl
11297           !> t/op/magic.t
11298 ____________________________________________________________________________
11299 [  9204] By: jhi                                   on 2001/03/18  19:37:46
11300         Log: Make perl.third checks more understandable to the builder.
11301      Branch: perl
11302            ! Makefile.SH
11303 ____________________________________________________________________________
11304 [  9203] By: jhi                                   on 2001/03/18  19:20:54
11305         Log: Re-integrate #9138 from maintperl to mainline,
11306              the squelching of the unneeded "Scalars leaked" messages.
11307      Branch: perl
11308           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
11309           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
11310           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
11311 ____________________________________________________________________________
11312 [  9202] By: jhi                                   on 2001/03/18  18:48:36
11313         Log: More robust and more paranoid perl.third target.
11314      Branch: perl
11315            ! Makefile.SH
11316 ____________________________________________________________________________
11317 [  9201] By: jhi                                   on 2001/03/18  18:39:21
11318         Log: Integrate change #9197 from maintperl to mainline.
11319              
11320              more thorough cleaning of arenas.
11321      Branch: perl
11322           !> embed.pl perl.c proto.h sv.c t/op/sort.t
11323 ____________________________________________________________________________
11324 [  9200] By: jhi                                   on 2001/03/18  18:25:17
11325         Log: Integrate perlio.
11326      Branch: perl
11327           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
11328           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
11329           !> t/lib/encode.t toke.c universal.c utf8.c
11330 ____________________________________________________________________________
11331 [  9199] By: nick                                  on 2001/03/18  15:23:51
11332         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
11333              is the sense of the test being done. Avoid some magical 127 and 128 values
11334              by using macros.
11335      Branch: perlio
11336            ! doop.c pp_ctl.c sv.c toke.c
11337 ____________________________________________________________________________
11338 [  9198] By: nick                                  on 2001/03/18  14:18:12
11339         Log: UTF-X encoding invariance for Encode:
11340              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
11341              - move the XS code for those to universal.c (so in miniperl)
11342              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
11343              - change ext/Encode/compile to use above.
11344              - Fix t/lib/encode.t for above
11345              - Teach t/lib/b.t to expect -uutf8
11346              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
11347              utf8.pm is needed.
11348      Branch: perlio
11349            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11350            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
11351 ____________________________________________________________________________
11352 [  9197] By: gsar                                  on 2001/03/18  12:15:57
11353         Log: more thorough cleaning of arenas--keep going until no more
11354              SvREFCNT_dec()s occur (this fixes the problem that causes the
11355              pesky "Scalars leaked" warnings)
11356      Branch: maint-5.6/perl
11357            ! embed.pl perl.c proto.h sv.c t/op/sort.t
11358 ____________________________________________________________________________
11359 [  9196] By: nick                                  on 2001/03/18  10:57:29
11360         Log: Fix pragma/utf8.t # 15
11361              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
11362              are SvUTF8 as well.
11363      Branch: perlio
11364            ! toke.c
11365 ____________________________________________________________________________
11366 [  9195] By: nick                                  on 2001/03/18  09:27:06
11367         Log: Integrate mainline
11368      Branch: perlio
11369           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
11370           !> t/op/pat.t
11371 ____________________________________________________________________________
11372 [  9194] By: jhi                                   on 2001/03/18  05:29:59
11373         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
11374              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
11375      Branch: perl
11376            ! op.c op.h t/op/misc.t t/op/pat.t
11377 ____________________________________________________________________________
11378 [  9193] By: jhi                                   on 2001/03/18  05:15:06
11379         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
11380      Branch: perl
11381            ! mg.c t/op/pat.t
11382 ____________________________________________________________________________
11383 [  9192] By: jhi                                   on 2001/03/18  04:22:43
11384         Log: tr/// UTF-8 patches from Inaba Hiroto.
11385      Branch: perl
11386            ! doop.c op.c
11387 ____________________________________________________________________________
11388 [  9191] By: jhi                                   on 2001/03/18  04:21:17
11389         Log: Integrate perlio.
11390      Branch: perl
11391           !> utf8.c utfebcdic.h
11392 ____________________________________________________________________________
11393 [  9190] By: nick                                  on 2001/03/17  20:32:01
11394         Log: Correct #if EBCDIC side typos.
11395              Builds and passes many tests on OS390.
11396      Branch: perlio
11397            ! utf8.c utfebcdic.h
11398 ____________________________________________________________________________
11399 [  9189] By: jhi                                   on 2001/03/17  18:55:49
11400         Log: Add prerequisites for the perl.third target.
11401      Branch: perl
11402            ! Makefile.SH
11403 ____________________________________________________________________________
11404 [  9188] By: jhi                                   on 2001/03/17  18:46:00
11405         Log: Integrate perlio.
11406      Branch: perl
11407           +> utfebcdic.h
11408           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
11409 ____________________________________________________________________________
11410 [  9187] By: jhi                                   on 2001/03/17  18:38:47
11411         Log: Add a make rule for perl.third (the Third Degree memory debugging
11412              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
11413      Branch: perl
11414            ! Makefile.SH
11415 ____________________________________________________________________________
11416 [  9186] By: nick                                  on 2001/03/17  18:34:48
11417         Log: MANIFEST addition :-(
11418      Branch: perlio
11419            ! MANIFEST
11420 ____________________________________________________________________________
11421 [  9185] By: nick                                  on 2001/03/17  18:29:50
11422         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
11423              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
11424              a superset of ASCII are invariant under the encoding. This is EBCDIC
11425              friendly as an encoded string can be looked at as being EBCDIC by lexer
11426              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
11427              ASCII on ASCII machines.
11428              
11429              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
11430              seperate.
11431              - Add some more macros to comprehend different shift amounts and
11432              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
11433              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
11434              and conditionaly #include it.
11435              
11436              EBCDIC build as yet untested.  ASCII still fails the one test.
11437      Branch: perlio
11438            + utfebcdic.h
11439            ! utf8.c utf8.h
11440 ____________________________________________________________________________
11441 [  9184] By: nick                                  on 2001/03/17  17:44:16
11442         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
11443      Branch: perlio
11444            ! doop.c perl.h pp.c utf8.h
11445 ____________________________________________________________________________
11446 [  9183] By: jhi                                   on 2001/03/17  15:55:42
11447         Log: Integrate perlio.
11448      Branch: perl
11449            ! MANIFEST
11450           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
11451 ____________________________________________________________________________
11452 [  9182] By: nick                                  on 2001/03/17  09:16:06
11453         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
11454      Branch: perlio
11455            ! t/op/pat.t
11456 ____________________________________________________________________________
11457 [  9181] By: nick                                  on 2001/03/17  09:15:11
11458         Log: Integrate mainline.
11459      Branch: perlio
11460           +> lib/Locale/Constants.pm lib/Locale/Country.pm
11461           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
11462           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
11463           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
11464           !> (integrate 83 files)
11465 ____________________________________________________________________________
11466 [  9180] By: nick                                  on 2001/03/16  17:23:21
11467         Log: EBCDIC Fixes.
11468      Branch: perlio
11469            ! perl.h sv.c toke.c utf8.c utf8.h
11470 ____________________________________________________________________________
11471 [  9179] By: jhi                                   on 2001/03/16  14:10:12
11472         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
11473              a change needed to work around an AIX compiler bug.
11474      Branch: perl
11475            ! ext/Storable/Storable.xs
11476 ____________________________________________________________________________
11477 [  9178] By: jhi                                   on 2001/03/16  03:19:59
11478         Log: With Damian's approval synchronize damian's modules'
11479              licensing with Perl's standard module licensing.
11480      Branch: perl
11481            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
11482 ____________________________________________________________________________
11483 [  9177] By: jhi                                   on 2001/03/16  03:15:34
11484         Log: Make the Filter::Util:Call files have their own copies
11485              of the Perl standard module licensing, from Paul Marquess.
11486      Branch: perl
11487            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
11488 ____________________________________________________________________________
11489 [  9176] By: jhi                                   on 2001/03/16  02:56:04
11490         Log: Subject: [PATCH] more pod patches
11491              From: Michael Stevens <michael@etla.org>
11492              Date: Thu, 15 Mar 2001 21:25:18 +0000
11493              Message-ID: <20010315212518.A18870@firedrake.org>
11494      Branch: perl
11495            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
11496            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
11497            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
11498            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
11499            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
11500            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
11501            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
11502            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
11503            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
11504            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
11505            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
11506            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
11507            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
11508            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
11509            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
11510            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
11511            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
11512            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
11513            ! lib/Locale/Country.pm lib/Locale/Language.pm
11514            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
11515            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
11516            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
11517            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
11518            ! os2/OS2/Process/Process.pm
11519 ____________________________________________________________________________
11520 [  9175] By: jhi                                   on 2001/03/16  02:53:32
11521         Log: Subject: [PATCH] the uncontroversial doc patches
11522              From: Michael Stevens <michael@etla.org>
11523              Date: Thu, 15 Mar 2001 20:01:12 +0000
11524              Message-ID: <20010315200112.A7636@firedrake.org>
11525      Branch: perl
11526            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
11527            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
11528            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
11529            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
11530            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
11531 ____________________________________________________________________________
11532 [  9174] By: jhi                                   on 2001/03/16  02:50:49
11533         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
11534              From: Paul Lindner <lindner@inuus.com>
11535              Date: Fri, 16 Mar 2001 11:28:03 -0800
11536              Message-ID: <20010316112803.A7577@inuus.com>
11537      Branch: perl
11538            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11539 ____________________________________________________________________________
11540 [  9173] By: nick                                  on 2001/03/15  20:21:03
11541         Log: 1st day's EBCDIC fixes:
11542              - toke.c's parsing of strings needed attention
11543              needed to conditionally e2a if string was already UTF-8
11544              - e2a/a2e tables where wrong way round.
11545              - new macros in utf8.h
11546      Branch: perlio
11547            ! perl.h toke.c utf8.h
11548 ____________________________________________________________________________
11549 [  9172] By: jhi                                   on 2001/03/15  15:17:17
11550         Log: Update Changes.
11551      Branch: perl
11552            ! Changes patchlevel.h
11553 ____________________________________________________________________________
11554 [  9171] By: jhi                                   on 2001/03/15  15:09:32
11555         Log: Subject: Re: Another Borland C++ problem.
11556              From: "Vadim Konovalov" <watman@inbox.ru>
11557              Date: Sat, 10 Mar 2001 19:26:07 +0300
11558              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
11559              
11560              Borland filename case problem.
11561      Branch: perl
11562            + win32/sncfnmcs.pl
11563            ! MANIFEST README.win32
11564 ____________________________________________________________________________
11565 [  9170] By: jhi                                   on 2001/03/15  14:54:23
11566         Log: Add Locale::Codes 1.06, from Neil Bowers.
11567      Branch: perl
11568            + lib/Locale/Constants.pm lib/Locale/Country.pm
11569            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
11570            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
11571            + t/lib/lc-language.t t/lib/lc-uk.t
11572            ! MANIFEST
11573 ____________________________________________________________________________
11574 [  9169] By: jhi                                   on 2001/03/15  14:19:01
11575         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
11576      Branch: perl
11577            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11578            ! ext/Storable/Storable.xs
11579 ____________________________________________________________________________
11580 [  9168] By: jhi                                   on 2001/03/15  14:13:22
11581         Log: Integrate changes #9120,9167 from mainline to maintperl.
11582              
11583              Subject: [PATCH 5.6.1] OS/2 docs
11584              
11585              Subject: [PATCH 5.6.1] perldoc
11586      Branch: maint-5.6/perl
11587           !> os2/Changes utils/perldoc.PL
11588 ____________________________________________________________________________
11589 [  9167] By: jhi                                   on 2001/03/15  14:07:42
11590         Log: Subject: [PATCH 5.6.1] perldoc
11591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11592              Date: Wed, 14 Mar 2001 23:46:52 -0500
11593              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
11594      Branch: perl
11595            ! utils/perldoc.PL
11596 ____________________________________________________________________________
11597 [  9166] By: jhi                                   on 2001/03/15  13:53:15
11598         Log: sigaction test condition tweakage.
11599      Branch: perl
11600            ! t/lib/sigaction.t
11601 ____________________________________________________________________________
11602 [  9165] By: alanbur                               on 2001/03/15  03:49:17
11603         Log: Resynchronised with parent
11604      Branch: maint-5.6/pureperl
11605           +> os2/os2add.sym t/op/anonsub.t
11606           !> (integrate 72 files)
11607 ____________________________________________________________________________
11608 [  9164] By: jhi                                   on 2001/03/15  01:05:01
11609         Log: Avoid stomping off the beginning of an array in tr///.
11610      Branch: perl
11611            ! op.c
11612 ____________________________________________________________________________
11613 [  9163] By: jhi                                   on 2001/03/15  00:58:57
11614         Log: h2ph strictness and cleanliness from Kurt Starsinic.
11615      Branch: perl
11616            ! utils/h2ph.PL
11617 ____________________________________________________________________________
11618 [  9162] By: gsar                                  on 2001/03/15  00:56:53
11619         Log: avoid warnings
11620      Branch: maint-5.6/perl
11621            ! t/op/magic.t
11622 ____________________________________________________________________________
11623 [  9161] By: gsar                                  on 2001/03/15  00:52:09
11624         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
11625              results
11626      Branch: maint-5.6/perl
11627            ! t/op/magic.t
11628 ____________________________________________________________________________
11629 [  9160] By: jhi                                   on 2001/03/14  22:02:10
11630         Log: Do not use the Perl malloc in IRIX, suggested by
11631              Helmus Jarausch.
11632      Branch: perl
11633            ! hints/irix_6.sh
11634 ____________________________________________________________________________
11635 [  9159] By: nick                                  on 2001/03/14  21:45:59
11636         Log: Integrate mainline
11637      Branch: perlio
11638           +> t/op/loopctl.t
11639           !> (integrate 41 files)
11640 ____________________________________________________________________________
11641 [  9158] By: jhi                                   on 2001/03/14  21:10:09
11642         Log: The Day of the Retractions continues: the #9138
11643              (integrated in #9144) doesn't work well in mainline.
11644      Branch: perl
11645            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
11646            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
11647            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
11648 ____________________________________________________________________________
11649 [  9157] By: jhi                                   on 2001/03/14  20:58:12
11650         Log: The #9145 CANNOT be enabled: the clear_pmop code still
11651              dumps core all over in Tru64.
11652      Branch: perl
11653            ! op.c op.h t/op/pat.t
11654 ____________________________________________________________________________
11655 [  9156] By: jhi                                   on 2001/03/14  20:48:06
11656         Log: Integrate change #9154 from maintperl to mainline.
11657              
11658              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
11659              (caused Storable 1.0.10 to break on windows)
11660      Branch: perl
11661           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
11662           !> perlapi.c proto.h
11663 ____________________________________________________________________________
11664 [  9155] By: jhi                                   on 2001/03/14  20:23:53
11665         Log: Retract #9136: breaks threading (and binary compatibility).
11666      Branch: perl
11667            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11668 ____________________________________________________________________________
11669 [  9154] By: gsar                                  on 2001/03/14  17:48:18
11670         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
11671              (caused Storable 1.0.10 to break on windows)
11672      Branch: maint-5.6/perl
11673            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
11674            ! perlapi.c proto.h
11675 ____________________________________________________________________________
11676 [  9153] By: jhi                                   on 2001/03/14  13:35:21
11677         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
11678      Branch: perl
11679            ! t/lib/sigaction.t
11680 ____________________________________________________________________________
11681 [  9152] By: gsar                                  on 2001/03/14  07:29:40
11682         Log: back out changes#9012,9010,9009 and parts of change#9016
11683              (causes ABRs under purify, and some prerequisites don't
11684              seem to be there in 5.6.x)
11685      Branch: maint-5.6/perl
11686            ! doop.c op.c t/op/tr.t toke.c
11687 ____________________________________________________________________________
11688 [  9151] By: gsar                                  on 2001/03/14  07:01:29
11689         Log: reenable change#9145 (the test was busted due to a missing
11690              C<print "ok 27\n">)
11691      Branch: perl
11692            ! op.c op.h t/op/pat.t
11693 ____________________________________________________________________________
11694 [  9150] By: jhi                                   on 2001/03/14  06:38:36
11695         Log: Retract #9145.
11696      Branch: perl
11697            ! op.c op.h t/op/pat.t
11698 ____________________________________________________________________________
11699 [  9149] By: jhi                                   on 2001/03/14  06:14:56
11700         Log: Retract #9143.
11701      Branch: perl
11702            ! op.c
11703 ____________________________________________________________________________
11704 [  9148] By: gsar                                  on 2001/03/14  06:13:02
11705         Log: Uninitialized Memory Read in regexec.c
11706      Branch: perl
11707            ! regexec.c
11708 ____________________________________________________________________________
11709 [  9147] By: jhi                                   on 2001/03/14  04:59:54
11710         Log: Subject: PATCH: make goto work in nested eval ""
11711              From: Robin Houston <robin@kitsite.com>
11712              Date: Wed, 14 Mar 2001 04:16:10 +0000
11713              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
11714      Branch: perl
11715            ! pp_ctl.c t/op/goto.t
11716 ____________________________________________________________________________
11717 [  9146] By: jhi                                   on 2001/03/14  04:42:54
11718         Log: Preserve the #ifdef PERL_CORE in perly.h.
11719      Branch: perl
11720            ! perly.fixer
11721 ____________________________________________________________________________
11722 [  9145] By: jhi                                   on 2001/03/14  03:57:41
11723         Log: (Retracted by #9150.)
11724      Branch: perl
11725            ! op.c op.h t/op/pat.t
11726 ____________________________________________________________________________
11727 [  9144] By: jhi                                   on 2001/03/14  03:50:38
11728         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
11729              
11730              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
11731              
11732              remove squelch controls for "Scalars leaked" messages in most places
11733              (these are now cured)
11734              
11735              fix another memory leak reported by purify (tie callbacks that
11736              croak can leak when wiping out magic)
11737      Branch: perl
11738           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
11739           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
11740           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
11741           !> t/pragma/warnings.t
11742 ____________________________________________________________________________
11743 [  9143] By: jhi                                   on 2001/03/14  03:37:53
11744         Log: (Retracted by #9149.)
11745      Branch: perl
11746            ! op.c
11747 ____________________________________________________________________________
11748 [  9142] By: gsar                                  on 2001/03/14  03:20:48
11749         Log: fix another memory leak reported by purify (tie callbacks that
11750              croak can leak when wiping out magic)
11751      Branch: maint-5.6/perl
11752            ! scope.c
11753 ____________________________________________________________________________
11754 [  9141] By: jhi                                   on 2001/03/14  02:55:00
11755         Log: Subject: PATCH for [ID 20010305.003]
11756              From: Robin Houston <robin@kitsite.com>
11757              Date: Wed, 14 Mar 2001 02:45:51 +0000
11758              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
11759      Branch: perl
11760            ! pp_ctl.c t/op/eval.t
11761 ____________________________________________________________________________
11762 [  9140] By: jhi                                   on 2001/03/14  02:41:54
11763         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
11764              Date: Wed, 14 Mar 2001 01:52:51 +0000
11765              From: Robin Houston <robin@kitsite.com>
11766              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
11767              
11768              Fix for 2000313.004.
11769      Branch: perl
11770            ! pp_ctl.c t/op/goto.t
11771 ____________________________________________________________________________
11772 [  9139] By: jhi                                   on 2001/03/14  02:40:50
11773         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
11774              From: Robin Houston <robin@kitsite.com>
11775              Date: Wed, 14 Mar 2001 00:43:45 +0000
11776              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
11777      Branch: perl
11778            + t/op/loopctl.t
11779            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
11780            ! vms/perly_c.vms
11781 ____________________________________________________________________________
11782 [  9138] By: gsar                                  on 2001/03/14  01:18:00
11783         Log: remove squelch controls for "Scalars leaked" messages in most places
11784              (these are now cured)
11785      Branch: maint-5.6/perl
11786            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
11787            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
11788            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
11789 ____________________________________________________________________________
11790 [  9137] By: gsar                                  on 2001/03/14  00:57:04
11791         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
11792      Branch: maint-5.6/perl
11793            ! regcomp.c
11794 ____________________________________________________________________________
11795 [  9136] By: jhi                                   on 2001/03/13  23:12:24
11796         Log: (Retracted by #9155)
11797              
11798              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
11799              From: Jens-Uwe Mager <jum@helios.de>
11800              Date: Wed, 21 Feb 2001 21:32:04 +0100
11801              Message-ID: <20010221213203.A18340@ans.helios.de>
11802      Branch: perl
11803            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11804 ____________________________________________________________________________
11805 [  9135] By: jhi                                   on 2001/03/13  22:50:05
11806         Log: Integrate perlio.
11807      Branch: perl
11808           !> pp.c
11809 ____________________________________________________________________________
11810 [  9134] By: jhi                                   on 2001/03/13  22:49:05
11811         Log: Integrate change #9131 from maintperl into mainline.
11812              
11813              make the error text look more consistent in hints/hpux.sh
11814      Branch: perl
11815           !> hints/hpux.sh
11816 ____________________________________________________________________________
11817 [  9133] By: gsar                                  on 2001/03/13  22:46:20
11818         Log: integrate change#9067 from mainline
11819              
11820              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
11821      Branch: maint-5.6/perl
11822           !> lib/ExtUtils/MM_Unix.pm
11823 ____________________________________________________________________________
11824 [  9132] By: jhi                                   on 2001/03/13  22:41:21
11825         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
11826              From: "John P. Linderman" <jpl@research.att.com>
11827              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
11828              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
11829              
11830              A more correct prime finder.
11831      Branch: perl
11832            ! lib/Tie/SubstrHash.pm
11833 ____________________________________________________________________________
11834 [  9131] By: gsar                                  on 2001/03/13  22:30:42
11835         Log: make the error text look more consistent in hints/hpux.sh
11836      Branch: maint-5.6/perl
11837            ! hints/hpux.sh
11838 ____________________________________________________________________________
11839 [  9130] By: jhi                                   on 2001/03/13  22:23:44
11840         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
11841              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11842              Date: Tue, 13 Mar 2001 18:41:26 +0100
11843              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
11844              
11845              If the test is run non-interactively the default handler
11846              is different.
11847      Branch: perl
11848            ! t/lib/sigaction.t
11849 ____________________________________________________________________________
11850 [  9129] By: jhi                                   on 2001/03/13  22:20:21
11851         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
11852              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11853              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
11854              Date:     Tue, 13 Mar 2001 16:44:32 EST
11855      Branch: perl
11856            ! t/lib/1_compile.t
11857 ____________________________________________________________________________
11858 [  9128] By: jhi                                   on 2001/03/13  22:18:34
11859         Log: Subject: Another patch for integer.pm POD 
11860              From: "John L. Allen" <allen@grumman.com>
11861              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
11862              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
11863      Branch: perl
11864            ! lib/integer.pm
11865 ____________________________________________________________________________
11866 [  9127] By: nick                                  on 2001/03/13  21:26:30
11867         Log: Integrate mainline.
11868      Branch: perlio
11869           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
11870           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
11871           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
11872           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
11873           !> Changes Configure MANIFEST README.os2 README.os390
11874           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
11875           !> os2/Changes patchlevel.h win32/perlhost.h
11876 ____________________________________________________________________________
11877 [  9126] By: nick                                  on 2001/03/13  20:39:51
11878         Log: #ifdef'ed out code to make packed side of pack/unpack
11879              octets. (i.e. pack('U') => encode_utf8).
11880      Branch: perlio
11881            ! pp.c
11882 ____________________________________________________________________________
11883 [  9125] By: jhi                                   on 2001/03/13  15:07:16
11884         Log: Update Changes.
11885      Branch: perl
11886            ! Changes patchlevel.h
11887 ____________________________________________________________________________
11888 [  9124] By: jhi                                   on 2001/03/13  14:22:45
11889         Log: Workaround for the buggy ("internal compiler error")
11890              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
11891              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
11892              of Andreas König.
11893      Branch: perl
11894            ! ext/re/Makefile.PL hints/aix.sh
11895 ____________________________________________________________________________
11896 [  9123] By: jhi                                   on 2001/03/13  03:24:34
11897         Log: Typo in #9114.
11898      Branch: metaconfig
11899            ! U/modified/myhostname.U
11900 ____________________________________________________________________________
11901 [  9122] By: jhi                                   on 2001/03/13  03:24:06
11902         Log: Typo in #9113.
11903      Branch: perl
11904            ! Configure
11905 ____________________________________________________________________________
11906 [  9121] By: jhi                                   on 2001/03/13  01:53:05
11907         Log: Forgot to check-in the larger part of #9120, duh.
11908      Branch: perl
11909            ! README.os2
11910 ____________________________________________________________________________
11911 [  9120] By: jhi                                   on 2001/03/13  01:51:31
11912         Log: Subject: [PATCH 5.6.1] OS/2 docs
11913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11914              Date: Mon, 12 Mar 2001 03:27:32 -0500
11915              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
11916      Branch: perl
11917            ! os2/Changes
11918 ____________________________________________________________________________
11919 [  9119] By: jhi                                   on 2001/03/13  01:49:41
11920         Log: Integrate change #9116 from maintperl into mainline.
11921              
11922              Win32::GetCwd() returns C: instead of C:\ in the root directory
11923              under ithreads
11924      Branch: perl
11925           !> win32/perlhost.h
11926 ____________________________________________________________________________
11927 [  9118] By: jhi                                   on 2001/03/13  01:13:39
11928         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
11929      Branch: perl
11930            + lib/Switch.pm t/lib/switch.t
11931            ! MANIFEST
11932 ____________________________________________________________________________
11933 [  9117] By: jhi                                   on 2001/03/13  01:03:17
11934         Log: Add Text::Balanced 1.83.
11935      Branch: perl
11936            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
11937            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
11938            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
11939            + t/lib/tb-xvari.t
11940            ! MANIFEST
11941 ____________________________________________________________________________
11942 [  9116] By: gsar                                  on 2001/03/13  00:55:53
11943         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
11944              under ithreads
11945      Branch: maint-5.6/perl
11946            ! win32/perlhost.h
11947 ____________________________________________________________________________
11948 [  9115] By: jhi                                   on 2001/03/13  00:54:09
11949         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
11950              From: "John L. Allen" <allen@grumman.com>
11951              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
11952              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
11953              
11954              use integer document clarification.
11955      Branch: perl
11956            ! lib/integer.pm
11957 ____________________________________________________________________________
11958 [  9114] By: jhi                                   on 2001/03/13  00:38:54
11959         Log: Metaconfig unit change for #9113.
11960      Branch: metaconfig
11961            ! U/modified/myhostname.U
11962 ____________________________________________________________________________
11963 [  9113] By: jhi                                   on 2001/03/13  00:38:35
11964         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?)
11965              From: Peter Prymmer <pvhp@forte.com>
11966              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
11967              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
11968      Branch: perl
11969            ! Configure README.os390 hints/os390.sh
11970 ____________________________________________________________________________
11971 [  9112] By: jhi                                   on 2001/03/13  00:29:00
11972         Log: Integrate perlio.
11973      Branch: perl
11974           !> sv.c utf8.h
11975 ____________________________________________________________________________
11976 [  9111] By: nick                                  on 2001/03/12  21:16:33
11977         Log: Integrate mainline.
11978      Branch: perlio
11979           +> t/op/anonsub.t
11980           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
11981           !> proto.h sv.c
11982 ____________________________________________________________________________
11983 [  9110] By: nick                                  on 2001/03/12  21:00:13
11984         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
11985      Branch: perlio
11986            ! sv.c utf8.h
11987 ____________________________________________________________________________
11988 [  9109] By: jhi                                   on 2001/03/12  16:04:47
11989         Log: Integrate change #9108 from maintperl to mainline.
11990              
11991              fix memory leak in C<sub X { sub {} }> arising from a refcount
11992              loop between the outer sub and the inner prototype anonsub
11993              
11994              this also enables closures returned by subroutines that
11995              subsequently get redefined to work without generating coredumps :)
11996              
11997              completely removed the free_closures() hack--it shouldn't be
11998              needed anymore
11999      Branch: perl
12000           +> t/op/anonsub.t
12001           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
12002           !> proto.h sv.c
12003 ____________________________________________________________________________
12004 [  9108] By: gsar                                  on 2001/03/12  10:21:31
12005         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
12006              loop between the outer sub and the inner prototype anonsub
12007              
12008              this also enables closures returned by subroutines that
12009              subsequently get redefined to work without generating coredumps :)
12010              
12011              completely removed the free_closures() hack--it shouldn't be
12012              needed anymore
12013      Branch: maint-5.6/perl
12014            + t/op/anonsub.t
12015            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
12016            ! proto.h sv.c
12017 ____________________________________________________________________________
12018 [  9107] By: jhi                                   on 2001/03/12  05:15:31
12019         Log: Integrate perlio.
12020      Branch: perl
12021           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
12022 ____________________________________________________________________________
12023 [  9106] By: nick                                  on 2001/03/11  20:10:12
12024         Log: regcomp.c is working in native space, not Unicode space (if different)
12025              as it is doing compare against 'W' in \W etc.
12026      Branch: perlio
12027            ! regcomp.c
12028 ____________________________________________________________________________
12029 [  9105] By: nick                                  on 2001/03/11  19:39:34
12030         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
12031              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
12032      Branch: perlio
12033            ! regcomp.c toke.c utf8.c
12034 ____________________________________________________________________________
12035 [  9104] By: nick                                  on 2001/03/11  18:15:44
12036         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
12037      Branch: perlio
12038            ! sv.c
12039 ____________________________________________________________________________
12040 [  9103] By: nick                                  on 2001/03/11  18:03:28
12041         Log: Integrate mainline (for regexp stuff).
12042      Branch: perlio
12043           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
12044           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
12045           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
12046           !> t/lib/errno.t t/op/pat.t
12047 ____________________________________________________________________________
12048 [  9102] By: nick                                  on 2001/03/11  17:44:20
12049         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
12050              - exclude layer syms in makedef.pl for sfio
12051              - also inhibit Encode from trying to build ":encode()" layer.
12052      Branch: perlio
12053            ! ext/Encode/Encode.xs makedef.pl
12054 ____________________________________________________________________________
12055 [  9101] By: jhi                                   on 2001/03/10  22:38:13
12056         Log: The $Is_MacOS needs to be declared.
12057      Branch: perl
12058            ! lib/ExtUtils/Manifest.pm
12059 ____________________________________________________________________________
12060 [  9100] By: jhi                                   on 2001/03/10  22:14:29
12061         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
12062              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
12063              pollute the symbolspace if using sfio.
12064      Branch: perl
12065            ! ext/Encode/Encode.xs
12066 ____________________________________________________________________________
12067 [  9099] By: jhi                                   on 2001/03/10  21:58:48
12068         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
12069              Date: Sat, 10 Mar 2001 14:23:55 -0500
12070              From: Chris Nandor <pudge@pobox.com>
12071              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
12072      Branch: perl
12073            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
12074            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
12075            ! t/lib/errno.t
12076 ____________________________________________________________________________
12077 [  9098] By: jhi                                   on 2001/03/10  21:38:30
12078         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
12079      Branch: perl
12080            ! regcomp.c regexec.c t/op/pat.t
12081 ____________________________________________________________________________
12082 [  9097] By: jhi                                   on 2001/03/10  14:38:07
12083         Log: Integrate perlio.
12084      Branch: perl
12085           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
12086           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
12087           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
12088 ____________________________________________________________________________
12089 [  9096] By: nick                                  on 2001/03/10  11:55:43
12090         Log: EBCDIC sanity - phase I
12091              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
12092              - use utf8n_xxxx (c.f. pvn) for forms which take length.
12093              - back out vN.N and $^V exceptions to e2a/a2e
12094              - make "locale" isxxx macros be uvchr (may be redundant?)
12095              
12096              Not clear yet that toUPPER_uni et. al. return being handled correctly.
12097              The tr// and rexexp stuff still needs an audit, assumption is they are working
12098              in Unicode space.
12099              
12100              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
12101      Branch: perlio
12102            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
12103            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
12104            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
12105 ____________________________________________________________________________
12106 [  9095] By: jhi                                   on 2001/03/09  22:10:01
12107         Log: Integrate perlio.
12108      Branch: perl
12109           !> dump.c
12110 ____________________________________________________________________________
12111 [  9094] By: nick                                  on 2001/03/09  17:36:38
12112         Log: Builds an passes all tests after integrate and this tweak.
12113      Branch: perlio
12114            ! dump.c
12115 ____________________________________________________________________________
12116 [  9093] By: nick                                  on 2001/03/09  17:16:03
12117         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
12118      Branch: perlio
12119           +> lib/unicode/Scripts.txt t/lib/sigaction.t
12120           !> (integrate 79 files)
12121 ____________________________________________________________________________
12122 [  9092] By: jhi                                   on 2001/03/09  15:28:26
12123         Log: Update Changes.
12124      Branch: perl
12125            ! Changes patchlevel.h
12126 ____________________________________________________________________________
12127 [  9091] By: jhi                                   on 2001/03/09  15:25:05
12128         Log: In op/stat #35 better to scan all the potential directories
12129              for setuids, not just the first one.
12130      Branch: perl
12131            ! t/op/stat.t
12132 ____________________________________________________________________________
12133 [  9090] By: jhi                                   on 2001/03/09  15:01:27
12134         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
12135              From: rspier@pobox.com (Robert Spier)
12136              Date: Fri, 9 Mar 2001 03:30:20 -0500
12137              Message-ID: <15016.38044.381174.160189@rls.cx>
12138              
12139              EXISTS() returning undef mistakenly triggered a FETCH().
12140      Branch: perl
12141            ! hv.c
12142 ____________________________________________________________________________
12143 [  9089] By: jhi                                   on 2001/03/09  14:59:02
12144         Log: Add /sbin and /usr/sbin to the list of directories scanned
12145              for setuid programs.  Takes care of bug id 20010309.003.
12146      Branch: perl
12147            ! t/op/stat.t
12148 ____________________________________________________________________________
12149 [  9088] By: jhi                                   on 2001/03/09  14:48:32
12150         Log: Regen perlapi, perltoc.
12151      Branch: perl
12152            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
12153 ____________________________________________________________________________
12154 [  9087] By: jhi                                   on 2001/03/09  14:38:56
12155         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
12156              From: David Mitchell <davem@fdgroup.co.uk>
12157              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
12158              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
12159      Branch: perl
12160            ! dump.c perl.c perl.h pod/perlrun.pod
12161 ____________________________________________________________________________
12162 [  9086] By: jhi                                   on 2001/03/09  01:47:16
12163         Log: A modified version of
12164              
12165              Subject: [ID 20010307.005] POSIX::sigaction has various problems
12166              From: anders@broadcom.com
12167              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
12168              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
12169              
12170              Currently the sigaction.t test #6 fails (and is fudged to look
12171              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
12172              This may well be a genuine bug in Linux sigaction() (since at
12173              least Tru64, Solaris, and HP-UX disagree with Linux).
12174              Anyone with POSIX / SUSv2 tome handy?  The problem is that
12175              the flags of the oldaction don't match with the flags in
12176              the previously installed disposition.
12177      Branch: perl
12178            + t/lib/sigaction.t
12179            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12180 ____________________________________________________________________________
12181 [  9085] By: jhi                                   on 2001/03/09  01:30:13
12182         Log: Subject: Re: mission impossible for the day
12183              From: Alex Gough <alex@rcon.org>
12184              Date: Thu, 08 Mar 2001 17:18:19 +0000
12185              Message-ID: <3AA7BEDB.8070409@rcon.org>
12186              
12187              If references (are overloaded) and can be directly stringified,
12188              show that instead of "stringified".
12189              
12190              (The problem, infinite mutual recursion caused by overloaded bool
12191              in Switch.pm, tracked by David Mitchell)
12192      Branch: perl
12193            ! lib/Carp/Heavy.pm
12194 ____________________________________________________________________________
12195 [  9084] By: jhi                                   on 2001/03/09  01:20:39
12196         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
12197              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
12198              From: David Mitchell <davem@fdgroup.co.uk>
12199              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
12200      Branch: perl
12201            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
12202            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
12203 ____________________________________________________________________________
12204 [  9083] By: jhi                                   on 2001/03/09  01:16:51
12205         Log: Subject: [PATCH] perldata.pod here-doc docs
12206              From: Jeff Pinyan <jeffp@crusoe.net>
12207              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
12208              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
12209      Branch: perl
12210            ! pod/perldata.pod
12211 ____________________________________________________________________________
12212 [  9082] By: jhi                                   on 2001/03/09  01:01:27
12213         Log: Subject: Re: Unicode/EBCDIC
12214              From: Peter Prymmer <pvhp@forte.com>
12215              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
12216              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
12217      Branch: perl
12218            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
12219 ____________________________________________________________________________
12220 [  9081] By: jhi                                   on 2001/03/08  13:41:30
12221         Log: Subject: Ooops, wrong 'no *POSIX' Patch
12222              From: Dorner Thomas <Thomas.Dorner@start.de>
12223              Date: Thu, 8 Mar 2001 08:43:28 +0100
12224              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
12225      Branch: perl
12226            ! hints/posix-bc.sh
12227 ____________________________________________________________________________
12228 [  9080] By: jhi                                   on 2001/03/08  13:11:42
12229         Log: It's Scripts.txt, not Script.txt.
12230      Branch: perl
12231            ! MANIFEST
12232 ____________________________________________________________________________
12233 [  9079] By: jhi                                   on 2001/03/08  12:59:05
12234         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
12235              From: Dorner Thomas <Thomas.Dorner@start.de>
12236              Date: Wed, 7 Mar 2001 14:13:31 +0100
12237              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
12238      Branch: perl
12239            ! makedepend.SH
12240 ____________________________________________________________________________
12241 [  9078] By: jhi                                   on 2001/03/08  12:57:43
12242         Log: Retract #9069, wrong patch.
12243      Branch: perl
12244            ! Makefile.SH
12245 ____________________________________________________________________________
12246 [  9077] By: jhi                                   on 2001/03/08  01:06:13
12247         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
12248      Branch: perl
12249            + lib/unicode/Scripts.txt
12250            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
12251            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
12252            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
12253            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
12254            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
12255            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
12256            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
12257            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
12258            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
12259            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
12260            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
12261            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
12262            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
12263            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
12264            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
12265            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
12266            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
12267            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
12268            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
12269            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
12270            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
12271            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
12272            ! lib/unicode/version
12273 ____________________________________________________________________________
12274 [  9076] By: jhi                                   on 2001/03/07  22:59:39
12275         Log: Integrate change #7784 from mainline into maintperl.
12276              
12277              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
12278      Branch: maint-5.6/perl
12279           !> pp_ctl.c t/op/pat.t
12280 ____________________________________________________________________________
12281 [  9075] By: jhi                                   on 2001/03/07  22:05:11
12282         Log: More UTF-8 test tweaks.
12283      Branch: perl
12284            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
12285 ____________________________________________________________________________
12286 [  9074] By: nick                                  on 2001/03/07  21:39:29
12287         Log: Integrate mainline.
12288      Branch: perlio
12289           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
12290           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
12291           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
12292           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
12293           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
12294 ____________________________________________________________________________
12295 [  9073] By: jhi                                   on 2001/03/07  16:37:09
12296         Log: Update Changes.
12297      Branch: perl
12298            ! Changes patchlevel.h
12299 ____________________________________________________________________________
12300 [  9072] By: jhi                                   on 2001/03/07  16:32:30
12301         Log: Subject: [ID 20010306.004] || != named unary operator
12302              From: abela@geneanet.org
12303              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
12304              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
12305      Branch: perl
12306            ! pod/perlop.pod
12307 ____________________________________________________________________________
12308 [  9071] By: jhi                                   on 2001/03/07  15:14:11
12309         Log: Subject: downgrading to bytes for common functions
12310              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
12311              Date: Wed, 7 Mar 2001 02:36:55 -0500
12312              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
12313      Branch: perl
12314            ! pp_sys.c
12315 ____________________________________________________________________________
12316 [  9070] By: jhi                                   on 2001/03/07  15:04:58
12317         Log: Clarify the description differentiating for and while; inspired by
12318              
12319              Subject: [ID 20010306.002] for/while difference in for definition
12320              From: abela@geneanet.org
12321              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
12322              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
12323      Branch: perl
12324            ! pod/perlsyn.pod
12325 ____________________________________________________________________________
12326 [  9069] By: jhi                                   on 2001/03/07  14:55:30
12327         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
12328              From: Dorner Thomas <Thomas.Dorner@start.de>
12329              Date: Wed, 7 Mar 2001 14:13:31 +0100
12330              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
12331      Branch: perl
12332            ! Makefile.SH
12333 ____________________________________________________________________________
12334 [  9068] By: jhi                                   on 2001/03/07  14:51:17
12335         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
12336              From: Radu Greab <radu@netsoft.ro>
12337              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
12338              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
12339      Branch: perl
12340            ! pp.c t/op/chop.t
12341 ____________________________________________________________________________
12342 [  9067] By: jhi                                   on 2001/03/07  14:48:57
12343         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
12344              From: Simon Cozens <simon@netthink.co.uk>
12345              Date: Wed, 7 Mar 2001 13:59:28 +0000
12346              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
12347              
12348              In order to allow MakeMaker to build correct Makefiles,
12349              you need to change the order of the arguments in MM_Unix.pm
12350              as well. (Unless you have C89_CCMODE set, but we're trying
12351              to be POSIXly correct)
12352              
12353              Thanks to Merijn Broeren for tracking this down.
12354      Branch: perl
12355            ! lib/ExtUtils/MM_Unix.pm
12356 ____________________________________________________________________________
12357 [  9066] By: jhi                                   on 2001/03/07  14:30:02
12358         Log: Floating point too messy.
12359      Branch: perl
12360            ! t/camel-III/vstring.t
12361 ____________________________________________________________________________
12362 [  9065] By: jhi                                   on 2001/03/07  14:17:44
12363         Log: Integrate change #9064 from maintperl into mainline.
12364              
12365              fix memory leak in pack("Bb",...)
12366      Branch: perl
12367           !> perl.c
12368 ____________________________________________________________________________
12369 [  9064] By: gsar                                  on 2001/03/07  06:29:24
12370         Log: fix memory leak in pack("Bb",...)
12371      Branch: maint-5.6/perl
12372            ! perl.c
12373 ____________________________________________________________________________
12374 [  9063] By: jhi                                   on 2001/03/07  00:55:04
12375         Log: Major utf8 test reorganisation and rewrite.
12376              Hopefully no tests were lost in the shuffle.
12377              (The beginning of pragma/utf8 was lost intentionally,
12378              the tests were rather bogus and incomplete.)
12379      Branch: perl
12380            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
12381            ! t/pragma/utf8.t
12382 ____________________________________________________________________________
12383 [  9062] By: jhi                                   on 2001/03/07  00:41:16
12384         Log: More tweakage on the Unicode character class descriptions.
12385      Branch: perl
12386            ! lib/unicode/mktables.PL pod/perlretut.pod
12387 ____________________________________________________________________________
12388 [  9061] By: jhi                                   on 2001/03/06  23:12:38
12389         Log: The perlretut was still talking about the old \p and \P
12390              definitions.
12391      Branch: perl
12392            ! pod/perlretut.pod
12393 ____________________________________________________________________________
12394 [  9060] By: nick                                  on 2001/03/06  20:52:37
12395         Log: Integrate mainline (make test works again now).
12396      Branch: perlio
12397           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
12398 ____________________________________________________________________________
12399 [  9059] By: jhi                                   on 2001/03/06  15:36:14
12400         Log: 0.999... does equal 1.0, doesn't it?
12401      Branch: perl
12402            ! t/camel-III/vstring.t
12403 ____________________________________________________________________________
12404 [  9058] By: jhi                                   on 2001/03/06  15:34:00
12405         Log: Make /x{abcd}/ to work without use utf8.
12406      Branch: perl
12407            ! regcomp.c
12408 ____________________________________________________________________________
12409 [  9057] By: jhi                                   on 2001/03/06  03:02:36
12410         Log: Easier to outcomment all the three reset() tests for now.
12411      Branch: perl
12412            ! t/op/pat.t
12413 ____________________________________________________________________________
12414 [  9056] By: jhi                                   on 2001/03/06  02:30:02
12415         Log: Comment out the deadly reset; until the 20010301.005
12416              is finally fixed.
12417      Branch: perl
12418            ! t/op/pat.t
12419 ____________________________________________________________________________
12420 [  9055] By: jhi                                   on 2001/03/06  02:21:26
12421         Log: Integrate the change #9054 from mainline:
12422              retract the PMOP cleanup patch pending further investigation.
12423      Branch: maint-5.6/perl
12424           !> op.c op.h
12425 ____________________________________________________________________________
12426 [  9054] By: jhi                                   on 2001/03/06  02:19:57
12427         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
12428              with oddly familiar stack traces.
12429      Branch: perl
12430            ! op.c op.h
12431 ____________________________________________________________________________
12432 [  9053] By: jhi                                   on 2001/03/05  23:20:28
12433         Log: Integrate perlio.
12434      Branch: perl
12435           +> ext/Encode/Encode/koi8-r.ucm
12436           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
12437           !> makedef.pl
12438 ____________________________________________________________________________
12439 [  9052] By: nick                                  on 2001/03/05  23:08:17
12440         Log: skipping USE_PERLIO symbols correction.
12441      Branch: perlio
12442            ! makedef.pl
12443 ____________________________________________________________________________
12444 [  9051] By: nick                                  on 2001/03/05  22:35:07
12445         Log: More Encode alias tidying.
12446      Branch: perlio
12447            + ext/Encode/Encode/koi8-r.ucm
12448            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
12449 ____________________________________________________________________________
12450 [  9050] By: jhi                                   on 2001/03/05  21:44:29
12451         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
12452              Sarathy's fix for ID 20010301.005.
12453      Branch: maint-5.6/perl
12454           !> op.c op.h
12455 ____________________________________________________________________________
12456 [  9049] By: nick                                  on 2001/03/05  19:54:04
12457         Log: Integrate Jarkko's Encode.pm tweak.
12458      Branch: perlio
12459           !> ext/Encode/Encode.pm
12460 ____________________________________________________________________________
12461 [  9048] By: nick                                  on 2001/03/05  19:47:57
12462         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
12463      Branch: perlio
12464           +> os2/os2add.sym
12465           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
12466           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
12467           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
12468           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
12469           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
12470 ____________________________________________________________________________
12471 [  9047] By: jhi                                   on 2001/03/05  19:25:26
12472         Log: Regen perlapi.
12473      Branch: perl
12474            ! pod/perlapi.pod
12475 ____________________________________________________________________________
12476 [  9046] By: jhi                                   on 2001/03/05  19:12:14
12477         Log: Integrate perlio.
12478      Branch: perl
12479           +> t/camel-III/vstring.t
12480           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
12481 ____________________________________________________________________________
12482 [  9045] By: jhi                                   on 2001/03/05  19:10:36
12483         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
12484      Branch: perl
12485            ! ext/Encode/Encode.pm
12486 ____________________________________________________________________________
12487 [  9044] By: jhi                                   on 2001/03/05  18:49:12
12488         Log: Forgot the other half of the PMOP patch (#9033).
12489      Branch: perl
12490            ! op.h
12491 ____________________________________________________________________________
12492 [  9043] By: nick                                  on 2001/03/05  18:14:47
12493         Log: Update MANIFEST for new test.
12494      Branch: perlio
12495            ! MANIFEST
12496 ____________________________________________________________________________
12497 [  9042] By: nick                                  on 2001/03/05  18:12:41
12498         Log: Some tests for Camel 3rd edition features.
12499              Make gethostbyaddr() test in above work.
12500      Branch: perlio
12501            + t/camel-III/vstring.t
12502            ! pp.h pp_sys.c t/TEST t/harness
12503 ____________________________________________________________________________
12504 [  9041] By: jhi                                   on 2001/03/05  17:41:48
12505         Log: Add more ISO 8859 encoding aliases.
12506      Branch: perl
12507            ! ext/Encode/Encode.pm
12508 ____________________________________________________________________________
12509 [  9040] By: jhi                                   on 2001/03/05  17:30:43
12510         Log: Integrate perlio.
12511      Branch: perl
12512           !> MANIFEST sv.c
12513 ____________________________________________________________________________
12514 [  9039] By: nick                                  on 2001/03/05  17:11:36
12515         Log: Missed added file.
12516      Branch: perlio
12517            ! MANIFEST
12518 ____________________________________________________________________________
12519 [  9038] By: jhi                                   on 2001/03/05  15:58:01
12520         Log: Add tr tests for EBCDIC, from Karsten Sperling.
12521      Branch: perl
12522            ! t/op/tr.t
12523 ____________________________________________________________________________
12524 [  9037] By: nick                                  on 2001/03/05  15:56:35
12525         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
12526              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
12527              
12528              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
12529              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
12530              - uses SvPV() rather than sv_2pv() in case it isn't a string.
12531      Branch: perlio
12532            ! sv.c
12533 ____________________________________________________________________________
12534 [  9036] By: jhi                                   on 2001/03/05  15:49:15
12535         Log: Add matching tests currently failing in EBCDIC,
12536              suggested by Karsten Sperling.
12537      Branch: perl
12538            ! t/op/pat.t
12539 ____________________________________________________________________________
12540 [  9035] By: jhi                                   on 2001/03/05  15:36:55
12541         Log: The #9034 needs a MANIFESTation.
12542      Branch: perl
12543            ! MANIFEST
12544 ____________________________________________________________________________
12545 [  9034] By: jhi                                   on 2001/03/05  15:35:14
12546         Log: Integrate perlio.
12547      Branch: perl
12548           +> ext/Encode/Encode/Tcl.pm
12549           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12550           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
12551           !> ext/Encode/Encode/iso8859-1.ucm
12552           !> ext/Encode/Encode/iso8859-10.ucm
12553           !> ext/Encode/Encode/iso8859-13.ucm
12554           !> ext/Encode/Encode/iso8859-14.ucm
12555           !> ext/Encode/Encode/iso8859-15.ucm
12556           !> ext/Encode/Encode/iso8859-16.ucm
12557           !> ext/Encode/Encode/iso8859-2.ucm
12558           !> ext/Encode/Encode/iso8859-3.ucm
12559           !> ext/Encode/Encode/iso8859-4.ucm
12560           !> ext/Encode/Encode/iso8859-5.ucm
12561           !> ext/Encode/Encode/iso8859-6.ucm
12562           !> ext/Encode/Encode/iso8859-7.ucm
12563           !> ext/Encode/Encode/iso8859-8.ucm
12564           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
12565           !> t/lib/encode.t
12566 ____________________________________________________________________________
12567 [  9033] By: jhi                                   on 2001/03/05  15:33:18
12568         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
12569              From: Gurusamy Sarathy <gsar@ActiveState.com>
12570              Date: Sun, 04 Mar 2001 22:33:15 -0800
12571              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
12572              
12573              PMOPs need to remember their own stash so that they can
12574              gracefully remove themselves from their linked list.
12575      Branch: perl
12576            ! op.c
12577 ____________________________________________________________________________
12578 [  9032] By: nick                                  on 2001/03/05  14:51:50
12579         Log: Encode implementation "completion"
12580              Implement and document define_encoding()
12581              Implement and document encoding aliases including define_alias()
12582              Make Encode::XS use define_encoding() rather than back-door.
12583              Move run-time *.enc to separate Encode::Tcl module.
12584              Make 'compile' honour <codeset_name>
12585              Change canonical names of to iso-8859-* and US-ascii.
12586      Branch: perlio
12587            + ext/Encode/Encode/Tcl.pm
12588            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12589            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
12590            ! ext/Encode/Encode/iso8859-1.ucm
12591            ! ext/Encode/Encode/iso8859-10.ucm
12592            ! ext/Encode/Encode/iso8859-13.ucm
12593            ! ext/Encode/Encode/iso8859-14.ucm
12594            ! ext/Encode/Encode/iso8859-15.ucm
12595            ! ext/Encode/Encode/iso8859-16.ucm
12596            ! ext/Encode/Encode/iso8859-2.ucm
12597            ! ext/Encode/Encode/iso8859-3.ucm
12598            ! ext/Encode/Encode/iso8859-4.ucm
12599            ! ext/Encode/Encode/iso8859-5.ucm
12600            ! ext/Encode/Encode/iso8859-6.ucm
12601            ! ext/Encode/Encode/iso8859-7.ucm
12602            ! ext/Encode/Encode/iso8859-8.ucm
12603            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
12604            ! t/lib/encode.t
12605 ____________________________________________________________________________
12606 [  9031] By: jhi                                   on 2001/03/05  13:51:17
12607         Log: Integrate change #9030 from maintperl into mainline.
12608              
12609              Subject: [PATCH 5.6.1] OS/2 cleanup
12610      Branch: perl
12611           +> os2/os2add.sym
12612           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12613           !> makedef.pl os2/Changes os2/Makefile.SHs
12614           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12615           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
12616           !> os2/os2.sym os2/os2ish.h
12617 ____________________________________________________________________________
12618 [  9030] By: jhi                                   on 2001/03/05  13:46:49
12619         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
12620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12621              Date: Mon, 5 Mar 2001 02:29:44 -0500
12622              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
12623      Branch: maint-5.6/perl
12624            + os2/os2add.sym
12625            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12626            ! makedef.pl os2/Changes os2/Makefile.SHs
12627            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12628            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
12629            ! os2/os2.sym os2/os2ish.h
12630 ____________________________________________________________________________
12631 [  9029] By: jhi                                   on 2001/03/05  13:40:35
12632         Log: Integrate change #9028 from maintperl into mainline.
12633              
12634              various nits in MM_Unix.pm found by disabling SelfLoader
12635      Branch: perl
12636           !> lib/ExtUtils/MM_Unix.pm
12637 ____________________________________________________________________________
12638 [  9028] By: gsar                                  on 2001/03/05  09:58:38
12639         Log: various nits in MM_Unix.pm found by disabling SelfLoader
12640      Branch: maint-5.6/perl
12641            ! lib/ExtUtils/MM_Unix.pm
12642 ____________________________________________________________________________
12643 [  9027] By: nick                                  on 2001/03/05  08:35:22
12644         Log: Integrate mainline
12645      Branch: perlio
12646           !> (integrate 28 files)
12647 ____________________________________________________________________________
12648 [  9026] By: jhi                                   on 2001/03/05  02:14:59
12649         Log: Integrate change #9025 from mainline to maintperl,
12650              retract \N{U+HHHH}.
12651      Branch: maint-5.6/perl
12652           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12653           !> t/lib/charnames.t toke.c
12654 ____________________________________________________________________________
12655 [  9025] By: jhi                                   on 2001/03/05  02:13:09
12656         Log: Retracting \N{U+HHHH}.
12657      Branch: perl
12658            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12659            ! t/lib/charnames.t toke.c
12660 ____________________________________________________________________________
12661 [  9024] By: jhi                                   on 2001/03/04  20:51:07
12662         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
12663              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12664              Date: Fri, 02 Mar 2001 18:25:26 +0100
12665              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
12666              
12667              Casting problem.
12668      Branch: perl
12669            ! ext/Storable/Storable.xs
12670 ____________________________________________________________________________
12671 [  9023] By: jhi                                   on 2001/03/04  19:46:45
12672         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
12673              From: nick@talking.bollo.cx
12674              Date: Sat, 03 Mar 2001 21:41:33 +0000
12675              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
12676              
12677              Revert the workaround.
12678      Branch: perl
12679            ! perlio.c
12680 ____________________________________________________________________________
12681 [  9022] By: jhi                                   on 2001/03/04  19:36:28
12682         Log: Update Changes.
12683      Branch: perl
12684            ! Changes patchlevel.h
12685 ____________________________________________________________________________
12686 [  9021] By: jhi                                   on 2001/03/04  18:41:00
12687         Log: makedef.pl updates suggested by Chris Nandor; double-checking
12688              the changes in AIX, OS/2 Win32 would be nice.
12689      Branch: perl
12690            ! makedef.pl
12691 ____________________________________________________________________________
12692 [  9020] By: jhi                                   on 2001/03/04  18:23:58
12693         Log: Integrate change #9012 from maintperl into mainline,
12694              quench a compiler warning.
12695      Branch: perl
12696           !> toke.c
12697 ____________________________________________________________________________
12698 [  9019] By: jhi                                   on 2001/03/04  18:18:43
12699         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
12700              
12701              \N{U+HHHH} fix.
12702              
12703              pattern in G_ARRAY context
12704      Branch: maint-5.6/perl
12705           !> pp_hot.c t/op/pat.t toke.c
12706 ____________________________________________________________________________
12707 [  9018] By: jhi                                   on 2001/03/04  18:07:48
12708         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
12709              From: Jeff Pinyan <jeffp@crusoe.net>
12710              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
12711              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
12712      Branch: perl
12713            ! pp_hot.c t/op/pat.t
12714 ____________________________________________________________________________
12715 [  9017] By: jhi                                   on 2001/03/04  18:06:21
12716         Log: I thought I tested the #9014.
12717      Branch: perl
12718            ! toke.c
12719 ____________________________________________________________________________
12720 [  9016] By: jhi                                   on 2001/03/04  17:41:22
12721         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
12722              
12723              Tweak the get*ent() OS/2 prototypes.
12724              
12725              Add the \N{U+HHHH} syntax.
12726              
12727              More tr/// UTF-8 fixes from Inaba Hiroto.
12728      Branch: maint-5.6/perl
12729           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
12730           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
12731 ____________________________________________________________________________
12732 [  9015] By: jhi                                   on 2001/03/04  17:36:04
12733         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
12734      Branch: perl
12735            ! doop.c t/op/tr.t
12736 ____________________________________________________________________________
12737 [  9014] By: jhi                                   on 2001/03/04  17:24:49
12738         Log: Add the \N{U+HHHH} syntax.
12739      Branch: perl
12740            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12741            ! t/lib/charnames.t toke.c
12742 ____________________________________________________________________________
12743 [  9013] By: jhi                                   on 2001/03/04  17:20:45
12744         Log: Tweak the get*ent() OS/2 prototypes.
12745      Branch: perl
12746            ! os2/os2.c
12747 ____________________________________________________________________________
12748 [  9012] By: gsar                                  on 2001/03/04  06:26:14
12749         Log: avoid warning (nit in change#9009)
12750      Branch: maint-5.6/perl
12751            ! toke.c
12752 ____________________________________________________________________________
12753 [  9011] By: gsar                                  on 2001/03/04  06:15:24
12754         Log: lib/charnames.t fails in 5.6.x because of older Unicode
12755              data
12756              
12757              TODO: need to revisit this after updating lib/unicode/...
12758      Branch: maint-5.6/perl
12759            ! t/lib/charnames.t
12760 ____________________________________________________________________________
12761 [  9010] By: gsar                                  on 2001/03/04  06:08:36
12762         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
12763      Branch: maint-5.6/perl
12764            ! toke.c
12765 ____________________________________________________________________________
12766 [  9009] By: jhi                                   on 2001/03/03  19:27:20
12767         Log: Integrate change #9008 from mainline to maintperl,
12768              UTF-8 tr/// fixes from Inaba Hiroto.
12769      Branch: maint-5.6/perl
12770           !> doop.c op.c t/op/tr.t toke.c
12771 ____________________________________________________________________________
12772 [  9008] By: jhi                                   on 2001/03/03  19:19:42
12773         Log: UTF8 tr/// fixes from Inaba Hiroto.
12774      Branch: perl
12775            ! doop.c op.c t/op/tr.t toke.c
12776 ____________________________________________________________________________
12777 [  9007] By: jhi                                   on 2001/03/03  19:00:30
12778         Log: Integrate change #9006 from maintperl to mainline,
12779              more robust quest for the infinite.
12780      Branch: perl
12781           !> lib/Math/Complex.pm
12782 ____________________________________________________________________________
12783 [  9006] By: jhi                                   on 2001/03/03  18:58:06
12784         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
12785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12786              Date: Sat, 3 Mar 2001 12:51:50 -0500
12787              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
12788              
12789              Be more robust in our quest for the infinite.
12790      Branch: maint-5.6/perl
12791            ! lib/Math/Complex.pm
12792 ____________________________________________________________________________
12793 [  9005] By: jhi                                   on 2001/03/03  17:55:50
12794         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
12795      Branch: maint-5.6/perl
12796            ! doio.c
12797 ____________________________________________________________________________
12798 [  9004] By: jhi                                   on 2001/03/03  17:40:14
12799         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
12800              so that picky compilers like IRIX won't get huffy about
12801              "statements without effect" (like 1;).
12802      Branch: perl
12803            ! toke.c
12804 ____________________________________________________________________________
12805 [  9003] By: jhi                                   on 2001/03/03  17:15:52
12806         Log: Integrate change #9002 from mainline to maintperl.
12807              
12808              Subject: [perl-5.6.x, perl-current] accept for EPOC
12809      Branch: maint-5.6/perl
12810           !> pp_sys.c
12811 ____________________________________________________________________________
12812 [  9002] By: jhi                                   on 2001/03/03  17:14:30
12813         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
12814              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12815              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
12816              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
12817      Branch: perl
12818            ! pp_sys.c
12819 ____________________________________________________________________________
12820 [  9001] By: jhi                                   on 2001/03/03  17:13:13
12821         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
12822              From: "Craig A. Berry" <craigberry@mac.com>
12823              Date: Fri, 02 Mar 2001 17:44:40 -0600
12824              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
12825      Branch: perl
12826            ! t/pod/find.t
12827 ____________________________________________________________________________
12828 [  9000] By: jhi                                   on 2001/03/03  17:11:55
12829         Log: Integrate changes #8997,8999 from maintperl.
12830              
12831              Subject: [PATCH 5.6.1] compiling on OS/2
12832              (Better error message from hints/os2.sh)
12833              
12834              Subject: [PATCH 5.6.1] syslog.t
12835      Branch: perl
12836           !> hints/os2.sh t/lib/syslog.t
12837 ____________________________________________________________________________
12838 [  8999] By: jhi                                   on 2001/03/03  17:09:28
12839         Log: Subject: [PATCH 5.6.1] syslog.t
12840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12841              Date: Sat, 3 Mar 2001 02:11:17 -0500
12842              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
12843      Branch: maint-5.6/perl
12844            ! t/lib/syslog.t
12845 ____________________________________________________________________________
12846 [  8998] By: jhi                                   on 2001/03/03  17:07:50
12847         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
12848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12849              Date: Sat, 3 Mar 2001 01:53:52 -0500
12850              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
12851      Branch: maint-5.6/perl
12852            ! opcode.pl os2/os2.c
12853 ____________________________________________________________________________
12854 [  8997] By: jhi                                   on 2001/03/03  17:03:30
12855         Log: Subject: [PATCH 5.6.1] compiling on OS/2
12856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12857              Date: Sat, 3 Mar 2001 01:59:59 -0500
12858              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
12859      Branch: maint-5.6/perl
12860            ! hints/os2.sh
12861 ____________________________________________________________________________
12862 [  8996] By: jhi                                   on 2001/03/03  00:55:58
12863         Log: Regen files for mainline.
12864      Branch: perl
12865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12866            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
12867 ____________________________________________________________________________
12868 [  8995] By: jhi                                   on 2001/03/03  00:35:22
12869         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
12870              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
12871              to maintperl.
12872              
12873              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
12874              
12875              Add Configure option -Dmksymlinks which will create a symlink
12876              forest if the current/build differs from the source directory.
12877              (8218,8220,8221,8317,8318,8971)
12878              
12879              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
12880              (Document APPLLIB_EXP in INSTALL.)
12881              
12882              If running byacc write-enable also perly.h.
12883              
12884              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
12885              
12886              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
12887              
12888              Sanity check for conflicting thread flavours.
12889              
12890              Fix the sys/fcntl.h problem reported by Peter Prymmer.
12891              
12892              Add few CPUs/architectures to the Cppsym scan,
12893              add -perlio to archname if so selected (modified 8890)
12894              
12895              Be more helpful for devel builders, suggested by John L. Allen.
12896              (admittedly pointless change for maintperl, but the usedevel
12897              code is there already)
12898      Branch: maint-5.6/perl
12899           !> Configure INSTALL Makefile.SH Porting/Glossary
12900           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
12901           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
12902           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
12903           !> win32/config.bc win32/config.gc win32/config.vc
12904 ____________________________________________________________________________
12905 [  8994] By: jhi                                   on 2001/03/02  23:31:41
12906         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
12907      Branch: metaconfig/U/perl
12908            ! gccvers.U
12909 ____________________________________________________________________________
12910 [  8993] By: jhi                                   on 2001/03/02  23:22:12
12911         Log: Regenerate various files for maint.
12912      Branch: maint-5.6/perl
12913            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
12914            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
12915 ____________________________________________________________________________
12916 [  8992] By: alanbur                               on 2001/03/02  22:48:34
12917         Log: Resync wuth parent
12918      Branch: maint-5.6/pureperl
12919           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
12920           !> (integrate 60 files)
12921 ____________________________________________________________________________
12922 [  8991] By: jhi                                   on 2001/03/02  21:00:08
12923         Log: Retract the #8742 part of #8986, backward compat.
12924      Branch: maint-5.6/perl
12925            ! embed.pl
12926 ____________________________________________________________________________
12927 [  8990] By: jhi                                   on 2001/03/02  20:40:07
12928         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
12929      Branch: maint-5.6/perl
12930            ! hv.c
12931 ____________________________________________________________________________
12932 [  8989] By: jhi                                   on 2001/03/02  19:59:56
12933         Log: Update Changes.
12934      Branch: perl
12935            ! Changes patchlevel.h
12936 ____________________________________________________________________________
12937 [  8988] By: jhi                                   on 2001/03/02  19:57:08
12938         Log: Integrate perlio.
12939      Branch: perl
12940           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12941           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12942           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12943           !> ext/Encode/Encode/iso8859-10.ucm
12944           !> ext/Encode/Encode/iso8859-13.ucm
12945           !> ext/Encode/Encode/iso8859-14.ucm
12946           !> ext/Encode/Encode/iso8859-15.ucm
12947           !> ext/Encode/Encode/iso8859-16.ucm
12948           !> ext/Encode/Encode/iso8859-2.ucm
12949           !> ext/Encode/Encode/iso8859-3.ucm
12950           !> ext/Encode/Encode/iso8859-4.ucm
12951           !> ext/Encode/Encode/iso8859-5.ucm
12952           !> ext/Encode/Encode/iso8859-6.ucm
12953           !> ext/Encode/Encode/iso8859-7.ucm
12954           !> ext/Encode/Encode/iso8859-8.ucm
12955           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12956           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
12957 ____________________________________________________________________________
12958 [  8987] By: jhi                                   on 2001/03/02  19:43:40
12959         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
12960              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
12961              8950,8952,8955 from mainline to maintperl.
12962              
12963              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
12964              
12965              Put to rest the 20010205.001, the email address checking (not) regex.
12966              
12967              fork() not everywhere, cleanup temp files.
12968              
12969              The #8843 wasn't quite right: %Config needs to imported.
12970              
12971              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
12972              (#8849: the glob-basic hunk needed massaging as it depended
12973              on Schwern's large-scale (unintegrated) patches)
12974              
12975              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
12976              
12977              Upgrade to CGI.pm 2.752, from Lincoln Stein.
12978              (Note: there were some conflicts due to EBCDIC and EPOC
12979              patches, in general I preferred the repository code.)
12980              (When 2.753 comes out, we need to synchronize.)
12981              
12982              Subject: [PATCH] fix for charnames above FFFF
12983              
12984              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
12985              
12986              If no sfio, no -lsfio.
12987              
12988              Run run/*.t also in minitest.
12989              
12990              Subject:  [PATCH perl 5.7.0] malloc message address offset
12991              
12992              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
12993              
12994              Subject: fix for parameter -Dm (for perl@8867)
12995              
12996              Subject: [PATCH: perl@8892] was Re: hashing order difference?
12997              (make the test more portable)
12998              
12999              Subject: Re: [PATCH] fix for charnames above FFFF
13000              
13001              Subject: Re: I'm losing the war...
13002              (hv_store() not working correctly in ENV_IS_CASELESS case.)
13003              
13004              Subject: Modified README.bs2000 
13005              
13006              Subject: [PATCH: perl@8935] -Dt padsv($var)
13007              
13008              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
13009              
13010              Subject: PATCH: extra tests to check on negative float to unsigned cast
13011              
13012              Subject: [PATCH] XPUSH[insp] was Re: progress
13013              
13014              Subject: Re: Compile with perlcc..
13015      Branch: maint-5.6/perl
13016           !> (integrate 36 files)
13017 ____________________________________________________________________________
13018 [  8986] By: jhi                                   on 2001/03/02  18:51:25
13019         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
13020              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
13021              to maintperl.
13022              
13023              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
13024              
13025              Subject: [DOC PATCH] overload.pm nits
13026              
13027              Add header for LIB$ prototypes (C. Berry)
13028              
13029              Convert fwrite()s to sockets to write()s, since some socket stacks
13030              don't take kindly to stdio.
13031              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13032              (for often optional LNMs)
13033              Correct a few typos
13034              (C. Bailey)
13035              
13036              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
13037              
13038              De-cut-and-pasto.
13039              
13040              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
13041              
13042              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
13043              
13044              Upgrade to CPAN 1.59_54, from Andreas König.
13045              
13046              Bogus shebang.
13047              
13048              Subject: [PATCH] Document makepatch in Porting/patching
13049              
13050              UTF-8 documentation.
13051              
13052              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
13053              
13054              Sort the MANIFEST.
13055              
13056              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
13057              
13058              Subject: [PATCH @8807] toke.c cleanup: scan_str()
13059              
13060              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
13061              
13062              Add run/*.t to testables.
13063              
13064              TODO: integrate #8784.
13065      Branch: maint-5.6/perl
13066           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
13067           !> (integrate 28 files)
13068 ____________________________________________________________________________
13069 [  8985] By: nick                                  on 2001/03/02  18:15:45
13070         Log: Integrate mainline
13071      Branch: perlio
13072           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
13073           !> vms/vms.c
13074 ____________________________________________________________________________
13075 [  8984] By: jhi                                   on 2001/03/02  16:00:17
13076         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
13077              
13078              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
13079              5.004_05, and mention the suidperl August 2000 security problem.
13080              (#8978,#8981)
13081              
13082              Subject: [ID 20010301.004] Technically speaking in perldata
13083              
13084              Subject: [PATCH] File::Copy for bleadperl, maintperl
13085              
13086              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
13087              
13088              (The #8982, fix for 20010221.005 and 20010221.008,
13089              would be nice too but it didn't integrate cleanly.)
13090      Branch: maint-5.6/perl
13091           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
13092 ____________________________________________________________________________
13093 [  8983] By: jhi                                   on 2001/03/02  15:51:16
13094         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
13095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13096              Date:     Thu, 1 Mar 2001 15:54:09 EST
13097              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
13098      Branch: perl
13099            ! vms/vms.c
13100 ____________________________________________________________________________
13101 [  8982] By: jhi                                   on 2001/03/02  15:43:31
13102         Log: Subject: Re: sync sync sync: have I missed any patches?
13103              From: Radu Greab <radu@netsoft.ro> 
13104              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
13105              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
13106              
13107              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
13108              was checking argv[0] regardless of whether a different pathname
13109              will actually be executed."  Test case not supplied because 
13110              drafting that, ironically enough, revealed another bug
13111              (or a feature).
13112      Branch: perl
13113            ! doio.c
13114 ____________________________________________________________________________
13115 [  8981] By: jhi                                   on 2001/03/02  15:28:03
13116         Log: Misdate in #8978.
13117      Branch: perl
13118            ! pod/perlfaq1.pod
13119 ____________________________________________________________________________
13120 [  8980] By: jhi                                   on 2001/03/02  15:24:20
13121         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
13122              From: Chris Nandor <pudge@pobox.com>
13123              Date: Wed, 28 Feb 2001 22:10:15 -0500
13124              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
13125      Branch: perl
13126            ! lib/File/Copy.pm
13127 ____________________________________________________________________________
13128 [  8979] By: jhi                                   on 2001/03/02  15:17:16
13129         Log: Subject: [ID 20010301.004] Technically speaking in perldata
13130              From: abela@geneanet.org
13131              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
13132              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
13133      Branch: perl
13134            ! pod/perldata.pod
13135 ____________________________________________________________________________
13136 [  8978] By: jhi                                   on 2001/03/02  15:15:27
13137         Log: Subject: [ID 20010301.003] ref to 5.004
13138              From: abela@geneanet.org
13139              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
13140              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
13141              
13142              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
13143              and mention the suidperl August 2000 security problem.
13144      Branch: perl
13145            ! pod/perlfaq1.pod
13146 ____________________________________________________________________________
13147 [  8977] By: alanbur                               on 2001/03/02  14:17:45
13148         Log: Resynchronised with parent
13149      Branch: maint-5.6/pureperl
13150           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
13151           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
13152           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
13153           !> vms/descrip_mms.template win32/win32.c win32/win32.h
13154           !> win32/win32iop.h
13155 ____________________________________________________________________________
13156 [  8976] By: nick                                  on 2001/03/01  23:25:30
13157         Log: Integrate mainline.
13158      Branch: perlio
13159            - t/op/qu.t
13160           !> (integrate 55 files)
13161 ____________________________________________________________________________
13162 [  8975] By: jhi                                   on 2001/03/01  16:51:34
13163         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
13164      Branch: perl
13165           !> toke.c
13166 ____________________________________________________________________________
13167 [  8974] By: gsar                                  on 2001/03/01  16:28:21
13168         Log: fix for bugid 20010226.008
13169              
13170              the problem was that some of the pointers (PL_last_lop and
13171              PL_last_uni specifically) into the lex buffers weren't correctly
13172              being invalidated when the buffer changed; this would leave the
13173              pointers pointing at an arbitrary location in the buffer if
13174              the buffer didn't need to be reallocated, or point into freed
13175              memory if the buffer had to be realloced
13176              
13177              TODO item for bugdb maintainers: check other seemingly random
13178              parser-related bugs--they might be cured by this
13179      Branch: maint-5.6/perl
13180            ! toke.c
13181 ____________________________________________________________________________
13182 [  8973] By: jhi                                   on 2001/03/01  02:23:25
13183         Log: Retract #8970 because of a completely mysterious core dump:
13184              adding the tests 241..244 causes op/pat dump core at test #25.
13185              The test needs a lot of whittling down before the bug can be solved.
13186      Branch: perl
13187            ! t/op/pat.t
13188 ____________________________________________________________________________
13189 [  8972] By: jhi                                   on 2001/03/01  01:58:38
13190         Log: Regen perlapi.
13191      Branch: perl
13192            ! pod/perlapi.pod
13193 ____________________________________________________________________________
13194 [  8971] By: jhi                                   on 2001/03/01  01:34:09
13195         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))
13196              From: Nicholas Clark <nick@ccl4.org>
13197              Date: Wed, 28 Feb 2001 23:28:49 +0000
13198              Message-ID: <20010228232849.A55187@plum.flirble.org>
13199              
13200              Allow a completely write protected source code tree
13201              when using the Configure -Dmksymlinks.
13202      Branch: perl
13203            ! embed.pl warnings.pl
13204 ____________________________________________________________________________
13205 [  8970] By: jhi                                   on 2001/03/01  01:32:04
13206         Log: Add back the EBCDIC character range tests (for matching).
13207      Branch: perl
13208            ! t/op/pat.t
13209 ____________________________________________________________________________
13210 [  8969] By: nick                                  on 2001/02/28  18:18:01
13211         Log: Add charname comments to .ucm files writen by 'compile',
13212              also order charmaps in those files by source encoding.
13213              regenerate distrubuted .ucm files
13214      Branch: perlio
13215            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
13216            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13217            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
13218            ! ext/Encode/Encode/iso8859-10.ucm
13219            ! ext/Encode/Encode/iso8859-13.ucm
13220            ! ext/Encode/Encode/iso8859-14.ucm
13221            ! ext/Encode/Encode/iso8859-15.ucm
13222            ! ext/Encode/Encode/iso8859-16.ucm
13223            ! ext/Encode/Encode/iso8859-2.ucm
13224            ! ext/Encode/Encode/iso8859-3.ucm
13225            ! ext/Encode/Encode/iso8859-4.ucm
13226            ! ext/Encode/Encode/iso8859-5.ucm
13227            ! ext/Encode/Encode/iso8859-6.ucm
13228            ! ext/Encode/Encode/iso8859-7.ucm
13229            ! ext/Encode/Encode/iso8859-8.ucm
13230            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
13231            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
13232 ____________________________________________________________________________
13233 [  8968] By: jhi                                   on 2001/02/28  16:26:37
13234         Log: Expand usemorebits early if d_casti32 needs to be undefined.
13235      Branch: perl
13236            ! hints/hpux.sh hints/irix_6.sh
13237 ____________________________________________________________________________
13238 [  8967] By: jhi                                   on 2001/02/28  16:22:26
13239         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
13240              retract toke.c/qu parts of #8583, retract #8485, retract
13241              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
13242              op/length.t, and MANIFEST, and delete t/op/qu.t.
13243      Branch: perl
13244            - t/op/qu.t
13245            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
13246            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
13247            ! t/op/length.t toke.c
13248 ____________________________________________________________________________
13249 [  8966] By: jhi                                   on 2001/02/28  15:00:27
13250         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
13251              by not changing from pre-Unicode days into being Unicode-aware.
13252              Sniff.
13253      Branch: perl
13254            ! pp.c t/op/pack.t t/op/qu.t
13255 ____________________________________________________________________________
13256 [  8965] By: jhi                                   on 2001/02/28  14:37:55
13257         Log: Subject: Re: Errors in core PODs
13258              From: Michael Stevens <michael@etla.org> 
13259              Date: Fri, 23 Feb 2001 15:47:56 +0000
13260              Message-ID: <20010223154756.A7723@firedrake.org> 
13261      Branch: perl
13262            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
13263            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
13264            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
13265            ! x2p/a2p.pod
13266 ____________________________________________________________________________
13267 [  8964] By: jhi                                   on 2001/02/28  14:35:35
13268         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
13269              (The #8961 was too bold.)
13270      Branch: perl
13271            ! hints/hpux.sh hints/irix_6.sh
13272 ____________________________________________________________________________
13273 [  8963] By: jhi                                   on 2001/02/28  14:33:39
13274         Log: Subject: Re: sync sync sync: have I missed any patches?
13275              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13276              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
13277              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
13278              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
13279              
13280              Replace djSP with dSP.
13281      Branch: perl
13282            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
13283            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
13284            ! win32/perlhost.h
13285 ____________________________________________________________________________
13286 [  8962] By: jhi                                   on 2001/02/27  23:21:14
13287         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
13288      Branch: perl
13289            ! lib/Filter/Simple.pm
13290 ____________________________________________________________________________
13291 [  8961] By: jhi                                   on 2001/02/27  22:55:26
13292         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
13293              and this would be it.
13294      Branch: perl
13295            ! hints/hpux.sh hints/irix_6.sh
13296 ____________________________________________________________________________
13297 [  8960] By: jhi                                   on 2001/02/27  22:51:33
13298         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
13299              From: "Craig A. Berry" <craigberry@mac.com>
13300              Date: Tue, 27 Feb 2001 16:11:44 -0600
13301              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
13302      Branch: maint-5.6/perl
13303            ! configure.com vms/descrip_mms.template
13304 ____________________________________________________________________________
13305 [  8959] By: jhi                                   on 2001/02/27  22:47:23
13306         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
13307              From: "Craig A. Berry" <craigberry@mac.com>
13308              Date: Tue, 27 Feb 2001 16:11:44 -0600
13309              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
13310      Branch: perl
13311            ! configure.com vms/descrip_mms.template
13312 ____________________________________________________________________________
13313 [  8958] By: jhi                                   on 2001/02/27  15:16:42
13314         Log: Update Changes.
13315      Branch: perl
13316            ! Changes patchlevel.h
13317 ____________________________________________________________________________
13318 [  8957] By: jhi                                   on 2001/02/27  06:15:07
13319         Log: Subject: [5.6.x] EPOC additions
13320              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13321              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
13322              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
13323      Branch: maint-5.6/perl
13324            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
13325 ____________________________________________________________________________
13326 [  8956] By: jhi                                   on 2001/02/27  06:12:11
13327         Log: Subject: [perl-current] EPOC 
13328              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13329              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
13330              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
13331      Branch: perl
13332            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
13333            ! epoc/epocish.c epoc/epocish.h pp_sys.c
13334 ____________________________________________________________________________
13335 [  8955] By: jhi                                   on 2001/02/27  05:59:50
13336         Log: Subject: Re: Compile with perlcc..
13337              From: Edward Peschko <edwardp@excitehome.net>
13338              Date: Mon, 26 Feb 2001 18:51:58 -0800
13339              Message-ID: <20010226185158.A9871@excitehome.net>
13340              
13341              plus add a simple usage message if no arguments given.
13342      Branch: perl
13343            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
13344            ! utils/Makefile utils/perlcc.PL win32/pod.mak
13345 ____________________________________________________________________________
13346 [  8954] By: nick                                  on 2001/02/26  21:02:59
13347         Log: Integrate mainline
13348      Branch: perlio
13349           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
13350           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
13351           !> t/op/sprintf.t
13352 ____________________________________________________________________________
13353 [  8953] By: jhi                                   on 2001/02/26  14:43:54
13354         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
13355              From: Nicholas Clark <nick@ccl4.org>
13356              Date: Mon, 26 Feb 2001 00:42:07 +0000
13357              Message-ID: <20010226004207.F23333@plum.flirble.org>
13358      Branch: perl
13359            ! pp_ctl.c
13360 ____________________________________________________________________________
13361 [  8952] By: jhi                                   on 2001/02/26  14:42:13
13362         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
13363              From: Simon Cozens <simon@netthink.co.uk>
13364              Date: Mon, 26 Feb 2001 12:23:48 +0000
13365              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
13366      Branch: perl
13367            ! pod/perlguts.pod
13368 ____________________________________________________________________________
13369 [  8951] By: jhi                                   on 2001/02/26  14:39:15
13370         Log: Subject: [PATCH] perlio - unknown layer
13371              From: Nicholas Clark <nick@ccl4.org>
13372              Date: Mon, 26 Feb 2001 00:27:19 +0000
13373              Message-ID: <20010226002719.E23333@plum.flirble.org>
13374      Branch: perl
13375            ! perlio.c
13376 ____________________________________________________________________________
13377 [  8950] By: jhi                                   on 2001/02/26  14:38:04
13378         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
13379              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
13380              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
13381              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
13382      Branch: perl
13383            ! t/op/bop.t
13384 ____________________________________________________________________________
13385 [  8949] By: jhi                                   on 2001/02/26  14:37:07
13386         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
13387              From: Peter Prymmer <pvhp@forte.com>
13388              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
13389              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
13390      Branch: perl
13391            ! lib/Test.pm
13392 ____________________________________________________________________________
13393 [  8948] By: jhi                                   on 2001/02/26  14:35:53
13394         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
13395              From: Radu Greab <radu@netsoft.ro>
13396              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
13397              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
13398      Branch: perl
13399            ! pod/perlop.pod
13400 ____________________________________________________________________________
13401 [  8947] By: jhi                                   on 2001/02/26  14:34:46
13402         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
13403              From: David Mitchell <davem@fdgroup.co.uk>
13404              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
13405              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
13406      Branch: perl
13407            ! run.c
13408 ____________________________________________________________________________
13409 [  8946] By: jhi                                   on 2001/02/26  14:32:37
13410         Log: Subject: Modified README.bs2000 
13411              From: Dorner Thomas <Thomas.Dorner@start.de>
13412              Date: Mon, 26 Feb 2001 09:22:17 +0100
13413              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
13414      Branch: perl
13415            ! README.bs2000
13416 ____________________________________________________________________________
13417 [  8945] By: jhi                                   on 2001/02/26  14:19:53
13418         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
13419              to maintperl, listing the known failures on the tests 129 and 130.
13420      Branch: maint-5.6/perl
13421           !> t/op/sprintf.t
13422 ____________________________________________________________________________
13423 [  8944] By: jhi                                   on 2001/02/26  14:14:15
13424         Log: Add more known sprintf failures.
13425      Branch: perl
13426            ! t/op/sprintf.t
13427 ____________________________________________________________________________
13428 [  8943] By: jhi                                   on 2001/02/26  13:56:22
13429         Log: perlglob.exe needs to be found in Win32, patch from
13430              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
13431              which needs external glob at mini-perl time."
13432      Branch: perl
13433            ! ext/Encode/compile
13434 ____________________________________________________________________________
13435 [  8942] By: jhi                                   on 2001/02/26  13:52:19
13436         Log: A missing dTHX from Vadim Konovalov.
13437      Branch: perl
13438            ! perlio.c
13439 ____________________________________________________________________________
13440 [  8941] By: jhi                                   on 2001/02/26  13:37:05
13441         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
13442      Branch: perl
13443            ! op.c
13444 ____________________________________________________________________________
13445 [  8940] By: jhi                                   on 2001/02/26  13:35:40
13446         Log: Integrate perlio.
13447      Branch: perl
13448           !> ext/Encode/Encode.pm
13449 ____________________________________________________________________________
13450 [  8939] By: nick                                  on 2001/02/25  23:47:09
13451         Log: Integrate mainline.
13452      Branch: perlio
13453           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
13454           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
13455 ____________________________________________________________________________
13456 [  8938] By: nick                                  on 2001/02/25  19:36:28
13457         Log: Encode implementations docs.
13458      Branch: perlio
13459            ! ext/Encode/Encode.pm
13460 ____________________________________________________________________________
13461 [  8937] By: jhi                                   on 2001/02/25  19:26:16
13462         Log: Script wasn't aligned with reality.
13463      Branch: perl
13464            ! t/pod/find.t
13465 ____________________________________________________________________________
13466 [  8936] By: jhi                                   on 2001/02/25  18:54:55
13467         Log: Update Changes.
13468      Branch: perl
13469            ! Changes patchlevel.h
13470 ____________________________________________________________________________
13471 [  8935] By: jhi                                   on 2001/02/25  18:46:36
13472         Log: Retract #8929,8930,8932,8933 for now.
13473      Branch: perl
13474            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
13475 ____________________________________________________________________________
13476 [  8934] By: jhi                                   on 2001/02/25  17:34:35
13477         Log: Integrate perlio.
13478      Branch: perl
13479           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
13480           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
13481           !> t/lib/encode.t
13482 ____________________________________________________________________________
13483 [  8933] By: jhi                                   on 2001/02/25  17:33:12
13484         Log: (Retracted by #8395.)
13485              
13486              Slight tweaks in scan_const(), not fixes yet, it seems like
13487              lots of work remains to be done...
13488      Branch: perl
13489            ! toke.c
13490 ____________________________________________________________________________
13491 [  8932] By: jhi                                   on 2001/02/25  17:27:11
13492         Log: (Retracted by #8395.)
13493              
13494              Missing from #8930.
13495      Branch: perl
13496            ! perl.h
13497 ____________________________________________________________________________
13498 [  8931] By: jhi                                   on 2001/02/25  17:26:19
13499         Log: A comment tweak.
13500      Branch: perl
13501            ! utf8.c
13502 ____________________________________________________________________________
13503 [  8930] By: jhi                                   on 2001/02/25  17:25:47
13504         Log: (Retracted by #8395.)
13505              
13506              Attempt to fix the EBCDIC character range problwm with //.
13507      Branch: perl
13508            ! regcomp.c
13509 ____________________________________________________________________________
13510 [  8929] By: jhi                                   on 2001/02/25  17:23:45
13511         Log: (Retracted by #8395.)
13512              
13513              Expand the EBCDIC character range tests, and add few nasty
13514              tr tests from Karsten Sperling.
13515      Branch: perl
13516            ! t/op/pat.t t/op/tr.t
13517 ____________________________________________________________________________
13518 [  8928] By: jhi                                   on 2001/02/25  17:18:49
13519         Log: Missing check-in.
13520      Branch: perl
13521            ! lib/Pod/Find.pm
13522 ____________________________________________________________________________
13523 [  8927] By: nick                                  on 2001/02/25  11:30:22
13524         Log: Change method names in Encode implementation classes to something
13525              less confusing (preparing to "go public").
13526      Branch: perlio
13527            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
13528 ____________________________________________________________________________
13529 [  8926] By: nick                                  on 2001/02/25  10:53:24
13530         Log: GCC __atribute__ / printf fix
13531      Branch: perlio
13532            ! perl.h
13533 ____________________________________________________________________________
13534 [  8925] By: nick                                  on 2001/02/25  10:52:25
13535         Log: Checked in the wrong one ...
13536      Branch: perlio
13537            ! ext/Encode/Encode.pm
13538 ____________________________________________________________________________
13539 [  8924] By: nick                                  on 2001/02/24  18:46:51
13540         Log: Integrate mainline - to see what Jarkko has in ...
13541      Branch: perlio
13542           +> t/pod/testpods/lib/Pod/Stuff.pm
13543           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
13544 ____________________________________________________________________________
13545 [  8923] By: nick                                  on 2001/02/24  17:05:23
13546         Log: Encode API documentation nd tidy up.
13547              Minor additions to test.
13548              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
13549              Adds STRLEN to standard typemap.
13550      Branch: perlio
13551            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
13552            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
13553 ____________________________________________________________________________
13554 [  8922] By: jhi                                   on 2001/02/24  16:38:12
13555         Log: Add a test for the "character range should match in EBCDIC
13556              if specified using explicit numerics" bug found by Karsten
13557              Sperling.
13558      Branch: perl
13559            ! t/op/pat.t
13560 ____________________________________________________________________________
13561 [  8921] By: jhi                                   on 2001/02/24  16:30:16
13562         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
13563              From: schwern@pobox.com
13564              Date: Fri, 23 Feb 2001 03:21:37 -0500
13565              Message-ID: <20010223032137.A26022@magnonel.guild.net>
13566              
13567              plus Charles Lane's fixes, plus tweaks.
13568      Branch: perl
13569            + t/pod/testpods/lib/Pod/Stuff.pm
13570            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
13571 ____________________________________________________________________________
13572 [  8920] By: nick                                  on 2001/02/24  10:30:11
13573         Log: Integrate mainline
13574      Branch: perlio
13575           !> (integrate 33 files)
13576 ____________________________________________________________________________
13577 [  8919] By: jhi                                   on 2001/02/24  00:23:35
13578         Log: Subject: Re: I'm losing the war...
13579              From: "Vadim Konovalov" <watman@inbox.ru>
13580              Date: Sat, 24 Feb 2001 00:10:14 +0300
13581              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
13582              
13583              hv_store() not working correctly in ENV_IS_CASELESS case.
13584      Branch: perl
13585            ! hv.c
13586 ____________________________________________________________________________
13587 [  8918] By: jhi                                   on 2001/02/24  00:20:09
13588         Log: Subject: Re: [PATCH] fix for charnames above FFFF
13589              From: andreas.koenig@anima.de (Andreas J. Koenig)
13590              Date: 23 Feb 2001 02:39:03 +0100
13591              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
13592              
13593              A further efficiency tweak.
13594      Branch: perl
13595            ! lib/charnames.pm
13596 ____________________________________________________________________________
13597 [  8917] By: jhi                                   on 2001/02/23  20:27:51
13598         Log: Integrate change #8916 from mainline,
13599              do away with USE_WIN32_RTL_ENV.
13600      Branch: maint-5.6/perl
13601           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
13602 ____________________________________________________________________________
13603 [  8916] By: jhi                                   on 2001/02/23  20:02:25
13604         Log: Abolish USE_WIN32_RTL_ENV.
13605      Branch: perl
13606            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
13607 ____________________________________________________________________________
13608 [  8915] By: jhi                                   on 2001/02/23  19:36:00
13609         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
13610              later protected by some #define.
13611      Branch: perl
13612            ! gv.c
13613 ____________________________________________________________________________
13614 [  8914] By: jhi                                   on 2001/02/23  19:31:38
13615         Log: Retract #8902 for now, requested by Charles Lane, the correct
13616              fix will be something else.
13617      Branch: perl
13618            ! op.c
13619 ____________________________________________________________________________
13620 [  8913] By: jhi                                   on 2001/02/23  19:11:36
13621         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
13622              From: Peter Prymmer <pvhp@forte.com>
13623              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
13624              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
13625      Branch: perl
13626            ! t/op/lex_assign.t
13627 ____________________________________________________________________________
13628 [  8912] By: jhi                                   on 2001/02/23  18:38:20
13629         Log: Subject: [patch] perlio + useithreads
13630              From: Doug MacEachern <dougm@covalent.net>
13631              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
13632              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
13633              
13634              Gets things running but not complete.
13635      Branch: perl
13636            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
13637 ____________________________________________________________________________
13638 [  8911] By: jhi                                   on 2001/02/23  04:20:02
13639         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
13640              
13641              Duplicated environment freeing, File::Temp 0.12,
13642              op/append portability (EBCDIC) tweak.
13643      Branch: maint-5.6/perl
13644           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
13645           !> t/op/append.t
13646 ____________________________________________________________________________
13647 [  8910] By: jhi                                   on 2001/02/23  02:07:33
13648         Log: Integrate change #8909 from mainline, a better Borland
13649              putenv() workaround.
13650      Branch: maint-5.6/perl
13651           !> perl.c
13652 ____________________________________________________________________________
13653 [  8909] By: jhi                                   on 2001/02/23  02:05:46
13654         Log: A better workaround for Borland putenv() brokenness from Sarathy.
13655      Branch: perl
13656            ! perl.c
13657 ____________________________________________________________________________
13658 [  8908] By: jhi                                   on 2001/02/23  02:04:14
13659         Log: Subject: fix for parameter -Dm (for perl@8867)
13660              From: "Vadim Konovalov" <watman@inbox.ru>
13661              Date: Thu, 22 Feb 2001 17:30:12 +0300
13662              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
13663      Branch: perl
13664            ! perl.h
13665 ____________________________________________________________________________
13666 [  8907] By: jhi                                   on 2001/02/23  01:58:20
13667         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
13668              From: Peter Prymmer <pvhp@forte.com>
13669              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
13670              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
13671      Branch: perl
13672            ! t/op/append.t
13673 ____________________________________________________________________________
13674 [  8906] By: jhi                                   on 2001/02/23  01:48:34
13675         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
13676      Branch: perl
13677            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
13678 ____________________________________________________________________________
13679 [  8905] By: jhi                                   on 2001/02/23  01:43:30
13680         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
13681              From: Peter Prymmer <pvhp@forte.com>
13682              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
13683              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
13684      Branch: perl
13685            ! t/lib/st-06compat.t
13686 ____________________________________________________________________________
13687 [  8904] By: jhi                                   on 2001/02/23  01:42:39
13688         Log: Metaconfig unit change for #8903.
13689      Branch: metaconfig/U/perl
13690            ! Devel.U
13691 ____________________________________________________________________________
13692 [  8903] By: jhi                                   on 2001/02/23  01:42:12
13693         Log: Be more helpful for devel builders, suggested by John L. Allen.
13694      Branch: perl
13695            ! Configure
13696 ____________________________________________________________________________
13697 [  8902] By: jhi                                   on 2001/02/23  01:37:41
13698         Log: (Retracted by #8914)
13699              (Wrongly, reinstated by #8941)             
13700
13701              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
13702              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13703              Date:     Thu, 22 Feb 2001 09:43:57 EST
13704              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
13705      Branch: perl
13706            ! op.c
13707 ____________________________________________________________________________
13708 [  8901] By: jhi                                   on 2001/02/23  01:20:32
13709         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
13710              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13711              Date:     Thu, 22 Feb 2001 08:01:35 EST
13712              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
13713      Branch: perl
13714            ! malloc.c
13715 ____________________________________________________________________________
13716 [  8900] By: jhi                                   on 2001/02/23  01:18:02
13717         Log: Integrate changes #8898,8899 from mainline, environ handling.
13718      Branch: maint-5.6/perl
13719           !> perl.c
13720 ____________________________________________________________________________
13721 [  8899] By: jhi                                   on 2001/02/23  01:16:25
13722         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
13723              putenv() is not to be relied on, they are either broken or leaky
13724              or both.)
13725      Branch: perl
13726            ! perl.c
13727 ____________________________________________________________________________
13728 [  8898] By: jhi                                   on 2001/02/22  23:36:59
13729         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
13730              and safesysfree() must be used.
13731      Branch: perl
13732            ! perl.c
13733 ____________________________________________________________________________
13734 [  8897] By: jhi                                   on 2001/02/22  23:25:45
13735         Log: With environ one must use safesysmalloc()/safesysfree().
13736      Branch: perl
13737            ! perl.c
13738 ____________________________________________________________________________
13739 [  8896] By: jhi                                   on 2001/02/22  22:13:18
13740         Log: If we have a duplicated environment free it
13741              if PERL_DESTRUCT_LEVEL.
13742      Branch: perl
13743            ! perl.c
13744 ____________________________________________________________________________
13745 [  8895] By: alanbur                               on 2001/02/22  19:31:57
13746         Log: Synchronised with parent
13747      Branch: maint-5.6/pureperl
13748           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
13749 ____________________________________________________________________________
13750 [  8894] By: gsar                                  on 2001/02/22  19:06:18
13751         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
13752              
13753              fix memory leak in method call optimization (change#3768);
13754              made C<eval "$x->foo()"> leak
13755              
13756              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
13757      Branch: maint-5.6/perl
13758           !> op.c
13759 ____________________________________________________________________________
13760 [  8893] By: jhi                                   on 2001/02/22  18:35:27
13761         Log: (Retracted by #8915.)
13762              
13763              Third Degree finding:
13764              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
13765      Branch: perl
13766            ! gv.c
13767 ____________________________________________________________________________
13768 [  8892] By: jhi                                   on 2001/02/22  14:28:32
13769         Log: Update Changes.
13770      Branch: perl
13771            ! Changes patchlevel.h
13772 ____________________________________________________________________________
13773 [  8891] By: jhi                                   on 2001/02/22  13:22:45
13774         Log: Metaconfig unit changes for #8890.
13775      Branch: metaconfig
13776            ! U/modified/Cppsym.U U/threads/archname.U
13777 ____________________________________________________________________________
13778 [  8890] By: jhi                                   on 2001/02/22  13:22:12
13779         Log: Add -stdio to the archname if no perlio selected,
13780              no -perlio added since that is now the default.
13781              
13782              Add few CPUs/architectures to the Cppsym scan.
13783      Branch: perl
13784            ! Configure config_h.SH
13785 ____________________________________________________________________________
13786 [  8889] By: jhi                                   on 2001/02/22  13:05:59
13787         Log: Metaconfig unit change for #8888.
13788      Branch: metaconfig/U/perl
13789            ! useperlio.U
13790 ____________________________________________________________________________
13791 [  8888] By: jhi                                   on 2001/02/22  13:05:28
13792         Log: *drum roll*  Make perlio the default.
13793      Branch: perl
13794            ! Configure config_h.SH
13795 ____________________________________________________________________________
13796 [  8887] By: jhi                                   on 2001/02/22  12:50:52
13797         Log: Integrate change #8665 from maintperl to mainline,
13798              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
13799      Branch: perl
13800           !> ext/POSIX/POSIX.xs
13801 ____________________________________________________________________________
13802 [  8886] By: jhi                                   on 2001/02/22  12:49:24
13803         Log: Integrate changes #8883,8884 from mainline to maintperl.
13804              
13805              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
13806              Subject: Re: File::Temp::_gettemp warning
13807      Branch: maint-5.6/perl
13808           !> embed.h embed.pl lib/File/Temp.pm
13809 ____________________________________________________________________________
13810 [  8885] By: jhi                                   on 2001/02/22  12:43:59
13811         Log: Based on
13812              
13813              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
13814              From: schwab@suse.de
13815              Date: Thu, 22 Feb 2001 13:08:09 +0100
13816              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
13817              
13818              but the fix done slightly differently because the other
13819              half was already done in #8664.
13820      Branch: maint-5.6/perl
13821            ! ext/POSIX/POSIX.xs
13822 ____________________________________________________________________________
13823 [  8884] By: jhi                                   on 2001/02/22  12:37:15
13824         Log: Subject: Re: File::Temp::_gettemp warning
13825              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13826              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
13827              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
13828              
13829              This patch to File::Temp does two things:
13830              
13831              1. Fixes the problem with CGI::Carp when determining
13832              the Fcntl constants
13833              
13834              2. Removes most of the carps and consolidates them so that all the
13835              reasons are included in a single die that is caught by the test. This
13836              means that the correct skipping behaviour is displayed by the test.
13837      Branch: perl
13838            ! lib/File/Temp.pm
13839 ____________________________________________________________________________
13840 [  8883] By: jhi                                   on 2001/02/22  12:29:19
13841         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
13842              From: Peter Prymmer <pvhp@forte.com>
13843              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
13844              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
13845      Branch: perl
13846            ! embed.h embed.pl
13847 ____________________________________________________________________________
13848 [  8882] By: jhi                                   on 2001/02/21  19:41:33
13849         Log: Integrate change #8881 from mainlin to maintperl.
13850              
13851              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
13852      Branch: maint-5.6/perl
13853           !> op.c
13854 ____________________________________________________________________________
13855 [  8881] By: jhi                                   on 2001/02/21  19:38:57
13856         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
13857              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13858              Date:     Wed, 21 Feb 2001 13:08:03 EST
13859              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
13860      Branch: perl
13861            ! op.c
13862 ____________________________________________________________________________
13863 [  8880] By: jhi                                   on 2001/02/21  19:34:34
13864         Log: Retract #8875, cannot let go of the old semantics of unpack U
13865              without rethinking utf8decode.t.
13866      Branch: perl
13867            ! pp.c t/op/pack.t
13868 ____________________________________________________________________________
13869 [  8879] By: jhi                                   on 2001/02/21  19:08:02
13870         Log: Run run/*.t also in minitest.
13871      Branch: perl
13872            ! Makefile.SH
13873 ____________________________________________________________________________
13874 [  8878] By: nick                                  on 2001/02/21  18:55:37
13875         Log: Integrate mainline
13876      Branch: perlio
13877           !> (integrate 76 files)
13878 ____________________________________________________________________________
13879 [  8877] By: jhi                                   on 2001/02/21  15:09:33
13880         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
13881      Branch: metaconfig
13882            ! U/compline/nblock_io.U
13883      Branch: perl
13884            ! Configure config_h.SH
13885 ____________________________________________________________________________
13886 [  8876] By: jhi                                   on 2001/02/21  14:54:45
13887         Log: If no sfio, no -lsfio.
13888      Branch: metaconfig/U/perl
13889            ! d_sfio.U
13890      Branch: perl
13891            ! Configure config_h.SH
13892 ____________________________________________________________________________
13893 [  8875] By: jhi                                   on 2001/02/21  14:54:00
13894         Log: Make unpack C and unpack C truly equivalent.
13895      Branch: perl
13896            ! pp.c t/op/pack.t
13897 ____________________________________________________________________________
13898 [  8874] By: jhi                                   on 2001/02/21  14:26:02
13899         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
13900              From: Peter Prymmer <pvhp@forte.com>
13901              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
13902              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
13903      Branch: perl
13904            ! pod/perlport.pod
13905 ____________________________________________________________________________
13906 [  8873] By: jhi                                   on 2001/02/21  14:24:31
13907         Log: Subject: [PATCH] fix for charnames above FFFF
13908              From: andreas.koenig@anima.de (Andreas J. Koenig)
13909              Date: 21 Feb 2001 07:05:45 +0100
13910              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
13911      Branch: perl
13912            ! lib/charnames.pm t/lib/charnames.t
13913 ____________________________________________________________________________
13914 [  8872] By: jhi                                   on 2001/02/21  14:15:25
13915         Log: Integrate change #8868 from pureperl to mainline.
13916              
13917              Fixed reference count loop caused by sv_magic.
13918      Branch: perl
13919           !> sv.c
13920 ____________________________________________________________________________
13921 [  8871] By: jhi                                   on 2001/02/21  14:07:29
13922         Log: Integrate change #8868 from pureperl to maintperl.
13923              
13924              Fixed reference count loop caused by sv_magic.
13925      Branch: maint-5.6/perl
13926           !> sv.c
13927 ____________________________________________________________________________
13928 [  8870] By: jhi                                   on 2001/02/21  14:04:41
13929         Log: Put back the #8840, it was innocent.
13930      Branch: perl
13931            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13932            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
13933 ____________________________________________________________________________
13934 [  8869] By: jhi                                   on 2001/02/21  14:00:03
13935         Log: unpack("C", ...) was left slightly unfinished by #8865.
13936      Branch: perl
13937            ! pp.c t/op/pack.t
13938 ____________________________________________________________________________
13939 [  8868] By: alanbur                               on 2001/02/21  01:33:45
13940         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
13941              from gv_fetchpv to create single-character magic variables (e.g. $!),
13942              and it is passed a sv and the gv that contains the sv as the mg_obj
13943              value.  When sv_magic stores the mg_obj pointer it increments the gv
13944              refcount, thus causing a sv-gv pair that can't be freed.  There is
13945              already a check for sv == obj which is used to prevent such reference
13946              loops.  This change extends the check to cover the case described above.
13947      Branch: maint-5.6/pureperl
13948            ! sv.c
13949 ____________________________________________________________________________
13950 [  8867] By: jhi                                   on 2001/02/21  00:52:39
13951         Log: Update Changes.
13952      Branch: perl
13953            ! Changes patchlevel.h
13954 ____________________________________________________________________________
13955 [  8866] By: jhi                                   on 2001/02/21  00:34:20
13956         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
13957              (Note: there were some conflicts due to EBCDIC and EPOC
13958              patches, in general I preferred the repository code.)
13959              (When 2.753 comes out, we need to synchronize.)
13960      Branch: perl
13961            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
13962            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
13963            ! t/lib/cgi-html.t
13964 ____________________________________________________________________________
13965 [  8865] By: jhi                                   on 2001/02/21  00:24:22
13966         Log: Make pack("C", 0x100) to create Unicode, unless under the
13967              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
13968              will understand Unicode, unless you under know what.
13969      Branch: perl
13970            ! pp.c t/op/pack.t t/op/qu.t
13971 ____________________________________________________________________________
13972 [  8864] By: alanbur                               on 2001/02/20  22:35:34
13973         Log: Resynchronised with parent
13974      Branch: maint-5.6/pureperl
13975           !> README.win32 ext/GDBM_File/GDBM_File.pm
13976           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
13977           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
13978           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
13979           !> t/lib/sdbm.t util.c
13980 ____________________________________________________________________________
13981 [  8863] By: jhi                                   on 2001/02/20  20:55:11
13982         Log: Integrate change #8860,8861 from mainline into maintperl.
13983              
13984              "pseudo-literal j"
13985              
13986              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
13987      Branch: maint-5.6/perl
13988           !> lib/Test.pm pod/perlop.pod
13989 ____________________________________________________________________________
13990 [  8862] By: jhi                                   on 2001/02/20  20:30:07
13991         Log: Don't do casting between pointers pointing to differently sized
13992              integers.
13993      Branch: perl
13994            ! hv.c sv.c
13995 ____________________________________________________________________________
13996 [  8861] By: jhi                                   on 2001/02/20  19:53:44
13997         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
13998              From: Peter Prymmer <pvhp@forte.com>
13999              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
14000              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
14001      Branch: perl
14002            ! lib/Test.pm
14003 ____________________________________________________________________________
14004 [  8860] By: jhi                                   on 2001/02/20  19:48:02
14005         Log: "pseudo-literal j", a documentation glitch reported to Debian.
14006              The text recovered from Perl 5.005_03, and pseudo-literal replaced
14007              by "backtick string".
14008      Branch: perl
14009            ! pod/perlop.pod
14010 ____________________________________________________________________________
14011 [  8859] By: jhi                                   on 2001/02/20  19:15:46
14012         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
14013              from Chris Nandor.
14014      Branch: perl
14015            ! makedef.pl
14016 ____________________________________________________________________________
14017 [  8858] By: jhi                                   on 2001/02/20  17:36:53
14018         Log: Integrate pureperl changes #8844,8845,8850 to mainline
14019              (via maintperl #8855).
14020              
14021              Fixed %^H scoping bug
14022              
14023              Removed GV <-> CV refcount loop
14024              
14025              Removed %ENV refcount loop
14026      Branch: perl
14027           !> gv.c op.c perl.c pp.c scope.c
14028 ____________________________________________________________________________
14029 [  8857] By: jhi                                   on 2001/02/20  17:34:32
14030         Log: Integrate changes #8853,8854 from maintperl to mainline.
14031              
14032              EBDIC fixes, README.win32 Borland update.
14033      Branch: perl
14034           !> README.win32 handy.h util.c
14035 ____________________________________________________________________________
14036 [  8856] By: jhi                                   on 2001/02/20  17:33:16
14037         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
14038      Branch: maint-5.6/perl
14039           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
14040           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
14041           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
14042 ____________________________________________________________________________
14043 [  8855] By: jhi                                   on 2001/02/20  17:32:13
14044         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
14045              
14046              Fixed %^H scoping bug
14047              
14048              Removed GV <-> CV refcount loop
14049              
14050              Removed %ENV refcount loop
14051      Branch: maint-5.6/perl
14052           !> gv.c op.c perl.c pp.c scope.c
14053 ____________________________________________________________________________
14054 [  8854] By: jhi                                   on 2001/02/20  17:25:06
14055         Log: Subject: Addition to readme.win32 for Borland C++ compilers
14056              Date: Tue, 20 Feb 2001 02:15:25 +0300
14057              From: "Vadim Konovalov" <watman@inbox.ru>
14058              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
14059              
14060              Document Borland compiler misbehaviour.
14061      Branch: maint-5.6/perl
14062            ! README.win32
14063 ____________________________________________________________________________
14064 [  8853] By: jhi                                   on 2001/02/20  17:22:25
14065         Log: The assimilation of ebcdic.c didn't quite work at the first try,
14066              patches from Thomas Dorner.
14067      Branch: maint-5.6/perl
14068            ! handy.h util.c
14069 ____________________________________________________________________________
14070 [  8852] By: jhi                                   on 2001/02/20  17:20:15
14071         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
14072              From: Chris Nandor <pudge@pobox.com>
14073              Date: Tue, 20 Feb 2001 08:32:45 -0500
14074              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
14075      Branch: maint-5.6/perl
14076            ! makedef.pl mg.c
14077 ____________________________________________________________________________
14078 [  8851] By: jhi                                   on 2001/02/20  17:15:52
14079         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
14080      Branch: perl
14081            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
14082            ! t/lib/filter-util.t
14083 ____________________________________________________________________________
14084 [  8850] By: alanbur                               on 2001/02/20  17:12:40
14085         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
14086              and the magic pointer points back to the GV that contains the
14087              %ENV hash.  This creates a refcount loop that prevents members
14088              of %ENV from being freed correctly.  This change removes the
14089              refcount loop - the magic pointer was never used anyway, the
14090              only use of the magic was to check the type ('E') so that the
14091              appropriate environment manipulation code is called when %ENV
14092              is modified.
14093      Branch: maint-5.6/pureperl
14094            ! perl.c
14095 ____________________________________________________________________________
14096 [  8849] By: jhi                                   on 2001/02/20  17:12:20
14097         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
14098              From: "Craig A. Berry" <craigberry@mac.com>
14099              Date: Mon, 19 Feb 2001 23:36:12 -0600
14100              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
14101              
14102              Case-forgiving systems match TestInit.pm with TES*.
14103      Branch: perl
14104            ! t/lib/glob-basic.t
14105 ____________________________________________________________________________
14106 [  8848] By: jhi                                   on 2001/02/20  17:10:02
14107         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
14108      Branch: perl
14109            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
14110            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
14111            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
14112 ____________________________________________________________________________
14113 [  8847] By: jhi                                   on 2001/02/20  15:34:41
14114         Log: The #8843 wasn't quite right: %Config needs to imported.
14115      Branch: perl
14116            ! t/run/runenv.t
14117 ____________________________________________________________________________
14118 [  8846] By: jhi                                   on 2001/02/20  15:31:50
14119         Log: Retract the #8838 and #8840 for now because of
14120              the DB_File tie problem.
14121      Branch: perl
14122            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
14123            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
14124            ! proto.h sv.c
14125 ____________________________________________________________________________
14126 [  8845] By: alanbur                               on 2001/02/20  14:25:41
14127         Log: Removed GV <-> CV refcount loop
14128              CvGV(mycv) points to the parent GV of the CV, and was previously
14129              refcounted.  The pointer remains, but the refcounting has been removed
14130              as it causes a refcount loop between the CV and GV that means the CV
14131              can't ever be deleted.
14132      Branch: maint-5.6/pureperl
14133            ! gv.c op.c pp.c
14134 ____________________________________________________________________________
14135 [  8844] By: alanbur                               on 2001/02/20  14:23:13
14136         Log: Fixed %^H scoping bug
14137      Branch: maint-5.6/pureperl
14138            ! scope.c
14139 ____________________________________________________________________________
14140 [  8843] By: jhi                                   on 2001/02/19  13:38:08
14141         Log: fork() not everywhere, cleanup temp files.
14142      Branch: perl
14143            ! t/run/runenv.t
14144 ____________________________________________________________________________
14145 [  8842] By: alanbur                               on 2001/02/19  12:42:07
14146         Log: Resynchronised with parent
14147      Branch: maint-5.6/pureperl
14148           !> pod/perlfaq4.pod sv.c utf8.c
14149 ____________________________________________________________________________
14150 [  8841] By: jhi                                   on 2001/02/19  03:35:51
14151         Log: Update Changes.
14152      Branch: perl
14153            ! Changes patchlevel.h
14154 ____________________________________________________________________________
14155 [  8840] By: jhi                                   on 2001/02/19  00:23:41
14156         Log: Subject: [patch] add sv_setref_uv
14157              From: Doug MacEachern <dougm@covalent.net>
14158              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
14159              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
14160      Branch: perl
14161            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14162            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
14163 ____________________________________________________________________________
14164 [  8839] By: jhi                                   on 2001/02/19  00:01:38
14165         Log: Put to rest the 20010205.001, the email address checking (not) regex.
14166      Branch: perl
14167            ! pod/perlfaq9.pod
14168 ____________________________________________________________________________
14169 [  8838] By: jhi                                   on 2001/02/18  22:17:54
14170         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
14171              From: Doug MacEachern <dougm@covalent.net>
14172              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
14173              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
14174      Branch: perl
14175            ! lib/ExtUtils/xsubpp
14176 ____________________________________________________________________________
14177 [  8837] By: jhi                                   on 2001/02/18  22:16:50
14178         Log: Subject: [patch] -Wall cleanup round 2
14179              From: Doug MacEachern <dougm@covalent.net>
14180              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
14181              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
14182      Branch: perl
14183            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
14184            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
14185            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
14186            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
14187            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
14188            ! ext/SDBM_File/SDBM_File.xs
14189 ____________________________________________________________________________
14190 [  8836] By: jhi                                   on 2001/02/18  22:11:20
14191         Log: Misapplied regex optimizations when \C is present.
14192              Fixes 20001230.002.
14193              
14194              What still remains broken is that the submatches that
14195              have \C in them get their UTF8 flag on because their
14196              parent SV has it on.  This will result in malformed
14197              UTF8 if a \C happened to match a non-ASCII byte.
14198      Branch: perl
14199            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
14200            ! t/pragma/utf8.t
14201 ____________________________________________________________________________
14202 [  8835] By: jhi                                   on 2001/02/18  20:12:02
14203         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
14204              
14205              The hash key got wrongly UTF8fied.
14206      Branch: perl
14207            ! pod/perlapi.pod toke.c utf8.c
14208 ____________________________________________________________________________
14209 [  8834] By: jhi                                   on 2001/02/18  19:44:25
14210         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
14211              don't warn on magical or overloaded things.
14212      Branch: perl
14213            ! pp_hot.c
14214 ____________________________________________________________________________
14215 [  8833] By: nick                                  on 2001/02/18  19:31:22
14216         Log: Integrate mainline
14217      Branch: perlio
14218           +> t/TestInit.pm t/run/runenv.t
14219            - t/UTEST
14220           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
14221           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
14222           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
14223           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
14224           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
14225           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
14226           !> utf8.c
14227 ____________________________________________________________________________
14228 [  8832] By: jhi                                   on 2001/02/18  19:21:18
14229         Log: Integrate perlio.
14230      Branch: perl
14231           !> perlio.c pod/perldiag.pod
14232 ____________________________________________________________________________
14233 [  8831] By: jhi                                   on 2001/02/18  19:14:20
14234         Log: Integrate change #8827 from mainline.
14235              
14236              UTF8 tweaks.
14237      Branch: maint-5.6/perl
14238           !> sv.c utf8.c
14239 ____________________________________________________________________________
14240 [  8830] By: nick                                  on 2001/02/18  19:10:34
14241         Log: Apply the spirit of patch from Nick Clark:
14242              Subject: [PATCH] Re: extensions that provide layers
14243              From: Nicholas Clark <nick@ccl4.org>
14244              Date: Mon, 12 Feb 2001 16:43:51 +0000
14245              Message-Id: <20010212164350.Q3652@plum.flirble.org>
14246      Branch: perlio
14247            ! perlio.c pod/perldiag.pod
14248 ____________________________________________________________________________
14249 [  8829] By: jhi                                   on 2001/02/18  19:03:25
14250         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
14251              From: schwern@pobox.com 
14252              Date: Sun, 18 Feb 2001 13:44:35 -0500
14253              Message-ID: <20010218134435.A17544@magnonel.guild.net>
14254              
14255              Applied, but as t/TestInit.pm.
14256      Branch: perl
14257            + t/TestInit.pm
14258            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
14259            ! t/op/subst_wamp.t
14260 ____________________________________________________________________________
14261 [  8828] By: jhi                                   on 2001/02/18  18:43:52
14262         Log: Integrate perlio.
14263      Branch: perl
14264           !> perlio.c
14265 ____________________________________________________________________________
14266 [  8827] By: jhi                                   on 2001/02/18  18:41:33
14267         Log: UTF-8 tweaks.
14268      Branch: perl
14269            ! sv.c utf8.c
14270 ____________________________________________________________________________
14271 [  8826] By: nick                                  on 2001/02/18  17:40:59
14272         Log: Fix [ID 20010217.002]
14273              open FOO, "<:raw:perlio", ...
14274              :raw now inserts default base layer below itself.
14275              Also
14276              open FOO, "<:unix", ...
14277              works as well - but leaves buffer layer on stack under the unix layer.
14278      Branch: perlio
14279            ! perlio.c
14280 ____________________________________________________________________________
14281 [  8825] By: jhi                                   on 2001/02/18  17:15:39
14282         Log: Integrate perlio.
14283      Branch: perl
14284           !> perlio.c perliol.h
14285 ____________________________________________________________________________
14286 [  8824] By: jhi                                   on 2001/02/18  17:10:53
14287         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
14288              From: schwern@pobox.com
14289              Date: Sun, 18 Feb 2001 01:48:50 -0500
14290              Message-ID: <20010218014850.C19957@magnonel.guild.net>
14291      Branch: perl
14292            ! lib/Test/Harness.pm t/TEST t/op/chop.t
14293 ____________________________________________________________________________
14294 [  8823] By: jhi                                   on 2001/02/18  17:01:06
14295         Log: Add run/*.t to testables.
14296      Branch: perl
14297            ! t/TEST
14298 ____________________________________________________________________________
14299 [  8822] By: jhi                                   on 2001/02/18  16:58:58
14300         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
14301              From: schwern@pobox.com
14302              Date: Sun, 18 Feb 2001 01:11:35 -0500
14303              Message-ID: <20010218011135.A19957@magnonel.guild.net>
14304              
14305              Revive mjd's and Simon's PERL5OPT fix.
14306      Branch: perl
14307            + t/run/runenv.t
14308            ! MANIFEST perl.c
14309 ____________________________________________________________________________
14310 [  8821] By: jhi                                   on 2001/02/18  16:53:46
14311         Log: Subject: Re: Why t/TEST and not Test::Harness?
14312              From: schwern@pobox.com
14313              Date: Sat, 17 Feb 2001 22:44:44 -0500
14314              Message-ID: <20010217224444.A6679@magnonel.guild.net>
14315              
14316              Replace UTEST with TEST -utf8.
14317      Branch: perl
14318            - t/UTEST
14319            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
14320            ! t/lib/glob-basic.t
14321 ____________________________________________________________________________
14322 [  8820] By: nick                                  on 2001/02/18  13:06:16
14323         Log: Clean up a few core dumps when layers are used in unexpected ways.
14324              (Still not "right"...)
14325      Branch: perlio
14326            ! perlio.c perliol.h
14327 ____________________________________________________________________________
14328 [  8819] By: jhi                                   on 2001/02/18  02:25:55
14329         Log: Integrate change #8818 from maintperl, a FAQ nit.
14330      Branch: perl
14331           !> pod/perlfaq4.pod
14332 ____________________________________________________________________________
14333 [  8818] By: jhi                                   on 2001/02/18  02:24:50
14334         Log: FAQ nit from Chris Fedde.
14335      Branch: maint-5.6/perl
14336            ! pod/perlfaq4.pod
14337 ____________________________________________________________________________
14338 [  8817] By: nick                                  on 2001/02/17  18:20:14
14339         Log: Integrate mainline
14340      Branch: perlio
14341           +> lib/unicode/UCD.html lib/unicode/Unicode.html
14342           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
14343           +> pod/perlclib.pod
14344            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
14345            - lib/unicode/Unicode.301
14346           !> (integrate 324 files)
14347 ____________________________________________________________________________
14348 [  8816] By: jhi                                   on 2001/02/17  16:56:58
14349         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
14350      Branch: perl
14351            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14352            ! ext/Storable/Storable.xs t/lib/st-06compat.t
14353            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
14354 ____________________________________________________________________________
14355 [  8815] By: jhi                                   on 2001/02/17  16:40:07
14356         Log: Subject: [patch] -Wall
14357              From: Doug MacEachern <dougm@covalent.net>
14358              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
14359              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
14360      Branch: perl
14361            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
14362            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
14363 ____________________________________________________________________________
14364 [  8814] By: jhi                                   on 2001/02/16  19:27:18
14365         Log: Document qu better.
14366      Branch: perl
14367            ! pod/perlop.pod
14368 ____________________________________________________________________________
14369 [  8813] By: jhi                                   on 2001/02/15  13:54:37
14370         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
14371              From: Hugo <hv@crypt.compulink.co.uk>
14372              Date: Thu, 15 Feb 2001 13:39:49 +0000
14373              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
14374      Branch: perl
14375            ! toke.c
14376 ____________________________________________________________________________
14377 [  8812] By: alanbur                               on 2001/02/15  13:52:16
14378         Log: Resynchronised with parent
14379      Branch: maint-5.6/pureperl
14380            - ebcdic.c
14381           !> (integrate 36 files)
14382 ____________________________________________________________________________
14383 [  8811] By: jhi                                   on 2001/02/15  13:51:16
14384         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
14385              
14386              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
14387              From: Jan Dubois <JanD@ActiveState.com>
14388              Date: Wed, 31 Jan 2001 21:17:03 -0800
14389              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
14390              
14391              tweak change#8659 to keep it simple
14392              
14393              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
14394              From: Russ Allbery <rra@stanford.edu>
14395              Date: 14 Feb 2001 10:15:41 -0800
14396              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
14397              
14398              (8809 empty)
14399
14400              Upgrade to podlators 1.08, from Russ Allbery.
14401      Branch: perl
14402           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
14403           !> utils/perldoc.PL
14404 ____________________________________________________________________________
14405 [  8810] By: jhi                                   on 2001/02/15  13:35:08
14406         Log: Upgrade to podlators 1.08, from Russ Allbery.
14407      Branch: maint-5.6/perl
14408            ! lib/Pod/Man.pm lib/Pod/Text.pm
14409 ____________________________________________________________________________
14410 [  8809] By: jhi                                   on 2001/02/15  13:26:38
14411         Log: (accidentally empty check-in)
14412      Branch: maint-5.6/perl
14413            ! lib/Test/Harness.pm
14414 ____________________________________________________________________________
14415 [  8808] By: jhi                                   on 2001/02/15  13:23:47
14416         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
14417              From: Russ Allbery <rra@stanford.edu>
14418              Date: 14 Feb 2001 10:15:41 -0800
14419              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
14420              
14421              perldoc was hardcoding $Config{installscript}, which breaks
14422              when install* isn't where Perl ends up (such as with AFS).
14423              
14424              Use $Config{scriptdir} instead.
14425      Branch: maint-5.6/perl
14426            ! utils/perldoc.PL
14427 ____________________________________________________________________________
14428 [  8807] By: jhi                                   on 2001/02/14  14:37:27
14429         Log: Update Changes.
14430      Branch: perl
14431            ! Changes patchlevel.h
14432 ____________________________________________________________________________
14433 [  8806] By: jhi                                   on 2001/02/14  14:25:31
14434         Log: Integrate changes #8803,8804,8805 from mainline.
14435              
14436              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
14437              
14438              Don't skip too much of the locale error message if no environ array,
14439              from Chris Nandor.
14440              
14441              More MacOS Classic fixes from Chris Nandor.
14442      Branch: maint-5.6/perl
14443           !> doop.c lib/Cwd.pm perl.c perl.h util.c
14444 ____________________________________________________________________________
14445 [  8805] By: jhi                                   on 2001/02/14  03:29:01
14446         Log: More MacOS Classic fixes from Chris Nandor.
14447      Branch: perl
14448            ! doop.c lib/Cwd.pm
14449 ____________________________________________________________________________
14450 [  8804] By: jhi                                   on 2001/02/14  03:18:35
14451         Log: Don't skip too much of the locale error message if no environ array,
14452              from Chris Nandor.
14453      Branch: perl
14454            ! util.c
14455 ____________________________________________________________________________
14456 [  8803] By: jhi                                   on 2001/02/14  03:14:14
14457         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
14458      Branch: perl
14459            ! perl.c perl.h
14460 ____________________________________________________________________________
14461 [  8802] By: jhi                                   on 2001/02/13  18:31:33
14462         Log: AUTHORS update.
14463      Branch: perl
14464            ! AUTHORS
14465 ____________________________________________________________________________
14466 [  8801] By: jhi                                   on 2001/02/13  17:55:19
14467         Log: Integrate change #8792 from mainline.
14468              
14469              Subject: buncha MacPerl patches for bleadperl
14470              From: Chris Nandor <pudge@pobox.com>
14471              Date: Tue, 13 Feb 2001 00:02:43 -0500
14472              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
14473      Branch: maint-5.6/perl
14474           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14475           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
14476           !> t/lib/basename.t toke.c util.h
14477 ____________________________________________________________________________
14478 [  8800] By: jhi                                   on 2001/02/13  17:46:43
14479         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
14480              to be forced to Off_t.
14481              
14482              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
14483              From: nick@ccl4.org
14484              Date: Thu, 1 Feb 2001 12:01:04 +0000
14485              Message-Id: <20010201120103.E11401@plum.flirble.org>
14486      Branch: maint-5.6/perl
14487            ! iperlsys.h perlio.c
14488 ____________________________________________________________________________
14489 [  8799] By: jhi                                   on 2001/02/13  16:52:51
14490         Log: Duplex duplex hunk hunk.
14491      Branch: maint-5.6/perl
14492            ! Makefile.SH
14493 ____________________________________________________________________________
14494 [  8797] By: jhi                                   on 2001/02/13  14:52:04
14495         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
14496              From: "Craig A. Berry" <craigberry@mac.com>
14497              Date: Mon, 12 Feb 2001 11:05:25 -0600
14498              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
14499      Branch: perl
14500            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
14501 ____________________________________________________________________________
14502 [  8796] By: jhi                                   on 2001/02/13  14:36:47
14503         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
14504              From: simon.cozens@pembroke.oxford.ac.uk 
14505              Date: Sat, 10 Feb 2001 17:57:02 +0000
14506              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
14507              
14508              Now it does include.
14509      Branch: perl
14510            ! pod/perldiag.pod
14511 ____________________________________________________________________________
14512 [  8795] By: jhi                                   on 2001/02/13  14:30:11
14513         Log: Sort the MANIFEST.
14514      Branch: perl
14515            ! MANIFEST
14516 ____________________________________________________________________________
14517 [  8794] By: jhi                                   on 2001/02/13  14:26:51
14518         Log: Integrate change #8793 from mainline, FAQ updates.
14519      Branch: maint-5.6/perl
14520           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
14521 ____________________________________________________________________________
14522 [  8793] By: jhi                                   on 2001/02/13  14:25:13
14523         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
14524      Branch: perl
14525            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
14526 ____________________________________________________________________________
14527 [  8792] By: jhi                                   on 2001/02/13  14:22:50
14528         Log: Subject: buncha MacPerl patches for bleadperl
14529              From: Chris Nandor <pudge@pobox.com>
14530              Date: Tue, 13 Feb 2001 00:02:43 -0500
14531              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
14532      Branch: perl
14533            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14534            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
14535            ! t/lib/basename.t toke.c util.h
14536 ____________________________________________________________________________
14537 [  8791] By: jhi                                   on 2001/02/13  14:10:39
14538         Log: Integrate change #8790 from mainline.
14539              
14540              environ array wrongly assumed in Perl_init_i18nl10n(),
14541      Branch: maint-5.6/perl
14542           !> util.c
14543 ____________________________________________________________________________
14544 [  8790] By: jhi                                   on 2001/02/13  14:06:15
14545         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
14546              noticed by Chris Nandor in MacOS Classic.
14547      Branch: perl
14548            ! util.c
14549 ____________________________________________________________________________
14550 [  8789] By: jhi                                   on 2001/02/13  13:58:07
14551         Log: Integrate changes #8373,8487,8544,8783 from mainline.
14552              
14553              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
14554              hints files, the dynaloading, assimilate ebcdic into util.c.
14555      Branch: maint-5.6/perl
14556            - ebcdic.c
14557            ! MANIFEST hints/posix-bc.sh
14558           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
14559           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
14560           !> perlapi.c proto.h util.c
14561 ____________________________________________________________________________
14562 [  8788] By: alanbur                               on 2001/02/13  10:33:13
14563         Log: Integrated changes from maint-5.6
14564      Branch: maint-5.6/pureperl
14565           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
14566           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
14567           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14568           !> vos/config.ga.h vos/configure_perl.cm
14569 ____________________________________________________________________________
14570 [  8787] By: jhi                                   on 2001/02/13  05:56:36
14571         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
14572      Branch: perl
14573           !> Makefile.SH
14574 ____________________________________________________________________________
14575 [  8786] By: jhi                                   on 2001/02/13  05:54:34
14576         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
14577              From: Dorner Thomas <Thomas.Dorner@start.de>
14578              Date: Mon, 12 Feb 2001 15:06:26 +0100
14579              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
14580      Branch: maint-5.6/perl
14581            ! Makefile.SH
14582 ____________________________________________________________________________
14583 [  8785] By: jhi                                   on 2001/02/13  05:29:04
14584         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
14585      Branch: perl
14586           !> hints/openbsd.sh
14587 ____________________________________________________________________________
14588 [  8784] By: jhi                                   on 2001/02/13  02:25:24
14589         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
14590              From: Peter Prymmer <pvhp@forte.com>
14591              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
14592              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
14593      Branch: perl
14594            ! pod/perlclib.pod
14595 ____________________________________________________________________________
14596 [  8783] By: jhi                                   on 2001/02/13  02:22:36
14597         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
14598      Branch: perl
14599            - ebcdic.c
14600            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
14601            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
14602            ! util.c
14603 ____________________________________________________________________________
14604 [  8782] By: jhi                                   on 2001/02/13  02:00:07
14605         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
14606      Branch: maint-5.6/perl
14607            ! pod/perlport.pod
14608 ____________________________________________________________________________
14609 [  8781] By: jhi                                   on 2001/02/13  01:58:44
14610         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
14611      Branch: maint-5.6/perl
14612            ! hints/openbsd.sh
14613 ____________________________________________________________________________
14614 [  8780] By: jhi                                   on 2001/02/13  01:57:33
14615         Log: Synchronize the regexp tests between maintperl and mainline.
14616      Branch: maint-5.6/perl
14617           !> t/op/re_tests
14618 ____________________________________________________________________________
14619 [  8779] By: jhi                                   on 2001/02/13  01:49:35
14620         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
14621              From: Hugo <hv@crypt.compulink.co.uk>
14622              Date: Tue, 13 Feb 2001 00:11:11 +0000
14623              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
14624      Branch: perl
14625            ! regcomp.c t/op/re_tests
14626 ____________________________________________________________________________
14627 [  8778] By: jhi                                   on 2001/02/13  00:23:10
14628         Log: Comments do not nest.
14629      Branch: perl
14630            ! perl.h
14631 ____________________________________________________________________________
14632 [  8777] By: jhi                                   on 2001/02/13  00:17:54
14633         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
14634              From: Hugo <hv@crypt.compulink.co.uk>
14635              Date: Tue, 13 Feb 2001 00:11:11 +0000
14636              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
14637      Branch: maint-5.6/perl
14638            ! regcomp.c t/op/re_tests
14639 ____________________________________________________________________________
14640 [  8776] By: jhi                                   on 2001/02/12  23:25:52
14641         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
14642      Branch: maint-5.6/perl
14643            ! pod/perlport.pod
14644 ____________________________________________________________________________
14645 [  8775] By: jhi                                   on 2001/02/12  23:04:28
14646         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
14647      Branch: maint-5.6/perl
14648            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
14649            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14650            ! vos/configure_perl.cm
14651 ____________________________________________________________________________
14652 [  8774] By: jhi                                   on 2001/02/12  22:59:11
14653         Log: Subject: Re: [patch] context for 'U' magic functions
14654              From: Doug MacEachern <dougm@covalent.net>
14655              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
14656              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
14657              
14658              plus the suggestion by Nick Ing-Simmons to name the macro
14659              as PERL_MG_UFUNC to avoid namespace pollution, plus add
14660              the advice by Doug for XS writers to perl.h
14661      Branch: perl
14662            ! mg.c perl.h
14663 ____________________________________________________________________________
14664 [  8773] By: jhi                                   on 2001/02/11  20:14:12
14665         Log: Update Changes.
14666      Branch: perl
14667            ! Changes patchlevel.h
14668 ____________________________________________________________________________
14669 [  8772] By: jhi                                   on 2001/02/11  18:47:52
14670         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
14671              From: Simon Cozens <simon@cozens.net>
14672              Date: Wed, 31 Jan 2001 16:31:43 +0000
14673              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
14674      Branch: perl
14675            + pod/perlclib.pod
14676            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
14677            ! pod/perltoc.pod
14678 ____________________________________________________________________________
14679 [  8771] By: jhi                                   on 2001/02/11  18:36:48
14680         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
14681              
14682              Blocks-4d3.beta.txt
14683              CaseFolding-3d4.beta.txt
14684              CompositionExclusions-3d6.beta.txt
14685              EastAsianWidth-4d4.beta.txt
14686              LineBreak-6d3.beta.txt
14687              NamesList-3.1.0d1.beta.txt
14688              PropList-3.1.0d4.beta.txt
14689              SpecialCasing-4d1.beta.txt
14690              UnicodeData-3.1.0d6.beta.txt
14691      Branch: perl
14692            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
14693           +> lib/unicode/UCD.html lib/unicode/Unicode.html
14694            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
14695            - lib/unicode/Unicode.301
14696            ! (edit 257 files)
14697 ____________________________________________________________________________
14698 [  8770] By: jhi                                   on 2001/02/11  17:26:22
14699         Log: UTF-8 documentation.
14700      Branch: perl
14701            ! utf8.h
14702 ____________________________________________________________________________
14703 [  8769] By: jhi                                   on 2001/02/11  17:12:49
14704         Log: Retract #8762.
14705      Branch: perl
14706            ! regexec.c
14707 ____________________________________________________________________________
14708 [  8768] By: jhi                                   on 2001/02/11  16:54:45
14709         Log: Subject: [PATCH] Test::Harness
14710              From: andreas.koenig@anima.de (Andreas J. Koenig)
14711              Date: 11 Feb 2001 14:37:00 +0100
14712              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
14713      Branch: perl
14714            ! lib/Test/Harness.pm
14715 ____________________________________________________________________________
14716 [  8767] By: jhi                                   on 2001/02/11  16:53:52
14717         Log: Subject: [PATCH] Document makepatch in Porting/patching
14718              From: andreas.koenig@anima.de (Andreas J. Koenig)
14719              Date: 11 Feb 2001 16:46:28 +0100
14720              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
14721      Branch: perl
14722            ! Porting/patching.pod
14723 ____________________________________________________________________________
14724 [  8766] By: jhi                                   on 2001/02/11  06:30:23
14725         Log: Subject: Re: [patch] GvSHARED
14726              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
14727              From: Doug MacEachern <dougm@covalent.net>
14728              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
14729              
14730              Subject: Re: [patch] GvSHARED
14731              From: Doug MacEachern <dougm@covalent.net>
14732              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
14733              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
14734              
14735              Subject: [patch] attributes.pm support for `shared'
14736              From: Doug MacEachern <dougm@covalent.net>
14737              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
14738              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
14739              
14740              our() attributes were ignored, our :shared pieces missing,
14741              allow attributes.pm to turn on shared.
14742      Branch: perl
14743            ! op.c t/op/attrs.t toke.c xsutils.c
14744 ____________________________________________________________________________
14745 [  8765] By: alanbur                               on 2001/02/10  23:11:19
14746         Log: Resync with parent (hopefully sucessfully this time)
14747      Branch: maint-5.6/pureperl
14748           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
14749           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
14750           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14751           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
14752           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
14753           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
14754           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
14755 ____________________________________________________________________________
14756 [  8764] By: jhi                                   on 2001/02/10  22:54:38
14757         Log: Make TEST and UTEST more verbose in case something goes
14758              wrong in running/compiling a script, suggested by Doug
14759              MacEachern.
14760      Branch: perl
14761            ! t/TEST t/UTEST
14762 ____________________________________________________________________________
14763 [  8763] By: jhi                                   on 2001/02/10  22:11:34
14764         Log: Bogus shebang.
14765      Branch: perl
14766            ! t/lib/texttabs.t
14767 ____________________________________________________________________________
14768 [  8762] By: jhi                                   on 2001/02/10  21:56:02
14769         Log: (Retracted by #8769)
14770      Branch: perl
14771            ! regexec.c
14772 ____________________________________________________________________________
14773 [  8761] By: jhi                                   on 2001/02/10  21:26:15
14774         Log: Subject: Re: [patch] GvSHARED 
14775              From: Doug MacEachern <dougm@covalent.net>
14776              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
14777              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
14778              
14779              our @EXPORT : shared = (...);
14780      Branch: perl
14781            ! toke.c
14782 ____________________________________________________________________________
14783 [  8760] By: jhi                                   on 2001/02/10  21:25:07
14784         Log: Subject: [patch] GvSHARED
14785              From: Doug MacEachern <dougm@covalent.net>
14786              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
14787              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
14788      Branch: perl
14789            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
14790 ____________________________________________________________________________
14791 [  8759] By: alanbur                               on 2001/02/10  21:24:27
14792         Log: Backed out mismerge.
14793      Branch: maint-5.6/pureperl
14794            ! MANIFEST README.hpux README.vmesa gv.c installhtml
14795            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
14796            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14797            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
14798            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
14799            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
14800            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
14801 ____________________________________________________________________________
14802 [  8758] By: jhi                                   on 2001/02/10  18:01:17
14803         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
14804              
14805              Fixed UMRs and leak in Perl_pmtrans()
14806              
14807              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
14808              associated UTFied tr/// code.  Also fixed scoping leak of
14809              PL_reg_start_tmp.
14810              
14811              newATTRSUB leaks when an attempt to redefine the active sort sub is
14812              made.
14813      Branch: maint-5.6/perl
14814           !> op.c regcomp.c
14815 ____________________________________________________________________________
14816 [  8757] By: alanbur                               on 2001/02/10  17:56:46
14817         Log: Resynchronised with parent
14818      Branch: maint-5.6/pureperl
14819           +> README.bs2000
14820            - README.posix-bc
14821            ! gv.c perl.c sv.c
14822           !> MANIFEST README.hpux README.vmesa installhtml
14823           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
14824           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14825           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
14826           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
14827           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
14828           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
14829 ____________________________________________________________________________
14830 [  8756] By: alanbur                               on 2001/02/10  17:51:15
14831         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
14832              made.
14833      Branch: maint-5.6/pureperl
14834            ! op.c
14835 ____________________________________________________________________________
14836 [  8755] By: jhi                                   on 2001/02/09  22:41:35
14837         Log: Upgrade to CPAN 1.59_54, from Andreas König.
14838      Branch: perl
14839            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14840 ____________________________________________________________________________
14841 [  8754] By: jhi                                   on 2001/02/09  22:29:20
14842         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
14843              
14844              Didn't upgrade the fill.t since it has a dependency to File::Slurp
14845              purely for debugging purposes, the actual test hasn't changed.
14846      Branch: perl
14847            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
14848            ! t/lib/textwrap.t
14849 ____________________________________________________________________________
14850 [  8753] By: jhi                                   on 2001/02/09  20:17:50
14851         Log: Integrate change #8682 from maintperl.
14852              
14853              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
14854              to work correctly.
14855      Branch: perl
14856           !> hints/irix_6.sh
14857 ____________________________________________________________________________
14858 [  8752] By: jhi                                   on 2001/02/09  20:00:46
14859         Log: Update Changes.
14860      Branch: perl
14861            ! Changes patchlevel.h
14862 ____________________________________________________________________________
14863 [  8751] By: nick                                  on 2001/02/09  19:48:37
14864         Log: Integrate mainline
14865      Branch: perlio
14866           +> README.bs2000 t/lib/cgi-esc.t
14867            - README.posix-bc
14868           !> (integrate 53 files)
14869 ____________________________________________________________________________
14870 [  8750] By: nick                                  on 2001/02/09  19:25:16
14871         Log: Subject: RE: Biannual Competition to Improve Hashing Function
14872              From: Fisher Mark <fisherm@tce.com>
14873              Date: Thu, 8 Feb 2001 10:44:00 -0500
14874              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
14875              Date: Thu, 8 Feb 2001 15:02:47 -0500
14876              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
14877      Branch: perl
14878            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
14879 ____________________________________________________________________________
14880 [  8749] By: jhi                                   on 2001/02/09  19:02:35
14881         Log: Forgotten fragment.
14882      Branch: perl
14883            ! pod/perlapi.pod
14884 ____________________________________________________________________________
14885 [  8748] By: jhi                                   on 2001/02/09  18:31:34
14886         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
14887              plus manual tweakage.
14888              
14889              Sync the perlfaq2 between mainline and maintperl.
14890      Branch: maint-5.6/perl
14891            ! pod/perlfaq2.pod
14892      Branch: perl
14893           !> pod/perlfaq2.pod
14894 ____________________________________________________________________________
14895 [  8747] By: jhi                                   on 2001/02/09  18:12:04
14896         Log: Subject: versiononly and installperl
14897              From: abigail@foad.org
14898              Date: Wed, 7 Feb 2001 22:43:12 +0100
14899              Message-ID: <20010207214312.7045.qmail@foad.org>    
14900              
14901              Add +v flag to force a normal install of the perl binary
14902              and the utilities.
14903              
14904              Subject: [PATCH] installperl
14905              From: Nicholas Clark <nick@ccl4.org>
14906              Date: Fri, 9 Feb 2001 16:28:57 +0000
14907              Message-ID: <20010209162857.B10931@plum.flirble.org>
14908              
14909              Add -A flag which also hardlinks the binary with
14910              the full architecture name.
14911      Branch: perl
14912            ! installperl
14913 ____________________________________________________________________________
14914 [  8746] By: jhi                                   on 2001/02/09  18:03:43
14915         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
14916              
14917              Subject: perlfaq2, re: perlmongers
14918              
14919              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
14920              
14921              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
14922              
14923              Subject: [ID 20010205.001] typo in perlfaq9
14924              
14925              Subject: [ID 20010208.002] unordered explanation in perlcall
14926      Branch: maint-5.6/perl
14927           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
14928           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
14929           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
14930 ____________________________________________________________________________
14931 [  8745] By: jhi                                   on 2001/02/09  17:59:09
14932         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
14933              From: abela@geneanet.org
14934              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
14935              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
14936      Branch: perl
14937            ! pod/perlcall.pod
14938 ____________________________________________________________________________
14939 [  8744] By: jhi                                   on 2001/02/09  17:48:16
14940         Log: Subject: [ID 20010205.001] typo in perlfaq9
14941              From: eserte@vran.herceg.de
14942              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
14943              Message-Id: <200102042244.XAA21926@vran.herceg.de>
14944      Branch: perl
14945            ! pod/perlfaq9.pod
14946 ____________________________________________________________________________
14947 [  8743] By: jhi                                   on 2001/02/09  17:25:12
14948         Log: Integrate change #8695 from maintperl.
14949              
14950              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
14951      Branch: perl
14952           !> thread.h
14953 ____________________________________________________________________________
14954 [  8742] By: jhi                                   on 2001/02/09  17:21:22
14955         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
14956              From: Andy Dougherty <doughera@lafayette.edu>
14957              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
14958              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
14959      Branch: perl
14960            ! embed.pl
14961 ____________________________________________________________________________
14962 [  8741] By: jhi                                   on 2001/02/09  17:05:19
14963         Log: Integrate changes #8738,8739,8740 from maintperl.
14964              
14965              Html files will be installed in a more logical and easier to
14966              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
14967              
14968              Html files will be generated with a header to make them look
14969              a little less bare.
14970              
14971              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
14972      Branch: perl
14973           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
14974 ____________________________________________________________________________
14975 [  8740] By: jhi                                   on 2001/02/09  17:03:46
14976         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
14977              From: "Brendan O'Dea" <bod@compusol.com.au>
14978              Date: Sun, 4 Feb 2001 11:17:56 +1100
14979              Message-ID: <20010204111756.A16301@compusol.com.au>
14980      Branch: maint-5.6/perl
14981            ! pod/perlfaq3.pod
14982 ____________________________________________________________________________
14983 [  8739] By: jhi                                   on 2001/02/09  17:01:59
14984         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
14985              From: "Indy Singh" <indy@nusphere.com>
14986              Date: Fri, 2 Feb 2001 15:09:59 -0500
14987              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
14988              
14989              Html files will be generated with a header to make them look
14990              a little less bare.
14991      Branch: maint-5.6/perl
14992            ! installhtml
14993 ____________________________________________________________________________
14994 [  8738] By: jhi                                   on 2001/02/09  16:58:48
14995         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
14996              From: "Indy Singh" <indy@nusphere.com>
14997              Date: Fri, 2 Feb 2001 15:08:23 -0500
14998              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
14999              
15000              Html files will be installed in a more logical and easier to
15001              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
15002      Branch: maint-5.6/perl
15003            ! win32/Makefile win32/makefile.mk
15004 ____________________________________________________________________________
15005 [  8737] By: jhi                                   on 2001/02/09  16:46:54
15006         Log: Integrate changes #8687,8736 from maintperl.
15007              
15008              HP-UX thread patches from Merijn H. Brand.
15009              
15010              Latin nit from Philip Newton.
15011      Branch: perl
15012           !> README.hpux hints/hpux.sh
15013 ____________________________________________________________________________
15014 [  8736] By: jhi                                   on 2001/02/09  16:42:31
15015         Log: Latin nit from Philip Newton.
15016      Branch: maint-5.6/perl
15017            ! README.hpux
15018 ____________________________________________________________________________
15019 [  8735] By: jhi                                   on 2001/02/09  16:24:03
15020         Log: Integrate changes #8704,8710 from pureperl.
15021              
15022              Fixed UMRs and leak in Perl_pmtrans()
15023              
15024              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
15025              associated UTFied tr/// code.  Also fixed scoping leak of
15026              PL_reg_start_tmp.
15027      Branch: perl
15028           !> op.c regcomp.c
15029 ____________________________________________________________________________
15030 [  8734] By: jhi                                   on 2001/02/09  15:40:21
15031         Log: Integrate change #8733 from maintperl.
15032              
15033              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
15034      Branch: perl
15035           !> pod/perlre.pod
15036 ____________________________________________________________________________
15037 [  8733] By: jhi                                   on 2001/02/09  15:35:47
15038         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
15039              From: Prymmer/Kahn <pvhp@best.com>
15040              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
15041              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
15042      Branch: maint-5.6/perl
15043            ! pod/perlre.pod
15044 ____________________________________________________________________________
15045 [  8732] By: jhi                                   on 2001/02/09  15:26:17
15046         Log: Rename README.posix-bc to README.bs2000 (to avoid the
15047              confusion of a "perlposix-bc.pod"), add a few missing
15048              arch pods, regen toc.
15049      Branch: maint-5.6/perl
15050           +> README.bs2000
15051            - README.posix-bc
15052            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15053            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15054 ____________________________________________________________________________
15055 [  8731] By: jhi                                   on 2001/02/09  15:23:39
15056         Log: De-cut-and-pasto.
15057      Branch: perl
15058            ! pod/perl.pod
15059 ____________________________________________________________________________
15060 [  8730] By: jhi                                   on 2001/02/09  15:11:13
15061         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
15062              when people think that perlposix-bc.pod tells anything about
15063              Perl and POSIX.  Regen toc.
15064      Branch: perl
15065           +> README.bs2000
15066            - README.posix-bc
15067            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15068            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15069 ____________________________________________________________________________
15070 [  8729] By: jhi                                   on 2001/02/09  14:52:28
15071         Log: The README.vmesa part of #8712 from maintperl.
15072      Branch: perl
15073            ! README.vmesa
15074 ____________________________________________________________________________
15075 [  8728] By: jhi                                   on 2001/02/09  14:46:06
15076         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
15077              From: Peter Prymmer <pvhp@forte.com>
15078              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
15079              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
15080      Branch: maint-5.6/perl
15081            ! README.vmesa win32/Makefile win32/makefile.mk
15082 ____________________________________________________________________________
15083 [  8727] By: jhi                                   on 2001/02/09  14:33:25
15084         Log: Integrate change #8712 from mainline.
15085              
15086              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
15087      Branch: maint-5.6/perl
15088           !> lib/Pod/Find.pm
15089 ____________________________________________________________________________
15090 [  8726] By: jhi                                   on 2001/02/09  14:30:28
15091         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
15092              From: Peter Prymmer <pvhp@forte.com>
15093              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
15094              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
15095      Branch: perl
15096            + t/lib/cgi-esc.t
15097            ! MANIFEST lib/CGI/Util.pm
15098 ____________________________________________________________________________
15099 [  8725] By: jhi                                   on 2001/02/09  04:56:47
15100         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
15101      Branch: maint-5.6/perl
15102            ! pod/perlport.pod
15103 ____________________________________________________________________________
15104 [  8724] By: jhi                                   on 2001/02/09  04:40:59
15105         Log: Integrate changes 7819,7820 from vmsperl into mainline.
15106              
15107              Add header for LIB$ prototypes (C. Berry)
15108              
15109              Convert fwrite()s to sockets to write()s, since some socket stacks
15110              don't take kindly to stdio.
15111              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
15112              (for often optional LNMs)
15113              Correct a few typos
15114              (C. Bailey)
15115      Branch: perl
15116           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
15117 ____________________________________________________________________________
15118 [  8723] By: jhi                                   on 2001/02/09  03:29:29
15119         Log: Integrate change #8722 from mainline.
15120              
15121              The Im() function wasn't returning zero for non-Math::Complex
15122              arguments.  The bug reported by John Gamble.
15123      Branch: maint-5.6/perl
15124           !> lib/Math/Complex.pm
15125 ____________________________________________________________________________
15126 [  8722] By: jhi                                   on 2001/02/09  03:28:33
15127         Log: The Im() function wasn't returning zero for non-Math::Complex
15128              arguments.  The bug reported by John Gamble.
15129      Branch: perl
15130            ! lib/Math/Complex.pm
15131 ____________________________________________________________________________
15132 [  8721] By: nick                                  on 2001/02/08  22:11:35
15133         Log: Correct the correction :-(
15134      Branch: perl
15135            ! perl.c
15136 ____________________________________________________________________________
15137 [  8720] By: bailey                                on 2001/02/08  20:59:22
15138         Log: Convert frwite()s to sockets to write()s, since some socket stacks
15139              don't take kindly to stdio.
15140              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
15141              (for often optional LNMs)
15142              Correct a few typos
15143              (C. Bailey)
15144      Branch: vmsperl
15145            ! vms/vms.c vms/vmsish.h
15146 ____________________________________________________________________________
15147 [  8719] By: bailey                                on 2001/02/08  20:51:02
15148         Log: Add header for LIB$ prototypes (C. Berry)
15149      Branch: vmsperl
15150            ! ext/Devel/DProf/DProf.xs
15151 ____________________________________________________________________________
15152 [  8718] By: bailey                                on 2001/02/08  20:49:00
15153         Log: SYN SYN
15154      Branch: vmsperl
15155           +> pod/perliol.pod t/lib/sample-tests/bailout
15156           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
15157           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
15158           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
15159           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
15160           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
15161           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
15162            - lib/unicode/Is/DCinital.pl
15163           !> (integrate 101 files)
15164 ____________________________________________________________________________
15165 [  8717] By: nick                                  on 2001/02/08  19:38:48
15166         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
15167              From: Robin Barker <rmb1@cise.npl.co.uk>
15168              Date: Thu, 8 Feb 2001 14:38:07 GMT
15169              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
15170      Branch: perl
15171            ! lib/CPAN.pm
15172 ____________________________________________________________________________
15173 [  8716] By: nick                                  on 2001/02/08  19:29:07
15174         Log: Generated files form 8713 etc.
15175      Branch: perl
15176            ! embed.h global.sym objXSUB.h perlapi.c proto.h
15177 ____________________________________________________________________________
15178 [  8715] By: nick                                  on 2001/02/08  19:26:08
15179         Log: Fixup non-ithread build after 8713
15180      Branch: perl
15181            ! perl.c
15182 ____________________________________________________________________________
15183 [  8714] By: nick                                  on 2001/02/08  19:17:45
15184         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
15185              From: nick@ccl4.org
15186              Date: Wed, 7 Feb 2001 00:27:47 +0000
15187              Message-Id: <20010207002747.B63724@plum.flirble.org>
15188      Branch: perl
15189            ! sv.c toke.c
15190 ____________________________________________________________________________
15191 [  8713] By: nick                                  on 2001/02/08  19:15:58
15192         Log: Subject: Re: [patch] Re: PL_ptr_table
15193              From: Doug Maceachern <dougm@covalent.net>
15194              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
15195              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
15196      Branch: perl
15197            ! embed.pl perl.c sv.c sv.h
15198 ____________________________________________________________________________
15199 [  8712] By: nick                                  on 2001/02/08  19:12:47
15200         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
15201              From: Peter Prymmer <pvhp@forte.com>
15202              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
15203              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
15204      Branch: perl
15205            ! lib/Pod/Find.pm
15206 ____________________________________________________________________________
15207 [  8711] By: nick                                  on 2001/02/07  21:06:11
15208         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
15209              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
15210              From: Alan Burlison <Alan.Burlison@uk.sun.com>
15211              Date: Tue, 06 Feb 2001 23:37:01 +0000
15212              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
15213      Branch: perl
15214            ! regcomp.c
15215 ____________________________________________________________________________
15216 [  8710] By: alanbur                               on 2001/02/07  00:22:04
15217         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
15218              associated UTFied tr/// code.  Also fixed scoping leak of
15219              PL_reg_start_tmp.
15220      Branch: maint-5.6/pureperl
15221            ! op.c regcomp.c
15222 ____________________________________________________________________________
15223 [  8709] By: nick                                  on 2001/02/06  21:16:49
15224         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
15225              From: Michael G Schwern <schwern@pobox.com>
15226              Date: Sun, 4 Feb 2001 19:47:14 -0500
15227              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
15228      Branch: perl
15229            ! pod/perlapi.pod pod/perlmodlib.PL
15230 ____________________________________________________________________________
15231 [  8708] By: nick                                  on 2001/02/06  20:41:20
15232         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
15233              From: Michael G Schwern <schwern@pobox.com>
15234              Date: Sun, 4 Feb 2001 21:17:49 -0500
15235              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
15236      Branch: perl
15237            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
15238            ! pod/perltootc.pod
15239 ____________________________________________________________________________
15240 [  8707] By: nick                                  on 2001/02/06  20:29:11
15241         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
15242              From: Michael G Schwern <schwern@pobox.com>
15243              Date: Tue, 6 Feb 2001 05:54:30 -0500
15244              Message-Id: <20010206055430.A951@blackrider.aocn.com>
15245      Branch: perl
15246            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
15247 ____________________________________________________________________________
15248 [  8706] By: nick                                  on 2001/02/06  20:21:40
15249         Log: Subject: RE: some win32 fixes
15250              Date: Tue, 6 Feb 2001 09:23:20 +0300
15251              From: Vadim Konovalov <vkonovalov@lucent.com>
15252              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
15253      Branch: perl
15254            ! toke.c win32/Makefile win32/config.bc win32/config.gc
15255            ! win32/config.vc win32/config_H.bc win32/makefile.mk
15256 ____________________________________________________________________________
15257 [  8705] By: alanbur                               on 2001/02/06  15:00:03
15258         Log: Synchronised with parent
15259      Branch: maint-5.6/pureperl
15260            ! regexec.c
15261           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
15262           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
15263 ____________________________________________________________________________
15264 [  8704] By: alanbur                               on 2001/02/06  14:55:24
15265         Log: Fixed UMRs and leak in Perl_pmtrans()
15266      Branch: maint-5.6/pureperl
15267            ! op.c
15268 ____________________________________________________________________________
15269 [  8703] By: gsar                                  on 2001/02/06  02:29:37
15270         Log: $(MAKE) distclean doesn't clean up properly on windows
15271      Branch: maint-5.6/perl
15272            ! win32/Makefile win32/makefile.mk
15273 ____________________________________________________________________________
15274 [  8702] By: gsar                                  on 2001/02/06  01:00:46
15275         Log: tweak change#8659 to keep it simple
15276      Branch: maint-5.6/perl
15277            ! utils/perldoc.PL
15278 ____________________________________________________________________________
15279 [  8701] By: gsar                                  on 2001/02/05  22:45:41
15280         Log: change#8693 was missing testsuite changes
15281      Branch: maint-5.6/perl
15282           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
15283 ____________________________________________________________________________
15284 [  8700] By: nick                                  on 2001/02/05  20:32:52
15285         Log: Integrate mainline
15286      Branch: perlio
15287           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
15288           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
15289           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
15290           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
15291           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
15292           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
15293           +> t/lib/test-harness.t
15294           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
15295           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
15296           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
15297           !> pod/perlutil.pod t/TEST utils/h2xs.PL
15298 ____________________________________________________________________________
15299 [  8699] By: nick                                  on 2001/02/05  19:41:07
15300         Log: Subject: perlfaq2, re: perlmongers
15301              From: David H. Adler <dha@panix.com>
15302              Date: Sun, 4 Feb 2001 23:48:23 -0500
15303              Message-Id: <20010204234823.A13429@panix.com>
15304      Branch: perl
15305            ! pod/perlfaq2.pod
15306 ____________________________________________________________________________
15307 [  8698] By: nick                                  on 2001/02/05  19:39:31
15308         Log: Missed file f#rom the testharness mess.
15309      Branch: perl
15310            + t/lib/test-harness.t
15311 ____________________________________________________________________________
15312 [  8697] By: nick                                  on 2001/02/05  19:37:21
15313         Log: Subject: [DOC PATCH] overload.pm nits
15314              From: John Tobey <jtobey@john-edwin-tobey.org>
15315              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
15316              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
15317      Branch: perl
15318            ! lib/overload.pm
15319 ____________________________________________________________________________
15320 [  8696] By: alanbur                               on 2001/02/05  11:56:00
15321         Log: Sync with parent
15322      Branch: maint-5.6/pureperl
15323           !> thread.h
15324 ____________________________________________________________________________
15325 [  8695] By: gsar                                  on 2001/02/05  03:27:34
15326         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
15327      Branch: maint-5.6/perl
15328            ! thread.h
15329 ____________________________________________________________________________
15330 [  8694] By: alanbur                               on 2001/02/05  00:07:47
15331         Log: Initial branch creation from //depot/maint-5.6/perl
15332      Branch: maint-5.6/pureperl
15333           +> (branch 1719 files)
15334 ____________________________________________________________________________
15335 [  8693] By: gsar                                  on 2001/02/04  22:38:49
15336         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
15337              changes)
15338      Branch: maint-5.6/perl
15339           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
15340           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
15341           !> ext/DB_File/version.c
15342 ____________________________________________________________________________
15343 [  8692] By: nick                                  on 2001/02/04  18:15:57
15344         Log: The missed t/TEST part of the grand testharness upgrade.
15345      Branch: perl
15346            ! t/TEST
15347 ____________________________________________________________________________
15348 [  8691] By: nick                                  on 2001/02/04  18:05:17
15349         Log: New improved test harness
15350              Subject: Re: [PATCH Test::Harness] Third time's a charm?
15351              From: Michael G Schwern <schwern@pobox.com>
15352              Date: Sun, 4 Feb 2001 08:01:20 -0500
15353              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
15354      Branch: perl
15355            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
15356            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
15357            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
15358            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
15359            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
15360            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
15361            ! MANIFEST lib/Test/Harness.pm
15362 ____________________________________________________________________________
15363 [  8690] By: nick                                  on 2001/02/04  17:57:51
15364         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
15365              From: Jonathan Stowe <gellyfish@gellyfish.com>
15366              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
15367              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
15368      Branch: perl
15369            ! utils/h2xs.PL
15370 ____________________________________________________________________________
15371 [  8689] By: nick                                  on 2001/02/04  17:55:24
15372         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
15373              From: Michael G Schwern <schwern@pobox.com>
15374              Date: Sat, 3 Feb 2001 22:46:38 -0500
15375              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
15376      Branch: perl
15377            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
15378            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
15379 ____________________________________________________________________________
15380 [  8688] By: nick                                  on 2001/02/04  17:43:55
15381         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
15382              length byfailing to spot lack of closing )
15383              From: nick@talking.bollo.cx
15384              Date: Sat, 03 Feb 2001 23:53:16 +0000
15385              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
15386      Branch: perl
15387            ! perlio.c pod/perldiag.pod
15388 ____________________________________________________________________________
15389 [  8687] By: jhi                                   on 2001/02/03  17:11:42
15390         Log: HP-UX thread patches from Merijn H. Brand.
15391      Branch: maint-5.6/perl
15392            ! README.hpux hints/hpux.sh
15393 ____________________________________________________________________________
15394 [  8686] By: jhi                                   on 2001/02/03  16:40:12
15395         Log: Metaconfig changes for #8685.
15396      Branch: metaconfig
15397            ! U/installdirs/instubperl.U
15398      Branch: metaconfig/U/perl
15399            ! Devel.U versiononly.U
15400 ____________________________________________________________________________
15401 [  8685] By: jhi                                   on 2001/02/03  16:39:49
15402         Log: For -Dusedevel builds turn off installusrbinperl and turn on
15403              versiononly, a combined idea of Richard Soderberg and Merijn
15404              H. Brand.  You can still override both of these from the command
15405              line if you need to, -Dinstallusrbinperl and -Uversiononly.
15406      Branch: perl
15407            ! Configure
15408 ____________________________________________________________________________
15409 [  8684] By: jhi                                   on 2001/02/03  16:16:34
15410         Log: Metaconfig unit fix for #8683.
15411      Branch: metaconfig
15412            ! U/compline/nblock_io.U
15413 ____________________________________________________________________________
15414 [  8683] By: jhi                                   on 2001/02/03  16:16:12
15415         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
15416              reported by Peter Prymmer for 5.6-TRIAL1.
15417      Branch: perl
15418            ! Configure
15419 ____________________________________________________________________________
15420 [  8682] By: jhi                                   on 2001/02/03  05:52:11
15421         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
15422              to work correctly.
15423      Branch: maint-5.6/perl
15424            ! hints/irix_6.sh
15425 ____________________________________________________________________________
15426 [  8681] By: jhi                                   on 2001/02/03  05:47:33
15427         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
15428      Branch: maint-5.6/perl
15429            ! pod/perlport.pod
15430 ____________________________________________________________________________
15431 [  8680] By: jhi                                   on 2001/02/02  21:39:49
15432         Log: perlport update from Peter Prymmer.
15433      Branch: maint-5.6/perl
15434            ! pod/perlport.pod
15435 ____________________________________________________________________________
15436 [  8679] By: nick                                  on 2001/02/02  20:50:48
15437         Log: Integrate mainline
15438      Branch: perlio
15439           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
15440           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
15441           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
15442 ____________________________________________________________________________
15443 [  8678] By: gsar                                  on 2001/02/02  16:02:12
15444         Log: note about bincompat, slightly modified (from Lupe Christoph)
15445      Branch: maint-5.6/perl
15446            ! README.solaris
15447 ____________________________________________________________________________
15448 [  8677] By: jhi                                   on 2001/02/02  15:46:20
15449         Log: Supported platforms updates.
15450      Branch: maint-5.6/perl
15451            ! pod/perlport.pod
15452 ____________________________________________________________________________
15453 [  8676] By: jhi                                   on 2001/02/02  03:41:26
15454         Log: A couple more perlfaq2 tweaks.
15455      Branch: maint-5.6/perl
15456            ! pod/perlfaq2.pod
15457 ____________________________________________________________________________
15458 [  8675] By: jhi                                   on 2001/02/02  03:17:44
15459         Log: Misedit in #8661.
15460      Branch: maint-5.6/perl
15461            ! Configure
15462 ____________________________________________________________________________
15463 [  8674] By: jhi                                   on 2001/02/02  03:14:38
15464         Log: Damien again.
15465      Branch: maint-5.6/perl
15466            ! pod/perlfaq2.pod
15467 ____________________________________________________________________________
15468 [  8673] By: jhi                                   on 2001/02/02  03:12:40
15469         Log: perlfaq update from Elaine Ashton.
15470      Branch: maint-5.6/perl
15471            ! pod/perlfaq2.pod
15472 ____________________________________________________________________________
15473 [  8672] By: jhi                                   on 2001/02/02  03:07:08
15474         Log: UTF-8 s/// patch from Inaba Hiroto.
15475      Branch: maint-5.6/perl
15476            ! pp_ctl.c pp_hot.c
15477 ____________________________________________________________________________
15478 [  8671] By: jhi                                   on 2001/02/01  22:34:31
15479         Log: Update Changes.
15480      Branch: perl
15481            ! Changes patchlevel.h
15482 ____________________________________________________________________________
15483 [  8670] By: jhi                                   on 2001/02/01  22:15:29
15484         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
15485              from maintperl.
15486              
15487              Upgrade to Getopt::Long 2.25, from Johan Vromans.
15488              
15489              more files need to be writable in the source distribution
15490              
15491              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
15492              
15493              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
15494              
15495              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
15496              
15497              Allow the float to be fuzzier.
15498              
15499              need to use INT2PTR instead of a straight cast or ia64 fails
15500              
15501              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
15502              
15503              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
15504      Branch: perl
15505           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
15506           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
15507           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
15508 ____________________________________________________________________________
15509 [  8669] By: jhi                                   on 2001/02/01  21:57:02
15510         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
15511              From: Robin Barker <rmb1@cise.npl.co.uk>
15512              Date: Thu, 1 Feb 2001 16:59:05 GMT
15513              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
15514      Branch: maint-5.6/perl
15515            ! pod/perlmodlib.PL
15516 ____________________________________________________________________________
15517 [  8668] By: nick                                  on 2001/02/01  19:41:40
15518         Log: Integrate mainline
15519      Branch: perlio
15520           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
15521           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
15522           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
15523 ____________________________________________________________________________
15524 [  8667] By: gsar                                  on 2001/02/01  16:59:11
15525         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
15526      Branch: maint-5.6/perl
15527            ! embed.pl embedvar.h
15528 ____________________________________________________________________________
15529 [  8666] By: gsar                                  on 2001/02/01  16:34:51
15530         Log: add missing entries to win32/config.?c
15531      Branch: maint-5.6/perl
15532            ! win32/config.bc win32/config.gc win32/config.vc
15533            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15534 ____________________________________________________________________________
15535 [  8665] By: jhi                                   on 2001/02/01  14:58:51
15536         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
15537              From: "Stephen P. Potter" <spp@spotter.yi.org>
15538              Date: Thu, 01 Feb 2001 10:45:46 -0500
15539              Message-Id: <200102011545.KAA31479@spotter.yi.org>
15540      Branch: maint-5.6/perl
15541            ! pod/perlfunc.pod
15542 ____________________________________________________________________________
15543 [  8664] By: gsar                                  on 2001/02/01  14:52:37
15544         Log: need to use INT2PTR instead of a straight cast or ia64 fails
15545              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
15546      Branch: maint-5.6/perl
15547            ! ext/POSIX/POSIX.xs
15548 ____________________________________________________________________________
15549 [  8663] By: jhi                                   on 2001/02/01  14:09:13
15550         Log: Allow the float to be fuzzier.
15551      Branch: maint-5.6/perl
15552            ! t/lib/peek.t
15553 ____________________________________________________________________________
15554 [  8662] By: jhi                                   on 2001/02/01  13:59:00
15555         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
15556              From: Robin Barker <rmb1@cise.npl.co.uk>
15557              Date: Thu, 1 Feb 2001 13:05:39 GMT
15558              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
15559      Branch: maint-5.6/perl
15560            ! pod/perlmodlib.pod
15561 ____________________________________________________________________________
15562 [  8661] By: jhi                                   on 2001/02/01  13:57:38
15563         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
15564              Date: Thu, 01 Feb 2001 14:15:41 +0100
15565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15566              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
15567              
15568              Have the $ccflags in the gcc version test (strange, this change
15569              is claimed to be have been integrated already)
15570      Branch: maint-5.6/perl
15571            ! Configure
15572 ____________________________________________________________________________
15573 [  8660] By: jhi                                   on 2001/02/01  13:44:10
15574         Log: Integrate changes #7950,7964,7962 from mainline.
15575              
15576              Find the stdchar signedness using cpp, should fix some of
15577              the Solaris compiler warnings reported by Alan Burlison.
15578      Branch: maint-5.6/perl
15579           !> Configure config_h.SH
15580 ____________________________________________________________________________
15581 [  8659] By: jhi                                   on 2001/02/01  05:35:32
15582         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
15583              From: Jan Dubois <JanD@ActiveState.com>
15584              Date: Wed, 31 Jan 2001 21:17:03 -0800
15585              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
15586      Branch: maint-5.6/perl
15587            ! utils/perldoc.PL
15588 ____________________________________________________________________________
15589 [  8658] By: jhi                                   on 2001/02/01  04:33:17
15590         Log: Integrate the README.os390 and README.posix-bc parts of mainline
15591              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
15592              installperl parts were taken care of by #8657.)
15593      Branch: maint-5.6/perl
15594           !> README.os390 README.posix-bc
15595 ____________________________________________________________________________
15596 [  8657] By: jhi                                   on 2001/02/01  04:29:21
15597         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
15598              From: Peter Prymmer <pvhp@forte.com>
15599              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
15600              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
15601      Branch: maint-5.6/perl
15602            + ext/DynaLoader/dl_dllload.xs
15603            ! MANIFEST Makefile.SH hints/os390.sh installperl
15604 ____________________________________________________________________________
15605 [  8656] By: jhi                                   on 2001/02/01  04:25:45
15606         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
15607              From: Peter Prymmer <pvhp@forte.com>
15608              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
15609              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
15610      Branch: maint-5.6/perl
15611            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
15612 ____________________________________________________________________________
15613 [  8655] By: jhi                                   on 2001/02/01  04:14:47
15614         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
15615              From: troc@netrus.net
15616              Date: Wed, 31 Jan 2001 22:31:26 -0500
15617              Message-Id: <200102010331.WAA117.85@rocco.homenet>
15618      Branch: maint-5.6/perl
15619            ! os2/os2.c
15620 ____________________________________________________________________________
15621 [  8654] By: jhi                                   on 2001/02/01  04:12:52
15622         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
15623              as reported by Alan Burlison.
15624      Branch: maint-5.6/perl
15625            ! pp.h
15626 ____________________________________________________________________________
15627 [  8653] By: jhi                                   on 2001/02/01  04:05:12
15628         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
15629              From: dsugalski@northernlight.com
15630              Date: Wed, 31 Jan 2001 18:54:11 -0500
15631              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
15632      Branch: maint-5.6/perl
15633            ! configure.com
15634 ____________________________________________________________________________
15635 [  8652] By: jhi                                   on 2001/02/01  04:03:11
15636         Log: Misplaced #endif.
15637              
15638              Subject: [perl-5-6-1-trial2] patches for EPOC
15639              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15640              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15641              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15642      Branch: maint-5.6/perl
15643            ! epoc/epocish.c
15644 ____________________________________________________________________________
15645 [  8651] By: jhi                                   on 2001/02/01  04:00:25
15646         Log: Integrate changes #8647,8648,8650 from mainline.
15647              
15648              Macrofy a magic UTF-8 test.
15649              
15650              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
15651              
15652              Watch out for cross compiling for EPOC (usually done on linux).
15653      Branch: maint-5.6/perl
15654           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
15655 ____________________________________________________________________________
15656 [  8650] By: jhi                                   on 2001/02/01  03:56:20
15657         Log: Watch out for cross compiling for EPOC (usually done on linux)
15658              
15659              Subject: [perl-5-6-1-trial2] patches for EPOC
15660              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15661              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15662              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15663      Branch: perl
15664            ! ext/Errno/Errno_pm.PL
15665 ____________________________________________________________________________
15666 [  8649] By: gsar                                  on 2001/02/01  00:46:00
15667         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
15668      Branch: maint-5.6/perl
15669            ! sv.c
15670 ____________________________________________________________________________
15671 [  8648] By: jhi                                   on 2001/01/31  23:35:36
15672         Log: All the uses of PL_numeric_radix must be protected by
15673              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
15674              
15675              Subject: [perl-5-6-1-trial2] patches for EPOC
15676              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15677              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15678              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15679      Branch: perl
15680            ! sv.c
15681 ____________________________________________________________________________
15682 [  8647] By: jhi                                   on 2001/01/31  22:56:16
15683         Log: Macrofy a magic UTF-8 test.
15684      Branch: perl
15685            ! utf8.c utf8.h
15686 ____________________________________________________________________________
15687 [  8646] By: gsar                                  on 2001/01/31  15:55:12
15688         Log: update Changes
15689      Branch: maint-5.6/perl
15690            ! Changes
15691 ____________________________________________________________________________
15692 [  8645] By: gsar                                  on 2001/01/31  15:10:14
15693         Log: Configure tweak suggested by Peter Prymmer
15694      Branch: maint-5.6/perl
15695            ! Configure
15696 ____________________________________________________________________________
15697 [  8644] By: gsar                                  on 2001/01/31  15:06:32
15698         Log: more files need to be writable in the source distribution
15699      Branch: maint-5.6/perl
15700            ! Porting/makerel
15701 ____________________________________________________________________________
15702 [  8643] By: jhi                                   on 2001/01/31  14:59:46
15703         Log: Integrate changes #8258,8278,8279 from mainline.
15704              
15705              Make the large file tests more robust/talkative.
15706      Branch: maint-5.6/perl
15707           !> t/lib/syslfs.t t/op/lfs.t
15708 ____________________________________________________________________________
15709 [  8642] By: gsar                                  on 2001/01/31  14:53:48
15710         Log: integrate changes#8311,8334 from mainline
15711              
15712              Add a new MakeMaker variable PM_FILTER that defines a Unix
15713              filter to be run on each .pm during the pm_to_blib() phase,
15714              a fixed version of
15715              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
15716              
15717              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
15718              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
15719              accurate reading of the "atime".  
15720      Branch: maint-5.6/perl
15721           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
15722           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15723           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
15724 ____________________________________________________________________________
15725 [  8641] By: jhi                                   on 2001/01/31  14:46:37
15726         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
15727      Branch: maint-5.6/perl
15728            ! lib/Getopt/Long.pm
15729 ____________________________________________________________________________
15730 [  8640] By: gsar                                  on 2001/01/31  14:40:24
15731         Log: make regen_all
15732      Branch: maint-5.6/perl
15733            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
15734 ____________________________________________________________________________
15735 [  8639] By: gsar                                  on 2001/01/31  14:37:25
15736         Log: refresh windows config files
15737      Branch: maint-5.6/perl
15738            ! win32/Makefile win32/config_H.bc win32/config_H.gc
15739            ! win32/config_H.vc win32/makefile.mk
15740 ____________________________________________________________________________
15741 [  8638] By: gsar                                  on 2001/01/31  14:28:10
15742         Log: makefile tweaks for windows: introduce a bulk-switch to enable
15743              same options as ActivePerl; sync changes with makefile.mk
15744      Branch: maint-5.6/perl
15745            ! win32/Makefile win32/makefile.mk
15746 ____________________________________________________________________________
15747 [  8637] By: jhi                                   on 2001/01/31  04:41:30
15748         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
15749              From: Nicholas Clark <nick@ccl4.org>
15750              Date: Tue, 30 Jan 2001 19:51:05 +0000
15751              Message-ID: <20010130195105.R76607@plum.flirble.org> 
15752              
15753              op/inc cure.
15754      Branch: perl
15755            ! pp.c pp.h pp_hot.c t/op/arith.t
15756 ____________________________________________________________________________
15757 [  8636] By: jhi                                   on 2001/01/31  02:38:32
15758         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
15759              no perlio],8257,8380,8479,8515 from mainline.
15760              
15761              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
15762              
15763              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
15764              Subject: [PATCH perl@8133] fix-up for VMS extensions
15765              
15766              In VMS embedded perls couldn't access the statically built Socket.
15767              
15768              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
15769              
15770              Further VMS piping fixes from Charles Lane.
15771              
15772              Subject:  [PATCH] make t/op/misc.t work on VMS
15773              
15774              Add tracing for debugging extensions builds in VMS.
15775              
15776              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
15777      Branch: maint-5.6/perl
15778           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
15779           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
15780           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
15781 ____________________________________________________________________________
15782 [  8635] By: jhi                                   on 2001/01/31  01:46:41
15783         Log: Integrate change #7732 from mainline.
15784              
15785              Sparc 64-bit pack() fix from Jens Hamisch.
15786      Branch: maint-5.6/perl
15787           !> pp.c
15788 ____________________________________________________________________________
15789 [  8634] By: jhi                                   on 2001/01/31  01:41:16
15790         Log: One spot missing from #8626.
15791      Branch: maint-5.6/perl
15792            ! sv.c
15793 ____________________________________________________________________________
15794 [  8633] By: jhi                                   on 2001/01/31  00:49:17
15795         Log: Integrate change #7495 from mainline.
15796              
15797              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
15798      Branch: maint-5.6/perl
15799           !> MANIFEST ext/re/Makefile.PL
15800 ____________________________________________________________________________
15801 [  8632] By: jhi                                   on 2001/01/30  23:38:49
15802         Log: Integrate change #8396 from mainline.
15803              
15804              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
15805              better multicast support (resend)
15806      Branch: maint-5.6/perl
15807           !> ext/Socket/Socket.pm
15808 ____________________________________________________________________________
15809 [  8631] By: jhi                                   on 2001/01/30  23:28:03
15810         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
15811              
15812              More AIX lore. (7514, ext/re/hints/aix.pl)
15813              
15814              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
15815              
15816              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)
15817              
15818              Subject: [ID 20001214.002] Net::Ping patch
15819              
15820              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
15821              
15822              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
15823              
15824              Add ReuseAddr as a (preferred) alias for Reuse as we now
15825              also have ReusePort.
15826              
15827              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
15828      Branch: maint-5.6/perl
15829           +> ext/re/hints/aix.pl
15830           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
15831           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
15832 ____________________________________________________________________________
15833 [  8630] By: jhi                                   on 2001/01/30  23:03:59
15834         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
15835              
15836              read() documentation tweak for 20001121.004.
15837              
15838              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
15839      Branch: maint-5.6/perl
15840           !> pod/perlfunc.pod pod/perlre.pod
15841 ____________________________________________________________________________
15842 [  8629] By: jhi                                   on 2001/01/30  22:41:57
15843         Log: Integrate change #8098 from mainline.
15844              
15845              fastgetcwd is defined using a glob alias on a $^O dependent basis
15846              and there was no default assignment or perl subroutine.
15847      Branch: maint-5.6/perl
15848           !> lib/Cwd.pm
15849 ____________________________________________________________________________
15850 [  8628] By: jhi                                   on 2001/01/30  21:58:52
15851         Log: Integrate change #7866 from mainline.
15852              
15853              File::Temp 0.11.
15854      Branch: maint-5.6/perl
15855           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
15856 ____________________________________________________________________________
15857 [  8627] By: jhi                                   on 2001/01/30  21:39:44
15858         Log: Integrate changes #8075,8086,8228 from mainline.  
15859              
15860              Darwin is not Windows. (8075,8086)
15861              
15862              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
15863      Branch: maint-5.6/perl
15864           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
15865           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
15866           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
15867           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
15868 ____________________________________________________________________________
15869 [  8626] By: jhi                                   on 2001/01/30  21:22:11
15870         Log: Integrate with tweakery the change #8625 from mainline,
15871              the multibyte decimal separator fix ("fa_IR locale failure").
15872      Branch: maint-5.6/perl
15873            ! embedvar.h perlapi.h
15874           !> intrpvar.h perl.c perl.h sv.c util.c
15875 ____________________________________________________________________________
15876 [  8625] By: jhi                                   on 2001/01/30  20:26:33
15877         Log: Fix for the fa_IR locale failure.  The reason for the failure
15878              was that Perl was assuming the decimal separator aka the radix
15879              separator is one character.  The Farsi-Iranian locale crushed
15880              that bad assumption since there the separator is 'Momayyez',
15881              glyphwise looking somewhat like a slash, and in Unicode UTF-8
15882              encoded in two bytes, 0xd9 0xab.
15883      Branch: perl
15884            ! intrpvar.h perl.c perl.h sv.c util.c
15885 ____________________________________________________________________________
15886 [  8624] By: gsar                                  on 2001/01/30  20:17:03
15887         Log: regen_headers
15888      Branch: maint-5.6/perl
15889            ! Makefile.SH pod/perlintern.pod
15890 ____________________________________________________________________________
15891 [  8623] By: gsar                                  on 2001/01/30  19:42:34
15892         Log: backout change#7431 and its dependents (causes spurious rebuilds
15893              of autogenerated files)
15894              
15895              fix benign b.t failure
15896      Branch: maint-5.6/perl
15897            ! Makefile.SH t/lib/b.t
15898 ____________________________________________________________________________
15899 [  8622] By: jhi                                   on 2001/01/30  19:41:41
15900         Log: Microperl sync.
15901      Branch: perl
15902            ! mg.c perl.h
15903 ____________________________________________________________________________
15904 [  8621] By: gsar                                  on 2001/01/30  19:24:47
15905         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
15906              from mainline
15907              
15908              Subject: podlators 1.06 released
15909              
15910              Subject: [PATCH @8436] Eliminate op_children
15911              
15912              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
15913              
15914              (Replaced by #8448)  More op_children traces (cleanup of #8442).
15915              
15916              Subject: [PATCH #3 @8436] Re: Eliminate op_children
15917              Replace #8444 and #8445.
15918              
15919              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
15920              at the setting of the ofs_sv in new_struct_thread() as the
15921              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
15922              uninitialized fields are, uh, initialized with),
15923              SvREFCNT_inc()ing that invited a core dump.
15924              
15925              podlators 1.07, from Russ Allbery.
15926              
15927              Subject: [PATCH] regcomp.c old feature removal
15928              From: mjd@plover.com
15929              Date: 16 Jan 2001 14:43:18 -0000 
15930              Message-ID: <20010116144318.7140.qmail@plover.com> 
15931      Branch: maint-5.6/perl
15932           +> lib/Pod/Text/Overstrike.pm
15933           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
15934           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
15935           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
15936           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
15937           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
15938           !> util.c
15939 ____________________________________________________________________________
15940 [  8620] By: gsar                                  on 2001/01/30  18:48:32
15941         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
15942              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
15943              now fails one test)
15944              
15945              Subject: [PATCH] lvalue AUTOLOAD. No, really.
15946              
15947              Subject: [PATCH] Interesting syntax idea
15948              Make opens + bareword assigns do typeglob assigns.
15949              
15950              Tests for #8254.
15951              
15952              Subject: [PATCH @8269] Continue blocks and B::Deparse
15953              Make the peephole optimizer to bypass more null ops and
15954              and rewrite the deparse handling of continue blocks.
15955              
15956              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
15957              Doc tweak on #8313.
15958              
15959              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
15960              
15961              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
15962              
15963              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
15964              
15965              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
15966              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
15967              according to the platform.
15968              
15969              Subject: [PATCH @8404] Consolidated lvalue sub changes
15970              
15971              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
15972              
15973              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
15974              
15975              Subject: B::Concise -- an improved replacement for B::Terse 
15976              
15977              The B::Terse drop-in replacement wasn't quite drop-in.
15978              
15979              The LVRET macro needed an aTHX.
15980              
15981              Use the /^Perl_/-less form of is_lvalue_sub().
15982              
15983              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
15984      Branch: maint-5.6/perl
15985           +> ext/B/B/Concise.pm
15986           !> (integrate 27 files)
15987 ____________________________________________________________________________
15988 [  8619] By: nick                                  on 2001/01/30  18:40:28
15989         Log: Integrate mainline
15990      Branch: perlio
15991           !> (integrate 40 files)
15992 ____________________________________________________________________________
15993 [  8618] By: jhi                                   on 2001/01/30  18:37:18
15994         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
15995              Date: Mon, 29 Jan 2001 22:51:29 -0600
15996              From: "Craig A. Berry" <craigberry@mac.com>
15997              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
15998      Branch: perl
15999            ! vms/test.com
16000 ____________________________________________________________________________
16001 [  8617] By: jhi                                   on 2001/01/30  18:34:53
16002         Log: Subject: [PATCH] Add missing CV flags to dump.c
16003              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16004              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
16005              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
16006      Branch: perl
16007            ! dump.c
16008 ____________________________________________________________________________
16009 [  8616] By: jhi                                   on 2001/01/30  18:20:58
16010         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
16011              part isn't applicable to maintperl.
16012              
16013              UTF-8 nit from Inaba Hiroto.
16014      Branch: maint-5.6/perl
16015           !> pod/perlapi.pod utf8.c
16016 ____________________________________________________________________________
16017 [  8615] By: jhi                                   on 2001/01/30  18:18:51
16018         Log: UTF-8 nit from Inaba Hiroto.
16019      Branch: perl
16020            ! pod/perlapi.pod t/op/each.t utf8.c
16021 ____________________________________________________________________________
16022 [  8614] By: jhi                                   on 2001/01/30  18:13:38
16023         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
16024              
16025              perl's internal variables are not for public consumption,
16026              move their docs from perlapi.pod to perlintern.pod
16027              
16028              support for -Dusethreads build under HP-UX 10.20 and DCE threads
16029              library (11.0 and later have pthreads but 10.x don't)
16030              
16031              avoid uninitialized value warnings
16032              
16033              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
16034              gets weird results)
16035              
16036              perldoc nit on windows
16037              
16038              make it possible to run the tests outside the source tree
16039              (there's still a dependency on ../lib being the library
16040              location)
16041      Branch: perl
16042           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
16043           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
16044           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
16045           !> win32/bin/search.pl win32/vdir.h
16046 ____________________________________________________________________________
16047 [  8613] By: gsar                                  on 2001/01/30  16:39:59
16048         Log: make it possible to run the tests outside the source tree
16049              (there's still a dependency on ../lib being the library
16050              location)
16051      Branch: maint-5.6/perl
16052            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
16053 ____________________________________________________________________________
16054 [  8612] By: gsar                                  on 2001/01/30  16:31:12
16055         Log: perldoc nit on windows
16056      Branch: maint-5.6/perl
16057            ! utils/perldoc.PL
16058 ____________________________________________________________________________
16059 [  8611] By: gsar                                  on 2001/01/30  16:22:54
16060         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
16061              gets weird results)
16062      Branch: maint-5.6/perl
16063            ! win32/vdir.h
16064 ____________________________________________________________________________
16065 [  8610] By: gsar                                  on 2001/01/30  16:12:45
16066         Log: avoid uninitialized value warnings
16067      Branch: maint-5.6/perl
16068            ! win32/bin/search.pl
16069 ____________________________________________________________________________
16070 [  8609] By: gsar                                  on 2001/01/30  16:08:01
16071         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
16072              library (11.0 and later have pthreads but 10.x don't)
16073      Branch: maint-5.6/perl
16074            ! hints/hpux.sh thread.h
16075 ____________________________________________________________________________
16076 [  8608] By: gsar                                  on 2001/01/30  15:48:55
16077         Log: perl's internal variables are not for public consumption,
16078              move their docs from perlapi.pod to perlintern.pod
16079      Branch: maint-5.6/perl
16080            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
16081            ! thrdvar.h
16082 ____________________________________________________________________________
16083 [  8607] By: gsar                                  on 2001/01/30  15:44:27
16084         Log: mistakenly branched perl56delta.pod, revert
16085      Branch: maint-5.6/perl
16086            - pod/perl56delta.pod
16087           !> pod/perldelta.pod
16088 ____________________________________________________________________________
16089 [  8606] By: gsar                                  on 2001/01/30  14:20:24
16090         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
16091              dTHR which has been a noop for a while now, except for the
16092              compatibility definition in thread.h)
16093      Branch: maint-5.6/perl
16094           !> (integrate 45 files)
16095 ____________________________________________________________________________
16096 [  8605] By: jhi                                   on 2001/01/30  05:43:58
16097         Log: Mark the UTF-8 APIs as experimental.
16098      Branch: maint-5.6/perl
16099            ! embed.pl pod/perlapi.pod
16100 ____________________________________________________________________________
16101 [  8604] By: jhi                                   on 2001/01/30  05:38:40
16102         Log: Nits from earlier integrates.
16103      Branch: maint-5.6/perl
16104            ! lib/Carp/Heavy.pm
16105           !> sv.c
16106 ____________________________________________________________________________
16107 [  8603] By: jhi                                   on 2001/01/30  05:27:26
16108         Log: Regenerate Porting files.
16109      Branch: maint-5.6/perl
16110            ! Porting/Glossary Porting/config.sh Porting/config_H
16111 ____________________________________________________________________________
16112 [  8602] By: jhi                                   on 2001/01/30  05:14:59
16113         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
16114              8310,8339,8447,8492,8493,8505,8525: documentation changes.
16115              
16116              Subject: Re: perlfaq style changes
16117              
16118              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
16119              
16120              Subject: [PATCH] docs on NaN
16121              
16122              Subject: [patch] perlfaq7
16123              
16124              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
16125              
16126              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
16127              
16128              Subject: [PATCH] open() example in perlfunc.pod
16129              
16130              Podify README.mpeix (a new version from the web)
16131              
16132              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16133              
16134              Subject: [PATCH] format and rewording in perlfaq.pod
16135              
16136              Subject: [PATCH] API Variable documentation   
16137              
16138              Memory management calls documentation.
16139              
16140              Subject: [PATCH: perl@8482] README.vms URL updates
16141              
16142              Subject: Minor typos in perlfaq2.pod
16143              
16144              Subject: [PATCH] pod/perlvar.pod
16145      Branch: maint-5.6/perl
16146           +> pod/perl56delta.pod
16147            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16148           !> README.amiga README.epoc README.mpeix README.vms
16149           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
16150           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
16151           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
16152           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
16153           !> pod/perlvar.pod thrdvar.h
16154 ____________________________________________________________________________
16155 [  8601] By: jhi                                   on 2001/01/30  04:38:35
16156         Log: Integrate changes #8036,8096,8253 from mainline:
16157              hints changes.
16158              
16159              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16160              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
16161              
16162              Output the (apparent) version of gcc in Tru64.
16163      Branch: maint-5.6/perl
16164           +> ext/POSIX/hints/svr4.pl
16165           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
16166           !> hints/svr4.sh t/lib/bigfltpm.t
16167 ____________________________________________________________________________
16168 [  8600] By: jhi                                   on 2001/01/30  04:04:01
16169         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
16170              locale fixes.
16171              
16172              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
16173              
16174              Debian allows /usr/bin/locale to exist without any locales. (7868)
16175              
16176              Allow the locale test needing POSIX and the taint test
16177              needing IPC::SysV to run under 'minitest' (basically,
16178              bail out if loading the extension fails). (8384)
16179              
16180              Cleanup the locale.t output  (8480)
16181      Branch: maint-5.6/perl
16182           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
16183           !> t/pragma/locale.t
16184 ____________________________________________________________________________
16185 [  8599] By: jhi                                   on 2001/01/30  03:51:04
16186         Log: Missing generated files from #8598.
16187      Branch: maint-5.6/perl
16188            ! embed.h global.sym objXSUB.h perlapi.c proto.h
16189 ____________________________________________________________________________
16190 [  8598] By: jhi                                   on 2001/01/30  03:41:54
16191         Log: Integrate change #8555 from mainline, manually integrate parts
16192              of changes 8452 and 8583.
16193              
16194              Subject: [PATCH] utf8.c documentation (8452)
16195              
16196              No point in checking the length if the pointer is bogus. (8555)
16197              
16198              Introduce bytes_from_utf8() and implement sv_eq() using it,
16199              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
16200              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
16201              was malformed. (8583)
16202      Branch: maint-5.6/perl
16203            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
16204           !> pod/perlapi.pod sv.c utf8.c
16205 ____________________________________________________________________________
16206 [  8597] By: gsar                                  on 2001/01/30  02:37:26
16207         Log: get PERL_OBJECT build going again on windows
16208      Branch: maint-5.6/perl
16209            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16210            ! pod/perlapi.pod proto.h sv.c
16211 ____________________________________________________________________________
16212 [  8596] By: jhi                                   on 2001/01/30  02:16:17
16213         Log: Signedness nit.
16214      Branch: perl
16215            ! sv.c
16216 ____________________________________________________________________________
16217 [  8595] By: jhi                                   on 2001/01/30  02:11:07
16218         Log: EBCDIC patch for Storable, from Peter Prymmer.
16219      Branch: perl
16220            ! t/lib/st-06compat.t
16221 ____________________________________________________________________________
16222 [  8594] By: jhi                                   on 2001/01/30  01:04:48
16223         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
16224              From: Peter Prymmer <pvhp@forte.com>
16225              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
16226              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
16227      Branch: perl
16228            ! t/lib/b.t
16229 ____________________________________________________________________________
16230 [  8593] By: jhi                                   on 2001/01/30  00:56:47
16231         Log: Subject: [PATCH: perl@8585] pod problems in io
16232              From: Peter Prymmer <pvhp@forte.com>
16233              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
16234              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
16235      Branch: perl
16236            ! pod/perlapio.pod pod/perliol.pod
16237 ____________________________________________________________________________
16238 [  8592] By: jhi                                   on 2001/01/30  00:48:20
16239         Log: Integrate perlio.
16240      Branch: perl
16241           !> pod/perlapio.pod pod/perliol.pod
16242 ____________________________________________________________________________
16243 [  8591] By: nick                                  on 2001/01/29  22:02:28
16244         Log: GNU 'merge' Simon's copy of perliol.pod with version
16245              patched by Craig's patch.
16246      Branch: perlio
16247            ! pod/perliol.pod
16248 ____________________________________________________________________________
16249 [  8590] By: nick                                  on 2001/01/29  21:55:10
16250         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
16251      Branch: perlio
16252            ! pod/perlapio.pod pod/perliol.pod
16253 ____________________________________________________________________________
16254 [  8589] By: jhi                                   on 2001/01/29  15:35:33
16255         Log: Integrate change #8586 from maint-5.6/perl.
16256              
16257              make the BOM detection code not call tell() until it has to
16258              (meant to fix esoteric compatibility issues where PL_rsfp
16259              is overridden)
16260      Branch: perl
16261           !> toke.c
16262 ____________________________________________________________________________
16263 [  8588] By: jhi                                   on 2001/01/29  15:29:11
16264         Log: Subject: MAking Solaris malloc() the default
16265              From: Lupe Christoph <lupe@lupe-christoph.de>
16266              Date: Mon, 29 Jan 2001 12:59:36 +0100
16267              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
16268              
16269              The README.solaris part slightly tweaked.
16270      Branch: perl
16271            ! README.solaris hints/solaris_2.sh
16272 ____________________________________________________________________________
16273 [  8587] By: jhi                                   on 2001/01/29  15:17:34
16274         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
16275              From: root@ak-75.mind.de
16276              Date: Sun, 28 Jan 2001 20:32:29 +0100
16277              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
16278      Branch: perl
16279            ! pod/perlre.pod
16280 ____________________________________________________________________________
16281 [  8586] By: gsar                                  on 2001/01/29  13:43:44
16282         Log: make the BOM detection code not call tell() until it has to
16283              (meant to fix esoteric compatibility issues where PL_rsfp
16284              is overridden)
16285      Branch: maint-5.6/perl
16286            ! toke.c
16287 ____________________________________________________________________________
16288 [  8585] By: jhi                                   on 2001/01/28  20:05:45
16289         Log: Update Changes.
16290      Branch: perl
16291            ! Changes patchlevel.h
16292 ____________________________________________________________________________
16293 [  8584] By: jhi                                   on 2001/01/28  19:30:02
16294         Log: Integrate perlio.
16295      Branch: perl
16296           +> pod/perliol.pod
16297           !> MANIFEST pod/perlapio.pod
16298 ____________________________________________________________________________
16299 [  8583] By: jhi                                   on 2001/01/28  19:28:40
16300         Log: Patch from Inaba Hiroto:
16301              - canonical UTF-8 hash keys: if a key string for a hash is
16302              UTF8-on, try downgrade the string and use it if
16303              unicode::distinct is not in effect.
16304              For the task, I added a function bytes_from_utf8() to utf8.c.
16305              It might resemble utf8_to_bytes() but it is not convenient
16306              to the task.
16307              Made a test for it and added to t/op/each.t
16308              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
16309              the mortal copy of the argument SV.
16310              And changed t/io/utf8.t test 18 which expects print() to
16311              upgrade its argument.
16312              - re-implement sv_eq with bytes_from_utf8()
16313              - some bug fixes
16314              - tr/// does not handle UTF8 range (\x{}-\x{})
16315              - \ before raw UTF8 character produced
16316              "Malformed UTF-8 character" warning.
16317              - "\x{100}\N{CENT SIGN}" is Malformed.
16318              Added tests for these 3.
16319              - and one silly bug (by me) with qu operator.
16320      Branch: perl
16321            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
16322            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
16323            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
16324 ____________________________________________________________________________
16325 [  8582] By: nick                                  on 2001/01/28  19:25:04
16326         Log: Add pod/perliol.pod to MANIFEST :-(
16327      Branch: perlio
16328            ! MANIFEST
16329 ____________________________________________________________________________
16330 [  8581] By: nick                                  on 2001/01/28  19:22:40
16331         Log: PerlIO documentation. Proofing and sub-editing requested.
16332      Branch: perlio
16333            + pod/perliol.pod
16334            ! pod/perlapio.pod
16335 ____________________________________________________________________________
16336 [  8580] By: jhi                                   on 2001/01/28  05:16:25
16337         Log: Revert the change to sv_2pv() done by #8054: Someone who
16338              did SvNV_set() on a scalar that also happened to be POK,
16339              followed by sv_2pv() won't get the right coercion anymore.
16340              [Sarathy]
16341      Branch: maint-5.6/perl
16342            ! sv.c
16343 ____________________________________________________________________________
16344 [  8579] By: jhi                                   on 2001/01/28  05:15:04
16345         Log: Remove the #8084 effect: do not allow -Q to be interpreted
16346              as -&Q(), this is too much wiggle room.
16347      Branch: maint-5.6/perl
16348            ! toke.c
16349 ____________________________________________________________________________
16350 [  8578] By: jhi                                   on 2001/01/28  05:12:45
16351         Log: Needed bits of #8439 (should have been in #8576),
16352              mainly for lval substr().
16353      Branch: maint-5.6/perl
16354            ! mg.c pp.c pp_hot.c
16355 ____________________________________________________________________________
16356 [  8577] By: jhi                                   on 2001/01/28  05:02:46
16357         Log: A missing check-in.
16358      Branch: maint-5.6/perl
16359            ! utf8.c
16360 ____________________________________________________________________________
16361 [  8576] By: jhi                                   on 2001/01/28  04:26:18
16362         Log: Integrate changes #8425,8436,8439,8517 from mainline.
16363              The 8439 was not truly integrated because it had too many
16364              dependencies on the development branch and because it introduced
16365              concepts too bold for a maintenance branch (such as the qu operator).
16366              
16367              Subject: [PATCH perl@8342] -Wformat
16368              
16369              Tighten some of the UTF-8 tests a bit.
16370              
16371              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
16372              - The substr lval was still not okay.
16373              - Now pp_stringify and sv_setsv copies source's UTF8 flag
16374              even if IN_BYTE.  pp_stringify is called from fold_constants
16375              at optimization phase and "\x{100}" was made SvUTF8_off under
16376              use bytes (the bytes pragma is for "byte semantics" and not
16377              for "do not produce UTF8 data")
16378      Branch: maint-5.6/perl
16379            ! t/lib/charnames.t t/op/substr.t toke.c
16380           !> sv.c t/pragma/utf8.t
16381 ____________________________________________________________________________
16382 [  8575] By: jhi                                   on 2001/01/28  04:01:51
16383         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
16384              
16385              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
16386              
16387              Subject: [ID 20001230.003] UTF-8 tr still hurts
16388              
16389              Test cases for #8385 (from Simon's "torture.pl")
16390              
16391              Start fixing UTF-8 lval substr() (8405)
16392      Branch: maint-5.6/perl
16393           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
16394           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
16395 ____________________________________________________________________________
16396 [  8574] By: jhi                                   on 2001/01/28  03:09:06
16397         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
16398              from mainline.
16399              
16400              UTF-8 cleanup.
16401              
16402              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
16403              
16404              "\x{FF}\xFF" was broken.
16405              
16406              Tests for #8329 and #8330.
16407              
16408              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
16409              
16410              IRIX compiler noticed that the bof initialization might be
16411              bypassed by control flow.
16412              
16413              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
16414      Branch: maint-5.6/perl
16415           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
16416           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
16417 ____________________________________________________________________________
16418 [  8573] By: jhi                                   on 2001/01/28  02:06:12
16419         Log: Retract #8552.
16420      Branch: perl
16421            ! lib/Text/Wrap.pm t/lib/textwrap.t
16422 ____________________________________________________________________________
16423 [  8572] By: jhi                                   on 2001/01/28  02:04:49
16424         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
16425              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
16426              not really integrated but instead salvaged by hand
16427              (they had too many dependencies on the development release
16428              to be cleanly integratable).
16429              
16430              Subject: more UTF8 test suites and an UTF8 patch
16431              
16432              Tweak for MULTIPLICITY/USE_PERLIO
16433              
16434              Signedness nit.
16435              
16436              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
16437              
16438              Use the UTF8_XXX macros in is_utf8_char().
16439              
16440              Rewrite pp_concat() in terms of sv_catsv().  The . operator
16441              should now be UTF-8-proof.
16442              
16443              Subject: [PATCH perl@8269] scanning two hex-constants
16444              fails on EBCDIC environment (script length.t)
16445              
16446              Add some Unicode chop() tests.
16447      Branch: maint-5.6/perl
16448            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
16449           !> sv.c t/op/chop.t utf8.h
16450 ____________________________________________________________________________
16451 [  8571] By: jhi                                   on 2001/01/28  00:35:59
16452         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
16453              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
16454              
16455              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
16456              
16457              The maxiters upper limit sanity check (guarding against
16458              non-progress) assumed bytes instead of characters in s///
16459              and split().
16460              
16461              Signedness nit.
16462              
16463              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
16464              join() should now be UTF-8-proof.
16465              
16466              More split // UTF-8 tests. (8250)
16467      Branch: maint-5.6/perl
16468           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
16469           !> util.c
16470 ____________________________________________________________________________
16471 [  8570] By: jhi                                   on 2001/01/27  22:15:46
16472         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
16473              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
16474              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
16475              8084,8204,8244,8333 from mainline.
16476              
16477              For -Q where Q might be a one-letter sub name one does no more
16478              get a warning about an unknown filetest (7941,7943,7944,8084).
16479              
16480              Subject: Re: [ID 20001130.011] expression parsing bug ?
16481              
16482              Make uv_to_utf8() to zero-terminate its output buffer.
16483              
16484              Split off t/op/length.t (7995)
16485              
16486              Split off t/op/utf8decode.t (7996)
16487              
16488              Remove an unnecessary 'use utf8' from the utf8.t (7998)
16489              
16490              Split off t/op/concat.t (8004)
16491              
16492              Split off t/op/ver.t (8005)
16493              
16494              Document utf8_length(), utf8_distance(), and utf8_hop().
16495              
16496              Document utf8_to_uv() better.
16497              
16498              Introduce macros for UTF8 decoding (8028,8033).
16499              
16500              Add test for reverse() (8030,8031).
16501              
16502              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
16503              
16504              Do not return the Unicode replacement character    on UTF-8
16505              decoding failure.
16506              
16507              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
16508              not this_utf8 i.e. the output string has one, but don't mess
16509              with source assumption. (8052,8053)
16510              
16511              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
16512              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
16513              was not expecting to be called with something that was already
16514              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
16515              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
16516              (8054)
16517              
16518              Recode the naughty binary bytes in utf8decode.t using the \xHH.
16519              
16520              Make some panic messages a bit more logical.
16521      Branch: maint-5.6/perl
16522           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
16523           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
16524           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
16525           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
16526           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
16527           !> utf8.c utf8.h
16528 ____________________________________________________________________________
16529 [  8569] By: jhi                                   on 2001/01/27  19:16:43
16530         Log: Integrate changes #7750 from perlio and #8566 from mainline.
16531      Branch: maint-5.6/perl
16532           !> regexec.c sv.c
16533 ____________________________________________________________________________
16534 [  8568] By: jhi                                   on 2001/01/27  18:06:51
16535         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
16536              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
16537              7935[-perlio.c],7936,7959,7965 from mainline.
16538              
16539              Change the "big byte" error message to "Wide character".
16540              (7355, the croak-if-wide-chars-in-print part ignored)
16541              
16542              Use UINT64_C().
16543              
16544              Introduce Perl_utf8_length().
16545              
16546              diff -se shows these as different (7753, forgotten check-ins)
16547              
16548              Subject: [PATCH] doop.c - UTF8 tr///
16549              
16550              If we use (aTHX_ ...) then put Perl_ on the front.
16551              
16552              Make utf8_length() and utf8_distance() to be less forgiving
16553              about bad UTF-8.
16554              
16555              Test line numbers are different with utf8.
16556              
16557              No need to scan till infinity, 13 is enough. (7872,7911)
16558              
16559              Subject: [PATCH] Tokeniser debugging
16560              
16561              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
16562              
16563              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
16564              
16565              Be more careful in Perl_sv_utf8_downgrade().
16566              
16567              Use DO_UTF8().
16568              
16569              Raw zero bytes in text files confuse at least GNU patch 2.1.
16570      Branch: maint-5.6/perl
16571           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
16572           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
16573           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
16574           !> t/pragma/utf8.t toke.c utf8.c utf8.h
16575 ____________________________________________________________________________
16576 [  8567] By: nick                                  on 2001/01/27  11:10:38
16577         Log: Integrate mainline
16578      Branch: perlio
16579           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
16580           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
16581           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
16582           !> toke.c
16583 ____________________________________________________________________________
16584 [  8566] By: jhi                                   on 2001/01/27  06:22:48
16585         Log: More documentation for the regexp context stack.
16586      Branch: perl
16587            ! regexec.c
16588 ____________________________________________________________________________
16589 [  8565] By: jhi                                   on 2001/01/27  05:21:57
16590         Log: Update Changes.
16591      Branch: perl
16592            ! Changes patchlevel.h
16593 ____________________________________________________________________________
16594 [  8564] By: jhi                                   on 2001/01/27  04:44:04
16595         Log: Threadedness patch for #8562 from Doug MacEachern.
16596      Branch: perl
16597            ! toke.c
16598 ____________________________________________________________________________
16599 [  8563] By: jhi                                   on 2001/01/27  04:26:24
16600         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
16601              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16602              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
16603              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
16604      Branch: perl
16605            ! op.c
16606 ____________________________________________________________________________
16607 [  8562] By: jhi                                   on 2001/01/27  04:20:30
16608         Log: Subject: Re: Announce : Tokener reporting patch
16609              From: Simon Cozens <simon@cozens.net>
16610              Date: Mon, 22 Jan 2001 02:17:22 +0000
16611              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
16612      Branch: perl
16613            ! embed.h embed.pl proto.h toke.c
16614 ____________________________________________________________________________
16615 [  8561] By: jhi                                   on 2001/01/27  04:17:24
16616         Log: Forgot from #8545.  Oops.
16617      Branch: perl
16618            ! pp.c t/pragma/overload.t
16619 ____________________________________________________________________________
16620 [  8560] By: jhi                                   on 2001/01/27  03:01:47
16621         Log: A better module compilation test, use MANIFEST as suggested
16622              by Spider.
16623      Branch: perl
16624            ! t/lib/1_compile.t
16625 ____________________________________________________________________________
16626 [  8559] By: jhi                                   on 2001/01/27  02:50:48
16627         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
16628              From: Peter Prymmer <pvhp@forte.com>
16629              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
16630              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
16631      Branch: perl
16632            ! t/lib/b.t
16633 ____________________________________________________________________________
16634 [  8558] By: jhi                                   on 2001/01/27  02:27:05
16635         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
16636              From: Peter Prymmer <pvhp@forte.com>
16637              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
16638              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
16639      Branch: perl
16640            ! t/pragma/sub_lval.t
16641 ____________________________________________________________________________
16642 [  8557] By: jhi                                   on 2001/01/27  02:26:03
16643         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
16644              From: Peter Prymmer <pvhp@forte.com>
16645              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
16646              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
16647      Branch: perl
16648            ! t/lib/st-06compat.t
16649 ____________________________________________________________________________
16650 [  8556] By: jhi                                   on 2001/01/27  02:24:33
16651         Log: Subject: [PATCH: perl@8531] minor update to README.os390
16652              From: Peter Prymmer <pvhp@forte.com>
16653              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
16654              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
16655      Branch: perl
16656            ! README.os390
16657 ____________________________________________________________________________
16658 [  8555] By: jhi                                   on 2001/01/27  00:35:47
16659         Log: No point in checking the length before we know whether the pointer
16660              is bogus or not, fixes Abigail's odbm failures in Linux.
16661      Branch: perl
16662            ! sv.c
16663 ____________________________________________________________________________
16664 [  8554] By: nick                                  on 2001/01/26  19:01:31
16665         Log: Integrate mainline
16666      Branch: perlio
16667           !> lib/Text/Wrap.pm t/lib/textwrap.t
16668 ____________________________________________________________________________
16669 [  8553] By: jhi                                   on 2001/01/26  15:19:39
16670         Log: Integrate change #7792 from perlio (multiplicity fix),
16671              fix the AV leak in regex DEBUGGING (tiny part of the
16672              polymorphic regexp patch #8143).
16673      Branch: maint-5.6/perl
16674            ! regcomp.c
16675           !> scope.h
16676 ____________________________________________________________________________
16677 [  8552] By: jhi                                   on 2001/01/26  15:03:23
16678         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
16679              From: Michael G Schwern <schwern@pobox.com>
16680              Date: Fri, 26 Jan 2001 09:28:31 -0500
16681              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
16682      Branch: perl
16683            ! lib/Text/Wrap.pm t/lib/textwrap.t
16684 ____________________________________________________________________________
16685 [  8551] By: jhi                                   on 2001/01/26  02:33:19
16686         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
16687              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
16688              
16689              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
16690              
16691              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
16692              
16693              Message nit.
16694              
16695              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
16696              
16697              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
16698              
16699              (the cleanup of unused submatches in regtry() and regcppop())
16700              
16701              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
16702              stored and restored, and thusly was trounced by the utf8 swash
16703              routines.
16704              
16705              use utf8 not required to use \x{}.
16706              
16707              Removed two more tests that make no sense in UTF-8 since the test
16708              data is not in UTF-8.
16709              
16710              Get the three different space character classes right under utf8.
16711              
16712              Implement ANYOFUTF8 regprop() dumping.
16713              
16714              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
16715              
16716              Document the regex context pushing/popping a bit better.
16717      Branch: maint-5.6/perl
16718           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
16719           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
16720           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
16721           !> t/op/regmesg.t utf8.c
16722 ____________________________________________________________________________
16723 [  8550] By: nick                                  on 2001/01/25  19:42:30
16724         Log: Integrate mainline
16725      Branch: perlio
16726           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
16727           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
16728           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
16729           !> t/lib/bigint.t t/lib/bigintpm.t
16730 ____________________________________________________________________________
16731 [  8549] By: jhi                                   on 2001/01/25  15:22:28
16732         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
16733      Branch: maint-5.6/perl
16734            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
16735 ____________________________________________________________________________
16736 [  8548] By: jhi                                   on 2001/01/25  15:02:55
16737         Log: Integrate changes #7997,8063,8492,8547 from mainline.
16738              
16739              Subject: Re: STRLEN - what?
16740              
16741              Subject: [PATCH] perlguts.pod
16742              
16743              Memory management calls documentation.
16744              
16745              Layout using tabulator is not a good idea in a pod.
16746      Branch: maint-5.6/perl
16747           !> pod/perlguts.pod
16748 ____________________________________________________________________________
16749 [  8547] By: jhi                                   on 2001/01/25  14:49:05
16750         Log: Layout using tabulator is not a good idea in a pod.
16751      Branch: perl
16752            ! pod/perlguts.pod
16753 ____________________________________________________________________________
16754 [  8546] By: jhi                                   on 2001/01/25  14:31:12
16755         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
16756              from mainline.
16757              
16758              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
16759              
16760              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
16761              
16762              More Win32 editor/IDE/shell hints.
16763              
16764              More Win32 Perling.
16765              
16766              Yet another editor edit.
16767              
16768              Edit edit edit.
16769              
16770              IDE/editor section tweaking.
16771              
16772              Few more IDE/editor nits from p5p.
16773      Branch: maint-5.6/perl
16774           !> pod/perlfaq3.pod
16775 ____________________________________________________________________________
16776 [  8545] By: jhi                                   on 2001/01/25  04:16:32
16777         Log: Subject: [PATCH 5.7.0] overload int()
16778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16779              Date: Wed, 24 Jan 2001 19:06:57 -0500
16780              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
16781      Branch: perl
16782            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
16783            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
16784            ! t/lib/bigintpm.t
16785 ____________________________________________________________________________
16786 [  8544] By: jhi                                   on 2001/01/25  04:15:11
16787         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
16788              From: Peter Prymmer <pvhp@forte.com>
16789              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
16790              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
16791      Branch: perl
16792            ! Makefile.SH README.os390 hints/os390.sh installperl
16793 ____________________________________________________________________________
16794 [  8543] By: jhi                                   on 2001/01/25  03:52:08
16795         Log: Integrate change #8462,8469 from mainline.
16796              
16797              In VMS Perl subversion (perl -V) is undef.
16798      Branch: maint-5.6/perl
16799           !> configure.com
16800 ____________________________________________________________________________
16801 [  8542] By: jhi                                   on 2001/01/25  03:44:55
16802         Log: Integrate changes #7835,7850,8315,8316 from mainline.
16803              
16804              Solaris hints.
16805      Branch: maint-5.6/perl
16806           !> hints/solaris_2.sh
16807 ____________________________________________________________________________
16808 [  8541] By: jhi                                   on 2001/01/25  03:39:28
16809         Log: Integrate #8336 from mainline.
16810      Branch: maint-5.6/perl
16811           !> hv.c
16812 ____________________________________________________________________________
16813 [  8540] By: jhi                                   on 2001/01/25  03:23:50
16814         Log: Retract #8539.
16815      Branch: maint-5.6/perl
16816            ! pod/perlfaq3.pod
16817 ____________________________________________________________________________
16818 [  8539] By: jhi                                   on 2001/01/25  03:21:55
16819         Log: (Retracted by #5940.)
16820      Branch: maint-5.6/perl
16821            ! pod/perlfaq3.pod
16822 ____________________________________________________________________________
16823 [  8538] By: jhi                                   on 2001/01/25  03:14:07
16824         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
16825              From: Peter Prymmer <pvhp@forte.com>
16826              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
16827              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
16828              
16829              The VMS bits.
16830      Branch: maint-5.6/perl
16831            ! configure.com vms/descrip_mms.template
16832 ____________________________________________________________________________
16833 [  8537] By: jhi                                   on 2001/01/25  03:06:09
16834         Log: Integrate #7710,7824,7973 from mainline.
16835      Branch: maint-5.6/perl
16836           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16837           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
16838           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
16839           !> vos/config.ga.def vos/config.ga.h win32/config.bc
16840           !> win32/config.gc win32/config.vc
16841 ____________________________________________________________________________
16842 [  8536] By: jhi                                   on 2001/01/24  13:50:20
16843         Log: Revert the edits made by me so far to the 5.6 branch since
16844              the TRIAL1 since I did edits when I should have been using
16845              integrates.  Bad programmer.   (Will integrate them properly later.)
16846              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
16847              The #8353 will not be reapplied at least for now since
16848              the UTF-8 hash keys need more thinking.
16849              (The patches #8347, #8354, #8454, #8473 were okay since they
16850              were original edits made specifically for the 5.6.1-TRIAL1.)
16851      Branch: maint-5.6/perl
16852            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16853            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
16854            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
16855            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
16856            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
16857            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16858            ! win32/config.bc win32/config.gc win32/config.vc
16859 ____________________________________________________________________________
16860 [  8535] By: bailey                                on 2001/01/24  06:37:02
16861         Log: SYN SYN
16862      Branch: vmsperl
16863           +> (branch 26 files)
16864           !> (integrate 130 files)
16865 ____________________________________________________________________________
16866 [  8534] By: nick                                  on 2001/01/23  19:30:57
16867         Log: Integrate mainline.
16868      Branch: perlio
16869           !> Changes Configure Porting/Glossary Porting/config.sh
16870           !> Porting/config_H embed.h embed.pl ext/Encode/compile
16871           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
16872           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
16873           !> pod/perlvar.pod proto.h t/lib/1_compile.t
16874 ____________________________________________________________________________
16875 [  8533] By: jhi                                   on 2001/01/23  16:15:46
16876         Log: Forgotten from #8501.
16877      Branch: perl
16878            ! Porting/Glossary Porting/config.sh Porting/config_H
16879 ____________________________________________________________________________
16880 [  8532] By: jhi                                   on 2001/01/23  16:13:27
16881         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
16882              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16883              Date: Mon, 22 Jan 2001 17:51:58 +0100
16884              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
16885      Branch: perl
16886            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
16887 ____________________________________________________________________________
16888 [  8531] By: jhi                                   on 2001/01/23  15:46:01
16889         Log: Update Changes.
16890      Branch: perl
16891            ! Changes patchlevel.h
16892 ____________________________________________________________________________
16893 [  8530] By: jhi                                   on 2001/01/23  15:38:39
16894         Log: De-cut-and-pasto.
16895      Branch: perl
16896            ! t/lib/1_compile.t
16897 ____________________________________________________________________________
16898 [  8529] By: jhi                                   on 2001/01/23  15:11:04
16899         Log: Document the mkdir trailing slashes case.
16900      Branch: perl
16901            ! pod/perlfunc.pod
16902 ____________________________________________________________________________
16903 [  8528] By: jhi                                   on 2001/01/23  15:08:28
16904         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
16905              get installed:
16906              
16907              Subject: lib/lib.pm
16908              From: <abigail@foad.org>
16909              Date: Mon, 28 Aug 2000 20:35:08 -0400
16910              Message-ID: <20000829003508.21281.qmail@foad.org>
16911      Branch: perl
16912            ! installperl
16913 ____________________________________________________________________________
16914 [  8527] By: jhi                                   on 2001/01/23  14:44:04
16915         Log: Metaconfig unit change for #8526.
16916      Branch: metaconfig
16917            ! U/threads/archname.U
16918 ____________________________________________________________________________
16919 [  8526] By: jhi                                   on 2001/01/23  14:43:19
16920         Log: Attach -perlio to the archname if so selected.
16921      Branch: perl
16922            ! Configure
16923 ____________________________________________________________________________
16924 [  8525] By: jhi                                   on 2001/01/23  14:24:01
16925         Log: Subject: [PATCH] pod/perlvar.pod
16926              From: abigail@foad.org
16927              Date: Tue, 23 Jan 2001 01:41:10 +0100
16928              Message-ID: <20010123004110.22259.qmail@foad.org>
16929      Branch: perl
16930            ! pod/perlvar.pod
16931 ____________________________________________________________________________
16932 [  8524] By: jhi                                   on 2001/01/23  14:22:32
16933         Log: A bug introduced in #8217 (the undefined variable in the
16934              lib/safe1_t #3) fixed, by Charles Lane:
16935              
16936              The earlier patch made it so that stuff running in Safe
16937              compartments could do a "caller" and see "main".  That
16938              little change in name is done right before the code in
16939              the compartment is run, and apparantly the parser
16940              was picking up the stash name before it got changed.
16941              
16942              (why it was threaded vs. unthreaded Perl that was sensitive to this
16943              I still don't know...and it probably doesn't matter).
16944              
16945              I tryed removing the stash name-change and saw that threaded Perl
16946              did indeed pass the lib/safe1.t tests.
16947              
16948              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
16949              do the name change (and to connect _ in the compartment to the global
16950              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
16951              to call _safe_pkg_prep when creating a new compartment.
16952              
16953              Passes all tests with threaded perl on linux; passes all tests
16954              with unthreaded perl on VMS.
16955              
16956              At some point I'll probably want to revisit Safe and Opcode to
16957              provide more sensible handling of global variables...and to get
16958              formats working in Safe compartments, which they don't do currently.
16959      Branch: perl
16960            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
16961 ____________________________________________________________________________
16962 [  8523] By: jhi                                   on 2001/01/23  14:11:58
16963         Log: Also the lib/Thread.pm itself needs to be ignored if
16964              the Thread extension hasn't been built.
16965      Branch: perl
16966            ! t/lib/1_compile.t
16967 ____________________________________________________________________________
16968 [  8522] By: jhi                                   on 2001/01/23  13:51:28
16969         Log: print() instead of warn() so that stderr doesn't get
16970              unncessarily polluted.
16971      Branch: perl
16972            ! ext/Encode/compile
16973 ____________________________________________________________________________
16974 [  8521] By: jhi                                   on 2001/01/23  13:49:48
16975         Log: Integrate perlio.
16976      Branch: perl
16977           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
16978           !> ext/Encode/encode.h
16979 ____________________________________________________________________________
16980 [  8520] By: nick                                  on 2001/01/22  21:44:00
16981         Log: More messing with Encode:
16982              Extra fields in header to allow multiple names and to record
16983              other things "compile" knows.
16984              Re-organise compile to factor out common output routines.
16985      Branch: perlio
16986            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
16987 ____________________________________________________________________________
16988 [  8519] By: nick                                  on 2001/01/22  20:33:50
16989         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
16990      Branch: perlio
16991            ! ext/Encode/Makefile.PL ext/Encode/compile
16992 ____________________________________________________________________________
16993 [  8518] By: nick                                  on 2001/01/22  20:28:13
16994         Log: Integrate mainline
16995      Branch: perlio
16996           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
16997           !> vos/config.alpha.def vos/config.alpha.h
16998 ____________________________________________________________________________
16999 [  8517] By: jhi                                   on 2001/01/22  15:37:17
17000         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
17001              by Inaba Hiroto.
17002      Branch: perl
17003            ! sv.c
17004 ____________________________________________________________________________
17005 [  8516] By: jhi                                   on 2001/01/22  14:55:15
17006         Log: More SIG_SIZE fixes.
17007      Branch: perl
17008            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
17009 ____________________________________________________________________________
17010 [  8515] By: jhi                                   on 2001/01/22  14:50:27
17011         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
17012              From: "Craig A. Berry" <craigberry@mac.com>
17013              Date: Mon, 22 Jan 2001 00:42:24 -0600
17014              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
17015      Branch: perl
17016            ! configure.com
17017 ____________________________________________________________________________
17018 [  8514] By: jhi                                   on 2001/01/22  14:31:17
17019         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
17020              From: "Craig A. Berry" <craigberry@mac.com>
17021              Date: Sun, 21 Jan 2001 23:03:25 -0600
17022              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
17023      Branch: perl
17024            ! configure.com
17025 ____________________________________________________________________________
17026 [  8513] By: jhi                                   on 2001/01/22  14:14:00
17027         Log: Add the .ucm encoding tables to the MANIFEST.
17028      Branch: perl
17029            ! MANIFEST
17030 ____________________________________________________________________________
17031 [  8512] By: jhi                                   on 2001/01/22  13:43:33
17032         Log: Integrate perlio.
17033      Branch: perl
17034           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
17035           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
17036           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
17037           +> ext/Encode/Encode/iso8859-10.ucm
17038           +> ext/Encode/Encode/iso8859-13.ucm
17039           +> ext/Encode/Encode/iso8859-14.ucm
17040           +> ext/Encode/Encode/iso8859-15.ucm
17041           +> ext/Encode/Encode/iso8859-16.ucm
17042           +> ext/Encode/Encode/iso8859-2.ucm
17043           +> ext/Encode/Encode/iso8859-3.ucm
17044           +> ext/Encode/Encode/iso8859-4.ucm
17045           +> ext/Encode/Encode/iso8859-5.ucm
17046           +> ext/Encode/Encode/iso8859-6.ucm
17047           +> ext/Encode/Encode/iso8859-7.ucm
17048           +> ext/Encode/Encode/iso8859-8.ucm
17049           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
17050           +> ext/Encode/Encode/symbol.ucm
17051           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
17052           !> perliol.h
17053 ____________________________________________________________________________
17054 [  8511] By: nick                                  on 2001/01/21  23:44:47
17055         Log: Make "real" layers of ":utf8" and ":raw".
17056              So now PERLIO=utf8 perl ...
17057              does what Andreas wanted.
17058              Fix arg passing in open.pm (still have a Carp issue).
17059      Branch: perlio
17060            ! lib/open.pm perlio.c perliol.h
17061 ____________________________________________________________________________
17062 [  8510] By: jhi                                   on 2001/01/21  22:56:53
17063         Log: Document the regex context pushing/popping a bit better.
17064      Branch: perl
17065            ! regexec.c
17066 ____________________________________________________________________________
17067 [  8509] By: jhi                                   on 2001/01/21  22:55:44
17068         Log: Tweak the mkdir trailing slash code some more.
17069              
17070              TO DO: the same handling should probably be done for
17071              all the other filesystem functions that can have directories
17072              as their arguments.
17073      Branch: perl
17074            ! pp_sys.c
17075 ____________________________________________________________________________
17076 [  8508] By: nick                                  on 2001/01/21  21:37:43
17077         Log: Switch "compiled in" encodings to .ucm format.
17078              (Leave others as .enc till we can run-time load .ucm,
17079              or find some other way to load them.)
17080      Branch: perlio
17081            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
17082            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
17083            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
17084            + ext/Encode/Encode/iso8859-10.ucm
17085            + ext/Encode/Encode/iso8859-13.ucm
17086            + ext/Encode/Encode/iso8859-14.ucm
17087            + ext/Encode/Encode/iso8859-15.ucm
17088            + ext/Encode/Encode/iso8859-16.ucm
17089            + ext/Encode/Encode/iso8859-2.ucm
17090            + ext/Encode/Encode/iso8859-3.ucm
17091            + ext/Encode/Encode/iso8859-4.ucm
17092            + ext/Encode/Encode/iso8859-5.ucm
17093            + ext/Encode/Encode/iso8859-6.ucm
17094            + ext/Encode/Encode/iso8859-7.ucm
17095            + ext/Encode/Encode/iso8859-8.ucm
17096            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
17097            + ext/Encode/Encode/symbol.ucm
17098            ! ext/Encode/Makefile.PL ext/Encode/compile
17099 ____________________________________________________________________________
17100 [  8507] By: nick                                  on 2001/01/21  21:02:03
17101         Log: Integrate (partial) mainline.
17102      Branch: perlio
17103           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
17104           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
17105           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17106 ____________________________________________________________________________
17107 [  8506] By: jhi                                   on 2001/01/21  20:09:30
17108         Log: Update Changes.
17109      Branch: perl
17110            ! Changes patchlevel.h
17111 ____________________________________________________________________________
17112 [  8505] By: jhi                                   on 2001/01/21  19:39:59
17113         Log: Subject: Minor typos in perlfaq2.pod
17114              From: "Stephen P. Potter" <spp@spotter.yi.org>
17115              Message-Id: <200101192101.QAA11911@spotter.yi.org>
17116              Date: Fri, 19 Jan 2001 16:01:13 -0500
17117              
17118              with a nit from Philip Netwon.
17119      Branch: perl
17120            ! pod/perlfaq2.pod
17121 ____________________________________________________________________________
17122 [  8504] By: jhi                                   on 2001/01/21  19:33:05
17123         Log: Metaconfig change for #8503.
17124      Branch: metaconfig
17125            ! U/threads/usethreads.U
17126 ____________________________________________________________________________
17127 [  8503] By: jhi                                   on 2001/01/21  19:32:21
17128         Log: Sanity check for conflicting thread flavours.
17129      Branch: perl
17130            ! Configure config_h.SH
17131 ____________________________________________________________________________
17132 [  8502] By: jhi                                   on 2001/01/21  19:23:00
17133         Log: Metaconfig change for #8501.
17134      Branch: metaconfig
17135            ! U/modified/sig_name.U
17136 ____________________________________________________________________________
17137 [  8501] By: jhi                                   on 2001/01/21  19:22:26
17138         Log: The SIG_SIZE is the number of the elements *excluding*
17139              the terminating NULL.
17140      Branch: perl
17141            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
17142            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
17143            ! win32/config_H.vc
17144 ____________________________________________________________________________
17145 [  8500] By: jhi                                   on 2001/01/21  18:31:31
17146         Log: Integrate perlio.
17147      Branch: perl
17148           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
17149           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
17150           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
17151           !> pp_sys.c proto.h sv.c
17152 ____________________________________________________________________________
17153 [  8499] By: jhi                                   on 2001/01/21  17:43:57
17154         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
17155              From: Hugo <hv@crypt.compulink.co.uk>
17156              Date: Sun, 21 Jan 2001 13:34:05 +0000
17157              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
17158              
17159              In sprintf UTF8ize only if necessary.
17160      Branch: perl
17161            ! sv.c
17162 ____________________________________________________________________________
17163 [  8498] By: nick                                  on 2001/01/21  16:25:32
17164         Log: Encode cleanup.
17165              Add command line control over "compile" so that Makefile.PL
17166              needs can be combined with other uses.
17167              Use command line options in Makefile.PL.
17168              Fix multi-byte parsing in .ucm files.
17169      Branch: perlio
17170            ! ext/Encode/Makefile.PL ext/Encode/compile
17171 ____________________________________________________________________________
17172 [  8497] By: nick                                  on 2001/01/21  12:56:27
17173         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
17174      Branch: perlio
17175            ! ext/Encode/Encode.xs
17176 ____________________________________________________________________________
17177 [  8496] By: nick                                  on 2001/01/21  12:18:45
17178         Log: Fixup after integrate:
17179              missed the .sym files that are changed by regen_headers
17180              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
17181      Branch: perlio
17182            ! global.sym pp.sym sv.c
17183 ____________________________________________________________________________
17184 [  8495] By: nick                                  on 2001/01/21  11:51:07
17185         Log: Integrate mainline.
17186      Branch: perlio
17187           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
17188           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
17189           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
17190           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
17191           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
17192           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
17193           !> win32/Makefile win32/makefile.mk
17194 ____________________________________________________________________________
17195 [  8494] By: jhi                                   on 2001/01/20  23:12:11
17196         Log: Forgot the expect_number() prototype.
17197      Branch: perl
17198            ! embed.h embed.pl proto.h
17199 ____________________________________________________________________________
17200 [  8493] By: jhi                                   on 2001/01/20  22:56:39
17201         Log: Subject: [PATCH: perl@8482] README.vms URL updates
17202              From: Peter Prymmer <pvhp@forte.com>
17203              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
17204              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
17205              
17206              Plus Craig A. Berry's suggestion to use compaq.com instead
17207              of digital.com.
17208      Branch: perl
17209            ! README.vms
17210 ____________________________________________________________________________
17211 [  8492] By: jhi                                   on 2001/01/20  22:50:05
17212         Log: Memory management calls documentation.
17213      Branch: perl
17214            ! pod/perlguts.pod
17215 ____________________________________________________________________________
17216 [  8491] By: jhi                                   on 2001/01/20  22:38:33
17217         Log: Signedness nit plus few memcpy/Copy nits.
17218      Branch: perl
17219            ! sv.c
17220 ____________________________________________________________________________
17221 [  8490] By: jhi                                   on 2001/01/20  22:25:53
17222         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
17223              From: Peter Prymmer <pvhp@forte.com>
17224              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
17225              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
17226      Branch: perl
17227            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
17228 ____________________________________________________________________________
17229 [  8489] By: jhi                                   on 2001/01/20  22:24:41
17230         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
17231              From: Peter Prymmer <pvhp@forte.com>
17232              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
17233              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
17234      Branch: perl
17235            ! win32/Makefile win32/makefile.mk
17236 ____________________________________________________________________________
17237 [  8488] By: jhi                                   on 2001/01/20  22:22:27
17238         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
17239              From: Peter Prymmer <pvhp@forte.com>
17240              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
17241              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
17242      Branch: perl
17243            ! Makefile.SH
17244 ____________________________________________________________________________
17245 [  8487] By: jhi                                   on 2001/01/20  22:21:18
17246         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
17247              From: Peter Prymmer <pvhp@forte.com>
17248              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
17249              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
17250      Branch: perl
17251            + ext/DynaLoader/dl_dllload.xs
17252            ! MANIFEST Makefile.SH hints/os390.sh
17253 ____________________________________________________________________________
17254 [  8486] By: jhi                                   on 2001/01/20  22:17:53
17255         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
17256              From: Peter Prymmer <pvhp@forte.com>
17257              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
17258              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
17259      Branch: perl
17260            ! README.os390 README.posix-bc
17261 ____________________________________________________________________________
17262 [  8485] By: jhi                                   on 2001/01/20  20:15:30
17263         Log: Document and test the new qu operator.
17264      Branch: perl
17265            + t/op/qu.t
17266            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
17267            ! pod/perlretut.pod pod/perlunicode.pod
17268 ____________________________________________________________________________
17269 [  8484] By: nick                                  on 2001/01/20  19:42:30
17270         Log: Infrastructure to allow:
17271              open($fh,"|-",@array);
17272              to be implemented
17273              i.e. mark pp_open as needing a stack mark, and make pp_open
17274              process its args in that style (and pass them _all_ to tied handles OPEN).
17275              Invent do_openn() which takes SV ** at allow it to see multiple args.
17276              Note this does not _do_ anything yet.
17277      Branch: perlio
17278            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
17279            ! perlapi.c pp_proto.h pp_sys.c proto.h
17280 ____________________________________________________________________________
17281 [  8483] By: nick                                  on 2001/01/20  17:23:14
17282         Log: Integrate mainline.
17283      Branch: perlio
17284           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
17285           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
17286 ____________________________________________________________________________
17287 [  8482] By: jhi                                   on 2001/01/19  15:37:49
17288         Log: Update Changes.
17289      Branch: perl
17290            ! Changes patchlevel.h
17291 ____________________________________________________________________________
17292 [  8481] By: jhi                                   on 2001/01/19  14:41:24
17293         Log: Subject: Re: new feature: s?printf parameter reordering 
17294              From: Hugo <hv@crypt.compulink.co.uk>
17295              Date: Thu, 11 Jan 2001 17:09:03 +0000
17296              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
17297              
17298              - support reordering for all parameters: %, *v, *, .*
17299              - lay down that the reordering specification must immediately
17300              follow that parameter: %3$, *v3$, *3$, .*3$
17301              - fix vectorisation of a zero-length string
17302              - factor out the code choosing the argument to format
17303              
17304              Possibly unwanted side-effects:
17305              - the special format specifiers ' +-0' must now precede any
17306              vectorisation specifier. Tests in op/sprintf and op/ver
17307              have been changed to reflect this.
17308              - sprintf.t test #214 changed its expectations because in many
17309              cases, the next parameter has already been consumed when an
17310              invalid type letter is detected.
17311              
17312              Probably wanted side-effects:
17313              - attempts to format a non-existent parameter will warn as if C<undef>
17314              - attempt to write to non-existent parameter with '%n' will complain
17315              of "attempt to modify read-only value" instead of being silent
17316      Branch: perl
17317            ! sv.c t/op/sprintf.t t/op/ver.t
17318 ____________________________________________________________________________
17319 [  8480] By: jhi                                   on 2001/01/19  14:08:37
17320         Log: Subject: PATCH pragma/locale.t
17321              From: andreas.koenig@anima.de (Andreas J. Koenig)
17322              Date: 18 Jan 2001 09:45:37 +0100
17323              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
17324      Branch: perl
17325            ! t/pragma/locale.t
17326 ____________________________________________________________________________
17327 [  8479] By: jhi                                   on 2001/01/19  13:19:58
17328         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
17329      Branch: perl
17330            ! configure.com
17331 ____________________________________________________________________________
17332 [  8478] By: jhi                                   on 2001/01/19  02:12:35
17333         Log: Automate 1_compile.t.
17334      Branch: perl
17335            ! t/lib/1_compile.t
17336 ____________________________________________________________________________
17337 [  8477] By: jhi                                   on 2001/01/19  01:49:56
17338         Log: Integrate perlio.
17339      Branch: perl
17340           !> sv.c win32/config.bc win32/config.gc win32/config.vc
17341           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17342 ____________________________________________________________________________
17343 [  8476] By: nick                                  on 2001/01/18  21:51:52
17344         Log: Integrate mainline
17345      Branch: perlio
17346           +> t/lib/1_compile.t t/lib/compmod.pl
17347           !> MANIFEST configure.com lib/unicode/distinct.pm
17348 ____________________________________________________________________________
17349 [  8475] By: nick                                  on 2001/01/18  21:48:02
17350         Log: Win32 "safe signals" co-existance fix.
17351              Fix SIG_SIZE value.
17352              Clear PL_sig_pending when cloning (fork).
17353      Branch: perlio
17354            ! sv.c win32/config.bc win32/config.gc win32/config.vc
17355            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17356 ____________________________________________________________________________
17357 [  8474] By: jhi                                   on 2001/01/18  14:40:57
17358         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
17359      Branch: perl
17360            ! t/lib/1_compile.t
17361 ____________________________________________________________________________
17362 [  8473] By: gsar                                  on 2001/01/18  11:42:31
17363         Log: unsubmitted trial1 change
17364      Branch: maint-5.6/perl
17365            ! Changes
17366 ____________________________________________________________________________
17367 [  8472] By: jhi                                   on 2001/01/18  04:30:24
17368         Log: The first bug found by 1_compile.t.
17369      Branch: perl
17370            ! lib/unicode/distinct.pm
17371 ____________________________________________________________________________
17372 [  8471] By: jhi                                   on 2001/01/18  04:29:42
17373         Log: Add Schwern's 1_compile test.  The compile_module script renamed
17374              to be a bit shorter for the 8.3 people.
17375      Branch: perl
17376            + t/lib/1_compile.t t/lib/compmod.pl
17377            ! MANIFEST
17378 ____________________________________________________________________________
17379 [  8470] By: jhi                                   on 2001/01/18  04:16:00
17380         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)
17381              From: Peter Prymmer <pvhp@forte.com>
17382              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
17383              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
17384              Replace #8463.
17385      Branch: maint-5.6/perl
17386            ! configure.com
17387 ____________________________________________________________________________
17388 [  8469] By: jhi                                   on 2001/01/18  04:13:02
17389         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)
17390              From: Peter Prymmer <pvhp@forte.com>
17391              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
17392              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
17393              Replace #8462.
17394      Branch: perl
17395            ! configure.com
17396 ____________________________________________________________________________
17397 [  8468] By: jhi                                   on 2001/01/18  03:42:08
17398         Log: Integrate perlio.
17399      Branch: perl
17400           !> gv.c mg.c perlio.c util.c
17401 ____________________________________________________________________________
17402 [  8467] By: nick                                  on 2001/01/17  22:41:10
17403         Log: "Safe" signals - trial implementation.
17404              gv.c tweaked to zero PL_sig_pend array
17405              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
17406              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
17407              Odd thing is that it "works" with PERLIO=stdio as well (linux).
17408      Branch: perlio
17409            ! gv.c mg.c perlio.c util.c
17410 ____________________________________________________________________________
17411 [  8466] By: nick                                  on 2001/01/17  20:40:20
17412         Log: Integrate mainline.
17413      Branch: perlio
17414           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17415           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
17416           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
17417           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17418           !> vos/config.ga.h win32/config.bc win32/config.gc
17419           !> win32/config.vc
17420 ____________________________________________________________________________
17421 [  8465] By: jhi                                   on 2001/01/17  18:37:13
17422         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
17423              From: Nicholas Clark <nick@ccl4.org>
17424              Date: Wed, 17 Jan 2001 17:31:33 +0000
17425              Message-ID: <20010117173133.I2633@plum.flirble.org>
17426      Branch: perl
17427            ! t/op/int.t
17428 ____________________________________________________________________________
17429 [  8464] By: jhi                                   on 2001/01/17  14:43:17
17430         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
17431              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17432              Date: Wed, 17 Jan 2001 15:16:43 +0100
17433              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
17434              
17435              pp_int() was dropping an NV to the floor,
17436              int(279964589018079/59) either returned not an integer
17437              4745162525730.15, or one got "Attempt to free unreferenced scalar."
17438      Branch: perl
17439            ! pp.c
17440 ____________________________________________________________________________
17441 [  8463] By: jhi                                   on 2001/01/17  06:12:42
17442         Log: (Replaced by #8470)
17443              
17444              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)
17445              From: "Craig A. Berry" <craigberry@mac.com>
17446              Date: Tue, 16 Jan 2001 23:38:46 -0600
17447              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
17448      Branch: maint-5.6/perl
17449            ! configure.com
17450 ____________________________________________________________________________
17451 [  8462] By: jhi                                   on 2001/01/17  06:11:31
17452         Log: (Replaced by #8469)
17453              
17454              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)
17455              From: "Craig A. Berry" <craigberry@mac.com>
17456              Date: Tue, 16 Jan 2001 23:38:46 -0600
17457              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
17458      Branch: perl
17459            ! configure.com
17460 ____________________________________________________________________________
17461 [  8461] By: jhi                                   on 2001/01/17  05:56:12
17462         Log: Allow for one trailing slash in the directory of mkdir().
17463      Branch: perl
17464            ! pp_sys.c
17465 ____________________________________________________________________________
17466 [  8460] By: jhi                                   on 2001/01/17  03:26:01
17467         Log: Metaconfig unit changes for #8459.
17468      Branch: metaconfig
17469            ! U/modified/Loc.U U/modified/sig_name.U
17470 ____________________________________________________________________________
17471 [  8459] By: jhi                                   on 2001/01/17  03:24:48
17472         Log: Define SIG_SIZE, the number of elements in the sig_name and
17473              sig_num arrays, including the final NULL entry.
17474      Branch: perl
17475            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17476            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
17477            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
17478            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17479            ! win32/config.bc win32/config.gc win32/config.vc
17480 ____________________________________________________________________________
17481 [  8458] By: jhi                                   on 2001/01/17  01:41:33
17482         Log: Integrate perlio.
17483      Branch: perl
17484           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
17485           !> perlapi.h proto.h sv.c
17486 ____________________________________________________________________________
17487 [  8457] By: nick                                  on 2001/01/16  22:07:26
17488         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
17489              Provides all the "cost" but no benefit yet - it is to allow cost
17490              to be measured, and implementation experiments (just in mg.c?).
17491      Branch: perlio
17492            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
17493            ! perlapi.h proto.h sv.c
17494 ____________________________________________________________________________
17495 [  8456] By: nick                                  on 2001/01/16  21:07:07
17496         Log: Integrate mainline.
17497      Branch: perlio
17498           !> (integrate 51 files)
17499 ____________________________________________________________________________
17500 [  8455] By: jhi                                   on 2001/01/16  18:13:43
17501         Log: Subject: [PATCH] regcomp.c old feature removal
17502              From: mjd@plover.com
17503              Date: 16 Jan 2001 14:43:18 -0000 
17504              Message-ID: <20010116144318.7140.qmail@plover.com> 
17505      Branch: perl
17506            ! regcomp.c
17507 ____________________________________________________________________________
17508 [  8454] By: jhi                                   on 2001/01/16  16:12:39
17509         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
17510              From: "Indy Singh" <indy@nusphere.com>
17511              Date: Wed, 10 Jan 2001 20:17:49 -0500
17512              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
17513      Branch: maint-5.6/perl
17514            ! win32/Makefile
17515 ____________________________________________________________________________
17516 [  8453] By: jhi                                   on 2001/01/16  16:09:33
17517         Log: Update Changes.
17518      Branch: perl
17519            ! Changes patchlevel.h
17520 ____________________________________________________________________________
17521 [  8452] By: jhi                                   on 2001/01/16  15:42:04
17522         Log: Subject: Re: API Cleanup
17523              To: perl5-porters@perl.org
17524              Date: Tue, 16 Jan 2001 13:42:30 +0000
17525              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
17526              
17527              Subject: [PATCH] utf8.c documentation
17528              From: Simon Cozens <simon@cozens.net>
17529              Date: Tue, 16 Jan 2001 13:52:48 +0000
17530              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
17531              
17532              Subject: Re: API Cleanup
17533              From: Simon Cozens <simon@cozens.net>
17534              Date: Tue, 16 Jan 2001 14:58:55 +0000
17535              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
17536              
17537              UTF-8 doc patches.
17538      Branch: perl
17539            ! embed.pl pod/perlapi.pod utf8.c
17540 ____________________________________________________________________________
17541 [  8451] By: jhi                                   on 2001/01/16  14:41:39
17542         Log: podlators 1.07, from Russ Allbery.
17543      Branch: perl
17544            ! lib/Pod/Man.pm
17545 ____________________________________________________________________________
17546 [  8450] By: jhi                                   on 2001/01/16  14:24:19
17547         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
17548              From: "Indy Singh" <indy@nusphere.com>
17549              Date: Mon, 15 Jan 2001 20:59:40 -0500
17550              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
17551      Branch: perl
17552            ! win32/Makefile
17553 ____________________________________________________________________________
17554 [  8449] By: jhi                                   on 2001/01/16  03:42:55
17555         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
17556              at the setting of the ofs_sv in new_struct_thread() as the
17557              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
17558              that invited a core dump.
17559      Branch: perl
17560            ! util.c
17561 ____________________________________________________________________________
17562 [  8448] By: jhi                                   on 2001/01/16  01:49:07
17563         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
17564              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17565              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
17566              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
17567              
17568              Replace #8444 and #8445.
17569      Branch: perl
17570            ! ext/B/B.xs ext/B/B/Debug.pm
17571 ____________________________________________________________________________
17572 [  8447] By: jhi                                   on 2001/01/15  21:05:35
17573         Log: Subject: [PATCH] API Variable documentation   
17574              From: Simon Cozens <simon@cozens.net>
17575              Date: Mon, 15 Jan 2001 19:35:54 +0000
17576              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
17577      Branch: perl
17578            ! pod/perlapi.pod thrdvar.h
17579 ____________________________________________________________________________
17580 [  8446] By: jhi                                   on 2001/01/15  20:49:20
17581         Log: Signedness nit.
17582      Branch: perl
17583            ! pp_ctl.c
17584 ____________________________________________________________________________
17585 [  8445] By: jhi                                   on 2001/01/15  20:28:48
17586         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
17587      Branch: perl
17588            ! ext/B/B/Debug.pm
17589 ____________________________________________________________________________
17590 [  8444] By: jhi                                   on 2001/01/15  13:09:10
17591         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
17592      Branch: perl
17593            ! ext/B/B.xs
17594 ____________________________________________________________________________
17595 [  8443] By: jhi                                   on 2001/01/15  13:06:26
17596         Log: Missing from #8439.
17597      Branch: perl
17598            ! keywords.h mg.c
17599 ____________________________________________________________________________
17600 [  8442] By: jhi                                   on 2001/01/15  13:02:38
17601         Log: Subject: [PATCH @8436] Eliminate op_children
17602              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17603              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
17604              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
17605              
17606              Subject: [PATCH @8436] Re: Eliminate op_children
17607              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17608              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
17609              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
17610      Branch: perl
17611            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
17612            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
17613            ! op.c op.h
17614 ____________________________________________________________________________
17615 [  8441] By: jhi                                   on 2001/01/15  12:57:08
17616         Log: Use the /^Perl_/-less form of is_lvalue_sub().
17617      Branch: perl
17618            ! pp.h
17619 ____________________________________________________________________________
17620 [  8440] By: jhi                                   on 2001/01/15  05:13:09
17621         Log: Revert #8437 and #8438, the Linux large files story is more complex.
17622      Branch: metaconfig/U/perl
17623            ! d_fpos64_t.U d_off64_t.U
17624      Branch: perl
17625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17626            ! config_h.SH configure.com epoc/config.sh perl.h
17627            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17628            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17629            ! win32/config.bc win32/config.gc win32/config.vc
17630 ____________________________________________________________________________
17631 [  8439] By: jhi                                   on 2001/01/15  05:02:24
17632         Log: More UTF-8 patches from Inaba Hiroto.
17633              - The substr lval was still not okay.
17634              - Now pp_stringify and sv_setsv copies source's UTF8 flag
17635              even if IN_BYTE.  pp_stringify is called from fold_constants
17636              at optimization phase and "\x{100}" was made SvUTF8_off under
17637              use bytes (the bytes pragma is for "byte semantics" and not
17638              for "do not produce UTF8 data")
17639              - New `qu' operator to generate UTF8 string explicitly.
17640              Though I agree with the policy "0x00-0xff always produce bytes",
17641              sometimes want to such a string to be coded in UTF8.
17642              I can use pack"U0a*" but it requires more typing and has
17643              runtime overhead.
17644              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
17645              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
17646              string is not UTF8_on and has char 0x80-0xff.
17647              
17648              TODO: document and test qu.
17649      Branch: perl
17650            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
17651            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
17652            ! toke.c
17653 ____________________________________________________________________________
17654 [  8438] By: jhi                                   on 2001/01/14  05:10:23
17655         Log: Metaconfig unit changes for #8437.
17656      Branch: metaconfig/U/perl
17657            ! d_fpos64_t.U d_off64_t.U
17658 ____________________________________________________________________________
17659 [  8437] By: jhi                                   on 2001/01/14  04:55:34
17660         Log: Add <features.h> probing, seems to be needed for (some?)
17661              Linux largefileness.
17662      Branch: perl
17663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17664            ! config_h.SH configure.com epoc/config.sh perl.h
17665            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17666            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17667            ! win32/config.bc win32/config.gc win32/config.vc
17668 ____________________________________________________________________________
17669 [  8436] By: jhi                                   on 2001/01/13  17:47:21
17670         Log: Tighten some of the tests a bit.
17671      Branch: perl
17672            ! t/pragma/utf8.t
17673 ____________________________________________________________________________
17674 [  8435] By: jhi                                   on 2001/01/13  17:31:54
17675         Log: Integrate perlio.
17676      Branch: perl
17677           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
17678           !> win32/config_H.gc win32/config_H.vc
17679 ____________________________________________________________________________
17680 [  8434] By: nick                                  on 2001/01/13  11:36:53
17681         Log: Run dmake regen_config_h for Win32
17682      Branch: perlio
17683            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17684 ____________________________________________________________________________
17685 [  8433] By: nick                                  on 2001/01/13  11:31:55
17686         Log: VMS friendly patch to Encode compile process
17687      Branch: perlio
17688            ! ext/Encode/Makefile.PL ext/Encode/compile
17689 ____________________________________________________________________________
17690 [  8432] By: nick                                  on 2001/01/13  11:06:44
17691         Log: Integrate mainline
17692      Branch: perlio
17693           +> ext/B/B/Concise.pm
17694           !> (integrate 52 files)
17695 ____________________________________________________________________________
17696 [  8431] By: jhi                                   on 2001/01/13  05:55:55
17697         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
17698              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17699              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
17700              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
17701      Branch: perl
17702            ! ext/B/B/Concise.pm
17703 ____________________________________________________________________________
17704 [  8430] By: jhi                                   on 2001/01/13  04:24:18
17705         Log: The LVRET macro needed an aTHX.
17706      Branch: perl
17707            ! pp.h
17708 ____________________________________________________________________________
17709 [  8429] By: jhi                                   on 2001/01/13  02:12:42
17710         Log: Update Changes.
17711      Branch: perl
17712            ! Changes patchlevel.h
17713 ____________________________________________________________________________
17714 [  8428] By: jhi                                   on 2001/01/13  02:08:50
17715         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
17716              From: Peter Prymmer <pvhp@forte.com>
17717              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
17718              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
17719              
17720              Add a BEGIN guard for sloppy floating point division.
17721      Branch: perl
17722            ! lib/Math/BigInt.pm lib/bigint.pl
17723 ____________________________________________________________________________
17724 [  8427] By: jhi                                   on 2001/01/13  01:47:16
17725         Log: The B::Terse drop-in replacement wasn't quite drop-in.
17726      Branch: perl
17727            ! ext/B/B/Terse.pm
17728 ____________________________________________________________________________
17729 [  8426] By: jhi                                   on 2001/01/12  21:20:43
17730         Log: Use UVXf.
17731      Branch: perl
17732            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17733            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
17734            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17735            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17736            ! win32/config.gc win32/config.vc
17737 ____________________________________________________________________________
17738 [  8425] By: jhi                                   on 2001/01/12  20:20:14
17739         Log: Subject: [PATCH perl@8342] -Wformat
17740              From: Robin Barker <rmb1@cise.npl.co.uk>
17741              Date: Fri, 12 Jan 2001 20:03:14 GMT
17742              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
17743      Branch: perl
17744            ! ext/Encode/Encode.xs mg.c sv.c toke.c
17745 ____________________________________________________________________________
17746 [  8424] By: jhi                                   on 2001/01/12  20:01:48
17747         Log: Subject: B::Concise -- an improved replacement for B::Terse 
17748              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17749              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
17750              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
17751      Branch: perl
17752            + ext/B/B/Concise.pm
17753            ! MANIFEST ext/B/B/Terse.pm
17754 ____________________________________________________________________________
17755 [  8423] By: jhi                                   on 2001/01/12  19:24:02
17756         Log: The new metaconfig unit from the #8421.
17757      Branch: metaconfig/U/perl
17758            + d_sigprocmask.U
17759 ____________________________________________________________________________
17760 [  8422] By: jhi                                   on 2001/01/12  19:23:43
17761         Log: Forgot the microperl config from the #8421.
17762      Branch: perl
17763            ! uconfig.h uconfig.sh
17764 ____________________________________________________________________________
17765 [  8421] By: jhi                                   on 2001/01/12  19:05:27
17766         Log: Add sigprocmask() probe, regen Configure, regen toc.
17767      Branch: perl
17768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17769            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
17770            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17771            ! vos/config.ga.h win32/config.bc win32/config.gc
17772            ! win32/config.vc
17773 ____________________________________________________________________________
17774 [  8420] By: jhi                                   on 2001/01/12  18:34:31
17775         Log: Add sockatmark() to the todo list.
17776      Branch: perl
17777            ! Todo-5.6
17778 ____________________________________________________________________________
17779 [  8419] By: jhi                                   on 2001/01/12  18:09:46
17780         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
17781      Branch: perl
17782            ! op.c
17783 ____________________________________________________________________________
17784 [  8418] By: jhi                                   on 2001/01/12  18:05:30
17785         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
17786              From: Radu Greab <radu@netsoft.ro>
17787              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
17788              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
17789      Branch: perl
17790            ! op.c t/pragma/sub_lval.t
17791 ____________________________________________________________________________
17792 [  8417] By: jhi                                   on 2001/01/12  16:09:09
17793         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
17794              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
17795              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
17796              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
17797      Branch: perl
17798            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
17799            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
17800            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
17801            ! t/pragma/sub_lval.t toke.c
17802 ____________________________________________________________________________
17803 [  8416] By: jhi                                   on 2001/01/12  15:42:06
17804         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
17805              From: "Richard Soderberg" <rs@crystalflame.net>
17806              Date: Fri, 12 Jan 2001 04:49:35 -0800
17807              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
17808              
17809              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
17810              according to the platform.
17811      Branch: perl
17812            ! op.c
17813 ____________________________________________________________________________
17814 [  8415] By: jhi                                   on 2001/01/12  15:33:41
17815         Log: One more UTF-8 fix from Inaba Hiroto.
17816      Branch: perl
17817            ! pp.c regexec.c t/pragma/utf8.t
17818 ____________________________________________________________________________
17819 [  8414] By: jhi                                   on 2001/01/12  15:30:18
17820         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
17821      Branch: perl
17822            ! regexec.c
17823 ____________________________________________________________________________
17824 [  8413] By: jhi                                   on 2001/01/12  15:22:10
17825         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
17826              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17827              Date: Thu, 11 Jan 2001 12:53:36 +0100
17828              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
17829      Branch: perl
17830            ! toke.c
17831 ____________________________________________________________________________
17832 [  8412] By: jhi                                   on 2001/01/12  15:20:25
17833         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
17834              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17835              Date: Fri, 12 Jan 2001 14:37:55 +0100
17836              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
17837      Branch: perl
17838            ! hints/posix-bc.sh
17839 ____________________________________________________________________________
17840 [  8411] By: jhi                                   on 2001/01/12  15:14:14
17841         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
17842              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17843              Date: Fri, 12 Jan 2001 10:42:21 +0100
17844              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
17845      Branch: perl
17846            ! t/op/regmesg.t
17847 ____________________________________________________________________________
17848 [  8410] By: jhi                                   on 2001/01/12  05:48:55
17849         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
17850              From: Nicholas Clark <nick@ccl4.org> 
17851              Date: Sun, 7 Jan 2001 19:47:14 +0000
17852              Message-ID: <20010107194714.B1048@plum.flirble.org>
17853      Branch: perl
17854            ! t/op/numconvert.t
17855 ____________________________________________________________________________
17856 [  8409] By: jhi                                   on 2001/01/12  05:41:28
17857         Log: Integrate perlio.
17858      Branch: perl
17859           !> mg.c scope.h
17860 ____________________________________________________________________________
17861 [  8408] By: nick                                  on 2001/01/11  22:43:28
17862         Log: Remove variables that were used in experiments.
17863      Branch: perlio
17864            ! mg.c
17865 ____________________________________________________________________________
17866 [  8407] By: nick                                  on 2001/01/11  20:57:44
17867         Log: Catch die in %SIG handler and unblock the signal before re-dying.
17868              This make Linux work _without_ sigsetjmp().
17869              Turn off sigsetjmp() to see what else it does.
17870              May need Configure probe for sigprocmask() if anything has sigaction()
17871              but not sigprocmask().
17872      Branch: perlio
17873            ! mg.c scope.h
17874 ____________________________________________________________________________
17875 [  8406] By: nick                                  on 2001/01/11  19:32:07
17876         Log: Integrate mainline
17877      Branch: perlio
17878           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
17879           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
17880           !> t/op/substr.t
17881 ____________________________________________________________________________
17882 [  8405] By: jhi                                   on 2001/01/11  17:11:01
17883         Log: Fix UTF-8 lval substr().
17884      Branch: perl
17885            ! mg.c t/op/substr.t
17886 ____________________________________________________________________________
17887 [  8404] By: jhi                                   on 2001/01/11  05:13:58
17888         Log: Update Changes.
17889      Branch: perl
17890            ! Changes patchlevel.h
17891 ____________________________________________________________________________
17892 [  8403] By: jhi                                   on 2001/01/11  04:38:24
17893         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
17894              From: Hugo <hv@crypt.compulink.co.uk>
17895              Date: Mon, 30 Oct 2000 01:33:26 +0000
17896              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
17897      Branch: perl
17898            ! regexec.c t/op/re_tests
17899 ____________________________________________________________________________
17900 [  8402] By: jhi                                   on 2001/01/11  04:26:12
17901         Log: Integrate perlio.
17902      Branch: perl
17903           !> scope.h util.c
17904 ____________________________________________________________________________
17905 [  8401] By: nick                                  on 2001/01/10  22:52:55
17906         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
17907              (So Alan and Ilya can try setting via hints.)
17908              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
17909              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
17910              doing the save everywhere seems to restart read() correctly, but just
17911              doing it once "round" the handler does not.
17912      Branch: perlio
17913            ! scope.h
17914 ____________________________________________________________________________
17915 [  8400] By: jhi                                   on 2001/01/10  21:57:54
17916         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
17917              of IRIX, HP-UX is unaffected.
17918      Branch: perl
17919            ! perl.h
17920 ____________________________________________________________________________
17921 [  8399] By: nick                                  on 2001/01/10  21:29:19
17922         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
17923      Branch: perlio
17924            ! util.c
17925 ____________________________________________________________________________
17926 [  8398] By: jhi                                   on 2001/01/10  20:55:31
17927         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
17928              also have ReusePort.
17929      Branch: perl
17930            ! ext/IO/lib/IO/Socket/INET.pm
17931 ____________________________________________________________________________
17932 [  8397] By: jhi                                   on 2001/01/10  20:50:57
17933         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
17934              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
17935              Date: Wed, 10 Jan 2001 01:38:13 -0800
17936              Message-ID: <20010110013813.B41744@yahoo-inc.com>
17937      Branch: perl
17938            ! ext/IO/lib/IO/Socket/INET.pm
17939 ____________________________________________________________________________
17940 [  8396] By: jhi                                   on 2001/01/10  20:49:30
17941         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
17942              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
17943              Date: Wed, 10 Jan 2001 01:37:32 -0800
17944              Message-ID: <20010110013732.A41744@yahoo-inc.com>
17945      Branch: perl
17946            ! ext/Socket/Socket.pm
17947 ____________________________________________________________________________
17948 [  8395] By: jhi                                   on 2001/01/10  20:41:37
17949         Log: Test for bug id 20010105.016 (fixed by #8378).
17950      Branch: perl
17951            ! t/op/split.t
17952 ____________________________________________________________________________
17953 [  8394] By: jhi                                   on 2001/01/10  20:26:32
17954         Log: Integrate perlio.
17955      Branch: perl
17956            ! util.c
17957 ____________________________________________________________________________
17958 [  8393] By: nick                                  on 2001/01/10  19:34:30
17959         Log: Back out Simon's pid hackery for now.
17960      Branch: perlio
17961            ! util.c
17962 ____________________________________________________________________________
17963 [  8392] By: nick                                  on 2001/01/10  19:23:13
17964         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
17965      Branch: perlio
17966           !> (integrate 29 files)
17967 ____________________________________________________________________________
17968 [  8391] By: jhi                                   on 2001/01/10  18:43:15
17969         Log: Subject: [PATCH] Fix my_pclose segfault
17970              From: Simon Cozens <simon@cozens.net>
17971              Date: Wed, 10 Jan 2001 18:39:35 +0000
17972              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
17973      Branch: perl
17974            ! util.c
17975 ____________________________________________________________________________
17976 [  8390] By: jhi                                   on 2001/01/10  18:42:08
17977         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
17978              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17979              Date:     Wed, 10 Jan 2001 13:23:02 EST
17980              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
17981      Branch: perl
17982            ! ext/Opcode/Opcode.xs
17983 ____________________________________________________________________________
17984 [  8389] By: jhi                                   on 2001/01/10  15:16:07
17985         Log: Turn off the integer preservation for now.
17986      Branch: perl
17987            ! perl.h
17988 ____________________________________________________________________________
17989 [  8388] By: jhi                                   on 2001/01/10  15:01:25
17990         Log: Few more IDE/editor nits from p5p.
17991      Branch: perl
17992            ! pod/perlfaq3.pod
17993 ____________________________________________________________________________
17994 [  8387] By: jhi                                   on 2001/01/10  06:53:16
17995         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
17996              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
17997              Date: Tue, 9 Jan 2001 23:16:02 +0000
17998              Message-ID: <20010109231602.A81101@plum.flirble.org>
17999      Branch: perl
18000            ! sv.c
18001 ____________________________________________________________________________
18002 [  8386] By: jhi                                   on 2001/01/10  03:17:54
18003         Log: Test cases for #8385 (from Simon's "torture.pl")
18004      Branch: perl
18005            ! t/op/tr.t
18006 ____________________________________________________________________________
18007 [  8385] By: jhi                                   on 2001/01/10  03:17:11
18008         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
18009              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
18010              Date: Wed, 10 Jan 2001 11:39:39 +0900
18011              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
18012              
18013              Some more UTF-8 tr cases fixed.
18014      Branch: perl
18015            ! doop.c
18016 ____________________________________________________________________________
18017 [  8384] By: jhi                                   on 2001/01/09  22:45:40
18018         Log: Allow the locale test needing POSIX and the taint test
18019              needing IPC::SysV to run under 'minitest' (basically,
18020              bail out if loading the extension fails)
18021      Branch: perl
18022            ! t/op/misc.t t/op/taint.t
18023 ____________________________________________________________________________
18024 [  8383] By: jhi                                   on 2001/01/09  21:36:04
18025         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
18026              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18027              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
18028              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
18029      Branch: perl
18030            ! t/io/openpid.t
18031 ____________________________________________________________________________
18032 [  8382] By: jhi                                   on 2001/01/09  21:06:08
18033         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
18034              Should finish up the bug id 20001205.022.
18035      Branch: perl
18036            ! pp.c pp_hot.c scope.c
18037 ____________________________________________________________________________
18038 [  8381] By: jhi                                   on 2001/01/09  18:27:43
18039         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
18040              From: Andy Dougherty <doughera@lafayette.edu>
18041              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
18042              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
18043              
18044              More robust yacc/bison error detection.
18045      Branch: perl
18046            ! t/comp/proto.t
18047 ____________________________________________________________________________
18048 [  8380] By: jhi                                   on 2001/01/09  15:21:38
18049         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
18050              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18051              Date:     Tue, 9 Jan 2001 07:53:55 EST
18052              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
18053      Branch: perl
18054            ! t/op/misc.t vms/test.com
18055 ____________________________________________________________________________
18056 [  8379] By: jhi                                   on 2001/01/09  15:20:38
18057         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
18058              From: jhi@cc.hut.fi
18059              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
18060              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
18061              
18062              The #8378 fixed this.
18063      Branch: perl
18064            ! t/op/tr.t
18065 ____________________________________________________________________________
18066 [  8378] By: jhi                                   on 2001/01/09  15:05:32
18067         Log: Subject: One more patch for UTF8 
18068              From: Inaba Hiroto <inaba@st.rim.or.jp>
18069              Date: Tue, 09 Jan 2001 01:04:32 +0900
18070              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
18071              
18072              UTF-8 fixes for 'x' and tr///.
18073      Branch: perl
18074            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
18075            ! regcomp.c regexec.c toke.c utf8.c
18076 ____________________________________________________________________________
18077 [  8377] By: jhi                                   on 2001/01/09  14:32:17
18078         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
18079      Branch: perl
18080            ! t/op/length.t
18081 ____________________________________________________________________________
18082 [  8376] By: jhi                                   on 2001/01/09  04:32:32
18083         Log: integrate changes #7775, #8316, #8316 from mainline
18084      Branch: maint-5.6/perl
18085            ! hints/solaris_2.sh
18086 ____________________________________________________________________________
18087 [  8375] By: jhi                                   on 2001/01/09  04:26:43
18088         Log: Update Changes.
18089      Branch: perl
18090            ! Changes patchlevel.h
18091 ____________________________________________________________________________
18092 [  8374] By: jhi                                   on 2001/01/09  04:14:32
18093         Log: IDE/editor section tweaking.
18094      Branch: perl
18095            ! pod/perlfaq3.pod
18096 ____________________________________________________________________________
18097 [  8373] By: jhi                                   on 2001/01/09  02:38:26
18098         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
18099              From: Peter Prymmer <pvhp@forte.com>
18100              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
18101              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
18102              
18103              In preparation os OS/390 dynamic loading.
18104      Branch: perl
18105            ! README.os390 hints/os390.sh
18106 ____________________________________________________________________________
18107 [  8372] By: jhi                                   on 2001/01/09  00:24:30
18108         Log: Integrate with perlio.
18109      Branch: perl
18110           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
18111 ____________________________________________________________________________
18112 [  8371] By: nick                                  on 2001/01/08  23:54:33
18113         Log: Fix "scalars leaked" bugs caused by overload magic
18114              (Highlighted by Ilya's DESTROY optimization.)
18115      Branch: perlio
18116            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
18117 ____________________________________________________________________________
18118 [  8370] By: nick                                  on 2001/01/08  20:19:41
18119         Log: Integrate mainline
18120      Branch: perlio
18121           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
18122           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
18123           !> t/op/64bitint.t
18124 ____________________________________________________________________________
18125 [  8369] By: jhi                                   on 2001/01/08  17:30:52
18126         Log: save_delete() Safefree() doesn't (anymore?) work with shared
18127              strings, one test failure in op/misc and almost all of lib/b.
18128              (Outcomments #8369.)
18129      Branch: perl
18130            ! scope.c
18131 ____________________________________________________________________________
18132 [  8368] By: jhi                                   on 2001/01/08  14:47:10
18133         Log: (Outcommented by #8369.)
18134              
18135              Subject: Re: Perl BugID 20001205.022 ---- save_delete
18136              From: Simon Cozens <simon@cozens.net>
18137              Date: Sat, 6 Jan 2001 11:48:40 +0000
18138              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
18139              
18140              The save_delete() does need the Safefree.
18141      Branch: perl
18142            ! scope.c
18143 ____________________________________________________________________________
18144 [  8367] By: bailey                                on 2001/01/08  08:53:52
18145         Log: Once again syncing after too long an absence
18146      Branch: vmsperl
18147           +> (branch 55 files)
18148            - MAINTAIN fix_pl vos/config.def vos/config.h
18149            - vos/config_h.SH_orig
18150           !> (integrate 498 files)
18151 ____________________________________________________________________________
18152 [  8366] By: jhi                                   on 2001/01/08  02:42:59
18153         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
18154              From: nick@ccl4.org
18155              Date: Sun, 7 Jan 2001 21:07:18 +0000
18156              Message-Id: <20010107210717.D1048@plum.flirble.org>
18157      Branch: perl
18158            ! sv.c t/op/64bitint.t
18159 ____________________________________________________________________________
18160 [  8365] By: jhi                                   on 2001/01/08  02:35:16
18161         Log: Subject: [PATCH] environ nit
18162              From: Simon Cozens <simon@cozens.net>
18163              Date: Sun, 7 Jan 2001 17:57:07 +0000
18164              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
18165              
18166              Use environ only if we have it.
18167      Branch: perl
18168            ! mg.c
18169 ____________________________________________________________________________
18170 [  8364] By: jhi                                   on 2001/01/08  02:24:51
18171         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
18172      Branch: perl
18173            ! ext/GDBM_File/GDBM_File.xs
18174 ____________________________________________________________________________
18175 [  8363] By: jhi                                   on 2001/01/08  02:19:24
18176         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
18177              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18178              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
18179              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
18180      Branch: perl
18181            ! dump.c op.c
18182 ____________________________________________________________________________
18183 [  8362] By: jhi                                   on 2001/01/08  02:17:43
18184         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
18185              From: Doug MacEachern <dougm@covalent.net>
18186              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
18187              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
18188              
18189              Allow AUTOLOAD to be an xsub and allow such xsubs
18190              to avoid use of $AUTOLOAD.
18191      Branch: perl
18192            ! gv.c
18193 ____________________________________________________________________________
18194 [  8361] By: jhi                                   on 2001/01/08  02:16:07
18195         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
18196              From: Radu Greab <radu@netsoft.ro>
18197              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
18198              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
18199              
18200              No need for the potentially unportable $SIG{CHLD}.
18201      Branch: perl
18202            ! t/io/pipe.t
18203 ____________________________________________________________________________
18204 [  8360] By: jhi                                   on 2001/01/08  01:58:23
18205         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
18206      Branch: perl
18207            ! lib/Getopt/Long.pm
18208 ____________________________________________________________________________
18209 [  8359] By: jhi                                   on 2001/01/08  01:55:44
18210         Log: Integrate perlio.
18211      Branch: perl
18212           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
18213           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
18214           !> utf8.c win32/Makefile
18215 ____________________________________________________________________________
18216 [  8358] By: jhi                                   on 2001/01/07  21:16:50
18217         Log: Update the EPOC cross SDK URL.
18218      Branch: perl
18219            ! README.epoc
18220 ____________________________________________________________________________
18221 [  8357] By: jhi                                   on 2001/01/07  21:16:09
18222         Log: Update the EPOC cross SDK URL.
18223      Branch: maint-5.6/perl
18224            ! README.epoc
18225 ____________________________________________________________________________
18226 [  8356] By: nick                                  on 2001/01/06  21:47:52
18227         Log: FILE * in XS code for PerlIO world:
18228              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
18229              - Add FILE * T_STDIO typemap.
18230              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
18231      Branch: perlio
18232            ! lib/ExtUtils/typemap perlio.c perlio.h
18233 ____________________________________________________________________________
18234 [  8355] By: jhi                                   on 2001/01/06  20:27:15
18235         Log: integrate change #8336 from mainline
18236              
18237              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
18238      Branch: maint-5.6/perl
18239            ! hv.c
18240 ____________________________________________________________________________
18241 [  8354] By: jhi                                   on 2001/01/06  20:24:29
18242         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18243              From: Robin Barker <rmb1@cise.npl.co.uk>
18244              Date: Fri, 22 Dec 2000 12:17:38 GMT
18245              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
18246              
18247              The patch reformats some long =item lines so they give
18248              correct output via pod2man | nroff -man
18249              
18250              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18251              From: Robin Barker <rmb1@cise.npl.co.uk>
18252              Date: Tue, 2 Jan 2001 15:35:03 GMT
18253              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
18254              
18255              Here is a _further_ patch which corrects a few more errors:
18256              * an empty C<=item> in CPAN.pm
18257              * patching the wrong file (pod/perlamiga.pod not README.amiga)
18258              * leaving empty C<=item>s which formatted incorrectly
18259              * over long C<=item>s revealed by latest patch to Pod::Man
18260      Branch: maint-5.6/perl
18261            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
18262            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
18263            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
18264            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
18265            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
18266            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
18267 ____________________________________________________________________________
18268 [  8353] By: jhi                                   on 2001/01/06  20:21:10
18269         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
18270              
18271              UTF-8 hash keys.
18272      Branch: maint-5.6/perl
18273            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
18274 ____________________________________________________________________________
18275 [  8352] By: jhi                                   on 2001/01/06  20:18:44
18276         Log: Forgotten from #8438.
18277      Branch: maint-5.6/perl
18278            ! epoc/epocish.h
18279 ____________________________________________________________________________
18280 [  8351] By: jhi                                   on 2001/01/06  20:18:12
18281         Log: Forgotten from #8347.
18282      Branch: maint-5.6/perl
18283            ! config_h.SH
18284 ____________________________________________________________________________
18285 [  8350] By: jhi                                   on 2001/01/06  20:00:19
18286         Log: Thinko in #8347.
18287      Branch: maint-5.6/perl
18288            ! regcomp.c
18289 ____________________________________________________________________________
18290 [  8349] By: jhi                                   on 2001/01/06  18:05:30
18291         Log: Copy the FAQ3 IDE section from the development branch,
18292              changes originally by Peter Prymmer.
18293      Branch: maint-5.6/perl
18294            ! pod/perlfaq3.pod
18295 ____________________________________________________________________________
18296 [  8348] By: jhi                                   on 2001/01/06  18:03:02
18297         Log: EPOC updates for TRIAL1.
18298              
18299              Subject: [5.6.1 trial1] EPOC update
18300              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18301              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
18302              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
18303              
18304              Subject: epoc patch2 for perl-5.6.1-trial1
18305              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18306              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
18307              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
18308      Branch: maint-5.6/perl
18309            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
18310            ! epoc/epocish.c
18311 ____________________________________________________________________________
18312 [  8347] By: jhi                                   on 2001/01/06  17:29:10
18313         Log: integrate changes #7710,7824,7973 from mainline,
18314              plus VMS nits from Peter Prymmer and Dan Sugalski.
18315              
18316              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
18317              library (getprotobyname and getprotobynumber are outversioned by
18318              the same calls in libc, at least for xlc version 3.
18319              
18320              Add HAS_SBRK_PROTO.
18321              
18322              Fixes for signedness warnings noticed by VMSperlers.
18323      Branch: maint-5.6/perl
18324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18325            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
18326            ! sv.c vms/descrip_mms.template vos/config.alpha.def
18327            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18328            ! win32/config.bc win32/config.gc win32/config.vc
18329 ____________________________________________________________________________
18330 [  8346] By: nick                                  on 2001/01/06  14:36:01
18331         Log: Fixup accumulated integrate muddles (perlio == devperl again)
18332      Branch: perlio
18333            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
18334 ____________________________________________________________________________
18335 [  8345] By: nick                                  on 2001/01/06  14:24:58
18336         Log: Integrate mainline
18337      Branch: perlio
18338           !> (integrate 55 files)
18339 ____________________________________________________________________________
18340 [  8344] By: jhi                                   on 2001/01/06  02:24:02
18341         Log: Subject: [patch] PerlIO_cleanup() prototype
18342              From: Doug MacEachern <dougm@covalent.net>
18343              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
18344              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
18345      Branch: perl
18346            ! perlio.h
18347 ____________________________________________________________________________
18348 [  8343] By: jhi                                   on 2001/01/06  01:04:09
18349         Log: IRIX compiler noticed that the bof initialization might be
18350              bypassed by control flow.
18351      Branch: perl
18352            ! toke.c
18353 ____________________________________________________________________________
18354 [  8342] By: jhi                                   on 2001/01/06  00:10:48
18355         Log: Update Changes.
18356      Branch: perl
18357            ! Changes patchlevel.h
18358 ____________________________________________________________________________
18359 [  8341] By: jhi                                   on 2001/01/05  23:52:33
18360         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
18361      Branch: perl
18362            ! toke.c
18363 ____________________________________________________________________________
18364 [  8340] By: jhi                                   on 2001/01/05  22:44:08
18365         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
18366              From: Radu Greab <radu@netsoft.ro>
18367              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
18368              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
18369      Branch: perl
18370            ! t/io/pipe.t util.c
18371 ____________________________________________________________________________
18372 [  8339] By: jhi                                   on 2001/01/05  22:35:17
18373         Log: Subject: [PATCH] format and rewording in perlfaq.pod
18374              From: Robin Barker <rmb1@cise.npl.co.uk>
18375              Date: Fri, 5 Jan 2001 18:51:20 GMT
18376              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
18377      Branch: perl
18378            ! pod/perlfaq.pod
18379 ____________________________________________________________________________
18380 [  8338] By: jhi                                   on 2001/01/05  22:31:17
18381         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
18382              From: Peter Prymmer <pvhp@forte.com>
18383              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
18384              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
18385      Branch: perl
18386            ! utils/perlbug.PL
18387 ____________________________________________________________________________
18388 [  8337] By: jhi                                   on 2001/01/05  18:15:11
18389         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
18390              From: Robin Barker <rmb1@cise.npl.co.uk>
18391              Date: Tue, 2 Jan 2001 15:24:07 GMT
18392              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
18393              
18394              If you call configure as C<./Configure> or C<sh ./Configure>,
18395              $src is set to the absolute path name, not '.'.
18396              
18397              This, in turn, means -Dmksymlink tries to do its stuff because
18398              it does not think it is in the src directory.
18399              
18400              (plus a metaconfig nitfix)
18401      Branch: metaconfig
18402            ! U/compline/ccflags.U U/modified/src.U
18403      Branch: perl
18404            ! Configure config_h.SH
18405 ____________________________________________________________________________
18406 [  8336] By: jhi                                   on 2001/01/05  17:48:32
18407         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
18408              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18409              Message-ID: <3A5606C4.473D2226@uk.sun.com>
18410              Date: Fri, 05 Jan 2001 17:39:16 +0000
18411      Branch: perl
18412            ! hv.c
18413 ____________________________________________________________________________
18414 [  8335] By: jhi                                   on 2001/01/05  16:05:44
18415         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
18416      Branch: perl
18417            ! lib/Getopt/Long.pm
18418 ____________________________________________________________________________
18419 [  8334] By: jhi                                   on 2001/01/05  16:00:51
18420         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
18421              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
18422              Date: Fri, 05 Jan 2001 13:46:51 +0100
18423              Message-ID: <13693.978698811@nice.ram.loc>
18424              
18425              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
18426              accurate reading of the "atime".  
18427      Branch: perl
18428            ! t/io/fs.t
18429 ____________________________________________________________________________
18430 [  8333] By: jhi                                   on 2001/01/05  15:57:37
18431         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
18432              From: Simon Cozens <simon@cozens.net>
18433              Date: Fri, 8 Dec 2000 13:33:31 +0000
18434              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
18435              
18436              A lost patch fragment.
18437      Branch: perl
18438            ! doop.c
18439 ____________________________________________________________________________
18440 [  8332] By: jhi                                   on 2001/01/05  15:40:42
18441         Log: Do away with strncpy() and a fixed length buffer.
18442      Branch: perl
18443            ! utf8.c
18444 ____________________________________________________________________________
18445 [  8331] By: jhi                                   on 2001/01/05  15:03:07
18446         Log: Tests for #8329 and #8330.
18447      Branch: perl
18448            ! t/op/bop.t
18449 ____________________________________________________________________________
18450 [  8330] By: jhi                                   on 2001/01/05  15:02:38
18451         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
18452              raw 8-bit form to the UTF-8 string.
18453      Branch: perl
18454            ! toke.c
18455 ____________________________________________________________________________
18456 [  8329] By: jhi                                   on 2001/01/05  14:55:13
18457         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
18458              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18459              Date: Fri, 5 Jan 2001 12:28:52 +0100
18460              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
18461              
18462              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
18463              no effect.  (changed the strncpy() to Copy())
18464      Branch: perl
18465            ! toke.c
18466 ____________________________________________________________________________
18467 [  8328] By: jhi                                   on 2001/01/05  06:44:27
18468         Log: UTF-8 cleanup.
18469      Branch: perl
18470            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
18471            ! regexec.c sv.c toke.c
18472 ____________________________________________________________________________
18473 [  8327] By: jhi                                   on 2001/01/05  01:11:29
18474         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')
18475              From: Radu Greab <radu@netsoft.ro>
18476              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
18477              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
18478              
18479              Cleans up Harness to not use FileHandle, which uses IO.
18480      Branch: perl
18481            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18482 ____________________________________________________________________________
18483 [  8326] By: jhi                                   on 2001/01/05  00:56:37
18484         Log: Update Changes.
18485      Branch: perl
18486            ! Changes patchlevel.h
18487 ____________________________________________________________________________
18488 [  8325] By: jhi                                   on 2001/01/05  00:53:18
18489         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
18490              From: Peter Prymmer <pvhp@forte.com>
18491              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
18492              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
18493              
18494              plus a couple more tailing whitespace removals.
18495      Branch: perl
18496            ! win32/Makefile
18497 ____________________________________________________________________________
18498 [  8324] By: jhi                                   on 2001/01/05  00:47:39
18499         Log: Add some Unicode chop() tests.
18500      Branch: perl
18501            ! t/op/chop.t
18502 ____________________________________________________________________________
18503 [  8323] By: jhi                                   on 2001/01/05  00:47:23
18504         Log: Unify UTF-8 malformedness handling.
18505      Branch: perl
18506            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
18507 ____________________________________________________________________________
18508 [  8322] By: jhi                                   on 2001/01/04  22:21:54
18509         Log: The new $issymlink was unknown to Mksymlinks.
18510      Branch: metaconfig/U/perl
18511            ! Mksymlinks.U issymlink.U
18512      Branch: perl
18513            ! Configure config_h.SH
18514 ____________________________________________________________________________
18515 [  8321] By: jhi                                   on 2001/01/04  21:51:05
18516         Log: The test didn't work under the core test framework.
18517      Branch: perl
18518            ! t/lib/st-lock.t
18519 ____________________________________________________________________________
18520 [  8320] By: jhi                                   on 2001/01/04  21:14:22
18521         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
18522      Branch: perl
18523            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
18524 ____________________________________________________________________________
18525 [  8319] By: jhi                                   on 2001/01/04  20:46:17
18526         Log: Typo in #8312 when manually appying a problematic patch fragment.
18527      Branch: perl
18528            ! ext/Storable/Storable.xs
18529 ____________________________________________________________________________
18530 [  8318] By: jhi                                   on 2001/01/04  20:43:01
18531         Log: The $sh_c didn't fly.
18532      Branch: metaconfig
18533            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
18534            ! U/modified/Loc.U U/modified/myhostname.U
18535            ! U/modified/spitshell.U
18536      Branch: metaconfig/U/perl
18537            ! issymlink.U
18538      Branch: perl
18539            ! Configure config_h.SH
18540 ____________________________________________________________________________
18541 [  8317] By: jhi                                   on 2001/01/04  19:58:01
18542         Log: AIX builtin test -h is broken, changes based on
18543              
18544              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
18545              Date: Tue, 02 Jan 2001 11:24:39 +0100
18546              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18547              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
18548      Branch: metaconfig
18549            + U/modified/spitshell.U
18550            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
18551            ! U/modified/Loc.U U/modified/myhostname.U
18552      Branch: metaconfig/U/perl
18553            ! Mksymlinks.U issymlink.U
18554      Branch: perl
18555            ! Configure
18556 ____________________________________________________________________________
18557 [  8316] By: jhi                                   on 2001/01/04  19:02:22
18558         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
18559              From: Andy Dougherty <doughera@lafayette.edu>
18560              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
18561              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
18562              
18563              Beware of GNU ld.
18564      Branch: perl
18565            ! hints/solaris_2.sh
18566 ____________________________________________________________________________
18567 [  8315] By: jhi                                   on 2001/01/04  18:56:48
18568         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
18569              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
18570              Date: Wed, 3 Jan 2001 07:58:51 +0100
18571              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
18572      Branch: perl
18573            ! hints/solaris_2.sh
18574 ____________________________________________________________________________
18575 [  8314] By: jhi                                   on 2001/01/04  18:54:07
18576         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
18577              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18578              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
18579              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
18580              
18581              Doc tweak on #8313.
18582      Branch: perl
18583            ! ext/B/B/Deparse.pm
18584 ____________________________________________________________________________
18585 [  8313] By: jhi                                   on 2001/01/04  18:52:27
18586         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
18587              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
18588              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18589              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
18590              
18591              Make the peephole optimizer to bypass more null ops and
18592              and rewrite the deparse handling of continue blocks.
18593      Branch: perl
18594            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
18595 ____________________________________________________________________________
18596 [  8312] By: jhi                                   on 2001/01/04  18:47:39
18597         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
18598      Branch: perl
18599            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
18600            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18601            ! t/lib/st-lock.t
18602 ____________________________________________________________________________
18603 [  8311] By: jhi                                   on 2001/01/04  18:36:08
18604         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
18605              filter to be run on each .pm during the pm_to_blib() phase,
18606              a fixed version of
18607              
18608              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
18609              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
18610              Date: Wed, 03 Jan 2001 22:01:30 +0100
18611              Message-ID: <5296.978555690@nice.ram.loc>
18612      Branch: perl
18613            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
18614            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18615            ! lib/ExtUtils/MakeMaker.pm
18616 ____________________________________________________________________________
18617 [  8310] By: jhi                                   on 2001/01/04  18:32:54
18618         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18619              From: Robin Barker <rmb1@cise.npl.co.uk>
18620              Date: Tue, 2 Jan 2001 15:35:03 GMT
18621              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
18622      Branch: perl
18623            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
18624            ! pod/perlrequick.pod
18625 ____________________________________________________________________________
18626 [  8309] By: jhi                                   on 2001/01/04  18:29:07
18627         Log: Subject: Re: [patch] static-ize XS()
18628              From: Doug MacEachern <dougm@covalent.net>
18629              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
18630              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
18631              
18632              Provide prototypes for the XS functions.
18633      Branch: perl
18634            ! lib/ExtUtils/xsubpp
18635 ____________________________________________________________________________
18636 [  8308] By: jhi                                   on 2001/01/04  18:27:44
18637         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
18638              From: Doug MacEachern <dougm@covalent.net>
18639              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
18640              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
18641      Branch: perl
18642            ! lib/ExtUtils/typemap
18643 ____________________________________________________________________________
18644 [  8307] By: jhi                                   on 2001/01/04  18:25:25
18645         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
18646              From: Doug MacEachern <dougm@covalent.net>
18647              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
18648              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
18649              
18650              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
18651      Branch: perl
18652            ! lib/ExtUtils/MM_Unix.pm
18653 ____________________________________________________________________________
18654 [  8306] By: jhi                                   on 2001/01/04  18:23:00
18655         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
18656              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18657              Date: Thu, 4 Jan 2001 12:47:10 +0100 
18658              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
18659              
18660              The toke.c part only, patching embed.h and proto.h is futile.
18661      Branch: perl
18662            ! toke.c
18663 ____________________________________________________________________________
18664 [  8305] By: jhi                                   on 2001/01/04  18:05:51
18665         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
18666              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18667              Date: Thu, 4 Jan 2001 17:50:12 +0100 
18668              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
18669      Branch: perl
18670            ! toke.c
18671 ____________________________________________________________________________
18672 [  8304] By: jhi                                   on 2001/01/04  18:03:26
18673         Log: Subject: [PATCH perl@8269]
18674              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18675              Date: Thu, 4 Jan 2001 12:53:39 +0100 
18676              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
18677              
18678              If running byacc write-enable also perly.h.
18679      Branch: perl
18680            ! Makefile.SH
18681 ____________________________________________________________________________
18682 [  8303] By: jhi                                   on 2001/01/04  15:40:49
18683         Log: Rewrite pp_concat() in terms of sv_catsv().
18684      Branch: perl
18685            ! pp_hot.c
18686 ____________________________________________________________________________
18687 [  8302] By: nick                                  on 2001/01/03  22:43:22
18688         Log: Integrate mainline.
18689      Branch: perlio
18690           !> ext/Encode/Encode.xs sv.c utf8.c
18691 ____________________________________________________________________________
18692 [  8301] By: jhi                                   on 2001/01/02  23:40:26
18693         Log: Variable naming tweak.
18694      Branch: perl
18695            ! sv.c
18696 ____________________________________________________________________________
18697 [  8300] By: jhi                                   on 2001/01/02  23:40:02
18698         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
18699              in is_utf8_string().
18700      Branch: perl
18701            ! utf8.c
18702 ____________________________________________________________________________
18703 [  8299] By: jhi                                   on 2001/01/02  22:14:40
18704         Log: Integrate perlio.
18705      Branch: perl
18706           !> pp.c pp_hot.c win32/Makefile
18707 ____________________________________________________________________________
18708 [  8298] By: nick                                  on 2001/01/02  22:03:06
18709         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
18710      Branch: perlio
18711            ! pp.c pp_hot.c
18712 ____________________________________________________________________________
18713 [  8297] By: jhi                                   on 2001/01/02  04:26:28
18714         Log: Signedness nit.
18715      Branch: perl
18716            ! ext/Encode/Encode.xs
18717 ____________________________________________________________________________
18718 [  8296] By: nick                                  on 2001/01/01  23:49:36
18719         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
18720      Branch: perlio
18721            ! win32/Makefile
18722 ____________________________________________________________________________
18723 [  8295] By: jhi                                   on 2001/01/01  23:05:48
18724         Log: Integrate perlio.
18725      Branch: perl
18726           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
18727           !> t/lib/encode.t
18728 ____________________________________________________________________________
18729 [  8294] By: nick                                  on 2001/01/01  22:48:34
18730         Log: Integrate mainline
18731      Branch: perlio
18732            ! pp_hot.c t/lib/encode.t
18733           !> (integrate 65 files)
18734 ____________________________________________________________________________
18735 [  8293] By: nick                                  on 2001/01/01  21:58:50
18736         Log: More rigor in UTF-8-ness of Encode's toUnicode
18737              XS export some of the utf8 internal functions.
18738              Test some of the functions.
18739              Fix pp_concat() bug shown by said tests.
18740      Branch: perlio
18741            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
18742            ! t/lib/encode.t
18743 ____________________________________________________________________________
18744 [  8292] By: jhi                                   on 2001/01/01  18:11:44
18745         Log: Integrate perlio.
18746      Branch: perl
18747           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18748           !> ext/Encode/encengine.c ext/Encode/encode.h
18749 ____________________________________________________________________________
18750 [  8291] By: jhi                                   on 2001/01/01  18:10:58
18751         Log: Podify README.mpeix (a new version from the web),
18752              add a dummy NAME to Carp::Heavy, regen toc.
18753      Branch: perl
18754            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
18755            ! pod/perltoc.pod
18756 ____________________________________________________________________________
18757 [  8290] By: nick                                  on 2001/01/01  17:43:47
18758         Log: Loose the "Loading..." warning.
18759              Another bug in fallback support
18760      Branch: perlio
18761            ! ext/Encode/Encode.pm ext/Encode/encengine.c
18762 ____________________________________________________________________________
18763 [  8289] By: jhi                                   on 2001/01/01  00:01:57
18764         Log: Bump up Larry's copyright.
18765      Branch: perl
18766            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
18767            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
18768            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
18769            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
18770            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
18771            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
18772            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
18773            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
18774 ____________________________________________________________________________
18775 [  8288] By: nick                                  on 2000/12/31  21:27:53
18776         Log: Fix .ucm reading - forgot a chr()
18777              Start of .ucm write (for .enc to .ucm)
18778      Branch: perlio
18779            ! ext/Encode/compile
18780 ____________________________________________________________________________
18781 [  8287] By: jhi                                   on 2000/12/31  18:15:56
18782         Log: Comment away a diagnostic message as noted by Craig A. Berry
18783              (the unexpected message was confusing testing)
18784      Branch: perl
18785            ! ext/Encode/Encode.pm
18786 ____________________________________________________________________________
18787 [  8286] By: jhi                                   on 2000/12/31  18:14:51
18788         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
18789              Date: Sun, 31 Dec 2000 11:17:37 -0600
18790              From: "Craig A. Berry" <craigberry@mac.com>
18791              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
18792      Branch: perl
18793            ! ext/Encode/Makefile.PL
18794 ____________________________________________________________________________
18795 [  8285] By: nick                                  on 2000/12/31  18:11:54
18796         Log: Start of support of ICU-style .ucm files:
18797              - teach compile how to read a .ucm file
18798              - first guess at how to represent fallbacks in "tries".
18799              - use fallbacks if check == 0
18800              - new return code to indicate we used one.
18801      Branch: perlio
18802            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18803            ! ext/Encode/encengine.c ext/Encode/encode.h
18804 ____________________________________________________________________________
18805 [  8284] By: jhi                                   on 2000/12/31  18:04:41
18806         Log: Pacify picky VMS compiler.
18807              
18808              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
18809              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18810              Date: Sat, 30 Dec 2000 18:10:02 -0600
18811              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
18812      Branch: perl
18813            ! sv.c
18814 ____________________________________________________________________________
18815 [  8283] By: jhi                                   on 2000/12/31  16:11:47
18816         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
18817      Branch: perl
18818            ! t/lib/glob-basic.t
18819 ____________________________________________________________________________
18820 [  8282] By: jhi                                   on 2000/12/31  15:26:11
18821         Log: Integrate perlio.
18822      Branch: perl
18823           !> makedef.pl opcode.pl os2/os2.c perlio.c
18824 ____________________________________________________________________________
18825 [  8281] By: nick                                  on 2000/12/31  10:06:15
18826         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
18827              is available to be exported
18828      Branch: perlio
18829            ! makedef.pl perlio.c
18830 ____________________________________________________________________________
18831 [  8280] By: nick                                  on 2000/12/31  09:41:26
18832         Log: Ilya's OS2 patch (testing for damage on Win32)
18833      Branch: perlio
18834            ! makedef.pl opcode.pl os2/os2.c
18835 ____________________________________________________________________________
18836 [  8279] By: jhi                                   on 2000/12/30  21:52:07
18837         Log: Test nits.
18838      Branch: perl
18839            ! t/lib/syslfs.t t/op/lfs.t
18840 ____________________________________________________________________________
18841 [  8278] By: jhi                                   on 2000/12/30  21:47:49
18842         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
18843              From: andreas.koenig@anima.de (Andreas J. Koenig)
18844              Date: 30 Dec 2000 22:35:37 +0100
18845              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
18846              
18847              The 32-bit wraparound test wasn't quite right.
18848      Branch: perl
18849            ! t/lib/syslfs.t t/op/lfs.t
18850 ____________________________________________________________________________
18851 [  8277] By: jhi                                   on 2000/12/30  21:33:44
18852         Log: Subject: [PATCH] open() example in perlfunc.pod 
18853              From: Karsten Sperling <s_sperli@ira.uka.de>
18854              Date: Sat, 30 Dec 2000 22:27:09 +0100
18855              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
18856      Branch: perl
18857            ! pod/perlfunc.pod
18858 ____________________________________________________________________________
18859 [  8276] By: jhi                                   on 2000/12/30  20:32:40
18860         Log: Not quite that many tests yet.
18861      Branch: perl
18862            ! t/op/pat.t
18863 ____________________________________________________________________________
18864 [  8275] By: jhi                                   on 2000/12/30  20:26:58
18865         Log: Integrate perlio.
18866      Branch: perl
18867           !> toke.c
18868 ____________________________________________________________________________
18869 [  8274] By: jhi                                   on 2000/12/30  20:24:56
18870         Log: Signedness nit.
18871      Branch: perl
18872            ! utf8.c
18873 ____________________________________________________________________________
18874 [  8273] By: jhi                                   on 2000/12/30  20:15:46
18875         Log: Add a test case for 20000731.001 which was fixed by the #8267.
18876      Branch: perl
18877            ! t/op/pat.t
18878 ____________________________________________________________________________
18879 [  8272] By: nick                                  on 2000/12/30  19:47:51
18880         Log: Tweak for MULTIPLICITY/USE_PERLIO
18881      Branch: perlio
18882            ! toke.c
18883 ____________________________________________________________________________
18884 [  8271] By: nick                                  on 2000/12/30  19:46:45
18885         Log: Integrate mainline
18886      Branch: perlio
18887           +> lib/unicode/distinct.pm
18888           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
18889           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
18890           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
18891 ____________________________________________________________________________
18892 [  8270] By: jhi                                   on 2000/12/30  19:39:50
18893         Log: Subject: RE: perl@8269
18894              From: "Richard Soderberg" <rs@crystalflame.net>
18895              Date: Sat, 30 Dec 2000 11:36:27 -0800
18896              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
18897              
18898              A missing aTHX_.
18899      Branch: perl
18900            ! toke.c
18901 ____________________________________________________________________________
18902 [  8269] By: jhi                                   on 2000/12/30  18:55:48
18903         Log: Update Changes.
18904      Branch: perl
18905            ! Changes patchlevel.h
18906 ____________________________________________________________________________
18907 [  8268] By: jhi                                   on 2000/12/30  17:18:40
18908         Log: Add a test for Unicode split //.  The #8267 was the cure.
18909      Branch: perl
18910            ! t/op/split.t
18911 ____________________________________________________________________________
18912 [  8267] By: jhi                                   on 2000/12/30  17:14:19
18913         Log: Subject: more UTF8 test suites and an UTF8 patch
18914              From: Inaba Hiroto <inaba@st.rim.or.jp>
18915              Date: Sat, 30 Dec 2000 14:27:10 +0900
18916              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
18917              
18918              Just the patch part for now, and the pragma renamed
18919              as unicode::distinct.
18920      Branch: perl
18921            + lib/unicode/distinct.pm
18922            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
18923            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
18924            ! regcomp.h regexec.c sv.c toke.c utf8.c
18925 ____________________________________________________________________________
18926 [  8266] By: nick                                  on 2000/12/30  16:40:49
18927         Log: Integrate mainline
18928      Branch: perlio
18929           +> lib/Pod/Text/Overstrike.pm
18930           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
18931           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
18932           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
18933           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
18934           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
18935 ____________________________________________________________________________
18936 [  8265] By: jhi                                   on 2000/12/30  07:28:55
18937         Log: The sv_catsv() fix, take two.
18938      Branch: perl
18939            ! sv.c t/op/join.t
18940 ____________________________________________________________________________
18941 [  8264] By: jhi                                   on 2000/12/30  06:19:18
18942         Log: Undo all the join-related changes since #8248: relevant
18943              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
18944              The new sv_catsv() doesn't fly so it must go back to
18945              the drawing board.
18946      Branch: perl
18947            ! sv.c t/op/join.t t/pragma/utf8.t
18948 ____________________________________________________________________________
18949 [  8263] By: jhi                                   on 2000/12/30  01:08:32
18950         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
18951      Branch: perl
18952            ! sv.c
18953 ____________________________________________________________________________
18954 [  8262] By: jhi                                   on 2000/12/30  00:45:14
18955         Log: Retract #8261.
18956      Branch: perl
18957            ! hv.c util.c
18958 ____________________________________________________________________________
18959 [  8261] By: jhi                                   on 2000/12/30  00:38:32
18960         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
18961      Branch: perl
18962            ! hv.c util.c
18963 ____________________________________________________________________________
18964 [  8260] By: jhi                                   on 2000/12/29  22:51:33
18965         Log: (Retracted by #8264)  More fixing for #8251.
18966      Branch: perl
18967            ! sv.c
18968 ____________________________________________________________________________
18969 [  8259] By: jhi                                   on 2000/12/29  18:27:30
18970         Log: Subject: podlators 1.06 released
18971              From: Russ Allbery <rra@stanford.edu>
18972              Date: 25 Dec 2000 05:09:30 -0800
18973              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
18974      Branch: perl
18975            + lib/Pod/Text/Overstrike.pm
18976            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
18977            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
18978 ____________________________________________________________________________
18979 [  8258] By: jhi                                   on 2000/12/29  18:20:45
18980         Log: Make the large file tests more robust/talkative as suggested by
18981              
18982              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
18983              From: andreas.koenig@anima.de (Andreas J. Koenig)
18984              Date: 29 Dec 2000 14:23:01 +0100
18985              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
18986      Branch: perl
18987            ! t/lib/syslfs.t t/op/lfs.t
18988 ____________________________________________________________________________
18989 [  8257] By: jhi                                   on 2000/12/29  17:48:04
18990         Log: Further VMS piping fixes from Charles Lane:
18991              
18992              In summary, error messages produced when a subprocess terminated
18993              abnormally were being sent not just to the parent process, but to
18994              grandparents, because of default values for error output that were
18995              not completely overridden when the subprocess was started.
18996              
18997              This patch fixes this behavior by defining user-mode (i.e., temporary
18998              for the duration of the program) logical names for SYS$OUTPUT and
18999              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
19000              changes to make it so that the user-mode logicals are the ones that
19001              control where Perl's error messages go if it terminates abnormally.
19002              
19003              I also added some gratuitous fixes to the indentation of braces in
19004              the piping code.  It just looked ugly, before.
19005      Branch: perl
19006            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
19007 ____________________________________________________________________________
19008 [  8256] By: jhi                                   on 2000/12/29  17:45:12
19009         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
19010              From: "Casey R. Tweten" <crt@kiski.net>
19011              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
19012              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
19013              
19014              Tests for for #8240.
19015      Branch: perl
19016            ! t/pragma/constant.t
19017 ____________________________________________________________________________
19018 [  8255] By: jhi                                   on 2000/12/29  17:43:07
19019         Log: Subject: Re: [PATCH] Interesting syntax idea
19020              From: Simon Cozens <simon@cozens.net>
19021              Date: Fri, 29 Dec 2000 14:34:04 +0000
19022              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
19023              
19024              Tests for #8254.
19025      Branch: perl
19026            ! t/pragma/sub_lval.t
19027 ____________________________________________________________________________
19028 [  8254] By: jhi                                   on 2000/12/29  17:42:11
19029         Log: Subject: [PATCH] Interesting syntax idea
19030              From: Simon Cozens <simon@cozens.net>
19031              Date: Wed, 27 Dec 2000 05:08:57 +0000
19032              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
19033              
19034              Make opens + bareword assigns do typeglob assigns.
19035      Branch: perl
19036            ! op.c
19037 ____________________________________________________________________________
19038 [  8253] By: jhi                                   on 2000/12/29  17:36:45
19039         Log: Output the (apparent) version of gcc, as suggested by
19040              
19041              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
19042              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
19043              Date: 26 Dec 2000 04:29:17 -0500
19044              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
19045              
19046              (The patch as such didn't any more apply as the misparsing had
19047              already been addressed in #6474.)  Also change the wording about
19048              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
19049      Branch: perl
19050            ! hints/dec_osf.sh
19051 ____________________________________________________________________________
19052 [  8252] By: nick                                  on 2000/12/29  12:14:31
19053         Log: Integrate mainline
19054      Branch: perlio
19055           !> (integrate 27 files)
19056 ____________________________________________________________________________
19057 [  8251] By: jhi                                   on 2000/12/29  08:45:46
19058         Log: (Retracted by #8264)
19059              
19060              (Fixed by #8260.)
19061              
19062              sv_catsv() needs one more byte space than seems reasonable.
19063              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
19064              Curiouser and curiouser.
19065      Branch: perl
19066            ! sv.c
19067 ____________________________________________________________________________
19068 [  8250] By: jhi                                   on 2000/12/29  07:57:52
19069         Log: More split // UTF-8 tests.
19070      Branch: perl
19071            ! t/pragma/utf8.t
19072 ____________________________________________________________________________
19073 [  8249] By: jhi                                   on 2000/12/29  07:54:51
19074         Log: (Retracted by #8264)  More join() testing which was good because
19075              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
19076      Branch: perl
19077            ! pp.c t/op/join.t utf8.c utf8.h
19078 ____________________________________________________________________________
19079 [  8248] By: jhi                                   on 2000/12/29  07:08:32
19080         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
19081              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
19082              that the only cases to care about are byte+byte and byte+character.
19083              
19084              TODO: See how well pp_concat() could be implemented in terms
19085              of sv_catsv().
19086      Branch: perl
19087            ! doop.c sv.c t/op/join.t utf8.h
19088 ____________________________________________________________________________
19089 [  8247] By: jhi                                   on 2000/12/29  06:35:23
19090         Log: Signedness nit.
19091      Branch: perl
19092            ! pp_hot.c
19093 ____________________________________________________________________________
19094 [  8246] By: jhi                                   on 2000/12/29  01:23:31
19095         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
19096              From: Lupe Christoph <lupe@lupe-christoph.de>
19097              Date: Thu, 28 Dec 2000 23:00:00 +0100
19098              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
19099              
19100              Suggest rsync --delete --dry-run.
19101      Branch: perl
19102            ! pod/perlhack.pod
19103 ____________________________________________________________________________
19104 [  8245] By: jhi                                   on 2000/12/28  23:57:05
19105         Log: The maxiters upper limit sanity check (guarding against
19106              non-progress) assumed bytes instead of characters in s///
19107              and split().
19108      Branch: perl
19109            ! pp.c pp_hot.c
19110 ____________________________________________________________________________
19111 [  8244] By: jhi                                   on 2000/12/28  23:34:08
19112         Log: Make some panic messages a bit more logical.
19113      Branch: perl
19114            ! doop.c pod/perldiag.pod pp.c pp_hot.c
19115 ____________________________________________________________________________
19116 [  8243] By: jhi                                   on 2000/12/28  22:59:16
19117         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
19118              From: Simon Cozens <simon@cozens.net>
19119              Date: Wed, 27 Dec 2000 02:30:03 +0000
19120              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
19121      Branch: perl
19122            ! pp.c t/pragma/sub_lval.t
19123 ____________________________________________________________________________
19124 [  8242] By: jhi                                   on 2000/12/28  22:56:53
19125         Log: Subject: [PATCH blead] Fix B::Terse indentation
19126              From: Daniel Chetlin <daniel@chetlin.com>
19127              Date: Wed, 27 Dec 2000 06:43:30 -0800
19128              Message-ID: <20001227064329.B9573@darkstar>
19129      Branch: perl
19130            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
19131 ____________________________________________________________________________
19132 [  8241] By: jhi                                   on 2000/12/28  22:48:59
19133         Log: The latter patch from the
19134              
19135              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
19136              From: Peter Prymmer <pvhp@forte.com> 
19137              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
19138              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
19139              
19140              (the former patch from the above should have been
19141              taken care of by Nick I-S)
19142      Branch: perl
19143            ! win32/Makefile
19144 ____________________________________________________________________________
19145 [  8240] By: jhi                                   on 2000/12/28  22:45:22
19146         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
19147              From: "Casey R. Tweten" <crt@kiski.net>
19148              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
19149              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
19150      Branch: perl
19151            ! lib/constant.pm
19152 ____________________________________________________________________________
19153 [  8239] By: jhi                                   on 2000/12/28  22:37:45
19154         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
19155              From: Simon Cozens <simon@cozens.net>
19156              Date: Wed, 27 Dec 2000 14:12:44 +0000
19157              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
19158      Branch: perl
19159            ! t/op/method.t t/op/sort.t toke.c
19160 ____________________________________________________________________________
19161 [  8238] By: jhi                                   on 2000/12/28  22:30:32
19162         Log: Subject: [PATCH perl@8229] Call.pm
19163              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
19164              Date: Mon, 25 Dec 2000 10:47:15 -0000
19165              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
19166      Branch: perl
19167            ! ext/Filter/Util/Call/Call.pm
19168 ____________________________________________________________________________
19169 [  8237] By: jhi                                   on 2000/12/28  22:19:21
19170         Log: Subject: [PATCH blead] Fix problem with `&' prototype
19171              From: Daniel Chetlin <daniel@chetlin.com>
19172              Date: Wed, 27 Dec 2000 15:55:32 -0800
19173              Message-ID: <20001227155532.D9573@darkstar>
19174      Branch: perl
19175            ! op.c t/comp/proto.t
19176 ____________________________________________________________________________
19177 [  8236] By: jhi                                   on 2000/12/28  22:09:25
19178         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
19179              From: Daniel Chetlin <daniel@chetlin.com>
19180              Date: Sun, 24 Dec 2000 04:09:49 -0800
19181              Message-ID: <20001224040949.B3090@darkstar>
19182      Branch: perl
19183            ! gv.c mg.c t/op/attrs.t
19184 ____________________________________________________________________________
19185 [  8235] By: jhi                                   on 2000/12/28  22:07:11
19186         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
19187              From: Jan Dubois <jand@ActiveState.com>
19188              Date: Tue, 26 Dec 2000 20:57:31 -0800
19189              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
19190      Branch: perl
19191            ! win32/win32.c
19192 ____________________________________________________________________________
19193 [  8234] By: jhi                                   on 2000/12/28  21:52:42
19194         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
19195              From: Simon Cozens <simon@cozens.net>
19196              Date: Thu, 28 Dec 2000 20:33:13 +0000
19197              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
19198      Branch: perl
19199            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
19200 ____________________________________________________________________________
19201 [  8233] By: jhi                                   on 2000/12/28  19:40:49
19202         Log: Integrate perlio.
19203      Branch: perl
19204           !> ext/Encode/Makefile.PL ext/Encode/compile
19205 ____________________________________________________________________________
19206 [  8232] By: nick                                  on 2000/12/23  16:06:00
19207         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
19208              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
19209      Branch: perlio
19210            ! ext/Encode/Makefile.PL
19211 ____________________________________________________________________________
19212 [  8231] By: nick                                  on 2000/12/23  14:30:34
19213         Log: "Compiled" encode build cleanup
19214              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
19215              - .c files do not export sub-tables
19216      Branch: perlio
19217            ! ext/Encode/Makefile.PL ext/Encode/compile
19218 ____________________________________________________________________________
19219 [  8230] By: nick                                  on 2000/12/23  12:50:37
19220         Log: Integrate mainline
19221      Branch: perlio
19222           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
19223           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
19224           !> pod/perl5004delta.pod pod/perl5005delta.pod
19225           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
19226           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
19227           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
19228           !> pod/perlsub.pod
19229 ____________________________________________________________________________
19230 [  8229] By: jhi                                   on 2000/12/22  15:32:12
19231         Log: Integrate perlio.
19232      Branch: perl
19233           +> win32/distclean.bat
19234           !> MANIFEST t/io/utf8.t
19235 ____________________________________________________________________________
19236 [  8228] By: jhi                                   on 2000/12/22  15:29:40
19237         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
19238              From: Robin Barker <rmb1@cise.npl.co.uk>
19239              Date: Fri, 22 Dec 2000 12:17:38 GMT
19240              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
19241      Branch: perl
19242            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
19243            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
19244            ! pod/perl5004delta.pod pod/perl5005delta.pod
19245            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
19246            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
19247            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
19248            ! pod/perlsub.pod
19249 ____________________________________________________________________________
19250 [  8227] By: jhi                                   on 2000/12/22  15:24:28
19251         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
19252              From: "John L. Allen" <allen@grumman.com>
19253              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
19254              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
19255              
19256              Document APPLLIB_EXP.
19257      Branch: perl
19258            ! INSTALL
19259 ____________________________________________________________________________
19260 [  8226] By: nick                                  on 2000/12/21  22:11:50
19261         Log: Handy script for when one forgets to "dmake clean" 
19262      Branch: perlio
19263            + win32/distclean.bat
19264            ! MANIFEST
19265 ____________________________________________________________________________
19266 [  8225] By: nick                                  on 2000/12/21  21:54:04
19267         Log: CRLF platform issue with io/utf8 fix.
19268      Branch: perlio
19269            ! t/io/utf8.t
19270 ____________________________________________________________________________
19271 [  8224] By: nick                                  on 2000/12/21  21:02:20
19272         Log: Integrate mainline
19273      Branch: perlio
19274           !> Changes Configure Makefile.SH Porting/Glossary
19275           !> Porting/config.sh Porting/config_H configure.com
19276           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
19277           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
19278           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
19279           !> win32/config.bc win32/config.gc win32/config.vc
19280 ____________________________________________________________________________
19281 [  8223] By: jhi                                   on 2000/12/21  17:09:16
19282         Log: Update Changes.
19283      Branch: perl
19284            ! Changes patchlevel.h
19285 ____________________________________________________________________________
19286 [  8222] By: jhi                                   on 2000/12/21  16:24:01
19287         Log: Metaconfig unit changes for #8221.
19288      Branch: metaconfig/U/perl
19289           +> issymlink.U
19290            - testsyml.U
19291            ! Mksymlinks.U
19292 ____________________________________________________________________________
19293 [  8221] By: jhi                                   on 2000/12/21  16:23:48
19294         Log: Rename testsyml to issymlink.
19295      Branch: perl
19296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19297            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
19298            ! win32/config.vc
19299 ____________________________________________________________________________
19300 [  8220] By: jhi                                   on 2000/12/21  15:47:26
19301         Log: Robustness support for #8218 (symlink forest) since the GNU
19302              tools seem to be overly picky about symlinkage depths.
19303      Branch: perl
19304            ! Makefile.SH t/io/fs.t
19305 ____________________________________________________________________________
19306 [  8219] By: jhi                                   on 2000/12/21  15:38:27
19307         Log: Metaconfig changes for #8218.
19308      Branch: metaconfig
19309            ! U/modified/Oldconfig.U
19310      Branch: metaconfig/U/perl
19311            + Mksymlinks.U
19312            ! testsyml.U
19313 ____________________________________________________________________________
19314 [  8218] By: jhi                                   on 2000/12/21  15:37:57
19315         Log: Add Configure option -Dmksymlinks which will create a symlink
19316              forest if the current/build differs from the source directory.
19317              TODO: mkdir -p is not portable.
19318      Branch: perl
19319            ! Configure
19320 ____________________________________________________________________________
19321 [  8217] By: jhi                                   on 2000/12/21  14:39:12
19322         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
19323              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
19324              Date: Thu, 21 Dec 2000 09:38:18 GMT
19325              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
19326              
19327              The ofs became an SV.
19328      Branch: perl
19329            ! ext/Thread/Thread.xs
19330 ____________________________________________________________________________
19331 [  8216] By: jhi                                   on 2000/12/21  05:40:21
19332         Log: The polymorphism seems to have fixed 20000517.001.
19333      Branch: perl
19334            ! t/pragma/utf8.t
19335 ____________________________________________________________________________
19336 [  8215] By: jhi                                   on 2000/12/21  04:44:52
19337         Log: read() documentation tweak for 20001121.004.
19338      Branch: perl
19339            ! pod/perlfunc.pod
19340 ____________________________________________________________________________
19341 [  8214] By: jhi                                   on 2000/12/21  03:54:11
19342         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
19343      Branch: perl
19344            ! pp_sys.c t/op/misc.t
19345 ____________________________________________________________________________
19346 [  8213] By: jhi                                   on 2000/12/21  00:28:10
19347         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
19348              From: Peter Prymmer <pvhp@forte.com>
19349              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
19350              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
19351      Branch: perl
19352            ! configure.com
19353 ____________________________________________________________________________
19354 [  8212] By: jhi                                   on 2000/12/21  00:26:21
19355         Log: Edit edit edit.
19356      Branch: perl
19357            ! pod/perlfaq3.pod
19358 ____________________________________________________________________________
19359 [  8211] By: jhi                                   on 2000/12/20  18:52:46
19360         Log: Update Changes.
19361      Branch: perl
19362            ! Changes patchlevel.h
19363 ____________________________________________________________________________
19364 [  8210] By: jhi                                   on 2000/12/20  18:34:47
19365         Log: Yet another editor edit.
19366      Branch: perl
19367            ! pod/perlfaq3.pod
19368 ____________________________________________________________________________
19369 [  8209] By: jhi                                   on 2000/12/20  15:33:28
19370         Log: More Win32 Perling.
19371      Branch: perl
19372            ! pod/perlfaq3.pod
19373 ____________________________________________________________________________
19374 [  8208] By: jhi                                   on 2000/12/20  15:07:46
19375         Log: More Win32 editor/IDE/shell hints.
19376      Branch: perl
19377            ! pod/perlfaq3.pod
19378 ____________________________________________________________________________
19379 [  8207] By: jhi                                   on 2000/12/20  03:54:08
19380         Log: Subject: [PATCH] obscure timing knowledge
19381              From: Nicholas Clark <nick@ccl4.org>
19382              Date: Tue, 19 Dec 2000 19:22:31 +0000
19383              Message-ID: <20001219192231.F2827@plum.flirble.org>
19384      Branch: perl
19385            ! sv.c
19386 ____________________________________________________________________________
19387 [  8206] By: jhi                                   on 2000/12/20  03:45:57
19388         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
19389              From: Spider Boardman <spider@leggy.zk3.dec.com>
19390              Date: Tue, 19 Dec 2000 21:30:16 -0500
19391              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
19392      Branch: perl
19393            ! sv.c
19394 ____________________________________________________________________________
19395 [  8205] By: jhi                                   on 2000/12/19  23:02:01
19396         Log: Update Changes.
19397      Branch: perl
19398            ! Changes patchlevel.h
19399 ____________________________________________________________________________
19400 [  8204] By: jhi                                   on 2000/12/19  22:58:18
19401         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
19402              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
19403              on editors and diffing/patching.
19404      Branch: perl
19405            ! t/op/utf8decode.t
19406 ____________________________________________________________________________
19407 [  8203] By: nick                                  on 2000/12/19  21:36:16
19408         Log: Integrate mainline (forgot my own change...)
19409      Branch: perlio
19410           !> ext/Encode/compile
19411 ____________________________________________________________________________
19412 [  8202] By: nick                                  on 2000/12/19  21:34:42
19413         Log: Integrate mainline.
19414      Branch: perlio
19415           !> (integrate 61 files)
19416 ____________________________________________________________________________
19417 [  8201] By: nick                                  on 2000/12/19  21:34:06
19418         Log: Avoid looking for File::Glob when we don't need it.
19419      Branch: perl
19420            ! ext/Encode/compile
19421 ____________________________________________________________________________
19422 [  8200] By: jhi                                   on 2000/12/19  18:35:49
19423         Log: Update Changes.
19424      Branch: perl
19425            ! Changes patchlevel.h
19426 ____________________________________________________________________________
19427 [  8199] By: jhi                                   on 2000/12/19  18:35:07
19428         Log: Microperl tweaks.
19429      Branch: perl
19430            ! sv.c uconfig.h uconfig.sh
19431 ____________________________________________________________________________
19432 [  8198] By: jhi                                   on 2000/12/19  18:29:59
19433         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
19434      Branch: perl
19435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19436            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
19437 ____________________________________________________________________________
19438 [  8197] By: jhi                                   on 2000/12/19  17:55:29
19439         Log: In VMS embedded perls couldn't access the statically built Socket,
19440              from Charles Lane.
19441      Branch: perl
19442            ! configure.com
19443 ____________________________________________________________________________
19444 [  8196] By: jhi                                   on 2000/12/19  17:49:50
19445         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
19446              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
19447              Date: Sun, 17 Dec 2000 19:11:44 -0000
19448              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
19449      Branch: perl
19450            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19451            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19452 ____________________________________________________________________________
19453 [  8195] By: jhi                                   on 2000/12/19  17:47:53
19454         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
19455              From: Jonathan Stowe <gellyfish@gellyfish.com>
19456              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
19457              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
19458      Branch: perl
19459            ! utils/h2xs.PL
19460 ____________________________________________________________________________
19461 [  8194] By: jhi                                   on 2000/12/19  17:46:28
19462         Log: Subject: Re: useless use of void context work-around
19463              From: andreas.koenig@anima.de (Andreas J. Koenig)
19464              Date: 16 Dec 2000 15:13:36 +0100
19465              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
19466              
19467              Document (comment) the q(di ds ig) trick in the code.
19468      Branch: perl
19469            ! op.c
19470 ____________________________________________________________________________
19471 [  8193] By: jhi                                   on 2000/12/19  17:10:57
19472         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
19473              From: "Mark J. Reed" <mreed@strange.turner.com>
19474              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
19475              Message-Id: <200012160222.VAA13986@strange.turner.com>
19476      Branch: perl
19477            ! ext/Sys/Syslog/Syslog.pm
19478 ____________________________________________________________________________
19479 [  8192] By: jhi                                   on 2000/12/19  17:07:45
19480         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
19481              From: Nicholas Clark <nick@ccl4.org>
19482              Date: Sat, 16 Dec 2000 19:03:13 +0000
19483              Message-ID: <20001216190313.D68304@plum.flirble.org>
19484      Branch: perl
19485            ! t/op/64bitint.t
19486 ____________________________________________________________________________
19487 [  8191] By: jhi                                   on 2000/12/19  17:06:13
19488         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
19489              From: Dominic Dunlop <domo@computer.org>
19490              Date: Mon, 18 Dec 2000 12:00:15 +0100
19491              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
19492              
19493              This patchlet is needed in order that perl can be statically linked.  
19494      Branch: perl
19495            ! regexec.c
19496 ____________________________________________________________________________
19497 [  8190] By: jhi                                   on 2000/12/19  17:03:08
19498         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
19499              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19500              Date: Sun, 17 Dec 2000 00:18:35 -0600
19501              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
19502      Branch: perl
19503            ! perlio.h vms/gen_shrfls.pl
19504 ____________________________________________________________________________
19505 [  8189] By: jhi                                   on 2000/12/19  16:20:28
19506         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
19507              From: Prymmer/Kahn <pvhp@best.com>
19508              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
19509              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
19510              
19511              A better version of #8188.
19512      Branch: perl
19513            ! pod/perlfaq3.pod
19514 ____________________________________________________________________________
19515 [  8188] By: jhi                                   on 2000/12/19  15:57:06
19516         Log: (Replaced by #8189)
19517              
19518              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
19519              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
19520              From: Prymmer/Kahn <pvhp@best.com>
19521              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
19522              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
19523              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
19524              Date: Mon, 18 Dec 2000 11:10:45 -0500
19525              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
19526      Branch: perl
19527            ! pod/perlfaq3.pod
19528 ____________________________________________________________________________
19529 [  8187] By: jhi                                   on 2000/12/19  15:54:19
19530         Log: Email address fix for Anton Berezin.
19531      Branch: perl
19532            ! AUTHORS
19533 ____________________________________________________________________________
19534 [  8186] By: jhi                                   on 2000/12/19  15:38:54
19535         Log: Subject: [PATCH perl@8102] cygwin port
19536              From: "Eric Fifer" <efifer@dircon.co.uk> 
19537              Date: Thu, 14 Dec 2000 13:41:29 -0000
19538              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
19539              
19540              When compiling modules the data item that is being imported
19541              from libperl.dll needs to be tagged as imported/shared data:
19542              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
19543      Branch: perl
19544            ! perliol.h
19545 ____________________________________________________________________________
19546 [  8185] By: jhi                                   on 2000/12/19  14:53:24
19547         Log: Regen uconfig.h and uconfig.sh.
19548      Branch: perl
19549            ! uconfig.h uconfig.sh
19550 ____________________________________________________________________________
19551 [  8184] By: jhi                                   on 2000/12/18  20:43:49
19552         Log: Comments work so much better when they are closed.
19553      Branch: perl
19554            ! regcomp.c
19555 ____________________________________________________________________________
19556 [  8183] By: jhi                                   on 2000/12/18  18:04:02
19557         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
19558              Fixes the bug 20001218.016.
19559      Branch: perl
19560            ! regcomp.c
19561 ____________________________________________________________________________
19562 [  8182] By: gsar                                  on 2000/12/18  09:53:47
19563         Log: delete spurious files
19564      Branch: maint-5.6/perl
19565            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
19566            - vos/config.h vos/config_h.SH_orig
19567 ____________________________________________________________________________
19568 [  8181] By: gsar                                  on 2000/12/18  09:46:08
19569         Log: regen perltoc
19570      Branch: maint-5.6/perl
19571            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
19572 ____________________________________________________________________________
19573 [  8180] By: gsar                                  on 2000/12/18  09:20:27
19574         Log: integrate changes#7924..7926,7946,7952 from mainline
19575      Branch: maint-5.6/perl
19576           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
19577           !> lib/File/stat.pm t/lib/class-struct.t
19578 ____________________________________________________________________________
19579 [  8179] By: gsar                                  on 2000/12/18  08:55:54
19580         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
19581              7918,7919,7988,8907 from mainline (various)
19582      Branch: maint-5.6/perl
19583           +> t/lib/class-struct.t
19584           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
19585           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
19586           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
19587 ____________________________________________________________________________
19588 [  8178] By: gsar                                  on 2000/12/18  08:16:30
19589         Log: avoid redefinition warnings on windows due to sys/socket.h getting
19590              #included before win32.h
19591      Branch: maint-5.6/perl
19592            ! win32/include/sys/socket.h
19593 ____________________________________________________________________________
19594 [  8177] By: gsar                                  on 2000/12/18  05:24:04
19595         Log: make regen_headers; fix POSIX.xs problems; remove outdated
19596              code from sys/socket.h that makes build fail now
19597      Branch: maint-5.6/perl
19598            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
19599            ! pod/perlapi.pod
19600           !> win32/include/sys/socket.h
19601 ____________________________________________________________________________
19602 [  8176] By: gsar                                  on 2000/12/18  05:20:17
19603         Log: update Changes
19604      Branch: maint-5.6/perl
19605            ! Changes patchlevel.h
19606 ____________________________________________________________________________
19607 [  8175] By: gsar                                  on 2000/12/18  04:57:48
19608         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
19609              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
19610              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
19611              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
19612              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
19613              7823,7825,7838
19614      Branch: maint-5.6/perl
19615           +> lib/File/Spec/Epoc.pm
19616           !> (integrate 88 files)
19617 ____________________________________________________________________________
19618 [  8174] By: gsar                                  on 2000/12/18  03:53:09
19619         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
19620              7625..7629,7631..7634,7637,7639,7642 from mainline
19621      Branch: maint-5.6/perl
19622           +> README.solaris
19623           !> (integrate 26 files)
19624 ____________________________________________________________________________
19625 [  8173] By: gsar                                  on 2000/12/18  03:37:02
19626         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
19627              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
19628              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
19629              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
19630      Branch: maint-5.6/perl
19631           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
19632            - MAINTAIN
19633           !> (integrate 111 files)
19634 ____________________________________________________________________________
19635 [  8172] By: jhi                                   on 2000/12/18  02:49:27
19636         Log: Regen pods.
19637      Branch: perl
19638            ! pod/perlmodlib.pod pod/perltoc.pod
19639 ____________________________________________________________________________
19640 [  8171] By: gsar                                  on 2000/12/18  02:49:24
19641         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
19642              7465..7471 from mainline
19643              
19644              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
19645              in platforms that strictly require all the symbols being present
19646              at link time.
19647              
19648              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
19649              
19650              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
19651              
19652              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
19653              
19654              Subject: [PATCH] todo
19655              
19656              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
19657              
19658              Use $sort, $uniq (and $tr) consistently as wondered
19659              by Nicholas Clark.
19660              
19661              Too enthusiastic editing in #7460.
19662              
19663              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
19664              
19665              Upgrade to CPAN 1.58_55.
19666              Subject: CPAN.pm status
19667              
19668              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
19669              
19670              Make target reordering to avoid pointless re-makes.
19671              Subject: Re: Total re-make of 'make okfile' after 7451 ?
19672              
19673              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
19674              
19675              Subject: DOC PATCH 5.6.0
19676              
19677              Add the repository doc by Malcolm, Sarathy, and by Simon,
19678              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
19679      Branch: maint-5.6/perl
19680           +> Porting/repository.pod
19681           !> Configure MANIFEST Makefile.SH README.dos README.os2
19682           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
19683           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
19684           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
19685 ____________________________________________________________________________
19686 [  8169] By: gsar                                  on 2000/12/18  02:33:34
19687         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
19688              7435..7441,7445 from mainline
19689              
19690              Make the UTF-8 decoding stricter and more verbose when
19691              malformation happens.  This involved adding an argument
19692              to utf8_to_uv_chk(), which involved changing its prototype,
19693              and prefer STRLEN over I32 for the UTF-8 length, which as
19694              a domino effect necessitated changing the prototypes of
19695              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
19696              The stricter UTF-8 decoding checking uses Markus Kuhn's
19697              UTF-8 Decode Stress Tester from
19698              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
19699              
19700              Run vms/vms_yfix.pl, should have done that after changing
19701              perly.c in #7382.
19702              
19703              Subject: [PATCH 5.7.0] static linking with uninstalled perl
19704              
19705              (Replaced by #7440.)
19706              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19707              
19708              Fix the bug ID 20001024.005, the bug introduced by #7416.
19709              
19710              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
19711              
19712              Fix the bug reported in
19713              From: andreas.koenig@anima.de (Andreas J. Koenig)
19714              Also make is_utf8_char() stricter.
19715              
19716              Missed the header file changes from #7425.
19717              
19718              Check if stdio supports tweaking lval and cnt simultaneously.
19719              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19720              
19721              Stratus VOS updates from Paul Green.
19722              
19723              Podify README.epoc and README.vos.
19724              
19725              Add targets to Makefile.SH, most importantly
19726              'regen_all' which also remembers to update vms/perly*.
19727              
19728              Subject: Minor update to find2perl, for portability
19729              
19730              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
19731              
19732              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
19733              
19734              Rename UTF8LEN() to be UNISKIP(), too confusing to have
19735              UTF8LEN() and UTF8SKIP(). 
19736              
19737              Allow poking holes at the UTF-8 decoding strictness.
19738              
19739              Continue the internal UTF-8 API tweaking.
19740              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
19741              used much more than the simpler API, now called utf8_to_uv_simple().
19742              Still not quite happy with API, too much partial duplication
19743              of functionality.
19744              
19745              A new version of making the syslog test more robust.
19746              (Replaces #7421.)
19747              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19748              
19749              buildtoc target tweaks.
19750              
19751              Integrate with vmsperl #7430 by Charles Bailey:
19752              
19753              Cleanup from prior patch (Charles Lane?):
19754              - improve handling of MFDs in Basename and Path
19755              - default to no xsubpp line # munging when building debug images
19756      Branch: maint-5.6/perl
19757           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19758           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
19759           !> (integrate 67 files)
19760 ____________________________________________________________________________
19761 [  8168] By: gsar                                  on 2000/12/18  02:05:49
19762         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
19763              
19764              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
19765              From: Martin Husemann <martin@duskware.de>
19766              
19767              Subject: [PATCH 5.7.0] restore match data on backtracing
19768              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19769      Branch: maint-5.6/perl
19770           !> regcomp.c regexec.c t/op/re_tests
19771 ____________________________________________________________________________
19772 [  8167] By: gsar                                  on 2000/12/18  01:55:22
19773         Log: integrate changes#7858,7986 from mainline
19774              
19775              C<foreach my $x ...> in pseudo-fork()ed process may diddle
19776              parent's memory; fix it by keeping track of the actual pad
19777              offset rather than a raw pointer (this change is probably also
19778              relevant to non-ithreads case to avoid fallout from reallocs of
19779              the pad array, but is currently only enabled for the ithreads
19780              case in the interests of minimal disruption to existing "well
19781              tested" code)
19782              
19783              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
19784              due to the notorious GetFileType() bug in Windows 9x, which fstat()
19785              tickles)
19786      Branch: maint-5.6/perl
19787           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
19788           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
19789           !> win32/win32.c win32/win32.h win32/win32sck.c
19790 ____________________________________________________________________________
19791 [  8166] By: gsar                                  on 2000/12/18  01:52:59
19792         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
19793              from mainline (xsubpp and ExtUtils::LibList fixups, various
19794              other small items)
19795      Branch: maint-5.6/perl
19796           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
19797           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19798           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
19799           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
19800           !> win32/bin/search.pl
19801 ____________________________________________________________________________
19802 [  8165] By: gsar                                  on 2000/12/18  01:28:45
19803         Log: integrate changes#7533,7563,7611,7623 from mainline (various
19804              malloc.c embellishments)
19805      Branch: maint-5.6/perl
19806           !> malloc.c pod/perldiag.pod
19807 ____________________________________________________________________________
19808 [  8164] By: gsar                                  on 2000/12/18  01:23:33
19809         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
19810              fixups)
19811      Branch: maint-5.6/perl
19812           !> utils/h2xs.PL
19813 ____________________________________________________________________________
19814 [  8163] By: gsar                                  on 2000/12/18  01:17:50
19815         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
19816              fixups)
19817      Branch: maint-5.6/perl
19818           !> Makefile.SH utils/perlbug.PL
19819 ____________________________________________________________________________
19820 [  8162] By: gsar                                  on 2000/12/18  00:25:43
19821         Log: always export Perl_deb() (it is required by re.xs whether
19822              Perl is built with or without -DDEBUGGING)
19823      Branch: maint-5.6/perl
19824            ! makedef.pl
19825 ____________________________________________________________________________
19826 [  8161] By: gsar                                  on 2000/12/18  00:23:38
19827         Log: integrate change#7414 from mainline
19828              
19829              Undo the basename() part of #7412 since the lib/basename
19830              tests would need upgrading too.
19831              
19832              squelch two tests in tr.t that rely on tr/// paranoia change
19833              that's not in 5.6.x
19834      Branch: maint-5.6/perl
19835            ! t/op/tr.t
19836           !> lib/File/Basename.pm
19837 ____________________________________________________________________________
19838 [  8160] By: gsar                                  on 2000/12/18  00:05:30
19839         Log: missing change in previous integrate
19840      Branch: maint-5.6/perl
19841           !> README.aix
19842 ____________________________________________________________________________
19843 [  8159] By: gsar                                  on 2000/12/18  00:03:38
19844         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
19845              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
19846              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
19847              7410..7413 from mainline
19848      Branch: maint-5.6/perl
19849           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
19850           +> t/lib/tie-splice.t
19851            - lib/unicode/Is/DCinital.pl
19852           !> (integrate 112 files)
19853 ____________________________________________________________________________
19854 [  8158] By: jhi                                   on 2000/12/17  23:04:24
19855         Log: Subject: [PATCHES] RE: perl@8150 
19856              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
19857              Date: Sun, 17 Dec 2000 21:46:39 +0100
19858              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
19859              
19860              Neither cygwin has a getpwuid() one can trust on.
19861      Branch: perl
19862            ! t/lib/glob-basic.t
19863 ____________________________________________________________________________
19864 [  8157] By: jhi                                   on 2000/12/17  23:01:54
19865         Log: More MAN.PODS => {} fixes.
19866      Branch: perl
19867            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
19868            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
19869            ! os2/OS2/REXX/Makefile.PL
19870 ____________________________________________________________________________
19871 [  8156] By: gsar                                  on 2000/12/17  22:49:13
19872         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
19873              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
19874              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
19875              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
19876              7201,7204 from mainline
19877      Branch: maint-5.6/perl
19878           !> (integrate 121 files)
19879 ____________________________________________________________________________
19880 [  8155] By: jhi                                   on 2000/12/17  22:30:58
19881         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
19882              From: "Craig A. Berry" <craigberry@mac.com>
19883              Date: Sun, 17 Dec 2000 13:09:28 -0600
19884              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
19885              
19886              MAN.PODS => ' ' is naughty.
19887      Branch: perl
19888            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
19889 ____________________________________________________________________________
19890 [  8154] By: nick                                  on 2000/12/17  22:07:13
19891         Log: MULTIPLICITY nit.
19892      Branch: perl
19893            ! mg.c
19894 ____________________________________________________________________________
19895 [  8153] By: gsar                                  on 2000/12/17  21:23:05
19896         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
19897              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
19898              from mainline
19899              
19900              Document the SvIOK_.*UV().
19901              
19902              Update Unicode todo list.
19903              
19904              Guard against bad string->int conversion for quads.
19905              
19906              Subject: small apidoc fix
19907              
19908              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
19909              
19910              Subject: [PATCH] Tied filehandle documentation
19911              
19912              Subject: [PATCH] Modernize Opcode.pm documentation
19913              
19914              Make Data::Dumper (non-XS) to work with changed semantics of ref().
19915              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
19916              [applied even though said semantics didn't change in 5.6.x]
19917              
19918              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
19919              
19920              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
19921              
19922              Fix the URL, but the server is still missing in action.
19923              Subject: [ID 20000905.002] perlfaq1.pod URL error
19924              
19925              Subject: [ID 20000903.001] \w in utf8-strings
19926              
19927              Fix the ccversion detection for 5.1 and beyond.
19928              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
19929              
19930              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
19931              
19932              Subject: [ID 20000904.008] Tiny fix for perldiag
19933              
19934              Subject: Re: [ID 20000906.004] segfault with bad perl statement
19935              
19936              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
19937              
19938              Subject: [ID 20000908.002] perlipc documentation bug.
19939              
19940              Subject: [PATCH lib/Benchmark.pm]
19941              
19942              Re-allow vec() for characters > 255.
19943              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
19944              
19945              Do away with memory models cruft.  Sorry, PDP users.
19946              
19947              Continue #7041.
19948              
19949              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
19950              
19951              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
19952              
19953              Upgrade to CPAN 1.57_65, from Andreas König.
19954              
19955              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
19956              by Russ Allbery.
19957              
19958              Silence t/pod/*.t about alternate quote-mappings now implemented
19959              by Pod::Text, from Brad Appleton.
19960              
19961              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
19962              Subject: borland C++ win32.c tweak
19963              
19964              C<@a = @b = split(...)> optimization coredumps under ithreads
19965              (missed a spot when fixing up op_pmreplroot hack for ithreads)
19966              
19967              Document the SvUTF8*().
19968              
19969              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
19970              
19971              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
19972              
19973              Do in VMS as the #7054 does.
19974              
19975              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
19976              
19977              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
19978              
19979              Subject: [patch: perl@7045] vms updates
19980              
19981              Test for the #7049.
19982              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
19983              
19984              Break up the myconfig lines a bit.
19985              Subject: perlbug/perl -V output format
19986              
19987              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
19988              
19989              The #7054 truncated Configure badly.
19990              
19991              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
19992              initialization in all the threads on Windows
19993              
19994              Allow for whitespace between "#" and "line" in cpp output.
19995              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
19996              
19997              Remove vestiges of tr//CU.
19998              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
19999              
20000              The return value of setlocale must be copied away.
20001              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
20002              
20003              Allow chop() and chomp() to be overridden.
20004              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
20005              
20006              Hints optimization.
20007              Subject: Minor nit
20008              
20009              Subject: [PATCH] de-wall t/README
20010              
20011              Subject: Re: Two advertising clauses need to be removed
20012      Branch: maint-5.6/perl
20013           !> (integrate 75 files)
20014 ____________________________________________________________________________
20015 [  8152] By: gsar                                  on 2000/12/17  20:30:11
20016         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
20017              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
20018              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
20019              
20020              Don't attach -ld to the archname if pointless.
20021              
20022              Document UNTIE in a very minimalistic way.
20023              
20024              POSIX doesn't report long double values under -Duselongdouble
20025              when the long doubles are "real" (bigger than doubles).
20026              
20027              More author updates.
20028              
20029              Try to deduce NV_MAX.  Really should be Configure fodder.
20030              
20031              :: not allowed in pathnames, change to .
20032              Subject: [PATCH perl@6938] cygwin port
20033              
20034              Forget about NV_MAX (#6951).  Various floating point tweaks,
20035              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
20036              
20037              Move the Solaris 7 scan to use64bitall, make the
20038              failure to find 64-bot sparc libc to mention the
20039              possibility of being in an intel, from Lupe and Alan.
20040              
20041              Regen perltoc.
20042              
20043              AUTHORS tweaks, from Peter Prymmer.
20044              
20045              More address tweaking.
20046              
20047              Small tweaks all over.
20048              
20049              File::Temp patches from Andreas König,
20050              
20051              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
20052              
20053              Subject: CPAN.pm beta 1.57_57 for the core
20054              
20055              Part of the solution.
20056              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
20057              
20058              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
20059              
20060              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
20061              
20062              Add the overload warnings to perldiag.
20063              
20064              Drop unused argument.
20065              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
20066              
20067              Subject: Nit in Configure (bleadperl@6961)
20068              
20069              Update to PodParser 1.18, from Brad Appleton.
20070              
20071              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
20072              
20073              Subject: [PATCH: 6948] add SCNfldbl to configure.com
20074              
20075              Document UNTIE. Also tweak implementation to suppress the 'inner references'
20076              warning when UNTIE exists and instead pass the cound of extra references to
20077              the UNTIE method.
20078              
20079              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
20080              so that case-ignoring systems like DCL can tell them from
20081              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
20082              
20083              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
20084              
20085              Feature ordering tweak.
20086              
20087              Regen perltoc.
20088              
20089              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
20090              
20091              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
20092              
20093              Subject: http:// in L<>
20094              
20095              Detypo.
20096              
20097              change#6791 accidentally clobbered change#6710, put it back
20098              
20099              Only the first line, thank you very much.
20100              
20101              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
20102              plus rework the http: spots as suggested by Tom Christiansen,
20103              plus regen perltoc.
20104              
20105              Undo part of change 6489 which looks like a bulk edit which
20106              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
20107              The supressing of main:: on return from select() is undesirable.
20108              
20109              Apparently avoiding the swapping is too costly.
20110              
20111              Various Configure nits by Philip Newton,
20112              plus the ebcdic one by me.
20113              
20114              Make certain cc is set before trying to run it.
20115              
20116              If overloaded %{} etc. return the object do not loop.
20117              Thus  sub deref { $_[0] } functions if object is wanted type.
20118              
20119              Update perlhist.
20120              
20121              More %{} and other deref special casing - do not pass to 'nomethod'.
20122      Branch: maint-5.6/perl
20123           !> (integrate 59 files)
20124 ____________________________________________________________________________
20125 [  8151] By: gsar                                  on 2000/12/17  19:14:38
20126         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
20127              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
20128              
20129              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
20130              
20131              Make the epsilon to be relative, not absolute.
20132              
20133              Put back the flags dump as reasoned in
20134              Subject: Re: [PATCH] Glob dumping
20135              
20136              Introduce ccname to keep track of what compiler kind of we have.
20137              
20138              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
20139              
20140              Put back the slice accidentally removed by #6907.
20141              
20142              Reset archname and archname64 always, forcing them be
20143              recomputed at each Configure run, make Configure and
20144              the hints files agree on the naming of largefiles variables.
20145              
20146              Don't say "Perl 5.0 source kit".
20147              
20148              Subject: [PATCH] fix misc cast warnings
20149              
20150              Subject: typos in pods
20151              
20152              NVs not necessarily doubles, as pointed out by Yitzchak.
20153              
20154              Subject: [PATCH 6889] add a few ldbl formats to configure.com
20155              
20156              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
20157              
20158              Better options for rsync.
20159              
20160              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
20161              
20162              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
20163              
20164              Subject: [PATCH] Re: UNTIE method 
20165              
20166              A better fix for the Socket building problem from Craig Berry.
20167              
20168              Retract the dummy test, skip the security tests (instead of failing),
20169              explain what the warnings mean.
20170              
20171              Heap decorruption.
20172              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
20173              
20174              Update to Unicode 3.0.1.
20175              
20176              Missed one Unicode file.
20177              
20178              Subject: Re: typos in pods
20179              
20180              The #6929 was too skimpy.
20181              
20182              sscanf() may be the only way to read long doubles from strings.
20183              
20184              Reveal Borland's isnan.
20185              Subject: build with BC++ tweak
20186              
20187              Issue useful diagnostic on unknown pod commands.
20188              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
20189              
20190              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
20191              
20192              Clarify the third case of ftmp-security warnings.
20193              
20194              Make -Dusemorebits find long doubles in Solaris.
20195              
20196              Wrap the test in eval.
20197      Branch: maint-5.6/perl
20198           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
20199           +> lib/unicode/PropList.txt lib/unicode/README.perl
20200           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
20201           +> lib/unicode/Unicode.301 vms/vmspipe.com
20202            - lib/unicode/Props.txt lib/unicode/UCD300.html
20203            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
20204           !> (integrate 305 files)
20205 ____________________________________________________________________________
20206 [  8150] By: jhi                                   on 2000/12/17  18:47:57
20207         Log: Uncheckedin generated files.
20208      Branch: perl
20209            ! global.sym perlapi.c pod/perlapi.pod
20210 ____________________________________________________________________________
20211 [  8149] By: jhi                                   on 2000/12/17  18:41:22
20212         Log: Update Changes.
20213      Branch: perl
20214            ! Changes patchlevel.h
20215 ____________________________________________________________________________
20216 [  8148] By: jhi                                   on 2000/12/17  18:39:16
20217         Log: Subject: [PATCH] Fcntl constants speedup
20218              From: Nicholas Clark <nick@ccl4.org>
20219              Date: Sun, 17 Dec 2000 16:29:24 +0000
20220              Message-ID: <20001217162924.E97668@plum.flirble.org>
20221              
20222              Use IVs for the Fcntl constants instead of NVs.
20223      Branch: perl
20224            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
20225 ____________________________________________________________________________
20226 [  8147] By: jhi                                   on 2000/12/17  18:33:41
20227         Log: Add test for #8145 (binmode() warning), add warning for
20228              ioctl() and sockpair(), document them. (fileno() cannot
20229              be tripwired with the same kind of warning because
20230              'defined fileno($foo)' seems to be an idiom.)
20231      Branch: perl
20232            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
20233 ____________________________________________________________________________
20234 [  8146] By: gsar                                  on 2000/12/17  18:09:08
20235         Log: update Changes
20236      Branch: maint-5.6/perl
20237            ! Changes
20238 ____________________________________________________________________________
20239 [  8145] By: jhi                                   on 2000/12/17  17:39:35
20240         Log: Subject: [PATCH] Re: The long awaited feature ...
20241              From: Simon Cozens <simon@cozens.net>
20242              Date: Sun, 17 Dec 2000 12:31:56 +0000
20243              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
20244              
20245              Add a warning to binmode() about using bad filehandles
20246              (can happen e.g. if someone forgets the filehandle argument)
20247      Branch: perl
20248            ! pp_sys.c
20249 ____________________________________________________________________________
20250 [  8144] By: jhi                                   on 2000/12/17  17:33:48
20251         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
20252              From: Jonathan Stowe <gellyfish@gellyfish.com>
20253              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
20254              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
20255      Branch: perl
20256            ! lib/Net/Ping.pm
20257 ____________________________________________________________________________
20258 [  8143] By: jhi                                   on 2000/12/17  05:31:37
20259         Log: Polymorphic regexps.
20260              
20261              Fixes at least the bugs 20001028.003 (both of them...) and
20262              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
20263              also to be fixed by now, probably already before this patch.
20264      Branch: perl
20265            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
20266            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
20267            ! t/op/utf8decode.t t/pragma/utf8.t
20268 ____________________________________________________________________________
20269 [  8142] By: jhi                                   on 2000/12/16  17:16:05
20270         Log: Subject: [patch perl@8102] dos/djgpp update
20271              From: Laszlo Molnar <ml1050@freemail.hu>
20272              Date: Sat, 16 Dec 2000 01:40:52 +0100
20273              Message-ID: <20001216014052.A335@freemail.hu>
20274      Branch: perl
20275            ! djgpp/config.over t/base/commonsense.t
20276 ____________________________________________________________________________
20277 [  8141] By: jhi                                   on 2000/12/16  17:09:27
20278         Log: Few uncheckedin files.
20279      Branch: perl
20280            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
20281 ____________________________________________________________________________
20282 [  8140] By: nick                                  on 2000/12/15  22:14:31
20283         Log: Integrate mainline
20284      Branch: perlio
20285           !> (integrate 53 files)
20286 ____________________________________________________________________________
20287 [  8139] By: jhi                                   on 2000/12/15  19:49:49
20288         Log: One more IVUV tweak from Nicholas Clark.
20289      Branch: perl
20290            ! sv.c
20291 ____________________________________________________________________________
20292 [  8138] By: jhi                                   on 2000/12/15  19:17:06
20293         Log: Return of the IVUV-preservation, now seems to be happy even
20294              in Digital UNIX (the broken strtoul brokenness detection
20295              seems to have been the fly in the ointment).
20296      Branch: perl
20297            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20298            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
20299            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
20300            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
20301            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20302            ! vos/config.ga.h win32/config.bc win32/config.gc
20303            ! win32/config.vc
20304 ____________________________________________________________________________
20305 [  8137] By: jhi                                   on 2000/12/15  18:12:14
20306         Log: Metaconfig unit change for #8136.
20307      Branch: metaconfig
20308            ! U/modified/d_strtoul.U
20309      Branch: metaconfig/U/perl
20310            ! d_strtoull.U d_strtouq.U
20311 ____________________________________________________________________________
20312 [  8136] By: jhi                                   on 2000/12/15  18:11:35
20313         Log: I don't think it's sensible or portable to test the strtou*
20314              on /^-/ strings.
20315      Branch: perl
20316            ! Configure
20317 ____________________________________________________________________________
20318 [  8135] By: jhi                                   on 2000/12/15  17:18:49
20319         Log: Metaconfig unit change for #8134.
20320      Branch: metaconfig
20321            ! U/modified/d_strtoul.U
20322 ____________________________________________________________________________
20323 [  8134] By: jhi                                   on 2000/12/15  17:14:13
20324         Log: If longsize is 8 we don't need a LL suffix for integer constants.
20325      Branch: perl
20326            ! Configure config_h.SH
20327 ____________________________________________________________________________
20328 [  8133] By: jhi                                   on 2000/12/15  16:00:23
20329         Log: Update Changes.
20330      Branch: perl
20331            ! Changes patchlevel.h
20332 ____________________________________________________________________________
20333 [  8132] By: jhi                                   on 2000/12/15  15:44:16
20334         Log: Some compilers get huffy if you do not cast a const pointer
20335              to a non-const when assigning.
20336      Branch: perl
20337            ! gv.c
20338 ____________________________________________________________________________
20339 [  8131] By: jhi                                   on 2000/12/15  15:38:30
20340         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
20341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20342              Date: Fri, 15 Dec 2000 05:26:57 -0500
20343              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
20344      Branch: perl
20345            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
20346            ! t/pragma/overload.t
20347 ____________________________________________________________________________
20348 [  8130] By: jhi                                   on 2000/12/15  15:36:08
20349         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
20350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20351              Date: Thu, 14 Dec 2000 22:02:43 -0500
20352              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
20353      Branch: perl
20354            ! gv.c perl.h
20355 ____________________________________________________________________________
20356 [  8129] By: jhi                                   on 2000/12/15  15:34:16
20357         Log: Subject: PATCH: h2xs nit
20358              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20359              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
20360              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
20361              
20362              Add a template README.
20363      Branch: perl
20364            ! utils/h2xs.PL
20365 ____________________________________________________________________________
20366 [  8128] By: jhi                                   on 2000/12/15  15:32:22
20367         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
20368      Branch: perl
20369            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
20370 ____________________________________________________________________________
20371 [  8127] By: jhi                                   on 2000/12/15  15:19:34
20372         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
20373              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20374              Date:     Thu, 14 Dec 2000 20:04:42 EST
20375              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
20376      Branch: perl
20377            ! ext/Opcode/Opcode.xs
20378 ____________________________________________________________________________
20379 [  8126] By: jhi                                   on 2000/12/15  15:17:49
20380         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
20381              From: Peter Prymmer <pvhp@forte.com>
20382              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
20383              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
20384      Branch: perl
20385            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
20386            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
20387            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
20388 ____________________________________________________________________________
20389 [  8125] By: jhi                                   on 2000/12/15  15:11:05
20390         Log: This seems to be a stage sane and stable enough to checkin.
20391              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
20392      Branch: perl
20393            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
20394            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
20395            ! t/op/cmp.t t/op/numconvert.t
20396 ____________________________________________________________________________
20397 [  8124] By: jhi                                   on 2000/12/15  04:20:26
20398         Log: Something is really wonky.
20399      Branch: perl
20400            ! sv.c
20401 ____________________________________________________________________________
20402 [  8123] By: jhi                                   on 2000/12/15  04:00:50
20403         Log: Fixes for the IV UV patches to compile in Digital UNIX.
20404      Branch: perl
20405            ! sv.c
20406 ____________________________________________________________________________
20407 [  8122] By: jhi                                   on 2000/12/15  02:53:40
20408         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
20409              From: "Craig A. Berry" <craigberry@mac.com>
20410              Date: Thu, 14 Dec 2000 19:10:49 -0600
20411              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
20412      Branch: perl
20413            ! vms/vms.c
20414 ____________________________________________________________________________
20415 [  8121] By: jhi                                   on 2000/12/15  02:50:00
20416         Log: Metaconfig changes for #8120.
20417      Branch: metaconfig
20418            + U/modified/d_strtoul.U
20419      Branch: metaconfig/U/perl
20420            ! d_strtoull.U d_strtouq.U
20421 ____________________________________________________________________________
20422 [  8120] By: jhi                                   on 2000/12/15  02:49:42
20423         Log: From: Nicholas Clark <nick@ccl4.org> 
20424              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
20425              Date: Thu, 14 Dec 2000 18:38:57 +0000
20426              Message-ID: <20001214183857.B97909@plum.flirble.org>
20427      Branch: perl
20428            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20429            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
20430            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20431            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20432            ! win32/config.gc win32/config.vc
20433 ____________________________________________________________________________
20434 [  8119] By: jhi                                   on 2000/12/14  23:40:58
20435         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
20436              From: Nicholas Clark <nick@ccl4.org>
20437              Date: Wed, 13 Dec 2000 20:08:50 +0000
20438              Message-ID: <20001213200849.B71166@plum.flirble.org>
20439      Branch: perl
20440            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
20441            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
20442 ____________________________________________________________________________
20443 [  8118] By: jhi                                   on 2000/12/14  22:46:26
20444         Log: Integrate perlio.
20445      Branch: perl
20446           !> MANIFEST ext/Encode/compile makedef.pl
20447 ____________________________________________________________________________
20448 [  8117] By: nick                                  on 2000/12/14  22:38:53
20449         Log: Win32 tweaks to get Encode to build
20450              - temp hack to makedef.pl till PerlIO is properly "exported".
20451              - MSVC dislikes  
20452              static encpage_t foo[];
20453              so make 'em extern for now.
20454      Branch: perlio
20455            ! ext/Encode/compile makedef.pl
20456 ____________________________________________________________________________
20457 [  8116] By: nick                                  on 2000/12/14  22:00:53
20458         Log: Document the new files
20459      Branch: perlio
20460            ! MANIFEST
20461 ____________________________________________________________________________
20462 [  8115] By: jhi                                   on 2000/12/14  21:58:01
20463         Log: MANIFEST new files of #8114.
20464      Branch: perl
20465            ! MANIFEST
20466 ____________________________________________________________________________
20467 [  8114] By: jhi                                   on 2000/12/14  21:50:49
20468         Log: Integrate perlio.
20469      Branch: perl
20470           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
20471           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20472           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
20473           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
20474           !> ext/Encode/Makefile.PL
20475 ____________________________________________________________________________
20476 [  8113] By: jhi                                   on 2000/12/14  21:48:49
20477         Log: The documentation part of the
20478              
20479              Subject: [ID 20001214.002] Net::Ping patch
20480              From: Jonathan Stowe <gellyfish@gellyfish.com>
20481              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
20482              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
20483              since the #7529 had already addressed the same problem.
20484      Branch: perl
20485            ! lib/Net/Ping.pm
20486 ____________________________________________________________________________
20487 [  8112] By: jhi                                   on 2000/12/14  21:42:57
20488         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
20489              From: Dominic Dunlop <domo@computer.org>
20490              Date: Tue, 12 Dec 2000 10:47:10 +0100
20491              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
20492              
20493              Document how elusive subroutines can be.
20494      Branch: perl
20495            ! pod/perlfunc.pod
20496 ____________________________________________________________________________
20497 [  8111] By: jhi                                   on 2000/12/14  21:38:05
20498         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
20499              From: Dominic Dunlop <domo@computer.org>
20500              Date: Thu, 14 Dec 2000 10:13:51 +0100
20501              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
20502      Branch: perl
20503            ! ext/POSIX/POSIX.pod
20504 ____________________________________________________________________________
20505 [  8110] By: jhi                                   on 2000/12/14  21:36:32
20506         Log: Subject: [patch] perlfaq7
20507              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
20508              Date: Thu, 14 Dec 2000 15:31:07 +0100
20509              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
20510      Branch: perl
20511            ! pod/perlfaq7.pod
20512 ____________________________________________________________________________
20513 [  8109] By: jhi                                   on 2000/12/14  21:29:20
20514         Log: Subject: [8104] Encode
20515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20516              Date: Thu, 14 Dec 2000 14:49:34 +0100
20517              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
20518              
20519              Type casting for nervous compilers.
20520      Branch: perl
20521            ! ext/Encode/Encode.xs
20522 ____________________________________________________________________________
20523 [  8108] By: jhi                                   on 2000/12/14  21:26:17
20524         Log: Subject: [8104] DB_File
20525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20526              Date: Thu, 14 Dec 2000 14:49:35 +0100
20527              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
20528              
20529              Type definition incorrect for DB 2.7.7.  Not known when it
20530              changed, so only changed it for a known revision.
20531      Branch: perl
20532            ! ext/DB_File/DB_File.xs
20533 ____________________________________________________________________________
20534 [  8107] By: jhi                                   on 2000/12/14  21:23:41
20535         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
20536              From: Peter Prymmer <pvhp@forte.com>
20537              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
20538              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
20539              
20540              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
20541      Branch: perl
20542            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
20543            ! ext/Encode/Encode/posix-bc.enc
20544 ____________________________________________________________________________
20545 [  8106] By: nick                                  on 2000/12/14  20:36:13
20546         Log: "Cold" build correction to Encode's Makefile.PL
20547      Branch: perlio
20548            ! ext/Encode/Makefile.PL
20549 ____________________________________________________________________________
20550 [  8105] By: nick                                  on 2000/12/14  20:09:37
20551         Log: "Compiled" encodings.
20552              Correct replacement character in EBCDIC .enc files
20553              Add 0x7F to ASCII repertoire.
20554      Branch: perlio
20555            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20556            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
20557            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
20558            ! ext/Encode/Makefile.PL ext/Encode/compile
20559            ! ext/Encode/encengine.c ext/Encode/encode.h
20560 ____________________________________________________________________________
20561 [  8104] By: nick                                  on 2000/12/14  00:38:20
20562         Log: Integrate mainline
20563      Branch: perlio
20564           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
20565           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
20566           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
20567           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
20568           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
20569           !> t/lib/db-hash.t t/lib/db-recno.t
20570 ____________________________________________________________________________
20571 [  8103] By: nick                                  on 2000/12/13  23:16:13
20572         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
20573              so far and so it does not get lost.
20574      Branch: perlio
20575            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
20576 ____________________________________________________________________________
20577 [  8102] By: jhi                                   on 2000/12/13  17:14:22
20578         Log: Update Changes.
20579      Branch: perl
20580            ! Changes patchlevel.h
20581 ____________________________________________________________________________
20582 [  8101] By: jhi                                   on 2000/12/13  16:53:41
20583         Log: Move the proto of start_glob() to a better place; regen api files.
20584      Branch: perl
20585            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
20586 ____________________________________________________________________________
20587 [  8100] By: jhi                                   on 2000/12/13  16:47:11
20588         Log: Metaconfig change for #8099.
20589      Branch: metaconfig
20590            ! U/modified/Head.U
20591 ____________________________________________________________________________
20592 [  8099] By: jhi                                   on 2000/12/13  16:46:48
20593         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
20594              From: Andy Dougherty <doughera@lafayette.edu>
20595              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
20596              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
20597      Branch: perl
20598            ! Configure
20599 ____________________________________________________________________________
20600 [  8098] By: jhi                                   on 2000/12/13  16:39:02
20601         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
20602              From: rspier@pobox.com (Robert Spier)
20603              Date: Tue, 12 Dec 2000 21:12:39 -0500
20604              Message-ID: <14902.56087.678086.725773@rls.cx>
20605              
20606              fastgetcwd is defined using a glob alias on a $^O dependent basis -
20607              and there was no default assignment or perl subroutine.
20608      Branch: perl
20609            ! lib/Cwd.pm
20610 ____________________________________________________________________________
20611 [  8097] By: jhi                                   on 2000/12/13  16:16:01
20612         Log: Subject: [PATCH] move startglob out of pp_hot.c
20613              From: Nicholas Clark <nick@ccl4.org>
20614              Date: Mon, 11 Dec 2000 23:16:39 +0000
20615              Message-ID: <20001211231638.A55550@plum.flirble.org>
20616      Branch: perl
20617            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
20618 ____________________________________________________________________________
20619 [  8096] By: jhi                                   on 2000/12/13  15:26:23
20620         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
20621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20622              Date: Wed, 13 Dec 2000 14:01:37 +0100
20623              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
20624              
20625              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
20626              in turn requires libpthread in libswanted.
20627      Branch: perl
20628            ! hints/hpux.sh
20629 ____________________________________________________________________________
20630 [  8095] By: jhi                                   on 2000/12/12  19:51:05
20631         Log: The integration wars continue.
20632      Branch: perl
20633           !> sv.c
20634 ____________________________________________________________________________
20635 [  8094] By: jhi                                   on 2000/12/12  19:48:26
20636         Log: Subject: [PATCH perl@8070] DB_File-1.74  
20637              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
20638              Date: Mon, 11 Dec 2000 23:07:17 -0000
20639              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
20640      Branch: perl
20641            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20642            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
20643            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
20644            ! t/lib/db-recno.t
20645 ____________________________________________________________________________
20646 [  8093] By: nick                                  on 2000/12/12  19:42:13
20647         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
20648      Branch: perlio
20649            ! sv.c
20650           !> lib/File/DosGlob.pm
20651 ____________________________________________________________________________
20652 [  8092] By: jhi                                   on 2000/12/12  19:28:11
20653         Log: Integrate perlio.
20654      Branch: perl
20655           !> sv.c
20656 ____________________________________________________________________________
20657 [  8091] By: nick                                  on 2000/12/12  18:49:45
20658         Log: Fix for Tk, and upgrading shared SVs.
20659      Branch: perlio
20660            ! sv.c
20661 ____________________________________________________________________________
20662 [  8090] By: jhi                                   on 2000/12/12  16:48:59
20663         Log: Subject: [PATCH] Re: Breadperl & Tk
20664              From: Nick Ing-Simmons <nik@tiuk.ti.com>
20665              Date: Tue, 12 Dec 2000 14:48:27 GMT
20666              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
20667      Branch: perl
20668            ! sv.c
20669 ____________________________________________________________________________
20670 [  8089] By: jhi                                   on 2000/12/12  03:37:19
20671         Log: Subject: DosGlob.pm diff for bash style brace expansion.
20672              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
20673              Date: Fri, 8 Dec 2000 10:45:30 -0600
20674              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
20675      Branch: perl
20676            ! lib/File/DosGlob.pm
20677 ____________________________________________________________________________
20678 [  8088] By: nick                                  on 2000/12/11  23:59:59
20679         Log: Integrate mainline
20680      Branch: perlio
20681           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
20682           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
20683           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
20684           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
20685           !> t/op/local.t t/pragma/warn/toke toke.c
20686 ____________________________________________________________________________
20687 [  8087] By: jhi                                   on 2000/12/11  23:20:23
20688         Log: Integrate perlio.
20689      Branch: perl
20690           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20691 ____________________________________________________________________________
20692 [  8086] By: jhi                                   on 2000/12/11  22:50:59
20693         Log: Tune further the OS detection of CGI.
20694      Branch: perl
20695            ! lib/CGI.pm
20696 ____________________________________________________________________________
20697 [  8085] By: nick                                  on 2000/12/11  22:50:46
20698         Log: Finish 1st pass of "encoding" layer e.g. :
20699              open($fh,"<encoding(iso8859-7)",$greek) || die;
20700      Branch: perlio
20701            ! ext/Encode/Encode.xs perlio.c perliol.h
20702 ____________________________________________________________________________
20703 [  8084] By: jhi                                   on 2000/12/11  22:32:06
20704         Log: Revert the -f ambiguousity patch, seems to cause
20705              too much hassle (the interpret -Q as a function
20706              where Q is not a known filetest part is left in).
20707      Branch: perl
20708            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
20709            ! toke.c
20710 ____________________________________________________________________________
20711 [  8083] By: jhi                                   on 2000/12/11  22:27:23
20712         Log: (accidentally empty check-in)
20713      Branch: perl
20714            ! lib/File/DosGlob.pm
20715 ____________________________________________________________________________
20716 [  8082] By: nick                                  on 2000/12/11  19:09:51
20717         Log: Restore mmap function (broken by tweaks to shared buffer
20718              layer for encode(xxxx)).
20719      Branch: perlio
20720            ! perlio.c
20721 ____________________________________________________________________________
20722 [  8081] By: jhi                                   on 2000/12/11  18:29:13
20723         Log: Subject: Re: The long awaited feature ...
20724              From: Simon Cozens <simon@cozens.net>
20725              Date: Mon, 11 Dec 2000 15:54:24 +0000
20726              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
20727              
20728              More io/utf8 tests.
20729      Branch: perl
20730            ! t/io/utf8.t
20731 ____________________________________________________________________________
20732 [  8080] By: jhi                                   on 2000/12/11  18:19:36
20733         Log: Subject: PATCH MakeMaker manpage clarification
20734              From: andreas.koenig@anima.de (Andreas J. Koenig)
20735              Date: 10 Dec 2000 20:46:13 +0100
20736              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
20737      Branch: perl
20738            ! lib/ExtUtils/MakeMaker.pm
20739 ____________________________________________________________________________
20740 [  8079] By: jhi                                   on 2000/12/11  15:35:07
20741         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
20742              From: Simon Cozens <simon@cozens.net>
20743              Date: Sun, 10 Dec 2000 19:06:19 +0000
20744              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
20745      Branch: perl
20746            ! ext/B/B/Deparse.pm t/lib/b.t
20747 ____________________________________________________________________________
20748 [  8078] By: jhi                                   on 2000/12/11  15:09:11
20749         Log: Subject: [PATCH] docs on NaN
20750              From: Nicholas Clark <nick@ccl4.org>
20751              Date: Mon, 11 Dec 2000 01:48:38 +0000
20752              Message-ID: <20001211014838.B99205@plum.flirble.org>
20753      Branch: perl
20754            ! pod/perlop.pod
20755 ____________________________________________________________________________
20756 [  8077] By: jhi                                   on 2000/12/11  15:02:21
20757         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
20758              From: Simon Cozens <simon@cozens.net>
20759              Date: Mon, 11 Dec 2000 01:21:45 +0000
20760              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
20761      Branch: perl
20762            ! pp.c pp_hot.c scope.c t/op/local.t
20763 ____________________________________________________________________________
20764 [  8076] By: nick                                  on 2000/12/10  20:43:32
20765         Log: Not merge worthy...
20766              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
20767              syntax is modelled on attributes.
20768              Untested fix for io/utf8 on Win32 etc.
20769              Very clumsy start to the encode layer.
20770      Branch: perlio
20771            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20772 ____________________________________________________________________________
20773 [  8075] By: jhi                                   on 2000/12/10  18:39:33
20774         Log: Darwin is not Windows.
20775      Branch: perl
20776            ! lib/CGI.pm
20777 ____________________________________________________________________________
20778 [  8074] By: jhi                                   on 2000/12/10  18:31:27
20779         Log: Subject: Ambiguous -%c() resolved as a file test
20780              From: "Paul Marquess" <Paul.Marquess@openwave.com>
20781              Date: Sun, 10 Dec 2000 15:35:07 -0000
20782              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
20783      Branch: perl
20784            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
20785 ____________________________________________________________________________
20786 [  8073] By: jhi                                   on 2000/12/10  18:16:29
20787         Log: Subject: PATCH installperl misinformed 
20788              From: andreas.koenig@anima.de (Andreas J. Koenig)
20789              Date: 10 Dec 2000 13:01:32 +0100 
20790              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
20791      Branch: perl
20792            ! installperl
20793 ____________________________________________________________________________
20794 [  8072] By: jhi                                   on 2000/12/10  18:07:55
20795         Log: The walkoptree confusion rages; walkoptree() seems to be coming
20796              from B.xs, while walkoptree_slow() comes from B.pm.
20797      Branch: perl
20798            ! ext/B/B.pm
20799 ____________________________________________________________________________
20800 [  8071] By: nick                                  on 2000/12/10  11:45:47
20801         Log: Integrate mainline
20802      Branch: perlio
20803           +> t/base/commonsense.t
20804           !> (integrate 37 files)
20805 ____________________________________________________________________________
20806 [  8070] By: jhi                                   on 2000/12/10  04:46:21
20807         Log: Update Changes.
20808      Branch: perl
20809            ! Changes patchlevel.h
20810 ____________________________________________________________________________
20811 [  8069] By: jhi                                   on 2000/12/10  04:39:19
20812         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
20813              From: andreas.koenig@anima.de (Andreas J. Koenig)
20814              Date: 09 Dec 2000 17:14:25 +0100
20815              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
20816      Branch: perl
20817            + t/base/commonsense.t
20818            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
20819 ____________________________________________________________________________
20820 [  8068] By: jhi                                   on 2000/12/10  04:17:36
20821         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
20822              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20823              Date: Sat, 9 Dec 2000 16:47:22 -0000
20824              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
20825      Branch: perl
20826            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
20827            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
20828            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
20829            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
20830            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
20831            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
20832            ! t/lib/sdbm.t
20833 ____________________________________________________________________________
20834 [  8067] By: jhi                                   on 2000/12/10  03:52:02
20835         Log: Test case for #8066.
20836      Branch: perl
20837            ! t/op/misc.t
20838 ____________________________________________________________________________
20839 [  8066] By: jhi                                   on 2000/12/10  03:50:30
20840         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
20841              From: Simon Cozens <simon@cozens.net>
20842              Date: Sun, 10 Dec 2000 00:55:37 +0000
20843              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
20844      Branch: perl
20845            ! pp_sys.c
20846 ____________________________________________________________________________
20847 [  8065] By: jhi                                   on 2000/12/10  03:44:52
20848         Log: Test case for #8064.
20849      Branch: perl
20850            ! t/comp/proto.t
20851 ____________________________________________________________________________
20852 [  8064] By: jhi                                   on 2000/12/10  03:42:32
20853         Log: Subject: Re: prototype of substr
20854              From: Simon Cozens <simon@cozens.net>
20855              Date: Sun, 10 Dec 2000 00:13:33 +0000
20856              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
20857              
20858              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
20859      Branch: perl
20860            ! pp.c
20861 ____________________________________________________________________________
20862 [  8063] By: jhi                                   on 2000/12/10  03:39:42
20863         Log: Subject: [PATCH] perlguts.pod
20864              From: Simon Cozens <simon@cozens.net>
20865              Date: Sun, 10 Dec 2000 00:06:47 +0000
20866              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
20867              
20868              Documentation of the different types of ops,
20869              plus the functions in dump.c
20870      Branch: perl
20871            ! pod/perlguts.pod
20872 ____________________________________________________________________________
20873 [  8062] By: jhi                                   on 2000/12/10  03:30:04
20874         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
20875              From: Nicholas Clark <nick@talking.bollo.cx>
20876              Date: Sat, 09 Dec 2000 18:57:25 +0000
20877              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
20878              
20879              Be more robust in weird hostname setups.
20880      Branch: perl
20881            ! t/lib/net-hostent.t
20882 ____________________________________________________________________________
20883 [  8061] By: jhi                                   on 2000/12/10  03:28:21
20884         Log: Pacify fussy compiler. 
20885      Branch: perl
20886            ! pp_sys.c
20887 ____________________________________________________________________________
20888 [  8060] By: jhi                                   on 2000/12/10  02:52:46
20889         Log: Integrate perlio.
20890      Branch: perl
20891           !> pp_sys.c t/io/utf8.t
20892 ____________________________________________________________________________
20893 [  8059] By: nick                                  on 2000/12/09  23:40:14
20894         Log: read/sysread/recv should now be utf8 aware.
20895              Basic test for utf8 read.
20896      Branch: perlio
20897            ! pp_sys.c t/io/utf8.t
20898 ____________________________________________________________________________
20899 [  8058] By: jhi                                   on 2000/12/09  21:56:02
20900         Log: Integrate perlio.
20901      Branch: perl
20902           +> t/io/utf8.t
20903           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
20904 ____________________________________________________________________________
20905 [  8057] By: jhi                                   on 2000/12/09  21:53:35
20906         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
20907              From: Inaba Hiroto <inaba@st.rim.or.jp>
20908              Date: Sun, 10 Dec 2000 05:53:21 +0900
20909              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
20910              
20911              Tests for #8056.
20912      Branch: perl
20913            ! t/op/each.t
20914 ____________________________________________________________________________
20915 [  8056] By: jhi                                   on 2000/12/09  21:51:16
20916         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
20917              From: Inaba Hiroto <inaba@st.rim.or.jp>
20918              Date: Sat, 09 Dec 2000 18:02:00 +0900
20919              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
20920              
20921              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
20922      Branch: perl
20923            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
20924 ____________________________________________________________________________
20925 [  8055] By: nick                                  on 2000/12/09  20:11:48
20926         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
20927              than raw PerlIO_write() - does not seem to break any tests.
20928      Branch: perlio
20929            ! pp_sys.c
20930 ____________________________________________________________________________
20931 [  8054] By: nick                                  on 2000/12/09  19:47:30
20932         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
20933              (sysread, recv and write i.e. formats still to do...)
20934              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
20935              open($fh,">:utf8","name")
20936              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
20937              so no extra overhead is involved.
20938              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
20939              to a non-utf8 stream.
20940              Add initial io/utf8.t
20941              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
20942              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
20943              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
20944      Branch: perlio
20945            + t/io/utf8.t
20946            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
20947 ____________________________________________________________________________
20948 [  8053] By: nick                                  on 2000/12/09  19:26:37
20949         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
20950              was only testing this_utf8.
20951      Branch: perlio
20952            ! toke.c
20953 ____________________________________________________________________________
20954 [  8052] By: nick                                  on 2000/12/09  19:09:41
20955         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
20956              i.e. the output string has one, but don't mess with source assumption.
20957      Branch: perlio
20958            ! toke.c
20959 ____________________________________________________________________________
20960 [  8051] By: jhi                                   on 2000/12/09  16:55:17
20961         Log: Integrate perlio.
20962      Branch: perl
20963           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
20964           !> sv.c thrdvar.h util.c
20965 ____________________________________________________________________________
20966 [  8050] By: jhi                                   on 2000/12/09  16:48:07
20967         Log: Nits noticed by Peter Prymmer.
20968      Branch: perl
20969            ! lib/ExtUtils/MM_VMS.pm
20970 ____________________________________________________________________________
20971 [  8049] By: nick                                  on 2000/12/09  13:49:40
20972         Log: UTF8 output prework.
20973              - Store $\ and $, as SVs so they can have SvUTF8 flag
20974              - use do_print() rather than raw PerlIO_write() to print them.
20975      Branch: perlio
20976            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
20977            ! thrdvar.h util.c
20978 ____________________________________________________________________________
20979 [  8048] By: nick                                  on 2000/12/09  12:30:43
20980         Log: Integrate mainline.
20981      Branch: perlio
20982           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
20983           +> t/op/reverse.t
20984           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
20985           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20986           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
20987           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
20988           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
20989           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
20990 ____________________________________________________________________________
20991 [  8047] By: jhi                                   on 2000/12/09  00:23:27
20992         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
20993              From: Michael G Schwern <schwern@pobox.com>
20994              Date: Fri, 8 Dec 2000 14:43:04 -0600
20995      Branch: perl
20996            ! lib/ExtUtils/MM_VMS.pm
20997 ____________________________________________________________________________
20998 [  8046] By: jhi                                   on 2000/12/08  23:10:27
20999         Log: A missed check-in.
21000      Branch: perl
21001            ! lib/ExtUtils/Manifest.pm
21002 ____________________________________________________________________________
21003 [  8045] By: jhi                                   on 2000/12/08  21:57:12
21004         Log: (null check-in)
21005      Branch: perl
21006            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
21007 ____________________________________________________________________________
21008 [  8044] By: jhi                                   on 2000/12/08  21:11:06
21009         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
21010              at the final draft stage.
21011      Branch: perl
21012            + ext/Encode/Encode/iso8859-16.enc
21013            ! MANIFEST
21014 ____________________________________________________________________________
21015 [  8043] By: jhi                                   on 2000/12/08  16:39:04
21016         Log: Update Changes.
21017      Branch: perl
21018            ! Changes patchlevel.h
21019 ____________________________________________________________________________
21020 [  8042] By: jhi                                   on 2000/12/08  16:33:39
21021         Log: Do not return the Unicode replacement character if UTF-8
21022              decoding goes awry, it should be up to the caller to decide.
21023      Branch: perl
21024            ! pod/perlapi.pod utf8.c
21025 ____________________________________________________________________________
21026 [  8041] By: jhi                                   on 2000/12/08  16:22:28
21027         Log: metaconfig maintenance.
21028      Branch: metaconfig
21029            ! U/modified/stdchar.U
21030      Branch: metaconfig/U/perl
21031            + testsyml.U
21032 ____________________________________________________________________________
21033 [  8040] By: jhi                                   on 2000/12/08  16:03:08
21034         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
21035              From: sthoenna@efn.org
21036              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
21037              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
21038      Branch: perl
21039            ! Changes lib/ExtUtils/MM_OS2.pm
21040 ____________________________________________________________________________
21041 [  8039] By: jhi                                   on 2000/12/08  15:57:11
21042         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
21043              From: Simon Cozens <simon@cozens.net>
21044              Date: Fri, 8 Dec 2000 13:33:31 +0000
21045              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
21046              
21047              (The pp_hot part needed a rewrite.)
21048      Branch: perl
21049            ! doop.c pp_hot.c utf8.c
21050 ____________________________________________________________________________
21051 [  8038] By: jhi                                   on 2000/12/08  15:25:08
21052         Log: Subject: djSP
21053              From: Michael Stevens <michael@etla.org>
21054              Date: Wed, 6 Dec 2000 23:24:01 +0000
21055              Message-ID: <20001206232400.A21381@firedrake.org>
21056              
21057              Plus a note from Nick Ing-Simmons.
21058      Branch: perl
21059            ! pp.h
21060 ____________________________________________________________________________
21061 [  8037] By: jhi                                   on 2000/12/08  15:18:35
21062         Log: Filetype is text.
21063      Branch: perl
21064            ! t/op/utf8decode.t
21065 ____________________________________________________________________________
21066 [  8036] By: jhi                                   on 2000/12/08  03:31:27
21067         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
21068              From: Andy Dougherty <doughera@lafayette.edu>
21069              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
21070              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
21071              
21072              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
21073              From: Andy Dougherty <doughera@lafayette.edu>
21074              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
21075              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
21076      Branch: perl
21077            + ext/POSIX/hints/svr4.pl
21078            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
21079 ____________________________________________________________________________
21080 [  8035] By: jhi                                   on 2000/12/08  03:26:01
21081         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
21082              From: Andy Dougherty <doughera@lafayette.edu>
21083              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
21084              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
21085      Branch: perl
21086            ! t/README t/base/term.t
21087 ____________________________________________________________________________
21088 [  8034] By: jhi                                   on 2000/12/08  03:21:59
21089         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
21090              From: mjd@plover.com  
21091              Date: 7 Dec 2000 21:04:20 -0000
21092              Message-ID: <20001207210420.22282.qmail@plover.com>
21093              
21094              Plus -z doc.
21095      Branch: perl
21096            ! pod/perlfunc.pod
21097 ____________________________________________________________________________
21098 [  8033] By: jhi                                   on 2000/12/08  03:19:03
21099         Log: Use the UTF8 macros a bit.  They can't be used with abandon
21100              everywhere because we do generate illegal UTF-8 in some situations.
21101              This is of course naughty.
21102      Branch: perl
21103            ! pod/perlapi.pod utf8.c utf8.h
21104 ____________________________________________________________________________
21105 [  8032] By: jhi                                   on 2000/12/08  03:00:09
21106         Log: Out of sync?
21107      Branch: perl
21108            ! t/pragma/warn/utf8
21109 ____________________________________________________________________________
21110 [  8031] By: jhi                                   on 2000/12/08  02:22:39
21111         Log: Cnt spl.
21112      Branch: perl
21113            ! MANIFEST
21114 ____________________________________________________________________________
21115 [  8030] By: jhi                                   on 2000/12/08  01:23:54
21116         Log: Add test for reverse().
21117      Branch: perl
21118            + t/op/reverse.t
21119            ! MANIFEST
21120 ____________________________________________________________________________
21121 [  8029] By: jhi                                   on 2000/12/08  01:21:47
21122         Log: Integrate perlio.
21123      Branch: perl
21124           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
21125           !> perlio.c perlio.h perlsdio.h warnings.pl
21126 ____________________________________________________________________________
21127 [  8028] By: jhi                                   on 2000/12/08  01:19:08
21128         Log: Introduce macros for UTF8 decoding.
21129      Branch: perl
21130            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
21131 ____________________________________________________________________________
21132 [  8027] By: nick                                  on 2000/12/07  22:18:19
21133         Log: Integrate mainline
21134      Branch: perlio
21135           !> embed.pl pod/perlapi.pod utf8.c
21136 ____________________________________________________________________________
21137 [  8026] By: nick                                  on 2000/12/07  21:45:08
21138         Log: Various oddities p4 diff -se showed up
21139              Remove 'our' from warnings.pl
21140      Branch: perlio
21141            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
21142 ____________________________________________________________________________
21143 [  8025] By: nick                                  on 2000/12/07  21:43:32
21144         Log: Change PerlIO_(get|set)pos to take SV *
21145              Should fix, OS/2, VMS, (sfio??)
21146      Branch: perlio
21147            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
21148 ____________________________________________________________________________
21149 [  8024] By: jhi                                   on 2000/12/07  19:05:32
21150         Log: Document utf8_to_uv() better.
21151      Branch: perl
21152            ! pod/perlapi.pod utf8.c
21153 ____________________________________________________________________________
21154 [  8023] By: jhi                                   on 2000/12/07  18:23:47
21155         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
21156      Branch: perl
21157            ! embed.pl pod/perlapi.pod utf8.c
21158 ____________________________________________________________________________
21159 [  8022] By: jhi                                   on 2000/12/07  04:13:51
21160         Log: Integrate perlio.
21161      Branch: perl
21162           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
21163           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
21164           !> win32/makefile.mk
21165 ____________________________________________________________________________
21166 [  8021] By: nick                                  on 2000/12/07  00:28:14
21167         Log: Various attempts at MSVC debug - not sure what has
21168              changed but works now. 
21169              Seems atexit() _may_ work for DLLs built with MSVC so don't
21170              call cleanup that way.
21171      Branch: perlio
21172            ! perlio.c win32/makefile.mk
21173 ____________________________________________________________________________
21174 [  8020] By: nick                                  on 2000/12/06  19:57:20
21175         Log: Integrate mainline
21176      Branch: perlio
21177           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
21178           !> (integrate 75 files)
21179 ____________________________________________________________________________
21180 [  8019] By: nick                                  on 2000/12/06  19:28:21
21181         Log: Add useperlio to config.vc
21182              Turn off binmode in config_H.PL
21183              Regen all the config_H.xx
21184              Attempt to get debugging build with MSVC.
21185      Branch: perlio
21186            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21187            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
21188 ____________________________________________________________________________
21189 [  8018] By: nick                                  on 2000/12/06  19:21:57
21190         Log: Test various dup/external program options on all platforms.
21191      Branch: perlio
21192            ! t/io/dup.t
21193 ____________________________________________________________________________
21194 [  8017] By: nick                                  on 2000/12/06  19:20:47
21195         Log: Fix harness to be less picky
21196      Branch: perlio
21197            ! lib/Test/Harness.pm
21198 ____________________________________________________________________________
21199 [  8016] By: jhi                                   on 2000/12/06  16:45:12
21200         Log: Update Changes.
21201      Branch: perl
21202            ! Changes patchlevel.h
21203 ____________________________________________________________________________
21204 [  8015] By: jhi                                   on 2000/12/06  16:41:03
21205         Log: Test \x{...} with ord().
21206      Branch: perl
21207            ! t/op/ord.t
21208 ____________________________________________________________________________
21209 [  8014] By: jhi                                   on 2000/12/06  16:20:33
21210         Log: Test tweak because of #8013.
21211      Branch: perl
21212            ! t/lib/b.t
21213 ____________________________________________________________________________
21214 [  8013] By: jhi                                   on 2000/12/06  16:09:09
21215         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
21216              From: Michael G Schwern <schwern@pobox.com>
21217              Date: Tue, 5 Dec 2000 21:23:28 -0500
21218              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
21219              
21220              Carp::Heavy parts not very applicable because of recent changes.
21221      Branch: perl
21222            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
21223            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
21224            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
21225            ! lib/Exporter.pm lib/Exporter/Heavy.pm
21226            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
21227            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21228            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
21229            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
21230            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
21231            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
21232            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
21233            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
21234            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
21235            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
21236            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
21237            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
21238            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
21239            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
21240            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
21241            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
21242            ! warnings.pl
21243 ____________________________________________________________________________
21244 [  8012] By: jhi                                   on 2000/12/06  15:22:38
21245         Log: Subject: [PATCH] Re: New harness is failing things
21246              From: Nick Ing-Simmons <nik@tiuk.ti.com>
21247              Date: Wed, 6 Dec 2000 13:00:30 GMT
21248              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
21249      Branch: perl
21250            ! lib/Test/Harness.pm
21251 ____________________________________________________________________________
21252 [  8011] By: jhi                                   on 2000/12/06  15:12:08
21253         Log: Subject: installhtml changes
21254              From: Michael Stevens <michael@etla.org>
21255              Date: Wed, 6 Dec 2000 13:15:53 +0000
21256              Message-ID: <20001206131553.A27317@firedrake.org>
21257      Branch: perl
21258            ! installhtml
21259 ____________________________________________________________________________
21260 [  8010] By: jhi                                   on 2000/12/06  15:06:05
21261         Log: Subject: the dTHR hits
21262              From: Michael Stevens <michael@etla.org>
21263              Date: Wed, 6 Dec 2000 12:06:03 +0000
21264              Message-ID: <20001206120603.A24581@firedrake.org>
21265              
21266              More, errrm, less dTHRs.
21267      Branch: perl
21268            ! bytecode.pl ext/B/B/C.pm
21269 ____________________________________________________________________________
21270 [  8009] By: jhi                                   on 2000/12/06  15:04:25
21271         Log: Subject: MakeMaker mailing list gone?
21272              From: Michael G Schwern <schwern@pobox.com>
21273              Date: Tue, 5 Dec 2000 19:29:59 -0500
21274              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
21275              
21276              The MakeMaker mailing list is dead, perlbug is the right
21277              address to report bugs.
21278      Branch: perl
21279            ! lib/ExtUtils/MakeMaker.pm
21280 ____________________________________________________________________________
21281 [  8008] By: jhi                                   on 2000/12/06  15:00:32
21282         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
21283              From: Michael G Schwern <schwern@pobox.com>
21284              Date: Tue, 5 Dec 2000 19:21:21 -0500
21285              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
21286              
21287              Add a default MANIFEST skip that ignores things like
21288              version control files, editor temporary files, and the Makefile.
21289      Branch: perl
21290            + lib/ExtUtils/MANIFEST.SKIP
21291            ! MANIFEST lib/ExtUtils/Manifest.pm
21292 ____________________________________________________________________________
21293 [  8007] By: jhi                                   on 2000/12/06  14:57:20
21294         Log: In Amiga more manual hackery of the scripts seems to be needed,
21295              from Jan-Erik Karlsson.  Why Configure does not get this right
21296              is unknown, may be shell-induced.
21297      Branch: perl
21298            ! README.amiga
21299 ____________________________________________________________________________
21300 [  8006] By: jhi                                   on 2000/12/05  23:53:12
21301         Log: Add TOPm1s to peek at the second topmost stack item.
21302      Branch: perl
21303            ! pp.h
21304 ____________________________________________________________________________
21305 [  8005] By: jhi                                   on 2000/12/05  23:13:55
21306         Log: Avaunt, you foul UTF-8 tests.
21307      Branch: perl
21308            ! t/op/ver.t t/pragma/utf8.t
21309 ____________________________________________________________________________
21310 [  8004] By: jhi                                   on 2000/12/05  23:09:54
21311         Log: Continue utf8 dispersal. 
21312      Branch: perl
21313            + t/op/concat.t
21314            ! MANIFEST t/pragma/utf8.t
21315 ____________________________________________________________________________
21316 [  8003] By: nick                                  on 2000/12/05  23:02:39
21317         Log: Integrate mainline.
21318      Branch: perlio
21319           +> t/op/length.t t/op/utf8decode.t
21320           !> (integrate 69 files)
21321 ____________________________________________________________________________
21322 [  8002] By: jhi                                   on 2000/12/05  22:59:28
21323         Log: Integrate perlio.
21324      Branch: perl
21325           !> iperlsys.h perl.c perlio.c win32/perllib.c
21326 ____________________________________________________________________________
21327 [  8001] By: nick                                  on 2000/12/05  22:07:52
21328         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
21329              - calloc/free suffer from damage on TerminateThread()
21330              - use PerlMemShared (as originally planned) now fixed
21331              - avoid doing anything important on DLL "detach".
21332      Branch: perlio
21333            ! perl.c perlio.c win32/perllib.c
21334 ____________________________________________________________________________
21335 [  8000] By: nick                                  on 2000/12/05  21:05:09
21336         Log: Fix gross PerlMemShared issue.
21337      Branch: perlio
21338            ! iperlsys.h
21339 ____________________________________________________________________________
21340 [  7999] By: jhi                                   on 2000/12/05  20:46:58
21341         Log: Test for Unicode (UTF-8) hash keys.
21342      Branch: perl
21343            ! t/op/each.t
21344 ____________________________________________________________________________
21345 [  7998] By: jhi                                   on 2000/12/05  20:30:35
21346         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
21347              is now always UTF-8), empty line cosmetics.
21348      Branch: perl
21349            ! t/pragma/utf8.t
21350 ____________________________________________________________________________
21351 [  7997] By: jhi                                   on 2000/12/05  20:15:40
21352         Log: Subject: Re: STRLEN - what?
21353              From: Andy Dougherty <doughera@lafayette.edu>
21354              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
21355              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
21356              
21357              Explain STRLEN.
21358      Branch: perl
21359            ! pod/perlguts.pod
21360 ____________________________________________________________________________
21361 [  7996] By: jhi                                   on 2000/12/05  20:13:34
21362         Log: Split off the UTF-8 decoder tests, make them to check also
21363              the error message.
21364      Branch: perl
21365            + t/op/utf8decode.t
21366            ! MANIFEST t/pragma/utf8.t utf8.c
21367 ____________________________________________________________________________
21368 [  7995] By: jhi                                   on 2000/12/05  16:39:47
21369         Log: Start migrating bits of pragma/utf8 to elsewhere
21370              (since the long term plan is to obsolete 'use utf8').
21371      Branch: perl
21372            + t/op/length.t
21373            ! MANIFEST t/pragma/utf8.t
21374 ____________________________________________________________________________
21375 [  7994] By: jhi                                   on 2000/12/05  16:30:21
21376         Log: Fix a manual edit typo from #7993, fix the message formatting
21377              for Unicode, add few our declarations.
21378      Branch: perl
21379            ! lib/Carp/Heavy.pm
21380 ____________________________________________________________________________
21381 [  7993] By: jhi                                   on 2000/12/05  16:09:15
21382         Log: Subject: Need help with warnings :-(
21383              From: "Ben Tilly" <ben_tilly@hotmail.com>
21384              Date: Tue, 05 Dec 2000 01:35:54 -0500
21385              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
21386              
21387              Subject: UPDATE: Carp/Heavy now passes all tests
21388              From: "Ben Tilly" <ben_tilly@hotmail.com>
21389              Date: Tue, 05 Dec 2000 07:59:41 -0500
21390              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
21391              
21392              The Brave New Carp.
21393      Branch: perl
21394            ! lib/Carp.pm lib/Carp/Heavy.pm
21395 ____________________________________________________________________________
21396 [  7992] By: jhi                                   on 2000/12/05  15:55:08
21397         Log: Subject: [PATCH perl@7979] cygwin port
21398              From: "Eric Fifer" <efifer@dircon.co.uk>
21399              Date: Tue, 5 Dec 2000 14:04:09 -0000
21400              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
21401      Branch: perl
21402            ! t/lib/net-hostent.t
21403 ____________________________________________________________________________
21404 [  7991] By: jhi                                   on 2000/12/05  15:52:34
21405         Log: Subject: Re: [PATCH] The largest hoax of all times?
21406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21407              Date: Tue, 5 Dec 2000 00:40:25 -0500
21408              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
21409              
21410              Subject: Re: [PATCH] The largest hoax of all times?
21411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21412              Date: Mon, 4 Dec 2000 23:55:53 -0500
21413              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
21414              
21415              Subject: Re: [PATCH] The largest hoax of all times?
21416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21417              Date: Tue, 5 Dec 2000 01:28:45 -0500
21418              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
21419              
21420              Fix the unpredictable order of DESTROYs.
21421      Branch: perl
21422            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
21423            ! sv.c sv.h t/op/ref.t
21424 ____________________________________________________________________________
21425 [  7990] By: jhi                                   on 2000/12/05  14:38:53
21426         Log: Subject: [PATCH] shrink pp_hot fractionally
21427              From: Nicholas Clark <nick@ccl4.org>
21428              Date: Tue, 5 Dec 2000 12:44:31 +0000
21429              Message-ID: <20001205124431.E74518@plum.flirble.org>
21430              
21431              Use report_evil_fh().
21432      Branch: perl
21433            ! opcode.pl opnames.h pp_hot.c util.c
21434 ____________________________________________________________________________
21435 [  7989] By: jhi                                   on 2000/12/05  14:21:27
21436         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
21437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21438              Date: Mon, 04 Dec 2000 22:21:59 -0800
21439              Message-ID: <HmIL6gzkgepS092yn@efn.org>
21440              
21441              Harness shouldn't ignore responses like "ok 3\r\r\n".
21442      Branch: perl
21443            ! lib/Test/Harness.pm
21444 ____________________________________________________________________________
21445 [  7988] By: jhi                                   on 2000/12/05  13:51:28
21446         Log: Integrate the "skip" messages to explain().
21447      Branch: perl
21448            ! t/lib/syslfs.t t/op/lfs.t
21449 ____________________________________________________________________________
21450 [  7987] By: jhi                                   on 2000/12/05  12:34:54
21451         Log: The one that got away in #7984.
21452              
21453              Subject: Re: dTHR - what and why?
21454              From: Michael Stevens <michael@etla.org> 
21455              Date: Tue, 5 Dec 2000 11:15:52 +0000
21456              Message-ID: <20001205111552.A4647@firedrake.org>
21457      Branch: perl
21458            ! sv.h
21459 ____________________________________________________________________________
21460 [  7986] By: gsar                                  on 2000/12/05  09:14:44
21461         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
21462              due to the notorious GetFileType() bug in Windows 9x, which fstat()
21463              tickles)
21464      Branch: perl
21465            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
21466 ____________________________________________________________________________
21467 [  7985] By: jhi                                   on 2000/12/05  05:49:03
21468         Log: Integrate perlio.
21469      Branch: perl
21470           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
21471           !> win32/perlhost.h win32/perllib.c
21472 ____________________________________________________________________________
21473 [  7984] By: jhi                                   on 2000/12/05  05:48:16
21474         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
21475      Branch: perl
21476            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
21477            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
21478            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
21479            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
21480            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
21481            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
21482            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
21483            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
21484            ! win32/win32.c
21485 ____________________________________________________________________________
21486 [  7983] By: nick                                  on 2000/12/04  23:27:43
21487         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
21488      Branch: perlio
21489            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
21490            ! win32/perlhost.h win32/perllib.c
21491 ____________________________________________________________________________
21492 [  7982] By: jhi                                   on 2000/12/04  19:44:09
21493         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
21494              uncovered by #7980.
21495      Branch: perl
21496            ! op.c
21497 ____________________________________________________________________________
21498 [  7981] By: jhi                                   on 2000/12/04  19:42:07
21499         Log: Subject: [PATCH] Trivial dump.c feature
21500              From: Simon Cozens <simon@cozens.net>
21501              Date: Mon, 4 Dec 2000 18:08:38 +0000
21502              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
21503              
21504              Show whether a constant is UTF-8.
21505      Branch: perl
21506            ! dump.c
21507 ____________________________________________________________________________
21508 [  7980] By: jhi                                   on 2000/12/04  19:36:51
21509         Log: UTF-8 hash keys, patch from Inaba Hiroto.
21510      Branch: perl
21511            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
21512 ____________________________________________________________________________
21513 [  7979] By: jhi                                   on 2000/12/04  17:36:28
21514         Log: Update Changes.
21515      Branch: perl
21516            ! Changes patchlevel.h
21517 ____________________________________________________________________________
21518 [  7978] By: jhi                                   on 2000/12/04  16:42:17
21519         Log: Retract #7977, still too volatile (the euphemism of the day
21520              for unfinished and buggy :-)
21521      Branch: perl
21522            ! doop.c hv.c pp.c sv.h
21523 ____________________________________________________________________________
21524 [  7977] By: jhi                                   on 2000/12/04  16:25:15
21525         Log: (Retracted by #7978, too shaky yet.)
21526              
21527              Subject: Re: utf8 in hash keys, implementor missing
21528              From: Simon Cozens <simon@cozens.net>
21529              Date: Sat, 2 Dec 2000 19:49:35 +0000
21530              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
21531              
21532              The first step at UTF-8 hash keys.
21533      Branch: perl
21534            ! doop.c hv.c pp.c sv.h
21535 ____________________________________________________________________________
21536 [  7976] By: jhi                                   on 2000/12/04  16:13:53
21537         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
21538              From: sthoenna@efn.org
21539              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
21540              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
21541      Branch: perl
21542            ! os2/os2.c perlio.c
21543 ____________________________________________________________________________
21544 [  7975] By: jhi                                   on 2000/12/04  16:05:25
21545         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
21546              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21547              Date: Thu, 30 Nov 2000 20:50:37 -0800
21548              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
21549      Branch: perl
21550            ! os2/os2.c
21551 ____________________________________________________________________________
21552 [  7974] By: jhi                                   on 2000/12/04  16:03:57
21553         Log: Subject: [PATCH] ++ 20% faster
21554              From: Nicholas Clark <nick@ccl4.org>
21555              Date: Mon, 4 Dec 2000 12:17:27 +0000
21556              Message-ID: <20001204121726.B52976@plum.flirble.org>
21557              
21558              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
21559      Branch: perl
21560            ! sv.c
21561 ____________________________________________________________________________
21562 [  7973] By: jhi                                   on 2000/12/04  16:00:48
21563         Log: 
21564              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
21565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21566              Date: Mon, 04 Dec 2000 12:30:45 +0100
21567              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
21568              
21569              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
21570              library (getprotobyname and getprotobynumber are outversioned by
21571              the same calls in libc, at least for xlc version 3.
21572      Branch: perl
21573            ! hints/aix.sh
21574 ____________________________________________________________________________
21575 [  7972] By: jhi                                   on 2000/12/04  02:58:31
21576         Log: Integrate perlio.
21577      Branch: perl
21578           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
21579           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
21580           !> win32/win32.h win32/win32iop.h win32/win32thread.h
21581 ____________________________________________________________________________
21582 [  7971] By: nick                                  on 2000/12/04  00:24:33
21583         Log: Quieten some noise in Win32 builds:
21584              - win32.h is included after <sys/socket.h>, so need to 
21585              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
21586              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
21587      Branch: perlio
21588            ! doio.c perl.h toke.c win32/win32.h
21589 ____________________________________________________________________________
21590 [  7970] By: nick                                  on 2000/12/03  22:57:46
21591         Log: PERL_IMPLICIT_SYS compiles but does not work.
21592      Branch: perlio
21593            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
21594            ! win32/perlhost.h win32/perllib.c win32/win32.h
21595            ! win32/win32iop.h win32/win32thread.h
21596 ____________________________________________________________________________
21597 [  7969] By: jhi                                   on 2000/12/03  22:12:58
21598         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
21599              used to swash_init(), makes regprop() dumps more informative
21600              (+utf8::IsAlpha, -utf8::IsDigit, for example).
21601      Branch: perl
21602            ! regcomp.c regexec.c
21603 ____________________________________________________________________________
21604 [  7968] By: jhi                                   on 2000/12/03  21:39:56
21605         Log: Implement ANYOFUTF8 regprop() dumping.
21606      Branch: perl
21607            ! regcomp.c
21608 ____________________________________________________________________________
21609 [  7967] By: jhi                                   on 2000/12/03  20:57:19
21610         Log: Make uv_to_utf8() to zero-terminate its output buffer,
21611              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
21612      Branch: perl
21613            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
21614 ____________________________________________________________________________
21615 [  7966] By: nick                                  on 2000/12/03  18:41:21
21616         Log: Integrate mainline (STDCHAR)
21617      Branch: perlio
21618           !> Configure t/pragma/utf8.t
21619 ____________________________________________________________________________
21620 [  7965] By: jhi                                   on 2000/12/03  17:58:20
21621         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
21622      Branch: perl
21623            ! t/pragma/utf8.t
21624 ____________________________________________________________________________
21625 [  7964] By: jhi                                   on 2000/12/03  17:35:56
21626         Log: Integrate perlio.
21627      Branch: perl
21628           !> iperlsys.h perlio.c
21629 ____________________________________________________________________________
21630 [  7963] By: jhi                                   on 2000/12/03  17:33:55
21631         Log: Metaconfig unit change for #7962.
21632      Branch: metaconfig
21633            ! U/modified/stdchar.U
21634 ____________________________________________________________________________
21635 [  7962] By: jhi                                   on 2000/12/03  17:33:27
21636         Log: Untangle the <stdio.h> #include nest for the stdchar test,
21637              from Andy Dougherty.
21638      Branch: perl
21639            ! Configure
21640 ____________________________________________________________________________
21641 [  7961] By: nick                                  on 2000/12/03  16:53:00
21642         Log: Make iperlsys.h vector stdio not PerlIO.
21643      Branch: perlio
21644            ! iperlsys.h perlio.c
21645 ____________________________________________________________________________
21646 [  7960] By: nick                                  on 2000/12/03  14:43:01
21647         Log: Integrate mainline
21648      Branch: perlio
21649           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
21650           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
21651 ____________________________________________________________________________
21652 [  7959] By: jhi                                   on 2000/12/03  08:16:36
21653         Log: Use DO_UTF8().
21654      Branch: perl
21655            ! op.c
21656 ____________________________________________________________________________
21657 [  7958] By: jhi                                   on 2000/12/02  18:33:05
21658         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
21659              From: Mike Guy <mjtg@cam.ac.uk>         
21660              Date: Sat, 02 Dec 2000 17:27:13 +0000
21661              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
21662              
21663              An extraneous argument.
21664      Branch: perl
21665            ! toke.c
21666 ____________________________________________________________________________
21667 [  7957] By: jhi                                   on 2000/12/02  18:22:32
21668         Log: A missing hunk.
21669      Branch: perl
21670            ! t/lib/net-hostent.t
21671 ____________________________________________________________________________
21672 [  7956] By: jhi                                   on 2000/12/02  18:06:20
21673         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
21674              From: Nicholas Clark <nick@ccl4.org>
21675              Date: Sat, 2 Dec 2000 14:28:27 +0000
21676              Message-ID: <20001202142827.A12308@plum.flirble.org>
21677              
21678              Test robustness.
21679      Branch: perl
21680            ! t/lib/net-hostent.t
21681 ____________________________________________________________________________
21682 [  7955] By: jhi                                   on 2000/12/02  17:58:06
21683         Log: Metaconfig unit change for #7954.
21684      Branch: metaconfig
21685            ! U/modified/stdchar.U
21686 ____________________________________________________________________________
21687 [  7954] By: jhi                                   on 2000/12/02  17:54:32
21688         Log: An inconvenient hang would happen if the stdio _ptr wasn't
21689              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
21690              would be grepping stdin for all eternity for the _ptr.)
21691      Branch: perl
21692            ! Configure
21693 ____________________________________________________________________________
21694 [  7953] By: jhi                                   on 2000/12/02  00:07:15
21695         Log: Update Changes.
21696      Branch: perl
21697            ! Changes patchlevel.h
21698 ____________________________________________________________________________
21699 [  7952] By: jhi                                   on 2000/12/01  23:54:47
21700         Log: Subject: Re: long shell lines
21701              From: Andy Dougherty <doughera@lafayette.edu>
21702              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
21703              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
21704              
21705              Split overly long shell command lines.
21706      Branch: perl
21707            ! lib/ExtUtils/MM_Unix.pm
21708 ____________________________________________________________________________
21709 [  7951] By: jhi                                   on 2000/12/01  23:48:02
21710         Log: The metaconfig unit change for #7950.
21711      Branch: metaconfig
21712            + U/modified/stdchar.U
21713 ____________________________________________________________________________
21714 [  7950] By: jhi                                   on 2000/12/01  23:47:39
21715         Log: Try to find stdchar also from <stdio_impl.h>.
21716      Branch: perl
21717            ! Configure config_h.SH
21718 ____________________________________________________________________________
21719 [  7949] By: jhi                                   on 2000/12/01  23:46:45
21720         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
21721              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
21722              Date: Fri, 1 Dec 2000 16:26:08 -0500
21723              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
21724              
21725              Reword the diagnostic message.
21726      Branch: perl
21727            ! pod/perldiag.pod
21728 ____________________________________________________________________________
21729 [  7948] By: nick                                  on 2000/12/01  22:49:43
21730         Log: Integrate mainline (for s/y/m as sub names stuff).
21731      Branch: perlio
21732           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
21733           !> t/pragma/warn/toke toke.c
21734 ____________________________________________________________________________
21735 [  7947] By: jhi                                   on 2000/12/01  20:55:41
21736         Log: Integrate perlio.
21737      Branch: perl
21738           !> perlio.c perliol.h t/io/pipe.t
21739 ____________________________________________________________________________
21740 [  7946] By: jhi                                   on 2000/12/01  20:36:51
21741         Log: Upgrade to CPAN 1.59_51, from Andreas König.
21742      Branch: perl
21743            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21744 ____________________________________________________________________________
21745 [  7945] By: nick                                  on 2000/12/01  20:31:32
21746         Log: Integrate mainline
21747      Branch: perlio
21748           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
21749           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
21750           +> t/lib/net-hostent.t
21751           !> (integrate 35 files)
21752 ____________________________________________________________________________
21753 [  7944] By: jhi                                   on 2000/12/01  20:23:29
21754         Log: Some help for 20001130.011.  Now one gets warnings like
21755              "Ambiguous -f() resolved as a file test ..."
21756      Branch: perl
21757            ! pod/perldiag.pod t/pragma/warn/toke toke.c
21758 ____________________________________________________________________________
21759 [  7943] By: jhi                                   on 2000/12/01  19:44:44
21760         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
21761              that also breaks using them as methods. 
21762      Branch: perl
21763            ! pod/perldiag.pod t/op/misc.t toke.c
21764 ____________________________________________________________________________
21765 [  7942] By: nick                                  on 2000/12/01  17:56:46
21766         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
21767              Make 'unix' pass most tests
21768              - do unread by temporary push of layer ("pending") holding unread chars
21769              - fast_gets is now based on per-handle flag
21770              - relax one of io/pipe.t tests to allow print to fail and close to
21771              succeed so that it passes on unbuffered "unix" layer.
21772              Remaining fail is sporadic and a genuine race condition between
21773              parent/child in fork test.
21774      Branch: perlio
21775            ! perlio.c perliol.h t/io/pipe.t
21776 ____________________________________________________________________________
21777 [  7941] By: jhi                                   on 2000/12/01  15:28:58
21778         Log: (Retracted by #7943.)
21779              
21780              Reserve the short named string operator names.
21781      Branch: perl
21782            ! pod/perldiag.pod t/op/misc.t toke.c
21783 ____________________________________________________________________________
21784 [  7940] By: jhi                                   on 2000/12/01  06:45:53
21785         Log: Get the three different space character classes right under utf8.
21786      Branch: perl
21787            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
21788            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
21789            ! regexec.c t/op/pat.t utf8.c
21790 ____________________________________________________________________________
21791 [  7939] By: jhi                                   on 2000/12/01  03:26:26
21792         Log: Two more tests that make no sense in UTF-8 since the test
21793              data is not in UTF-8.
21794      Branch: perl
21795            ! t/op/regexp.t
21796 ____________________________________________________________________________
21797 [  7938] By: jhi                                   on 2000/12/01  03:20:39
21798         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
21799              should it be required inside regexen?
21800      Branch: perl
21801            ! regcomp.c t/op/regmesg.t
21802 ____________________________________________________________________________
21803 [  7937] By: jhi                                   on 2000/12/01  02:58:53
21804         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
21805              stored and restored, and thusly was trounced by the utf8 swash
21806              routines.
21807      Branch: perl
21808            ! regcomp.c
21809 ____________________________________________________________________________
21810 [  7936] By: jhi                                   on 2000/11/30  20:41:39
21811         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
21812              Why the different platforms behave so differently (core dump vs
21813              no core dump) on this bug is a but of a mystery, but if I had to
21814              guess I would mumble something like 'alignment'.
21815      Branch: perl
21816            ! sv.c
21817 ____________________________________________________________________________
21818 [  7935] By: jhi                                   on 2000/11/30  16:17:02
21819         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
21820              From: Robin Barker <rmb1@cise.npl.co.uk>
21821              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
21822              Date: Thu, 30 Nov 2000 14:27:12 GMT
21823      Branch: perl
21824            ! perlio.c toke.c
21825 ____________________________________________________________________________
21826 [  7934] By: jhi                                   on 2000/11/30  16:04:49
21827         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
21828      Branch: perl
21829            ! t/lib/net-hostent.t
21830 ____________________________________________________________________________
21831 [  7933] By: jhi                                   on 2000/11/30  06:07:26
21832         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
21833              From: Peter Prymmer <pvhp@forte.com>
21834              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
21835              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
21836              
21837              In VMS the localhost may be LOCALHOST.
21838      Branch: perl
21839            ! t/lib/net-hostent.t
21840 ____________________________________________________________________________
21841 [  7932] By: jhi                                   on 2000/11/30  01:11:11
21842         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
21843              From: Peter Prymmer <pvhp@forte.com>
21844              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
21845              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
21846              
21847              plus regen perlapi.pod.
21848      Branch: perl
21849            ! pod/perlapi.pod utf8.c
21850 ____________________________________________________________________________
21851 [  7931] By: jhi                                   on 2000/11/30  01:06:19
21852         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
21853              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21854              Date:     Wed, 29 Nov 2000 17:15:11 EST
21855              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
21856      Branch: perl
21857            ! t/lib/filter-util.pl t/lib/filter-util.t
21858 ____________________________________________________________________________
21859 [  7930] By: jhi                                   on 2000/11/29  18:51:55
21860         Log: Update Changes.
21861      Branch: perl
21862            ! Changes patchlevel.h
21863 ____________________________________________________________________________
21864 [  7929] By: jhi                                   on 2000/11/29  18:50:55
21865         Log: Update the va_copy() metaconfig unit.
21866      Branch: metaconfig/U/perl
21867            ! need_va_copy.U
21868 ____________________________________________________________________________
21869 [  7928] By: jhi                                   on 2000/11/29  17:50:43
21870         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
21871              From: Dominic Dunlop <domo@computer.org>
21872              Date: Tue, 28 Nov 2000 16:41:57 +0100
21873              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
21874              
21875              Patch to catch a core dump in the Configure va_copy test.
21876      Branch: perl
21877            ! Configure config_h.SH
21878 ____________________________________________________________________________
21879 [  7927] By: jhi                                   on 2000/11/29  17:31:59
21880         Log: Retract #7921, the patch shouldn't be needed.
21881      Branch: perl
21882            ! sv.c
21883 ____________________________________________________________________________
21884 [  7926] By: jhi                                   on 2000/11/29  17:01:41
21885         Log: Make the Class::Struct import() wiser.
21886      Branch: perl
21887            ! lib/Class/Struct.pm t/lib/class-struct.t
21888 ____________________________________________________________________________
21889 [  7925] By: jhi                                   on 2000/11/29  16:36:33
21890         Log: All the core library users of Class::Struct seem to be
21891              using "use Class::Struct 'struct';" instead of the bare
21892              "use Class::Struct;", which isn't documented in Class::Struct.
21893              This can't be right.
21894      Branch: perl
21895            ! lib/File/stat.pm
21896 ____________________________________________________________________________
21897 [  7924] By: jhi                                   on 2000/11/29  16:32:15
21898         Log: A test works better if it has the right 1..$n output.
21899      Branch: perl
21900            ! t/lib/class-struct.t
21901 ____________________________________________________________________________
21902 [  7923] By: jhi                                   on 2000/11/29  16:29:11
21903         Log: Forgot to MANIFEST the new Net::hostent test.
21904      Branch: perl
21905            ! MANIFEST
21906 ____________________________________________________________________________
21907 [  7922] By: jhi                                   on 2000/11/29  16:27:49
21908         Log: Integrate perlio.
21909      Branch: perl
21910           !> iperlsys.h perlio.c
21911 ____________________________________________________________________________
21912 [  7921] By: jhi                                   on 2000/11/29  16:27:10
21913         Log: (Retracted by #7927.)
21914              
21915              Subject: [PATCH] Is infinity a number?
21916              From: Simon Cozens <simon@cozens.net>
21917              Date: Wed, 29 Nov 2000 14:48:20 +0000
21918              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
21919      Branch: perl
21920            ! sv.c
21921 ____________________________________________________________________________
21922 [  7920] By: jhi                                   on 2000/11/29  16:23:02
21923         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
21924              From: rspier@pobox.com (Robert Spier)
21925              Date: Wed, 29 Nov 2000 02:17:49 -0500
21926              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
21927              
21928              Add a test for Net::hostent.
21929      Branch: perl
21930            + t/lib/net-hostent.t
21931 ____________________________________________________________________________
21932 [  7919] By: jhi                                   on 2000/11/29  16:21:31
21933         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
21934              add a test for Class::Struct.
21935      Branch: perl
21936            + t/lib/class-struct.t
21937            ! MANIFEST lib/Class/Struct.pm
21938 ____________________________________________________________________________
21939 [  7918] By: jhi                                   on 2000/11/29  15:48:40
21940         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
21941              From: rspier@pobox.com (Robert Spier)
21942              Date: Wed, 29 Nov 2000 02:25:39 -0500
21943              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
21944              
21945              More checking in case someone has broken their services or
21946              protocol databases.
21947      Branch: perl
21948            ! ext/Sys/Syslog/Syslog.pm
21949 ____________________________________________________________________________
21950 [  7917] By: jhi                                   on 2000/11/29  15:46:25
21951         Log: Subject: [PATCH] $^O  win32 -> MSWin32
21952              From: rspier@pobox.com (Robert Spier)
21953              Date: Wed, 29 Nov 2000 02:17:38 -0500
21954              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
21955              
21956              plus similar nits for vms, err, VMS, and UNICOS.
21957      Branch: perl
21958            ! t/lib/syslfs.t t/op/lfs.t
21959 ____________________________________________________________________________
21960 [  7916] By: jhi                                   on 2000/11/29  15:42:51
21961         Log: Subject: [PATCH] Tokeniser debugging
21962              From: Simon Cozens <simon@cozens.net>
21963              Date: Wed, 29 Nov 2000 14:15:45 +0000
21964              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
21965      Branch: perl
21966            ! perl.c perl.h pod/perlrun.pod toke.c
21967 ____________________________________________________________________________
21968 [  7915] By: jhi                                   on 2000/11/29  15:41:36
21969         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
21970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21971              Date: Wed, 29 Nov 2000 02:13:14 -0500
21972              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
21973              
21974              OUT keyword nits.
21975              
21976              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
21977              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21978              Date: Wed, 29 Nov 2000 03:09:04 -0500
21979              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
21980              
21981              OUT and IN_OUT documentation.
21982      Branch: perl
21983            ! lib/ExtUtils/xsubpp pod/perlxs.pod
21984 ____________________________________________________________________________
21985 [  7914] By: jhi                                   on 2000/11/29  03:35:01
21986         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
21987              From: John Tobey <jtobey@john-edwin-tobey.org>
21988              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
21989              Message-Id: <m140e1N-000FOoC@feynman.localnet>
21990              
21991              plus a performance speedup noticed by Sarathy.
21992      Branch: perl
21993            ! op.c
21994 ____________________________________________________________________________
21995 [  7913] By: jhi                                   on 2000/11/29  03:16:59
21996         Log: Use "1 while unlink" so that VMS gets clean, too.
21997      Branch: perl
21998            ! t/lib/filter-util.t
21999 ____________________________________________________________________________
22000 [  7912] By: jhi                                   on 2000/11/29  03:09:08
22001         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
22002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22003              Date: Tue, 28 Nov 2000 03:27:09 -0500
22004              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
22005      Branch: perl
22006            ! lib/ExtUtils/xsubpp
22007 ____________________________________________________________________________
22008 [  7911] By: jhi                                   on 2000/11/29  03:06:30
22009         Log: This should have been part of #7872: no need to scan UTF-8
22010              until eternity.
22011      Branch: perl
22012            ! utf8.c
22013 ____________________________________________________________________________
22014 [  7910] By: jhi                                   on 2000/11/29  02:50:04
22015         Log: One more perltie.pod nit from Casey R. Tweten.
22016      Branch: perl
22017            ! pod/perltie.pod
22018 ____________________________________________________________________________
22019 [  7909] By: jhi                                   on 2000/11/29  02:44:23
22020         Log: Document the known sprintf test failures, exact standard
22021              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
22022      Branch: perl
22023            ! pod/perldelta.pod t/op/sprintf.t
22024 ____________________________________________________________________________
22025 [  7908] By: jhi                                   on 2000/11/29  02:36:23
22026         Log: Add the Encoding table format documentation.
22027      Branch: perl
22028            + ext/Encode/Encode/EncodeFormat.pod
22029            ! MANIFEST
22030 ____________________________________________________________________________
22031 [  7907] By: jhi                                   on 2000/11/29  02:07:24
22032         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
22033              From: "Casey R. Tweten" <crt@kiski.net>
22034              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
22035              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
22036              
22037              Subject: Re: [PATCH] Updating perltie.pod for arrays
22038              From: "Casey R. Tweten" <crt@kiski.net>
22039              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
22040              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
22041      Branch: perl
22042            ! pod/perltie.pod
22043 ____________________________________________________________________________
22044 [  7906] By: nick                                  on 2000/11/28  22:40:59
22045         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
22046      Branch: perlio
22047            ! iperlsys.h perlio.c
22048 ____________________________________________________________________________
22049 [  7905] By: nick                                  on 2000/11/28  22:04:34
22050         Log: Integrate mainline
22051      Branch: perlio
22052           !> (integrate 39 files)
22053 ____________________________________________________________________________
22054 [  7904] By: jhi                                   on 2000/11/28  16:44:43
22055         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
22056              From: Nicholas Clark <nick@babyhippo.co.uk>
22057              Date: Tue, 28 Nov 2000 11:16:57 +0000
22058              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
22059      Branch: perl
22060            ! pod/perlipc.pod
22061 ____________________________________________________________________________
22062 [  7903] By: jhi                                   on 2000/11/28  16:40:31
22063         Log: Subject: [PATCH] Updating perltie.pod for arrays
22064              From: "Casey R. Tweten" <crt@kiski.net>
22065              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
22066              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
22067      Branch: perl
22068            ! pod/perltie.pod
22069 ____________________________________________________________________________
22070 [  7902] By: jhi                                   on 2000/11/28  16:39:37
22071         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
22072              From: Robin Barker <rmb1@cise.npl.co.uk>
22073              Date: Mon, 27 Nov 2000 17:56:44 GMT
22074              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
22075      Branch: perl
22076            ! pod/perlfunc.pod t/op/split.t
22077 ____________________________________________________________________________
22078 [  7901] By: jhi                                   on 2000/11/28  16:28:04
22079         Log: setmode() is a DOSish-only thing.
22080      Branch: perl
22081            ! perlio.c
22082 ____________________________________________________________________________
22083 [  7900] By: jhi                                   on 2000/11/28  16:21:46
22084         Log: Subject: [PATCH] perlcc.PL cleanups
22085              From: Simon Cozens <simon@cozens.net>
22086              Date: Tue, 28 Nov 2000 12:44:35 +0000
22087              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
22088      Branch: perl
22089            ! utils/perlcc.PL
22090 ____________________________________________________________________________
22091 [  7899] By: gsar                                  on 2000/11/28  06:32:55
22092         Log: reintegrate files missed by change#7895
22093      Branch: maint-5.6/perl
22094           +> ext/ByteLoader/bytecode.h utils/Makefile
22095            - utils/perlbc.PL
22096 ____________________________________________________________________________
22097 [  7897] By: gsar                                  on 2000/11/27  18:22:47
22098         Log: can't integrate these two files, for some reason
22099      Branch: maint-5.6/perl
22100            - ext/ByteLoader/bytecode.h utils/Makefile
22101 ____________________________________________________________________________
22102 [  7895] By: gsar                                  on 2000/11/27  18:11:21
22103         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
22104              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
22105              6757..6890,6892..6901 from mainline
22106              
22107              Bytecompiler patches from Benjamin Stuhl.
22108              
22109              More bytecompiler.
22110              
22111              Subject: [PATCH blead] B:: missing dependency
22112              
22113              Subject: [PATCH: 6757] configure.com updates and syslog build
22114              
22115              Long double Gconvert fixes from Yitzchak Scott-Thoennes
22116              and Spider Boardman.
22117              
22118              Subject: [PATCH blead] nextchar() abuse misses an optimisation
22119              
22120              Long double fixes from Spider Boardman.
22121              
22122              Make the selection of NVff et al stricter.
22123              
22124              cSVOPo_*v things index into the current PL_curpad
22125              under ithreads, which is different from the curpad
22126              used by the XSUB.  (In other words, the code as-is
22127              before this patch wouldn't work under ithreads.)
22128              
22129              Be portable.
22130              
22131              VMS MMS (make) wants null action.
22132              
22133              Mac and other portability updates from Chris Nandor.
22134              
22135              Storable support, v-version fixes.
22136              Subject: CPAN.pm beta for testing available
22137              
22138              Portability fix from Hugo van der Sanden.
22139              
22140              Bad makefile.
22141              
22142              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
22143              
22144              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
22145              
22146              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
22147              
22148              Replace #6705 with a minimal doc patch.
22149              Subject: [PATCH 5.6.0] replace change #6705
22150              
22151              Drop the separate perlbc, perlcc -b should be enough.
22152              
22153              installperl couldn't tell whether it had run tests or not.
22154              Subject: [PATCH] Re: installperl and t/TEST
22155              
22156              Add silencer flags to installperl.
22157              Subject: [PATCH] Making installperl silent.
22158              
22159              Make "make install" by default silent.  A new "install-verbose"
22160              target is verbose.
22161              
22162              More liberal parsing of version numbers.
22163              Subject: Re: CPAN.pm beta for testing available
22164              
22165              Create directories in silence.
22166              Subject: [PATCH] Another silencer for MakeMaker
22167              
22168              DOS patches and portability/porting notes, from Tim Jenness.
22169              
22170              Make installman to recognize the silence flag -S.
22171              
22172              Actually do something with the silencer option.
22173              
22174              Continue silencing.
22175              
22176              Show the doc file, not the temp file.
22177              
22178              Regen perltoc.
22179              
22180              Subject: [PATCH] More silencing of installman.
22181              
22182              Better wording for the vec lvalue diagnostic.
22183              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
22184              
22185              Subject: [PATCH: 6805] several more tweaks to configure.com
22186              
22187              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
22188              
22189              Missing parts of 
22190              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
22191              
22192              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
22193              (applied slightly modified)
22194              
22195              installperl --verbose and --silent.
22196              Subject: Re: [PATCH] More silencing of installman.
22197              
22198              Add install-silent target.
22199              
22200              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
22201              the problem reported in
22202              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
22203              
22204              Tweak the sfio/useperlio logic, hopefully as wished in
22205              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
22206              
22207              One forgotten file from #6816.
22208              
22209              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
22210              
22211              Remove duplicately applied patch shards.
22212              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
22213              
22214              Support preserving extremely big/small angles.
22215              
22216              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
22217              
22218              Subject: [PATCH] installation not quite silent yet.
22219              
22220              Update the test count.
22221              
22222              Use UVxf, PTR2UV, NVff.
22223              
22224              Document PTR2XX and INT2PTR.
22225              
22226              no-install target a la make -n.
22227              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
22228              
22229              grep -e isn't portable.
22230              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
22231              
22232              Can't get the test to reliably work thanks to the
22233              inaccurateness of floating point.  "Resolves" bug ids
22234              20000826.003, 20000826.009, 20000826.010,
22235              
22236              Subject: installman buglet
22237              
22238              DJGPP update from Laszlo Molnar.
22239              
22240              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22241              
22242              Passing -R in ldflags makes now it to appear in the default
22243              for lddlflags, just like with -L.
22244              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22245              
22246              Test nit.
22247              
22248              Use the actual thread type, not the pointer-to-struct.
22249              
22250              Provice virtual $Config{ccflags_nolargefiles} etc. 
22251              
22252              display_format used as a class method without arguments was broken,
22253              reported in
22254              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
22255              
22256              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
22257              
22258              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
22259              
22260              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
22261              
22262              opmini.o may be left around if a build is interrupted.
22263              
22264              Typo in #6858.
22265              
22266              Fix for ID 20000828.001, long doubles were not formatted
22267              correctly (showed up in $], which stopped installing perl).
22268              
22269              An attempt to fix the problem reported in
22270              Subject: Building perl@6856 using gcc/AIX 4.3.3 
22271              I can't test this properly since the gcc installation I have
22272              access to seems to be botched (gcc is calling the AIX cpp,
22273              a losing proposition...)
22274              
22275              Add -ld to archname on long tr...double platforms.
22276              
22277              Subject: hv.h Doc Patch
22278              
22279              Potential cruft.
22280              
22281              Subject: [PATCH bleedperl@6856] warnings fixes
22282              
22283              -S is the silent flag, -s is the strip flag.
22284              Subject: [PATCH] Re: [PATCH] make no-install          
22285              
22286              Take out the SUIDMAIL thing, that will not be
22287              a problem in 5.7.*.
22288              
22289              Subject: [PATCH bleedperl@6866] spellings
22290              
22291              Subject: [PATCH] Re: files not cleaned even by veryclean
22292              
22293              Use minimal @INC in tests, most of the time just '../lib',
22294              so that we simply can't pick up stuff from other Perls than
22295              the one we are testing.  Pointed out by
22296              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
22297              
22298              Update to Getopt::Long 2.24, from Johan Vromans.
22299              
22300              Fix for thinko in #6848.
22301              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
22302              
22303              Patches all over for people and the files they (hopefully) care about.
22304              
22305              Subject: Net::protoent does not export 'getproto'
22306              
22307              Missed a change in #6869.
22308              
22309              Subject: [PATCH] Warnings in B::Deparse
22310              
22311              Subject: [PATCH] Glob dumping
22312              
22313              Disable one of the tests for now.
22314              
22315              Disabling the one test is a bit tricky.
22316              
22317              Don't forget to tidy up.
22318              
22319              The #6881 removed one dump line.
22320              
22321              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
22322              
22323              Under usethreads the dumped variable is IN_PAD.
22324              Subject: Re: [PATCH] Glob dumping
22325              
22326              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
22327              
22328              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
22329              
22330              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
22331              
22332              Regen Configure for #6894.
22333              
22334              Subject: [PATCH: 6889] updates to perlebcdic.pod
22335              
22336              Undo namespace pollution of #6878.
22337              Subject: Re: Net::protoent does not export 'getproto'
22338              
22339              Admit that we are leaking scalars.
22340              
22341              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
22342      Branch: maint-5.6/perl
22343           !> (integrate 271 files)
22344 ____________________________________________________________________________
22345 [  7894] By: gsar                                  on 2000/11/27  16:00:34
22346         Log: a couple of nits
22347      Branch: maint-5.6/perl
22348            ! MANIFEST pp_sys.c
22349 ____________________________________________________________________________
22350 [  7893] By: gsar                                  on 2000/11/27  15:10:56
22351         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
22352              6740..6745,6747..6757,6760
22353              
22354              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
22355              
22356              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
22357              
22358              Doc nits spotted by Richard Soderberg.
22359              
22360              move WNOHANG definition to where other such things are
22361              
22362              Make $Config{byteorder} more magical so that it is
22363              dynamically computed: nice for 'fat binaries'.
22364              Subject: [PATCH]: default byteorder
22365              
22366              Subject: [PATCH] Cwd.pm now uses strict
22367              
22368              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
22369              
22370              Get -DLEAKTEST to compile (not necessarily to work, mind)
22371              Subject: [ID 20000724.006] -DLEAKTEST problem
22372              
22373              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
22374              
22375              Add perlebcdic from Peter Prymmer, regen toc.
22376              
22377              Don't propose using modules built for 5.005 if no binary
22378              compatibility with 5.005 is attempted.
22379              
22380              Do not use prototyping here.
22381              Subject: [ID 20000817.016] [PATCH] Peek.xs
22382              
22383              Document what the backtick returns if the command fails.
22384              
22385              Add byteorder to the myconfig output.
22386              
22387              Introduce NVef, NVff, and NVgf, use the middle one.
22388              (helps for lib/peek + Linux + long doubles)  Reported in
22389              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
22390              Use NVs in POSIX math, not doubles.
22391              Subject: [ID 20000817.014] POSIX & modfl
22392              
22393              Subject: [PATCH 5.6.0+] newSVrv() memory leak
22394              
22395              The byteorder code in #6671 was wrong.
22396              
22397              Fix the lib/complex failure of
22398              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
22399              Linux long double accuracy issue: something that
22400              when printed with %g looks like "2" but int() of it is 1.
22401              
22402              Propagate new Configure vars.
22403              
22404              Unbuffer the output.
22405              
22406              Subject: [PATCH] perltrap.pod spring cleaning
22407              
22408              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
22409              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
22410              
22411              Tiny Getopt::Long patch from Johan Vromans.
22412              
22413              Document code point which makes if (defined %stash::) to work
22414              (noted by Spider Boardman).
22415              
22416              Subject: [PATCH perl@6698] cygwin port
22417              
22418              Document the NDBM_File and ODBM_File as SDBM_File
22419              was documented in #6417.
22420              
22421              The new tests were missing from #6415.
22422              
22423              Add [[:blank:]] as suggested in
22424              Subject: [ID 20000716.024] [=cc=] / [:blank:]
22425              (the [=cc=] has already been taken care of by #6439
22426              so the whole bug report can be closed)
22427              and make [[:space:]] to be equivalent to isspace(3)
22428              (as opposed to \s, which is isSPACE()).  The difference
22429              is that now [[:space:]] matches the mythical vertical tab,
22430              while \s doesn't.
22431              
22432              Don't eat leading os from index entries.
22433              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
22434              
22435              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
22436              
22437              Typo in pp_complement().
22438              Subject: [PATCH perl-current] Deparse
22439              
22440              Add warnif(), check warnings further up the stack,
22441              all the warnings functions now can take an optional object reference.
22442              Subject: [PATCH bleedperl@6691] warnings pragma update
22443              
22444              Fix a core dump in lib/selfloader under -DDEBUGGING.
22445              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
22446              
22447              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
22448              
22449              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
22450              
22451              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
22452              Put back the long double avoidance code to POSIX.xs
22453              because VMS seems to need it still.
22454              
22455              Introduce a 'veryclean' target that is like 'distclean'
22456              but also removes *~ and *.orig.
22457              
22458              Subject: [ID 20000817.023] endianness description in perlfunc.pod
22459              
22460              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
22461              
22462              Let's try #6717 again.
22463              
22464              UTF8 concat fixes.
22465              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
22466              
22467              pp_open() could pass an uninitialized filename down to do_open9().
22468              
22469              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
22470              
22471              Update to CGI 2.72, from Lincoln Stein.
22472              
22473              Subject: [PATCH] Silence MakeMaker (Was: installman)
22474              
22475              Use temporary directory instead of current directory.
22476              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
22477              
22478              Document odd vs even subreleases and -Dusedevel.
22479              
22480              The veryclean target needs to clobber.
22481              
22482              Use File::Spec->tmpdir().
22483              
22484              Document the number of exponent digits.
22485              
22486              Mention perlebcdic and perlposix-bc.
22487              
22488              s/this one/the 5.6.0 release/
22489              
22490              The #6724 is here.
22491              
22492              The correct cleaning order is an art.
22493              
22494              small tweaks for change#6705: avoid C++ style comments in C code;
22495              use Perl's malloc API rather than the low level system one
22496              
22497              Array context keeps slithering in.
22498              
22499              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
22500              
22501              Subject: [PATCH] os2.c fix for use64bitint
22502              
22503              Update to Pod::LaTeX 0.53.
22504              Subject: [PATCH] lib/Pod/LaTeX.pm updates
22505              
22506              Document the endianness of Alpha more precisely.
22507              
22508              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
22509              
22510              Rename the macro argument because some preprocessors
22511              can't tell the difference and expand arguments also inside
22512              double quoted strings.
22513              
22514              free TLS slot properly on Windows
22515              
22516              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
22517              
22518              Unicos/mk requires elaborate paranoia.
22519              
22520              Tweak the floating point output routine preferences.
22521              
22522              Also under djgpp the timestamps are funky.
22523              
22524              Apply some PodParser 1.18 patches; the Pod/Find.pm
22525              patches cannot be applied since #6712 conflicts.
22526              
22527              Use PodParser 1.18 new test.
22528              
22529              A pod nit.
22530              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
22531              
22532              Be verydeepclean.
22533      Branch: maint-5.6/perl
22534           +> pod/perlebcdic.pod
22535           !> (integrate 106 files)
22536 ____________________________________________________________________________
22537 [  7892] By: jhi                                   on 2000/11/27  15:02:32
22538         Log: Update Changes.
22539      Branch: perl
22540            ! Changes patchlevel.h
22541 ____________________________________________________________________________
22542 [  7891] By: jhi                                   on 2000/11/27  14:57:23
22543         Log: Subject: Re: perlfaq style changes
22544              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22545              Date: Sat, 25 Nov 2000 23:32:26 -0800
22546              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
22547              
22548              plus a note from Ronald Kimball.
22549      Branch: perl
22550            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
22551 ____________________________________________________________________________
22552 [  7890] By: jhi                                   on 2000/11/27  14:53:14
22553         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
22554              From: Benjamin Holzman <bah@ecnvantage.com>
22555              Date: Sun, 26 Nov 2000 16:27:33 -0500
22556              Message-ID: <20001126162733.J25040@ecnvantage.com>
22557      Branch: perl
22558            ! gv.c
22559 ____________________________________________________________________________
22560 [  7889] By: jhi                                   on 2000/11/27  14:43:11
22561         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
22562              From: lvirden@cas.org
22563              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
22564              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
22565      Branch: perl
22566            ! README.amiga
22567 ____________________________________________________________________________
22568 [  7888] By: jhi                                   on 2000/11/27  14:32:34
22569         Log: Restore also the locale test to no-sprintf-taint state.
22570              Fixes the bug 20001127.003.
22571      Branch: perl
22572            ! sv.c t/pragma/locale.t
22573 ____________________________________________________________________________
22574 [  7887] By: gsar                                  on 2000/11/27  14:13:05
22575         Log: integrate changes#6613..6616,6620..6665 from mainline
22576              
22577              VMS configure.com update continues.
22578              
22579              Subject: Test fails / warnings with perl-current #6612
22580              
22581              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
22582              
22583              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
22584              
22585              For now remove the mail code.
22586              
22587              Subject: Re: [PATCH] @+, @- readonly
22588              
22589              Subject: warning: storage class after type is obsolescent
22590              
22591              Subject: sfio2000
22592              
22593              Subject: Re: File::Temp problems on VMS in bleedperl
22594              
22595              README.os2 update.
22596              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
22597              
22598              Make the user to give up his firstborn, err, to knowingly
22599              verify installing an unstable developer release.  Also bump
22600              the release to 5.7.0, but leave a patch tag in the local
22601              patches saying that this is not yet the real thing.
22602              
22603              Update (kinda) to Test 1.14, from Joshua Pritikin.
22604              
22605              make ok etc also for win32.
22606              
22607              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
22608              
22609              Don't blow limited stacks, a lower number is enough to
22610              tickle the lookbehind limit.
22611              
22612              Use -Dusedevel; regen Configure and the respective Porting stuff.
22613              
22614              Subject: [PATCH] debugger exit code should reflect user exit code
22615              
22616              Subject: [PATCH perl@6620] cygwin port
22617              
22618              Missed a file from #6638.
22619              
22620              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)
22621              
22622              magic callbacks all need to have same type signature
22623              
22624              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
22625              
22626              Fix a dependency problem.
22627              Subject: [PATCH: 6640] VMS Makefile.SH update
22628              
22629              The numeric locale was reset to "C" by s?printf and never restored.
22630              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
22631              No test since adding the failing example to locale.t
22632              does not fail -- probably because the locale settings are so
22633              thoroughly tweaked by that time.  Running the example standalone
22634              does fail, though.  UPDATE: test case added at change #7540.
22635              
22636              Subject: [ID 20000324.040] minor fix to perlhpux.pod
22637              
22638              Update to CPAN 1.57.
22639              
22640              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
22641              
22642              Change the perlbug address to perl.org since it's more forgiving.
22643              
22644              Change the regx compilation error markers to use = instead of <
22645              since pod makes using the latter quite messy.  Reported in
22646              ID 20000814.006 by Abigail and in
22647              Subject: Unknown escape E<> ?
22648              
22649              Update to perldebtut 1.9, from Richard Foley.
22650              
22651              check that the number pseudo children doesn't exceed
22652              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
22653              the WaitForMultipleObjects() limit that would cause wait()
22654              to crash)
22655              wait() and waitpid() could potentially be rewritten to use
22656              more than one thread to do the waiting to eliminate this
22657              limitation
22658              
22659              change#6328 could make close(SOCKET) return false on windows
22660              when it shouldn't
22661              
22662              pod nit seen in passing
22663              
22664              on windows, the return values from wait() and waitpid() don't
22665              match those of pseudo-pids
22666              
22667              waitpid() now handles externally spawned pids correctly;
22668              fixes for backtick/wait/waitpid failures on Windows 9x
22669              these changes make the pid returned by process functions on
22670              Windows 9x always positive by clearing the high bit (which
22671              is always set on Win9x); pseudo-process PIDs are likewise
22672              always negative now on Win9x (just as on NT/2000)
22673              
22674              trailing new %ENV entries weren't being pushed into the real
22675              environment of subprocesses on Windows
22676              
22677              Tweak the regex compilation errors once more.
22678              
22679              avoid warnings from dense compiler
22680              
22681              add "ok" targets from change#6632 in makefile.mk
22682      Branch: maint-5.6/perl
22683            - lib/Pod/PlainText.pm vms/configure.com
22684           !> (integrate 66 files)
22685 ____________________________________________________________________________
22686 [  7886] By: jhi                                   on 2000/11/27  13:54:18
22687         Log: __FUNCTION__ isn't portable and trying to emulate it leads
22688              into practically spelling out the name of the function.
22689              Takes care of the bug 20001127.001.
22690      Branch: perl
22691            ! perlio.c
22692 ____________________________________________________________________________
22693 [  7885] By: gsar                                  on 2000/11/27  13:53:18
22694         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
22695              6610..6611 from mainline
22696              
22697              Make regular expression parse error messages easier to understand.
22698              Subject: Re: enhanced(?) regex error messages
22699              
22700              Tiny tidying on report_evil_fh().
22701              
22702              Subject: Re: enhanced(?) regex error messages 
22703              plus Capitalize the error messages, plus perldiag them.
22704              
22705              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
22706              
22707              Document here-doc better.
22708              
22709              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
22710              
22711              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
22712              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
22713              (either perlbug or p5p ate the original), plus regen
22714              perlapi and perltoc. 
22715              
22716              Regen global.sym.
22717              
22718              Double check that we have a dirhandle.
22719              
22720              Subject: Re: enhanced(?) regex error messages
22721              (plus two small patches sent privately)
22722              (this still seems to leave few test failures)
22723              
22724              warn is a macro, avoid using at a variable to avoid warnings
22725              in some configurations; readdir.t is too conservative in
22726              estimating number of *.t's
22727              
22728              Get back into sync with Jeffrey on the enhanced regex warnings.
22729              
22730              Subject: [PATCH 5.6.0] cygwin port
22731              
22732              Zero entries were skipped, fix from Adrian Goalby
22733              <argoalby@yahoo.co.uk>
22734              
22735              Subject: Remove dead entry in perldiag
22736              
22737              Amend the description of Perl6.
22738              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
22739              
22740              detypo
22741              
22742              It's the 2ndO'ROSSC.
22743              
22744              Revert the sv.c part of #6559, a better fix is needed.
22745              
22746              Iterating perl6 description.
22747              
22748              Update to Term::ANSIColor 1.03, from Russ Allbery.
22749              
22750              Update to Getopt::Long 2.23_05, from Johan Vromans.
22751              
22752              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
22753              
22754              Update to Pod::Parser 1.17, from Brad Appleton.
22755              
22756              Update to CPAN 1.56, from Andreas König.
22757              
22758              Update to CGI 2.70, from Lincoln Stein.
22759              
22760              Put back the std @INC thing.
22761              
22762              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
22763              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
22764              
22765              Document the IO::Select timeout.
22766              
22767              sleep(1) does not necessarily return 1.
22768              Subject: [PATCH bleadperl] op/lex_assign.t  
22769              
22770              Subject: debugger "d" command doesnt check line number
22771              
22772              B::Deparse didn't do sub attributes.
22773              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
22774              
22775              Preprocessing and postprocessing for File::Find.
22776              Subject: Patch to Find::File.pm to allow alphabetical results
22777              
22778              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
22779              
22780              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
22781              
22782              Subject: Re: [ID 20000730.003] utf8::length() bad
22783              
22784              Subject: Getting perlio and threads to compile
22785              (the Solaris version changes in Configure skipped)
22786              
22787              Tests for #6589.
22788              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
22789              
22790              Add Perl debugging tutorial, regen toc. 
22791              Subject: perldebtut.pod
22792              
22793              Add a few missing files, update MANIFEST.
22794              
22795              Rewrite of vms/subconfigure.com as configure.com,
22796              from Peter Prymmer and the vmsperl crew.
22797              
22798              Should have deleted this in #6603.
22799              
22800              Fix the test for 5005threads.
22801              
22802              Fix-n-skip the tests under 5005threads.
22803              
22804              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
22805              
22806              Upgrade to CGI 2.71, from Lincoln Stein.
22807      Branch: maint-5.6/perl
22808           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
22809           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
22810           +> t/op/regmesg.t t/pod/find.t vms/configure.com
22811            - vms/subconfigure.com
22812            ! lib/lib.pm
22813           !> (integrate 115 files)
22814 ____________________________________________________________________________
22815 [  7884] By: jhi                                   on 2000/11/27  13:44:33
22816         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
22817              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22818              Date:     Mon, 27 Nov 2000 08:23:54 EST
22819              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
22820      Branch: perl
22821            ! vms/descrip_mms.template vms/test.com
22822 ____________________________________________________________________________
22823 [  7883] By: gsar                                  on 2000/11/27  11:50:46
22824         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
22825              6511..6513,6515..6523,6525..6536
22826              
22827              The swallow_bom() saga continues.  The #23 of require.t
22828              (UTF16-LE) still fails (silently, no output) but the #22
22829              (UTF16-BE) seems to be working now.  The root of the
22830              failure may be in sv_gets(): is it UTF-16LE-aware,
22831              especially when it comes to line endings? 
22832              
22833              Document the problem with -P in HP-UX and its workaround.
22834              
22835              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
22836              (aka ID 20000730.002)
22837              
22838              Subject: fix and question re: waitpid() under win32
22839              
22840              Make the safety catch for buggy gccs work with triple version
22841              numbers like 2.95.2.  Reported in
22842              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
22843              
22844              In Digital UNIX warn if gcc explicitly chosen because even
22845              2.95.2 is known to cause problems.
22846              
22847              Make chr() for values >127 to create utf8 when under utf8.
22848              
22849              various syntax errors and such (not fixed: comp/require.t#22 coredump
22850              on Windows)
22851              
22852              Stash away the largefiles flags and libswanted.
22853              
22854              BOM patching from Simon Cozens.
22855              
22856              If gccosandvers is equal to osname, clear gccosandvers.
22857              
22858              Make p4desc to skip non-mainperl branches by default.
22859              
22860              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
22861              
22862              The test from this
22863              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
22864              
22865              In new BSDs changes to argv[] do not show up in ps(1) output,
22866              instead one must use setproctitle().  This was already addressed
22867              by change #6457, but the below has a new variant for FreeBSD 4.0
22868              or later, and the matter is also documented more.
22869              
22870              FreeBSD 3.* updates from
22871              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22872              
22873              regen_headers, regen perltoc.
22874              
22875              Document in one place the memory abstractions used in Perl core.
22876              
22877              memcpy has n o in it, as pinted ut by Sarathy.
22878              
22879              Remove the extraneous "main::" prefix from all the
22880              "opened only for", "on closed", and "never opened" warnings.
22881              
22882              The name of a filehandle does not have <these>.
22883              
22884              The tr utf8 patching continues.
22885              
22886              The new setproctitle() feature is available only in 
22887              bleeding edge FreeBSD.  From Paul Saab.
22888              
22889              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
22890              
22891              Dump UVs as UVs in Data::Dumper.
22892              
22893              detypo #6494
22894              
22895              Document the IVdf UVuf UVof UVxf.
22896              
22897              require.t needs binmode() to work on windows
22898              
22899              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
22900              that are hopefully soon put into use.
22901              
22902              Allow "no Module;" even if there is no 'unimport'.
22903              
22904              Better skip message for the test; one of the two problems in
22905              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
22906              
22907              The subtest 4 may fail also on VOBS, as pointed out
22908              by Nick Ing-Simmons in November 1999, bug id 19991124.003
22909              (but the failure in that bug report isn't the subtest 4).
22910              
22911              Be more informative on what is skipped and why,
22912              also repeat the list at the end.
22913              
22914              Add a URL for FSF.
22915              
22916              Subject: [PATCH] sv.h documentation - SvLEN
22917              
22918              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
22919              
22920              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
22921              
22922              Subject: [PATCH] bad cppsymbols on os2 + Configure question
22923              
22924              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
22925              
22926              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
22927              mention the idea of @( and @)
22928              
22929              This is 6512.  Really.
22930              
22931              Subject: [ID 19990721.004] Documentation bug in perlfunc
22932              
22933              Subject: Minor tweak to perlvar.pod
22934              
22935              In the warnings call filehandles consistently so;
22936              add "unopened" warning for stat().
22937              
22938              After the #6519 a warning about stat() is just that,
22939              not about a filetest, which now have their own warning.
22940              
22941              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
22942              
22943              Subject: Re: Array vs. List context
22944              
22945              Subject: New perlcc, take 2
22946              
22947              Weed buglets pointed out by
22948              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
22949              
22950              gcc versions might have (parentheses) in them.
22951              
22952              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
22953              
22954              Essential prototype changes were missing from #6527.
22955              Also make report_evil_fh() more bomb-proof.
22956              
22957              Zap lib/Sys directory when cleaning up.
22958              
22959              Change the Policy policy: now -Dprefix= with an existing
22960              Policy.sh and prefix == siteprefix == vendorprefix, then all
22961              of them follow along the new prefix.
22962              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
22963              
22964              Continue fixing the io warnings.  This also
22965              sort of fixes bug ID 20000802.003: the core dump
22966              is no more.  Whether the current behaviour is correct
22967              (giving a warning: "Not a format reference"), is another matter.
22968              
22969              Have symbols for the IoTYPEs.
22970              
22971              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
22972              
22973              Document a bit that UDP is not what you might think.
22974              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
22975              tr memory corruption fix from Simon Cozens.
22976              
22977              Plug the security hole described in the Aug 05 2000 bugtraq message
22978              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
22979              The security hole exists only in suidperls, which isn't
22980              installed or even built by default.
22981      Branch: maint-5.6/perl
22982           !> (integrate 71 files)
22983 ____________________________________________________________________________
22984 [  7882] By: gsar                                  on 2000/11/27  10:25:36
22985         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
22986              from mainline
22987              
22988              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
22989              to be fatal errors (instead of by default ignoring them, and
22990              ignoring with a bug: even though -w gave an error, the opening [
22991              was left in)  Reported in:
22992              
22993              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
22994              
22995              Subject: [PATCH] split /^/
22996              
22997              MacOS nits from Matthias Neeracher.
22998              
22999              More split() doc and test patches from Mike Guy.
23000              
23001              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
23002              from Graham Barr in the module list.
23003              
23004              docfix from Peter Scott <Peter@PSDT.com>.
23005              
23006              File::Temp patches for VMS and OS/2 from Tim Jenness.
23007              
23008              open() wariness in perlbug.
23009              
23010              Subject: [PATCH] minor doc change - perlguts
23011              
23012              Subject: Minor doc patch: handy.h
23013              
23014              Be wary of close()s, too.
23015              
23016              Further File::Temp patches from Yitzchak Scott-Thoennes
23017              and Craig A. Berry.
23018              
23019              Subject: [PATCH] fixes bug 20000508.004
23020              
23021              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
23022              
23023              Allow "no AutoLoader;", based on change #6444,
23024              suggested by Graham Barr.
23025              
23026              Use setproctitle() if available to modify $0.
23027              
23028              Warn if the version of the operating system used to compile gcc
23029              differs from the current version of the operating system.
23030              Also display the gcc compilation os and version in myconfig.
23031              Inspiration from
23032              
23033              Tiny fixes for #6460.
23034              
23035              The problem described in this
23036              Subject: [ID 20000322.018] named chars aren't magical enough
23037              has been fixed in perl 5.6.0 but just in case added a test
23038              to keep it away.  (The report from Joseph Hall.)
23039              
23040              Tune the comments and hopefully stop a memory leak.
23041              
23042              Subject: UTF8 concat
23043              (with a memory leak fixed, plus a few casts added)
23044              This also seems to help for
23045              Subject: [ID 20000716.015] join UTF8 weirdness
23046              
23047              Do not upgrade SVs into utf8 just because they participate
23048              in eq or cmp.  Reported and fix suggested in
23049              Subject: [ID 20000720.009] sv_eq UTF8 bug
23050              
23051              Fix the HALF_UPGRADE() macro introduced in #6263.
23052              
23053              Find green threads before native threads.
23054              Subject: Re: Patch to jpl/JNI/Makefile.PL
23055      Branch: maint-5.6/perl
23056           !> (integrate 30 files)
23057 ____________________________________________________________________________
23058 [  7881] By: jhi                                   on 2000/11/27  05:48:41
23059         Log: It seems that *both* the unused submatch loop cleanup
23060              codes are needed.
23061      Branch: perl
23062            ! regexec.c
23063 ____________________________________________________________________________
23064 [  7880] By: jhi                                   on 2000/11/27  04:50:07
23065         Log: Clean .exists deeper.
23066      Branch: perl
23067            ! Makefile.SH
23068 ____________________________________________________________________________
23069 [  7879] By: jhi                                   on 2000/11/27  02:31:35
23070         Log: The code in regcppop() (see #7878) contains the correct lower
23071              limit for the unused submatch 'cleanup' loop so that under
23072              "use utf8" the following code wouldn't dump core:
23073              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
23074              the cleanup loop in regtry() stomped beyond allocated area
23075              in the startp[] array.  Therefore, copied the correct lower
23076              loop limit (*PL_reglastparen) to regtry().  Note: something
23077              may still not be quite right: why was the _higher_ loop limit
23078              (prog->nparens) different in the utf8 case?
23079              
23080              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
23081              without core dumps, there were about 17 of them before
23082              the patch (with us since Perl 5.7.0).  Two failures, still:
23083              496 and 505 (though these may not be severe).
23084              
23085              Patch #7881 is also needed since both the cleanup loops
23086              seem to be needed.
23087              
23088              Also, the t/op/pat#44 seems to core dump under utf8.
23089              Plus a couple of failures.  UGH-8.
23090      Branch: perl
23091            ! regexec.c
23092 ____________________________________________________________________________
23093 [  7878] By: jhi                                   on 2000/11/27  02:21:17
23094         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
23095              the code in regcppop() seems to be redundant for the test suite --
23096              but it contains a germ of truth, and it needed for the build
23097              process itself: see #7879 and #7881.
23098      Branch: perl
23099            ! regexec.c
23100 ____________________________________________________________________________
23101 [  7877] By: jhi                                   on 2000/11/27  01:53:09
23102         Log: Comment on comment.
23103      Branch: perl
23104            ! regexec.c
23105 ____________________________________________________________________________
23106 [  7876] By: jhi                                   on 2000/11/27  00:49:59
23107         Log: Adjust the docs to agree with #7875.
23108      Branch: perl
23109            ! pod/perllocale.pod
23110 ____________________________________________________________________________
23111 [  7875] By: jhi                                   on 2000/11/27  00:49:27
23112         Log: Retract #7863.  It makes more sense not to taint formatted output,
23113              not even by sprintf().
23114      Branch: perl
23115            ! sv.c
23116 ____________________________________________________________________________
23117 [  7874] By: jhi                                   on 2000/11/26  23:36:02
23118         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
23119              Not really fixed (should really dump the UTF-8 charclass),
23120              but stopped displaying the garbage.
23121              
23122              Also add a note on the (missing) Unicode PSXSPC and BLANK.
23123      Branch: perl
23124            ! regcomp.c
23125 ____________________________________________________________________________
23126 [  7873] By: jhi                                   on 2000/11/26  21:31:13
23127         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
23128      Branch: perl
23129            ! regexec.c
23130 ____________________________________________________________________________
23131 [  7872] By: jhi                                   on 2000/11/26  21:06:04
23132         Log: No need to scan till infinity, 13 is enough.
23133      Branch: perl
23134            ! handy.h utf8.c
23135 ____________________________________________________________________________
23136 [  7871] By: jhi                                   on 2000/11/26  20:20:32
23137         Log: Test line numbers are different with utf8.
23138      Branch: perl
23139            ! t/op/re_tests
23140 ____________________________________________________________________________
23141 [  7870] By: jhi                                   on 2000/11/26  20:10:12
23142         Log: Message nit.
23143      Branch: perl
23144            ! regcomp.c
23145 ____________________________________________________________________________
23146 [  7869] By: jhi                                   on 2000/11/26  19:01:05
23147         Log: Make utf8_length() and utf8_distance() (the latter of which
23148              is unused at the moment) to be less forgiving about bad UTF-8.
23149      Branch: perl
23150            ! embed.h embed.pl objXSUB.h proto.h utf8.c
23151 ____________________________________________________________________________
23152 [  7868] By: jhi                                   on 2000/11/26  18:45:56
23153         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
23154              From: Benjamin Holzman <bah@ecnvantage.com>
23155              Date: Sat, 25 Nov 2000 20:40:20 -0500       
23156              Message-ID: <20001125204020.A25040@ecnvantage.com>              
23157              
23158              Debian allows installing /usr/bin/locale without installing
23159              any locales, an error message will ensue.
23160      Branch: perl
23161            ! t/pragma/locale.t
23162 ____________________________________________________________________________
23163 [  7867] By: jhi                                   on 2000/11/26  18:31:12
23164         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
23165              From: Benjamin Holzman <bah@ecnvantage.com>
23166              Date: Sun, 26 Nov 2000 02:42:34 -0500
23167              Message-ID: <20001126024234.G25040@ecnvantage.com>
23168              
23169              Patch for the bug 20000212.002.
23170      Branch: perl
23171            ! sv.c t/op/array.t
23172 ____________________________________________________________________________
23173 [  7866] By: jhi                                   on 2000/11/26  18:28:09
23174         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
23175              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23176              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
23177              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
23178              
23179              File::Temp 0.11.
23180      Branch: perl
23181            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
23182 ____________________________________________________________________________
23183 [  7865] By: jhi                                   on 2000/11/26  18:24:22
23184         Log: The metaconfig unit change for #7864.
23185      Branch: metaconfig/U/perl
23186            ! need_va_copy.U
23187 ____________________________________________________________________________
23188 [  7864] By: jhi                                   on 2000/11/26  18:23:41
23189         Log: Make the va_copy() test not to be so talkative.
23190      Branch: perl
23191            ! Configure config_h.SH
23192 ____________________________________________________________________________
23193 [  7863] By: jhi                                   on 2000/11/26  18:11:02
23194         Log: Fix locale inconsistencies unearthed by Hugo's work.
23195              Now the floating point sprintf really does taint the result
23196              string as perllocale promises (has promised for a long time)
23197              if "use locale" is in the lexical scope.
23198      Branch: perl
23199            ! sv.c t/pragma/locale.t
23200 ____________________________________________________________________________
23201 [  7862] By: jhi                                   on 2000/11/26  00:35:15
23202         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
23203              From: Nicholas Clark <nick@ccl4.org>
23204              Date: Sun, 26 Nov 2000 00:07:50 +0000
23205              Message-ID: <20001126000750.A22446@plum.flirble.org>
23206              
23207              Infinit.
23208      Branch: perl
23209            ! sv.c
23210 ____________________________________________________________________________
23211 [  7861] By: jhi                                   on 2000/11/26  00:01:26
23212         Log: Integrate perlio.
23213      Branch: perl
23214           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
23215 ____________________________________________________________________________
23216 [  7860] By: nick                                  on 2000/11/25  22:04:17
23217         Log: Correct relative path from new ext\Filter\Util\Call location
23218              back to miniperl.
23219      Branch: perlio
23220            ! win32/makefile.mk
23221 ____________________________________________________________________________
23222 [  7859] By: nick                                  on 2000/11/25  21:26:54
23223         Log: Integrate mainline.
23224      Branch: perlio
23225           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
23226           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
23227           +> t/lib/filter-util.t
23228            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23229            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
23230            - t/lib/filt-util.t
23231           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
23232           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
23233           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
23234           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
23235           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
23236           !> win32/makefile.mk
23237 ____________________________________________________________________________
23238 [  7858] By: gsar                                  on 2000/11/25  20:52:17
23239         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
23240              parent's memory; fix it by keeping track of the actual pad
23241              offset rather than a raw pointer (this change is probably also
23242              relevant to non-ithreads case to avoid fallout from reallocs of
23243              the pad array, but is currently only enabled for the ithreads
23244              case in the interests of minimal disruption to existing "well
23245              tested" code)
23246      Branch: perl
23247            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
23248            ! proto.h scope.c scope.h sv.c t/op/fork.t
23249 ____________________________________________________________________________
23250 [  7857] By: nick                                  on 2000/11/25  20:01:28
23251         Log: All tests pass on Win32/gcc/USE_PERLIO.
23252              - when crlf layer is pushed make unix-level binary.
23253              - remove :crlf injection in pp_backtick in pp_sys.c
23254              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
23255      Branch: perlio
23256            ! doio.c perlio.c pp_sys.c win32/makefile.mk
23257 ____________________________________________________________________________
23258 [  7856] By: jhi                                   on 2000/11/25  18:38:30
23259         Log: Update the metaconfig units for #7855.
23260      Branch: metaconfig/U/perl
23261            ! useperlio.U usesocks.U
23262 ____________________________________________________________________________
23263 [  7855] By: jhi                                   on 2000/11/25  18:37:54
23264         Log: Undo the SOCKS workarounds, instead start using PerlIO
23265              if SOCKS is selected.
23266              
23267              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
23268              From: Jens Hamisch <jens@Strawberry.COM>
23269              Date: Fri, 24 Nov 2000 18:31:30 +0100
23270              Message-ID: <20001124183130.E28337@Strawberry.COM>
23271              
23272              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
23273              From: Jens Hamisch <jens@Strawberry.COM>
23274              Date: Fri, 24 Nov 2000 19:11:51 +0100
23275              Message-ID: <20001124191151.A28753@Strawberry.COM>
23276      Branch: perl
23277            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
23278            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
23279 ____________________________________________________________________________
23280 [  7854] By: jhi                                   on 2000/11/25  17:39:08
23281         Log: Undo #7848.  Some of the code seems to use walkoptree(),
23282              some walkoptree_slow().  An unfinished renaming?
23283              Now the sub is walkoptree() (which is @EXPORT_OK),
23284              the walkoptree_slow() is a typeglob alias to walkoptree.
23285              This makes the tests to pass, at least.
23286      Branch: perl
23287            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
23288 ____________________________________________________________________________
23289 [  7853] By: nick                                  on 2000/11/24  22:24:33
23290         Log: Re-arrange crlf vs binary for platforms that care.
23291              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
23292              Lip-service to making stdio layer work on such platfroms (untested).
23293              Now fails 3 tests rather than one, checkin to see if I can debug 
23294              the issue under linux. (Do not merge.)
23295      Branch: perlio
23296            ! doio.c perlio.c perliol.h
23297 ____________________________________________________________________________
23298 [  7852] By: jhi                                   on 2000/11/24  18:57:39
23299         Log: AUTHORS edits.
23300      Branch: perl
23301            ! AUTHORS
23302 ____________________________________________________________________________
23303 [  7851] By: jhi                                   on 2000/11/24  17:34:56
23304         Log: Add Jan-Erik Karlsson.
23305      Branch: perl
23306            ! AUTHORS
23307 ____________________________________________________________________________
23308 [  7850] By: jhi                                   on 2000/11/24  17:27:56
23309         Log: Configure should find stdchar on its own.
23310      Branch: perl
23311            ! hints/solaris_2.sh
23312 ____________________________________________________________________________
23313 [  7849] By: jhi                                   on 2000/11/24  17:24:55
23314         Log: Subject: PATCH over 7848: Filter test flawed
23315              From: andreas.koenig@anima.de (Andreas J. Koenig)
23316              Date: 24 Nov 2000 10:28:29 +0100
23317              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
23318      Branch: perl
23319            ! t/lib/filter-util.t
23320 ____________________________________________________________________________
23321 [  7848] By: jhi                                   on 2000/11/24  17:22:15
23322         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
23323              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
23324              Date: Fri, 24 Nov 2000 16:12:58 +0000
23325              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
23326      Branch: perl
23327            ! ext/B/B.pm
23328 ____________________________________________________________________________
23329 [  7847] By: jhi                                   on 2000/11/24  03:07:01
23330         Log: Integrate perlio.
23331      Branch: perl
23332           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
23333           !> win32/makefile.mk
23334 ____________________________________________________________________________
23335 [  7846] By: gsar                                  on 2000/11/24  00:55:57
23336         Log: integrate changes#6415..6418,6420..6438 from mainline
23337              
23338              Fix the bitvector ops for utf8 (tricky since past 7 bits
23339              the utf8 'characters' can be more than one octet).
23340              
23341              MPE/ix updates for perl 5.6.0 from Mark Bixby.
23342              
23343              Subject: SDBM_File documentation
23344              
23345              Detypo.
23346              
23347              Decutandpasto.
23348              
23349              Send all installperl messages to STDERR and be -w clean.
23350              
23351              Out-of-date note removed.
23352              
23353              Protect against "wild next"s, that is, callbacks doing "next"
23354              instead of "return".
23355              
23356              Use STDOUT consistently.
23357              
23358              The output might have been produced in the wrong order.
23359              
23360              A missing 'break' after the [[:space:]] switch case.
23361              
23362              Add tests for
23363              [ID 19991110.003] another matching finding by pcre author
23364              which has already been fixed by some patch, as verified in
23365              
23366              Documentation to explain the behaviour of map().
23367              
23368              Add an optimization for map-maps-a-list-element-to-more-list-elements
23369              case, but add also notes explaining the relationship of this
23370              patch and the earlier notes by Sarathy.
23371              
23372              Subject: [ID 20000716.023] syslog test fails without sockets
23373              
23374              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
23375              Test cases for #6431.
23376              
23377              File::Spec::VMS fixup for tmpdir from Craig Berry.
23378              
23379              Make the "uninit variable" warning to say "concat or string"
23380              or "join or string" when in concat or join .
23381              
23382              Get UTF16 BOMs working.  Patch from
23383              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
23384              
23385              Subject: [PATCH] Make large file tests deal with SIGXFSZ
23386              
23387              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
23388              
23389              Subject: [PATCH] av.c apidoc
23390      Branch: maint-5.6/perl
23391           !> (integrate 43 files)
23392 ____________________________________________________________________________
23393 [  7845] By: gsar                                  on 2000/11/24  00:20:45
23394         Log: integrate changes#6406..6414 from mainline
23395              
23396              Merge perlhacktut into perlhack, update perlguts.
23397              
23398              Fix AutoSplit to use File::Spec the right way in VMS,
23399              from Peter Prymmer.
23400              
23401              The bug report
23402              [ID 19991110.002] minimal matching discrepancy found by pcre author
23403              seems to have been fixed (though differently from what was suggested
23404              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
23405              
23406              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
23407              not in pod, from Peter Prymmer
23408              
23409              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
23410              From: Hugo <hv@crypt.compulink.co.uk>
23411              Date: Fri, 14 Jul 2000 23:05:20 +0100
23412              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
23413              
23414              Didn't anymore apply, but that point still could use another fix.
23415              
23416              lib/b test fixes from Peter Prymmer.
23417              
23418              More docs for sv functions.
23419              
23420              perlvms.pod whitespace cleanup to keep pod utils happy.
23421              
23422              another VMS build tweak from Peter Prymmer
23423      Branch: maint-5.6/perl
23424           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
23425           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
23426           !> vms/descrip_mms.template vms/perlvms.pod
23427 ____________________________________________________________________________
23428 [  7844] By: nick                                  on 2000/11/23  23:42:45
23429         Log: Win32/perlio Now just fails one io/argv.t test - lack 
23430              of default :crlf on standard streams.
23431      Branch: perlio
23432            ! doio.c perlio.c
23433 ____________________________________________________________________________
23434 [  7843] By: nick                                  on 2000/11/23  23:04:05
23435         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
23436              peek fail is showing a real problem (multiple crlf layers
23437              are getting pushed.)
23438      Branch: perlio
23439            ! doio.c perlio.c win32/makefile.mk
23440 ____________________________________________________________________________
23441 [  7842] By: nick                                  on 2000/11/23  19:46:23
23442         Log: Implement PerlIO_binmode()
23443              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
23444              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
23445              make binmode in t/lib/io_tell.t unconditional so that works.
23446              Checkin just so Win32 machine can see these changes.
23447      Branch: perlio
23448            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
23449 ____________________________________________________________________________
23450 [  7841] By: jhi                                   on 2000/11/23  19:30:00
23451         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
23452      Branch: perl
23453            ! README.amiga
23454 ____________________________________________________________________________
23455 [  7840] By: jhi                                   on 2000/11/23  17:18:02
23456         Log: SOCKS wrestling continues, patches from Jens Hamisch.
23457      Branch: perl
23458            ! doio.c embed.h embed.pl perlsdio.h proto.h
23459 ____________________________________________________________________________
23460 [  7839] By: jhi                                   on 2000/11/23  16:54:14
23461         Log: Push Filter::Util::Call one level deeper.
23462      Branch: perl
23463            + t/lib/filter-util.t
23464           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
23465           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
23466            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23467            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
23468            - t/lib/filt-util.t
23469            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
23470            ! win32/Makefile win32/makefile.mk
23471 ____________________________________________________________________________
23472 [  7838] By: jhi                                   on 2000/11/23  16:52:40
23473         Log: Reach back one higher up when searching for PERL_SRC.
23474      Branch: perl
23475            ! lib/ExtUtils/MM_Unix.pm
23476 ____________________________________________________________________________
23477 [  7837] By: jhi                                   on 2000/11/23  16:05:41
23478         Log: Subject: Re: perl@7826
23479              Date: Thu, 23 Nov 2000 02:20:25 -0600
23480              From: "Craig A. Berry" <craigberry@mac.com>
23481              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
23482              
23483              Make VMS to like Filter::Util::Call. 
23484      Branch: perl
23485            ! configure.com ext/Filter/Util/Makefile.PL
23486 ____________________________________________________________________________
23487 [  7836] By: nick                                  on 2000/11/23  16:04:08
23488         Log: Implement crlf layer - not ready for merge.
23489      Branch: perlio
23490            ! perlio.c win32/makefile.mk
23491 ____________________________________________________________________________
23492 [  7835] By: jhi                                   on 2000/11/23  15:56:52
23493         Log: STDCHAR is different in Sparc v9 vs x86.
23494      Branch: perl
23495            ! hints/solaris_2.sh
23496 ____________________________________________________________________________
23497 [  7834] By: jhi                                   on 2000/11/23  15:50:47
23498         Log: The type needs to be visible to protos.
23499      Branch: perl
23500            ! perl.h
23501 ____________________________________________________________________________
23502 [  7833] By: jhi                                   on 2000/11/23  15:40:46
23503         Log: Finish unfinished SOCKS workaround changes.
23504      Branch: perl
23505            ! doio.c
23506 ____________________________________________________________________________
23507 [  7832] By: jhi                                   on 2000/11/23  15:33:30
23508         Log: Integrate perlio.
23509      Branch: perl
23510           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23511           !> win32/makefile.mk
23512 ____________________________________________________________________________
23513 [  7831] By: nick                                  on 2000/11/23  10:31:07
23514         Log: Correct makefile.mk dependancies for ext/Filter/Util
23515              Build ext/Encode
23516              Run dmake regen_config_h
23517      Branch: perlio
23518            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23519            ! win32/makefile.mk
23520 ____________________________________________________________________________
23521 [  7830] By: nick                                  on 2000/11/23  08:05:07
23522         Log: Integrate mainline
23523      Branch: perlio
23524           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23525           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
23526           +> t/lib/filt-util.pl t/lib/filt-util.t
23527           !> (integrate 41 files)
23528 ____________________________________________________________________________
23529 [  7829] By: gsar                                  on 2000/11/23  03:07:11
23530         Log: build the Filter extension on windows
23531      Branch: perl
23532            ! win32/Makefile win32/makefile.mk
23533 ____________________________________________________________________________
23534 [  7828] By: gsar                                  on 2000/11/23  02:46:35
23535         Log: regenerate win32/config* and fix some inconsistencies in the
23536              makefiles; always export Perl_deb() because it is needed
23537              by ext/re/* (whether perl itself is built with -DDEBUGGING
23538              or not)
23539      Branch: perl
23540            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
23541            ! win32/config_H.vc win32/makefile.mk
23542 ____________________________________________________________________________
23543 [  7827] By: gsar                                  on 2000/11/23  02:18:38
23544         Log: get sources building on windows+MSVC again (untested with other
23545              compilers)
23546      Branch: perl
23547            ! win32/include/sys/socket.h win32/perllib.c
23548 ____________________________________________________________________________
23549 [  7826] By: jhi                                   on 2000/11/23  01:18:26
23550         Log: Update Changes.
23551      Branch: perl
23552            ! Changes patchlevel.h
23553 ____________________________________________________________________________
23554 [  7825] By: jhi                                   on 2000/11/23  00:20:41
23555         Log: Subject: Re: av.c patch (having slight problems)
23556              From: "Ben Tilly" <ben_tilly@hotmail.com>
23557              Date: Tue, 21 Nov 2000 23:29:31 -0500
23558              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
23559              
23560              unshift() speedup.
23561      Branch: perl
23562            ! av.c
23563 ____________________________________________________________________________
23564 [  7824] By: jhi                                   on 2000/11/22  23:59:15
23565         Log: Fixes for signedness warnings noticed by VMSperlers.
23566      Branch: perl
23567            ! ext/Storable/Storable.xs regcomp.c sv.c
23568 ____________________________________________________________________________
23569 [  7823] By: jhi                                   on 2000/11/22  23:19:31
23570         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
23571              From: Peter Prymmer <pvhp@forte.com>
23572              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
23573              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
23574      Branch: perl
23575            ! t/pragma/warn/pp_hot
23576 ____________________________________________________________________________
23577 [  7822] By: jhi                                   on 2000/11/22  22:52:20
23578         Log: Be clean.
23579      Branch: perl
23580            ! Makefile.SH
23581 ____________________________________________________________________________
23582 [  7821] By: jhi                                   on 2000/11/22  22:46:39
23583         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
23584              by Damian Conway, as suggested by Paul Marquess.
23585      Branch: perl
23586            + lib/Filter/Simple.pm
23587 ____________________________________________________________________________
23588 [  7820] By: jhi                                   on 2000/11/22  22:45:51
23589         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
23590      Branch: perl
23591            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23592            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
23593            + t/lib/filt-util.t
23594            ! MANIFEST
23595 ____________________________________________________________________________
23596 [  7819] By: jhi                                   on 2000/11/22  22:03:27
23597         Log: Integrate perlio.
23598      Branch: perl
23599           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
23600           !> win32/makefile.mk
23601 ____________________________________________________________________________
23602 [  7818] By: jhi                                   on 2000/11/22  21:56:02
23603         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
23604      Branch: perl
23605            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
23606            ! t/lib/io_sock.t
23607 ____________________________________________________________________________
23608 [  7817] By: jhi                                   on 2000/11/22  21:39:49
23609         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
23610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23611              Date: Wed, 22 Nov 2000 16:08:12 -0500
23612              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
23613      Branch: perl
23614            ! lib/ExtUtils/Liblist.pm
23615 ____________________________________________________________________________
23616 [  7816] By: jhi                                   on 2000/11/22  21:38:25
23617         Log: Go ahead and #include <unistd.h> in perl.h.
23618      Branch: perl
23619            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
23620            ! util.c
23621 ____________________________________________________________________________
23622 [  7815] By: jhi                                   on 2000/11/22  21:22:52
23623         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
23624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23625              Date: Mon, 20 Nov 2000 18:30:52 -0500
23626              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
23627      Branch: perl
23628            ! pod/perlre.pod regcomp.c t/op/re_tests
23629 ____________________________________________________________________________
23630 [  7814] By: jhi                                   on 2000/11/22  21:21:46
23631         Log: Subject: [PATCH 5.7.0] Liblist finally works
23632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23633              Date: Tue, 21 Nov 2000 22:02:17 -0500
23634              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
23635      Branch: perl
23636            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
23637            ! lib/ExtUtils/MakeMaker.pm
23638 ____________________________________________________________________________
23639 [  7813] By: jhi                                   on 2000/11/22  21:20:23
23640         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
23641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23642              Date: Wed, 22 Nov 2000 17:53:15 +0100
23643              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
23644              
23645              AIX dynaloader and perlio patch.
23646      Branch: perl
23647            ! ext/DynaLoader/dl_aix.xs
23648 ____________________________________________________________________________
23649 [  7812] By: jhi                                   on 2000/11/22  21:17:52
23650         Log: (Accidentally empty patch.)
23651      Branch: perl
23652            ! av.c
23653 ____________________________________________________________________________
23654 [  7811] By: jhi                                   on 2000/11/22  21:16:31
23655         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
23656              From: Peter Prymmer <pvhp@forte.com>
23657              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
23658              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
23659      Branch: perl
23660            ! vms/test.com
23661 ____________________________________________________________________________
23662 [  7810] By: jhi                                   on 2000/11/22  21:15:36
23663         Log: Subject: Re: perl@7777 
23664              From: "John P. Linderman" <jpl@research.att.com>
23665              Date: Wed, 22 Nov 2000 13:11:11 -0500
23666              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
23667              
23668              Detypoing.
23669      Branch: perl
23670            ! lib/CPAN.pm
23671 ____________________________________________________________________________
23672 [  7809] By: jhi                                   on 2000/11/22  21:14:19
23673         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
23674              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23675              Date:     Wed, 22 Nov 2000 13:51:37 EST
23676              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
23677      Branch: perl
23678            ! perlsdio.h
23679 ____________________________________________________________________________
23680 [  7808] By: jhi                                   on 2000/11/22  21:13:27
23681         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
23682              From: Casey Tweten <crt@kiski.net>
23683              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
23684              Message-Id: <200011201653.LAA10194@home.kiski.net>
23685      Branch: perl
23686            ! t/lib/io_udp.t
23687 ____________________________________________________________________________
23688 [  7807] By: jhi                                   on 2000/11/22  21:12:35
23689         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
23690              From: Casey Tweten <crt@kiski.net>
23691              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
23692              Message-Id: <200011201636.LAA07227@home.kiski.net>
23693      Branch: perl
23694            ! t/lib/io_sock.t
23695 ____________________________________________________________________________
23696 [  7806] By: jhi                                   on 2000/11/22  21:10:59
23697         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
23698              From: "Casey R. Tweten" <crt@kiski.net>
23699              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
23700              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
23701      Branch: perl
23702            ! utils/h2xs.PL
23703 ____________________________________________________________________________
23704 [  7805] By: nick                                  on 2000/11/22  21:05:06
23705         Log: Integrate mainline
23706      Branch: perlio
23707           !> Changes Porting/genlog ext/DB_File/DB_File.xs
23708           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
23709           !> utils/perlbug.PL
23710 ____________________________________________________________________________
23711 [  7804] By: jhi                                   on 2000/11/22  21:01:12
23712         Log: Subject: [PATCH] Test.pm POD peculiarity
23713              From: "Casey R. Tweten" <crt@kiski.net>
23714              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
23715              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
23716      Branch: perl
23717            ! lib/Test.pm
23718 ____________________________________________________________________________
23719 [  7803] By: jhi                                   on 2000/11/22  20:59:59
23720         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
23721              From: "Philip Newton" <pnewton@gmx.de>
23722              Date: Wed, 22 Nov 2000 14:25:53 +0100
23723              Message-Id: <3A1BD771.25462.1939FAD@localhost>
23724              
23725              Be case-understanding also on 's', and use the -oi of sendmail
23726              not to terminate the transmission on a lone '.'.
23727      Branch: perl
23728            ! utils/perlbug.PL
23729 ____________________________________________________________________________
23730 [  7802] By: nick                                  on 2000/11/22  20:51:42
23731         Log: Win32 PerlIO intermediate state now working as expected.
23732              - In current state we are still using C runtime in text/binary
23733              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
23734              - PERLIO=stdio and PERLIO=unix pass all expected tests.
23735              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
23736              and PerlIO_seek() and the dummy crlf layer is not making adjustments
23737              for CRLF translation happening in C runtime. All other tests pass.
23738              
23739              Added note to README.win32 to point out the snags of doing a perl build
23740              with Norton AntiVirus turned on.
23741              
23742              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
23743              which file a fail comes from.
23744              
23745              Updated "canned" config.h to match the one generated.
23746      Branch: perlio
23747            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
23748            ! win32/makefile.mk
23749 ____________________________________________________________________________
23750 [  7801] By: jhi                                   on 2000/11/22  06:50:20
23751         Log: Nickety nits.
23752      Branch: perl
23753            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
23754 ____________________________________________________________________________
23755 [  7800] By: jhi                                   on 2000/11/22  01:29:55
23756         Log: Changes had accidentally gone too silent on non-main branches.
23757      Branch: perl
23758            ! Changes Porting/genlog patchlevel.h
23759 ____________________________________________________________________________
23760 [  7799] By: gsar                                  on 2000/11/22  01:02:56
23761         Log: some lib_pm.PL changes snuck in via change#7772
23762      Branch: maint-5.6/perl
23763            ! Makefile.SH
23764 ____________________________________________________________________________
23765 [  7798] By: nick                                  on 2000/11/21  21:59:40
23766         Log: Integrate mainline
23767      Branch: perlio
23768           !> (integrate 28 files)
23769 ____________________________________________________________________________
23770 [  7797] By: jhi                                   on 2000/11/21  21:01:45
23771         Log: Integrate perlio.
23772      Branch: perl
23773           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
23774 ____________________________________________________________________________
23775 [  7796] By: nick                                  on 2000/11/21  20:36:22
23776         Log: Win32 builds and runs (mostly) with USE_PERLIO.
23777              PERLIO=perlio passes all tests. 
23778              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
23779      Branch: perlio
23780            ! perlio.c win32/perllib.c win32/win32.c
23781 ____________________________________________________________________________
23782 [  7795] By: jhi                                   on 2000/11/21  19:03:44
23783         Log: Update Changes.
23784      Branch: perl
23785            ! Changes patchlevel.h
23786 ____________________________________________________________________________
23787 [  7794] By: jhi                                   on 2000/11/21  18:56:34
23788         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
23789              From: "Craig A. Berry" <craigberry@mac.com>
23790              Date: Mon, 20 Nov 2000 20:27:06 -0600
23791              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
23792              
23793              A cut-and-pasto.
23794      Branch: perl
23795            ! perlio.h
23796 ____________________________________________________________________________
23797 [  7793] By: jhi                                   on 2000/11/21  18:54:41
23798         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
23799              From: Dominic Dunlop <domo@computer.org> 
23800              Date: Mon, 20 Nov 2000 18:55:29 +0100
23801              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
23802              
23803              va_copy() and the need of it.
23804              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
23805      Branch: metaconfig/U/perl
23806            + need_va_copy.U
23807      Branch: perl
23808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23809            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
23810            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
23811            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23812            ! win32/config.bc win32/config.gc win32/config.vc
23813 ____________________________________________________________________________
23814 [  7792] By: jhi                                   on 2000/11/21  17:04:10
23815         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
23816      Branch: perl
23817           !> scope.h
23818 ____________________________________________________________________________
23819 [  7791] By: jhi                                   on 2000/11/21  17:01:16
23820         Log: Export the SOCKS workaround symbols only if necessary.
23821      Branch: perl
23822            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
23823 ____________________________________________________________________________
23824 [  7790] By: nick                                  on 2000/11/20  23:57:11
23825         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
23826      Branch: perlio
23827            ! scope.h
23828 ____________________________________________________________________________
23829 [  7789] By: nick                                  on 2000/11/20  23:38:33
23830         Log: Integrate mainline
23831      Branch: perlio
23832           +> lib/File/Spec/Epoc.pm
23833           !> (integrate 34 files)
23834 ____________________________________________________________________________
23835 [  7788] By: nick                                  on 2000/11/20  23:20:18
23836         Log: Make extra buffer layer work (dummy crlf layer)
23837      Branch: perlio
23838            ! doio.c perlio.c perlio.h
23839 ____________________________________________________________________________
23840 [  7787] By: jhi                                   on 2000/11/20  22:44:04
23841         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
23842              From: Peter Prymmer <pvhp@forte.com>
23843              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
23844              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
23845      Branch: perl
23846            ! t/pragma/locale.t
23847 ____________________________________________________________________________
23848 [  7786] By: jhi                                   on 2000/11/20  22:29:10
23849         Log: Subject: DOC PATCH 5.6.0 perlreftut
23850              From: mjd@plover.com
23851              Date: 20 Nov 2000 19:45:06 -0000
23852              Message-ID: <20001120194506.9505.qmail@plover.com>
23853      Branch: perl
23854            ! pod/perlreftut.pod
23855 ____________________________________________________________________________
23856 [  7785] By: jhi                                   on 2000/11/20  22:27:44
23857         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
23858              From: David Dyck <dcd@tc.fluke.com>
23859              Date: Mon, 20 Nov 2000 11:43:40 -0800
23860              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
23861      Branch: perl
23862            ! lib/Cwd.pm
23863 ____________________________________________________________________________
23864 [  7784] By: jhi                                   on 2000/11/20  22:23:21
23865         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
23866              Date: Mon, 20 Nov 2000 17:06:10 -0500
23867              To: Mailing list Perl5 <perl5-porters@perl.org>
23868              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
23869      Branch: perl
23870            ! pp_ctl.c t/op/pat.t
23871 ____________________________________________________________________________
23872 [  7783] By: jhi                                   on 2000/11/20  22:11:18
23873         Log: Subject: [PATCH] doop.c - UTF8 tr///               
23874              From: Simon Cozens <simon@cozens.net>
23875              Date: Sat, 18 Nov 2000 18:49:30 +0000
23876              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
23877              
23878              Subject: Re: [PATCH] doop.c - UTF8 tr///           
23879              From: Simon Cozens <simon@cozens.net>
23880              Date: Mon, 20 Nov 2000 20:45:22 +0000
23881              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
23882              
23883              Make tr on UTF-8 better but still not correct.
23884      Branch: perl
23885            ! doop.c
23886 ____________________________________________________________________________
23887 [  7782] By: jhi                                   on 2000/11/20  22:02:16
23888         Log: Remove the shared object before attempting to create
23889              (by linking) a new one.  E.g. in AIX not removing
23890              becomes quite painful if one tries to do more than one
23891              build in the same tree (an interrupted build, for example),
23892              since the AIX' shared dynaloader seemingly keeps the shared
23893              objects open and therefore 'busy' for quite a while, even when
23894              nobody is using the objects, leading into link failures.
23895      Branch: perl
23896            ! lib/ExtUtils/MM_Unix.pm
23897 ____________________________________________________________________________
23898 [  7781] By: gsar                                  on 2000/11/20  19:02:55
23899         Log: type mismatch due to faulty integration
23900      Branch: maint-5.6/perl
23901            ! toke.c win32/Makefile
23902 ____________________________________________________________________________
23903 [  7780] By: gsar                                  on 2000/11/20  17:31:55
23904         Log: integrate changes#6392,6394..6399,6401..6404
23905              
23906              The {multiplier} of a fixed substring was overlooked which
23907              caused a wrong initial search offset for that substring.
23908              
23909              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
23910              From: Hugo <hv@crypt.compulink.co.uk>
23911              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
23912              Date: Thu, 13 Jul 2000 19:27:13 +0100
23913              
23914              Fix the BOM bug: not a byteorder bug, a signedness bug.
23915              
23916              Replace change #6337 with a better one.
23917              
23918              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
23919              From: Hugo <hv@crypt.compulink.co.uk>
23920              Date: Fri, 14 Jul 2000 04:16:20 +0100
23921              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
23922              
23923              MakeMaker should not remove editor backups (*~) on `make clean`
23924              by default (completes change#6383)
23925              
23926              move new variables to the end of the interpreter structure (for
23927              bincompat in code that doesn't #include XSUB.h)
23928              
23929              rename totally bletcherous SvLOCK() thingy (doesn't do what the
23930              name suggests anyway)
23931              
23932              various cleanups (typos, misformatted code, and small bugs)
23933              
23934              typecasts needed for change#6394
23935              
23936              typos in change#6399, regen headers
23937              
23938              inconsistent types needs casts
23939              
23940              PERL_OBJECT build tweaks
23941      Branch: maint-5.6/perl
23942           !> MANIFEST doop.c embed.h embed.pl embedvar.h
23943           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
23944           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
23945           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
23946           !> toke.c util.c
23947 ____________________________________________________________________________
23948 [  7779] By: gsar                                  on 2000/11/20  17:06:29
23949         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
23950              
23951              Cosmetics and perldelta.
23952              
23953              Fix nits noticed by Boston.pm.
23954              
23955              Do the cc sanity check both before the hints and
23956              after the cc selction.
23957              
23958              get sprintf.t to adjust properly for 3-digit exponents
23959              
23960              don't clobber *.orig files on *clean targets
23961              
23962              fix bugs in processing %v-*d and similar format specs (from
23963              Avi Finkel <avi@finkel.org>)
23964              
23965              sprintf test tweaks (from Dominic Dunlop)
23966              
23967              new selfloader.t in change#6183 doesn't close DATA handles,
23968              and thus fails to clean up tmp files on dosish platforms
23969              
23970              typos (spotted by Peter Prymmer)
23971              
23972              typo fix from Craig Berry
23973      Branch: maint-5.6/perl
23974           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
23975           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
23976           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
23977           !> x2p/Makefile.SH
23978 ____________________________________________________________________________
23979 [  7778] By: gsar                                  on 2000/11/20  16:46:51
23980         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
23981              
23982              Subject: Re: format bug report  [Patch]
23983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23984              Date: Wed, 05 Jul 2000 13:12:52 +0200
23985              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
23986              
23987              Subject: Re: format bug report  [Patch]
23988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23989              Date: Wed, 05 Jul 2000 14:10:01 +0200
23990              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
23991              
23992              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
23993              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23994              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
23995              Date: Fri, 07 Jul 2000 17:57:16 +0100
23996              
23997              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
23998              To: perl5-porters@perl.org
23999              From: Karsten Sperling <spiff@phreax.net>
24000              Date: Mon, 10 Jul 2000 15:12:52 +0200
24001              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
24002              
24003              README.posix-bc podified from Thomas Dorner.
24004              
24005              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
24006              From: Dominic Dunlop <domo@computer.org>
24007              Date: Tue, 11 Jul 2000 12:27:33 +0200
24008              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
24009              
24010              Typo in #6341.
24011              
24012              Fix for
24013              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
24014              From: Roderick Schertler <roderick@argon.org>
24015              Date: Tue, 11 Jul 2000 13:55:05 -0400
24016              Message-Id: <200007111755.NAA05077@jones.argon.org>
24017              
24018              Minor cleanups on the booklist.
24019              
24020              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
24021              regen perltoc.
24022              
24023              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
24024      Branch: maint-5.6/perl
24025           +> pod/perlbook.pod
24026           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
24027           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
24028           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
24029 ____________________________________________________________________________
24030 [  7777] By: jhi                                   on 2000/11/20  16:08:49
24031         Log: Update Changes.
24032      Branch: perl
24033            ! Changes patchlevel.h
24034 ____________________________________________________________________________
24035 [  7776] By: jhi                                   on 2000/11/20  15:27:56
24036         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
24037              This may be overly harsh but until proven otherwise, we think this
24038              way, or until we have a simple test for Configure (having to start
24039              up servers is does not count as simple) to check for the problems.
24040      Branch: perl
24041            ! perl.h
24042 ____________________________________________________________________________
24043 [  7775] By: jhi                                   on 2000/11/20  15:22:17
24044         Log: Solaris hints tweaks.
24045      Branch: perl
24046            ! hints/solaris_2.sh
24047 ____________________________________________________________________________
24048 [  7774] By: jhi                                   on 2000/11/20  15:01:20
24049         Log: Add a workaround to SOCKS 64-bit problems.
24050      Branch: perl
24051            ! doio.c embed.h embed.pl perlsdio.h proto.h
24052 ____________________________________________________________________________
24053 [  7773] By: jhi                                   on 2000/11/20  14:51:47
24054         Log: sysseek() instead of seek().
24055      Branch: perl
24056            ! t/lib/syslfs.t
24057 ____________________________________________________________________________
24058 [  7772] By: gsar                                  on 2000/11/20  13:06:23
24059         Log: integrate changes#6315..6319,6321..6331,6333..6338
24060              
24061              Integrate with Sarathy, preliminary fix for unicos
24062              alignment problems in [ID 20000612.002] Perl problem on Cray system.
24063              
24064              some debugger output does not go to the socket when RemotePort is set
24065              
24066              winsock cleanup never done on Windows (leads to handle leaks)
24067              
24068              fix UNC path handling on Windows under ithreads, and chdir()
24069              return value when given a non-existent directory
24070              
24071              Autogenerate pod/Makefile and pod/buildtoc.
24072              buildtoc also checks whether the existin pods are
24073              mentioned in MANIFEST and perl.pod, and vice versa.
24074              (None of the thusly found discrepancies fixed yet.)
24075              roffitall also needs to be autogenerated similarly but it
24076              seems so badly out of date that I didn't touch it yet.
24077              
24078              Config is being used.
24079              
24080              Add =head1 NAMEs so that buildtoc is happy.
24081              (The CGI::Util nit reported to Lincoln.)
24082              
24083              Fix complaints of buildtoc.
24084              
24085              Fix the alignment problem in Crays ([ID 20000612.002]).
24086              
24087              Remove perlbook, update perlfaq book listing,
24088              rearrange perl.pod, regenerate perltoc.
24089              
24090              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
24091              was cast to an unsigned (32-bit) integer with wild abandon.
24092              
24093              winsock options weren't being set in all threads under ithreads
24094              (caused send()s from second and subsequent threads to fail)
24095              
24096              accept() leaks memory on windows due to incorrect ordering of
24097              closesocket() and fclose() calls
24098              
24099              Reorder perl.pod once more.
24100              
24101              More POSIX.pod tweaks.
24102              
24103              Sprinkle ldlibpath.
24104              
24105              Precedence goof, fix based on
24106              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
24107              From: Hugo <hv@crypt.compulink.co.uk>
24108              Date: Tue, 11 Jul 2000 12:52:38 +0100
24109              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
24110              
24111              Subject: PATCH perlguts.pod: Document D and d magic types
24112              From: mjd@plover.com
24113              Date: 5 Jul 2000 18:01:51 -0000
24114              Message-ID: <20000705180151.29413.qmail@plover.com>
24115              
24116              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
24117              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
24118              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
24119              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
24120              
24121              Subject: [PATCH cfgperl] $& segfaults if you trick it
24122              From: simon@brecon.co.uk (Simon Cozens)
24123              Date: 7 Jul 2000 11:26:09 GMT
24124              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
24125              
24126              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
24127              From: Hugo <hv@crypt.compulink.co.uk>
24128              Date: Tue, 11 Jul 2000 12:44:50 +0100
24129              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
24130              
24131              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
24132              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24133              Date: Tue, 11 Jul 2000 13:50:51 +0100
24134              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
24135      Branch: maint-5.6/perl
24136           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
24137           +> pod/buildtoc.PL
24138            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
24139           !> (integrate 26 files)
24140 ____________________________________________________________________________
24141 [  7771] By: gsar                                  on 2000/11/20  12:31:42
24142         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
24143              6310,6311,6314
24144              
24145              Subject: [PATCH bleedperl] File::Spec 0.82 beta
24146              From: Barrie Slaymaker <barries@jester.slaysys.com>
24147              Date: Wed, 28 Jun 2000 11:35:29 -0400
24148              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
24149              
24150              tweak perlembed for multiplicity/usethreads sanity; correct notes
24151              about Windows
24152              
24153              localize %INC in a Safe compartment so that use/require work
24154              (many other magic globals probably need similar treatment)
24155              
24156              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
24157              when @_ is modified, causing coredumps
24158              
24159              slurp mode fix in change#4736 still not quite right
24160              
24161              Point to perlipc for more SysV IPC examples.
24162              
24163              Elaborate POSIX.pod.  Still needs work.
24164              
24165              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
24166              
24167              fix large memory leak that has been around for ever, masked by
24168              -DPURIFY (most of the arenas were never freed!)
24169              
24170              fix memory leak on Windows (PL_sys_intern contents were never
24171              freed)
24172              
24173              PERL_OBJECT build tweak
24174              
24175              adjust change#6299
24176              
24177              remove rel2abs prototypes (from Barrie Slaymaker)
24178              
24179              missing perldiag entry for unpack("w",...) diagnostic (from
24180              Andreas Koenig)
24181              
24182              better diagnostic on Frob->stuff() when Frob:: doesn't exist
24183              (from Richard Soderberg <rs@oregonnet.com>)
24184              
24185              Win32 patches for cfgperl from Sarathy.
24186              
24187              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
24188              
24189              More POSIX.pod embellishment.
24190              
24191              tyop in change#6306
24192      Branch: maint-5.6/perl
24193           !> (integrate 44 files)
24194 ____________________________________________________________________________
24195 [  7770] By: gsar                                  on 2000/11/20  11:51:00
24196         Log: integrate changes#6268..6282 from cfgperl branch
24197              
24198              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
24199              From: Dominic Dunlop <domo@computer.org>
24200              Date: Thu, 29 Jun 2000 12:32:39 +0200
24201              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
24202              
24203              Regen headers for #6261 (and update embed.pl for this) and #6267,
24204              silence few compiler warnings.
24205              
24206              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
24207              From: Nicholas Clark <nick@talking.bollo.cx>
24208              Date: Fri, 23 Jun 2000 16:21:15 +0100
24209              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
24210              
24211              Subject: PATCH pod/perltie.pod
24212              From: Ian Phillipps <Ian.Phillipps@iname.com>
24213              Date: Fri, 16 Jun 2000 00:17:19 +0100
24214              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
24215              (only the first hunk, the second hunk had already been done
24216              by some other patch)
24217              
24218              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
24219              From: Tom Phoenix <rootbeer@redcat.com>
24220              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
24221              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
24222              
24223              Subject: [PATCH] xsub attributes
24224              From: Doug MacEachern <dougm@covalent.net>
24225              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
24226              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
24227              
24228              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
24229              From: Andy Dougherty <doughera@lafayette.edu>
24230              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
24231              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
24232              
24233              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
24234              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24235              Date: Tue, 13 Jun 2000 02:43:48 -0500
24236              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
24237              
24238              Subject: [PATCH] Re: eval documentation: context
24239              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24240              Date: Mon, 12 Jun 2000 15:07:29 +0100
24241              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
24242              
24243              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
24244              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24245              Date: Mon, 12 Jun 2000 14:55:59 +0100
24246              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
24247              
24248              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
24249              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
24250              Date: Fri, 09 Jun 2000 12:39:27 -0400
24251              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
24252              (plus update the version "number" of Text::Wrap)
24253              
24254              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
24255              From: Tim Ayers <tayers@bridge.com>
24256              Date: Thu, 08 Jun 2000 08:11:06 +0200
24257              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
24258              [resent by Richard Foley, Message-Id probably wrong]
24259              
24260              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
24261              From: rspier@pobox.com (Robert Spier)
24262              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
24263              Message-ID: <14654.31913.845602.610277@rls.cx>
24264              
24265              Subject: [PATCH 5.6.0] utils/h2xs.PL
24266              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24267              Date: Wed, 7 Jun 2000 04:02:04 -0500
24268              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
24269              
24270              Subject: [PATCH 5.6.0]ITHREADs for VMS
24271              From: Dan Sugalski <dan@sidhe.org>
24272              Date: Tue, 06 Jun 2000 11:59:50 -0400
24273              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
24274      Branch: maint-5.6/perl
24275           !> (integrate 31 files)
24276 ____________________________________________________________________________
24277 [  7769] By: gsar                                  on 2000/11/20  11:29:06
24278         Log: integrate changes#6261..6266 from cfgperl
24279              
24280              Subject: Re: [PATCH cfgperl] BOMs away!
24281              From: simon@brecon.co.uk (Simon Cozens)
24282              Date: 17 Jun 2000 11:49:57 GMT
24283              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
24284              
24285              Subject: 5.6.0 Patch for EPOC
24286              From: Olaf Flebbe <o.flebbe@gmx.de>
24287              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
24288              Message-ID: <23449.960929969@www11.gmx.net>
24289              
24290              tr fixes from Simon Cozens
24291              
24292              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
24293              From: Marty Lucich <marty@netcom.com>
24294              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
24295              Message-Id: <200006282116.OAA11148@netcom.com>
24296              ccdlflags update (the BSD/OS 4.1 part had already been taken
24297              care of by #6141).
24298              
24299              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
24300              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24301              Date: Wed, 28 Jun 2000 17:50:12 -0700
24302              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
24303              
24304              Subject: [PATCH 5.6.0] cygwin port
24305              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
24306              From: "Fifer, Eric" <EFifer@sanwaint.com>
24307              Date: Thu, 29 Jun 2000 12:58:29 +0100
24308      Branch: maint-5.6/perl
24309           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
24310           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
24311           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24312           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
24313 ____________________________________________________________________________
24314 [  7768] By: gsar                                  on 2000/11/20  11:13:44
24315         Log: integrate changes#6252..6256,6259..6260
24316              
24317              Paranoia tweak on #6249.
24318              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
24319              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24320              Date: Sun, 25 Jun 2000 23:43:12 -0400
24321              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
24322              
24323              Subject: tr///, help wanted.
24324              From: simon@brecon.co.uk (Simon Cozens)
24325              Date: 28 Jun 2000 11:29:04 GMT
24326              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
24327              
24328              small thinko tweaks
24329              
24330              tweaks from Simon Conzes to further fix tr/// under utf8
24331              
24332              perlnewmod was missing from MANIFEST.
24333              
24334              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
24335              From: simon@brecon.co.uk (Simon Cozens)
24336              Date: 17 Jun 2000 11:56:44 GMT
24337              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
24338              pack U0, pack C0
24339      Branch: maint-5.6/perl
24340           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
24341           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
24342           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
24343           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
24344 ____________________________________________________________________________
24345 [  7767] By: gsar                                  on 2000/11/20  10:51:38
24346         Log: integrate change#6250 from cfgperl
24347              
24348              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
24349              From: Doug MacEachern <dougm@covalent.net>
24350              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
24351              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
24352      Branch: maint-5.6/perl
24353           +> t/op/my_stash.t
24354           !> MANIFEST embed.pl global.sym proto.h toke.c
24355 ____________________________________________________________________________
24356 [  7766] By: gsar                                  on 2000/11/20  10:48:34
24357         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
24358              
24359              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
24360              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24361              Date: Mon, 26 Jun 2000 18:40:14 +0100
24362              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
24363              
24364              Subject: [PATCH] bytes<->utf8 fixes
24365              From: simon@brecon.co.uk (Simon Cozens)
24366              Date: 26 Jun 2000 04:55:45 GMT
24367              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
24368              
24369              Subject: [PATCH] is_utf8_string
24370              From: simon@brecon.co.uk (Simon Cozens)
24371              Date: 26 Jun 2000 02:25:59 GMT
24372              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
24373              
24374              Subject: [PATCH] avoid mg_ptr in '*' magic
24375              From: Doug MacEachern <dougm@covalent.net>
24376              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
24377              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
24378              
24379              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
24380              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24381              Date: Sat, 24 Jun 2000 13:06:20 +0100
24382              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
24383              
24384              Allow for standalone testing.
24385              
24386              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
24387              From: Mark-Jason Dominus <mjd@plover.com>
24388              Date: Tue, 27 Jun 2000 22:36:42 -0400
24389              Message-ID: <20000628023642.12166.qmail@plover.com>
24390              
24391              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
24392              From: Frank Tobin <ftobin@uiuc.edu>
24393              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
24394              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
24395      Branch: maint-5.6/perl
24396           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
24397           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
24398           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
24399           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
24400           !> utf8.c utils/h2xs.PL
24401 ____________________________________________________________________________
24402 [  7765] By: gsar                                  on 2000/11/20  10:29:13
24403         Log: integrate change#6239 from cfgperl
24404              
24405              Configure maintenance.  Sever some dependency cycles,
24406              separate gccversion from the cc unit,
24407              address [ID 20000623.006] Configure script patch for using gcc on AIX
24408              (but solve it a little bit differently),
24409              unduplex some accidentally duplicated units,
24410              suggest using gcc if no cc available
24411              (p5p thread: "Solaris configure: counterproposal", 1999-09)
24412      Branch: maint-5.6/perl
24413           !> Configure Todo-5.6 config_h.SH
24414 ____________________________________________________________________________
24415 [  7764] By: gsar                                  on 2000/11/20  10:25:55
24416         Log: integrate changes#6233..6238 from cfgperl
24417              
24418              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
24419              From: Mark-Jason Dominus <mjd@plover.com>
24420              Date: Fri, 16 Jun 2000 20:53:04 -0400
24421              Message-ID: <20000617005304.8008.qmail@plover.com>
24422              
24423              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
24424              because when run as services (Win32ese for daemons)
24425              no environment variables are set and tmpdir ends up as /tmp,
24426              which is ambiguous.
24427              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
24428              From: matt@sergeant.org
24429              Date: 16 Jun 2000 16:30:43 -0000
24430              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
24431              
24432              The thread begun by
24433              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
24434              From: Kevin.Ruscoe@ubsw.com
24435              Date: Fri, 16 Jun 2000 16:38:51 +0100
24436              Message-Id: <H000019b03c300d6@MHS>
24437              
24438              Tweak embed.pl, regen headers.
24439              
24440              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
24441              From: Dan Sugalski <dan@sidhe.org>
24442              Date: Fri, 23 Jun 2000 17:00:00 -0400
24443              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
24444      Branch: maint-5.6/perl
24445           !> (integrate 27 files)
24446 ____________________________________________________________________________
24447 [  7763] By: gsar                                  on 2000/11/20  10:08:08
24448         Log: s/perl56delta/perldelta/g
24449      Branch: maint-5.6/perl
24450            ! pod/Makefile
24451 ____________________________________________________________________________
24452 [  7762] By: gsar                                  on 2000/11/20  10:04:00
24453         Log: integrate changes#6225,6229,6231,6232 from cfgperl
24454              
24455              Add source code filenames to apidoc.
24456              From: simon@brecon.co.uk (Simon Cozens)
24457              Subject: [PATCH embed.pl] Source X-ref
24458              Date: 22 Jun 2000 02:18:49 GMT
24459              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
24460              
24461              Subject: README.hpux version 0.6.1
24462              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
24463              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24464              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
24465              
24466              Subject: [PATCH 5.6.0] cygwin port
24467              From: "Fifer, Eric" <EFifer@sanwaint.com>
24468              Date: Tue, 20 Jun 2000 14:30:58 +0100
24469              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
24470              
24471              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
24472              From: simon@brecon.co.uk (Simon Cozens)
24473              Date: 19 Jun 2000 15:18:27 GMT
24474              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
24475              
24476              plus update pod/Makefile and regenerate perltoc
24477      Branch: maint-5.6/perl
24478           +> pod/perlutil.pod
24479           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
24480           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
24481 ____________________________________________________________________________
24482 [  7761] By: jhi                                   on 2000/11/20  04:09:55
24483         Log: Miraculous typo.
24484      Branch: perl
24485            ! t/op/pat.t
24486 ____________________________________________________________________________
24487 [  7760] By: jhi                                   on 2000/11/20  04:06:08
24488         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
24489              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24490              Date: Sun, 19 Nov 2000 22:30:26 -0500
24491              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
24492      Branch: perl
24493            ! regexec.c scope.h t/op/pat.t
24494 ____________________________________________________________________________
24495 [  7759] By: jhi                                   on 2000/11/20  02:05:22
24496         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
24497      Branch: perl
24498            ! perl.h
24499 ____________________________________________________________________________
24500 [  7758] By: jhi                                   on 2000/11/20  01:58:11
24501         Log: Subject: [perl 7711: EPOC] updates
24502              From: Olaf Flebbe <o.flebbe@gmx.de>
24503              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
24504              Message-ID: <25575.974658810@www23.gmx.net>               
24505      Branch: perl
24506            + lib/File/Spec/Epoc.pm
24507            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
24508            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
24509            ! lib/File/Spec.pm perl.c sv.c
24510 ____________________________________________________________________________
24511 [  7757] By: jhi                                   on 2000/11/20  01:53:11
24512         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
24513      Branch: perl
24514            ! MANIFEST
24515 ____________________________________________________________________________
24516 [  7756] By: jhi                                   on 2000/11/20  01:47:22
24517         Log: Integrate perlio.
24518      Branch: perl
24519            - ext/re/hints/MSWin32.pl
24520           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
24521           !> win32/config.gc win32/config_H.gc win32/win32sck.c
24522 ____________________________________________________________________________
24523 [  7755] By: nick                                  on 2000/11/19  20:57:17
24524         Log: Add dummy crlf layer (just as buffer)
24525              Correct 1st bug - one layer of indirection.
24526      Branch: perlio
24527            ! perlio.c perlio.h perliol.h
24528 ____________________________________________________________________________
24529 [  7754] By: nick                                  on 2000/11/19  20:56:12
24530         Log: Work-round to Perl_deb_nocontext is no longer required
24531      Branch: perlio
24532            - ext/re/hints/MSWin32.pl
24533 ____________________________________________________________________________
24534 [  7753] By: nick                                  on 2000/11/19  20:01:16
24535         Log: diff -se shows these as different
24536      Branch: perlio
24537            ! global.sym pod/perlapi.pod
24538 ____________________________________________________________________________
24539 [  7752] By: nick                                  on 2000/11/19  18:57:30
24540         Log: Configure GCC/Win32 build -Duseperlio
24541              Fix a couple of gross issues
24542              - double-include of ../deb.o in re.dll
24543              - win32sck.c needs PerlIO and FILE 
24544      Branch: perlio
24545            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
24546            ! win32/win32sck.c
24547 ____________________________________________________________________________
24548 [  7751] By: nick                                  on 2000/11/19  17:05:36
24549         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
24550      Branch: perlio
24551            ! perlio.c
24552 ____________________________________________________________________________
24553 [  7750] By: nick                                  on 2000/11/19  16:57:14
24554         Log: Missing aTHX_
24555      Branch: perlio
24556            ! sv.c
24557 ____________________________________________________________________________
24558 [  7749] By: jhi                                   on 2000/11/19  16:28:40
24559         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
24560              From: "Peter J. Farley III" <pjfarley@banet.net>
24561              Date: Sun, 19 Nov 2000 01:42:58 -0500
24562              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
24563      Branch: perl
24564            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
24565 ____________________________________________________________________________
24566 [  7748] By: jhi                                   on 2000/11/19  16:08:10
24567         Log: Subject: podlators 1.05 available        
24568              From: Russ Allbery <rra@stanford.edu>   
24569              Date: 18 Nov 2000 22:04:28 -0800
24570              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
24571      Branch: perl
24572            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
24573 ____________________________________________________________________________
24574 [  7747] By: nick                                  on 2000/11/19  11:19:39
24575         Log: Integrate mainline
24576      Branch: perlio
24577           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
24578           !> util.c
24579 ____________________________________________________________________________
24580 [  7746] By: jhi                                   on 2000/11/19  06:42:22
24581         Log: Make hex scanning warn on "\x{x}" and "\xx".
24582              "\x" and and hex("x") are still valid.
24583      Branch: perl
24584            ! util.c
24585 ____________________________________________________________________________
24586 [  7745] By: nick                                  on 2000/11/18  22:52:28
24587         Log: Integrate mainline
24588      Branch: perlio
24589           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
24590           !> perl.h perlio.c proto.h regcomp.c regcomp.h
24591 ____________________________________________________________________________
24592 [  7744] By: jhi                                   on 2000/11/18  22:50:28
24593         Log: Introduce Perl_utf8_length().  Use it.
24594      Branch: perl
24595            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
24596 ____________________________________________________________________________
24597 [  7743] By: jhi                                   on 2000/11/18  22:38:51
24598         Log: Compiler denit.
24599      Branch: perl
24600            ! perlio.c
24601 ____________________________________________________________________________
24602 [  7742] By: jhi                                   on 2000/11/18  20:33:05
24603         Log: Integrate perlio.
24604      Branch: perl
24605           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
24606           !> perlio.h pp_ctl.c pp_sys.c sv.c
24607 ____________________________________________________________________________
24608 [  7741] By: jhi                                   on 2000/11/18  20:31:27
24609         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
24610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24611              Date: Fri, 17 Nov 2000 20:35:11 -0500
24612              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
24613              
24614              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
24615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24616              Date: Fri, 17 Nov 2000 21:03:47 -0500
24617              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
24618              
24619              Plus a little bit of tweaking in pregcomp().
24620      Branch: perl
24621            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
24622 ____________________________________________________________________________
24623 [  7740] By: nick                                  on 2000/11/18  20:17:22
24624         Log: Lexical use open ... support:
24625              add ->cop_io to COP structure in cop.h.
24626              Make mg.c and gv.c associate it with ${^OPEN}.
24627              Make lib/open.pm set it.
24628              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
24629              manner similar to ->cop_warnings.
24630              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
24631              call new PerlIO_apply_layers().
24632              Declare latter in perlio.h and define in perlio.c
24633      Branch: perlio
24634            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
24635            ! perlio.h pp_ctl.c pp_sys.c sv.c
24636 ____________________________________________________________________________
24637 [  7739] By: jhi                                   on 2000/11/18  19:54:00
24638         Log: Integrate perlio.
24639      Branch: perl
24640           !> doio.c perlio.c pp.c
24641 ____________________________________________________________________________
24642 [  7738] By: jhi                                   on 2000/11/18  17:16:13
24643         Log: Subject: [PATCH 5.7.0] etags broken again
24644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24645              Date: Sat, 18 Nov 2000 02:41:36 -0500
24646              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
24647      Branch: perl
24648            ! emacs/ptags
24649 ____________________________________________________________________________
24650 [  7737] By: jhi                                   on 2000/11/18  17:12:18
24651         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
24652      Branch: perl
24653            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24654 ____________________________________________________________________________
24655 [  7736] By: nick                                  on 2000/11/18  14:06:20
24656         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
24657              part to be isolated.
24658      Branch: perlio
24659            ! doio.c perlio.c
24660 ____________________________________________________________________________
24661 [  7735] By: nick                                  on 2000/11/18  11:03:32
24662         Log: Integrate mainline
24663      Branch: perlio
24664           !> Changes README.amiga README.win32 patchlevel.h
24665           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
24666 ____________________________________________________________________________
24667 [  7734] By: jhi                                   on 2000/11/18  01:18:56
24668         Log: Update Changes.
24669      Branch: perl
24670            ! Changes patchlevel.h
24671 ____________________________________________________________________________
24672 [  7733] By: jhi                                   on 2000/11/18  00:32:54
24673         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
24674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24675              Date: Fri, 17 Nov 2000 17:28:02 -0500
24676              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
24677      Branch: perl
24678            ! regcomp.c regexec.c t/op/re_tests
24679 ____________________________________________________________________________
24680 [  7732] By: jhi                                   on 2000/11/18  00:28:56
24681         Log: Sparc 64-bit pack() fix from Jens Hamisch.
24682      Branch: perl
24683            ! pp.c
24684 ____________________________________________________________________________
24685 [  7731] By: jhi                                   on 2000/11/18  00:18:39
24686         Log: Explain in more detail the {} syntax ambiguousity.
24687              
24688              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
24689              From: Nicholas Clark <nick@ccl4.org>
24690              Date: Fri, 17 Nov 2000 22:10:28 +0000
24691              Message-ID: <20001117221028.A88930@plum.flirble.org>
24692      Branch: perl
24693            ! pod/perlfunc.pod
24694 ____________________________________________________________________________
24695 [  7730] By: jhi                                   on 2000/11/18  00:12:18
24696         Log: Subject: Fix for README.amiga (20000323.033)
24697              From: "Stephen P. Potter" <spp@spotter.yi.org>
24698              Date: Fri, 17 Nov 2000 12:25:51 -0500
24699              Message-Id: <200011171725.MAA05768@spotter.yi.org>
24700      Branch: perl
24701            ! README.amiga
24702 ____________________________________________________________________________
24703 [  7729] By: jhi                                   on 2000/11/18  00:08:34
24704         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
24705              From: "A. C. Yardley" <yardley@tanet.net>
24706              Date: Mon, 3 Apr 2000 11:35:33 -0700
24707              Message-ID: <3483.000403@tanet.net>
24708      Branch: perl
24709            ! README.win32
24710 ____________________________________________________________________________
24711 [  7728] By: nick                                  on 2000/11/17  21:59:47
24712         Log: Integrate mainline
24713      Branch: perlio
24714           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
24715           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
24716           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
24717           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
24718 ____________________________________________________________________________
24719 [  7727] By: nick                                  on 2000/11/17  21:56:31
24720         Log: Experiment on use of attributes.pm interface.
24721              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
24722              SVt_PVRV if not already something better (else vivify of say magic gets
24723              core dump).
24724      Branch: perlio
24725            ! perlio.c pp.c
24726 ____________________________________________________________________________
24727 [  7726] By: jhi                                   on 2000/11/17  14:15:49
24728         Log: Subject: Fix for 20000815.006
24729              From: "Stephen P. Potter" <spp@spotter.yi.org>
24730              Date: Fri, 17 Nov 2000 08:57:45 -0500
24731              Message-Id: <200011171357.IAA05122@spotter.yi.org>
24732              
24733              It's really 20000518.006.
24734      Branch: perl
24735            ! pod/perlmodlib.PL
24736 ____________________________________________________________________________
24737 [  7725] By: jhi                                   on 2000/11/17  14:12:31
24738         Log: Subject: Fix for 20000409.001
24739              From: "Stephen P. Potter" <spp@spotter.yi.org>
24740              Date: Fri, 17 Nov 2000 08:55:45 -0500
24741              Message-Id: <200011171355.IAA05104@spotter.yi.org>
24742      Branch: perl
24743            ! pod/perlfaq9.pod
24744 ____________________________________________________________________________
24745 [  7724] By: jhi                                   on 2000/11/17  14:08:58
24746         Log: Undo #7627 now that we have =head3.
24747      Branch: perl
24748            ! pod/perlhack.pod
24749 ____________________________________________________________________________
24750 [  7723] By: jhi                                   on 2000/11/17  14:04:09
24751         Log: As surmised the #7719 wasn't a good move.
24752      Branch: perl
24753            ! hints/solaris_2.sh
24754 ____________________________________________________________________________
24755 [  7722] By: jhi                                   on 2000/11/17  13:59:04
24756         Log: Also the 64bitall hints can be either here or there.
24757      Branch: perl
24758            ! hints/solaris_2.sh
24759 ____________________________________________________________________________
24760 [  7721] By: jhi                                   on 2000/11/17  02:26:23
24761         Log: Test tweak for the open pragma.
24762      Branch: perl
24763            ! t/lib/b.t
24764 ____________________________________________________________________________
24765 [  7720] By: jhi                                   on 2000/11/17  00:23:22
24766         Log: The long double hints can be here or there.
24767      Branch: perl
24768            ! hints/solaris_2.sh
24769 ____________________________________________________________________________
24770 [  7719] By: jhi                                   on 2000/11/17  00:14:06
24771         Log: For Solaris use64bitall the stdchar needs a little bit of help.
24772      Branch: perl
24773            ! hints/solaris_2.sh
24774 ____________________________________________________________________________
24775 [  7718] By: jhi                                   on 2000/11/16  23:27:34
24776         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
24777              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24778              Date: Wed, 15 Nov 2000 08:56:32 +0100
24779              Message-ID: <3A1241B0.64477E00@alcatel.at>
24780      Branch: perl
24781            ! lib/Carp/Heavy.pm
24782 ____________________________________________________________________________
24783 [  7717] By: jhi                                   on 2000/11/16  23:23:29
24784         Log: Subject: [PATCH] Re: 20001101.003 PDL
24785              From: Nicholas Clark <nick@ccl4.org>
24786              Date: Thu, 16 Nov 2000 16:48:25 +0000
24787              Message-ID: <20001116164825.B93487@plum.flirble.org>
24788      Branch: perl
24789            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
24790 ____________________________________________________________________________
24791 [  7716] By: jhi                                   on 2000/11/16  23:21:31
24792         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
24793              From: "Casey R. Tweten" <crt@kiski.net>
24794              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
24795              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
24796      Branch: perl
24797            ! lib/Pod/Checker.pm pod/perlpod.pod
24798 ____________________________________________________________________________
24799 [  7715] By: jhi                                   on 2000/11/16  23:19:40
24800         Log: Avoid an infinite loop in VMS when utils scripts are run
24801              with no arguments, from Charles Lane.
24802      Branch: perl
24803            ! configure.com
24804 ____________________________________________________________________________
24805 [  7714] By: jhi                                   on 2000/11/16  23:17:08
24806         Log: Subject: perllocale.pod changes
24807              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24808              Date: Mon, 13 Nov 2000 10:09:22 +0300
24809              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
24810      Branch: perl
24811            ! pod/perllocale.pod
24812 ____________________________________________________________________________
24813 [  7713] By: jhi                                   on 2000/11/16  23:14:06
24814         Log: Integrate perlio.
24815      Branch: perl
24816           !> doio.c perlio.c perlio.h util.c
24817 ____________________________________________________________________________
24818 [  7712] By: nick                                  on 2000/11/16  21:10:58
24819         Log: Integrate mainline
24820      Branch: perlio
24821           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24822           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
24823           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
24824           !> vos/config.ga.def vos/config.ga.h win32/config.bc
24825           !> win32/config.gc win32/config.vc
24826 ____________________________________________________________________________
24827 [  7711] By: nick                                  on 2000/11/16  19:56:41
24828         Log: Minor tweaks:
24829              consistent way of getting 'rb', 'wb' etc. for binary opens
24830              move *perlio::layers to *open::layers
24831              a #define to show layers available
24832              DOSISH popen/PerlIO had export/import sense inverted.
24833      Branch: perlio
24834            ! doio.c perlio.c perlio.h util.c
24835 ____________________________________________________________________________
24836 [  7710] By: jhi                                   on 2000/11/16  15:46:05
24837         Log: Add HAS_SBRK_PROTO.
24838      Branch: metaconfig/U/perl
24839            + d_sbrkproto.U
24840      Branch: perl
24841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24842            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
24843            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24844            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24845            ! win32/config.gc win32/config.vc
24846 ____________________________________________________________________________
24847 [  7709] By: nick                                  on 2000/11/16  07:31:49
24848         Log: Integrate mainline
24849      Branch: perlio
24850           !> (integrate 35 files)
24851 ____________________________________________________________________________
24852 [  7708] By: jhi                                   on 2000/11/16  05:33:03
24853         Log: These files are text, not binary.
24854      Branch: perl
24855            ! ext/Encode/Encode/iso8859-10.enc
24856            ! ext/Encode/Encode/iso8859-13.enc
24857            ! ext/Encode/Encode/iso8859-14.enc
24858            ! ext/Encode/Encode/iso8859-15.enc
24859 ____________________________________________________________________________
24860 [  7707] By: jhi                                   on 2000/11/16  01:53:37
24861         Log: Update Changes.
24862      Branch: perl
24863            ! Changes patchlevel.h
24864 ____________________________________________________________________________
24865 [  7706] By: jhi                                   on 2000/11/16  01:35:59
24866         Log: More #undefing of stdio.
24867      Branch: perl
24868            ! fakesdio.h nostdio.h
24869 ____________________________________________________________________________
24870 [  7705] By: jhi                                   on 2000/11/16  01:34:18
24871         Log: Add fwalk() probe to the configuration files and regen perltoc.
24872      Branch: perl
24873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24874            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
24875            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
24876            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24877            ! win32/config.bc win32/config.gc win32/config.vc
24878 ____________________________________________________________________________
24879 [  7704] By: jhi                                   on 2000/11/16  01:33:07
24880         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
24881              an optional third argument to Inlibc?)
24882      Branch: metaconfig/U/perl
24883            + d__fwalk.U
24884 ____________________________________________________________________________
24885 [  7703] By: jhi                                   on 2000/11/16  01:09:22
24886         Log: The type of the hash_cb() size argument is tricky.
24887      Branch: perl
24888            ! ext/DB_File/DB_File.xs
24889 ____________________________________________________________________________
24890 [  7702] By: jhi                                   on 2000/11/15  23:01:16
24891         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
24892      Branch: perl
24893            ! nostdio.h
24894 ____________________________________________________________________________
24895 [  7701] By: jhi                                   on 2000/11/15  22:52:32
24896         Log: Detypo.
24897      Branch: perl
24898            ! t/lib/bigfltpm.t
24899 ____________________________________________________________________________
24900 [  7700] By: jhi                                   on 2000/11/15  22:51:56
24901         Log: UINT64_C() work continues.
24902      Branch: perl
24903            ! handy.h perl.h utf8.h
24904 ____________________________________________________________________________
24905 [  7699] By: jhi                                   on 2000/11/15  14:13:04
24906         Log: SOCKS has its own USE_THREADS, based on
24907              
24908              Subject: [ID 20001114.002] et. al. bugfix followup
24909              From: Jens Hamisch <jens@Strawberry.COM> 
24910              Date: Wed, 15 Nov 2000 14:23:11 +0100
24911              Message-ID: <20001115142311.A21164@Strawberry.COM>
24912      Branch: perl
24913            ! perl.h
24914 ____________________________________________________________________________
24915 [  7698] By: jhi                                   on 2000/11/15  03:50:56
24916         Log: Add few missing #undefs and sort them.
24917      Branch: perl
24918            ! fakesdio.h
24919 ____________________________________________________________________________
24920 [  7697] By: jhi                                   on 2000/11/15  03:39:14
24921         Log: Linenumber fix.
24922      Branch: perl
24923            ! t/pragma/warn/utf8
24924 ____________________________________________________________________________
24925 [  7696] By: jhi                                   on 2000/11/15  02:55:26
24926         Log: EBCDIC tweaks.
24927              
24928              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
24929              From: Peter Prymmer <pvhp@forte.com>
24930              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
24931              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
24932      Branch: perl
24933            ! t/op/regmesg.t t/pragma/warn/utf8
24934 ____________________________________________________________________________
24935 [  7695] By: jhi                                   on 2000/11/15  02:53:58
24936         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
24937              From: Peter Prymmer <pvhp@forte.com>
24938              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
24939              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
24940      Branch: perl
24941            ! utf8.c
24942 ____________________________________________________________________________
24943 [  7694] By: jhi                                   on 2000/11/15  02:50:55
24944         Log: Subject: [PATCH: perl@7674] updates to README.os390
24945              From: Prymmer/Kahn <pvhp@best.com>
24946              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
24947              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
24948      Branch: perl
24949            ! README.os390
24950 ____________________________________________________________________________
24951 [  7693] By: jhi                                   on 2000/11/15  02:48:37
24952         Log: Quit utf8_to_uv() instantly if curlen == 0.
24953      Branch: perl
24954            ! utf8.c
24955 ____________________________________________________________________________
24956 [  7692] By: jhi                                   on 2000/11/15  02:24:29
24957         Log: Use u_int32_t for the size of hash_cb(), not size_t.
24958              
24959              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
24960              From: Jens Hamisch <jens@Strawberry.COM>     
24961              Date: Tue, 14 Nov 2000 19:03:55 +0100
24962              Message-Id: <20001114190355.A20559@Strawberry.COM>
24963      Branch: perl
24964            ! ext/DB_File/DB_File.xs
24965 ____________________________________________________________________________
24966 [  7691] By: jhi                                   on 2000/11/15  02:20:12
24967         Log: Use UINT64_C().
24968              
24969              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
24970              From: Jens Hamisch <jens@Strawberry.COM>
24971              Date: Tue, 14 Nov 2000 19:16:23 +0100
24972              Message-Id: <20001114191623.G20559@Strawberry.COM>
24973      Branch: perl
24974            ! utf8.c utf8.h
24975 ____________________________________________________________________________
24976 [  7690] By: jhi                                   on 2000/11/15  02:17:06
24977         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
24978              (a macro to define signed and unsigned integer constants).
24979      Branch: perl
24980            ! handy.h
24981 ____________________________________________________________________________
24982 [  7689] By: jhi                                   on 2000/11/15  01:56:51
24983         Log: Regen Configure.
24984      Branch: perl
24985            ! Configure
24986 ____________________________________________________________________________
24987 [  7688] By: jhi                                   on 2000/11/15  01:56:32
24988         Log: Make the unit know about SOCKS.
24989      Branch: metaconfig
24990            ! U/protos/socksizetype.U
24991 ____________________________________________________________________________
24992 [  7687] By: jhi                                   on 2000/11/15  01:54:47
24993         Log: Remove unused dependencies.
24994      Branch: metaconfig
24995            ! U/compline/d_getpagsz.U
24996 ____________________________________________________________________________
24997 [  7686] By: nick                                  on 2000/11/14  21:25:13
24998         Log: Integrate mainline.
24999      Branch: perlio
25000           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
25001           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
25002           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
25003           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
25004           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
25005           !> win32/config.bc win32/config.gc win32/config.vc
25006           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
25007 ____________________________________________________________________________
25008 [  7685] By: jhi                                   on 2000/11/14  17:54:56
25009         Log: Integrate perlio.
25010      Branch: perl
25011           +> fakesdio.h perliol.h
25012           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
25013           !> perlsdio.h perlsfio.h pod/perlfunc.pod
25014 ____________________________________________________________________________
25015 [  7684] By: nick                                  on 2000/11/14  17:43:04
25016         Log: PerlIO #include and #ifdef re-work.
25017      Branch: perlio
25018            + fakesdio.h perliol.h
25019            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
25020            ! perlsdio.h perlsfio.h
25021 ____________________________________________________________________________
25022 [  7683] By: jhi                                   on 2000/11/14  15:42:40
25023         Log: Hoist the duplicated socket/netdb include logic to perl.h;
25024              undef SETERRNO in case SOCKS has defined it.  Based on:
25025              
25026              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
25027              From: Jens Hamisch <jens@Strawberry.COM> 
25028              Date: Tue, 14 Nov 2000 11:34:40 +0100
25029              Message-Id: <20001114113440.A20005@Strawberry.COM>
25030      Branch: perl
25031            ! doio.c perl.h pp_sys.c
25032 ____________________________________________________________________________
25033 [  7682] By: jhi                                   on 2000/11/14  14:07:28
25034         Log: Subject: some additions for makefiles for win32 (for perl@7674)
25035              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25036              Date: Tue, 14 Nov 2000 09:31:13 +0300
25037              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
25038      Branch: perl
25039            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
25040            ! win32/makefile.mk
25041 ____________________________________________________________________________
25042 [  7681] By: jhi                                   on 2000/11/14  14:01:41
25043         Log: Subject: tiny typo in perl5db.pl
25044              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25045              Date: Tue, 14 Nov 2000 09:29:28 +0300
25046              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
25047      Branch: perl
25048            ! lib/perl5db.pl
25049 ____________________________________________________________________________
25050 [  7680] By: jhi                                   on 2000/11/14  04:13:50
25051         Log: Redo #7679 with LFs instead of CRLFs.
25052      Branch: perl
25053            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
25054            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
25055            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
25056 ____________________________________________________________________________
25057 [  7679] By: jhi                                   on 2000/11/14  01:21:09
25058         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
25059              From: Benjamin Stuhl <tiriath@yahoo.com> 
25060              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
25061              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
25062      Branch: perl
25063            + win32/bin/mdelete.bat
25064            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
25065            ! makedef.pl perlio.c win32/Makefile win32/config.gc
25066            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
25067 ____________________________________________________________________________
25068 [  7678] By: jhi                                   on 2000/11/14  01:19:20
25069         Log: Fix the re extension building for Win32.
25070              
25071              Subject: [PATCH perl@7638] Get PerlIO building on Win32
25072              From: Benjamin Stuhl <tiriath@yahoo.com> 
25073              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
25074              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
25075      Branch: perl
25076            + ext/re/hints/MSWin32.pl
25077            ! MANIFEST
25078 ____________________________________________________________________________
25079 [  7677] By: jhi                                   on 2000/11/14  01:13:54
25080         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
25081              From: sthoenna@efn.org
25082              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
25083              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
25084      Branch: perl
25085            ! doop.c pp.c toke.c utf8.c utf8.h
25086 ____________________________________________________________________________
25087 [  7676] By: jhi                                   on 2000/11/13  20:23:15
25088         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
25089              From: Nicholas Clark <nick@ccl4.org>
25090              Date: Mon, 13 Nov 2000 18:55:04 +0000
25091              Message-ID: <20001113185504.J29183@plum.flirble.org>
25092      Branch: perl
25093            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
25094 ____________________________________________________________________________
25095 [  7675] By: nick                                  on 2000/11/13  20:21:57
25096         Log: Integrate mainline ...
25097      Branch: perlio
25098           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
25099           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
25100           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
25101           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
25102 ____________________________________________________________________________
25103 [  7674] By: jhi                                   on 2000/11/13  15:07:56
25104         Log: Update Changes.
25105      Branch: perl
25106            ! Changes patchlevel.h
25107 ____________________________________________________________________________
25108 [  7673] By: jhi                                   on 2000/11/13  14:42:42
25109         Log: Remove the new two tests of lib/io_xs for now, they seem to
25110              fail under perlio on some platforms.
25111      Branch: perl
25112            ! t/lib/io_xs.t
25113 ____________________________________________________________________________
25114 [  7672] By: jhi                                   on 2000/11/13  13:57:53
25115         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
25116      Branch: perl
25117            ! perlio.c
25118 ____________________________________________________________________________
25119 [  7671] By: jhi                                   on 2000/11/13  05:30:48
25120         Log: Placate nervous compilers that see longer than ints switch()ing.
25121      Branch: perl
25122            ! utf8.c
25123 ____________________________________________________________________________
25124 [  7670] By: jhi                                   on 2000/11/13  05:14:21
25125         Log: fputs() does return EOF on error but here we don't care.
25126      Branch: perl
25127            ! perlio.c
25128 ____________________________________________________________________________
25129 [  7669] By: jhi                                   on 2000/11/13  05:02:45
25130         Log: Declare reg_data like reg_substr_data.
25131      Branch: perl
25132            ! regexp.h
25133 ____________________________________________________________________________
25134 [  7668] By: jhi                                   on 2000/11/13  04:54:34
25135         Log: Typos in #7667.
25136      Branch: perl
25137            ! perl.h
25138 ____________________________________________________________________________
25139 [  7667] By: jhi                                   on 2000/11/13  04:49:49
25140         Log: Cleanup messy #ifdef.
25141      Branch: perl
25142            ! perl.h
25143 ____________________________________________________________________________
25144 [  7666] By: jhi                                   on 2000/11/13  04:17:34
25145         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
25146              From: Nicholas Clark <nick@talking.bollo.cx>
25147              Date: Sun, 12 Nov 2000 21:14:11 +0000
25148              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
25149              
25150              Note: only one breakage of the two reported is fixed by this patch.
25151      Branch: perl
25152            ! perlio.c
25153 ____________________________________________________________________________
25154 [  7665] By: jhi                                   on 2000/11/13  04:05:07
25155         Log: Tweak the definition of the bit complement on UTF-8 data:
25156              if none of the characters in the string are > 0xff,
25157              the result is a complemented byte string, not a (UTF-8)
25158              char string.  Based on the summary in
25159              
25160              Subject: Re: [ID 20000918.005] ~ on wide chars
25161              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
25162              Date: Fri, 10 Nov 2000 09:47:15 -0800
25163              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
25164              
25165              This should give us the maximum backward (pre-char string)
25166              compatibility and utf8 compatibility.  The other alternative
25167              would be to limit the bit complement to be always byte only,
25168              taking the least significant byte of the chars.
25169      Branch: perl
25170            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
25171 ____________________________________________________________________________
25172 [  7664] By: jhi                                   on 2000/11/13  00:23:44
25173         Log: Couple of tests from #7660 salvaged.
25174      Branch: perl
25175            - t/op/tell.t
25176            ! MANIFEST t/io/tell.t
25177 ____________________________________________________________________________
25178 [  7663] By: jhi                                   on 2000/11/13  00:02:48
25179         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
25180              From: Nicholas Clark <nick@talking.bollo.cx>
25181              Date: Sun, 12 Nov 2000 21:23:43 +0000
25182              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
25183      Branch: perl
25184            ! perlsfio.h
25185 ____________________________________________________________________________
25186 [  7662] By: jhi                                   on 2000/11/13  00:01:39
25187         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
25188              From: Nicholas Clark <nick@talking.bollo.cx>
25189              Date: Sun, 12 Nov 2000 21:30:04 +0000
25190              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
25191      Branch: perl
25192            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
25193 ____________________________________________________________________________
25194 [  7661] By: jhi                                   on 2000/11/12  23:57:29
25195         Log: Document tell() on special streams.
25196      Branch: perl
25197            ! pod/perlfunc.pod
25198 ____________________________________________________________________________
25199 [  7660] By: jhi                                   on 2000/11/12  23:54:22
25200         Log: (Subsumed by #7664)
25201      Branch: perl
25202            + t/op/tell.t
25203            ! MANIFEST
25204 ____________________________________________________________________________
25205 [  7659] By: jhi                                   on 2000/11/12  22:55:25
25206         Log: Many subdocumented return values of the IO extension now documented.
25207              ungetc and write still left subdocumented.
25208              
25209              Subject: [PATCH] (was Re: IO::Handle::ungetc)
25210              From: Nicholas Clark <nick@talking.bollo.cx>
25211              Date: Sun, 12 Nov 2000 21:35:53 +0000
25212              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
25213      Branch: perl
25214            ! ext/IO/lib/IO/Handle.pm
25215 ____________________________________________________________________________
25216 [  7658] By: jhi                                   on 2000/11/12  21:37:06
25217         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
25218              From: Nicholas Clark <nick@talking.bollo.cx>
25219              Date: Sun, 12 Nov 2000 20:03:22 +0000
25220              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
25221      Branch: perl
25222            ! pod/perlfunc.pod
25223 ____________________________________________________________________________
25224 [  7657] By: jhi                                   on 2000/11/12  20:34:55
25225         Log: Integrate perlio.
25226      Branch: perl
25227           !> perlio.c
25228 ____________________________________________________________________________
25229 [  7656] By: nick                                  on 2000/11/12  19:25:06
25230         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
25231      Branch: perlio
25232            ! perlio.c
25233 ____________________________________________________________________________
25234 [  7655] By: nick                                  on 2000/11/12  19:09:41
25235         Log: Integrate mainline
25236      Branch: perlio
25237           +> README.solaris ext/Encode/Encode/cp1006.enc
25238           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
25239           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
25240           +> ext/Encode/Encode/iso8859-13.enc
25241           +> ext/Encode/Encode/iso8859-14.enc
25242           +> ext/Encode/Encode/iso8859-15.enc
25243           !> (integrate 34 files)
25244 ____________________________________________________________________________
25245 [  7654] By: jhi                                   on 2000/11/12  19:00:22
25246         Log: Add a metaconfig unit for fsync.
25247      Branch: metaconfig/U/perl
25248            + d_fsync.U
25249 ____________________________________________________________________________
25250 [  7653] By: jhi                                   on 2000/11/12  19:00:01
25251         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
25252      Branch: perl
25253            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25254            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25255            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25256            ! vos/config.ga.h win32/config.bc win32/config.gc
25257            ! win32/config.vc
25258 ____________________________________________________________________________
25259 [  7652] By: jhi                                   on 2000/11/11  21:12:01
25260         Log: Copy the s// information of README.hpux also to the perlrun.
25261      Branch: perl
25262            ! README.hpux pod/perlrun.pod
25263 ____________________________________________________________________________
25264 [  7651] By: jhi                                   on 2000/11/11  21:03:13
25265         Log: More README.solaris updates from Andy Dougherty.
25266      Branch: perl
25267            ! README.solaris
25268 ____________________________________________________________________________
25269 [  7650] By: jhi                                   on 2000/11/11  18:38:57
25270         Log: More descriptive error for unknown perlio layers.
25271              
25272              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
25273              From: Dominic Dunlop <domo@computer.org> 
25274              Date: Sat, 11 Nov 2000 18:20:32 +0100             
25275              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
25276      Branch: perl
25277            ! perlio.c pod/perldiag.pod
25278 ____________________________________________________________________________
25279 [  7649] By: jhi                                   on 2000/11/11  18:37:52
25280         Log: MachTen doesn't really do mmap() and munmap().
25281              
25282              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
25283              From: Dominic Dunlop <domo@computer.org> 
25284              Date: Sat, 11 Nov 2000 18:20:32 +0100             
25285              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
25286      Branch: perl
25287            ! hints/machten.sh
25288 ____________________________________________________________________________
25289 [  7648] By: jhi                                   on 2000/11/11  18:36:46
25290         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
25291              From: rspier@pobox.com (Robert Spier)
25292              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
25293              Message-ID: <14861.32839.491271.985797@rls.cx>
25294      Branch: perl
25295            ! Porting/Contract pod/perltoot.pod
25296 ____________________________________________________________________________
25297 [  7647] By: jhi                                   on 2000/11/11  18:35:30
25298         Log: Simplify the getpagesize() unit by dropping the
25299              pagesize probe since it's nowadays slightly more
25300              complicated because of sysconf(). (Note: if some
25301              platform really needs the -lPW for getpagesize,
25302              I just broke it.)
25303              
25304              TODO: a new pagesize unit.
25305      Branch: metaconfig
25306            ! U/compline/d_getpagsz.U
25307 ____________________________________________________________________________
25308 [  7646] By: jhi                                   on 2000/11/11  18:33:23
25309         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
25310      Branch: perl
25311            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25312            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25313            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25314            ! vos/config.ga.h win32/config.bc win32/config.gc
25315            ! win32/config.vc
25316 ____________________________________________________________________________
25317 [  7645] By: jhi                                   on 2000/11/11  16:45:15
25318         Log: Use sysconf() or getpagesize() to find out the pagesize.
25319      Branch: perl
25320            ! perlio.c
25321 ____________________________________________________________________________
25322 [  7644] By: jhi                                   on 2000/11/11  15:46:08
25323         Log: Integrate perlio.
25324      Branch: perl
25325           !> perlio.c
25326 ____________________________________________________________________________
25327 [  7643] By: jhi                                   on 2000/11/11  15:33:36
25328         Log: Subject: Re: [PATCH] README.solaris
25329              From: Lupe Christoph <lupe@lupe-christoph.de>
25330              Date: Sat, 11 Nov 2000 14:08:10 +0100
25331              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
25332      Branch: perl
25333            ! README.solaris
25334 ____________________________________________________________________________
25335 [  7642] By: jhi                                   on 2000/11/11  15:22:12
25336         Log: Subject: [PATCH perl@7638] cygwin port
25337              From: "Eric Fifer" <egf7@columbia.edu>            
25338              Date: Fri, 10 Nov 2000 19:30:30 -0000
25339              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
25340      Branch: perl
25341            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
25342 ____________________________________________________________________________
25343 [  7641] By: nick                                  on 2000/11/11  14:50:36
25344         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
25345              Also call "Buf" layer directly when unread'ing non-read chars.
25346      Branch: perlio
25347            ! perlio.c
25348 ____________________________________________________________________________
25349 [  7640] By: jhi                                   on 2000/11/11  02:05:02
25350         Log: Add more encoding tables.
25351      Branch: perl
25352            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
25353            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
25354            + ext/Encode/Encode/iso8859-10.enc
25355            + ext/Encode/Encode/iso8859-13.enc
25356            + ext/Encode/Encode/iso8859-14.enc
25357            + ext/Encode/Encode/iso8859-15.enc
25358            ! MANIFEST
25359 ____________________________________________________________________________
25360 [  7639] By: jhi                                   on 2000/11/10  18:49:25
25361         Log: Subject: [PATCH] README.solaris
25362              From: Andy Dougherty <doughera@lafayette.edu>
25363              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
25364              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
25365      Branch: perl
25366            + README.solaris
25367            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
25368            ! pod/perl.pod pod/perltoc.pod
25369 ____________________________________________________________________________
25370 [  7638] By: jhi                                   on 2000/11/10  15:04:15
25371         Log: Update Changes.
25372      Branch: perl
25373            ! Changes patchlevel.h
25374 ____________________________________________________________________________
25375 [  7637] By: jhi                                   on 2000/11/10  14:14:28
25376         Log: Explain better why certain regex tests are skipped.
25377              
25378              Subject: Re: tests skipped: unknown reason
25379              From: Lupe Christoph <lupe@lupe-christoph.de>
25380              Date: Fri, 10 Nov 2000 09:08:56 +0100
25381              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
25382      Branch: perl
25383            ! t/op/regexp.t
25384 ____________________________________________________________________________
25385 [  7636] By: nick                                  on 2000/11/10  13:40:00
25386         Log: Integrate mainline.
25387      Branch: perlio
25388           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
25389           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
25390           !> win32/bin/search.pl
25391 ____________________________________________________________________________
25392 [  7635] By: nick                                  on 2000/11/10  13:25:52
25393         Log: Re-instate stdio large file support via perlio.
25394      Branch: perl
25395            ! perlio.c
25396 ____________________________________________________________________________
25397 [  7634] By: jhi                                   on 2000/11/10  04:49:55
25398         Log: Amdahl UTS hints updates.
25399              
25400              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
25401              From: hom00@utsglobal.com (Harold O Morris)
25402              Date: Thu, 9 Nov 2000 20:02 PST
25403              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
25404      Branch: perl
25405            ! hints/uts.sh
25406 ____________________________________________________________________________
25407 [  7633] By: jhi                                   on 2000/11/09  23:33:28
25408         Log: Subject: [PATCH] IO::Seekable pod
25409              From: Nicholas Clark <nick@talking.bollo.cx>
25410              Date: Thu, 9 Nov 2000 20:29:45 +0000
25411              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
25412      Branch: perl
25413            ! ext/IO/lib/IO/Handle.pm
25414 ____________________________________________________________________________
25415 [  7632] By: jhi                                   on 2000/11/09  21:55:41
25416         Log: Various doc oddball characters.
25417              
25418              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
25419              From: Michael Somos <somos@grail.cba.csuohio.edu>
25420              Date: Mon, 6 Nov 2000 17:44:20 -0500
25421              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
25422      Branch: perl
25423            ! emacs/cperl-mode.el lib/unicode/syllables.txt
25424            ! win32/bin/search.pl
25425 ____________________________________________________________________________
25426 [  7631] By: jhi                                   on 2000/11/09  21:12:29
25427         Log: Subject: Re: bash -c exit and linux hints 
25428              From: "John P. Linderman" <jpl@research.att.com>
25429              Date: Thu, 02 Nov 2000 09:37:25 -0500
25430              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
25431      Branch: perl
25432            ! hints/linux.sh
25433 ____________________________________________________________________________
25434 [  7630] By: nick                                  on 2000/11/09  20:34:11
25435         Log: Integrate mainline.
25436      Branch: perlio
25437           !> (integrate 91 files)
25438 ____________________________________________________________________________
25439 [  7629] By: jhi                                   on 2000/11/09  19:46:31
25440         Log: Missing dTHXs.
25441              
25442              Subject: RE: perl@7595 builds not on cygwin
25443              From: "Eric Fifer" <egf7@columbia.edu>
25444              Date: Thu, 9 Nov 2000 19:26:50 -0000
25445              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
25446      Branch: perl
25447            ! ext/Devel/Peek/Peek.xs
25448 ____________________________________________________________________________
25449 [  7628] By: jhi                                   on 2000/11/09  14:48:27
25450         Log: Disable only the tests 99 and 166 for UTF-8 locales.
25451      Branch: perl
25452            ! t/pragma/locale.t
25453 ____________________________________________________________________________
25454 [  7627] By: jhi                                   on 2000/11/09  14:40:27
25455         Log: There's no =head3.
25456      Branch: perl
25457            ! pod/perlhack.pod
25458 ____________________________________________________________________________
25459 [  7626] By: jhi                                   on 2000/11/09  13:54:26
25460         Log: The generated boot_* headers are wrong.  Pickier compiler,
25461              such as KAI C++ will refuse to compile the resulting perlmain.
25462              
25463              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
25464              From: Harri Pasanen <harri.pasanen@trema.com>
25465              Date: Thu, 09 Nov 2000 14:23:28 +0100
25466              Message-Id: <3A0AA550.26D548A3@trema.com>
25467      Branch: perl
25468            ! minimod.pl
25469 ____________________________________________________________________________
25470 [  7625] By: jhi                                   on 2000/11/09  13:50:44
25471         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
25472              From: Prymmer/Kahn <pvhp@best.com>
25473              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
25474              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
25475              
25476              All except the "cow orker" change.
25477      Branch: perl
25478            ! Porting/pumpkin.pod
25479 ____________________________________________________________________________
25480 [  7624] By: jhi                                   on 2000/11/09  13:45:33
25481         Log: Fix for
25482              
25483              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
25484              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25485              Date: Thu, 09 Nov 2000 11:05:52 +0100
25486              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
25487      Branch: perl
25488            ! pod/perldiag.pod t/pragma/warn/pp_sys
25489 ____________________________________________________________________________
25490 [  7623] By: jhi                                   on 2000/11/09  13:37:16
25491         Log: Typo in an ifndef.
25492              
25493              Subject: Re: [PATCH 5.7.0] better messages from malloc()
25494              From: Joe Smith <jms@inwap.com>         
25495              Date: Thu, 09 Nov 2000 01:33:14 -0800
25496              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
25497      Branch: perl
25498            ! malloc.c
25499 ____________________________________________________________________________
25500 [  7622] By: jhi                                   on 2000/11/09  13:31:18
25501         Log: Remove unused extra arguments.
25502      Branch: metaconfig/U/perl
25503            ! perlxv.U
25504      Branch: perl
25505            ! Configure config_h.SH
25506 ____________________________________________________________________________
25507 [  7621] By: jhi                                   on 2000/11/09  13:16:36
25508         Log: More VMS moves on environment handling, from Charles Lane.
25509      Branch: perl
25510            ! t/pragma/locale.t
25511 ____________________________________________________________________________
25512 [  7620] By: jhi                                   on 2000/11/09  04:42:38
25513         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
25514              From: David Dyck <dcd@tc.fluke.com>
25515              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
25516              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
25517      Branch: perl
25518            ! pp_sys.c
25519 ____________________________________________________________________________
25520 [  7619] By: jhi                                   on 2000/11/09  04:36:21
25521         Log: Forgot from #7618.
25522      Branch: perl
25523            ! lib/File/stat.pm
25524 ____________________________________________________________________________
25525 [  7618] By: jhi                                   on 2000/11/09  04:28:44
25526         Log: Make deleting for %ENV work for (newer versions of) VMS,
25527              from Craig A. Berry.
25528      Branch: perl
25529            ! vms/vms.c
25530 ____________________________________________________________________________
25531 [  7617] By: jhi                                   on 2000/11/09  04:25:05
25532         Log: Subject: [PATCH] Class::Struct at compile time
25533              From: "Casey R. Tweten" <crt@kiski.net>
25534              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
25535              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
25536      Branch: perl
25537            ! lib/Class/Struct.pm
25538 ____________________________________________________________________________
25539 [  7616] By: jhi                                   on 2000/11/09  04:15:17
25540         Log: Subject: [ID 20001108.013] spelling
25541              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
25542              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
25543              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
25544      Branch: perl
25545            ! lib/ftp.pl
25546 ____________________________________________________________________________
25547 [  7615] By: jhi                                   on 2000/11/09  04:12:42
25548         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
25549              From: Peter Prymmer <pvhp@forte.com>
25550              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
25551              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
25552      Branch: perl
25553            ! configure.com
25554 ____________________________________________________________________________
25555 [  7614] By: jhi                                   on 2000/11/08  22:42:55
25556         Log: A missing aTHX_.
25557      Branch: perl
25558            ! ext/IPC/SysV/SysV.xs
25559 ____________________________________________________________________________
25560 [  7613] By: jhi                                   on 2000/11/08  19:30:21
25561         Log: Update Changes.
25562      Branch: perl
25563            ! Changes patchlevel.h
25564 ____________________________________________________________________________
25565 [  7612] By: jhi                                   on 2000/11/08  18:35:25
25566         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
25567              From: David Dyck <dcd@tc.fluke.com>
25568              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
25569              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
25570      Branch: perl
25571            ! pp_sys.c
25572 ____________________________________________________________________________
25573 [  7611] By: jhi                                   on 2000/11/08  18:30:26
25574         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
25575              From: Dominic Dunlop <domo@computer.org>
25576              Date: Tue, 7 Nov 2000 12:05:25 +0100
25577              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
25578      Branch: perl
25579            ! malloc.c
25580 ____________________________________________________________________________
25581 [  7610] By: jhi                                   on 2000/11/08  18:25:14
25582         Log: Do not test UTF-8 locales since that the tests would require
25583              polymorphic regexen.
25584      Branch: perl
25585            ! t/pragma/locale.t
25586 ____________________________________________________________________________
25587 [  7609] By: jhi                                   on 2000/11/08  17:12:51
25588         Log: Locale buglets.
25589              
25590              Subject: RE: Locales support (setlocale) fixes
25591              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25592              Date: Wed, 8 Nov 2000 20:01:39 +0300
25593              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
25594      Branch: perl
25595            ! t/pragma/locale.t util.c
25596 ____________________________________________________________________________
25597 [  7608] By: jhi                                   on 2000/11/08  17:00:16
25598         Log: Deleting $ENV{PATH} in VMS is not recommendable.
25599      Branch: perl
25600            ! t/pragma/locale.t
25601 ____________________________________________________________________________
25602 [  7607] By: jhi                                   on 2000/11/08  16:58:26
25603         Log: Subject: PATCH std stdio for (Free)BSD
25604              From: Nicholas Clark <nick@ccl4.org>
25605              Date: Wed, 8 Nov 2000 15:36:29 +0000
25606              Message-ID: <20001108153629.D98736@plum.flirble.org>
25607      Branch: metaconfig
25608            ! U/compline/d_stdstdio.U
25609      Branch: perl
25610            ! Configure config_h.SH
25611 ____________________________________________________________________________
25612 [  7606] By: jhi                                   on 2000/11/08  16:43:31
25613         Log: Forgot to bump the line numbers in #7601.
25614      Branch: perl
25615            ! t/pragma/warn/pp_sys
25616 ____________________________________________________________________________
25617 [  7605] By: jhi                                   on 2000/11/08  16:39:12
25618         Log: More careful detection of how well NVs and UVs mix.
25619              
25620              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))
25621              From: Nicholas Clark <nick@ccl4.org>
25622              Date: Wed, 8 Nov 2000 15:14:12 +0000
25623              Message-ID: <20001108151412.B98736@plum.flirble.org>
25624              
25625              Added some SIGFPE paranoia.
25626      Branch: metaconfig/U/perl
25627            ! perlxv.U
25628      Branch: perl
25629            ! Configure config_h.SH
25630 ____________________________________________________________________________
25631 [  7604] By: jhi                                   on 2000/11/08  14:39:10
25632         Log: Subject: [patch perl@7595] VMS configure.com tweak
25633              From: "Craig A. Berry" <craigberry@mac.com>
25634              Date: Wed, 8 Nov 2000 00:24:12 -0600
25635              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
25636      Branch: perl
25637            ! configure.com
25638 ____________________________________________________________________________
25639 [  7603] By: jhi                                   on 2000/11/08  14:27:11
25640         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
25641              From: Robin Barker <rmb1@cise.npl.co.uk>
25642              Date: Wed, 8 Nov 2000 11:11:39 GMT
25643              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
25644      Branch: perl
25645            ! perlio.c
25646 ____________________________________________________________________________
25647 [  7602] By: jhi                                   on 2000/11/08  14:25:03
25648         Log: Fix for the tie-refhash string table leaks.
25649              
25650              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
25651              Date: Wed, 8 Nov 2000 13:03:04 GMT
25652              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
25653      Branch: perl
25654            ! t/lib/tie-refhash.t
25655 ____________________________________________________________________________
25656 [  7601] By: jhi                                   on 2000/11/08  14:21:08
25657         Log: Try to avoid flockless and emulationless places.
25658      Branch: perl
25659            ! t/pragma/warn/pp_sys
25660 ____________________________________________________________________________
25661 [  7600] By: jhi                                   on 2000/11/08  02:28:54
25662         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
25663              
25664              Subject: [PATCH] prototyped functions that should be overrideable
25665              From: "Casey R. Tweten" <crt@kiski.net>
25666              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
25667              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
25668      Branch: perl
25669            ! toke.c
25670 ____________________________________________________________________________
25671 [  7599] By: jhi                                   on 2000/11/08  01:12:05
25672         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
25673              
25674              Subject: [PATCH] perlbug.PL
25675              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25676              Date: Mon, 6 Nov 2000 21:39:01 -0500
25677              Message-ID: <20001106213901.B20955@O2.chapin.edu>
25678      Branch: perl
25679            ! utils/perlbug.PL
25680 ____________________________________________________________________________
25681 [  7598] By: jhi                                   on 2000/11/07  23:42:00
25682         Log: Bad thinko in #7581 (I used the test program with the expanded
25683              values as-is).
25684      Branch: metaconfig
25685            ! U/compline/d_stdstdio.U
25686      Branch: perl
25687            ! Configure
25688 ____________________________________________________________________________
25689 [  7597] By: jhi                                   on 2000/11/07  21:43:29
25690         Log: Subject: [PATCH perl@7573] cygwin port
25691              From: "Fifer, Eric" <EFifer@sanwaint.com>
25692              Date: Tue, 7 Nov 2000 18:08:51 -0000 
25693              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
25694              
25695              Synchronize with Cygwin 1.1.5.
25696      Branch: perl
25697            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
25698            ! pod/perlport.pod unixish.h util.c
25699 ____________________________________________________________________________
25700 [  7596] By: jhi                                   on 2000/11/07  21:39:25
25701         Log: perlhack updates from H.Merijn Brand.
25702      Branch: perl
25703            ! pod/perlhack.pod
25704 ____________________________________________________________________________
25705 [  7595] By: jhi                                   on 2000/11/07  20:21:41
25706         Log: Update Changes.
25707      Branch: perl
25708            ! Changes patchlevel.h
25709 ____________________________________________________________________________
25710 [  7594] By: jhi                                   on 2000/11/07  19:18:58
25711         Log: Be more robust in Dynaloader.pm.
25712      Branch: perl
25713            ! ext/DynaLoader/DynaLoader_pm.PL
25714 ____________________________________________________________________________
25715 [  7593] By: jhi                                   on 2000/11/07  16:49:31
25716         Log: AUTHORS update.
25717      Branch: perl
25718            ! AUTHORS
25719 ____________________________________________________________________________
25720 [  7592] By: gsar                                  on 2000/11/07  16:39:51
25721         Log: normalize relative paths in virtualized current directory on windows,
25722              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
25723              returns)
25724      Branch: perl
25725            ! win32/vdir.h
25726 ____________________________________________________________________________
25727 [  7591] By: jhi                                   on 2000/11/07  16:04:26
25728         Log: Too profiler-happy: with optimization the #7590 actually makes
25729              the test to run 0.5% _slower_.  Requires much more instrumentation.
25730              Retract #7590.
25731      Branch: perl
25732            ! regcomp.c regcomp.h
25733 ____________________________________________________________________________
25734 [  7590] By: jhi                                   on 2000/11/07  15:51:13
25735         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
25736              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
25737              by using memset() and testing bytewise (as opposed to bitwise).
25738      Branch: perl
25739            ! regcomp.c regcomp.h
25740 ____________________________________________________________________________
25741 [  7589] By: jhi                                   on 2000/11/07  12:56:39
25742         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
25743              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25744              Date: Mon, 06 Nov 2000 23:45:30 -0500
25745              Message-Id: <0011079735.AA973576259@univpress.com>
25746      Branch: perl
25747            ! configure.com t/lib/st-lock.t
25748 ____________________________________________________________________________
25749 [  7588] By: jhi                                   on 2000/11/07  01:03:28
25750         Log: Tweak #7587.
25751      Branch: perl
25752            ! pod/perldiag.pod
25753 ____________________________________________________________________________
25754 [  7587] By: jhi                                   on 2000/11/07  01:00:27
25755         Log: A doc addition for bug id 20001105.019, beware \p.
25756      Branch: perl
25757            ! pod/perldiag.pod
25758 ____________________________________________________________________________
25759 [  7586] By: jhi                                   on 2000/11/07  00:32:22
25760         Log: Fake support of holey files in win/dosish platforms.
25761              
25762              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
25763              From: kipp@shonanblue.ne.jp
25764              Date: Mon, 6 Nov 2000 13:30:55 -0800
25765              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
25766      Branch: perl
25767            ! ext/SDBM_File/sdbm/sdbm.c
25768 ____________________________________________________________________________
25769 [  7585] By: jhi                                   on 2000/11/07  00:12:54
25770         Log: Subject: Pod updates
25771              From: "Stephen P. Potter" <spp@spotter.yi.org>
25772              Date: Mon, 06 Nov 2000 18:56:43 -0500
25773              Message-Id: <200011062357.SAA18173@spotter.yi.org>
25774      Branch: perl
25775            ! README.dos README.os2 README.win32 pod/buildtoc.PL
25776            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
25777            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
25778            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
25779            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
25780            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
25781            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
25782            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
25783            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
25784            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
25785            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
25786            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
25787            ! pod/perltootc.pod pod/perlunicode.pod
25788 ____________________________________________________________________________
25789 [  7584] By: jhi                                   on 2000/11/07  00:04:17
25790         Log: Varargs don't always work too well if one puts an unsigned
25791              char on the stack and pop an unsigned quad off the stack.
25792              
25793              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
25794              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
25795              Date: Mon, 06 Nov 2000 15:19:05 -0800
25796              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
25797      Branch: perl
25798            ! utf8.c
25799 ____________________________________________________________________________
25800 [  7583] By: jhi                                   on 2000/11/06  23:58:48
25801         Log: %ENV note tweaks from Dan Sugalski.
25802      Branch: perl
25803            ! pod/perlport.pod vms/perlvms.pod
25804 ____________________________________________________________________________
25805 [  7582] By: jhi                                   on 2000/11/06  23:05:49
25806         Log: glibc5 detection by __GNU_LIBRARY__.
25807      Branch: perl
25808            ! toke.c
25809 ____________________________________________________________________________
25810 [  7581] By: jhi                                   on 2000/11/06  22:51:29
25811         Log: Make the stdio test program of 7427 less noisy while being 
25812              compiled so that Digital UNIX wouldn't get both
25813              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
25814              undefined.  This makes perlio happy.
25815      Branch: metaconfig
25816            ! U/compline/d_stdstdio.U
25817      Branch: perl
25818            ! Configure config_h.SH
25819 ____________________________________________________________________________
25820 [  7580] By: jhi                                   on 2000/11/06  22:41:41
25821         Log: Document %ENV = () portability issues.
25822      Branch: perl
25823            ! pod/perlport.pod vms/perlvms.pod
25824 ____________________________________________________________________________
25825 [  7579] By: jhi                                   on 2000/11/06  21:29:24
25826         Log: VOS updates from Paul Green.
25827      Branch: perl
25828            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25829 ____________________________________________________________________________
25830 [  7578] By: jhi                                   on 2000/11/06  21:00:40
25831         Log: Sanitize the environment further.
25832      Branch: perl
25833            ! t/pragma/locale.t
25834 ____________________________________________________________________________
25835 [  7577] By: jhi                                   on 2000/11/06  20:53:51
25836         Log: Re-introduce 7552 lost in integration.
25837      Branch: perl
25838            ! perlio.c
25839 ____________________________________________________________________________
25840 [  7576] By: jhi                                   on 2000/11/06  20:33:46
25841         Log: Admit that the test leaks scalars.
25842      Branch: perl
25843            ! t/comp/proto.t
25844 ____________________________________________________________________________
25845 [  7575] By: jhi                                   on 2000/11/06  20:17:08
25846         Log: Integrate perlio.
25847      Branch: perl
25848           !> perlio.c
25849 ____________________________________________________________________________
25850 [  7574] By: nick                                  on 2000/11/06  20:07:28
25851         Log: Remove debug. Try (Mmap_t) on madvise() call.
25852      Branch: perlio
25853            ! perlio.c
25854 ____________________________________________________________________________
25855 [  7573] By: jhi                                   on 2000/11/06  13:56:05
25856         Log: Update Changes.
25857      Branch: perl
25858            ! Changes patchlevel.h
25859 ____________________________________________________________________________
25860 [  7572] By: jhi                                   on 2000/11/06  13:48:41
25861         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
25862              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25863              Date: Mon, 06 Nov 2000 10:11:42 +0100
25864              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
25865      Branch: perl
25866            ! pod/perlhack.pod
25867 ____________________________________________________________________________
25868 [  7571] By: jhi                                   on 2000/11/06  01:45:51
25869         Log: AUTHORS updates.
25870      Branch: perl
25871            ! AUTHORS
25872 ____________________________________________________________________________
25873 [  7570] By: jhi                                   on 2000/11/06  00:18:00
25874         Log: Fix for
25875              
25876              Subject: [ID 20000728.005] perl -P broken
25877              From: David Dyck <dcd@tc.fluke.com>
25878              Date: Fri, 28 Jul 2000 17:19:16 -0700
25879              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
25880              
25881              (hopefully).  The fix is also not complete, it seems to break
25882              BOM swallowing for libc5 systems, but until someone figures
25883              out a way to do this without ftell(), this will do.
25884      Branch: perl
25885            ! toke.c
25886 ____________________________________________________________________________
25887 [  7569] By: jhi                                   on 2000/11/06  00:05:30
25888         Log: Document that the evaled syntax errors cause scalar leaks.
25889      Branch: perl
25890            ! t/comp/proto.t
25891 ____________________________________________________________________________
25892 [  7568] By: jhi                                   on 2000/11/05  23:14:47
25893         Log: opmini.o can linger from Configures past.
25894      Branch: perl
25895            ! Makefile.SH
25896 ____________________________________________________________________________
25897 [  7567] By: jhi                                   on 2000/11/05  21:28:39
25898         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
25899              first argument correctly.
25900      Branch: perl
25901            ! perlio.c
25902 ____________________________________________________________________________
25903 [  7566] By: jhi                                   on 2000/11/05  21:15:56
25904         Log: Integrate perlio.
25905      Branch: perl
25906           !> perlio.c
25907 ____________________________________________________________________________
25908 [  7565] By: jhi                                   on 2000/11/05  21:15:13
25909         Log: Use -dM for gcc (the suggested patch did it only for Linux,
25910              but I think it can be generalized).
25911              
25912              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
25913              From: Pixel <pixel@mandrakesoft.com>
25914              Date: 05 Nov 2000 21:49:34 +0100 
25915              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
25916      Branch: perl
25917            ! ext/Errno/Errno_pm.PL
25918 ____________________________________________________________________________
25919 [  7564] By: nick                                  on 2000/11/05  21:09:18
25920         Log: Added a mmap layer as a "subclass" of perlio.
25921              PERLIO=mmap ./perl harness passes
25922      Branch: perlio
25923            ! perlio.c
25924 ____________________________________________________________________________
25925 [  7563] By: jhi                                   on 2000/11/05  19:48:55
25926         Log: Add a note for future generations about bug id 20000229.006.
25927      Branch: perl
25928            ! malloc.c
25929 ____________________________________________________________________________
25930 [  7562] By: jhi                                   on 2000/11/05  19:38:24
25931         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
25932      Branch: perl
25933            ! pp_ctl.c t/op/pos.t
25934 ____________________________________________________________________________
25935 [  7561] By: jhi                                   on 2000/11/05  18:21:46
25936         Log: Add =pod to be tidy.
25937      Branch: perl
25938            ! lib/Math/Complex.pm
25939 ____________________________________________________________________________
25940 [  7560] By: jhi                                   on 2000/11/05  17:38:46
25941         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
25942      Branch: perl
25943            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25944            ! ext/Storable/Storable.xs t/lib/st-recurse.t
25945 ____________________________________________________________________________
25946 [  7559] By: jhi                                   on 2000/11/05  17:32:59
25947         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
25948              From: "Peter J. Farley III" <pjfarley@banet.net>
25949              Date: Sun, 05 Nov 2000 11:55:59 -0500
25950              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
25951      Branch: perl
25952            ! t/lib/syslog.t
25953 ____________________________________________________________________________
25954 [  7558] By: jhi                                   on 2000/11/05  17:29:19
25955         Log: Integrate perlio.
25956      Branch: perl
25957           !> perlio.c
25958 ____________________________________________________________________________
25959 [  7557] By: jhi                                   on 2000/11/05  17:22:01
25960         Log: A fix of sorts for 20000329.026, a better error message
25961              for a missing "use charnames" when using the \N{...}. 
25962      Branch: perl
25963            ! pod/perldiag.pod toke.c
25964 ____________________________________________________________________________
25965 [  7556] By: jhi                                   on 2000/11/05  16:33:50
25966         Log: Test tweak: show also the failed locales.
25967              
25968              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
25969              From: Lupe Christoph <lupe@lupe-christoph.de>         
25970              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
25971              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
25972      Branch: perl
25973            ! t/pragma/locale.t
25974 ____________________________________________________________________________
25975 [  7555] By: nick                                  on 2000/11/05  11:09:34
25976         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
25977              open RDWR so does not fail. (pragma/warnings 303 again...)
25978      Branch: perlio
25979            ! perlio.c
25980 ____________________________________________________________________________
25981 [  7554] By: nick                                  on 2000/11/05  10:10:13
25982         Log: Fix case where ungetc(f,EOF) was allowed.
25983              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
25984              so we can see similarities.
25985              Use types more carefully and a STDCHAR array in hope that this will
25986              fix Jarrko's 64bit machine.
25987      Branch: perlio
25988            ! perlio.c
25989 ____________________________________________________________________________
25990 [  7553] By: jhi                                   on 2000/11/05  01:12:16
25991         Log: Fix for
25992              
25993              Subject: [ID 20001004.007] taint propogation is inconsistent
25994              From: pimlott@idiomtech.com (Andrew Pimlott) 
25995              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
25996              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
25997              
25998              The culprit was sv_setsv() which was rather blindly
25999              propagating taint, which lead to behaviour where if
26000              a tainted anon hash value was seen all the hash values
26001              from then on at that level became tainted, or at any
26002              upper levels in the case of nested anon hashes.
26003      Branch: perl
26004            ! sv.c t/op/taint.t
26005 ____________________________________________________________________________
26006 [  7552] By: jhi                                   on 2000/11/04  23:44:18
26007         Log: Some cpps don't like splitting conditionals across several lines.
26008      Branch: perl
26009            ! perlio.c
26010 ____________________________________________________________________________
26011 [  7551] By: nick                                  on 2000/11/04  23:40:44
26012         Log: Integrate mainline
26013      Branch: perlio
26014           !> pp_hot.c t/op/taint.t
26015 ____________________________________________________________________________
26016 [  7550] By: nick                                  on 2000/11/04  23:39:05
26017         Log: Integrate mainline again
26018      Branch: perlio
26019           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
26020           !> t/lib/b.t t/op/misc.t util.c
26021 ____________________________________________________________________________
26022 [  7549] By: jhi                                   on 2000/11/04  23:14:01
26023         Log: Fix for
26024              
26025              Subject: [ID 20001004.006] undef is never tainted
26026              From: pimlott@idiomtech.com (Andrew Pimlott)
26027              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
26028              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
26029              
26030              An undef read from a slurped file was not tainted.
26031      Branch: perl
26032            ! pp_hot.c t/op/taint.t
26033 ____________________________________________________________________________
26034 [  7548] By: jhi                                   on 2000/11/04  22:56:21
26035         Log: Test tweak ($Config{useperlio} is by default undef) .
26036      Branch: perl
26037            ! t/lib/b.t
26038 ____________________________________________________________________________
26039 [  7547] By: jhi                                   on 2000/11/04  22:43:56
26040         Log: Integrate perlio.
26041      Branch: perl
26042           +> lib/perlio.pm
26043           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
26044           !> pod/perlapi.pod t/lib/b.t
26045 ____________________________________________________________________________
26046 [  7546] By: jhi                                   on 2000/11/04  22:40:59
26047         Log: Configure would use a bad $myuname from an old config.sh.
26048              
26049              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
26050              From: Andy Dougherty <doughera@lafayette.edu>
26051              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
26052              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
26053      Branch: metaconfig
26054            ! U/modified/Oldconfig.U
26055      Branch: perl
26056            ! Configure config_h.SH
26057 ____________________________________________________________________________
26058 [  7545] By: jhi                                   on 2000/11/04  22:36:54
26059         Log: Subject: Locales support (setlocale) fixes
26060              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26061              Date: Sat, 4 Nov 2000 10:15:48 +0300 
26062              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
26063              
26064              Modified quite a bit to be more portable.
26065      Branch: perl
26066            ! embed.h embed.pl perl.h proto.h util.c
26067 ____________________________________________________________________________
26068 [  7544] By: jhi                                   on 2000/11/04  22:32:47
26069         Log: Dying is too strict here, better just skip.
26070      Branch: perl
26071            ! t/op/misc.t
26072 ____________________________________________________________________________
26073 [  7543] By: nick                                  on 2000/11/04  21:55:13
26074         Log: Merge mainline
26075      Branch: perlio
26076           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
26077           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
26078           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
26079           !> (integrate 64 files)
26080 ____________________________________________________________________________
26081 [  7542] By: jhi                                   on 2000/11/04  21:09:28
26082         Log: More Changes tweakery.
26083      Branch: perl
26084            ! Changes Porting/genlog
26085 ____________________________________________________________________________
26086 [  7541] By: jhi                                   on 2000/11/04  20:58:18
26087         Log: Changes fixups.
26088      Branch: perl
26089            ! Changes
26090 ____________________________________________________________________________
26091 [  7540] By: jhi                                   on 2000/11/04  20:42:38
26092         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
26093              create a "fast path" for locale name probing using "locale -a"
26094              if available, squash finally hopefully the s?printf resetting
26095              the numeric locale (since, IIUC perllocale, it never shouldn't). 
26096      Branch: perl
26097            ! sv.c t/op/misc.t t/pragma/locale.t
26098 ____________________________________________________________________________
26099 [  7539] By: nick                                  on 2000/11/04  19:56:10
26100         Log: PerlIO infrastructure complete.
26101      Branch: perlio
26102            + lib/perlio.pm
26103            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
26104 ____________________________________________________________________________
26105 [  7538] By: nick                                  on 2000/11/04  14:31:32
26106         Log: Type tweaks + less contorted allocation scheme
26107      Branch: perlio
26108            ! perlio.c
26109 ____________________________________________________________________________
26110 [  7537] By: nick                                  on 2000/11/04  12:40:42
26111         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
26112              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
26113              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
26114              sensible) which lead to some interesting fails.
26115      Branch: perlio
26116            ! perlio.c
26117 ____________________________________________________________________________
26118 [  7536] By: jhi                                   on 2000/11/04  00:20:02
26119         Log: Add FCNTL_CAN_LOCK.
26120              
26121              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
26122              From: Andy Dougherty <doughera@lafayette.edu>
26123              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
26124              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
26125              
26126              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
26127              From: Andy Dougherty <doughera@lafayette.edu>
26128              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
26129              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
26130      Branch: metaconfig/U/perl
26131            + d_fcntl_can_lock.U
26132            ! startperl.U
26133      Branch: perl
26134            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26135            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
26136            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26137            ! vos/config.ga.h win32/config.bc win32/config.gc
26138            ! win32/config.vc
26139 ____________________________________________________________________________
26140 [  7535] By: nick                                  on 2000/11/03  22:19:10
26141         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
26142              - Works on Linux with
26143              perlio + unix
26144              stdio
26145              - Works on Solaris with
26146              perlio + unix
26147              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
26148              - Fails (hangs in openpid) if you try and stack
26149              perlio + stdio - Linux stdio's read() logic is hanging.
26150      Branch: perlio
26151            ! iperlsys.h perlio.c
26152 ____________________________________________________________________________
26153 [  7534] By: jhi                                   on 2000/11/03  15:16:02
26154         Log: Subject: Re: README.aix
26155              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26156              Date: Fri, 03 Nov 2000 16:03:15 +0100
26157              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
26158      Branch: perl
26159            ! README.aix
26160 ____________________________________________________________________________
26161 [  7533] By: jhi                                   on 2000/11/03  03:59:02
26162         Log: Subject: [PATCH 5.7.0] better messages from malloc()
26163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26164              Date: Wed, 1 Nov 2000 23:39:56 -0500
26165              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
26166      Branch: perl
26167            ! malloc.c pod/perldiag.pod
26168 ____________________________________________________________________________
26169 [  7532] By: jhi                                   on 2000/11/03  00:11:56
26170         Log: The #7521 touched things it shouldn't have.
26171      Branch: perl
26172            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
26173 ____________________________________________________________________________
26174 [  7531] By: jhi                                   on 2000/11/02  22:32:33
26175         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
26176              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26177              Date:     Thu, 2 Nov 2000 16:58:36 EST
26178              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
26179      Branch: perl
26180            ! vms/gen_shrfls.pl
26181 ____________________________________________________________________________
26182 [  7530] By: jhi                                   on 2000/11/02  22:08:49
26183         Log: Fix the problem discussed in
26184              
26185              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
26186              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
26187              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
26188              
26189              originally from Linc Madison.  Also Andreas König's comments
26190              taken into account.  Some other problems with Tie::SubstrHash
26191              fixed: didn't croak when the table exceeded the requested number
26192              of entries (as documented) but instead when the number of entries
26193              exceeded the size of the table, a croak() had an unnecessary \n,
26194              didn't have a CLEAR method, documented that there is no exists().
26195              Didn't fix to be strict-proof because the module uses &foo; and
26196              dynamic scope.  Added a test script exercizing both first tamely 
26197              the basic functionality, and then the failure cases reported by
26198              Linc Madison.
26199      Branch: perl
26200            + t/lib/tie-substrhash.t
26201            ! MANIFEST lib/Tie/SubstrHash.pm
26202 ____________________________________________________________________________
26203 [  7529] By: jhi                                   on 2000/11/02  17:58:08
26204         Log: recv() can fail and return undef.
26205              
26206              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
26207              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
26208              Date: Thu, 2 Nov 2000 20:12:20 +0300
26209              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
26210      Branch: perl
26211            ! lib/Net/Ping.pm
26212 ____________________________________________________________________________
26213 [  7528] By: jhi                                   on 2000/11/02  17:49:09
26214         Log: Detpyo.
26215      Branch: perl
26216            ! pod/perlop.pod
26217 ____________________________________________________________________________
26218 [  7527] By: jhi                                   on 2000/11/02  15:48:37
26219         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
26220              fix a autovivification bug in Tie::RefHash, add tests for both.
26221              
26222              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
26223              From: Edward Avis <epa98@doc.ic.ac.uk>
26224              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
26225              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
26226      Branch: perl
26227            + t/lib/tie-refhash.t
26228            ! MANIFEST lib/Tie/RefHash.pm
26229 ____________________________________________________________________________
26230 [  7526] By: jhi                                   on 2000/11/02  13:56:26
26231         Log: Test::Harness revealed buglets in the new DynaLoader.
26232              
26233              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
26234              From: andreas.koenig@anima.de (Andreas J. Koenig)
26235              Date: 02 Nov 2000 11:26:48 +0100 
26236              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
26237      Branch: perl
26238            ! ext/DynaLoader/DynaLoader_pm.PL
26239 ____________________________________________________________________________
26240 [  7525] By: jhi                                   on 2000/11/01  23:52:08
26241         Log: The entry for #7503 was missing.
26242      Branch: perl
26243            ! Changes
26244 ____________________________________________________________________________
26245 [  7524] By: jhi                                   on 2000/11/01  23:40:52
26246         Log: Update Changes.
26247      Branch: perl
26248            ! Changes patchlevel.h
26249 ____________________________________________________________________________
26250 [  7523] By: jhi                                   on 2000/11/01  22:57:09
26251         Log: More tweaking on the #7522 theme.
26252      Branch: perl
26253            ! ext/DynaLoader/DynaLoader_pm.PL
26254 ____________________________________________________________________________
26255 [  7522] By: jhi                                   on 2000/11/01  22:06:15
26256         Log: Expand %Config variables and %ENV variables only if
26257              so requested during build time using the
26258              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
26259              Not expanding makes relocating distributions easier.
26260      Branch: perl
26261            ! ext/DynaLoader/DynaLoader_pm.PL
26262 ____________________________________________________________________________
26263 [  7521] By: jhi                                   on 2000/11/01  20:56:34
26264         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
26265              and setgid() because they were just changing $< and $( which means
26266              only changing the real uid/gid, as opposed to changing both
26267              real and effective ids.  (The alternative way could have been
26268              in POSIX.pm to change $> and $), too, but making a direct call
26269              to the C API feels cleaner.)  Fixes the bug
26270              
26271              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
26272              From: "Garry T. Williams" <garry@zvolve.com>
26273              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
26274              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
26275      Branch: perl
26276            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26277            ! ext/POSIX/typemap pod/perlvar.pod
26278 ____________________________________________________________________________
26279 [  7520] By: jhi                                   on 2000/11/01  20:08:33
26280         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
26281              From: "Garry T. Williams" <garry@zvolve.com>
26282              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
26283              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
26284      Branch: perl
26285            ! pod/perlsec.pod
26286 ____________________________________________________________________________
26287 [  7519] By: jhi                                   on 2000/11/01  20:01:22
26288         Log: Locale warning explanation tweak.
26289      Branch: perl
26290            ! pod/perldiag.pod
26291 ____________________________________________________________________________
26292 [  7518] By: jhi                                   on 2000/11/01  18:57:13
26293         Log: C.pm part of
26294              
26295              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
26296              From: Jarkko Hietaniemi <jhi@iki.fi>
26297              Date: Tue, 10 Oct 2000 08:22:28 -0500
26298              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
26299      Branch: perl
26300            ! ext/B/B/C.pm
26301 ____________________________________________________________________________
26302 [  7517] By: jhi                                   on 2000/11/01  18:41:59
26303         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
26304              From: Martien Verbruggen <mgjv@comdyn.com.au>
26305              Date: Fri, 6 Oct 2000 14:09:10 +1100
26306              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
26307      Branch: perl
26308            ! pod/perlop.pod
26309 ____________________________________________________________________________
26310 [  7516] By: jhi                                   on 2000/11/01  18:34:55
26311         Log: Generalize the Camel wording.
26312              
26313              Subject: Re: perlfaq style changes
26314              From: John Borwick <jhborwic@unity.ncsu.edu>
26315              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
26316              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
26317      Branch: perl
26318            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
26319 ____________________________________________________________________________
26320 [  7515] By: jhi                                   on 2000/11/01  16:52:31
26321         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
26322              From: pimlott@idiomtech.com (Andrew Pimlott)
26323              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
26324              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
26325      Branch: perl
26326            ! pod/perlsec.pod
26327 ____________________________________________________________________________
26328 [  7514] By: jhi                                   on 2000/11/01  15:03:40
26329         Log: More AIX lore.
26330      Branch: perl
26331            ! ext/re/hints/aix.pl
26332 ____________________________________________________________________________
26333 [  7513] By: jhi                                   on 2000/11/01  14:48:30
26334         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
26335              From: root <root@chronos.fi.muni.cz>
26336              Date: Wed, 1 Nov 2000 12:31:32 +0100
26337              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
26338      Branch: perl
26339            ! lib/Net/Ping.pm
26340 ____________________________________________________________________________
26341 [  7512] By: jhi                                   on 2000/11/01  14:46:47
26342         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
26343              From: Martin Husemann <martin@duskware.de>
26344              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
26345              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
26346      Branch: perl
26347            ! regcomp.c
26348 ____________________________________________________________________________
26349 [  7511] By: jhi                                   on 2000/11/01  14:39:50
26350         Log: AUTHORS updates.
26351      Branch: perl
26352            ! AUTHORS
26353 ____________________________________________________________________________
26354 [  7510] By: jhi                                   on 2000/11/01  14:29:50
26355         Log: Subject: [PATCH] startperl to respect versiononly
26356              From: Robin Barker <rmb1@cise.npl.co.uk> 
26357              Date: Tue, 31 Oct 2000 16:29:36 GMT
26358              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
26359      Branch: metaconfig/U/perl
26360            ! startperl.U
26361      Branch: perl
26362            ! Configure config_h.SH
26363 ____________________________________________________________________________
26364 [  7509] By: jhi                                   on 2000/11/01  14:19:53
26365         Log: printf UVs the correct way, noticed by Robin Barker.
26366      Branch: perl
26367            ! utf8.c
26368 ____________________________________________________________________________
26369 [  7508] By: jhi                                   on 2000/11/01  14:10:03
26370         Log: Do not cleanup *% because the % has special meanings in some
26371              shell environments.
26372      Branch: perl
26373            ! ext/Storable/Makefile.PL
26374 ____________________________________________________________________________
26375 [  7507] By: jhi                                   on 2000/11/01  14:06:00
26376         Log: The NonStop-UX libraries have a novel way to say NaN.
26377      Branch: perl
26378            ! t/lib/bigfltpm.t
26379 ____________________________________________________________________________
26380 [  7506] By: jhi                                   on 2000/11/01  14:03:35
26381         Log: The osname has been lowercased by now, from Tom Bates.
26382      Branch: metaconfig
26383            ! U/modified/Oldconfig.U
26384      Branch: perl
26385            ! Configure config_h.SH
26386 ____________________________________________________________________________
26387 [  7505] By: jhi                                   on 2000/10/31  19:18:39
26388         Log: The compiler is either gcc or cc, from Tom Bates.
26389      Branch: perl
26390            ! hints/nonstopux.sh
26391 ____________________________________________________________________________
26392 [  7504] By: jhi                                   on 2000/10/31  14:53:42
26393         Log: Update Changes.
26394      Branch: perl
26395            ! Changes patchlevel.h
26396 ____________________________________________________________________________
26397 [  7503] By: jhi                                   on 2000/10/31  14:30:50
26398         Log: Whitespace style tweak.  Was originally going to see to
26399              
26400              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
26401              From: Joe Smith <jms@inwap.com>
26402              Date: Mon, 30 Oct 2000 18:47:57 -0800
26403              Message-Id: <39FE32DD.24AAC4D@inwap.com>
26404              
26405              but that had already been taken care of.
26406      Branch: metaconfig
26407            ! U/compline/d_stdstdio.U
26408      Branch: perl
26409            ! Configure config_h.SH
26410 ____________________________________________________________________________
26411 [  7502] By: jhi                                   on 2000/10/31  14:25:02
26412         Log: AUTHORS tweaks.
26413      Branch: perl
26414            ! AUTHORS
26415 ____________________________________________________________________________
26416 [  7501] By: jhi                                   on 2000/10/31  14:23:59
26417         Log: Subject: perlfaq style changes
26418              From: John Borwick <jhborwic@unity.ncsu.edu>
26419              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
26420              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
26421      Branch: perl
26422            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
26423            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
26424            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
26425            ! pod/perlfaq9.pod
26426 ____________________________________________________________________________
26427 [  7500] By: jhi                                   on 2000/10/31  14:22:15
26428         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
26429              
26430              Subject: Re: [ID 20000918.005] ~ on wide chars
26431              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26432              Date: Mon, 30 Oct 2000 21:09:55 -0800
26433              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
26434              
26435              (The ord() part of the patch skipped.)
26436      Branch: perl
26437            ! doop.c
26438 ____________________________________________________________________________
26439 [  7499] By: jhi                                   on 2000/10/31  14:20:08
26440         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
26441              From: Jens Hamisch <jens@Strawberry.COM>
26442              Date: Mon, 30 Oct 2000 15:17:07 +0100
26443              Message-Id: <20001030151707.A9597@Strawberry.COM>
26444      Branch: perl
26445            ! av.c
26446 ____________________________________________________________________________
26447 [  7498] By: jhi                                   on 2000/10/31  14:16:29
26448         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
26449              From: Peter Prymmer <pvhp@forte.com>
26450              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
26451              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
26452      Branch: perl
26453            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
26454            + ext/Encode/Encode/posix-bc.enc
26455            ! MANIFEST t/lib/encode.t
26456 ____________________________________________________________________________
26457 [  7497] By: jhi                                   on 2000/10/31  14:13:22
26458         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
26459              From: Peter Prymmer <pvhp@forte.com>
26460              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
26461              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
26462      Branch: perl
26463            ! t/lib/cgi-html.t
26464 ____________________________________________________________________________
26465 [  7496] By: jhi                                   on 2000/10/31  14:12:05
26466         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
26467              From: Peter Prymmer <pvhp@forte.com>
26468              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
26469              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
26470      Branch: perl
26471            ! t/lib/cgi-function.t
26472 ____________________________________________________________________________
26473 [  7495] By: jhi                                   on 2000/10/31  14:11:08
26474         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
26475              From: Peter Prymmer <pvhp@forte.com>
26476              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
26477              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
26478      Branch: perl
26479            + ext/re/hints/aix.pl
26480            ! MANIFEST ext/re/Makefile.PL
26481 ____________________________________________________________________________
26482 [  7494] By: jhi                                   on 2000/10/31  14:08:32
26483         Log: Use Errno magic.
26484              
26485              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
26486              From: Casey Tweten <perl@ctweten.amsite.com>
26487              Date: Mon, 30 Oct 2000 15:51:17 -0500
26488              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
26489      Branch: perl
26490            ! lib/File/Temp.pm
26491 ____________________________________________________________________________
26492 [  7493] By: jhi                                   on 2000/10/31  14:05:07
26493         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
26494              
26495              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
26496              From: Nicholas Clark <nick@ccl4.org>
26497              Date: Mon, 30 Oct 2000 17:38:45 +0000
26498              Message-ID: <20001030173845.O60355@plum.flirble.org>
26499      Branch: perl
26500            ! Makefile.SH utils/perlbug.PL
26501 ____________________________________________________________________________
26502 [  7492] By: nick                                  on 2000/10/30  19:37:23
26503         Log: Change files which are mysteriously different to mainline to be
26504              copies of mainline.
26505      Branch: perlio
26506            ! objXSUB.h perlapi.c pod/perlapi.pod
26507 ____________________________________________________________________________
26508 [  7491] By: nick                                  on 2000/10/30  18:05:54
26509         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
26510              - typo in endian code in putc.
26511              - Don't allow read of write-only files and vice-versa
26512              - and off-by-one in flush-all loop.
26513              Remove debug calls as they were using GCC specific features.
26514      Branch: perlio
26515            ! perlio.c
26516 ____________________________________________________________________________
26517 [  7490] By: nick                                  on 2000/10/29  21:45:45
26518         Log: Integrate mainline to perlio
26519      Branch: perlio
26520           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
26521           !> toke.c
26522 ____________________________________________________________________________
26523 [  7489] By: jhi                                   on 2000/10/29  21:11:08
26524         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
26525              From: andreas.koenig@anima.de (Andreas J. Koenig)
26526              Date: 29 Oct 2000 22:05:59 +0100
26527              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
26528      Branch: perl
26529            ! lib/ExtUtils/Manifest.pm
26530 ____________________________________________________________________________
26531 [  7488] By: jhi                                   on 2000/10/29  21:07:47
26532         Log: Tests for #7487.
26533              
26534              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
26535              From: andreas.koenig@anima.de (Andreas J. Koenig)
26536              Date: 29 Oct 2000 19:37:09 +0100
26537              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
26538      Branch: perl
26539            ! t/comp/proto.t
26540 ____________________________________________________________________________
26541 [  7487] By: jhi                                   on 2000/10/29  21:06:27
26542         Log: constsub spillage.
26543              
26544              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
26545              From: John Tobey <jtobey@john-edwin-tobey.org>
26546              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
26547              Message-Id: <m13pvSr-000FObC@feynman.localnet>
26548      Branch: perl
26549            ! op.c
26550 ____________________________________________________________________________
26551 [  7486] By: nick                                  on 2000/10/29  21:05:04
26552         Log: Integrate mainline to perlio branch
26553      Branch: perlio
26554           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
26555           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
26556           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
26557           +> vos/install_perl.cm
26558            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
26559            - vos/config.h vos/config_h.SH_orig
26560           !> (integrate 141 files)
26561 ____________________________________________________________________________
26562 [  7485] By: jhi                                   on 2000/10/29  21:00:47
26563         Log: Make \x{...} consistently produce UTF-8.
26564              
26565              Subject: Re: \x{...} is confused 
26566              From: Simon Cozens <simon@cozens.net>
26567              Date: Sun, 29 Oct 2000 19:36:48 +0000
26568              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
26569      Branch: perl
26570            ! t/pragma/utf8.t toke.c
26571 ____________________________________________________________________________
26572 [  7484] By: nick                                  on 2000/10/29  20:05:29
26573         Log: PerlIO passes all tests.
26574      Branch: perlio
26575            ! perlio.c
26576 ____________________________________________________________________________
26577 [  7483] By: jhi                                   on 2000/10/29  18:06:55
26578         Log: Update Changes.
26579      Branch: perl
26580            ! Changes patchlevel.h
26581 ____________________________________________________________________________
26582 [  7482] By: nick                                  on 2000/10/29  17:43:28
26583         Log: Include <unistd.h> to get correct lseek() prototype etc.
26584              (I thought perl.h did that) - down to two fails
26585              - comp/require.t (last test)
26586              - lib/io_xs.t - possibly import/export of FILE * ?
26587      Branch: perlio
26588            ! perlio.c
26589 ____________________________________________________________________________
26590 [  7481] By: jhi                                   on 2000/10/29  17:02:37
26591         Log: UTF-8 decoder tweak.
26592      Branch: perl
26593            ! utf8.c
26594 ____________________________________________________________________________
26595 [  7480] By: nick                                  on 2000/10/29  16:26:11
26596         Log: Fixed two bugs:
26597              - error code not being set on close (of broken pipe)
26598              - append mode was truncating.
26599              At least one seek/tell bug remains.
26600      Branch: perlio
26601            ! perlio.c
26602 ____________________________________________________________________________
26603 [  7479] By: nick                                  on 2000/10/29  11:18:16
26604         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
26605              in case of accidents. Still several worrying fails, no line disciplines yet.
26606      Branch: perlio
26607            ! iperlsys.h perlio.c
26608 ____________________________________________________________________________
26609 [  7478] By: jhi                                   on 2000/10/29  02:04:01
26610         Log: Add also emailless people.
26611      Branch: perl
26612            ! AUTHORS
26613 ____________________________________________________________________________
26614 [  7477] By: jhi                                   on 2000/10/29  01:36:00
26615         Log: The #7476 needs a MANIFEST change, too.
26616      Branch: perl
26617            ! MANIFEST
26618 ____________________________________________________________________________
26619 [  7476] By: jhi                                   on 2000/10/29  01:35:21
26620         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
26621      Branch: perl
26622            - MAINTAIN
26623            ! AUTHORS Changes
26624 ____________________________________________________________________________
26625 [  7475] By: jhi                                   on 2000/10/28  23:57:25
26626         Log: De-quoted-unreadable to ISO Latin 1.
26627              (There's one ISO-2022-JP name in Changes5.004.)
26628      Branch: perl
26629            ! Changes Changes5.6
26630 ____________________________________________________________________________
26631 [  7474] By: jhi                                   on 2000/10/28  19:13:06
26632         Log: Subject: [ID 20001027.007] uniq array in perlfaq
26633              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
26634              Date: Fri, 27 Oct 2000 19:28:30 +0200
26635              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
26636      Branch: perl
26637            ! pod/perlfaq4.pod
26638 ____________________________________________________________________________
26639 [  7473] By: jhi                                   on 2000/10/28  18:02:05
26640         Log: Locking null mutexes is not recommendable.
26641              
26642              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
26643              From: Hugo <hv@crypt.compulink.co.uk>
26644              Date: Sat, 28 Oct 2000 18:41:12 +0100
26645              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
26646      Branch: perl
26647            ! op.c
26648 ____________________________________________________________________________
26649 [  7472] By: jhi                                   on 2000/10/28  17:52:58
26650         Log: Better create a true mailing list for the repository keepers.
26651      Branch: perl
26652            ! Porting/repository.pod
26653 ____________________________________________________________________________
26654 [  7471] By: jhi                                   on 2000/10/28  17:28:24
26655         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
26656              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
26657      Branch: perl
26658            + Porting/repository.pod
26659            ! MANIFEST
26660 ____________________________________________________________________________
26661 [  7470] By: jhi                                   on 2000/10/28  17:20:54
26662         Log: Subject: DOC PATCH 5.6.0
26663              From: mjd@plover.com
26664              Date: 27 Oct 2000 17:32:44 -0000
26665              Message-ID: <20001027173244.23754.qmail@plover.com>
26666      Branch: perl
26667            ! pod/perlfunc.pod
26668 ____________________________________________________________________________
26669 [  7469] By: jhi                                   on 2000/10/28  17:16:45
26670         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
26671              From: "Peter J. Farley III" <pjfarley@banet.net>
26672              Date: Fri, 27 Oct 2000 20:32:56 -0400
26673              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
26674      Branch: perl
26675            ! README.dos
26676 ____________________________________________________________________________
26677 [  7468] By: jhi                                   on 2000/10/28  17:07:18
26678         Log: Make target reordering to avoid pointless re-makes.
26679              
26680              Subject: Re: Total re-make of 'make okfile' after 7451 ?
26681              From: Nicholas Clark <nick@ccl4.org>
26682              Date: Sat, 28 Oct 2000 00:31:02 +0100
26683              Message-ID: <20001028003101.A54517@plum.flirble.org>
26684      Branch: perl
26685            ! Makefile.SH
26686 ____________________________________________________________________________
26687 [  7467] By: jhi                                   on 2000/10/28  17:05:31
26688         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
26689              From: lvirden@cas.org
26690              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
26691              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
26692      Branch: perl
26693            ! README.os2
26694 ____________________________________________________________________________
26695 [  7466] By: jhi                                   on 2000/10/28  16:09:16
26696         Log: Upgrade to CPAN 1.58_55.
26697              
26698              Subject: CPAN.pm status
26699              From: andreas.koenig@anima.de (Andreas J. Koenig) 
26700              Date: 28 Oct 2000 08:18:00 +0200 
26701              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
26702      Branch: perl
26703            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26704 ____________________________________________________________________________
26705 [  7465] By: jhi                                   on 2000/10/28  16:02:47
26706         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
26707      Branch: perl
26708            ! embed.h embed.pl perl.h proto.h toke.c
26709 ____________________________________________________________________________
26710 [  7464] By: nick                                  on 2000/10/28  10:43:44
26711         Log: Fix for sv_2iv() on "shared" value from keys %hash.
26712      Branch: perl
26713            ! sv.c
26714 ____________________________________________________________________________
26715 [  7463] By: jhi                                   on 2000/10/27  16:18:29
26716         Log: Update Changes.
26717      Branch: perl
26718            ! Changes patchlevel.h
26719 ____________________________________________________________________________
26720 [  7462] By: jhi                                   on 2000/10/27  16:17:44
26721         Log: Too enthusiastic editing in #7460.
26722      Branch: metaconfig
26723            ! U/modified/Oldsym.U
26724      Branch: perl
26725            ! Configure config_h.SH
26726 ____________________________________________________________________________
26727 [  7461] By: jhi                                   on 2000/10/27  15:37:38
26728         Log: Retract #7459, the script needs more work.
26729      Branch: perl
26730            - mkreef
26731            ! MANIFEST
26732 ____________________________________________________________________________
26733 [  7460] By: jhi                                   on 2000/10/27  15:23:14
26734         Log: Use $sort, $uniq (and $tr) consistently as wondered
26735              by Nicholas Clark.
26736      Branch: metaconfig
26737            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
26738            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
26739            ! U/modified/libc.U
26740      Branch: perl
26741            ! Configure config_h.SH
26742 ____________________________________________________________________________
26743 [  7459] By: jhi                                   on 2000/10/27  15:02:07
26744         Log: (Retracted by #7461)
26745              
26746              Add a shell script for creating/removing symbolic link farms,
26747              useful for keeping the source code read-only and doing the
26748              builds somewhere else.
26749      Branch: perl
26750            + mkreef
26751            ! MANIFEST
26752 ____________________________________________________________________________
26753 [  7458] By: jhi                                   on 2000/10/27  14:42:20
26754         Log: Do away with the fix_pl.
26755      Branch: perl
26756            - fix_pl
26757            ! MANIFEST Makefile.SH
26758 ____________________________________________________________________________
26759 [  7457] By: jhi                                   on 2000/10/27  12:43:13
26760         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
26761              From: Jens Hamisch <jens@Strawberry.COM>
26762              Date: Fri, 27 Oct 2000 14:38:21 +0200
26763              Message-Id: <20001027143821.B3366@Strawberry.COM>
26764      Branch: perl
26765            ! perl.h
26766 ____________________________________________________________________________
26767 [  7456] By: jhi                                   on 2000/10/27  12:33:42
26768         Log: Subject: [PATCH] todo
26769              From: Nicholas Clark <nick@ccl4.org>
26770              Date: Thu, 26 Oct 2000 22:32:29 +0100
26771              Message-ID: <20001026223229.A44540@plum.flirble.org>
26772      Branch: perl
26773            ! pod/perltodo.pod
26774 ____________________________________________________________________________
26775 [  7455] By: jhi                                   on 2000/10/27  12:02:21
26776         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
26777              From: John Tobey <jtobey@john-edwin-tobey.org>
26778              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
26779              Message-Id: <m13ozHF-000FObC@feynman.localnet>
26780      Branch: perl
26781            ! op.c t/pragma/sub_lval.t
26782 ____________________________________________________________________________
26783 [  7454] By: jhi                                   on 2000/10/27  11:59:42
26784         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
26785              From: sthoenna@efn.org
26786              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
26787              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
26788      Branch: perl
26789            ! pp.c t/op/assignwarn.t
26790 ____________________________________________________________________________
26791 [  7453] By: jhi                                   on 2000/10/27  00:15:08
26792         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
26793      Branch: perl
26794            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26795            ! ext/Storable/Storable.xs t/lib/st-lock.t
26796 ____________________________________________________________________________
26797 [  7452] By: jhi                                   on 2000/10/26  13:05:52
26798         Log: Undo #7451, this seems to be a deficiency in Perforce,
26799              there is no per-file line-terminator type, only per-client.
26800      Branch: perl
26801            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
26802            ! win32/makefile.mk
26803 ____________________________________________________________________________
26804 [  7451] By: jhi                                   on 2000/10/26  04:56:03
26805         Log: Experimenting in DOS arcana.
26806      Branch: perl
26807            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
26808            ! win32/makefile.mk
26809 ____________________________________________________________________________
26810 [  7450] By: jhi                                   on 2000/10/26  04:50:52
26811         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
26812              From: "Peter J. Farley III" <pjfarley@banet.net>            
26813              Date: Wed, 25 Oct 2000 23:10:18 -0400
26814              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
26815      Branch: perl
26816            ! t/io/open.t
26817 ____________________________________________________________________________
26818 [  7449] By: jhi                                   on 2000/10/26  04:49:16
26819         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
26820              From: Hugo <hv@crypt.compulink.co.uk>
26821              Date: Thu, 26 Oct 2000 01:55:17 +0100
26822              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
26823              
26824              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
26825      Branch: perl
26826            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
26827 ____________________________________________________________________________
26828 [  7448] By: jhi                                   on 2000/10/26  04:38:36
26829         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
26830              From: Peter Prymmer <pvhp@forte.com>
26831              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
26832              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
26833      Branch: perl
26834            ! configure.com
26835 ____________________________________________________________________________
26836 [  7447] By: jhi                                   on 2000/10/25  23:20:02
26837         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
26838              in platforms that strictly require all the symbols being present
26839              at link time.
26840      Branch: perl
26841            ! handy.h
26842 ____________________________________________________________________________
26843 [  7446] By: jhi                                   on 2000/10/25  21:55:57
26844         Log: Update Changes.
26845      Branch: perl
26846            ! Changes patchlevel.h
26847 ____________________________________________________________________________
26848 [  7445] By: jhi                                   on 2000/10/25  21:27:08
26849         Log: Integrate with vmsperl #7430 by Charles Bailey:
26850              
26851              Cleanup from prior patch (Charles Lane?):
26852              - improve handling of MFDs in Basename and Path
26853              - default to no xsubpp line # munging when building debug images
26854      Branch: perl
26855           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
26856 ____________________________________________________________________________
26857 [  7444] By: jhi                                   on 2000/10/25  21:03:50
26858         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
26859              From: John Peacock <JPeacock@UnivPress.com>
26860              Date: Thu, 18 May 2000 11:55:27 -0400
26861              Message-ID: <3924126F.A58BE57A@UnivPress.com>
26862      Branch: perl
26863            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
26864            ! t/op/write.t
26865 ____________________________________________________________________________
26866 [  7443] By: jhi                                   on 2000/10/25  20:43:10
26867         Log: Temporary stopgap for the self-tying issue: for now only
26868              array and hash self-ties are verboten.  The real fix, of
26869              course, would be to comprehensively test (and implement?)
26870              and debug (and document) self-ties.
26871      Branch: perl
26872            ! pod/perldiag.pod pp_sys.c t/op/tie.t
26873 ____________________________________________________________________________
26874 [  7442] By: jhi                                   on 2000/10/25  20:14:30
26875         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
26876              From: Dan Sugalski <dan@sidhe.org>
26877              Date: Wed, 25 Oct 2000 13:36:35 -0400
26878              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
26879              
26880              plus regen global.sym.
26881      Branch: perl
26882            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
26883            ! thrdvar.h util.c
26884 ____________________________________________________________________________
26885 [  7441] By: jhi                                   on 2000/10/25  20:12:20
26886         Log: buildtoc target tweaks.
26887      Branch: perl
26888            ! pod/Makefile.SH
26889 ____________________________________________________________________________
26890 [  7440] By: jhi                                   on 2000/10/25  20:03:53
26891         Log: A new version of making the syslog test more robust.
26892              (Replaces #7421.)
26893              
26894              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26895              From: "Kurt D. Starsinic" <kstar@chapin.edu>
26896              Date: Wed, 25 Oct 2000 12:13:54 -0400
26897              Message-ID: <20001025121354.B2264@O2.chapin.edu>
26898      Branch: perl
26899            ! t/lib/syslog.t
26900 ____________________________________________________________________________
26901 [  7439] By: jhi                                   on 2000/10/25  20:00:48
26902         Log: Continue the internal UTF-8 API tweaking.
26903              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
26904              used much more than the simpler API, now called utf8_to_uv_simple().
26905              Still not quite happy with API, too much partial duplication
26906              of functionality.
26907      Branch: perl
26908            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
26909            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
26910            ! regcomp.c regexec.c sv.c toke.c utf8.c
26911 ____________________________________________________________________________
26912 [  7438] By: jhi                                   on 2000/10/25  18:52:30
26913         Log: Allow poking holes at the UTF-8 decoding strictness.
26914      Branch: perl
26915            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
26916            ! utf8.h
26917 ____________________________________________________________________________
26918 [  7437] By: jhi                                   on 2000/10/25  13:53:05
26919         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
26920              UTF8LEN() and UTF8SKIP(). 
26921      Branch: perl
26922            ! pp.c utf8.c utf8.h
26923 ____________________________________________________________________________
26924 [  7436] By: jhi                                   on 2000/10/25  13:51:37
26925         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
26926              From: Nicholas Clark <nick@ccl4.org>
26927              Date: Wed, 25 Oct 2000 14:44:05 +0100
26928              Message-ID: <20001025144404.D27253@plum.flirble.org>
26929      Branch: perl
26930            ! pod/perlrun.pod
26931 ____________________________________________________________________________
26932 [  7435] By: jhi                                   on 2000/10/25  13:49:32
26933         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
26934              From: Mike Guy <mjtg@cam.ac.uk>
26935              Date: Tue, 24 Oct 2000 14:59:40 +0100
26936              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
26937      Branch: perl
26938            ! scope.c
26939 ____________________________________________________________________________
26940 [  7434] By: jhi                                   on 2000/10/25  13:48:41
26941         Log: AIX is picky about its symbol exports.  Solution for now
26942              is to include the deb.o explicitly to the re extension build.
26943              
26944              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
26945              From: Peter Prymmer <pvhp@forte.com>
26946              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
26947              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
26948      Branch: perl
26949            ! ext/re/Makefile.PL hints/aix.sh
26950 ____________________________________________________________________________
26951 [  7433] By: jhi                                   on 2000/10/25  13:46:49
26952         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
26953              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26954              Date: Wed, 25 Oct 2000 12:02:20 +0200
26955              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
26956      Branch: perl
26957            ! perlsdio.h
26958 ____________________________________________________________________________
26959 [  7432] By: jhi                                   on 2000/10/25  13:44:28
26960         Log: Subject: Minor update to find2perl, for portability
26961              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
26962              Date: Wed, 25 Oct 2000 12:05:47 +0100
26963              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
26964      Branch: perl
26965            ! x2p/find2perl.PL
26966 ____________________________________________________________________________
26967 [  7431] By: jhi                                   on 2000/10/25  13:40:39
26968         Log: Add targets to Makefile.SH, most importantly
26969              'regen_all' which also remembers to update vms/perly*.
26970      Branch: perl
26971            ! Makefile.SH
26972 ____________________________________________________________________________
26973 [  7430] By: bailey                                on 2000/10/25  03:13:53
26974         Log: Cleanup from prior patch (Charles Lane?):
26975              - improve handling of MFDs in Basename and Path
26976              - default to no xsubpp line # munging when building debug images
26977      Branch: vmsperl
26978            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
26979 ____________________________________________________________________________
26980 [  7429] By: jhi                                   on 2000/10/24  20:03:40
26981         Log: Podify README.epoc and README.vos.
26982      Branch: perl
26983            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
26984            ! pod/perlport.pod pod/perltoc.pod
26985 ____________________________________________________________________________
26986 [  7428] By: jhi                                   on 2000/10/24  19:10:33
26987         Log: Stratus VOS updates from Paul Green.
26988      Branch: perl
26989            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26990            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
26991            - vos/config.def vos/config.h vos/config_h.SH_orig
26992            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
26993            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
26994 ____________________________________________________________________________
26995 [  7427] By: jhi                                   on 2000/10/24  18:59:48
26996         Log: Check if stdio supports tweaking lval and cnt simultaneously.
26997              
26998              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
26999              From: Nicholas Clark <nick@ccl4.org>
27000              Date: Mon, 23 Oct 2000 15:39:32 +0100
27001              Message-ID: <20001023153932.A10786@plum.flirble.org>
27002      Branch: metaconfig
27003            ! U/compline/d_stdstdio.U
27004      Branch: perl
27005            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27006            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
27007            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
27008            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
27009            ! vos/config.h vos/config_h.SH_orig win32/config.bc
27010            ! win32/config.gc win32/config.vc
27011 ____________________________________________________________________________
27012 [  7426] By: jhi                                   on 2000/10/24  17:57:44
27013         Log: Missed the header file changes from #7425.
27014      Branch: perl
27015            ! embed.h embed.pl objXSUB.h proto.h
27016 ____________________________________________________________________________
27017 [  7425] By: jhi                                   on 2000/10/24  17:55:17
27018         Log: Fix the bug reported in
27019              
27020              From: andreas.koenig@anima.de (Andreas J. Koenig)
27021              Subject: Encode bug?
27022              Date: 24 Oct 2000 14:01:26 +0200 
27023              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
27024              
27025              Also make is_utf8_char() stricter.
27026      Branch: perl
27027            ! ext/Encode/Encode.xs utf8.c
27028 ____________________________________________________________________________
27029 [  7424] By: jhi                                   on 2000/10/24  15:15:39
27030         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
27031              From: Peter Scott <Peter@PSDT.com>
27032              Date: Mon, 23 Oct 2000 19:46:01 -0700
27033              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
27034      Branch: perl
27035            ! pod/perlfaq5.pod
27036 ____________________________________________________________________________
27037 [  7423] By: jhi                                   on 2000/10/24  14:25:30
27038         Log: Test tweak to avoid pulling in the whole Config.
27039      Branch: perl
27040            ! t/lib/st-lock.t
27041 ____________________________________________________________________________
27042 [  7422] By: jhi                                   on 2000/10/24  14:03:16
27043         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
27044      Branch: perl
27045            ! pp.c
27046 ____________________________________________________________________________
27047 [  7421] By: jhi                                   on 2000/10/24  13:32:09
27048         Log: (Replaced by #7440.)
27049              
27050              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27051              From: "Kurt D. Starsinic" <kstar@chapin.edu>
27052              Date: Mon, 23 Oct 2000 16:40:54 -0400
27053              Message-ID: <20001023164054.B14491@O2.chapin.edu>
27054      Branch: perl
27055            ! t/lib/syslog.t
27056 ____________________________________________________________________________
27057 [  7420] By: jhi                                   on 2000/10/24  13:30:53
27058         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
27059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27060              Date: Mon, 23 Oct 2000 17:29:03 -0400
27061              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
27062      Branch: perl
27063            ! lib/ExtUtils/MM_Unix.pm
27064 ____________________________________________________________________________
27065 [  7419] By: jhi                                   on 2000/10/24  13:29:57
27066         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
27067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27068              Date: Mon, 23 Oct 2000 19:01:32 -0400
27069              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
27070      Branch: perl
27071            ! utils/h2xs.PL
27072 ____________________________________________________________________________
27073 [  7418] By: jhi                                   on 2000/10/24  13:26:04
27074         Log: Replace #7409 with
27075              
27076              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
27077              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27078              Date: Mon, 23 Oct 2000 20:08:56 +0200
27079              Message-ID: <20001023200855.A14850@nice.ram.loc>
27080      Branch: perl
27081            ! ext/Storable/Storable.pm t/lib/st-lock.t
27082 ____________________________________________________________________________
27083 [  7417] By: jhi                                   on 2000/10/24  13:17:52
27084         Log: Run vms/vms_yfix.pl, should have done that after changing
27085              perly.c in #7382.
27086      Branch: perl
27087            ! vms/perly_c.vms vms/perly_h.vms
27088 ____________________________________________________________________________
27089 [  7416] By: jhi                                   on 2000/10/24  02:55:33
27090         Log: Make the UTF-8 decoding stricter and more verbose when
27091              malformation happens.  This involved adding an argument
27092              to utf8_to_uv_chk(), which involved changing its prototype,
27093              and prefer STRLEN over I32 for the UTF-8 length, which as
27094              a domino effect necessitated changing the prototypes of
27095              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
27096              The stricter UTF-8 decoding checking uses Markus Kuhn's
27097              UTF-8 Decode Stress Tester from
27098              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
27099      Branch: perl
27100            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
27101            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
27102            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
27103            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
27104 ____________________________________________________________________________
27105 [  7415] By: jhi                                   on 2000/10/23  14:06:06
27106         Log: Update Changes.
27107      Branch: perl
27108            ! Changes patchlevel.h
27109 ____________________________________________________________________________
27110 [  7414] By: jhi                                   on 2000/10/23  12:39:52
27111         Log: Undo the basename() part of #7412 since the lib/basename
27112              tests would need upgrading too.
27113      Branch: perl
27114            ! lib/File/Basename.pm
27115 ____________________________________________________________________________
27116 [  7413] By: jhi                                   on 2000/10/23  12:19:27
27117         Log: Document PERL_INSTALL_ROOT of #7210.
27118      Branch: perl
27119            ! lib/ExtUtils/Install.pm
27120 ____________________________________________________________________________
27121 [  7412] By: jhi                                   on 2000/10/23  12:16:47
27122         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
27123      Branch: perl
27124            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
27125            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
27126 ____________________________________________________________________________
27127 [  7411] By: jhi                                   on 2000/10/23  12:07:41
27128         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
27129              From: Prymmer/Kahn <pvhp@best.com>
27130              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
27131              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
27132      Branch: perl
27133            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
27134 ____________________________________________________________________________
27135 [  7410] By: jhi                                   on 2000/10/23  04:10:11
27136         Log: The change #7187 was not so good on VMS.
27137              
27138              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
27139              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27140              Date: Sun, 22 Oct 2000 23:03:08 -0500
27141              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
27142      Branch: perl
27143            ! utils/perldoc.PL
27144 ____________________________________________________________________________
27145 [  7409] By: jhi                                   on 2000/10/23  03:57:36
27146         Log: Avoid Storable locking on DJGPP for now.
27147              
27148              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
27149              From: "Peter J. Farley III" <pjfarley@banet.net>
27150              Date: Sun, 22 Oct 2000 20:00:00 -0400
27151              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
27152      Branch: perl
27153            ! ext/Storable/Storable.pm t/lib/st-lock.t
27154 ____________________________________________________________________________
27155 [  7408] By: jhi                                   on 2000/10/23  03:50:24
27156         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
27157              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27158              Date: Sun, 22 Oct 2000 21:12:22 -0400
27159              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
27160      Branch: perl
27161            ! lib/vars.pm
27162 ____________________________________________________________________________
27163 [  7407] By: jhi                                   on 2000/10/23  03:43:12
27164         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
27165              From: Hugo <hv@crypt.compulink.co.uk>
27166              Date: Mon, 23 Oct 2000 00:47:22 +0100
27167              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
27168      Branch: perl
27169            ! regexec.c t/op/pat.t
27170 ____________________________________________________________________________
27171 [  7406] By: jhi                                   on 2000/10/23  03:40:29
27172         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
27173      Branch: perl
27174            ! lib/ExtUtils/MakeMaker.pm
27175 ____________________________________________________________________________
27176 [  7405] By: jhi                                   on 2000/10/22  21:32:00
27177         Log: Doc patch.
27178              
27179              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
27180              From: rspier@pobox.com (Robert Spier)
27181              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
27182              Message-ID: <14835.16112.13457.447971@rls.cx>
27183      Branch: perl
27184            ! lib/strict.pm
27185 ____________________________________________________________________________
27186 [  7404] By: jhi                                   on 2000/10/22  21:30:51
27187         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
27188              From: rspier@pobox.com (Robert Spier)
27189              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
27190              Message-ID: <14835.17223.72448.705566@rls.cx>
27191      Branch: perl
27192            ! lib/ExtUtils/MakeMaker.pm
27193 ____________________________________________________________________________
27194 [  7403] By: jhi                                   on 2000/10/22  21:24:11
27195         Log: Subject: [PATCH bleadperl] ripples from constsub patch
27196              From: John Tobey <jtobey@john-edwin-tobey.org>
27197              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
27198              Message-Id: <m13nSOB-000FObC@feynman.localnet>
27199      Branch: perl
27200            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
27201 ____________________________________________________________________________
27202 [  7402] By: jhi                                   on 2000/10/22  20:59:35
27203         Log: Support s?printf parameter reordering.
27204      Branch: perl
27205            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
27206 ____________________________________________________________________________
27207 [  7401] By: jhi                                   on 2000/10/22  19:19:14
27208         Log: Expand %Config variables only if explicitly so requested
27209              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
27210              
27211              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
27212              From: Gurusamy Sarathy <gsar@ActiveState.com>
27213              Date: Sun, 22 Oct 2000 11:47:32 -0700
27214              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
27215      Branch: perl
27216            ! Makefile.SH lib/lib_pm.PL
27217 ____________________________________________________________________________
27218 [  7400] By: jhi                                   on 2000/10/22  18:24:10
27219         Log: Move the #7390 test from warn/op to comp/redef.
27220              
27221              Subject: Re: Creating const subs for constants.
27222              From: John Tobey <jtobey@john-edwin-tobey.org>
27223              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
27224              Message-Id: <m13nG72-000FObC@feynman.localnet>               
27225      Branch: perl
27226            ! t/comp/redef.t t/pragma/warn/op
27227 ____________________________________________________________________________
27228 [  7399] By: jhi                                   on 2000/10/22  17:49:59
27229         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
27230              From: Nicholas Clark <nick@ccl4.org>
27231              Date: Sat, 21 Oct 2000 22:23:19 +0100
27232              Message-ID: <20001021222319.B45586@plum.flirble.org>
27233      Branch: perl
27234            ! ext/DynaLoader/DynaLoader_pm.PL
27235 ____________________________________________________________________________
27236 [  7398] By: jhi                                   on 2000/10/22  17:47:35
27237         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
27238              From: Hugo <hv@crypt.compulink.co.uk>
27239              Date: Sat, 21 Oct 2000 18:19:59 +0100
27240              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
27241      Branch: perl
27242            ! ext/B/B.pm ext/B/B/C.pm
27243 ____________________________________________________________________________
27244 [  7397] By: jhi                                   on 2000/10/22  17:35:18
27245         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
27246              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
27247              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
27248              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
27249      Branch: perl
27250            ! hints/openbsd.sh
27251 ____________________________________________________________________________
27252 [  7396] By: jhi                                   on 2000/10/22  17:19:46
27253         Log: Subject: installman go-faster stripes
27254              From: Nicholas Clark <nick@talking.bollo.cx>
27255              Date: Sat, 21 Oct 2000 17:24:53 +0100
27256              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
27257              
27258              Subject: Re: installman go-faster stripes
27259              From: Russ Allbery <rra@stanford.edu>
27260              Date: 21 Oct 2000 11:04:13 -0700
27261              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
27262      Branch: perl
27263            ! installman pod/pod2man.PL
27264 ____________________________________________________________________________
27265 [  7395] By: jhi                                   on 2000/10/22  17:17:35
27266         Log: Hints tweak from Anton Berezin.
27267      Branch: perl
27268            ! hints/freebsd.sh
27269 ____________________________________________________________________________
27270 [  7394] By: jhi                                   on 2000/10/22  04:50:04
27271         Log: Tweak the Is* definitions of Unicode character classes
27272              to better match the official categorizations; embrace
27273              the official categorizations; add the combining marks
27274              as alpha (and -numeric); fix DCinital (a typo and edito)
27275              to be DCmedial.
27276      Branch: perl
27277            + lib/unicode/Is/DCmedial.pl
27278            - lib/unicode/Is/DCinital.pl
27279            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27280            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
27281            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
27282            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
27283 ____________________________________________________________________________
27284 [  7393] By: jhi                                   on 2000/10/21  18:06:05
27285         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
27286              From: Daniel Chetlin <daniel@chetlin.com>
27287              Date: Sat, 21 Oct 2000 02:57:03 -0700
27288              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
27289      Branch: perl
27290            + t/lib/tie-splice.t
27291            ! MANIFEST lib/Tie/Array.pm
27292 ____________________________________________________________________________
27293 [  7392] By: gsar                                  on 2000/10/21  18:05:15
27294         Log: resync utfperl branch with mainline
27295      Branch: utfperl
27296           !> (integrate 1760 files)
27297 ____________________________________________________________________________
27298 [  7391] By: jhi                                   on 2000/10/21  14:37:49
27299         Log: Testcases for a #7383,#7385 related bug.
27300              
27301              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
27302              From: Nicholas Clark <nick@ccl4.org>
27303              Date: Sat, 21 Oct 2000 15:04:51 +0100
27304              Message-ID: <20001021150451.A51566@plum.flirble.org>
27305      Branch: perl
27306            ! t/pragma/utf8.t
27307 ____________________________________________________________________________
27308 [  7390] By: jhi                                   on 2000/10/21  14:35:57
27309         Log: Add a testcase for #7389.
27310      Branch: perl
27311            ! t/pragma/warn/op
27312 ____________________________________________________________________________
27313 [  7389] By: jhi                                   on 2000/10/21  14:26:45
27314         Log: Subject: Re: Creating const subs for constants.
27315              From: John Tobey <jtobey@john-edwin-tobey.org>
27316              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
27317              Message-Id: <m13mo0N-000FObC@feynman.localnet>
27318      Branch: perl
27319            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
27320            ! proto.h sv.c
27321 ____________________________________________________________________________
27322 [  7388] By: nick                                  on 2000/10/21  11:44:23
27323         Log: Populate perlio branch
27324      Branch: perlio
27325           +> (branch 1760 files)
27326 ____________________________________________________________________________
27327 [  7387] By: nick                                  on 2000/10/21  10:52:05
27328         Log: Get branch back as replica of mainline via :
27329              p4 integrate -b utfperl
27330              p4 resolve -at ./...
27331      Branch: utfperl
27332           +> (branch 269 files)
27333            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
27334            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
27335            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
27336            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
27337            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
27338            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
27339            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
27340            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
27341            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
27342            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
27343            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
27344            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
27345            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
27346            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
27347            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
27348            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
27349            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
27350            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
27351            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
27352            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
27353            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
27354            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
27355            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
27356            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
27357            - lib/unicode/UCD300.html lib/unicode/Unicode.300
27358            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
27359            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
27360            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
27361            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
27362           !> (integrate 965 files)
27363 ____________________________________________________________________________
27364 [  7386] By: jhi                                   on 2000/10/21  01:31:12
27365         Log: Update Changes.
27366      Branch: perl
27367            ! Changes patchlevel.h
27368 ____________________________________________________________________________
27369 [  7385] By: jhi                                   on 2000/10/21  01:28:42
27370         Log: The #7383 was right only in the context of the original bug report,
27371              not in more general case.
27372      Branch: perl
27373            ! pp_hot.c
27374 ____________________________________________________________________________
27375 [  7384] By: jhi                                   on 2000/10/21  01:08:23
27376         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
27377      Branch: perl
27378            ! ext/IO/lib/IO/Select.pm
27379 ____________________________________________________________________________
27380 [  7383] By: jhi                                   on 2000/10/21  00:44:18
27381         Log: Fix for ID 20001020.006, concatenating an unset submatch
27382              with utf8 resulted in "Modification of a read-only value".
27383      Branch: perl
27384            ! pp_hot.c t/pragma/utf8.t
27385 ____________________________________________________________________________
27386 [  7382] By: jhi                                   on 2000/10/20  20:44:31
27387         Log: Make scan_num() reëntrant, as suggested in
27388              
27389              Subject: [PATCH perl@7229] Rentrant parser and yylex()
27390              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27391              Date: Fri, 20 Oct 2000 14:17:27 +0100
27392              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
27393      Branch: perl
27394            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
27395            ! toke.c
27396 ____________________________________________________________________________
27397 [  7381] By: jhi                                   on 2000/10/20  20:07:29
27398         Log: Reëntrancy fix.
27399              
27400              Subject: [PATCH perl@7229] Rentrant parser and yylex()
27401              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27402              Date: Fri, 20 Oct 2000 14:17:27 +0100
27403              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
27404      Branch: perl
27405            ! embed.h embed.pl perl.h proto.h toke.c
27406 ____________________________________________________________________________
27407 [  7380] By: jhi                                   on 2000/10/20  19:15:54
27408         Log: Don't write double values through long double pointers,
27409              based on a part of
27410              
27411              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
27412              From: Jens Hamisch <jens@Strawberry.COM>
27413              Date: Tue, 17 Oct 2000 08:39:36 +0200
27414              Message-Id: <20001017083936.A11104@Strawberry.COM>
27415      Branch: perl
27416            ! perl.h pp.c
27417 ____________________________________________________________________________
27418 [  7379] By: jhi                                   on 2000/10/20  18:43:37
27419         Log: Portability tweak on #7377.
27420              
27421              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
27422              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27423              Date:     Fri, 20 Oct 2000 13:13:41 EDT
27424              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
27425      Branch: perl
27426            ! t/lib/dprof.t
27427 ____________________________________________________________________________
27428 [  7378] By: jhi                                   on 2000/10/20  12:57:19
27429         Log: SOCKS function redefinitions need prototypes, too, otherwise
27430              for example 32 bit versus 64 bit differences cause a lot of
27431              problems.  Part of
27432              
27433              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
27434              From: Jens Hamisch <jens@Strawberry.COM>
27435              Date: Tue, 17 Oct 2000 08:39:36 +0200
27436              Message-Id: <20001017083936.A11104@Strawberry.COM>
27437      Branch: perl
27438            ! doio.c pp_sys.c
27439 ____________________________________________________________________________
27440 [  7377] By: jhi                                   on 2000/10/20  12:37:12
27441         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
27442              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27443              Date:     Fri, 20 Oct 2000 08:26:04 EDT
27444              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
27445      Branch: perl
27446            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
27447 ____________________________________________________________________________
27448 [  7376] By: jhi                                   on 2000/10/20  12:35:31
27449         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
27450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27451              Date:     Fri, 20 Oct 2000 07:48:15 EDT
27452              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
27453      Branch: perl
27454            ! configure.com vms/gen_shrfls.pl
27455 ____________________________________________________________________________
27456 [  7375] By: bailey                                on 2000/10/20  04:44:37
27457         Log: SYN SYN
27458      Branch: vmsperl
27459           +> (branch 134 files)
27460            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
27461            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
27462            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
27463            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
27464            - eg/cgi/frameset.cgi eg/cgi/index.html
27465            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
27466            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
27467            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
27468            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
27469            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
27470            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
27471            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
27472            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
27473            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
27474            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
27475            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
27476            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
27477            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
27478            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
27479            - lib/unicode/Props.txt lib/unicode/UCD300.html
27480            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27481            - utils/perlbc.PL vms/subconfigure.com
27482           !> (integrate 785 files)
27483 ____________________________________________________________________________
27484 [  7374] By: jhi                                   on 2000/10/20  00:59:48
27485         Log: In the latest compiler builds cccdlflags must not become -fpic,
27486              from Wilfredo Sánchez.
27487      Branch: perl
27488            ! hints/darwin.sh
27489 ____________________________________________________________________________
27490 [  7373] By: jhi                                   on 2000/10/20  00:56:35
27491         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
27492              From: Tony Cook <tony@develop-help.com>
27493              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
27494              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
27495      Branch: perl
27496            ! pod/perlop.pod
27497 ____________________________________________________________________________
27498 [  7372] By: jhi                                   on 2000/10/19  19:34:40
27499         Log: Typo noted by Mark Lutz.
27500      Branch: perl
27501            ! t/op/64bitint.t
27502 ____________________________________________________________________________
27503 [  7371] By: jhi                                   on 2000/10/19  19:33:13
27504         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
27505      Branch: metaconfig
27506            ! U/modified/Cppsym.U U/modified/Oldconfig.U
27507      Branch: metaconfig/U/perl
27508            ! End.U dlsrc.U libperl.U
27509      Branch: perl
27510            + hints/nonstopux.sh
27511            ! Configure MANIFEST config_h.SH
27512 ____________________________________________________________________________
27513 [  7370] By: jhi                                   on 2000/10/19  17:18:08
27514         Log: Subject: PATCH do_print has 2 PerlIO_error()s
27515              From: nick@ccl4.org
27516              Date: Thu, 19 Oct 2000 18:09:20 +0100
27517              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
27518      Branch: perl
27519            ! doio.c
27520 ____________________________________________________________________________
27521 [  7369] By: jhi                                   on 2000/10/19  14:01:49
27522         Log: Update Changes.
27523      Branch: perl
27524            ! Changes patchlevel.h
27525 ____________________________________________________________________________
27526 [  7368] By: jhi                                   on 2000/10/19  13:04:29
27527         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
27528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27529              Date: Wed, 18 Oct 2000 13:12:01 +0200
27530              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
27531      Branch: perl
27532            ! hints/aix.sh
27533 ____________________________________________________________________________
27534 [  7367] By: jhi                                   on 2000/10/19  02:22:40
27535         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
27536              of a 'pmshort' anywhere in the B, so the offending line was simply
27537              removed.
27538      Branch: perl
27539            ! ext/B/B/Debug.pm
27540 ____________________________________________________________________________
27541 [  7366] By: jhi                                   on 2000/10/19  02:12:37
27542         Log: Add the test case for the bug id 20000730.004 which seems
27543              to have been fixed by now.
27544      Branch: perl
27545            ! t/pragma/utf8.t
27546 ____________________________________________________________________________
27547 [  7365] By: jhi                                   on 2000/10/18  23:36:24
27548         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
27549              From: Hugo <hv@crypt.compulink.co.uk>
27550              Date: Wed, 18 Oct 2000 23:25:58 +0100
27551              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
27552      Branch: perl
27553            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
27554 ____________________________________________________________________________
27555 [  7364] By: jhi                                   on 2000/10/18  21:12:53
27556         Log: (retracted)
27557      Branch: perl
27558            ! pp.c
27559 ____________________________________________________________________________
27560 [  7363] By: jhi                                   on 2000/10/18  20:55:38
27561         Log: Missing change from #7362.
27562      Branch: perl
27563            ! win32/perlhost.h
27564 ____________________________________________________________________________
27565 [  7362] By: jhi                                   on 2000/10/18  20:52:01
27566         Log: Borland C fstat() never saw the fd as writable.
27567              
27568              Subject: fix for Borland's weak "stat" (perl@7211)
27569              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27570              Date: Mon, 16 Oct 2000 09:55:03 +0400
27571              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
27572      Branch: perl
27573            ! win32/win32.c
27574 ____________________________________________________________________________
27575 [  7361] By: jhi                                   on 2000/10/18  17:43:50
27576         Log: Regen toc.
27577      Branch: perl
27578            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
27579 ____________________________________________________________________________
27580 [  7360] By: jhi                                   on 2000/10/18  17:07:44
27581         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27582              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
27583              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
27584              Date: Mon, 16 Oct 2000 15:19:49 +0200
27585      Branch: perl
27586            + README.aix
27587            ! MANIFEST
27588 ____________________________________________________________________________
27589 [  7359] By: jhi                                   on 2000/10/18  17:04:49
27590         Log: Subject: Pod patch for Devel::Peek
27591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27592              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
27593              Date: Mon, 16 Oct 2000 12:26:34 +0200
27594      Branch: perl
27595            ! ext/Devel/Peek/Peek.pm
27596 ____________________________________________________________________________
27597 [  7358] By: jhi                                   on 2000/10/18  17:03:15
27598         Log: Make Cwd more bulletproof in chrooted environments.
27599              
27600              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
27601              From: "Eric E. Coe" <Eric.Coe@oracle.com>
27602              Date: Wed, 18 Oct 2000 04:03:54 -0400
27603              Message-Id: <39ED596A.70E599FE@oracle.com>
27604      Branch: perl
27605            ! lib/Cwd.pm
27606 ____________________________________________________________________________
27607 [  7357] By: jhi                                   on 2000/10/18  16:37:26
27608         Log: Disable the UTF8 downgrade croakage for now to avoid
27609              too many not okay messages.
27610      Branch: perl
27611            ! doio.c
27612 ____________________________________________________________________________
27613 [  7356] By: jhi                                   on 2000/10/17  23:29:41
27614         Log: Show the failed remote port, instead of the failing line number.
27615              
27616              Subject: [PATCH 5.6.1 Debugger] More diagnostics
27617              From: David Sparks <daves@ActiveState.com>
27618              Date: Tue, 17 Oct 2000 15:00:24 -0700
27619              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
27620      Branch: perl
27621            ! lib/perl5db.pl
27622 ____________________________________________________________________________
27623 [  7355] By: jhi                                   on 2000/10/17  14:11:31
27624         Log: On output try to downgrade to bytes, croak if impossible,
27625              from Simon Cozens.  This means that outputting >255 UTF8
27626              is impossible.  Consider this as a strong incentive to get
27627              the I/O disciplines implemented.
27628      Branch: perl
27629            ! doio.c pod/perldiag.pod sv.c
27630 ____________________________________________________________________________
27631 [  7354] By: jhi                                   on 2000/10/17  13:42:23
27632         Log: Clarify documentation on 'use bytes'.
27633              
27634              Subject: Re: What does 'use bytes' "mean" ?
27635              From: Simon Cozens <simon@cozens.net>
27636              Date: Mon, 18 Sep 2000 18:24:25 +0100
27637              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
27638      Branch: perl
27639            ! lib/bytes.pm
27640 ____________________________________________________________________________
27641 [  7353] By: jhi                                   on 2000/10/17  13:28:12
27642         Log: Workaround for a sfio bug where the stream error indicator
27643              is not cleared as documented.
27644              
27645              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
27646              From: Nicholas Clark <nick@ccl4.org>
27647              Date: Mon, 16 Oct 2000 18:28:23 +0100
27648              Message-ID: <20001016182823.J19700@plum.flirble.org>
27649      Branch: perl
27650            ! doio.c
27651 ____________________________________________________________________________
27652 [  7352] By: jhi                                   on 2000/10/17  13:06:19
27653         Log: More IoTYPE sprinkling.
27654      Branch: perl
27655            ! doio.c pp_hot.c
27656 ____________________________________________________________________________
27657 [  7351] By: jhi                                   on 2000/10/16  22:47:07
27658         Log: Detect early whether the std streams have gone bad.
27659              
27660              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
27661              Date: Mon, 16 Oct 2000 23:28:42 +0100
27662              From: Nicholas Clark <nick@ccl4.org>
27663              Message-ID: <20001016232842.A37942@plum.flirble.org>
27664      Branch: perl
27665            ! t/op/misc.t
27666 ____________________________________________________________________________
27667 [  7350] By: jhi                                   on 2000/10/16  22:45:16
27668         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
27669              From: "Peter J. Farley III" <pjfarley@banet.net>
27670              Date: Mon, 16 Oct 2000 18:15:59 -0400
27671              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
27672      Branch: perl
27673            ! djgpp/djgpp.c dosish.h t/io/open.t
27674 ____________________________________________________________________________
27675 [  7349] By: jhi                                   on 2000/10/16  22:36:45
27676         Log: perldelta tweak.
27677      Branch: perl
27678            ! pod/perldelta.pod
27679 ____________________________________________________________________________
27680 [  7348] By: jhi                                   on 2000/10/16  15:17:53
27681         Log: Update Changes.
27682      Branch: perl
27683            ! Changes patchlevel.h
27684 ____________________________________________________________________________
27685 [  7347] By: jhi                                   on 2000/10/16  13:55:27
27686         Log: Add the capability to include/exclude branches.
27687      Branch: perl
27688            ! Porting/genlog
27689 ____________________________________________________________________________
27690 [  7346] By: jhi                                   on 2000/10/16  13:18:04
27691         Log: Add Charles Lane.
27692      Branch: perl
27693            ! AUTHORS Changes
27694 ____________________________________________________________________________
27695 [  7345] By: jhi                                   on 2000/10/16  13:13:21
27696         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
27697      Branch: perl
27698            ! pod/perldelta.pod
27699 ____________________________________________________________________________
27700 [  7344] By: gsar                                  on 2000/10/16  09:30:21
27701         Log: integrate change#6220 from cfgperl
27702              
27703              Win32 patches from Benjamin Stuhl.
27704      Branch: maint-5.6/perl
27705           !> makedef.pl win32/win32.h
27706 ____________________________________________________________________________
27707 [  7343] By: gsar                                  on 2000/10/16  08:32:19
27708         Log: integrate changes#6221,6222 from cfgperl
27709              
27710              Remove tr///CU (the feature is to be obsoleted by better interfaces).
27711              From: simon@brecon.co.uk (Simon Cozens)
27712              Subject: [PATCH] Eliminate tr///[CU][CU]
27713              Date: 23 Jun 2000 11:05:40 GMT
27714              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
27715              
27716              doc typo fix
27717              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
27718              From: Ian Phillipps <Ian.Phillipps@iname.com>
27719              Date: Fri, 23 Jun 2000 10:40:58 +0100
27720              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
27721      Branch: maint-5.6/perl
27722           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
27723 ____________________________________________________________________________
27724 [  7342] By: gsar                                  on 2000/10/16  08:28:08
27725         Log: integrate change#6217 from cfgperl (in part)
27726              
27727              Rename the fdpid locking and integrate with Sarathy.
27728      Branch: maint-5.6/perl
27729           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
27730           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
27731           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
27732           !> win32/win32.c
27733 ____________________________________________________________________________
27734 [  7341] By: gsar                                  on 2000/10/16  08:23:39
27735         Log: integrate changes#6214..6216 from mainline
27736              
27737              @_ can't have junk in it even in the non-USE_ITHREADS case because
27738              caller() wants to populate @DB::args with it (causes a coredump
27739              in Carp::confess())
27740              
27741              tweak comment about @DB::args
27742              
27743              be more optimal about clearing @_
27744      Branch: maint-5.6/perl
27745           !> av.h cop.h pp_ctl.c t/op/runlevel.t
27746 ____________________________________________________________________________
27747 [  7340] By: gsar                                  on 2000/10/16  08:20:37
27748         Log: integrate changes#6207..6210 from cfgperl
27749              
27750              Subject: [PATCH 5.6.0] Threadsafe patches
27751              From: Dan Sugalski <dan@sidhe.org>
27752              To: perl5-porters@perl.org
27753              Date: Mon, 08 May 2000 18:08:13 -0400
27754              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
27755              
27756              Regen headers for #6207.
27757              
27758              Lock PL_fdpid against race conditions, based on:
27759              Subject: [PATCH 5.6.0]subprocess fixup for threads
27760              From: Dan Sugalski <dan@sidhe.org>
27761              To: perl5-porters@perl.org
27762              Date: Tue, 11 Apr 2000 17:02:32 -0400
27763              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
27764              
27765              Mopup for #6207 and #6209.
27766      Branch: maint-5.6/perl
27767           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
27768           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
27769           !> win32/win32.c
27770 ____________________________________________________________________________
27771 [  7339] By: gsar                                  on 2000/10/16  08:14:34
27772         Log: integrate change#6203 from cfgperl
27773              
27774              perldiag should refer to perlos2.pod not README.os2
27775      Branch: maint-5.6/perl
27776           !> pod/perldiag.pod
27777 ____________________________________________________________________________
27778 [  7338] By: gsar                                  on 2000/10/16  08:11:42
27779         Log: integrate change#6201 from mainline
27780              
27781              Perl_eval_pv() leaks 4 bytes every time it is called because it
27782              does a PUSHMARK that's never ever POPMARKed; in general, only
27783              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
27784              Perl_eval_[sp]v() don't because they don't take any incoming
27785              arguments (this leak has been around since the original version
27786              of perl_eval_pv() in 5.003_97e)
27787      Branch: maint-5.6/perl
27788           !> perl.c
27789 ____________________________________________________________________________
27790 [  7337] By: gsar                                  on 2000/10/16  08:08:47
27791         Log: integrate changes#6197..6200 from cfgperl
27792              
27793              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
27794              From: John Borwick <jhborwic@unity.ncsu.edu>
27795              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
27796              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
27797              
27798              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
27799              From: Dan Sugalski <dan@sidhe.org>
27800              To: vmsperl@perl.org, perl5-porters@perl.org
27801              Date: Fri, 02 Jun 2000 16:00:41 -0400
27802              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
27803              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
27804              
27805              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
27806              From: Dan Sugalski <dan@sidhe.org>
27807              To: perl5-porters@perl.org, vmsperl@perl.org
27808              Date: Fri, 02 Jun 2000 17:30:51 -0400
27809              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
27810              
27811              Update to cperl-mode.el 4.31 from
27812              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
27813              Subject: A couple of notes
27814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27815              To: Mailing list Perl5 <perl5-porters@perl.org>
27816              Date: Sat, 3 Jun 2000 23:33:32 -0400
27817              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
27818      Branch: maint-5.6/perl
27819           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
27820           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
27821           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
27822           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
27823           !> vms/vmsish.h
27824 ____________________________________________________________________________
27825 [  7336] By: gsar                                  on 2000/10/16  08:03:46
27826         Log: integrate changes#6194,6195 from mainline
27827              
27828              fix small eval"" memory leaks under USE_ITHREADS
27829              
27830              fix yet another eval"" leak under USE_ITHREADS
27831      Branch: maint-5.6/perl
27832           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
27833           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
27834           !> vms/perly_c.vms
27835 ____________________________________________________________________________
27836 [  7335] By: gsar                                  on 2000/10/16  08:02:15
27837         Log: integrate changes#6190,6191 from mainline
27838              
27839              submit missing embed.pl change
27840              
27841              vec() loses numericalness (modified version of patch suggested
27842              by Robin Barker)
27843      Branch: maint-5.6/perl
27844           !> doop.c embed.pl t/op/vec.t
27845 ____________________________________________________________________________
27846 [  7334] By: gsar                                  on 2000/10/16  08:01:03
27847         Log: integrate change#6189 from mainline
27848              
27849              counting tr/// corrupts later operation (from M.J.T Guy)
27850      Branch: maint-5.6/perl
27851           !> doop.c t/op/tr.t
27852 ____________________________________________________________________________
27853 [  7333] By: gsar                                  on 2000/10/16  07:59:07
27854         Log: integrate changes#6183..6188 from mainline
27855              
27856              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
27857              <nick@ccl4.org>)
27858              
27859              tweak for change#6127
27860              
27861              remove incorrect documentation about implicit split to @_ in
27862              list context, which never really worked in perl 5 (from
27863              M.J.T. Guy)
27864              
27865              further qualify references to "alphanumeric" (from Wolfgang Laun
27866              <wolfgang.laun@alcatel.at>)
27867              
27868              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
27869              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
27870              
27871              h2xs tweaks
27872      Branch: maint-5.6/perl
27873           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
27874           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
27875           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
27876           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
27877           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
27878           !> pod/pod2latex.PL utils/h2xs.PL
27879 ____________________________________________________________________________
27880 [  7332] By: gsar                                  on 2000/10/16  07:53:52
27881         Log: integrate change#6179 from mainline
27882              
27883              buggy modulus on UVs introduced by change#3378 (resulted in
27884              4063328477 % 65535 amounting to 27406, instead of 27407)
27885      Branch: maint-5.6/perl
27886           !> pp.c t/op/arith.t
27887 ____________________________________________________________________________
27888 [  7331] By: gsar                                  on 2000/10/16  07:52:49
27889         Log: integrate changes#6176,6177,6178,6182 from cfgperl
27890              
27891              Single-quoted utf8 patch from Simon Cozens.
27892              
27893              Substitution utf8 patch from Simon Cozens.
27894              
27895              Be cleaner.
27896              
27897              Be Cleaner Part Deux.
27898      Branch: maint-5.6/perl
27899           !> Makefile.SH pp_hot.c toke.c
27900 ____________________________________________________________________________
27901 [  7330] By: gsar                                  on 2000/10/16  07:41:36
27902         Log: integrate change#6172 from mainline
27903              
27904              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
27905              (from Ilya Zakharevich)
27906      Branch: maint-5.6/perl
27907           !> regexec.c t/op/re_tests
27908 ____________________________________________________________________________
27909 [  7329] By: gsar                                  on 2000/10/16  07:40:25
27910         Log: integrate change#6171 from mainline
27911              
27912              scalar() doesn't force scalar context when used in void context
27913              (from Simon Cozens)
27914      Branch: maint-5.6/perl
27915           !> op.c t/op/wantarray.t
27916 ____________________________________________________________________________
27917 [  7328] By: gsar                                  on 2000/10/16  07:39:33
27918         Log: integrate change#6170 from mainline
27919              
27920              change#6142 needs tweaks to tests to work where there's no
27921              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
27922      Branch: maint-5.6/perl
27923           !> t/lib/filefind.t
27924 ____________________________________________________________________________
27925 [  7327] By: gsar                                  on 2000/10/16  07:35:34
27926         Log: integrate changes#6166..6168 from cfgperl
27927              
27928              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
27929              in case somebody wants to write an extension for more
27930              shadow database interfaces.
27931              
27932              tweak todo
27933              
27934              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
27935      Branch: maint-5.6/perl
27936           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27937           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
27938           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
27939           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
27940           !> win32/config.vc win32/config_H.bc win32/config_H.gc
27941           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
27942 ____________________________________________________________________________
27943 [  7326] By: gsar                                  on 2000/10/16  07:29:05
27944         Log: integrate changes#6157,6159..6161,6164 from cfgperl
27945              
27946              Regen Configure to jive with #6149.
27947              
27948              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
27949              
27950              Changes for the File::Temp 0.08 (change #6159) test suite
27951              to fit better into the Perl distribution test framework.
27952              
27953              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
27954              both from Simon Cozens.
27955              
27956              detypo
27957      Branch: maint-5.6/perl
27958           +> pod/perlmodlib.PL pod/perlnewmod.pod
27959           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
27960           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
27961           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27962           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27963 ____________________________________________________________________________
27964 [  7325] By: gsar                                  on 2000/10/16  07:25:13
27965         Log: integrate change#6158 from vmsperl
27966              
27967              Add fallback to tmpfile for use in cases where user's relying on
27968              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
27969              Lane's patch)
27970      Branch: maint-5.6/perl
27971           !> vms/vms.c vms/vmsish.h
27972 ____________________________________________________________________________
27973 [  7324] By: gsar                                  on 2000/10/16  07:20:50
27974         Log: integrate changes#6153..6155 from mainline
27975              
27976              prettier Test::Harness output on failed tests (from Nicholas Clark
27977              <nick@Bagpuss.uk.boo.com>)
27978              
27979              avoid type mismatch warning
27980              
27981              small bug in change#6144; remove random \xA0 character that snuck
27982              in via change#6145
27983      Branch: maint-5.6/perl
27984           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
27985           !> perl.c
27986 ____________________________________________________________________________
27987 [  7323] By: gsar                                  on 2000/10/16  07:18:47
27988         Log: integrate changes#6151,6152 from mainline
27989              
27990              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
27991              
27992              cosmetic fixups of RE debug output (from Ilya Zakharevich)
27993      Branch: maint-5.6/perl
27994           !> regexec.c
27995 ____________________________________________________________________________
27996 [  7322] By: gsar                                  on 2000/10/16  07:17:25
27997         Log: integrate changes#6146..6150 from mainline
27998              
27999              doc typo
28000              
28001              add a make entry to Config.pm so "perl -V:make" works on VMS
28002              (from Peter Prymmer)
28003              
28004              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
28005              
28006              OS/2 tweaks for usethreads build (from Rocco Caputo
28007              <troc@netrus.net>)
28008              
28009              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
28010      Branch: maint-5.6/perl
28011           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
28012           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
28013           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
28014           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
28015           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
28016           !> warnings.pl x2p/a2p.h
28017 ____________________________________________________________________________
28018 [  7321] By: gsar                                  on 2000/10/16  07:14:02
28019         Log: integrate changes#6143..6145 from mainline
28020              
28021              MacOS support, part 1 (from Matthias Neeracher
28022              <neeri@iis.ee.ethz.ch>)
28023              
28024              MacOS support, part 2: make AutoSplit use File::Spec instead
28025              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
28026              <neeri@iis.ee.ethz.ch>)
28027              
28028              make xsubpp skip embedded pod (from Matthias Neeracher
28029              <neeri@iis.ee.ethz.ch>)
28030      Branch: maint-5.6/perl
28031           +> ext/DynaLoader/dl_mac.xs
28032           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
28033           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28034           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
28035           !> pp_ctl.c proto.h toke.c util.c util.h
28036 ____________________________________________________________________________
28037 [  7320] By: gsar                                  on 2000/10/16  07:12:13
28038         Log: integrate changes#6141,6142 from mainline
28039              
28040              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
28041              forwarded by Peter Seebach from the bsdi-users mailing list.
28042              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
28043              
28044              File::Find fails to chdir when chasing symlinks (from
28045              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
28046      Branch: maint-5.6/perl
28047           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
28048 ____________________________________________________________________________
28049 [  7319] By: gsar                                  on 2000/10/16  07:04:30
28050         Log: integrate change#6139 from mainline
28051              
28052              revise mktables.PL for bugs and newness in Unicode 3.0
28053              (from James Bence <jbence@amgen.com>)
28054      Branch: maint-5.6/perl
28055           +> (branch 30 files)
28056           !> (integrate 49 files)
28057 ____________________________________________________________________________
28058 [  7318] By: gsar                                  on 2000/10/16  07:01:01
28059         Log: integrate changes#6137,6138 from mainline
28060              
28061              fix bogus redeclaration warning for "our" variables in different
28062              scopes
28063              
28064              add note about the handling of negative indices to tied arrays
28065              (from Michael G Schwern <schwern@pobox.com>)
28066      Branch: maint-5.6/perl
28067           !> op.c pod/perltie.pod t/pragma/strict-vars
28068 ____________________________________________________________________________
28069 [  7317] By: gsar                                  on 2000/10/16  06:58:46
28070         Log: integrate changes#6127..6136 from mainline
28071              
28072              call_method(...,G_EVAL) can longjmp() out if the method probing
28073              failed (from Gisle Aas)
28074              
28075              new perlxstut example for passing/returning refs to arrays
28076              (from David Lowe <dlowe@pootpoot.com>)
28077              
28078              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
28079              
28080              fix places that mean C<"word" character> but say C<alphanumeric
28081              character>
28082              
28083              avoid warnings in POSIX.pm (from Barrie Slaymaker)
28084              
28085              warnings::enabled() doesn't fall back to looking at $^W if
28086              caller isn't using lexical warnings (from Paul Marquess)
28087              
28088              elide bogus test in change#6132
28089              
28090              make Test::Harness use wait.h/WCOREDUMP if available
28091              (from Ben Tilly <ben_tilly@hotmail.com>)
28092              
28093              enable Test::Harness to dynamically determine column width etc.
28094              (from Rob Napier <rnapier@employees.org>)
28095              
28096              random pod typos (from Peter Scott <Peter@PSDT.com>)
28097      Branch: maint-5.6/perl
28098           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
28099           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
28100           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
28101           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
28102 ____________________________________________________________________________
28103 [  7316] By: gsar                                  on 2000/10/16  06:53:23
28104         Log: integrate change#6126 from mainline
28105              
28106              change#2879 broke rvalue autovivification of magicals such as
28107              ${$num} (reworked variant of patch suggested by Simon Cozens)
28108      Branch: maint-5.6/perl
28109           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
28110           !> pp_hot.c proto.h t/op/gv.t
28111 ____________________________________________________________________________
28112 [  7315] By: gsar                                  on 2000/10/16  06:51:38
28113         Log: integrate changes#6123,6125 from mainline
28114              
28115              clarify gotcha with #line directives (from Rocco Caputo
28116              <troc@netrus.net>)
28117              
28118              enable propagating exception objects via Perl_croak() in XS code
28119              (from Gisle Aas)
28120      Branch: maint-5.6/perl
28121           !> pod/perldebug.pod pod/perlsyn.pod util.c
28122 ____________________________________________________________________________
28123 [  7314] By: gsar                                  on 2000/10/16  06:49:28
28124         Log: integrate change#6122 from mainline
28125              
28126              downgrade fatal error on C<"foo@nosucharray.com"> to optional
28127              warning (from Mark-Jason Dominus)
28128      Branch: maint-5.6/perl
28129           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
28130           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
28131           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
28132           !> toke.c
28133 ____________________________________________________________________________
28134 [  7313] By: gsar                                  on 2000/10/16  06:46:54
28135         Log: integrate changes#6112..6121 from vmsperl
28136              
28137              Check for existence of file before trying to delete
28138              
28139              Ugly workaround for version-specific RTL error
28140              
28141              Urk -- undo previous removal of vmsish 'exit' change
28142              
28143              Add bounds checking for several strings (Charles Lane)
28144              
28145              Miscellaneous cosmetic fixes (Charles Lane)
28146              
28147              Treat sockets as special in sys(read|write) (Charles Lane et al.)
28148              
28149              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
28150              Flatten case labels in switch statements uniformly (Charles Bailey)
28151              
28152              Quiet error messages in vmsish.t (Charles Lane)
28153              
28154              Add missing escape (Charles Lane)
28155              
28156              Allow eliminate_macros() and fixpath() to handle space-delimited
28157              lists (based on fixes by Craig Berry)
28158      Branch: maint-5.6/perl
28159           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
28160           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
28161           !> vms/vmsish.h
28162 ____________________________________________________________________________
28163 [  7312] By: gsar                                  on 2000/10/16  06:41:18
28164         Log: integrate changes#6107,6110 from cfgperl
28165              
28166              Tweak the todo list.
28167              
28168              todo tweak
28169      Branch: maint-5.6/perl
28170           !> Todo-5.6
28171 ____________________________________________________________________________
28172 [  7311] By: gsar                                  on 2000/10/16  06:38:38
28173         Log: integrate changes#6104,6108 from mainline
28174              
28175              PL_sys_intern was being initialized too late on windows
28176              
28177              reenable fake signal handling on Windows, bugs and all
28178      Branch: maint-5.6/perl
28179           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
28180           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
28181           !> win32/win32.c
28182 ____________________________________________________________________________
28183 [  7310] By: gsar                                  on 2000/10/16  06:36:03
28184         Log: integrate changes#6095,6097..6103 from cfgperl
28185              
28186              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
28187              might be useful in future.
28188              
28189              Add a note about possible compilation problems from Allen Smith.
28190              
28191              Add a note about other, yet unsupported, shadow password APIs.
28192              
28193              Tweaks for the cc bugs from Allen Smith.
28194              
28195              More compilation tweakery from Allen Smith.
28196              
28197              Hints and test tweaks for Unicos.
28198              
28199              The test suite tweak in #6101 wasn't quite right.
28200              
28201              Test tweaking for Unicos continues.
28202      Branch: maint-5.6/perl
28203           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28204           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
28205           !> t/lib/complex.t t/op/64bitint.t
28206 ____________________________________________________________________________
28207 [  7309] By: gsar                                  on 2000/10/16  06:29:41
28208         Log: integrate changes#6093,6094 from mainline
28209              
28210              fork() failure to create pseudo process sets errno=EAGAIN and returns
28211              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
28212              
28213              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
28214      Branch: maint-5.6/perl
28215           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
28216           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
28217 ____________________________________________________________________________
28218 [  7308] By: gsar                                  on 2000/10/16  06:27:29
28219         Log: integrate change#6092 from cfgperl
28220              
28221              Regen perltoc with the fixed buildtoc.
28222      Branch: maint-5.6/perl
28223           !> pod/perltoc.pod
28224 ____________________________________________________________________________
28225 [  7307] By: gsar                                  on 2000/10/16  06:26:40
28226         Log: integrate changes#6089,6090 from mainline
28227              
28228              buildtoc tweak to fix newline lossage
28229              
28230              concat doesn't preserve utf8-ness, and doesn't invalidate
28231              [NI]OK; added tests for both
28232      Branch: maint-5.6/perl
28233           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
28234 ____________________________________________________________________________
28235 [  7306] By: gsar                                  on 2000/10/16  06:24:05
28236         Log: integrate change#6088 from cfgperl
28237              
28238              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
28239              because we do not use those.  The HAS_GETSPNAM remains,
28240              though, because we still do use that.
28241      Branch: maint-5.6/perl
28242           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28243           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
28244           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
28245           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
28246           !> win32/config.vc win32/config_H.bc win32/config_H.gc
28247           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
28248 ____________________________________________________________________________
28249 [  7305] By: gsar                                  on 2000/10/16  06:15:52
28250         Log: integrate changes#6084,6085,6087 from mainline
28251              
28252              substr() does not preserve utf8-ness (from Stefan Eissing
28253              <Eissing@medicaldataservice.de>); added tests
28254              
28255              repeat operator (x) doesn't preserve utf8-ness
28256              
28257              reverse() and quotemeta() weren't preserving utf8-ness; add tests
28258      Branch: maint-5.6/perl
28259           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
28260 ____________________________________________________________________________
28261 [  7304] By: gsar                                  on 2000/10/16  06:13:10
28262         Log: integrate changes#6077..6083 from mainline
28263              
28264              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
28265              and Tom Phoenix)
28266              
28267              workaround for CRT bug in chdir() (from Charles Lane, via
28268              Peter Prymmer)
28269              
28270              remove outdated kludge in Carp (NULLs are permitted in diagnostics
28271              now)
28272              
28273              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
28274              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
28275              
28276              better default perlbug categories for ok reports (from Richard Foley)
28277              
28278              peek.t non-portable to ithreads
28279              
28280              note about undocumented caller() return value (from M.J.T. Guy);
28281              yet another peek.t tweak
28282      Branch: maint-5.6/perl
28283           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28284           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28285           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
28286           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
28287           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
28288           !> vms/vmsish.h
28289 ____________________________________________________________________________
28290 [  7303] By: gsar                                  on 2000/10/16  06:03:18
28291         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
28292              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
28293              
28294              &HUGE_VAL is not defined, it exists.
28295              
28296              Do not warn that an infinity does not look like a number.
28297              
28298              Rewrite the pwent/spent logic to be a little bit more clearer.
28299              
28300              Continue on the pwent/spent case.
28301              
28302              Correct Freudian slip.
28303              
28304              Use HUGE_VALL if applicable.
28305              
28306              pwent/spent #ifdef imbalance.
28307              
28308              Infinite problems.
28309              
28310              Call getspnam() only iff needd.
28311              
28312              Test both the scalar and list contexts.
28313              
28314              Use setxxent()/endxxent().
28315              
28316              Complex tweakery.
28317              
28318              Unicos hint tweak.
28319              
28320              Be more forgiving in POSIX about HUGE_VALL.
28321              
28322              Detypo.
28323              
28324              The search of infinity continues, this time simplified.
28325              
28326              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
28327              in natively 64-bit platforms where a long is a quad (no need
28328              for long longs).  Also added bias for IVs.
28329              
28330              Complex tweaks.
28331              
28332              Introduce t/lib/peek.t.
28333              
28334              Make the test more portable.
28335      Branch: maint-5.6/perl
28336           +> t/lib/peek.t
28337            ! pp_sys.c
28338           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
28339           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
28340           !> t/op/pwent.t toke.c util.c
28341 ____________________________________________________________________________
28342 [  7302] By: gsar                                  on 2000/10/16  05:03:37
28343         Log: integrate changes#6066..6071 from mainline
28344              
28345              s/END/CHECK/
28346              
28347              replace direct call to sighandler() with (*PL_sighandlerp)()
28348              
28349              note about values()
28350              
28351              File::Spec compatibility update (from Barrie Slaymaker
28352              <barries@slaysys.com>)
28353              
28354              remove misleading comment (from M.J.T. Guy)
28355              
28356              misformatted perllocal.pod (from Tim Jenness
28357              <t.jenness@jach.hawaii.edu>)
28358      Branch: maint-5.6/perl
28359           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28360           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28361           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
28362           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
28363 ____________________________________________________________________________
28364 [  7301] By: gsar                                  on 2000/10/16  05:00:08
28365         Log: integrate changes#6061..6063 from mainline
28366              
28367              change#5921 neglected to make eq honor "use bytes"
28368              
28369              additional tests for utf8.t
28370              
28371              tokeq() could read unallocated field in argument
28372      Branch: maint-5.6/perl
28373           !> sv.c t/pragma/utf8.t toke.c
28374 ____________________________________________________________________________
28375 [  7300] By: gsar                                  on 2000/10/16  04:56:54
28376         Log: integrate changes#6046,6048,6057,6058 from mainline
28377              
28378              libscheck has insufficient checks for n32 libs (from
28379              Albert Chin-A-Young <china@thewrittenword.com>)
28380              
28381              add note about how $( doesn't interpolate in REs (from
28382              Philip Newton <newton@ficus.frogspace.net>)
28383              
28384              fix broken parsing of /\x{ab}/
28385              
28386              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
28387              (spotted by Donald Kinzer <dkinzer@premia.com>)
28388      Branch: maint-5.6/perl
28389           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
28390           !> t/pragma/utf8.t
28391 ____________________________________________________________________________
28392 [  7299] By: gsar                                  on 2000/10/16  04:52:50
28393         Log: integrate change#6044 from mainline
28394              
28395              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
28396              such that underscores are only ignored in literal numbers,
28397              "\x{...}", and hex/oct argument
28398      Branch: maint-5.6/perl
28399           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
28400 ____________________________________________________________________________
28401 [  7298] By: gsar                                  on 2000/10/16  04:50:53
28402         Log: integrate changes#6027..6043 from mainline
28403              
28404              podlators-1.02 update (from Russ Allbery)
28405              
28406              Pod::Man generates groff-incompatible macro definition (from
28407              Tom Christiansen)
28408              
28409              add CGI.pm v2.66 (from Lincoln Stein)
28410              
28411              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
28412              for @- and @+ (from Johan Vromans)
28413              
28414              small nits in diagnostics.pm (from Robin Barker)
28415              
28416              whitespace adjustments
28417              
28418              missing files in MANIFEST
28419              
28420              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
28421              to compensate
28422              
28423              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
28424              
28425              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
28426      Branch: maint-5.6/perl
28427           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
28428           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
28429           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
28430           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
28431           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
28432           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
28433           !> t/lib/cgi-html.t t/lib/cgi-request.t
28434 ____________________________________________________________________________
28435 [  7297] By: gsar                                  on 2000/10/16  04:44:30
28436         Log: integrate change#6025 from mainline
28437              
28438              Is{Alnum,Alpha,Word} don't match titlecase
28439              TODO: IsSpace is defined recursively!
28440              (both spotted by Larry)
28441      Branch: maint-5.6/perl
28442           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
28443           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
28444 ____________________________________________________________________________
28445 [  7296] By: gsar                                  on 2000/10/16  04:39:30
28446         Log: integrate change#6023 from mainline
28447              
28448              debugger stomps on $. (from M.J.T. Guy)
28449      Branch: maint-5.6/perl
28450           !> lib/perl5db.pl
28451 ____________________________________________________________________________
28452 [  7295] By: gsar                                  on 2000/10/16  04:38:02
28453         Log: integrate change#6022 from mainline
28454              
28455              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
28456      Branch: maint-5.6/perl
28457           !> sv.c
28458 ____________________________________________________________________________
28459 [  7294] By: gsar                                  on 2000/10/16  04:37:05
28460         Log: integrate changes#6018..6021 from mainline
28461              
28462              make lib/syslog.t portable to systems that don't have _PATH_LOG,
28463              make _PATH_LOG() return "" if unavailable
28464              
28465              windows portability tweaks
28466              
28467              test tweak
28468              
28469              remove Win2K issue in pod (fixed by change#6020)
28470      Branch: maint-5.6/perl
28471           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
28472           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
28473           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
28474 ____________________________________________________________________________
28475 [  7293] By: gsar                                  on 2000/10/16  04:20:00
28476         Log: integrate changes#6013..6015 from mainline
28477              
28478              tweak change#5945 to display correct switch name in diagnostic
28479              
28480              glob() loading File::Glob behind the scenes may cause syntax errors
28481              
28482              tweak test for portability
28483      Branch: maint-5.6/perl
28484           !> op.c perl.c pod/perldiag.pod t/lib/b.t
28485 ____________________________________________________________________________
28486 [  7292] By: gsar                                  on 2000/10/16  04:18:11
28487         Log: integrate changes#6005..6010 from mainline, cfgperl
28488              
28489              perldoc might fail via "use blib" (from Hugo van der Sanden)
28490              
28491              Regen Configure.
28492              
28493              note about compile failures and END blocks (from M.J.T. Guy)
28494              
28495              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
28496              
28497              (change#6009 integrated earlier in change#7255)
28498              
28499              clarify note about shadow password support (from
28500              gellyfish@gellyfish.com)
28501      Branch: maint-5.6/perl
28502           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28503           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
28504           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
28505 ____________________________________________________________________________
28506 [  7291] By: gsar                                  on 2000/10/16  04:12:03
28507         Log: integrate changes#6002,6003 from mainline
28508              
28509              destructive sv_setsv() can lose UV-ness from source, causing
28510              numeric promotions/comparisons to fail to do the right thing
28511              
28512              allow REG_EXPAND_SZ keys in Windows registry (from
28513              John Clayton <John.Clayton@barclayscapital.com>)
28514      Branch: maint-5.6/perl
28515           !> sv.c win32/win32.c
28516 ____________________________________________________________________________
28517 [  7290] By: gsar                                  on 2000/10/16  04:10:19
28518         Log: integrate change#6001 from mainline
28519              
28520              support additional library locations via $Config{otherlibdirs}
28521              (from Andy Dougherty)
28522      Branch: maint-5.6/perl
28523           !> Configure INSTALL Porting/Glossary Porting/config.sh
28524           !> Porting/config_H config_h.SH epoc/config.sh perl.c
28525           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
28526           !> win32/config.bc win32/config.gc win32/config.vc
28527 ____________________________________________________________________________
28528 [  7289] By: gsar                                  on 2000/10/16  04:08:28
28529         Log: integrate change#5999 from mainline
28530              
28531              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
28532      Branch: maint-5.6/perl
28533           !> t/pragma/warn/toke toke.c
28534 ____________________________________________________________________________
28535 [  7288] By: gsar                                  on 2000/10/16  04:07:01
28536         Log: integrate changes#5997,5998 from cfgperl
28537              
28538              Preserve $!.
28539              
28540              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
28541      Branch: maint-5.6/perl
28542           !> lib/Math/Complex.pm
28543 ____________________________________________________________________________
28544 [  7287] By: gsar                                  on 2000/10/16  04:04:37
28545         Log: integrate change#5995 from mainline
28546              
28547              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
28548      Branch: maint-5.6/perl
28549           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
28550 ____________________________________________________________________________
28551 [  7286] By: gsar                                  on 2000/10/16  04:03:21
28552         Log: integrate change#5994 from mainline
28553              
28554              fix for missed accounting for null byte in pack("Z",...) (from
28555              M.J.T. Guy)
28556      Branch: maint-5.6/perl
28557           !> pp.c t/op/pack.t
28558 ____________________________________________________________________________
28559 [  7285] By: gsar                                  on 2000/10/16  04:02:11
28560         Log: integrate changes#5989..5993 from mainline
28561              
28562              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
28563              itself and no other (from Tom Hughes)
28564              
28565              use $ENV{LIB} to search for libs under Visual C compiler
28566              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
28567              
28568              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
28569              
28570              pod nit (from Simon Cozens)
28571              
28572              various minor tweaks seen on p5p
28573      Branch: maint-5.6/perl
28574           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
28575           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
28576           !> t/op/array.t toke.c
28577 ____________________________________________________________________________
28578 [  7284] By: gsar                                  on 2000/10/16  03:59:00
28579         Log: integrate changes#5978..5988 from mainline
28580              
28581              sync version numbers in File::Spec with the ones on CPAN
28582              (from Barrie Slaymaker)
28583              
28584              under useithreads, constant pad entries could inadvertantly be
28585              shared across threads (from Eric Blood <eblood@xmission.com>);
28586              added Eric's test case to testsuite
28587              
28588              allow Configure -S to run non-interactively (spotted by Greg Hudson
28589              <ghudson@mit.edu>)
28590              
28591              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
28592              prototype mismatch with CORE::glob(); update pod and tests to
28593              suit (File::Glob::glob() is still available for backward
28594              compatibility, but should be considered deprecated)
28595              
28596              avoid error in IO::Socket::INET when given an unknown service name
28597              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
28598              
28599              numeric conversion of non-number in change#3378 tramples on
28600              OOK offset, causing segfaults
28601              
28602              attributes::reftype() doesn't work on tied argument
28603              
28604              forked child may not exit correctly if it failed to open
28605              /dev/console (from Graham Barr)
28606              
28607              add regular expressions tutorial and quick-start guide (from
28608              Mark Kvale <kvale@phy.ucsf.edu>)
28609              
28610              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
28611              
28612              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
28613              <paul@miraclefish.com>)
28614      Branch: maint-5.6/perl
28615           +> pod/perlrequick.pod pod/perlretut.pod
28616           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
28617           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
28618           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
28619           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
28620           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28621           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28622           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
28623           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
28624 ____________________________________________________________________________
28625 [  7283] By: gsar                                  on 2000/10/16  03:52:14
28626         Log: integrate change#5977 from mainline
28627              
28628              autoquote barewords followed by newline and arrow properly
28629              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
28630      Branch: maint-5.6/perl
28631           !> t/pragma/warn/toke toke.c
28632 ____________________________________________________________________________
28633 [  7282] By: gsar                                  on 2000/10/16  03:50:48
28634         Log: integrate change#5976 from mainline
28635              
28636              DB_File v1.73 update (from Paul Marquess)
28637      Branch: maint-5.6/perl
28638           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
28639           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
28640 ____________________________________________________________________________
28641 [  7281] By: gsar                                  on 2000/10/16  03:49:14
28642         Log: integrate change#5975 from mainline
28643              
28644              allow sort() reentrancy (variant of patch suggested by
28645              Hugo van der Sanden)
28646      Branch: maint-5.6/perl
28647           !> pp_ctl.c t/op/sort.t
28648 ____________________________________________________________________________
28649 [  7280] By: gsar                                  on 2000/10/16  03:48:22
28650         Log: integrate change#5974 from mainline
28651              
28652              change#4197 somehow missed initializing PL_errors, meaning
28653              syntax error queueing wasn't working outside eval"" at all;
28654              also fixed eval"" to localize PL_error_count, so that compile-time
28655              eval's don't clobber the error state of the outer context
28656      Branch: maint-5.6/perl
28657           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
28658           !> t/pragma/warn/toke
28659 ____________________________________________________________________________
28660 [  7279] By: gsar                                  on 2000/10/16  03:46:21
28661         Log: integrate change#5973 from mainline
28662              
28663              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
28664      Branch: maint-5.6/perl
28665           !> regcomp.c regexec.c t/op/re_tests
28666 ____________________________________________________________________________
28667 [  7278] By: gsar                                  on 2000/10/16  03:44:54
28668         Log: integrate change#5971 from cfgperl
28669              
28670              Unicos tweaks from Mark P. Lutz.
28671      Branch: maint-5.6/perl
28672           !> hints/unicos.sh lib/Math/Complex.pm
28673 ____________________________________________________________________________
28674 [  7277] By: gsar                                  on 2000/10/16  03:42:59
28675         Log: integrate changes#5966..5970 from mainline
28676              
28677              add testsuite for B backends, fix bug in B::Deparse (from
28678              Simon Cozens <simon@brecon.co.uk>)
28679              
28680              improved docs on the warn_uninit diagnostic (from David Glasser
28681              and Simon Cozens)
28682              
28683              tolerate spaces in group names in test on solaris (from David Boyce
28684              <dsb@boyski.com>)
28685              
28686              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
28687              
28688              Data::Dumper fumbles negative numbers on 32-bit platforms where
28689              IV is >32bits
28690      Branch: maint-5.6/perl
28691           +> t/lib/b.t t/lib/syslog.t
28692           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
28693           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
28694           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
28695 ____________________________________________________________________________
28696 [  7276] By: gsar                                  on 2000/10/16  03:39:30
28697         Log: integrate change#5965 from mainline
28698              
28699              avoid "will not stay shared" warnings for our variables (from
28700              Robin Barker)
28701      Branch: maint-5.6/perl
28702           !> op.c t/pragma/warn/op
28703 ____________________________________________________________________________
28704 [  7275] By: gsar                                  on 2000/10/16  03:38:18
28705         Log: integrate change#5964 from mainline
28706              
28707              reformat to 72 columns (again)
28708      Branch: maint-5.6/perl
28709           !> pod/perldiag.pod
28710 ____________________________________________________________________________
28711 [  7274] By: gsar                                  on 2000/10/16  03:36:58
28712         Log: integrate change#5963 from mainline
28713              
28714              patch from Larry to make (\&) prototype work; added tests for
28715              the same
28716      Branch: maint-5.6/perl
28717           !> op.c t/comp/proto.t
28718 ____________________________________________________________________________
28719 [  7273] By: gsar                                  on 2000/10/16  03:35:51
28720         Log: integrate changes#5956..5962 from mainline
28721              
28722              better diagnostics on failed tests (from Ilya Zakharevich)
28723              
28724              pod nits (from A. C. Yardley <yardley@tanet.net>)
28725              
28726              change#3569 deleted some essential code, revert; avoid use of
28727              atexit() to make DynaLoader work properly on AIX under mod_perl
28728              (from Jens-Uwe Mager <jum@helios.de>)
28729              
28730              doubled words in pods (from Simon Cozens
28731              <simon.p.cozens@jp.pwcglobal.com>)
28732              
28733              better INSTALL notes on Solaris issues (from Dominic Dunlop)
28734              
28735              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
28736              
28737              updated README.hpux (from Jeff Okamoto)
28738      Branch: maint-5.6/perl
28739           !> INSTALL README.hpux emacs/cperl-mode.el
28740           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
28741           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
28742           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
28743           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
28744           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
28745           !> t/op/lex_assign.t
28746 ____________________________________________________________________________
28747 [  7272] By: gsar                                  on 2000/10/16  03:31:22
28748         Log: integrate change#5955 from mainline
28749              
28750              longstanding bug exposed by change#3307: sort arguments weren't
28751              compiled with the right wantarray context (ensuing runtime lookup
28752              via block_gimme() was getting the incidental context of the
28753              sort() itself)
28754      Branch: maint-5.6/perl
28755           !> op.c t/op/sort.t
28756 ____________________________________________________________________________
28757 [  7271] By: gsar                                  on 2000/10/16  03:29:11
28758         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
28759              branch
28760              
28761              Flatten the cpp jungle doing the nosuid checking.
28762              
28763              Do not assume sign propagation. (from M.J.T. Guy)
28764              
28765              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
28766              
28767              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
28768              Now pp_ncmp() returns undef is either operand is a NaN.
28769              
28770              On second thoughts frexp() does have two arguments.
28771              
28772              Document that tr() is not tr(1).
28773              
28774              Be more robust on "extreme" (large absolute value)
28775              arguments.  Originally reported by Daniel Connelly
28776              as a problem with asinh() on large negative arguments,
28777              asinh() used to bail out because an argument to log()
28778              ended up being zero.  Ilya Zakharevich proposed using
28779              Taylor's series in such cases, which for such large
28780              arguments is a very good approximation.
28781              
28782              Undo "use integer" addition from 64bitint as it seems
28783              to break most of the subtests in Digital UNIX;
28784              Unicos needs to find another way.
28785      Branch: maint-5.6/perl
28786           !> (integrate 29 files)
28787 ____________________________________________________________________________
28788 [  7270] By: gsar                                  on 2000/10/16  03:09:44
28789         Log: integrate changes#5948,5949,5950 from mainline
28790              
28791              typo in vars.pm that leads to cryptic message (from Piotr
28792              Piatkowski <kompas@kompas.usr.onet.pl>)
28793              
28794              make perldoc use the pod2man from the same version (from
28795              M.J.T. Guy)
28796              
28797              reformat perldiag to avoid long lines
28798      Branch: maint-5.6/perl
28799           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
28800 ____________________________________________________________________________
28801 [  7269] By: gsar                                  on 2000/10/16  03:05:54
28802         Log: integrate change#5947 from mainline
28803              
28804              use &dl_error rather than &dl_load_file as the guard for calling
28805              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
28806              statically built perl)
28807      Branch: maint-5.6/perl
28808           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
28809 ____________________________________________________________________________
28810 [  7268] By: gsar                                  on 2000/10/16  03:04:48
28811         Log: integrate change#5945 from mainline
28812              
28813              make module name mandatory after -M switch; reorder perldiag
28814              alphabetically (from Mark-Jason Dominus)
28815      Branch: maint-5.6/perl
28816           !> perl.c pod/perldiag.pod
28817 ____________________________________________________________________________
28818 [  7267] By: gsar                                  on 2000/10/16  03:03:01
28819         Log: integrate change#5939 from mainline
28820              
28821              more pod nits (from Larry Virden)
28822      Branch: maint-5.6/perl
28823           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
28824           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
28825           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
28826 ____________________________________________________________________________
28827 [  7266] By: gsar                                  on 2000/10/16  03:01:39
28828         Log: integrate change#5938 from mainline
28829              
28830              Consolidated B::Deparse fixes (from Stephen McCamant)
28831      Branch: maint-5.6/perl
28832           !> ext/B/B/Deparse.pm
28833 ____________________________________________________________________________
28834 [  7265] By: gsar                                  on 2000/10/16  03:00:43
28835         Log: integrate change#5936 from mainline
28836              
28837              additional tests for change#7263 (from Paul Marquess)
28838      Branch: maint-5.6/perl
28839           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
28840           !> t/pragma/warn/5nolint t/pragma/warn/6default
28841 ____________________________________________________________________________
28842 [  7264] By: gsar                                  on 2000/10/16  02:58:34
28843         Log: integrate change#5934 from mainline
28844              
28845              propagate lexical warnings from surrounding scope correctly
28846              within string eval() (from Paul Marquess)
28847      Branch: maint-5.6/perl
28848           !> pp_ctl.c t/pragma/warn/pp_ctl
28849 ____________________________________________________________________________
28850 [  7263] By: gsar                                  on 2000/10/16  02:56:53
28851         Log: integrate change#5932 from mainline
28852              
28853              add rsignal(), whichsig() and do_join() to public API list
28854              (mod_perl uses them to good advantage)
28855      Branch: maint-5.6/perl
28856           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
28857 ____________________________________________________________________________
28858 [  7262] By: gsar                                  on 2000/10/16  02:55:53
28859         Log: integrate change#5931 from mainline
28860              
28861              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
28862      Branch: maint-5.6/perl
28863           !> pp_hot.c regexec.c t/op/pat.t
28864 ____________________________________________________________________________
28865 [  7261] By: gsar                                  on 2000/10/16  02:55:01
28866         Log: integrate change#5930 from mainline
28867              
28868              small os390 tweaks (from Peter Prymmer)
28869      Branch: maint-5.6/perl
28870           !> config_h.SH makedepend.SH
28871 ____________________________________________________________________________
28872 [  7260] By: gsar                                  on 2000/10/16  02:54:10
28873         Log: integrate change#5929 from mainline
28874              
28875              pod nits
28876      Branch: maint-5.6/perl
28877           !> pod/perlguts.pod
28878 ____________________________________________________________________________
28879 [  7259] By: gsar                                  on 2000/10/16  02:52:55
28880         Log: integrate change#5927 from mainline
28881              
28882              arrange for next() to resume at the unstack op rather than the
28883              loop conditional, so that scope cleanup happens correctly
28884              (from Stephen McCamant)
28885      Branch: maint-5.6/perl
28886           !> op.c pp_ctl.c t/op/misc.t
28887 ____________________________________________________________________________
28888 [  7258] By: gsar                                  on 2000/10/16  02:51:38
28889         Log: integrate change#5926 from mainline
28890              
28891              on windows, reserve 16M of stack rather than 128M (allows more
28892              threads to run concurrently)
28893      Branch: maint-5.6/perl
28894           !> win32/Makefile win32/makefile.mk
28895 ____________________________________________________________________________
28896 [  7257] By: gsar                                  on 2000/10/16  02:50:37
28897         Log: integrate change#5925 from mainline
28898              
28899              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
28900      Branch: maint-5.6/perl
28901           !> toke.c
28902 ____________________________________________________________________________
28903 [  7256] By: gsar                                  on 2000/10/16  02:49:36
28904         Log: integrate change#5924 from mainline
28905              
28906              avoid using uninitialized memory in require version check
28907      Branch: maint-5.6/perl
28908           !> pp_ctl.c universal.c
28909 ____________________________________________________________________________
28910 [  7255] By: gsar                                  on 2000/10/16  02:48:03
28911         Log: integrate changes#5923,5928,6009 from mainline
28912              
28913              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
28914      Branch: maint-5.6/perl
28915           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
28916 ____________________________________________________________________________
28917 [  7254] By: gsar                                  on 2000/10/16  02:44:46
28918         Log: integrate change#5922 from mainline
28919              
28920              commentary about IoTYPE() (from Nathan Torkington)
28921      Branch: maint-5.6/perl
28922           !> sv.h
28923 ____________________________________________________________________________
28924 [  7253] By: gsar                                  on 2000/10/16  02:43:49
28925         Log: integrate change#5921 from mainline
28926              
28927              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
28928      Branch: maint-5.6/perl
28929           !> sv.c t/lib/charnames.t t/pragma/utf8.t
28930 ____________________________________________________________________________
28931 [  7252] By: gsar                                  on 2000/10/16  02:42:31
28932         Log: integrate change#5920 from mainline
28933              
28934              Larry's fix for buggy propagation of utf8-ness in join(); add test
28935      Branch: maint-5.6/perl
28936           !> doop.c t/op/ver.t
28937 ____________________________________________________________________________
28938 [  7251] By: gsar                                  on 2000/10/16  02:41:14
28939         Log: integrate changes#5915..5919 from mainline
28940              
28941              various (pod tweaks &c)
28942      Branch: maint-5.6/perl
28943           !> (integrate 33 files)
28944 ____________________________________________________________________________
28945 [  7250] By: gsar                                  on 2000/10/16  02:38:16
28946         Log: integrate change#5914 from mainline
28947              
28948              caller() wasn't returning the right number of elements for
28949              eval {...}
28950      Branch: maint-5.6/perl
28951           !> pp_ctl.c t/pragma/warn/9enabled
28952 ____________________________________________________________________________
28953 [  7249] By: gsar                                  on 2000/10/16  02:37:02
28954         Log: integrate change#5913 from mainline
28955              
28956              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
28957              (from Mark-Jason Dominus)
28958      Branch: maint-5.6/perl
28959           !> pod/perlfunc.pod
28960 ____________________________________________________________________________
28961 [  7248] By: gsar                                  on 2000/10/16  02:35:58
28962         Log: integrate change#5912 from mainline
28963              
28964              fix totally broken caching in UNIVERSAL::isa() (from
28965              Nick Ing-Simmons)
28966      Branch: maint-5.6/perl
28967           !> t/op/universal.t universal.c
28968 ____________________________________________________________________________
28969 [  7247] By: gsar                                  on 2000/10/16  02:34:27
28970         Log: integrate changes#5910,5911 from mainline
28971              
28972              typo in pod
28973              
28974              add linebreak properties from unicode/LineBrk.txt (from
28975              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
28976      Branch: maint-5.6/perl
28977           +> (branch 29 files)
28978           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
28979 ____________________________________________________________________________
28980 [  7246] By: gsar                                  on 2000/10/16  02:33:29
28981         Log: integrate change#5909 from mainline
28982              
28983              mode argument to do_binmode() should be file mode, not boolean
28984      Branch: maint-5.6/perl
28985           !> pp_sys.c
28986 ____________________________________________________________________________
28987 [  7245] By: gsar                                  on 2000/10/16  02:31:04
28988         Log: integrate change#5908 from mainline
28989              
28990              introduce illegal symbols into null package so that
28991              gv_fetchpv(...,TRUE) always returns a valid GV even when the
28992              symbol is trapped by strictures (avoids coredumps)
28993      Branch: maint-5.6/perl
28994           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
28995           !> t/pragma/strict-vars
28996 ____________________________________________________________________________
28997 [  7244] By: jhi                                   on 2000/10/16  02:29:54
28998         Log: Subject: $Carp::ExportLevel confusion in Exporter
28999              From: "Ben Tilly" <ben_tilly@hotmail.com>
29000              Date: Sat, 14 Oct 2000 16:44:34 EDT
29001              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
29002      Branch: perl
29003            ! lib/Exporter/Heavy.pm
29004 ____________________________________________________________________________
29005 [  7243] By: jhi                                   on 2000/10/16  02:28:33
29006         Log: Subject: [PATCH perlguts.pod] Document offset hack
29007              From: Simon Cozens <simon@cozens.net>
29008              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
29009              Date: Sat, 14 Oct 2000 19:32:25 +0100
29010      Branch: perl
29011            ! pod/perlguts.pod
29012 ____________________________________________________________________________
29013 [  7242] By: gsar                                  on 2000/10/16  02:26:51
29014         Log: integrate changes#5905,5906,5907,6064 from mainline
29015              
29016              printf/sprintf didn't get quad types right under use64bitint
29017      Branch: maint-5.6/perl
29018           !> pp_sys.c sv.c t/op/64bitint.t
29019 ____________________________________________________________________________
29020 [  7241] By: jhi                                   on 2000/10/16  02:22:44
29021         Log: Subject: small pod patch
29022              From: Dan Boorstein <dan_boo@bellsouth.net>
29023              Date: Sat, 14 Oct 2000 14:29:24 -0400
29024              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
29025      Branch: perl
29026            ! pod/perlfaq7.pod pod/perlmod.pod
29027 ____________________________________________________________________________
29028 [  7240] By: jhi                                   on 2000/10/16  02:13:46
29029         Log: -w cleanup.
29030              
29031              Subject: Re: Problems with bleadperl 
29032              From: "Stephen P. Potter" <spp@ds.net>
29033              Date: Fri, 13 Oct 2000 13:32:49 -0400
29034              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
29035      Branch: perl
29036            ! t/pragma/overload.t
29037 ____________________________________________________________________________
29038 [  7239] By: jhi                                   on 2000/10/16  01:41:18
29039         Log: One more ~utf8 tweak.
29040      Branch: perl
29041            ! t/op/bop.t
29042 ____________________________________________________________________________
29043 [  7238] By: jhi                                   on 2000/10/16  01:34:14
29044         Log: Tweak the test of #7235.
29045      Branch: perl
29046            ! t/op/bop.t
29047 ____________________________________________________________________________
29048 [  7237] By: jhi                                   on 2000/10/16  01:25:04
29049         Log: Fix a couple of compiler-noted nits in #7235.
29050      Branch: perl
29051            ! pp.c
29052 ____________________________________________________________________________
29053 [  7236] By: jhi                                   on 2000/10/16  01:22:46
29054         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
29055      Branch: perl
29056            ! pp.c pp_hot.c
29057 ____________________________________________________________________________
29058 [  7235] By: jhi                                   on 2000/10/15  16:24:44
29059         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
29060              
29061              From: Simon Cozens <simon@cozens.net>
29062              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
29063              Date: Sat, 14 Oct 2000 20:52:13 +0100
29064              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
29065      Branch: perl
29066            ! pp.c t/op/bop.t utf8.h
29067 ____________________________________________________________________________
29068 [  7234] By: jhi                                   on 2000/10/15  15:19:29
29069         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
29070              The problem was that rx->minlen was in chars while pp_split()
29071              thought it would be in bytes. 
29072      Branch: perl
29073            ! pp.c t/pragma/utf8.t
29074 ____________________________________________________________________________
29075 [  7233] By: jhi                                   on 2000/10/14  20:24:24
29076         Log: Document FNCASE=y as discussed in the bug 20000902.009.
29077      Branch: perl
29078            ! README.dos
29079 ____________________________________________________________________________
29080 [  7232] By: jhi                                   on 2000/10/14  18:52:21
29081         Log: Add test for bug id 20000427.003 (which seems to have
29082              been fixed) (also duplicate as 20000427.004, though
29083              with a higher severity).  Move one utf8 from op/append
29084              to pragma/utf8, tag the tests with bug ids.
29085      Branch: perl
29086            ! t/op/append.t t/pragma/utf8.t
29087 ____________________________________________________________________________
29088 [  7231] By: jhi                                   on 2000/10/14  17:28:37
29089         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
29090      Branch: perl
29091            ! t/pragma/utf8.t
29092 ____________________________________________________________________________
29093 [  7230] By: jhi                                   on 2000/10/14  14:24:50
29094         Log: Needs to be conditional on SunOS 4.
29095              
29096              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
29097              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29098              Date: Sat, 14 Oct 2000 13:37:49 +0100
29099              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
29100      Branch: metaconfig/U/perl
29101            ! End.U
29102      Branch: perl
29103            ! Configure myconfig.SH pod/perldelta.pod
29104 ____________________________________________________________________________
29105 [  7229] By: jhi                                   on 2000/10/14  00:49:22
29106         Log: Update Changes.
29107      Branch: perl
29108            ! Changes patchlevel.h
29109 ____________________________________________________________________________
29110 [  7228] By: jhi                                   on 2000/10/14  00:46:10
29111         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
29112              From: Peter Prymmer <pvhp@forte.com>
29113              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
29114              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
29115      Branch: perl
29116            ! lib/utf8.pm
29117 ____________________________________________________________________________
29118 [  7227] By: jhi                                   on 2000/10/13  23:20:30
29119         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
29120      Branch: perl
29121            ! t/op/tie.t
29122 ____________________________________________________________________________
29123 [  7226] By: jhi                                   on 2000/10/13  22:14:32
29124         Log: Tweak #7225.
29125              
29126              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
29127              From: Peter Prymmer <pvhp@forte.com>
29128              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
29129              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
29130      Branch: perl
29131            ! t/op/sprintf.t
29132 ____________________________________________________________________________
29133 [  7225] By: jhi                                   on 2000/10/13  22:11:31
29134         Log: op/sprintf.t patch for OS/390 (and any other host with limited
29135              floating-point exponent length)
29136              
29137              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
29138              From: Dominic Dunlop <domo@computer.org>
29139              Date: Fri, 13 Oct 2000 19:17:57 +0200
29140              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
29141      Branch: perl
29142            ! t/op/sprintf.t
29143 ____________________________________________________________________________
29144 [  7224] By: jhi                                   on 2000/10/13  18:40:48
29145         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
29146      Branch: perl
29147            ! toke.c
29148 ____________________________________________________________________________
29149 [  7223] By: jhi                                   on 2000/10/13  18:37:13
29150         Log: Thinko in #7222.
29151      Branch: perl
29152            ! utf8.c
29153 ____________________________________________________________________________
29154 [  7222] By: jhi                                   on 2000/10/13  18:05:23
29155         Log: Use UTF8SKIP(), from Simon Cozens.
29156      Branch: perl
29157            ! utf8.c
29158 ____________________________________________________________________________
29159 [  7221] By: jhi                                   on 2000/10/13  15:43:19
29160         Log: (accidentally empty check-in)
29161      Branch: perl
29162            ! utf8.c
29163 ____________________________________________________________________________
29164 [  7220] By: jhi                                   on 2000/10/13  15:23:51
29165         Log: Add (optimistically) Storable to static extensions.
29166      Branch: perl
29167            ! hints/uwin.sh hints/vmesa.sh
29168 ____________________________________________________________________________
29169 [  7219] By: jhi                                   on 2000/10/13  15:20:05
29170         Log: Amdahl UTS doesn't seem to do dynaloading.
29171      Branch: perl
29172            ! hints/uts.sh
29173 ____________________________________________________________________________
29174 [  7218] By: jhi                                   on 2000/10/13  15:15:20
29175         Log: Slight tweak of the code to appease Amdahl UTS cc.
29176      Branch: perl
29177            ! pp.c
29178 ____________________________________________________________________________
29179 [  7217] By: jhi                                   on 2000/10/13  14:50:42
29180         Log: In Amdahl UTS "struct sv" is defined by a system header,
29181              <ksync.h>.
29182      Branch: perl
29183            ! perl.h sv.h
29184 ____________________________________________________________________________
29185 [  7216] By: jhi                                   on 2000/10/13  11:58:25
29186         Log: Ilya implemented the memory profiling API.
29187      Branch: perl
29188            ! Todo
29189 ____________________________________________________________________________
29190 [  7215] By: jhi                                   on 2000/10/13  02:56:38
29191         Log: Subject: [PATCH 5.7.0] Perl API for mstats
29192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29193              Date: Thu, 12 Oct 2000 22:52:40 -0400
29194              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
29195      Branch: perl
29196            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
29197 ____________________________________________________________________________
29198 [  7214] By: jhi                                   on 2000/10/13  02:55:38
29199         Log: Subject: [PATCH 5.7.0] IVs in mtats
29200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29201              Date: Thu, 12 Oct 2000 22:51:04 -0400
29202              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
29203      Branch: perl
29204            ! malloc.c perl.h
29205 ____________________________________________________________________________
29206 [  7213] By: jhi                                   on 2000/10/13  02:31:47
29207         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
29208      Branch: perl
29209            ! pod/perldiag.pod pp_sys.c
29210 ____________________________________________________________________________
29211 [  7212] By: jhi                                   on 2000/10/13  01:27:38
29212         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
29213              From: Peter Prymmer <pvhp@forte.com>
29214              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
29215              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
29216      Branch: perl
29217            ! t/op/oct.t
29218 ____________________________________________________________________________
29219 [  7211] By: jhi                                   on 2000/10/13  00:35:09
29220         Log: Update Changes.
29221      Branch: perl
29222            ! Changes patchlevel.h
29223 ____________________________________________________________________________
29224 [  7210] By: jhi                                   on 2000/10/12  23:59:40
29225         Log: The Install.pm third of
29226              
29227              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
29228              From: Bill Campbell <bill@celestial.com>
29229              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
29230              Date: Thu, 5 Oct 2000 18:04:51 -0700
29231      Branch: perl
29232            ! lib/ExtUtils/Install.pm
29233 ____________________________________________________________________________
29234 [  7209] By: jhi                                   on 2000/10/12  23:58:43
29235         Log: Two thirds of
29236              
29237              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
29238              Date: Thu, 5 Oct 2000 18:04:51 -0700
29239              From: Bill Campbell <bill@celestial.com>
29240              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
29241              
29242              The Install.pm changes will be submitted separately because
29243              they need some work and discussion still.
29244      Branch: perl
29245            ! lib/getopts.pl lib/termcap.pl
29246 ____________________________________________________________________________
29247 [  7208] By: jhi                                   on 2000/10/12  23:41:19
29248         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
29249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29250              Date:     Thu, 12 Oct 2000 07:30:02 EDT
29251              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
29252      Branch: perl
29253            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
29254            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
29255 ____________________________________________________________________________
29256 [  7207] By: jhi                                   on 2000/10/12  23:39:01
29257         Log: An updated EBCDIC tr patch.
29258              
29259              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
29260              From: Peter Prymmer <pvhp@forte.com>
29261              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
29262              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
29263      Branch: perl
29264            ! t/op/tr.t
29265 ____________________________________________________________________________
29266 [  7206] By: jhi                                   on 2000/10/12  23:34:55
29267         Log: Upgrade to CPAN 1.58, from Andreas König.
29268      Branch: perl
29269            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29270 ____________________________________________________________________________
29271 [  7205] By: jhi                                   on 2000/10/12  23:29:08
29272         Log: Introduce the man[24-8] variables, from Andy Dougherty.
29273      Branch: metaconfig/U/perl
29274            + mandirs.U mandirstyle.U
29275      Branch: perl
29276            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29277            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
29278            ! vos/config.h vos/config.pl vos/config_h.SH_orig
29279            ! win32/config.bc win32/config.gc win32/config.vc
29280 ____________________________________________________________________________
29281 [  7204] By: gsar                                  on 2000/10/12  18:11:24
29282         Log: restore change#7202
29283      Branch: perl
29284            ! mg.c
29285 ____________________________________________________________________________
29286 [  7203] By: gsar                                  on 2000/10/12  18:09:40
29287         Log: another test of the Emergency Broadcast System--back out 
29288              change#7202
29289      Branch: perl
29290            ! mg.c
29291 ____________________________________________________________________________
29292 [  7202] By: gsar                                  on 2000/10/12  16:40:47
29293         Log: (submitted on behalf of Jarkko)
29294              Fix the lib/encode.t subtest 6 failure as reported by Andreas
29295              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
29296              was unearthed by change 7182, as was a bug in HTML::Entities.
29297      Branch: perl
29298            ! mg.c
29299 ____________________________________________________________________________
29300 [  7201] By: jhi                                   on 2000/10/11  03:16:05
29301         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
29302      Branch: perl
29303            ! pp_hot.c t/pragma/utf8.t
29304 ____________________________________________________________________________
29305 [  7200] By: jhi                                   on 2000/10/11  00:40:30
29306         Log: The #7198 was a false alarm.
29307      Branch: perl
29308            ! pp_hot.c
29309 ____________________________________________________________________________
29310 [  7199] By: jhi                                   on 2000/10/11  00:26:04
29311         Log: Remove duplicated code.
29312      Branch: perl
29313            ! t/lib/cgi-html.t
29314 ____________________________________________________________________________
29315 [  7198] By: jhi                                   on 2000/10/10  23:30:46
29316         Log: (Retracted by #7200.)
29317      Branch: perl
29318            ! pp_hot.c
29319 ____________________________________________________________________________
29320 [  7197] By: jhi                                   on 2000/10/10  21:49:30
29321         Log: Add the test case for #7190, from the original bug report
29322              by Andreas König.
29323      Branch: perl
29324            ! t/pragma/utf8.t
29325 ____________________________________________________________________________
29326 [  7196] By: jhi                                   on 2000/10/10  21:40:49
29327         Log: Reapply Andy's patch and regen Configure.
29328      Branch: perl
29329            ! Configure INSTALL Makefile.SH Porting/Glossary
29330            ! Porting/config.sh config_h.SH epoc/config.sh installperl
29331            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
29332            ! win32/config.vc
29333 ____________________________________________________________________________
29334 [  7195] By: jhi                                   on 2000/10/10  21:09:30
29335         Log: Use the versiononly instead of the installscripts,
29336              retract the changes 7146 and 7147.
29337      Branch: perl
29338            ! Configure INSTALL Makefile.SH Porting/Glossary
29339            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
29340            ! installperl uconfig.sh vos/config.def win32/config.bc
29341            ! win32/config.gc win32/config.vc
29342 ____________________________________________________________________________
29343 [  7194] By: jhi                                   on 2000/10/10  21:06:15
29344         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
29345              From: Peter Prymmer <pvhp@forte.com>
29346              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
29347              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
29348      Branch: perl
29349            ! t/op/ver.t
29350 ____________________________________________________________________________
29351 [  7193] By: jhi                                   on 2000/10/10  21:05:12
29352         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
29353              From: Peter Prymmer <pvhp@forte.com>
29354              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
29355              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
29356      Branch: perl
29357            ! t/op/tr.t
29358 ____________________________________________________________________________
29359 [  7192] By: jhi                                   on 2000/10/10  20:57:30
29360         Log: Add versiononly, delete installscripts, from Andy Dougherty.
29361      Branch: metaconfig
29362            - U/installdirs/installscripts.U
29363      Branch: metaconfig/U/perl
29364            + versiononly.U
29365 ____________________________________________________________________________
29366 [  7191] By: jhi                                   on 2000/10/10  19:41:21
29367         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
29368              From: Peter Prymmer <pvhp@forte.com>
29369              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
29370              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
29371      Branch: perl
29372            ! pod/perlebcdic.pod
29373 ____________________________________________________________________________
29374 [  7190] By: jhi                                   on 2000/10/10  19:26:14
29375         Log: Subject: Re: utf8 concat, mg_get
29376              From: Simon Cozens <simon@cozens.net>
29377              Date: Tue, 10 Oct 2000 17:40:17 +0100
29378              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
29379      Branch: perl
29380            ! pp_hot.c
29381 ____________________________________________________________________________
29382 [  7189] By: jhi                                   on 2000/10/10  19:23:03
29383         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
29384              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
29385              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
29386              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
29387      Branch: perl
29388            ! lib/ExtUtils/MM_Unix.pm
29389 ____________________________________________________________________________
29390 [  7188] By: jhi                                   on 2000/10/10  15:31:24
29391         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
29392              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
29393              Date: Fri, 14 Jul 2000 10:47:36 +0100
29394              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
29395      Branch: perl
29396            ! README.win32
29397 ____________________________________________________________________________
29398 [  7187] By: jhi                                   on 2000/10/10  13:30:10
29399         Log: Quote the temp file name, needed in Win32 because the
29400              default name unfortunately contains spaces, shouldn't
29401              hurt elsewhere.
29402              
29403              Subject: FW: perldoc fails if $TEMP contains spaces
29404              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
29405              Date: Thu, 14 Sep 2000 08:58:45 +0100
29406              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
29407      Branch: perl
29408            ! utils/perldoc.PL
29409 ____________________________________________________________________________
29410 [  7186] By: jhi                                   on 2000/10/10  13:16:27
29411         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
29412              From: hv@hugo.hybyte.com
29413              Date: Tue, 10 Oct 2000 14:10:20 +0100
29414              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
29415      Branch: perl
29416            ! t/lib/thr5005.t util.c
29417 ____________________________________________________________________________
29418 [  7185] By: jhi                                   on 2000/10/10  12:06:22
29419         Log: Upgrade to podlators 1.04, from Russ Allbery.
29420      Branch: perl
29421            ! lib/Pod/Man.pm lib/Pod/Text.pm
29422 ____________________________________________________________________________
29423 [  7184] By: jhi                                   on 2000/10/10  12:01:32
29424         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
29425      Branch: perl
29426            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
29427 ____________________________________________________________________________
29428 [  7183] By: jhi                                   on 2000/10/09  23:47:15
29429         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
29430              From: Peter Prymmer <pvhp@forte.com>
29431              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
29432              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
29433      Branch: perl
29434            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
29435 ____________________________________________________________________________
29436 [  7182] By: jhi                                   on 2000/10/09  23:43:16
29437         Log: Make eq work again with utf8 (disabling the upgrading
29438              should no more be necessary since the copies of the
29439              scalars are upgraded, not the scalars themselves).
29440              Takes care of ID 20001009.001.  (The claimed length()
29441              bug in 20001009.001 seems bogus to me.)
29442      Branch: perl
29443            ! sv.c t/pragma/utf8.t
29444 ____________________________________________________________________________
29445 [  7181] By: gsar                                  on 2000/10/09  19:41:54
29446         Log: tweak for change#7173
29447      Branch: perl
29448            ! win32/win32sck.c
29449 ____________________________________________________________________________
29450 [  7180] By: gsar                                  on 2000/10/09  19:26:56
29451         Log: on Windows, clean targets might not work under some flavors of the shell
29452      Branch: perl
29453            ! win32/Makefile win32/makefile.mk
29454 ____________________________________________________________________________
29455 [  7179] By: jhi                                   on 2000/10/09  19:21:02
29456         Log: Update Changes.
29457      Branch: perl
29458            ! Changes patchlevel.h
29459 ____________________________________________________________________________
29460 [  7178] By: jhi                                   on 2000/10/09  19:18:23
29461         Log: Warn about unknown scripts.
29462              
29463              Subject: Re: ideas? patches? [PATCH bleadperl]
29464              From: Dominic Dunlop <domo@computer.org>
29465              Date: Mon, 9 Oct 2000 14:57:17 +0200
29466              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
29467      Branch: perl
29468            ! lib/charnames.pm
29469 ____________________________________________________________________________
29470 [  7177] By: jhi                                   on 2000/10/09  19:13:27
29471         Log: Change #7160 had a nasty typo.
29472      Branch: metaconfig
29473            ! U/compline/Compile.U
29474      Branch: perl
29475            ! Configure config_h.SH
29476 ____________________________________________________________________________
29477 [  7176] By: gsar                                  on 2000/10/09  18:59:33
29478         Log: pod nit
29479      Branch: perl
29480            ! pod/perlport.pod
29481 ____________________________________________________________________________
29482 [  7175] By: gsar                                  on 2000/10/09  18:54:28
29483         Log: Windows9x doesn't support link(), despite what Config.pm
29484              might think
29485      Branch: perl
29486            ! lib/ExtUtils/Manifest.pm
29487 ____________________________________________________________________________
29488 [  7174] By: gsar                                  on 2000/10/09  18:50:03
29489         Log: avoid nonportable example code
29490      Branch: perl
29491            ! lib/File/Copy.pm
29492 ____________________________________________________________________________
29493 [  7173] By: gsar                                  on 2000/10/09  18:46:54
29494         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
29495              being used) when closing a socket handle
29496      Branch: perl
29497            ! win32/win32.c win32/win32.h win32/win32sck.c
29498 ____________________________________________________________________________
29499 [  7172] By: gsar                                  on 2000/10/09  18:41:40
29500         Log: on Windows, cwd strings in the environment should be of the
29501              form =X:=X:\foo instead of =X=X:\foo\
29502      Branch: perl
29503            ! win32/vdir.h
29504 ____________________________________________________________________________
29505 [  7171] By: gsar                                  on 2000/10/09  18:30:09
29506         Log: on Windows, LoadLibrary() could load an extension DLL multiple
29507              times if forward slashes are used in the path
29508      Branch: perl
29509            ! win32/win32.c
29510 ____________________________________________________________________________
29511 [  7170] By: jhi                                   on 2000/10/09  17:53:59
29512         Log: Add a todo note about overloadable assertions.
29513      Branch: perl
29514            ! Todo-5.6
29515 ____________________________________________________________________________
29516 [  7169] By: jhi                                   on 2000/10/09  13:43:45
29517         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
29518              From: mjd@plover.com
29519              Date: 9 Oct 2000 00:24:44 -0000
29520              Message-ID: <20001009002444.10616.qmail@plover.com>
29521      Branch: perl
29522            ! pod/perldebguts.pod
29523 ____________________________________________________________________________
29524 [  7168] By: nick                                  on 2000/10/08  13:16:33
29525         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
29526              is not right thing to do on (e.g. x86). Network order is also "right" for
29527              X fonts.
29528      Branch: perl
29529            ! ext/Encode/Encode.pm
29530 ____________________________________________________________________________
29531 [  7167] By: nick                                  on 2000/10/08  12:54:42
29532         Log: Make "encodings" work post-install when Encode/*.enc files may not
29533              be in same directory as Encode.pm
29534      Branch: perl
29535            ! ext/Encode/Encode.pm
29536 ____________________________________________________________________________
29537 [  7166] By: nick                                  on 2000/10/08  11:51:26
29538         Log: Work round the fact that $hash->{$key} does not take into account
29539              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
29540              so that key is always in the "expected" encoding - i.e. same way we put
29541              it in the hash.
29542      Branch: perl
29543            ! ext/Encode/Encode.pm
29544 ____________________________________________________________________________
29545 [  7165] By: gsar                                  on 2000/10/08  04:15:29
29546         Log: save_re_context() could reset PL_curcop to freed memory, causing core
29547              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
29548      Branch: perl
29549            ! pp_ctl.c
29550 ____________________________________________________________________________
29551 [  7164] By: jhi                                   on 2000/10/06  20:51:48
29552         Log: UTF8ize split() so that the cloned substrings get the UTF8
29553              flag of the original scalar.  Problem reported by Simon Cozens.
29554      Branch: perl
29555            ! pp.c t/pragma/utf8.t
29556 ____________________________________________________________________________
29557 [  7163] By: nick                                  on 2000/10/06  20:48:34
29558         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
29559              got a false +ve and so did not reach code which would have un-FAKEd the SV.
29560      Branch: perl
29561            ! sv.c
29562 ____________________________________________________________________________
29563 [  7162] By: nick                                  on 2000/10/06  20:25:37
29564         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
29565              To fix  (sort {$a <=> $b} keys %hash) in particular but
29566              should cover a number of other as-yet-unknown cases as well.
29567      Branch: perl
29568            ! sv.c
29569 ____________________________________________________________________________
29570 [  7161] By: jhi                                   on 2000/10/06  19:56:18
29571         Log: Change the version number of Tie::Handle in the core to 4.0,
29572              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
29573              
29574              Subject: Note on Tie::Handle
29575              From: andreas.koenig@anima.de (Andreas J. Koenig)
29576              Date:      06 Oct 2000 21:48:58 +0200
29577              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
29578      Branch: perl
29579            ! lib/Tie/Handle.pm
29580 ____________________________________________________________________________
29581 [  7160] By: jhi                                   on 2000/10/06  18:20:35
29582         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
29583              as the first option of cc/ld because of ultrapicky compilers
29584              (e.g. OS/390 R2.5)
29585      Branch: metaconfig
29586            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
29587            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
29588            ! U/compline/orderlib.U U/modified/Cppsym.U
29589            ! U/modified/d_access.U
29590      Branch: metaconfig/U/perl
29591            ! Checkcc.U d_dlsymun.U gccvers.U
29592      Branch: perl
29593            ! Configure config_h.SH
29594 ____________________________________________________________________________
29595 [  7159] By: jhi                                   on 2000/10/06  13:56:39
29596         Log: Update Changes.
29597      Branch: perl
29598            ! Changes patchlevel.h
29599 ____________________________________________________________________________
29600 [  7158] By: jhi                                   on 2000/10/06  12:48:40
29601         Log: Eliminate $Is_VMS code from the test.
29602              
29603              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
29604              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29605              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
29606              Date:     Thu, 5 Oct 2000 07:46:33 EDT
29607      Branch: perl
29608            ! t/lib/b.t
29609 ____________________________________________________________________________
29610 [  7157] By: jhi                                   on 2000/10/06  12:47:13
29611         Log: Also the $ccflags is needed for the C compiler check.
29612              
29613              Subject: Configure (check for C-compiler)
29614              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29615              Date: Fri, 06 Oct 2000 08:47:15 +0200
29616              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
29617      Branch: metaconfig/U/perl
29618            ! Checkcc.U
29619      Branch: perl
29620            ! Configure config_h.SH
29621 ____________________________________________________________________________
29622 [  7156] By: jhi                                   on 2000/10/06  11:45:15
29623         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
29624      Branch: perl
29625            ! perl.c pp_ctl.c sv.h utf8.c
29626 ____________________________________________________________________________
29627 [  7155] By: jhi                                   on 2000/10/06  11:40:41
29628         Log: IO::Handle->syswrite() did not handle length omission
29629              like CORE::syswrite() does.
29630              
29631              Subject: [Fwd] IO::Handle, syswrite and arguments
29632              From: Graham Barr <gbarr@pobox.com>
29633              Date: Fri, 6 Oct 2000 10:22:05 +0100
29634              Message-ID: <20001006102205.U6312@pobox.com>
29635              
29636              The original patch from andrew@ugh.net.au.
29637      Branch: perl
29638            ! ext/IO/lib/IO/Handle.pm
29639 ____________________________________________________________________________
29640 [  7154] By: jhi                                   on 2000/10/06  01:42:15
29641         Log: Tweak #7153.
29642      Branch: perl
29643            ! utf8.h
29644 ____________________________________________________________________________
29645 [  7153] By: jhi                                   on 2000/10/06  00:39:55
29646         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
29647      Branch: perl
29648            ! utf8.h
29649 ____________________________________________________________________________
29650 [  7152] By: jhi                                   on 2000/10/06  00:38:11
29651         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
29652      Branch: perl
29653            ! perl.c pp_ctl.c sv.h utf8.c
29654 ____________________________________________________________________________
29655 [  7151] By: jhi                                   on 2000/10/06  00:36:38
29656         Log: Subject: Re: Questions about Tie::Array and perl modules
29657              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29658              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
29659              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
29660              
29661              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
29662      Branch: perl
29663            ! lib/Tie/Array.pm t/op/array.t
29664 ____________________________________________________________________________
29665 [  7150] By: jhi                                   on 2000/10/05  00:20:45
29666         Log: Regen Changes.
29667      Branch: perl
29668            ! Changes patchlevel.h
29669 ____________________________________________________________________________
29670 [  7149] By: jhi                                   on 2000/10/05  00:20:01
29671         Log: Regen toc.
29672      Branch: perl
29673            ! pod/perltoc.pod
29674 ____________________________________________________________________________
29675 [  7148] By: jhi                                   on 2000/10/04  23:35:08
29676         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
29677              reported several times by Dominic Dunlop, for example in
29678              ID 20000315.008.  Patch from Dominic.  Patch affects at
29679              least MachTen, and possibly other oldish BSDs. Should not
29680              break non-broken platforms (tested on LinuxPPC). 
29681      Branch: perl
29682            ! doio.c
29683 ____________________________________________________________________________
29684 [  7147] By: jhi                                   on 2000/10/04  23:26:34
29685         Log: The one that got away from 7146.
29686      Branch: metaconfig
29687            + U/installdirs/installscripts.U
29688 ____________________________________________________________________________
29689 [  7146] By: jhi                                   on 2000/10/04  23:25:04
29690         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
29691              suggested by H. Merijn Brand.
29692      Branch: perl
29693            ! Configure INSTALL Makefile.SH Porting/Glossary
29694            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
29695            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
29696            ! win32/config.vc
29697 ____________________________________________________________________________
29698 [  7145] By: jhi                                   on 2000/10/04  22:08:21
29699         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
29700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29701              Date: Wed, 4 Oct 2000 17:37:46 -0400
29702              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
29703      Branch: perl
29704            ! utils/h2xs.PL
29705 ____________________________________________________________________________
29706 [  7144] By: jhi                                   on 2000/10/04  18:11:41
29707         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
29708              From: Jeff Pinyan <jeffp@crusoe.net>
29709              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
29710              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
29711      Branch: perl
29712            ! pod/perlrun.pod
29713 ____________________________________________________________________________
29714 [  7143] By: jhi                                   on 2000/10/04  18:09:58
29715         Log: Subject: perlhack.pod Patch for Externals Tools
29716              From: Fisher Mark <fisherm@tce.com>
29717              Date: Tue, 3 Oct 2000 15:43:27 -0500 
29718              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
29719      Branch: perl
29720            ! pod/perlhack.pod
29721 ____________________________________________________________________________
29722 [  7142] By: jhi                                   on 2000/10/04  18:08:41
29723         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
29724              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29725              Date:     Wed, 4 Oct 2000 12:11:11 EDT
29726              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
29727      Branch: perl
29728            ! vms/vms.c
29729 ____________________________________________________________________________
29730 [  7141] By: jhi                                   on 2000/10/04  12:20:16
29731         Log: Subject: [PATCH 5.7.0] h2xs not working
29732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29733              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
29734              Date: Tue, 3 Oct 2000 21:43:01 -0400
29735              
29736              Subject: [PATCH 5.7.0] h2xs not documenting the created module
29737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29738              Date: Tue, 3 Oct 2000 22:55:19 -0400
29739              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
29740      Branch: perl
29741            ! utils/h2xs.PL
29742 ____________________________________________________________________________
29743 [  7140] By: jhi                                   on 2000/10/04  11:53:44
29744         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
29745              From: nick@babyhippo.com
29746              Date: Wed, 4 Oct 2000 12:06:45 +0100
29747              Message-Id: <20001004120645.A7356@babyhippo.com>
29748              
29749              Retract 7118 and 7135.
29750      Branch: perl
29751            ! installman installperl op.c t/pragma/subs.t
29752 ____________________________________________________________________________
29753 [  7139] By: jhi                                   on 2000/10/03  22:09:41
29754         Log: It is possible to have no hosts database at all.  Pointed out in
29755              
29756              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
29757              From: Peter Prymmer <pvhp@forte.com>
29758              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
29759              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
29760      Branch: metaconfig
29761            ! U/modified/myhostname.U
29762      Branch: perl
29763            ! Configure config_h.SH
29764 ____________________________________________________________________________
29765 [  7138] By: jhi                                   on 2000/10/03  21:49:49
29766         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
29767              From: Peter Prymmer <pvhp@forte.com>
29768              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
29769              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
29770      Branch: perl
29771            ! pp_sys.c
29772 ____________________________________________________________________________
29773 [  7137] By: jhi                                   on 2000/10/03  20:10:05
29774         Log: One remaining nit less at the VMS mailbox sizing.
29775      Branch: perl
29776            ! vms/vms.c
29777 ____________________________________________________________________________
29778 [  7136] By: jhi                                   on 2000/10/03  20:08:47
29779         Log: Test harness update to sync with the new perlcc,
29780              from Simon Cozens.
29781      Branch: perl
29782            ! t/TEST t/UTEST
29783 ____________________________________________________________________________
29784 [  7135] By: jhi                                   on 2000/10/03  15:15:42
29785         Log: Subject: Re: PATCH for 20001003.004
29786              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
29787              From: "AARON B. DOSSETT" <aaron@iglou.com>
29788              Message-Id: <E13gTay-0006od-00@iglou.com>
29789      Branch: perl
29790            ! installman installperl
29791 ____________________________________________________________________________
29792 [  7134] By: jhi                                   on 2000/10/03  15:00:34
29793         Log: Subject: [ID 20001003.006] B::Debug not -w clean
29794              From: Nicholas Clark <nick@babyhippo.co.uk>
29795              Date: Tue, 03 Oct 2000 15:46:32 +0100
29796              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
29797      Branch: perl
29798            ! ext/B/B/Debug.pm
29799 ____________________________________________________________________________
29800 [  7133] By: jhi                                   on 2000/10/03  14:58:39
29801         Log: Scale down the VMS message boxes, by Charles Lane.
29802              Fix for ID 20000903.009, workaround at
29803              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
29804      Branch: perl
29805            ! vms/vms.c
29806 ____________________________________________________________________________
29807 [  7132] By: jhi                                   on 2000/10/03  11:20:37
29808         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
29809      Branch: perl
29810            + t/lib/st-lock.t t/lib/st-utf8.t
29811            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
29812            ! ext/Storable/Storable.xs t/lib/st-recurse.t
29813 ____________________________________________________________________________
29814 [  7131] By: jhi                                   on 2000/10/03  03:38:23
29815         Log: Encode nits.
29816      Branch: perl
29817            ! MANIFEST Makefile.SH
29818 ____________________________________________________________________________
29819 [  7130] By: jhi                                   on 2000/10/03  03:31:05
29820         Log: Update Changes.
29821      Branch: perl
29822            ! Changes patchlevel.h
29823 ____________________________________________________________________________
29824 [  7129] By: jhi                                   on 2000/10/03  02:24:02
29825         Log: Misplaced else.
29826      Branch: metaconfig/U/perl
29827            ! d_strtoll.U
29828      Branch: perl
29829            ! Configure config_h.SH
29830 ____________________________________________________________________________
29831 [  7128] By: jhi                                   on 2000/10/03  02:08:29
29832         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
29833              From: sthoenna@efn.org
29834              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
29835              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
29836      Branch: metaconfig/U/perl
29837            ! d_strtoll.U
29838      Branch: perl
29839            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
29840 ____________________________________________________________________________
29841 [  7127] By: jhi                                   on 2000/10/03  01:13:14
29842         Log: Update Changes.
29843      Branch: perl
29844            ! Changes patchlevel.h
29845 ____________________________________________________________________________
29846 [  7126] By: jhi                                   on 2000/10/03  00:57:08
29847         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
29848              as suggested by Olaf Flebbe and Nick Clark.
29849      Branch: perl
29850            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
29851 ____________________________________________________________________________
29852 [  7125] By: jhi                                   on 2000/10/03  00:50:56
29853         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
29854              From: Nick Clark <nick@plum.flirble.org>
29855              Date: Mon, 2 Oct 2000 11:03:24 +0100
29856              Message-Id: <20001002110324.D20073@plum.flirble.org>
29857              
29858              Also fixes bug ID 20001002.005.
29859      Branch: perl
29860            ! t/lib/encode.t
29861 ____________________________________________________________________________
29862 [  7124] By: jhi                                   on 2000/10/03  00:34:59
29863         Log: Subject: [PATCH 5.7.0] Epoc update
29864              From: Olaf Flebbe <o.flebbe@gmx.de>
29865              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
29866              Message-ID: <26423.969484586@www10.gmx.net>
29867      Branch: perl
29868            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
29869            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
29870            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
29871            ! util.c util.h
29872 ____________________________________________________________________________
29873 [  7123] By: jhi                                   on 2000/10/03  00:30:07
29874         Log: Regen headers.
29875      Branch: perl
29876            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
29877 ____________________________________________________________________________
29878 [  7122] By: jhi                                   on 2000/10/03  00:10:48
29879         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
29880      Branch: perl
29881            ! hints/openbsd.sh
29882 ____________________________________________________________________________
29883 [  7121] By: jhi                                   on 2000/10/03  00:05:06
29884         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
29885              From: <abigail@foad.org>
29886              Date: Tue, 26 Sep 2000 13:36:14 -0400
29887              Message-ID: <20000926173614.4356.qmail@foad.org>
29888      Branch: perl
29889            ! pod/perlop.pod
29890 ____________________________________________________________________________
29891 [  7120] By: jhi                                   on 2000/10/03  00:04:00
29892         Log: Inside require() $^S was always left undefined.
29893              
29894              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
29895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29896              Date: Wed, 27 Sep 2000 18:54:49 -0400
29897              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
29898      Branch: perl
29899            ! cop.h mg.c pp_ctl.c util.c
29900 ____________________________________________________________________________
29901 [  7119] By: jhi                                   on 2000/10/03  00:00:16
29902         Log: Subject: [PATCH] DLL not restartabke with threaded perl
29903              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
29904              Date: Thu, 28 Sep 2000 09:20:46 +0100
29905              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
29906      Branch: perl
29907            ! perl.c
29908 ____________________________________________________________________________
29909 [  7118] By: jhi                                   on 2000/10/02  23:59:20
29910         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
29911              From: Nicholas Clark <nick@ccl4.org>
29912              Date: Thu, 28 Sep 2000 11:52:24 +0100
29913              Message-ID: <20000928115224.D7924@plum.flirble.org>
29914      Branch: perl
29915            ! op.c
29916 ____________________________________________________________________________
29917 [  7117] By: jhi                                   on 2000/10/02  23:57:51
29918         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
29919              From: Nicholas Clark <nick@babyhippo.co.uk>
29920              Date: Thu, 28 Sep 2000 12:18:10 +0100
29921              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
29922              
29923              Did not apply cleanly, manual intervention was needed.
29924      Branch: perl
29925            ! ext/B/B/Bytecode.pm utils/perlcc.PL
29926 ____________________________________________________________________________
29927 [  7116] By: jhi                                   on 2000/10/02  23:50:40
29928         Log: Document the issue (is not a syntax error, kind of)
29929              
29930              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
29931              From: Nicholas Clark <nick@ccl4.org>
29932              Date: Thu, 28 Sep 2000 17:12:42 +0100
29933              Message-ID: <20000928171242.K7924@plum.flirble.org>
29934      Branch: perl
29935            ! pod/perldata.pod
29936 ____________________________________________________________________________
29937 [  7115] By: jhi                                   on 2000/10/02  23:48:58
29938         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
29939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29940              Date: Thu, 28 Sep 2000 21:55:31 -0400
29941              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
29942      Branch: perl
29943            ! regexec.c
29944 ____________________________________________________________________________
29945 [  7114] By: jhi                                   on 2000/10/02  23:47:57
29946         Log: Subject: DOC PATCH 5.6.0
29947              From: mjd@plover.com
29948              Date: 30 Sep 2000 06:02:34 -0000
29949              Message-ID: <20000930060234.4559.qmail@plover.com>
29950      Branch: perl
29951            ! pod/perldebguts.pod
29952 ____________________________________________________________________________
29953 [  7113] By: jhi                                   on 2000/10/02  23:46:43
29954         Log: SOCK_DGRAM and listen() do not mix as reported in
29955              
29956              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
29957              From: Petter Reinholdtsen <pere@hungry.com>
29958              Date: Sun, 1 Oct 2000 10:57:20 +0800
29959              Message-Id: <200010010257.KAA05735@localhost.localdomain>
29960              
29961              The patch for 5.7.0+ had to be reengineered, though.
29962      Branch: perl
29963            ! ext/IO/lib/IO/Socket/UNIX.pm
29964 ____________________________________________________________________________
29965 [  7112] By: jhi                                   on 2000/10/02  23:36:57
29966         Log: Subject: Re: [PATCH 5.005_64 missed]
29967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29968              Date: Sun, 1 Oct 2000 18:50:10 -0400
29969              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
29970      Branch: perl
29971            ! pod/perlxs.pod
29972 ____________________________________________________________________________
29973 [  7111] By: jhi                                   on 2000/10/02  23:35:40
29974         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
29975              From: Radu Greab <radu@netsoft.ro>
29976              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
29977              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
29978      Branch: perl
29979            ! op.c opcode.pl t/op/substr.t
29980 ____________________________________________________________________________
29981 [  7110] By: jhi                                   on 2000/10/02  23:32:38
29982         Log: Subject: [PATCH] Fix aliasing of tied filehandles
29983              From: Daniel Chetlin <daniel@chetlin.com>
29984              Date: Mon, 2 Oct 2000 14:53:27 -0700
29985              Message-ID: <20001002145327.C1617@ilmd>
29986      Branch: perl
29987            ! perl.h pp_hot.c t/op/tiehandle.t
29988 ____________________________________________________________________________
29989 [  7109] By: jhi                                   on 2000/10/02  23:31:30
29990         Log: s/Robin Parker/Robin Barker/
29991      Branch: perl
29992            ! Changes5.6
29993 ____________________________________________________________________________
29994 [  7108] By: jhi                                   on 2000/10/02  23:15:46
29995         Log: Retract #7091 as suggested in
29996              
29997              From: Robin Barker <rmb1@cise.npl.co.uk> 
29998              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
29999              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
30000              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
30001      Branch: perl
30002            ! embed.pl proto.h
30003 ____________________________________________________________________________
30004 [  7107] By: nick                                  on 2000/10/02  18:23:14
30005         Log: A few tweaks to get Tk803 to work with Encode scheme.
30006      Branch: perl
30007            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
30008 ____________________________________________________________________________
30009 [  7106] By: nick                                  on 2000/10/01  21:34:14
30010         Log: Add checking cases to Encode's toUnicode and fromUnicode.
30011      Branch: perl
30012            ! ext/Encode/Encode.pm
30013 ____________________________________________________________________________
30014 [  7105] By: nick                                  on 2000/10/01  17:18:01
30015         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
30016              To read and use them.
30017              Add a lib/encode.t which checks a few things.
30018      Branch: perl
30019            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
30020            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
30021            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
30022            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
30023            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
30024            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
30025            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
30026            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
30027            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
30028            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
30029            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
30030            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
30031            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
30032            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
30033            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
30034            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
30035            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
30036            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
30037            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
30038            + ext/Encode/Encode/iso2022-jp.enc
30039            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
30040            + ext/Encode/Encode/iso8859-1.enc
30041            + ext/Encode/Encode/iso8859-2.enc
30042            + ext/Encode/Encode/iso8859-3.enc
30043            + ext/Encode/Encode/iso8859-4.enc
30044            + ext/Encode/Encode/iso8859-5.enc
30045            + ext/Encode/Encode/iso8859-6.enc
30046            + ext/Encode/Encode/iso8859-7.enc
30047            + ext/Encode/Encode/iso8859-8.enc
30048            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
30049            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
30050            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
30051            + ext/Encode/Encode/macCentEuro.enc
30052            + ext/Encode/Encode/macCroatian.enc
30053            + ext/Encode/Encode/macCyrillic.enc
30054            + ext/Encode/Encode/macDingbats.enc
30055            + ext/Encode/Encode/macGreek.enc
30056            + ext/Encode/Encode/macIceland.enc
30057            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
30058            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
30059            + ext/Encode/Encode/macTurkish.enc
30060            + ext/Encode/Encode/macUkraine.enc
30061            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
30062            + t/lib/encode.t
30063            ! MANIFEST ext/Encode/Encode.pm
30064 ____________________________________________________________________________
30065 [  7104] By: nick                                  on 2000/09/30  13:04:30
30066         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
30067              From: Daniel Chetlin <daniel@chetlin.com>
30068              Date: Mon, 18 Sep 2000 05:05:40 -0700
30069              Message-Id: <20000918050540.C652@ilmd>
30070      Branch: perl
30071            ! lib/overload.pm sv.c t/pragma/overload.t
30072 ____________________________________________________________________________
30073 [  7103] By: nick                                  on 2000/09/30  12:53:36
30074         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
30075              From: Johan Vromans <jvromans@squirrel.nl>
30076              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
30077              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
30078      Branch: perl
30079            ! pod/Makefile.SH
30080 ____________________________________________________________________________
30081 [  7102] By: nick                                  on 2000/09/30  12:52:31
30082         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
30083              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30084              Date: Sat, 16 Sep 2000 16:36:45 -0400
30085              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
30086      Branch: perl
30087            ! ext/B/B/Deparse.pm
30088 ____________________________________________________________________________
30089 [  7101] By: nick                                  on 2000/09/30  12:51:41
30090         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
30091              From: Craig A. Berry <craig.berry@psinetcs.com>
30092              Date: Sat, 16 Sep 2000 10:11:10 -0500
30093              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
30094      Branch: perl
30095            ! vms/vms.c
30096 ____________________________________________________________________________
30097 [  7100] By: nick                                  on 2000/09/30  12:50:33
30098         Log: Subject: Re: unicode support and perl [ID 20000901.097]
30099              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30100              Date: Fri, 15 Sep 2000 16:37:58 -0400
30101              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
30102      Branch: perl
30103            ! t/op/append.t
30104 ____________________________________________________________________________
30105 [  7099] By: nick                                  on 2000/09/30  12:49:35
30106         Log: Subject: Re: unicode support and perl [ID 20000901.097]
30107              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30108              Date: Fri, 15 Sep 2000 16:25:30 -0400
30109              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
30110      Branch: perl
30111            ! pp_hot.c
30112 ____________________________________________________________________________
30113 [  7098] By: nick                                  on 2000/09/30  12:48:00
30114         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
30115              From: Gisle Aas <gisle@ActiveState.com>
30116              Date: 15 Sep 2000 16:23:41 +0200
30117              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
30118      Branch: perl
30119            ! toke.c
30120 ____________________________________________________________________________
30121 [  7097] By: nick                                  on 2000/09/30  12:45:16
30122         Log: Subject: [PATCH] Nits in perlmod.pod
30123              From: Daniel Chetlin <daniel@chetlin.com>
30124              Date: Fri, 15 Sep 2000 02:04:09 -0700
30125              Message-Id: <20000915020409.A2104@ilmd>
30126      Branch: perl
30127            ! pod/perlmod.pod
30128 ____________________________________________________________________________
30129 [  7096] By: nick                                  on 2000/09/30  12:18:00
30130         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
30131              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
30132              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
30133              0 to checking to get the warning.
30134      Branch: perl
30135            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
30136            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
30137            ! regexec.c sv.c toke.c utf8.c
30138 ____________________________________________________________________________
30139 [  7095] By: nick                                  on 2000/09/15  16:55:59
30140         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
30141              
30142              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
30143              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30144              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
30145              Date: Fri, 15 Sep 2000 06:37:30 -0400
30146      Branch: perl
30147            ! ext/Encode/Encode.xs sv.c
30148 ____________________________________________________________________________
30149 [  7094] By: jhi                                   on 2000/09/15  03:23:32
30150         Log: Update Changes.
30151      Branch: perl
30152            ! Changes patchlevel.h
30153 ____________________________________________________________________________
30154 [  7093] By: jhi                                   on 2000/09/15  03:11:44
30155         Log: Fix for the charnames.t failures from Spider Boardman.
30156      Branch: perl
30157            ! toke.c
30158 ____________________________________________________________________________
30159 [  7092] By: jhi                                   on 2000/09/15  00:15:48
30160         Log: Botched the #7090 check-in.
30161      Branch: perl
30162            ! sv.c
30163 ____________________________________________________________________________
30164 [  7091] By: jhi                                   on 2000/09/14  23:33:24
30165         Log: Part of #7081 didn't come through.
30166      Branch: perl
30167            ! embed.pl proto.h
30168 ____________________________________________________________________________
30169 [  7090] By: jhi                                   on 2000/09/14  23:17:39
30170         Log: Subject: Re: perl@7078 
30171              From: Spider Boardman <spider@web.zk3.dec.com>
30172              Date: Thu, 14 Sep 2000 19:06:36 -0400
30173              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
30174      Branch: perl
30175            ! sv.c toke.c
30176 ____________________________________________________________________________
30177 [  7089] By: jhi                                   on 2000/09/14  23:11:21
30178         Log: Small portability tweaks.
30179      Branch: perl
30180            ! ext/Encode/Encode.xs
30181 ____________________________________________________________________________
30182 [  7088] By: jhi                                   on 2000/09/14  22:57:23
30183         Log: Fake return to pacify picky compilers.
30184      Branch: perl
30185            ! ext/Encode/Encode.xs
30186 ____________________________________________________________________________
30187 [  7087] By: jhi                                   on 2000/09/14  22:53:37
30188         Log: Subject: [PATCH] utf8.c apidoc
30189              From: Simon Cozens <simon@cozens.net>
30190              Date: Thu, 14 Sep 2000 23:46:57 +0100
30191              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
30192      Branch: perl
30193            ! perlapi.c pod/perlapi.pod utf8.c
30194 ____________________________________________________________________________
30195 [  7086] By: jhi                                   on 2000/09/14  22:40:38
30196         Log: We don't need to count the high bit bytes, a boolean is enough. 
30197      Branch: perl
30198            ! sv.c
30199 ____________________________________________________________________________
30200 [  7085] By: jhi                                   on 2000/09/14  21:20:09
30201         Log: Replace #7084 with
30202              
30203              Subject: Re: perl@7078 
30204              From: Spider Boardman <spider@web.zk3.dec.com>
30205              Date: Thu, 14 Sep 2000 17:09:36 -0400
30206              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
30207      Branch: perl
30208            ! sv.c utf8.c
30209 ____________________________________________________________________________
30210 [  7084] By: jhi                                   on 2000/09/14  20:03:34
30211         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
30212              convertable to bytes by checking it doesn't go above 0xc3
30213              
30214              Subject: Re: perl@7078
30215              From: Simon Cozens <simon@cozens.net>
30216              Date: Thu, 14 Sep 2000 20:59:19 +0100
30217              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
30218      Branch: perl
30219            ! utf8.c
30220 ____________________________________________________________________________
30221 [  7083] By: jhi                                   on 2000/09/14  19:38:47
30222         Log: Subject: Re: perl@7078
30223              From: Simon Cozens <simon@cozens.net>
30224              Date: Thu, 14 Sep 2000 20:13:09 +0100
30225              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
30226      Branch: perl
30227            ! t/op/bop.t
30228 ____________________________________________________________________________
30229 [  7082] By: jhi                                   on 2000/09/14  17:50:44
30230         Log: The one that got away.
30231      Branch: perl
30232            ! lib/File/Find.pm
30233 ____________________________________________________________________________
30234 [  7081] By: jhi                                   on 2000/09/14  17:45:35
30235         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
30236              From: Robin Barker <rmb1@cise.npl.co.uk>
30237              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
30238              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
30239      Branch: perl
30240            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
30241            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
30242            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
30243            ! regcomp.c toke.c universal.c
30244 ____________________________________________________________________________
30245 [  7080] By: jhi                                   on 2000/09/14  17:40:35
30246         Log: Problems picked up by AIX cc.
30247              
30248              Subject: Re: perl@7078 (patch included)
30249              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30250              Date: Thu, 14 Sep 2000 18:53:30 +0200
30251              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
30252      Branch: perl
30253            ! ext/Encode/Encode.xs
30254 ____________________________________________________________________________
30255 [  7079] By: jhi                                   on 2000/09/14  17:38:27
30256         Log: Subject: File::Find 5.7.0 POD nits
30257              From: Rich Morin <rdm@cfcl.com>
30258              Date: Wed, 13 Sep 2000 22:03:58 -0700
30259              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
30260      Branch: perl
30261            ! lib/File/Find.pm
30262 ____________________________________________________________________________
30263 [  7078] By: jhi                                   on 2000/09/14  14:58:20
30264         Log: Update Changes.
30265      Branch: perl
30266            ! Changes patchlevel.h
30267 ____________________________________________________________________________
30268 [  7077] By: jhi                                   on 2000/09/14  14:55:54
30269         Log: Compilation warnings and an error.
30270      Branch: perl
30271            ! sv.c
30272 ____________________________________________________________________________
30273 [  7076] By: jhi                                   on 2000/09/14  14:42:56
30274         Log: Fix for a parsing bug, not for the original bug.
30275              
30276              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
30277              From: Spider Boardman <spider@web.zk3.dec.com>
30278              Date: Wed, 13 Sep 2000 17:52:20 -0400
30279              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
30280      Branch: perl
30281            ! regcomp.c
30282 ____________________________________________________________________________
30283 [  7075] By: jhi                                   on 2000/09/14  14:40:40
30284         Log: Batch of UTF-8 patches from Simon Cozens.
30285      Branch: perl
30286            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
30287            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
30288            ! toke.c utf8.c
30289 ____________________________________________________________________________
30290 [  7074] By: jhi                                   on 2000/09/14  14:29:58
30291         Log: Subject: Re: Two advertising clauses need to be removed
30292              From: Russ Allbery <rra@stanford.edu>
30293              Date: 13 Sep 2000 18:50:26 -0700
30294              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
30295      Branch: perl
30296            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
30297 ____________________________________________________________________________
30298 [  7073] By: jhi                                   on 2000/09/14  14:28:20
30299         Log: Subject: [PATCH] de-wall t/README
30300              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30301              Date: Wed, 13 Sep 2000 17:46:55 -0700
30302              Message-ID: <//Bw5gzkge/e092yn@efn.org>
30303      Branch: perl
30304            ! t/README
30305 ____________________________________________________________________________
30306 [  7072] By: jhi                                   on 2000/09/14  14:25:10
30307         Log: Hints optimization.
30308              
30309              Subject: Minor nit
30310              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30311              Date: Wed, 13 Sep 2000 21:42:07 +0200
30312              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
30313      Branch: perl
30314            ! hints/hpux.sh
30315 ____________________________________________________________________________
30316 [  7071] By: jhi                                   on 2000/09/14  14:23:30
30317         Log: Allow chop() and chomp() to be overridden.
30318              
30319              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
30320              From: "Casey R. Tweten" <crt@kiski.net>
30321              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
30322              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
30323      Branch: perl
30324            ! toke.c
30325 ____________________________________________________________________________
30326 [  7070] By: jhi                                   on 2000/09/14  14:20:36
30327         Log: The return value of setlocale must be copied away.
30328              
30329              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
30330              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30331              Date: Wed, 13 Sep 2000 16:27:37 +0100 
30332              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
30333      Branch: perl
30334            ! util.c
30335 ____________________________________________________________________________
30336 [  7069] By: jhi                                   on 2000/09/14  14:16:27
30337         Log: Remove vestiges of tr//CU.
30338              
30339              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
30340              From: Nick Clark <nick@plum.flirble.org>
30341              Date: Tue, 12 Sep 2000 22:50:14 +0100
30342              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
30343              
30344              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
30345              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30346              Date: Tue, 12 Sep 2000 21:38:48 -0700
30347              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
30348      Branch: perl
30349            ! op.h pod/perlunicode.pod
30350 ____________________________________________________________________________
30351 [  7068] By: jhi                                   on 2000/09/13  14:18:39
30352         Log: Add the Encode extension.  The code is still largely just skeleton.
30353      Branch: perl
30354            + ext/Encode/Encode.pm ext/Encode/Encode.xs
30355            + ext/Encode/Makefile.PL ext/Encode/Todo
30356            ! MANIFEST Todo-5.6
30357 ____________________________________________________________________________
30358 [  7067] By: jhi                                   on 2000/09/12  17:43:33
30359         Log: Allow for whitespace between "#" and "line" in cpp output.
30360              
30361              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
30362              From: Calle Dybedahl <calle@lysator.liu.se>
30363              Date: 12 Sep 2000 19:38:02 +0200 
30364              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
30365      Branch: perl
30366            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
30367 ____________________________________________________________________________
30368 [  7066] By: gsar                                  on 2000/09/12  17:24:29
30369         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
30370              initialization in all the threads on Windows
30371      Branch: perl
30372            ! win32/win32.c
30373 ____________________________________________________________________________
30374 [  7065] By: jhi                                   on 2000/09/12  15:11:31
30375         Log: Update Changes.
30376      Branch: perl
30377            ! Changes patchlevel.h
30378 ____________________________________________________________________________
30379 [  7064] By: jhi                                   on 2000/09/12  14:54:54
30380         Log: Retract #7062, the pod tests are not ready.
30381      Branch: perl
30382            ! t/TEST t/harness
30383 ____________________________________________________________________________
30384 [  7063] By: jhi                                   on 2000/09/12  14:25:41
30385         Log: The #7054 truncated Configure badly.
30386      Branch: metaconfig/U/perl
30387            ! End.U
30388      Branch: perl
30389            ! Configure config_h.SH
30390 ____________________________________________________________________________
30391 [  7062] By: jhi                                   on 2000/09/12  14:08:32
30392         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
30393              From: sthoenna@efn.org
30394              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
30395              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
30396      Branch: perl
30397            ! t/TEST t/harness
30398 ____________________________________________________________________________
30399 [  7061] By: jhi                                   on 2000/09/12  14:07:18
30400         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
30401              From: sthoenna@efn.org
30402              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
30403              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
30404      Branch: perl
30405            ! pod/perlxs.pod
30406 ____________________________________________________________________________
30407 [  7060] By: jhi                                   on 2000/09/12  14:06:08
30408         Log: Break up the myconfig lines a bit.
30409              
30410              Subject: perlbug/perl -V output format
30411              From: sthoenna@efn.org
30412              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
30413              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
30414      Branch: perl
30415            ! myconfig.SH
30416 ____________________________________________________________________________
30417 [  7059] By: jhi                                   on 2000/09/12  14:05:04
30418         Log: Test for the #7049.
30419              
30420              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
30421              From: andreas.koenig@anima.de (Andreas J. Koenig)
30422              Date: 12 Sep 2000 06:42:01 +0200
30423              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
30424      Branch: perl
30425            ! t/op/my.t
30426 ____________________________________________________________________________
30427 [  7058] By: jhi                                   on 2000/09/12  14:03:05
30428         Log: Subject: [patch: perl@7045] vms updates
30429              From: Peter Prymmer <pvhp@forte.com>
30430              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
30431              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
30432      Branch: perl
30433            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
30434 ____________________________________________________________________________
30435 [  7057] By: jhi                                   on 2000/09/12  14:00:51
30436         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
30437              From: sthoenna@efn.org
30438              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
30439              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
30440      Branch: perl
30441            ! t/op/64bitint.t
30442 ____________________________________________________________________________
30443 [  7056] By: jhi                                   on 2000/09/12  13:58:14
30444         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
30445              From: Jeff Pinyan <jeffp@crusoe.net>
30446              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
30447              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
30448      Branch: perl
30449            ! pod/perlfunc.pod
30450 ____________________________________________________________________________
30451 [  7055] By: jhi                                   on 2000/09/12  13:56:32
30452         Log: Do in VMS as the #7054 does.
30453      Branch: perl
30454            ! configure.com
30455 ____________________________________________________________________________
30456 [  7054] By: jhi                                   on 2000/09/12  13:50:31
30457         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
30458              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30459              Date: Mon, 11 Sep 2000 08:33:09 +0100
30460              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
30461      Branch: metaconfig/U/perl
30462            ! End.U
30463      Branch: perl
30464            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
30465            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30466 ____________________________________________________________________________
30467 [  7053] By: jhi                                   on 2000/09/12  13:29:19
30468         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
30469              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30470              Date:     Tue, 12 Sep 2000 08:35:59 EDT
30471              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
30472      Branch: perl
30473            ! vms/test.com
30474 ____________________________________________________________________________
30475 [  7052] By: jhi                                   on 2000/09/11  23:01:50
30476         Log: Document the SvUTF8*().
30477      Branch: perl
30478            ! pod/perlapi.pod sv.h
30479 ____________________________________________________________________________
30480 [  7051] By: gsar                                  on 2000/09/11  14:46:30
30481         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
30482              (missed a spot when fixing up op_pmreplroot hack for ithreads)
30483      Branch: perl
30484            ! op.c t/op/split.t
30485 ____________________________________________________________________________
30486 [  7050] By: nick                                  on 2000/09/11  10:03:51
30487         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
30488              
30489              Subject: borland C++ win32.c tweak
30490              From: Vadim Konovalov <vkonovalov@lucent.com>
30491              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
30492              Date: Mon, 11 Sep 2000 11:22:33 +0400
30493      Branch: perl
30494            ! win32/win32.c
30495 ____________________________________________________________________________
30496 [  7049] By: nick                                  on 2000/09/11  09:57:33
30497         Log: Point fix for s/// on foreach (keys %xxx).
30498      Branch: perl
30499            ! pp_hot.c
30500 ____________________________________________________________________________
30501 [  7048] By: jhi                                   on 2000/09/10  23:37:09
30502         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
30503              by Pod::Text, from Brad Appleton.
30504      Branch: perl
30505            ! t/pod/testp2pt.pl
30506 ____________________________________________________________________________
30507 [  7047] By: jhi                                   on 2000/09/10  14:32:53
30508         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
30509              by Russ Allbery.
30510      Branch: perl
30511            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
30512 ____________________________________________________________________________
30513 [  7046] By: jhi                                   on 2000/09/10  14:15:08
30514         Log: Upgrade to CPAN 1.57_65, from Andreas König.
30515      Branch: perl
30516            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30517 ____________________________________________________________________________
30518 [  7045] By: jhi                                   on 2000/09/08  21:36:32
30519         Log: Update Changes.
30520      Branch: perl
30521            ! Changes patchlevel.h
30522 ____________________________________________________________________________
30523 [  7044] By: jhi                                   on 2000/09/08  21:29:56
30524         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
30525              From: Peter Prymmer <pvhp@forte.com>
30526              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
30527              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
30528      Branch: perl
30529            ! configure.com
30530 ____________________________________________________________________________
30531 [  7043] By: jhi                                   on 2000/09/08  21:27:50
30532         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
30533              From: Peter Prymmer <pvhp@forte.com>
30534              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
30535              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
30536      Branch: perl
30537            ! Makefile.SH installperl
30538 ____________________________________________________________________________
30539 [  7042] By: jhi                                   on 2000/09/08  21:23:21
30540         Log: Continue #7041.
30541      Branch: perl
30542            ! cygwin/Makefile.SHs os2/Makefile.SHs
30543 ____________________________________________________________________________
30544 [  7041] By: jhi                                   on 2000/09/08  21:18:10
30545         Log: Do away with memory models cruft.  Sorry, PDP users.
30546      Branch: metaconfig
30547            ! U/modified/cc.U U/modified/libpth.U
30548      Branch: perl
30549            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
30550            ! Porting/config_H cflags.SH config_h.SH configure.com
30551            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
30552            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
30553            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
30554 ____________________________________________________________________________
30555 [  7040] By: jhi                                   on 2000/09/08  14:34:18
30556         Log: Major rewrite of s2p.  And I mean really major, it is
30557              an implementation of sed in perl.  If called as s2p it
30558              will function as s2p.  Note: needs non-UNIXifying.
30559              
30560              Subject: s2p
30561              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30562              Date: Mon, 28 Aug 2000 14:05:12 +0200
30563              Message-ID: <39AA5578.2102E2AA@alcatel.at>
30564      Branch: perl
30565            ! x2p/s2p.PL
30566 ____________________________________________________________________________
30567 [  7039] By: jhi                                   on 2000/09/08  14:19:49
30568         Log: Re-allow vec() for characters > 255.
30569              
30570              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
30571              From: Spider Boardman <spider@web.zk3.dec.com>
30572              Date: Fri, 08 Sep 2000 02:21:02 -0400
30573              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
30574      Branch: perl
30575            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
30576            ! t/op/vec.t
30577 ____________________________________________________________________________
30578 [  7038] By: jhi                                   on 2000/09/08  14:14:18
30579         Log: Subject: [PATCH lib/Benchmark.pm]
30580              From: <abigail@foad.org>
30581              Date: Thu, 7 Sep 2000 15:03:20 -0400
30582              Message-ID: <20000907190320.888.qmail@foad.org>
30583      Branch: perl
30584            ! lib/Benchmark.pm
30585 ____________________________________________________________________________
30586 [  7037] By: jhi                                   on 2000/09/08  14:11:06
30587         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
30588              
30589              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
30590              From: Spider Boardman <spider@web.zk3.dec.com>
30591              Date: Fri, 08 Sep 2000 01:30:27 -0400
30592              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
30593      Branch: perl
30594            ! op.c
30595 ____________________________________________________________________________
30596 [  7036] By: jhi                                   on 2000/09/08  14:08:58
30597         Log: Subject: [ID 20000908.002] perlipc documentation bug.
30598              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
30599              Date: Fri, 08 Sep 2000 12:38:32 +0200
30600              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
30601      Branch: perl
30602            ! pod/perlipc.pod
30603 ____________________________________________________________________________
30604 [  7035] By: jhi                                   on 2000/09/08  14:03:12
30605         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30606              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30607              Date: Fri, 08 Sep 2000 11:47:34 +0200
30608              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
30609      Branch: perl
30610            ! hints/dec_osf.sh
30611 ____________________________________________________________________________
30612 [  7034] By: jhi                                   on 2000/09/08  13:59:35
30613         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
30614              From: Simon Cozens <simon@cozens.net>
30615              Date: Thu, 7 Sep 2000 20:40:38 +0100
30616              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
30617      Branch: perl
30618            ! pp_hot.c
30619 ____________________________________________________________________________
30620 [  7033] By: jhi                                   on 2000/09/08  04:03:03
30621         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
30622              From: "Larry W. Virden" <lvirden@cas.org>
30623              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
30624              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
30625      Branch: perl
30626            ! pod/perldiag.pod
30627 ____________________________________________________________________________
30628 [  7032] By: jhi                                   on 2000/09/07  22:18:30
30629         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
30630              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
30631              Date: Mon, 04 Sep 2000 13:16:38 -0700
30632              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
30633      Branch: perl
30634            ! lib/perl5db.pl
30635 ____________________________________________________________________________
30636 [  7031] By: jhi                                   on 2000/09/07  22:02:29
30637         Log: Fix the ccversion detection for 5.1 and beyond.
30638              
30639              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30640              From: Spider Boardman <spider@leggy.zk3.dec.com>
30641              Date: Thu, 7 Sep 2000 17:54:27 -0400
30642              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
30643      Branch: perl
30644            ! hints/dec_osf.sh
30645 ____________________________________________________________________________
30646 [  7030] By: jhi                                   on 2000/09/07  19:12:28
30647         Log: Fix for
30648              
30649              Subject: [ID 20000903.001] \w in utf8-strings
30650              From: Marc Lehmann <pcg@goof.com>
30651              Date: Sun, 03 Sep 2000 09:44:29 +0200
30652              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
30653              
30654              and various related nits.
30655      Branch: perl
30656            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
30657 ____________________________________________________________________________
30658 [  7029] By: jhi                                   on 2000/09/07  18:49:09
30659         Log: Fix the URL, but the server is still missing in action.
30660              
30661              Subject: [ID 20000905.002] perlfaq1.pod URL error
30662              From: "Larry W. Virden" <lvirden@cas.org>
30663              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
30664              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
30665      Branch: perl
30666            ! pod/perlfaq1.pod
30667 ____________________________________________________________________________
30668 [  7028] By: jhi                                   on 2000/09/07  18:47:13
30669         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
30670              From: Hugo <hv@crypt.compulink.co.uk>
30671              Date: Tue, 05 Sep 2000 14:13:37 +0100
30672              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
30673      Branch: perl
30674            ! toke.c
30675 ____________________________________________________________________________
30676 [  7027] By: jhi                                   on 2000/09/07  18:45:35
30677         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
30678              From: Daniel Chetlin <daniel@chetlin.com>
30679              Date: Tue, 5 Sep 2000 04:57:07 -0700
30680              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
30681      Branch: perl
30682            ! pod/perlfaq6.pod pod/perlop.pod
30683 ____________________________________________________________________________
30684 [  7026] By: jhi                                   on 2000/09/07  18:44:01
30685         Log: Document the new ref() semantics.
30686              
30687              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
30688              From: Gisle Aas <gisle@ActiveState.com>
30689              Date: 05 Sep 2000 08:10:30 +0200
30690              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
30691      Branch: perl
30692            ! pod/perldelta.pod
30693 ____________________________________________________________________________
30694 [  7025] By: jhi                                   on 2000/09/07  18:42:27
30695         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
30696              
30697              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
30698              From: Gisle Aas <gisle@ActiveState.com>
30699              Date: 05 Sep 2000 08:11:40 +0200
30700              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
30701      Branch: perl
30702            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
30703 ____________________________________________________________________________
30704 [  7024] By: jhi                                   on 2000/09/07  18:39:32
30705         Log: Subject: [PATCH] Modernize Opcode.pm documentation
30706              From: Gisle Aas <gisle@ActiveState.com>
30707              Date: 4 Sep 2000 00:18:55 -0000
30708              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
30709      Branch: perl
30710            ! ext/Opcode/Opcode.pm
30711 ____________________________________________________________________________
30712 [  7023] By: jhi                                   on 2000/09/07  18:37:42
30713         Log: Subject: [PATCH] Tied filehandle documentation
30714              From: Gisle Aas <gisle@ActiveState.com>
30715              Date: 4 Sep 2000 00:14:40 -0000
30716              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
30717      Branch: perl
30718            ! pod/perlfunc.pod pod/perltie.pod
30719 ____________________________________________________________________________
30720 [  7022] By: jhi                                   on 2000/09/07  18:35:37
30721         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
30722              From: Gisle Aas <gisle@ActiveState.com>
30723              Date: 4 Sep 2000 00:04:22 -0000
30724              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
30725      Branch: perl
30726            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
30727 ____________________________________________________________________________
30728 [  7021] By: jhi                                   on 2000/09/07  18:33:22
30729         Log: Subject: small apidoc fix
30730              From: Marc Lehmann <pcg@goof.com>
30731              Date: Sun, 3 Sep 2000 05:12:06 +0200
30732              Message-ID: <20000903051206.A5909@cerebro.laendle>
30733      Branch: perl
30734            ! pod/perlapi.pod utf8.c
30735 ____________________________________________________________________________
30736 [  7020] By: jhi                                   on 2000/09/07  16:14:57
30737         Log: Tiny perldelta nits.
30738      Branch: perl
30739            ! pod/perldelta.pod
30740 ____________________________________________________________________________
30741 [  7019] By: jhi                                   on 2000/09/07  16:04:20
30742         Log: Guard against bad string->int conversion for quads.
30743      Branch: perl
30744            ! t/op/64bitint.t
30745 ____________________________________________________________________________
30746 [  7018] By: jhi                                   on 2000/09/06  17:07:03
30747         Log: Update Unicode todo list.
30748      Branch: perl
30749            ! Todo-5.6
30750 ____________________________________________________________________________
30751 [  7017] By: jhi                                   on 2000/09/05  21:16:01
30752         Log: Document the SvIOK_.*UV().
30753      Branch: perl
30754            ! pod/perlapi.pod sv.h
30755 ____________________________________________________________________________
30756 [  7016] By: nick                                  on 2000/09/03  21:54:46
30757         Log: Hash lookup of constant strings optimization:
30758              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
30759              to string table (as per sharepvn). Add newSV_pvn_share to create such
30760              a thing. Make hv.c compare addresses of strings and skip string compare
30761              if equal. Make method_named and helem ops use these shared-string SVs
30762              when arg is constant. Make keys op return shared-string SVs (less clearly
30763              a win).
30764      Branch: perl
30765            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
30766            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
30767            ! pod/perlintern.pod pp_hot.c proto.h sv.c
30768 ____________________________________________________________________________
30769 [  7015] By: jhi                                   on 2000/09/02  17:48:59
30770         Log: This is 5.7.0.
30771      Branch: perl
30772            ! Changes
30773 ____________________________________________________________________________
30774 [  7014] By: jhi                                   on 2000/09/02  17:35:45
30775         Log: Changes and patchlevel tweaks.
30776      Branch: perl
30777            ! Changes patchlevel.h
30778 ____________________________________________________________________________
30779 [  7013] By: jhi                                   on 2000/09/02  17:30:50
30780         Log: Update Changes.
30781      Branch: perl
30782            ! Changes patchlevel.h
30783 ____________________________________________________________________________
30784 [  7012] By: nick                                  on 2000/09/02  17:25:20
30785         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
30786      Branch: perl
30787            ! gv.c lib/overload.pm
30788 ____________________________________________________________________________
30789 [  7011] By: jhi                                   on 2000/09/02  17:16:25
30790         Log: Update perlhist.
30791      Branch: perl
30792            ! pod/perlhist.pod
30793 ____________________________________________________________________________
30794 [  7010] By: jhi                                   on 2000/09/02  17:01:35
30795         Log: perldelta nits.
30796      Branch: perl
30797            ! pod/perldelta.pod
30798 ____________________________________________________________________________
30799 [  7009] By: nick                                  on 2000/09/02  16:48:35
30800         Log: If overloaded %{} etc. return the object do not loop.
30801              Thus  sub deref { $_[0] } functions if object is wanted type.
30802      Branch: perl
30803            ! pp.h
30804 ____________________________________________________________________________
30805 [  7008] By: jhi                                   on 2000/09/02  16:26:11
30806         Log: Retab MANIFEST.
30807      Branch: perl
30808            ! ext/Storable/MANIFEST
30809 ____________________________________________________________________________
30810 [  7007] By: jhi                                   on 2000/09/02  16:23:02
30811         Log: Make certain cc is set before trying to run it.
30812      Branch: perl
30813            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
30814 ____________________________________________________________________________
30815 [  7006] By: jhi                                   on 2000/09/02  15:45:41
30816         Log: Unicode notes.
30817      Branch: perl
30818            ! pod/perldelta.pod
30819 ____________________________________________________________________________
30820 [  7005] By: jhi                                   on 2000/09/02  15:42:11
30821         Log: Various Configure nits by Philip Newton,
30822              plus the ebcdic one by me.
30823      Branch: metaconfig
30824            + U/modified/pager.U
30825            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
30826      Branch: metaconfig/U/perl
30827            ! Devel.U quadfio.U
30828      Branch: perl
30829            ! Configure config_h.SH
30830 ____________________________________________________________________________
30831 [  7004] By: jhi                                   on 2000/09/02  15:06:14
30832         Log: Apparently avoiding the swapping is too costly.
30833              
30834              From: "Ben Tilly" <ben_tilly@hotmail.com>
30835              Subject: Re: the door is closed.
30836              Date: Fri, 01 Sep 2000 20:23:16 EDT
30837              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
30838      Branch: perl
30839            ! pod/perlfaq4.pod
30840 ____________________________________________________________________________
30841 [  7003] By: nick                                  on 2000/09/02  12:26:04
30842         Log: Undo part of change 6489 which looks like a bulk edit which
30843              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
30844              The supressing of main:: on return from select() is undesirable.
30845      Branch: perl
30846            ! pp_sys.c
30847 ____________________________________________________________________________
30848 [  7002] By: jhi                                   on 2000/09/01  23:08:54
30849         Log: Update Changes.
30850      Branch: perl
30851            ! Changes patchlevel.h
30852 ____________________________________________________________________________
30853 [  7001] By: jhi                                   on 2000/09/01  23:00:13
30854         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
30855              From: Peter Prymmer <pvhp@forte.com>
30856              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
30857              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
30858              
30859              plus rework the http: spots as suggested by Tom Christiansen,
30860              plus regen perltoc.
30861      Branch: perl
30862            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
30863            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
30864 ____________________________________________________________________________
30865 [  7000] By: jhi                                   on 2000/09/01  22:36:01
30866         Log: Only the first line, thank you very much.
30867      Branch: perl
30868            ! hints/solaris_2.sh
30869 ____________________________________________________________________________
30870 [  6999] By: gsar                                  on 2000/09/01  22:16:40
30871         Log: change#6791 accidentally clobbered change#6710, put it back
30872      Branch: perl
30873            ! win32/win32.c
30874 ____________________________________________________________________________
30875 [  6998] By: jhi                                   on 2000/09/01  22:14:16
30876         Log: Mention the HP-UX LP64 freak failure.
30877      Branch: perl
30878            ! pod/perldelta.pod
30879 ____________________________________________________________________________
30880 [  6997] By: jhi                                   on 2000/09/01  21:48:32
30881         Log: Detypo.
30882      Branch: perl
30883            ! hints/hpux.sh
30884 ____________________________________________________________________________
30885 [  6996] By: jhi                                   on 2000/09/01  21:27:10
30886         Log: Update Changes.
30887      Branch: perl
30888            ! Changes patchlevel.h
30889 ____________________________________________________________________________
30890 [  6995] By: jhi                                   on 2000/09/01  21:14:24
30891         Log: Mi splgn s gnin.g
30892      Branch: perl
30893            ! pp_ctl.c
30894 ____________________________________________________________________________
30895 [  6994] By: jhi                                   on 2000/09/01  21:09:54
30896         Log: Subject: http:// in L<>
30897              From: Nicholas Clark <nick@ccl4.org>
30898              Date: Fri, 1 Sep 2000 22:03:21 +0100
30899              Message-ID: <20000901220321.B72074@plum.flirble.org>
30900      Branch: perl
30901            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
30902 ____________________________________________________________________________
30903 [  6993] By: jhi                                   on 2000/09/01  21:06:54
30904         Log: Update to Storable 1.0, from Raphael Manfredi.
30905      Branch: perl
30906            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
30907            ! ext/Storable/Makefile.PL ext/Storable/README
30908            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30909            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
30910            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
30911            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
30912            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
30913            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
30914 ____________________________________________________________________________
30915 [  6992] By: jhi                                   on 2000/09/01  20:43:05
30916         Log: Mention known sfio+linux buglet.
30917      Branch: perl
30918            ! pod/perldelta.pod
30919 ____________________________________________________________________________
30920 [  6991] By: jhi                                   on 2000/09/01  20:40:11
30921         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
30922              From: Peter Prymmer <pvhp@forte.com>
30923              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
30924              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
30925      Branch: perl
30926            ! vms/vms.c
30927 ____________________________________________________________________________
30928 [  6990] By: jhi                                   on 2000/09/01  20:25:26
30929         Log: Retract #6986.
30930      Branch: perl
30931            ! hints/solaris_2.sh
30932 ____________________________________________________________________________
30933 [  6989] By: jhi                                   on 2000/09/01  20:23:00
30934         Log: Mergesort is back.
30935      Branch: perl
30936            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
30937 ____________________________________________________________________________
30938 [  6988] By: jhi                                   on 2000/09/01  19:37:40
30939         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
30940              From: Mike Guy <mjtg@cam.ac.uk>
30941              Date: Fri, 01 Sep 2000 17:43:33 +0100
30942              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
30943      Branch: perl
30944            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
30945            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
30946 ____________________________________________________________________________
30947 [  6987] By: jhi                                   on 2000/09/01  19:17:10
30948         Log: Regen perltoc.
30949      Branch: perl
30950            ! pod/perltoc.pod
30951 ____________________________________________________________________________
30952 [  6986] By: jhi                                   on 2000/09/01  18:51:10
30953         Log: Subject: Re: Solaris x86 has no SPARC libraries!
30954              From: Lupe Christoph <lupe@lupe-christoph.de>
30955              Date: Fri, 1 Sep 2000 20:41:20 +0200
30956              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
30957      Branch: perl
30958            ! hints/solaris_2.sh
30959 ____________________________________________________________________________
30960 [  6985] By: jhi                                   on 2000/09/01  18:28:10
30961         Log: Update Changes.
30962      Branch: perl
30963            ! Changes patchlevel.h
30964 ____________________________________________________________________________
30965 [  6984] By: jhi                                   on 2000/09/01  18:26:53
30966         Log: Feature ordering tweak.
30967      Branch: perl
30968            ! myconfig.SH
30969 ____________________________________________________________________________
30970 [  6983] By: jhi                                   on 2000/09/01  18:19:50
30971         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
30972              From: <abigail@foad.org>
30973              Date: Fri, 1 Sep 2000 13:07:32 -0400
30974              Message-ID: <20000901170732.18249.qmail@foad.org>
30975      Branch: perl
30976            ! t/pragma/overload.t
30977 ____________________________________________________________________________
30978 [  6982] By: jhi                                   on 2000/09/01  18:17:54
30979         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
30980              so that case-ignoring systems like DCL can tell them from
30981              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
30982      Branch: metaconfig/U/perl
30983            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
30984      Branch: perl
30985            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30986            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
30987            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
30988            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
30989            ! vos/config.def vos/config.h vos/config_h.SH_orig
30990            ! win32/config.bc win32/config.gc win32/config.vc
30991 ____________________________________________________________________________
30992 [  6981] By: nick                                  on 2000/09/01  17:21:57
30993         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
30994              warning when UNTIE exists and instead pass the cound of extra references to
30995              the UNTIE method.
30996      Branch: perl
30997            ! pod/perltie.pod pp_sys.c
30998 ____________________________________________________________________________
30999 [  6980] By: jhi                                   on 2000/09/01  16:54:44
31000         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
31001              From: Peter Prymmer <pvhp@forte.com>
31002              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
31003              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
31004      Branch: perl
31005            ! configure.com
31006 ____________________________________________________________________________
31007 [  6979] By: jhi                                   on 2000/09/01  16:06:20
31008         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
31009              From: Mike Guy <mjtg@cam.ac.uk> 
31010              Date: Fri, 01 Sep 2000 16:49:27 +0100
31011              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
31012      Branch: perl
31013            ! t/base/rs.t
31014 ____________________________________________________________________________
31015 [  6978] By: jhi                                   on 2000/09/01  16:00:42
31016         Log: Update to PodParser 1.18, from Brad Appleton.
31017      Branch: perl
31018            ! lib/Pod/Checker.pm t/pod/find.t
31019 ____________________________________________________________________________
31020 [  6977] By: jhi                                   on 2000/09/01  14:48:58
31021         Log: Subject: Nit in Configure (bleadperl@6961)
31022              From: Lupe Christoph <lupe@lupe-christoph.de>
31023              Date: Fri, 1 Sep 2000 16:34:29 +0200
31024              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
31025      Branch: metaconfig
31026            ! U/compline/ccflags.U
31027      Branch: perl
31028            ! Configure config_h.SH
31029 ____________________________________________________________________________
31030 [  6976] By: jhi                                   on 2000/09/01  14:39:52
31031         Log: Update Changes.
31032      Branch: perl
31033            ! Changes patchlevel.h
31034 ____________________________________________________________________________
31035 [  6975] By: jhi                                   on 2000/09/01  14:37:36
31036         Log: microperl config update.
31037      Branch: perl
31038            ! uconfig.h uconfig.sh
31039 ____________________________________________________________________________
31040 [  6974] By: jhi                                   on 2000/09/01  14:36:53
31041         Log: Document known deficiencies.
31042      Branch: perl
31043            ! pod/perldelta.pod
31044 ____________________________________________________________________________
31045 [  6973] By: jhi                                   on 2000/09/01  14:10:20
31046         Log: Mention warnings fixes and updates.
31047      Branch: perl
31048            ! pod/perldelta.pod
31049 ____________________________________________________________________________
31050 [  6972] By: jhi                                   on 2000/09/01  14:01:52
31051         Log: Drop unused argument.
31052              
31053              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
31054              From: Spider Boardman <spider@web.zk3.dec.com>
31055              Date: Thu, 31 Aug 2000 16:10:15 -0400
31056              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
31057      Branch: perl
31058            ! toke.c
31059 ____________________________________________________________________________
31060 [  6971] By: jhi                                   on 2000/09/01  13:59:24
31061         Log: Add the overload warnings to perldiag.
31062      Branch: perl
31063            ! lib/overload.pm pod/perldiag.pod
31064 ____________________________________________________________________________
31065 [  6970] By: jhi                                   on 2000/09/01  13:55:10
31066         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31067              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31068              Date: Fri, 1 Sep 2000 13:43:15 +0100 
31069              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
31070      Branch: perl
31071            ! lib/overload.pm t/pragma/overload.t
31072 ____________________________________________________________________________
31073 [  6969] By: jhi                                   on 2000/09/01  13:52:27
31074         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31075              From: <abigail@foad.org>
31076              Date: Fri, 1 Sep 2000 05:46:54 -0400
31077              Message-ID: <20000901094654.6476.qmail@foad.org>
31078      Branch: perl
31079            ! lib/overload.pm
31080 ____________________________________________________________________________
31081 [  6968] By: jhi                                   on 2000/09/01  13:50:05
31082         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
31083              From: Daniel Chetlin <daniel@chetlin.com>
31084              Date: Fri, 1 Sep 2000 02:10:55 -0700
31085              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
31086      Branch: perl
31087            ! pod/perlretut.pod
31088 ____________________________________________________________________________
31089 [  6967] By: jhi                                   on 2000/09/01  13:47:54
31090         Log: Part of the solution.
31091              
31092              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
31093              From: Mike Guy <mjtg@cam.ac.uk>
31094              Date: Fri, 01 Sep 2000 14:16:01 +0100
31095              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
31096      Branch: perl
31097            ! gv.c mg.c
31098 ____________________________________________________________________________
31099 [  6966] By: jhi                                   on 2000/09/01  13:46:17
31100         Log: Subject: CPAN.pm beta 1.57_57 for the core
31101              From: andreas.koenig@anima.de (Andreas J. Koenig)
31102              Date: 01 Sep 2000 15:16:31 +0200
31103              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
31104      Branch: perl
31105            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31106 ____________________________________________________________________________
31107 [  6965] By: jhi                                   on 2000/09/01  13:43:18
31108         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
31109              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31110              Date: Fri, 01 Sep 2000 01:47:22 -0500
31111              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
31112      Branch: perl
31113            ! pod/perldelta.pod vms/vms.c
31114 ____________________________________________________________________________
31115 [  6964] By: jhi                                   on 2000/09/01  13:35:35
31116         Log: File::Temp patches from Andreas König,
31117              
31118              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
31119              From: andreas.koenig@anima.de (Andreas J. Koenig)
31120              Date: 01 Sep 2000 10:07:20 +0200
31121              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
31122              
31123              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
31124              From: andreas.koenig@anima.de (Andreas J. Koenig)
31125              Date: 31 Aug 2000 23:26:08 +0200
31126              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
31127      Branch: perl
31128            ! lib/File/Temp.pm t/lib/ftmp-security.t
31129 ____________________________________________________________________________
31130 [  6963] By: jhi                                   on 2000/09/01  02:22:24
31131         Log: Retract the mergesort code, way too incompatible licensing
31132              and copyrights.
31133      Branch: perl
31134            ! pod/perldelta.pod pp_ctl.c
31135 ____________________________________________________________________________
31136 [  6962] By: jhi                                   on 2000/08/31  23:27:32
31137         Log: Update Changes.
31138      Branch: perl
31139            ! Changes patchlevel.h
31140 ____________________________________________________________________________
31141 [  6961] By: jhi                                   on 2000/08/31  23:20:04
31142         Log: Small tweaks all over.
31143      Branch: metaconfig
31144            ! U/compline/d_gconvert.U
31145      Branch: perl
31146            ! AUTHORS Configure config_h.SH pp_ctl.c
31147 ____________________________________________________________________________
31148 [  6960] By: jhi                                   on 2000/08/31  22:39:36
31149         Log: Further rewording.
31150      Branch: perl
31151            ! pp_ctl.c
31152 ____________________________________________________________________________
31153 [  6959] By: jhi                                   on 2000/08/31  21:26:44
31154         Log: More address tweaking.
31155      Branch: perl
31156            ! AUTHORS Changes
31157 ____________________________________________________________________________
31158 [  6958] By: jhi                                   on 2000/08/31  20:47:25
31159         Log: AUTHORS tweaks, from Peter Prymmer.
31160              
31161              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
31162              From: Peter Prymmer <pvhp@forte.com>
31163              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
31164              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
31165      Branch: perl
31166            ! AUTHORS MAINTAIN
31167 ____________________________________________________________________________
31168 [  6957] By: jhi                                   on 2000/08/31  20:34:43
31169         Log: perldelta tweaks.
31170      Branch: perl
31171            ! pod/perldelta.pod
31172 ____________________________________________________________________________
31173 [  6956] By: jhi                                   on 2000/08/31  19:11:06
31174         Log: Regen perltoc.
31175      Branch: perl
31176            ! pod/perltoc.pod
31177 ____________________________________________________________________________
31178 [  6955] By: jhi                                   on 2000/08/31  19:06:30
31179         Log: Clarify the mergesort situation.
31180      Branch: perl
31181            ! pp_ctl.c
31182 ____________________________________________________________________________
31183 [  6954] By: jhi                                   on 2000/08/31  18:24:17
31184         Log: Move the Solaris 7 scan to use64bitall, make the
31185              failure to find 64-bot sparc libc to mention the
31186              possibility of being in an intel, from Lupe and Alan.
31187      Branch: perl
31188            ! hints/solaris_2.sh
31189 ____________________________________________________________________________
31190 [  6953] By: jhi                                   on 2000/08/31  18:09:20
31191         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
31192              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
31193      Branch: metaconfig
31194            ! U/compline/d_gconvert.U U/threads/archname.U
31195      Branch: metaconfig/U/perl
31196            ! perlxv.U
31197      Branch: perl
31198            ! Configure config_h.SH sv.c
31199 ____________________________________________________________________________
31200 [  6952] By: jhi                                   on 2000/08/31  17:42:24
31201         Log: :: not allowed in pathnames, change to .
31202              
31203              Subject: [PATCH perl@6938] cygwin port
31204              From: "Fifer, Eric" <EFifer@sanwaint.com>
31205              Date: Thu, 31 Aug 2000 16:32:59 +0100
31206              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
31207      Branch: metaconfig/U/perl
31208            ! perlxv.U
31209 ____________________________________________________________________________
31210 [  6951] By: jhi                                   on 2000/08/31  17:02:05
31211         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
31212      Branch: perl
31213            ! perl.h
31214 ____________________________________________________________________________
31215 [  6950] By: jhi                                   on 2000/08/31  16:26:08
31216         Log: More author updates.
31217              
31218              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
31219              From: Simon Cozens <simon@cozens.net>
31220              Date: Thu, 31 Aug 2000 17:13:32 +0100
31221              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
31222      Branch: perl
31223            ! AUTHORS
31224 ____________________________________________________________________________
31225 [  6949] By: jhi                                   on 2000/08/31  16:04:49
31226         Log: POSIX doesn't report long double values under -Duselongdouble
31227              when the long doubles are "real" (bigger than doubles).
31228              
31229              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
31230              From: Spider Boardman <spider@peano.zk3.dec.com>
31231              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
31232              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
31233      Branch: perl
31234            ! ext/POSIX/POSIX.xs
31235 ____________________________________________________________________________
31236 [  6948] By: jhi                                   on 2000/08/31  15:25:10
31237         Log: Update Changes.
31238      Branch: perl
31239            ! Changes patchlevel.h
31240 ____________________________________________________________________________
31241 [  6947] By: jhi                                   on 2000/08/31  15:22:29
31242         Log: Document UNTIE in a very minimalistic way.
31243      Branch: perl
31244            ! pod/perlfunc.pod pod/perltie.pod
31245 ____________________________________________________________________________
31246 [  6946] By: jhi                                   on 2000/08/31  15:15:23
31247         Log: Document known failures.
31248      Branch: perl
31249            ! pod/perldelta.pod
31250 ____________________________________________________________________________
31251 [  6945] By: jhi                                   on 2000/08/31  15:07:00
31252         Log: Don't attach -ld to the archname if pointless.
31253      Branch: metaconfig
31254            ! U/threads/archname.U
31255      Branch: perl
31256            ! Configure config_h.SH
31257 ____________________________________________________________________________
31258 [  6944] By: jhi                                   on 2000/08/31  14:37:42
31259         Log: Wrap the test in eval.
31260              
31261              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
31262              From: Tim Jenness <timj@jach.hawaii.edu>
31263              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
31264              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
31265      Branch: perl
31266            ! t/lib/ftmp-security.t
31267 ____________________________________________________________________________
31268 [  6943] By: jhi                                   on 2000/08/31  14:30:57
31269         Log: Make -Dusemorebits find long doubles in Solaris.
31270      Branch: perl
31271            ! hints/solaris_2.sh
31272 ____________________________________________________________________________
31273 [  6942] By: jhi                                   on 2000/08/31  13:48:45
31274         Log: Clarify the third case of ftmp-security warnings.
31275      Branch: perl
31276            ! INSTALL
31277 ____________________________________________________________________________
31278 [  6941] By: jhi                                   on 2000/08/31  13:40:31
31279         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
31280              From: <abigail@foad.org>
31281              Date: Thu, 31 Aug 2000 01:35:05 -0400
31282              Message-ID: <20000831053505.32120.qmail@foad.org>
31283      Branch: perl
31284            ! pod/perldelta.pod
31285 ____________________________________________________________________________
31286 [  6940] By: jhi                                   on 2000/08/31  13:38:48
31287         Log: Issue useful diagnostic on unknown pod commands.
31288              
31289              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
31290              From: <abigail@foad.org>
31291              Date: Thu, 31 Aug 2000 03:41:18 -0400
31292              Message-ID: <20000831074118.24880.qmail@foad.org>
31293      Branch: perl
31294            ! lib/Pod/Man.pm
31295 ____________________________________________________________________________
31296 [  6939] By: jhi                                   on 2000/08/31  13:34:33
31297         Log: Reveal Borland's isnan.
31298              
31299              Subject: build with BC++ tweak
31300              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31301              Date: Thu, 31 Aug 2000 13:09:37 +0400
31302              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
31303      Branch: perl
31304            ! win32/win32.h
31305 ____________________________________________________________________________
31306 [  6938] By: jhi                                   on 2000/08/31  05:01:20
31307         Log: Update Changes.
31308      Branch: perl
31309            ! Changes patchlevel.h
31310 ____________________________________________________________________________
31311 [  6937] By: jhi                                   on 2000/08/31  04:26:23
31312         Log: sscanf() may be the only way to read long doubles from strings.
31313      Branch: metaconfig/U/perl
31314            ! longdblfio.U
31315      Branch: perl
31316            ! Configure config_h.SH perl.h util.c
31317 ____________________________________________________________________________
31318 [  6936] By: jhi                                   on 2000/08/31  04:18:19
31319         Log: The #6929 was too skimpy.
31320      Branch: perl
31321            ! sv.c
31322 ____________________________________________________________________________
31323 [  6935] By: jhi                                   on 2000/08/31  02:47:07
31324         Log: Subject: Re: typos in pods
31325              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31326              Date: Wed, 30 Aug 2000 19:25:34 -0700
31327              Message-ID: <eIcr5gzkg25X092yn@efn.org>
31328      Branch: perl
31329            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
31330 ____________________________________________________________________________
31331 [  6934] By: jhi                                   on 2000/08/31  02:42:55
31332         Log: Missed one Unicode file.
31333      Branch: perl
31334            + lib/unicode/UCDFF301.html
31335 ____________________________________________________________________________
31336 [  6933] By: jhi                                   on 2000/08/30  23:42:27
31337         Log: Update Changes.
31338      Branch: perl
31339            ! Changes patchlevel.h
31340 ____________________________________________________________________________
31341 [  6932] By: jhi                                   on 2000/08/30  23:40:07
31342         Log: Mention UNTIE in perldelta.  Still needs documenting
31343              in perltie et alia.
31344      Branch: perl
31345            ! pod/perldelta.pod
31346 ____________________________________________________________________________
31347 [  6931] By: jhi                                   on 2000/08/30  23:36:02
31348         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
31349              From: <abigail@foad.org>
31350              Date: Wed, 30 Aug 2000 19:28:07 -0400
31351              Message-ID: <20000830232807.305.qmail@foad.org>
31352      Branch: perl
31353            ! pod/perldelta.pod
31354 ____________________________________________________________________________
31355 [  6930] By: jhi                                   on 2000/08/30  23:32:40
31356         Log: Update to Unicode 3.0.1.
31357      Branch: perl
31358            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
31359            + lib/unicode/PropList.txt lib/unicode/README.perl
31360            + lib/unicode/UCD301.html lib/unicode/Unicode.301
31361            - lib/unicode/Props.txt lib/unicode/UCD300.html
31362            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31363            ! (edit 257 files)
31364 ____________________________________________________________________________
31365 [  6929] By: jhi                                   on 2000/08/30  22:38:18
31366         Log: Heap decorruption.
31367              
31368              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
31369              From: Alan Burlison <Alan.Burlison@uk.sun.com>
31370              Date: Wed, 30 Aug 2000 22:39:52 +0100
31371              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
31372      Branch: perl
31373            ! sv.c
31374 ____________________________________________________________________________
31375 [  6928] By: jhi                                   on 2000/08/30  22:29:34
31376         Log: Retract the dummy test, skip the security tests (instead of failing),
31377              explain what the warnings mean.
31378      Branch: perl
31379            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
31380 ____________________________________________________________________________
31381 [  6927] By: jhi                                   on 2000/08/30  22:14:13
31382         Log: Change the internal implementation of sort() to be mergesort
31383              instead of quicksort, from John Linderman <jpl@research.att.com>.
31384              Gives us better worst case, better average case, and stability.
31385              What's there not to like?  (Small fixes for threaded builds
31386              were required).
31387      Branch: perl
31388            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
31389 ____________________________________________________________________________
31390 [  6926] By: jhi                                   on 2000/08/30  20:55:20
31391         Log: A better fix for the Socket building problem from Craig Berry.
31392      Branch: perl
31393            ! vms/vms.c
31394 ____________________________________________________________________________
31395 [  6925] By: jhi                                   on 2000/08/30  20:20:25
31396         Log: Subject: [PATCH] Re: UNTIE method 
31397              From: Nick Ing-Simmons <nik@tiuk.ti.com>
31398              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
31399              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
31400      Branch: perl
31401            ! pp_sys.c t/op/tie.t
31402 ____________________________________________________________________________
31403 [  6924] By: jhi                                   on 2000/08/30  20:17:11
31404         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
31405              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31406              Date: Wed, 30 Aug 2000 15:03:14 -0500
31407              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
31408      Branch: perl
31409            ! vms/vms.c
31410 ____________________________________________________________________________
31411 [  6923] By: jhi                                   on 2000/08/30  20:15:18
31412         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
31413              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31414              Date: Wed, 30 Aug 2000 13:30:36 -0500
31415              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
31416      Branch: perl
31417            ! vms/vms.c
31418 ____________________________________________________________________________
31419 [  6922] By: jhi                                   on 2000/08/30  19:54:43
31420         Log: Better options for rsync.
31421      Branch: perl
31422            ! pod/perlhack.pod
31423 ____________________________________________________________________________
31424 [  6921] By: jhi                                   on 2000/08/30  19:40:16
31425         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
31426              From: Rick Delaney <rick@consumercontact.com>
31427              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
31428              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
31429      Branch: perl
31430            ! pod/perlfunc.pod
31431 ____________________________________________________________________________
31432 [  6920] By: jhi                                   on 2000/08/30  19:36:40
31433         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
31434              From: Peter Prymmer <pvhp@forte.com>
31435              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
31436              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
31437      Branch: perl
31438            ! configure.com
31439 ____________________________________________________________________________
31440 [  6919] By: jhi                                   on 2000/08/30  14:52:02
31441         Log: Update Changes.
31442      Branch: perl
31443            ! Changes patchlevel.h
31444 ____________________________________________________________________________
31445 [  6918] By: jhi                                   on 2000/08/30  14:48:34
31446         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
31447      Branch: perl
31448            ! lib/ExtUtils/typemap
31449 ____________________________________________________________________________
31450 [  6917] By: jhi                                   on 2000/08/30  14:46:34
31451         Log: Subject: typos in pods
31452              From: Nicholas Clark <nick@ccl4.org>
31453              Date: Wed, 30 Aug 2000 01:12:50 +0100
31454              Message-ID: <20000830011249.A61388@plum.flirble.org>
31455      Branch: perl
31456            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
31457            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
31458            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
31459            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
31460 ____________________________________________________________________________
31461 [  6916] By: jhi                                   on 2000/08/30  14:19:09
31462         Log: Document Storable problems on Crays.  (Will have
31463              to document all the other Storable problems, too.)
31464      Branch: perl
31465            ! pod/perldelta.pod
31466 ____________________________________________________________________________
31467 [  6915] By: jhi                                   on 2000/08/30  14:06:02
31468         Log: Subject: [PATCH] fix misc cast warnings
31469              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31470              Date: Tue, 29 Aug 2000 23:16:14 -0700
31471              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
31472      Branch: perl
31473            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
31474            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
31475            ! os2/os2ish.h
31476 ____________________________________________________________________________
31477 [  6914] By: jhi                                   on 2000/08/30  14:03:45
31478         Log: Timestamp mismatch again.  Need to fix this dependence on
31479              config_h.SH timestamp, since it's the contents of config_h.SH
31480              that matter.
31481      Branch: perl
31482            ! uconfig.h uconfig.sh
31483 ____________________________________________________________________________
31484 [  6913] By: jhi                                   on 2000/08/30  13:54:06
31485         Log: Don't say "Perl 5.0 source kit".
31486      Branch: perl
31487            ! perl.c
31488 ____________________________________________________________________________
31489 [  6912] By: jhi                                   on 2000/08/30  13:51:24
31490         Log: Reset archname and archname64 always, forcing them be
31491              recomputed at each Configure run, make Configure and
31492              the hints files agree on the naming of largefiles variables.
31493      Branch: metaconfig
31494            ! U/threads/archname.U
31495      Branch: metaconfig/U/perl
31496            ! use64bits.U
31497      Branch: perl
31498            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
31499            ! hints/linux.sh hints/solaris_2.sh
31500 ____________________________________________________________________________
31501 [  6911] By: jhi                                   on 2000/08/30  13:30:13
31502         Log: Put back the slice accidentally removed by #6907.
31503      Branch: perl
31504            ! hints/solaris_2.sh
31505 ____________________________________________________________________________
31506 [  6910] By: jhi                                   on 2000/08/30  01:24:26
31507         Log: Be consistent: other Net::get* do export theirs.
31508              
31509              Subject: Re: Net::protoent does not export 'getproto'
31510              From: Yasushi Nakajima <sey@jkc.co.jp>
31511              Date: Wed, 30 Aug 2000 09:53:14 +0900
31512              Message-Id: <200008300051.DAA24700@taku.hut.fi>
31513      Branch: perl
31514            ! lib/Net/protoent.pm
31515 ____________________________________________________________________________
31516 [  6909] By: jhi                                   on 2000/08/30  01:17:25
31517         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
31518              From: Gurusamy Sarathy <gsar@ActiveState.com>
31519              Date: Tue, 29 Aug 2000 17:17:07 -0700
31520              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
31521      Branch: perl
31522            ! cop.h
31523 ____________________________________________________________________________
31524 [  6908] By: jhi                                   on 2000/08/30  00:58:05
31525         Log: Update Changes.
31526      Branch: perl
31527            ! Changes patchlevel.h
31528 ____________________________________________________________________________
31529 [  6907] By: jhi                                   on 2000/08/30  00:57:22
31530         Log: Introduce ccname to keep track of what compiler kind of we have.
31531      Branch: metaconfig/U/perl
31532            ! Checkcc.U gccvers.U
31533      Branch: perl
31534            ! Configure config_h.SH hints/solaris_2.sh
31535 ____________________________________________________________________________
31536 [  6906] By: jhi                                   on 2000/08/30  00:25:47
31537         Log: Put back the flags dump as reasoned in
31538              
31539              Subject: Re: [PATCH] Glob dumping
31540              From: Mike Guy <mjtg@cam.ac.uk> 
31541              Date: Tue, 29 Aug 2000 21:41:32 +0100
31542              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
31543      Branch: perl
31544            ! dump.c t/lib/peek.t
31545 ____________________________________________________________________________
31546 [  6905] By: jhi                                   on 2000/08/30  00:16:17
31547         Log: Make the epsilon to be relative, not absolute.
31548              
31549              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
31550              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
31551              Date: Tue, 29 Aug 2000 19:58:56 -0400
31552              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
31553      Branch: perl
31554            ! t/lib/trig.t
31555 ____________________________________________________________________________
31556 [  6904] By: jhi                                   on 2000/08/30  00:13:09
31557         Log: From now on, Gisle is on my list of usual suspects :-)
31558              Retract #6902.
31559      Branch: perl
31560            ! ext/Opcode/Safe.pm
31561 ____________________________________________________________________________
31562 [  6903] By: jhi                                   on 2000/08/29  23:51:20
31563         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
31564              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31565              Date: Tue, 29 Aug 2000 18:43:26 -0500
31566              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
31567      Branch: perl
31568            + vms/vmspipe.com
31569            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
31570            ! vms/vms.c
31571 ____________________________________________________________________________
31572 [  6902] By: jhi                                   on 2000/08/29  23:44:14
31573         Log: Retry what #6882 attempted.
31574              
31575              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
31576              From: Gisle Aas <gisle@ActiveState.com>
31577              Date: 30 Aug 2000 00:33:09 +0200
31578              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
31579      Branch: perl
31580            ! ext/Opcode/Safe.pm
31581 ____________________________________________________________________________
31582 [  6901] By: jhi                                   on 2000/08/29  22:59:32
31583         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
31584              From: Hugo <hv@crypt.compulink.co.uk>
31585              Date: Mon, 12 Jun 2000 19:36:08 +0100
31586              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
31587      Branch: perl
31588            ! sv.c
31589 ____________________________________________________________________________
31590 [  6900] By: jhi                                   on 2000/08/29  22:58:35
31591         Log: Admit that we are leaking scalars.
31592              
31593              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
31594              From: Spider Boardman <spider@leggy.zk3.dec.com>
31595              Date: Tue, 29 Aug 2000 18:48:29 -0400
31596              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
31597      Branch: perl
31598            ! t/pragma/warnings.t
31599 ____________________________________________________________________________
31600 [  6899] By: jhi                                   on 2000/08/29  20:53:13
31601         Log: Update Changes.
31602      Branch: perl
31603            ! Changes patchlevel.h
31604 ____________________________________________________________________________
31605 [  6898] By: jhi                                   on 2000/08/29  20:46:21
31606         Log: Undo namespace pollution of #6878.
31607              
31608              Subject: Re: Net::protoent does not export 'getproto'
31609              From: Mike Guy <mjtg@cam.ac.uk>
31610              Date: Tue, 29 Aug 2000 21:32:37 +0100
31611              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
31612      Branch: perl
31613            ! lib/Net/protoent.pm
31614 ____________________________________________________________________________
31615 [  6897] By: jhi                                   on 2000/08/29  20:44:29
31616         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
31617              From: Peter Prymmer <pvhp@forte.com>
31618              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
31619              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
31620      Branch: perl
31621            ! pod/perlebcdic.pod
31622 ____________________________________________________________________________
31623 [  6896] By: jhi                                   on 2000/08/29  20:40:57
31624         Log: There's no point repeating the 'revision' (5) of perl5.
31625      Branch: metaconfig/U/perl
31626            ! Devel.U patchlevel.U
31627      Branch: perl
31628            ! Configure config_h.SH
31629 ____________________________________________________________________________
31630 [  6895] By: jhi                                   on 2000/08/29  20:16:58
31631         Log: Regen Configure for #6894.
31632      Branch: metaconfig/U/perl
31633            ! perladmin.U
31634      Branch: perl
31635            ! Configure config_h.SH
31636 ____________________________________________________________________________
31637 [  6894] By: jhi                                   on 2000/08/29  19:59:52
31638         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
31639              From: "Philip Newton" <Philip.Newton@gmx.net>
31640              Date: Tue, 29 Aug 2000 21:39:14 +0200
31641              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
31642      Branch: perl
31643            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
31644            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
31645            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
31646            ! utils/perlbug.PL
31647 ____________________________________________________________________________
31648 [  6893] By: jhi                                   on 2000/08/29  19:55:30
31649         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
31650              From: "Philip Newton" <Philip.Newton@gmx.net>
31651              Date: Tue, 29 Aug 2000 21:39:14 +0200
31652              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
31653      Branch: perl
31654            ! installhtml
31655 ____________________________________________________________________________
31656 [  6892] By: jhi                                   on 2000/08/29  19:53:59
31657         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
31658              From: "Philip Newton" <Philip.Newton@gmx.net>
31659              Date: Tue, 29 Aug 2000 21:48:18 +0200
31660              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
31661      Branch: perl
31662            ! lib/File/Temp.pm
31663 ____________________________________________________________________________
31664 [  6891] By: jhi                                   on 2000/08/29  18:30:03
31665         Log: Nail the ID 20000828.023.
31666      Branch: perl
31667            ! ext/Storable/Storable.xs
31668 ____________________________________________________________________________
31669 [  6890] By: jhi                                   on 2000/08/29  16:50:17
31670         Log: Under usethreads the dumped variable is IN_PAD.
31671              
31672              Subject: Re: [PATCH] Glob dumping
31673              From: Gisle Aas <gisle@ActiveState.com>
31674              Date: 29 Aug 2000 18:45:05 +0200
31675              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
31676      Branch: perl
31677            ! t/lib/peek.t
31678 ____________________________________________________________________________
31679 [  6889] By: jhi                                   on 2000/08/29  15:17:37
31680         Log: Update Changes.
31681      Branch: perl
31682            ! Changes patchlevel.h
31683 ____________________________________________________________________________
31684 [  6888] By: jhi                                   on 2000/08/29  14:49:59
31685         Log: Retract #6882, broke the safe tests.
31686      Branch: perl
31687            ! ext/Opcode/Safe.pm
31688 ____________________________________________________________________________
31689 [  6887] By: jhi                                   on 2000/08/29  14:47:06
31690         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
31691              From: Gisle Aas <gisle@ActiveState.com> 
31692              Date: 09 Jun 2000 20:00:11 +0200
31693              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
31694      Branch: perl
31695            ! utils/perldoc.PL
31696 ____________________________________________________________________________
31697 [  6886] By: jhi                                   on 2000/08/29  14:42:45
31698         Log: The #6881 removed one dump line.
31699      Branch: perl
31700            ! t/lib/peek.t
31701 ____________________________________________________________________________
31702 [  6885] By: jhi                                   on 2000/08/29  14:30:47
31703         Log: Don't forget to tidy up.
31704      Branch: perl
31705            ! t/lib/ftmp-security.t
31706 ____________________________________________________________________________
31707 [  6884] By: jhi                                   on 2000/08/29  14:25:17
31708         Log: Disabling the one test is a bit tricky.
31709      Branch: perl
31710            ! t/lib/ftmp-security.t
31711 ____________________________________________________________________________
31712 [  6883] By: jhi                                   on 2000/08/29  14:16:25
31713         Log: Disable one of the tests for now.
31714      Branch: perl
31715            ! t/lib/ftmp-security.t
31716 ____________________________________________________________________________
31717 [  6882] By: jhi                                   on 2000/08/29  14:05:50
31718         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
31719              From: gisle@aas.no
31720              Date: 29 Aug 2000 10:35:06 -0000
31721              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
31722      Branch: perl
31723            ! ext/Opcode/Safe.pm
31724 ____________________________________________________________________________
31725 [  6881] By: jhi                                   on 2000/08/29  14:03:51
31726         Log: Subject: [PATCH] Glob dumping
31727              From: Gisle Aas <gisle@ActiveState.com>
31728              Date: 29 Aug 2000 07:59:42 -0000
31729              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
31730      Branch: perl
31731            ! dump.c
31732 ____________________________________________________________________________
31733 [  6880] By: jhi                                   on 2000/08/29  14:02:01
31734         Log: Subject: [PATCH] Warnings in B::Deparse
31735              From: <abigail@foad.org>
31736              Date: Tue, 29 Aug 2000 00:00:01 -0400
31737              Message-ID: <20000829040001.2999.qmail@foad.org>
31738      Branch: perl
31739            ! ext/B/B/Deparse.pm
31740 ____________________________________________________________________________
31741 [  6879] By: jhi                                   on 2000/08/29  13:57:26
31742         Log: Missed a change in #6869.
31743      Branch: perl
31744            ! mg.c
31745 ____________________________________________________________________________
31746 [  6878] By: jhi                                   on 2000/08/29  13:45:04
31747         Log: Subject: Net::protoent does not export 'getproto'
31748              From: Yasushi Nakajima <sey@jkc.co.jp>
31749              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
31750      Branch: perl
31751            ! lib/Net/protoent.pm
31752 ____________________________________________________________________________
31753 [  6877] By: jhi                                   on 2000/08/29  13:39:19
31754         Log: Patches all over for people and the files they (hopefully) care about.
31755      Branch: perl
31756            ! AUTHORS Changes MAINTAIN
31757 ____________________________________________________________________________
31758 [  6876] By: jhi                                   on 2000/08/29  12:53:54
31759         Log: Fix for thinko in #6848.
31760              
31761              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
31762              From: Lupe Christoph <lupe@lupe-christoph.de>
31763              Date: Tue, 29 Aug 2000 09:04:08 +0200
31764              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
31765      Branch: perl
31766            ! ext/Thread/Thread.xs
31767 ____________________________________________________________________________
31768 [  6875] By: jhi                                   on 2000/08/29  12:50:14
31769         Log: Update to Getopt::Long 2.24, from Johan Vromans.
31770      Branch: perl
31771            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
31772 ____________________________________________________________________________
31773 [  6874] By: jhi                                   on 2000/08/29  02:09:53
31774         Log: Use minimal @INC in tests, most of the time just '../lib',
31775              so that we simply can't pick up stuff from other Perls than
31776              the one we are testing.  Pointed out by
31777              
31778              From: Mike Guy <mjtg@cam.ac.uk>
31779              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
31780              Date: Fri, 25 Aug 2000 15:15:59 +0100
31781              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
31782      Branch: perl
31783            ! (edit 185 files)
31784 ____________________________________________________________________________
31785 [  6873] By: jhi                                   on 2000/08/29  01:07:11
31786         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
31787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31788              Date: Mon, 28 Aug 2000 17:45:52 -0700
31789              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
31790      Branch: perl
31791            ! Makefile.SH hints/os2.sh
31792 ____________________________________________________________________________
31793 [  6872] By: jhi                                   on 2000/08/28  23:33:39
31794         Log: Subject: [PATCH bleedperl@6866] spellings
31795              From: marcel@codewerk.com (Marcel Grunauer)
31796              Date: Tue, 29 Aug 2000 01:19:59 +0200
31797              Message-Id: <200008282319.BAA29862@gandalf.local>
31798      Branch: perl
31799            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
31800            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
31801            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
31802 ____________________________________________________________________________
31803 [  6871] By: jhi                                   on 2000/08/28  23:22:09
31804         Log: Take out the SUIDMAIL thing, that will not be
31805              a problem in 5.7.*.
31806      Branch: perl
31807            ! patchlevel.h
31808 ____________________________________________________________________________
31809 [  6870] By: jhi                                   on 2000/08/28  23:19:30
31810         Log: -S is the silent flag, -s is the strip flag.
31811              
31812              Subject: [PATCH] Re: [PATCH] make no-install          
31813              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31814              Date: Mon, 28 Aug 2000 15:12:55 -0700
31815              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
31816      Branch: perl
31817            ! Makefile.SH
31818 ____________________________________________________________________________
31819 [  6869] By: jhi                                   on 2000/08/28  23:12:05
31820         Log: Subject: [PATCH bleedperl@6856] warnings fixes
31821              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31822              Date: Mon, 28 Aug 2000 23:55:06 +0100
31823              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
31824      Branch: perl
31825            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
31826            ! warnings.h warnings.pl
31827 ____________________________________________________________________________
31828 [  6868] By: jhi                                   on 2000/08/28  21:38:22
31829         Log: Potential cruft.
31830      Branch: perl
31831            ! Makefile.SH
31832 ____________________________________________________________________________
31833 [  6867] By: jhi                                   on 2000/08/28  21:35:36
31834         Log: Update Changes.
31835      Branch: perl
31836            ! Changes patchlevel.h
31837 ____________________________________________________________________________
31838 [  6866] By: jhi                                   on 2000/08/28  21:33:49
31839         Log: Subject: hv.h Doc Patch
31840              From: Fisher Mark <fisherm@tce.com>
31841              Date: Mon, 28 Aug 2000 16:24:59 -0500
31842              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
31843      Branch: perl
31844            ! hv.h
31845 ____________________________________________________________________________
31846 [  6865] By: jhi                                   on 2000/08/28  21:02:15
31847         Log: Add -ld to archname on long tr...double platforms.
31848      Branch: metaconfig
31849            ! U/threads/archname.U
31850      Branch: perl
31851            ! Configure config_h.SH
31852 ____________________________________________________________________________
31853 [  6864] By: jhi                                   on 2000/08/28  20:38:59
31854         Log: An attempt to fix the problem reported in
31855              
31856              Subject: Building perl@6856 using gcc/AIX 4.3.3 
31857              From: Daniel Muino <dmuino@afip.gov.ar> 
31858              Date: Mon, 28 Aug 2000 15:50:01 -0300   
31859              Message-ID: <20000828155001.A14403@con2-dgi>
31860              
31861              I can't test this properly since the gcc installation I have
31862              access to seems to be botched (gcc is calling the AIX cpp,
31863              a losing proposition...)
31864      Branch: perl
31865            ! hints/aix.sh
31866 ____________________________________________________________________________
31867 [  6863] By: jhi                                   on 2000/08/28  18:57:52
31868         Log: Fix for ID 20000828.001, long doubles were not formatted
31869              correctly (showed up in $], which stopped installing perl).
31870      Branch: perl
31871            ! sv.c
31872 ____________________________________________________________________________
31873 [  6862] By: jhi                                   on 2000/08/28  18:07:15
31874         Log: Typo in #6858.
31875      Branch: perl
31876            ! lib/Cwd.pm
31877 ____________________________________________________________________________
31878 [  6861] By: jhi                                   on 2000/08/28  17:57:27
31879         Log: opmini.o may be left around if a build is interrupted.
31880      Branch: perl
31881            ! Makefile.SH
31882 ____________________________________________________________________________
31883 [  6860] By: jhi                                   on 2000/08/28  16:52:50
31884         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
31885              From: Daniel Chetlin <daniel@chetlin.com>
31886              Date: Mon, 28 Aug 2000 01:14:18 -0700
31887              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
31888      Branch: perl
31889            ! lib/overload.pm
31890 ____________________________________________________________________________
31891 [  6859] By: jhi                                   on 2000/08/28  16:08:46
31892         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
31893              From: Nicholas Clark <nick@ccl4.org>
31894              Date: Mon, 28 Aug 2000 16:03:27 +0100
31895              Message-Id: <20000828160327.C49785@plum.flirble.org>
31896      Branch: perl
31897            ! ext/ByteLoader/bytecode.h
31898 ____________________________________________________________________________
31899 [  6858] By: jhi                                   on 2000/08/28  16:02:10
31900         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
31901              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
31902              Date: Mon, 28 Aug 2000 13:08:30 +0200
31903              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
31904      Branch: perl
31905            ! lib/Cwd.pm
31906 ____________________________________________________________________________
31907 [  6857] By: jhi                                   on 2000/08/28  15:42:47
31908         Log: display_format used as a class method without arguments was broken,
31909              reported in
31910              
31911              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
31912              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
31913              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
31914              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
31915      Branch: perl
31916            ! lib/Math/Complex.pm t/lib/complex.t
31917 ____________________________________________________________________________
31918 [  6856] By: jhi                                   on 2000/08/27  22:09:48
31919         Log: Update Changes.
31920      Branch: perl
31921            ! Changes patchlevel.h
31922 ____________________________________________________________________________
31923 [  6855] By: jhi                                   on 2000/08/27  21:59:21
31924         Log: Retract #6853 (false alarm).
31925      Branch: perl
31926            ! lib/ExtUtils/xsubpp
31927 ____________________________________________________________________________
31928 [  6854] By: jhi                                   on 2000/08/27  21:37:44
31929         Log: Update Changes.
31930      Branch: perl
31931            ! Changes patchlevel.h
31932 ____________________________________________________________________________
31933 [  6853] By: jhi                                   on 2000/08/27  21:37:16
31934         Log: Subject: [PATCH perl@6850] workaround for xsubpp
31935              From: Hugo <hv@crypt.compulink.co.uk>
31936              Date: Sun, 27 Aug 2000 22:30:25 +0100
31937              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
31938      Branch: perl
31939            ! lib/ExtUtils/xsubpp
31940 ____________________________________________________________________________
31941 [  6852] By: jhi                                   on 2000/08/27  21:33:58
31942         Log: Big-endian 64-bit patch from Raphael Manfredi.
31943      Branch: perl
31944            ! ext/Storable/Storable.xs
31945 ____________________________________________________________________________
31946 [  6851] By: jhi                                   on 2000/08/27  21:22:21
31947         Log: More ruthless editing from Hugo van der Sanden.
31948      Branch: perl
31949            ! pod/perldelta.pod
31950 ____________________________________________________________________________
31951 [  6850] By: jhi                                   on 2000/08/27  16:11:46
31952         Log: Update Changes.
31953      Branch: perl
31954            ! Changes patchlevel.h
31955 ____________________________________________________________________________
31956 [  6849] By: jhi                                   on 2000/08/27  16:11:05
31957         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
31958      Branch: perl
31959            ! configpm pod/perldelta.pod
31960 ____________________________________________________________________________
31961 [  6848] By: jhi                                   on 2000/08/27  15:35:08
31962         Log: Use the actual thread type, not the pointer-to-struct.
31963      Branch: perl
31964            ! ext/Thread/Thread.xs
31965 ____________________________________________________________________________
31966 [  6847] By: jhi                                   on 2000/08/27  15:30:49
31967         Log: Test nit.
31968      Branch: perl
31969            ! t/pragma/warn/pp_sys
31970 ____________________________________________________________________________
31971 [  6846] By: jhi                                   on 2000/08/27  15:19:02
31972         Log: Passing -R in ldflags makes now it to appear in the default
31973              for lddlflags, just like with -L.
31974              
31975              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31976              From: Lupe Christoph <lupe@lupe-christoph.de>
31977              Date: Sun, 27 Aug 2000 10:28:21 +0200
31978              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
31979      Branch: metaconfig/U/perl
31980            ! dlsrc.U
31981      Branch: perl
31982            ! Configure
31983 ____________________________________________________________________________
31984 [  6845] By: jhi                                   on 2000/08/27  15:08:54
31985         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31986              From: Alan Burlison <Alan.Burlison@uk.sun.com>
31987              Date: Sat, 26 Aug 2000 22:23:27 +0100
31988              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
31989      Branch: perl
31990            ! lib/ExtUtils/MM_Unix.pm
31991 ____________________________________________________________________________
31992 [  6844] By: jhi                                   on 2000/08/27  15:02:37
31993         Log: DJGPP update from Laszlo Molnar.
31994              
31995              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
31996              From: ml1050 <ml1050@freemail.hu>
31997              Date: Sat, 26 Aug 2000 23:24:40 +0200
31998              Message-Id: <20000826232440.A439@freemail.hu>
31999      Branch: perl
32000            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
32001            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
32002 ____________________________________________________________________________
32003 [  6843] By: jhi                                   on 2000/08/27  14:53:58
32004         Log: Subject: installman buglet
32005              From: Lupe Christoph <lupe@lupe-christoph.de>
32006              Date: Sun, 27 Aug 2000 14:38:59 +0200
32007              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
32008      Branch: perl
32009            ! installman
32010 ____________________________________________________________________________
32011 [  6842] By: jhi                                   on 2000/08/27  14:52:08
32012         Log: Can't get the test to reliably work thanks to the
32013              inaccurateness of floating point.  "Resolves" bug ids
32014              20000826.003, 20000826.009, 20000826.010,
32015      Branch: perl
32016            ! t/lib/trig.t
32017 ____________________________________________________________________________
32018 [  6841] By: jhi                                   on 2000/08/26  15:53:58
32019         Log: Update Changes.
32020      Branch: perl
32021            ! Changes patchlevel.h
32022 ____________________________________________________________________________
32023 [  6840] By: jhi                                   on 2000/08/26  14:23:03
32024         Log: grep -e isn't portable.
32025              
32026              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
32027              From: chris@broadband.att.com
32028              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
32029              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
32030      Branch: perl
32031            ! hints/solaris_2.sh
32032 ____________________________________________________________________________
32033 [  6839] By: jhi                                   on 2000/08/26  14:12:23
32034         Log: no-install target a la make -n.
32035              
32036              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
32037              From: <abigail@foad.org>
32038              Date: Sat, 26 Aug 2000 03:57:34 -0400
32039              Message-ID: <20000826075735.18912.qmail@foad.org>
32040      Branch: perl
32041            ! Makefile.SH installman installperl
32042 ____________________________________________________________________________
32043 [  6838] By: jhi                                   on 2000/08/26  14:06:33
32044         Log: Retract #6826 as the #6828 should be do the same
32045              in a More Correct Way.
32046      Branch: perl
32047            ! installperl
32048 ____________________________________________________________________________
32049 [  6837] By: jhi                                   on 2000/08/26  05:24:00
32050         Log: More casting.
32051      Branch: perl
32052            ! ext/Storable/Storable.xs
32053 ____________________________________________________________________________
32054 [  6836] By: jhi                                   on 2000/08/26  05:05:46
32055         Log: Nicer in decimal.
32056      Branch: perl
32057            ! ext/Storable/Storable.xs
32058 ____________________________________________________________________________
32059 [  6835] By: jhi                                   on 2000/08/26  05:03:50
32060         Log: There be no UVdf.
32061      Branch: perl
32062            ! ext/Storable/Storable.xs
32063 ____________________________________________________________________________
32064 [  6834] By: jhi                                   on 2000/08/26  05:00:18
32065         Log: Continue IVdfing and UVxfing.
32066      Branch: perl
32067            ! ext/Storable/Storable.xs
32068 ____________________________________________________________________________
32069 [  6833] By: jhi                                   on 2000/08/26  04:53:14
32070         Log: Use IVdf.
32071      Branch: perl
32072            ! ext/Storable/Storable.xs
32073 ____________________________________________________________________________
32074 [  6832] By: jhi                                   on 2000/08/26  04:40:41
32075         Log: Document PTR2XX and INT2PTR.
32076      Branch: perl
32077            ! pod/perlguts.pod
32078 ____________________________________________________________________________
32079 [  6831] By: jhi                                   on 2000/08/26  04:33:18
32080         Log: Use UVxf, PTR2UV, NVff.
32081      Branch: perl
32082            ! ext/Storable/Storable.xs
32083 ____________________________________________________________________________
32084 [  6830] By: jhi                                   on 2000/08/26  04:31:32
32085         Log: Update the test count.
32086      Branch: perl
32087            ! t/lib/trig.t
32088 ____________________________________________________________________________
32089 [  6829] By: jhi                                   on 2000/08/26  03:05:50
32090         Log: Subject: [PATCH] installation not quite silent yet.
32091              From: <abigail@foad.org>
32092              Date: Fri, 25 Aug 2000 20:07:53 -0400
32093              Message-ID: <20000826000753.7822.qmail@foad.org>
32094      Branch: perl
32095            ! installman installperl
32096 ____________________________________________________________________________
32097 [  6828] By: jhi                                   on 2000/08/26  03:05:14
32098         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
32099              From: Spider Boardman <spider@web.zk3.dec.com>
32100              Date: Fri, 25 Aug 2000 19:12:40 -0400
32101              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
32102      Branch: perl
32103            ! gv.c
32104 ____________________________________________________________________________
32105 [  6827] By: jhi                                   on 2000/08/25  23:54:34
32106         Log: Support preserving extremely big/small angles.
32107      Branch: perl
32108            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
32109 ____________________________________________________________________________
32110 [  6826] By: jhi                                   on 2000/08/25  23:01:20
32111         Log: Patch installperl to be long double-aware.
32112              
32113              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
32114              From: Spider Boardman <spider@web.zk3.dec.com>
32115              Date: Fri, 25 Aug 2000 18:15:23 -0400
32116              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
32117      Branch: perl
32118            ! installperl
32119 ____________________________________________________________________________
32120 [  6825] By: jhi                                   on 2000/08/25  22:58:25
32121         Log: Remove duplicately applied patch shards.
32122              
32123              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
32124              From: Spider Boardman <spider@leggy.zk3.dec.com>
32125              Date: Fri, 25 Aug 2000 16:45:03 -0400
32126              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
32127      Branch: perl
32128            ! t/lib/cgi-html.t
32129 ____________________________________________________________________________
32130 [  6824] By: jhi                                   on 2000/08/25  22:57:00
32131         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
32132              From: Daniel Chetlin <daniel@chetlin.com>
32133              Date: Fri, 25 Aug 2000 12:23:16 -0700
32134              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
32135              
32136              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
32137              From: Daniel Chetlin <daniel@chetlin.com>
32138              Date: Fri, 25 Aug 2000 14:47:19 -0700
32139              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
32140      Branch: perl
32141            ! installman
32142 ____________________________________________________________________________
32143 [  6823] By: jhi                                   on 2000/08/25  22:44:17
32144         Log: Timestamp problem?
32145      Branch: perl
32146            ! uconfig.h uconfig.sh
32147 ____________________________________________________________________________
32148 [  6822] By: jhi                                   on 2000/08/25  19:01:06
32149         Log: One forgotten file from #6816.
32150      Branch: perl
32151            ! vos/config.h
32152 ____________________________________________________________________________
32153 [  6821] By: jhi                                   on 2000/08/25  18:56:39
32154         Log: Regen Changes.
32155      Branch: perl
32156            ! Changes patchlevel.h
32157 ____________________________________________________________________________
32158 [  6820] By: jhi                                   on 2000/08/25  18:52:35
32159         Log: Fix Changes ordering.
32160      Branch: perl
32161            ! Changes
32162 ____________________________________________________________________________
32163 [  6819] By: jhi                                   on 2000/08/25  18:50:25
32164         Log: Update Changes.
32165      Branch: perl
32166            ! Changes patchlevel.h
32167 ____________________________________________________________________________
32168 [  6818] By: jhi                                   on 2000/08/25  18:47:45
32169         Log: Tweak the sfio/useperlio logic, hopefully as wished in
32170              
32171              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
32172              From: Nicholas Clark <nick@babyhippo.co.uk>
32173              Date: Fri, 25 Aug 2000 12:01:45 +0100
32174              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
32175      Branch: metaconfig/U/perl
32176            ! d_sfio.U
32177      Branch: perl
32178            ! Configure
32179 ____________________________________________________________________________
32180 [  6817] By: jhi                                   on 2000/08/25  18:32:51
32181         Log: Allow microperl to assume <math.h>, without it the math
32182              functions like floor() are assumed to return int, which makes
32183              for core dumps in machines where integer and floating register
32184              don't mix.
32185      Branch: perl
32186            ! uconfig.h uconfig.sh
32187 ____________________________________________________________________________
32188 [  6816] By: jhi                                   on 2000/08/25  18:27:17
32189         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
32190              the problem reported in
32191              
32192              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
32193              From: danhale@us.ibm.com
32194              Date: Fri, 25 Aug 2000 10:58:06 -0400
32195              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
32196      Branch: metaconfig/U/perl
32197            + d_socks5_init.U
32198      Branch: perl
32199            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
32200            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
32201            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
32202            ! win32/config.gc win32/config.vc
32203 ____________________________________________________________________________
32204 [  6815] By: jhi                                   on 2000/08/25  17:43:31
32205         Log: A solution for the retrieve_fd autosplit warning,
32206              idea suggested by Mike Guy.
32207      Branch: perl
32208            ! ext/Storable/Storable.pm
32209 ____________________________________________________________________________
32210 [  6814] By: jhi                                   on 2000/08/25  17:16:03
32211         Log: Add install-silent target.
32212      Branch: perl
32213            ! Makefile.SH
32214 ____________________________________________________________________________
32215 [  6813] By: jhi                                   on 2000/08/25  17:14:23
32216         Log: Subject: Re: [PATCH] More silencing of installman.
32217              From: <abigail@foad.org>
32218              Date: Thu, 24 Aug 2000 19:27:03 -0400
32219              Message-ID: <20000824232703.7001.qmail@foad.org>
32220              
32221              Subject: Re: [PATCH] More silencing of installman.
32222              From: <abigail@foad.org>
32223              Date: Fri, 25 Aug 2000 03:00:58 -0400
32224              Message-ID: <20000825070058.10697.qmail@foad.org>
32225      Branch: perl
32226            ! installman
32227 ____________________________________________________________________________
32228 [  6812] By: jhi                                   on 2000/08/25  17:11:28
32229         Log: installperl --verbose and --silent.
32230              
32231              Subject: Re: [PATCH] More silencing of installman.
32232              From: <abigail@foad.org>
32233              Message-ID: <20000825064430.9719.qmail@foad.org>
32234              Date: Fri, 25 Aug 2000 02:44:30 -0400
32235      Branch: perl
32236            ! installperl
32237 ____________________________________________________________________________
32238 [  6811] By: jhi                                   on 2000/08/25  17:05:43
32239         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
32240              From: "Peter J. Farley III" <pjfarley@banet.net>
32241              Date: Thu, 24 Aug 2000 21:58:03 -0400
32242              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
32243              
32244              (applied slightly modified)
32245      Branch: perl
32246            ! lib/ExtUtils/MM_Unix.pm
32247 ____________________________________________________________________________
32248 [  6810] By: jhi                                   on 2000/08/25  17:01:18
32249         Log: Missing parts of 
32250              
32251              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
32252              From: Peter Prymmer <pvhp@forte.com>
32253              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
32254              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
32255      Branch: perl
32256            ! t/lib/cgi-html.t
32257 ____________________________________________________________________________
32258 [  6809] By: jhi                                   on 2000/08/25  16:46:32
32259         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
32260              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32261              Date: Thu, 24 Aug 2000 19:13:11 -0500
32262              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
32263      Branch: perl
32264            ! vms/vms.c
32265 ____________________________________________________________________________
32266 [  6808] By: jhi                                   on 2000/08/25  16:39:22
32267         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
32268              From: Peter Prymmer <pvhp@forte.com>
32269              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
32270              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
32271      Branch: perl
32272            ! configure.com
32273 ____________________________________________________________________________
32274 [  6807] By: jhi                                   on 2000/08/25  16:36:37
32275         Log: Better wording for the vec lvalue diagnostic.
32276              
32277              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32278              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32279              Date: Wed, 23 Aug 2000 14:12:16 -0400
32280              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
32281      Branch: perl
32282            ! pod/perldiag.pod
32283 ____________________________________________________________________________
32284 [  6806] By: jhi                                   on 2000/08/24  18:17:22
32285         Log: Subject: [PATCH] More silencing of installman.
32286              From: <abigail@foad.org>
32287              Date: Thu, 24 Aug 2000 14:01:44 -0400
32288              Message-ID: <20000824180144.20062.qmail@foad.org>
32289      Branch: perl
32290            ! installman
32291 ____________________________________________________________________________
32292 [  6805] By: jhi                                   on 2000/08/24  15:00:31
32293         Log: Update Changes.
32294      Branch: perl
32295            ! Changes patchlevel.h
32296 ____________________________________________________________________________
32297 [  6804] By: jhi                                   on 2000/08/24  14:59:07
32298         Log: Regen perltoc.
32299      Branch: perl
32300            ! pod/perltoc.pod
32301 ____________________________________________________________________________
32302 [  6803] By: jhi                                   on 2000/08/24  14:44:39
32303         Log: Show the doc file, not the temp file.
32304      Branch: perl
32305            ! installman
32306 ____________________________________________________________________________
32307 [  6802] By: jhi                                   on 2000/08/24  14:41:53
32308         Log: Continue silencing.
32309      Branch: perl
32310            ! installman
32311 ____________________________________________________________________________
32312 [  6801] By: jhi                                   on 2000/08/24  14:34:40
32313         Log: Actually do something with the silencer option.
32314      Branch: perl
32315            ! installman
32316 ____________________________________________________________________________
32317 [  6800] By: jhi                                   on 2000/08/24  14:26:22
32318         Log: Make installman to recognize the silence flag -S.
32319      Branch: perl
32320            ! installman
32321 ____________________________________________________________________________
32322 [  6799] By: jhi                                   on 2000/08/24  13:49:38
32323         Log: DOS patches and portability/porting notes, from Tim Jenness.
32324      Branch: perl
32325            ! lib/File/Temp.pm
32326 ____________________________________________________________________________
32327 [  6798] By: jhi                                   on 2000/08/24  13:48:27
32328         Log: Create directories in silence.
32329              
32330              Subject: [PATCH] Another silencer for MakeMaker
32331              From: andreas.koenig@anima.de (Andreas J. Koenig)
32332              Date: 24 Aug 2000 14:18:52 +0200
32333              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
32334      Branch: perl
32335            ! lib/ExtUtils/Command.pm
32336 ____________________________________________________________________________
32337 [  6797] By: jhi                                   on 2000/08/24  13:46:42
32338         Log: More liberal parsing of version numbers.
32339              
32340              Subject: Re: CPAN.pm beta for testing available
32341              From: andreas.koenig@anima.de (Andreas J. Koenig)
32342              Date: 24 Aug 2000 13:51:57 +0200
32343              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
32344      Branch: perl
32345            ! lib/CPAN.pm
32346 ____________________________________________________________________________
32347 [  6796] By: jhi                                   on 2000/08/24  13:44:36
32348         Log: Make "make install" by default silent.  A new "install-verbose"
32349              target is verbose.
32350      Branch: perl
32351            ! Makefile.SH
32352 ____________________________________________________________________________
32353 [  6795] By: jhi                                   on 2000/08/24  13:39:14
32354         Log: Add silencer flags to installperl.
32355              
32356              Subject: [PATCH] Making installperl silent.
32357              From: <abigail@foad.org>
32358              Date: Thu, 24 Aug 2000 05:01:45 -0400
32359              Message-ID: <20000824090145.13141.qmail@foad.org>
32360      Branch: perl
32361            ! installperl
32362 ____________________________________________________________________________
32363 [  6794] By: jhi                                   on 2000/08/24  13:35:50
32364         Log: installperl couldn't tell whether it had run tests or not.
32365              
32366              Subject: [PATCH] Re: installperl and t/TEST
32367              From: <abigail@foad.org>
32368              Date: Thu, 24 Aug 2000 04:00:53 -0400
32369              Message-ID: <20000824080053.2494.qmail@foad.org>
32370      Branch: perl
32371            ! Makefile.SH installperl
32372 ____________________________________________________________________________
32373 [  6793] By: jhi                                   on 2000/08/24  13:27:50
32374         Log: Drop the separate perlbc, perlcc -b should be enough.
32375      Branch: perl
32376            - utils/perlbc.PL
32377            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
32378 ____________________________________________________________________________
32379 [  6792] By: jhi                                   on 2000/08/24  04:41:30
32380         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
32381              plus the typo fix from Peter Prymmer.
32382      Branch: perl
32383            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
32384            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32385 ____________________________________________________________________________
32386 [  6791] By: jhi                                   on 2000/08/24  02:10:43
32387         Log: Replace #6705 with a minimal doc patch.
32388              
32389              Subject: [PATCH 5.6.0] replace change #6705
32390              From: Jan Dubois <jand@ActiveState.com>
32391              Date: Wed, 23 Aug 2000 18:31:51 -0700
32392              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
32393      Branch: perl
32394            ! lib/Win32.pod win32/win32.c
32395 ____________________________________________________________________________
32396 [  6790] By: jhi                                   on 2000/08/23  17:52:00
32397         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32398              From: Mike Guy <mjtg@cam.ac.uk>
32399              Date: Wed, 23 Aug 2000 18:38:46 +0100
32400              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
32401      Branch: perl
32402            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
32403 ____________________________________________________________________________
32404 [  6789] By: jhi                                   on 2000/08/23  15:34:21
32405         Log: Update Changes.
32406      Branch: perl
32407            ! Changes patchlevel.h
32408 ____________________________________________________________________________
32409 [  6788] By: jhi                                   on 2000/08/23  15:33:40
32410         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
32411              From: Wilfredo Sánchez <wsanchez@apple.com>
32412              Date: Tue, 22 Aug 2000 19:31:27 -0700
32413              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
32414      Branch: perl
32415            ! perl.h
32416 ____________________________________________________________________________
32417 [  6787] By: jhi                                   on 2000/08/23  15:29:31
32418         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
32419              From: Spider Boardman <spider@leggy.zk3.dec.com>
32420              Date: Wed, 23 Aug 2000 10:33:23 -0400
32421              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
32422      Branch: perl
32423            ! lib/Pod/Html.pm
32424 ____________________________________________________________________________
32425 [  6786] By: jhi                                   on 2000/08/23  15:28:11
32426         Log: Bad makefile.
32427      Branch: perl
32428            ! ext/B/Makefile.PL
32429 ____________________________________________________________________________
32430 [  6785] By: jhi                                   on 2000/08/23  14:37:04
32431         Log: Update Changes.
32432      Branch: perl
32433            ! Changes patchlevel.h
32434 ____________________________________________________________________________
32435 [  6784] By: jhi                                   on 2000/08/23  13:58:41
32436         Log: Portability fix from Hugo van der Sanden.
32437      Branch: perl
32438            ! ext/re/Makefile.PL
32439 ____________________________________________________________________________
32440 [  6783] By: jhi                                   on 2000/08/23  13:53:53
32441         Log: Storable support, v-version fixes.
32442              
32443              Subject: CPAN.pm beta for testing available
32444              From: andreas.koenig@anima.de (Andreas J. Koenig)
32445              Date: 22 Aug 2000 23:31:33 +0200
32446              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
32447      Branch: perl
32448            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32449 ____________________________________________________________________________
32450 [  6782] By: jhi                                   on 2000/08/23  13:51:26
32451         Log: Mac and other portability updates from Chris Nandor.
32452      Branch: perl
32453            ! pod/perlmodinstall.pod
32454 ____________________________________________________________________________
32455 [  6781] By: jhi                                   on 2000/08/23  13:47:33
32456         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
32457              From: Peter Prymmer <pvhp@forte.com>
32458              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
32459              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
32460      Branch: perl
32461            ! ext/Storable/Storable.xs
32462 ____________________________________________________________________________
32463 [  6780] By: jhi                                   on 2000/08/23  13:33:34
32464         Log: VMS MMS (make) wants null action.
32465      Branch: perl
32466            ! ext/B/Makefile.PL
32467 ____________________________________________________________________________
32468 [  6779] By: jhi                                   on 2000/08/22  19:44:47
32469         Log: Forgot portability nit.
32470      Branch: perl
32471            ! t/lib/st-forgive.t
32472 ____________________________________________________________________________
32473 [  6778] By: jhi                                   on 2000/08/22  19:35:25
32474         Log: Be portable.
32475      Branch: perl
32476            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
32477            ! t/lib/st-store.t
32478 ____________________________________________________________________________
32479 [  6777] By: jhi                                   on 2000/08/22  18:50:53
32480         Log: Update Changes.
32481      Branch: perl
32482            ! Changes patchlevel.h
32483 ____________________________________________________________________________
32484 [  6776] By: jhi                                   on 2000/08/22  18:44:46
32485         Log: cSVOPo_*v things index into the current PL_curpad
32486              under ithreads, which is different from the curpad
32487              used by the XSUB.  (In other words, the code as-is
32488              before this patch wouldn't work under ithreads.)
32489              From Sarathy.
32490      Branch: perl
32491            ! ext/B/B.xs
32492 ____________________________________________________________________________
32493 [  6775] By: jhi                                   on 2000/08/22  18:18:37
32494         Log: Make the selection of NVff et al stricter.
32495      Branch: metaconfig/U/perl
32496            ! perlxvf.U
32497      Branch: perl
32498            ! Configure config_h.SH
32499 ____________________________________________________________________________
32500 [  6774] By: jhi                                   on 2000/08/22  17:19:42
32501         Log: perldelta nits.
32502      Branch: perl
32503            ! pod/perldelta.pod
32504 ____________________________________________________________________________
32505 [  6773] By: jhi                                   on 2000/08/22  17:06:26
32506         Log: Long double fixes from Spider Boardman.
32507              
32508              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
32509              From: system PRIVILEGED account <root@peano.zk3.dec.com>
32510              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
32511              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
32512      Branch: perl
32513            ! t/lib/bigfltpm.t t/lib/st-06compat.t
32514 ____________________________________________________________________________
32515 [  6772] By: jhi                                   on 2000/08/22  15:04:53
32516         Log: Update Changes.
32517      Branch: perl
32518            ! Changes patchlevel.h
32519 ____________________________________________________________________________
32520 [  6771] By: jhi                                   on 2000/08/22  15:01:44
32521         Log: perldelta fixes from Hugo van der Sanden.
32522      Branch: perl
32523            ! pod/perldelta.pod
32524 ____________________________________________________________________________
32525 [  6770] By: jhi                                   on 2000/08/22  14:34:49
32526         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
32527              From: Hugo <hv@crypt.compulink.co.uk>
32528              Date: Tue, 22 Aug 2000 11:21:53 +0100
32529              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
32530      Branch: perl
32531            ! regcomp.c
32532 ____________________________________________________________________________
32533 [  6769] By: jhi                                   on 2000/08/22  14:30:02
32534         Log: Add Yitzchak, reformat.
32535      Branch: perl
32536            ! Changes config_h.SH
32537 ____________________________________________________________________________
32538 [  6768] By: jhi                                   on 2000/08/22  14:21:35
32539         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
32540              and Spider Boardman.
32541      Branch: metaconfig
32542            ! U/compline/d_gconvert.U
32543      Branch: perl
32544            ! Configure
32545 ____________________________________________________________________________
32546 [  6767] By: jhi                                   on 2000/08/22  14:11:24
32547         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
32548              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32549              Date: Mon, 21 Aug 2000 19:08:31 -0700
32550              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
32551      Branch: perl
32552            - ext/Storable/patchlevel.h
32553            ! MANIFEST ext/Storable/MANIFEST
32554 ____________________________________________________________________________
32555 [  6766] By: jhi                                   on 2000/08/22  13:49:29
32556         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
32557              From: Peter Prymmer <pvhp@forte.com>
32558              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
32559              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
32560      Branch: perl
32561            ! configure.com ext/Storable/Makefile.PL
32562 ____________________________________________________________________________
32563 [  6765] By: jhi                                   on 2000/08/22  13:44:59
32564         Log: Subject: [PATCH blead] B:: missing dependency
32565              From: Hugo <hv@crypt.compulink.co.uk>
32566              Date: Tue, 22 Aug 2000 06:44:33 +0100
32567              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
32568      Branch: perl
32569            ! ext/B/Makefile.PL
32570 ____________________________________________________________________________
32571 [  6764] By: jhi                                   on 2000/08/22  13:38:12
32572         Log: More bytecompiler.
32573      Branch: perl
32574            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
32575 ____________________________________________________________________________
32576 [  6763] By: jhi                                   on 2000/08/22  13:36:44
32577         Log: Bytecompiler patches from Benjamin Stuhl.
32578      Branch: perl
32579            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
32580            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32581            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
32582            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32583            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
32584            ! perl.c perlapi.h pod/perldelta.pod
32585 ____________________________________________________________________________
32586 [  6762] By: jhi                                   on 2000/08/21  23:43:40
32587         Log: An obsoleted diagnostic.
32588      Branch: perl
32589            ! pod/perldelta.pod
32590 ____________________________________________________________________________
32591 [  6761] By: jhi                                   on 2000/08/21  23:01:45
32592         Log: The #6759 wasn't quite right.
32593      Branch: perl
32594            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32595            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
32596            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32597            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32598            ! t/lib/st-tieditems.t
32599 ____________________________________________________________________________
32600 [  6760] By: jhi                                   on 2000/08/21  22:35:49
32601         Log: Be verydeepclean.
32602      Branch: perl
32603            ! Makefile.SH
32604 ____________________________________________________________________________
32605 [  6759] By: jhi                                   on 2000/08/21  22:25:40
32606         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
32607              From: Peter Prymmer <pvhp@forte.com>
32608              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
32609              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
32610      Branch: perl
32611            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32612            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
32613            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32614            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32615            ! t/lib/st-tieditems.t
32616 ____________________________________________________________________________
32617 [  6758] By: jhi                                   on 2000/08/21  22:22:32
32618         Log: Few more casts, need reported in
32619              
32620              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
32621              From: Mike Stok <mike@stok.co.uk>
32622              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
32623              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
32624              
32625              and
32626              
32627              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
32628              From: abigail@foad.org
32629              Date: 21 Aug 2000 21:31:34 -0000
32630              Message-Id: <20000821213134.30170.qmail@foad.org>
32631      Branch: perl
32632            ! ext/Storable/Storable.xs
32633 ____________________________________________________________________________
32634 [  6757] By: jhi                                   on 2000/08/21  18:37:07
32635         Log: Update Changes.
32636      Branch: perl
32637            ! Changes patchlevel.h
32638 ____________________________________________________________________________
32639 [  6756] By: jhi                                   on 2000/08/21  18:34:02
32640         Log: A pod nit.
32641              
32642              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
32643              From: <abigail@foad.org>
32644              Date: Mon, 21 Aug 2000 14:00:16 -0400
32645              Message-ID: <20000821180016.28627.qmail@foad.org>
32646      Branch: perl
32647            ! pod/perlre.pod
32648 ____________________________________________________________________________
32649 [  6755] By: jhi                                   on 2000/08/21  18:30:56
32650         Log: Use PodParser 1.18 new test.
32651      Branch: perl
32652            ! t/pod/special_seqs.t t/pod/special_seqs.xr
32653 ____________________________________________________________________________
32654 [  6754] By: jhi                                   on 2000/08/21  18:28:35
32655         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
32656              patches cannot be applied since #6712 conflicts.
32657      Branch: perl
32658            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
32659 ____________________________________________________________________________
32660 [  6753] By: jhi                                   on 2000/08/21  18:15:11
32661         Log: Weed out some smaller changes.
32662      Branch: perl
32663            ! pod/perldelta.pod
32664 ____________________________________________________________________________
32665 [  6752] By: jhi                                   on 2000/08/21  18:02:30
32666         Log: Also under djgpp the timestamps are funky.
32667      Branch: perl
32668            ! t/op/stat.t
32669 ____________________________________________________________________________
32670 [  6751] By: jhi                                   on 2000/08/21  17:55:56
32671         Log: Tweak the floating point output routine preferences.
32672      Branch: metaconfig
32673            ! U/compline/d_gconvert.U
32674      Branch: perl
32675            ! Configure
32676 ____________________________________________________________________________
32677 [  6750] By: jhi                                   on 2000/08/21  17:51:29
32678         Log: Unicos/mk requires elaborate paranoia.
32679      Branch: perl
32680            ! lib/Math/Complex.pm
32681 ____________________________________________________________________________
32682 [  6749] By: gsar                                  on 2000/08/21  16:53:31
32683         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
32684      Branch: perl
32685            ! lib/Cwd.pm
32686 ____________________________________________________________________________
32687 [  6748] By: gsar                                  on 2000/08/21  16:22:19
32688         Log: free TLS slot properly on Windows
32689      Branch: perl
32690            ! thread.h win32/perllib.c win32/win32thread.h
32691 ____________________________________________________________________________
32692 [  6747] By: jhi                                   on 2000/08/21  16:20:58
32693         Log: Rename the macro argument because some preprocessors
32694              can't tell the difference and expand arguments also inside
32695              double quoted strings.
32696      Branch: perl
32697            ! regcomp.c
32698 ____________________________________________________________________________
32699 [  6746] By: jhi                                   on 2000/08/21  16:09:41
32700         Log: Support long doubles in Storable.
32701              
32702              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
32703              From: Radu Greab <radu@netsoft.ro>
32704              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
32705              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
32706      Branch: perl
32707            ! ext/Storable/Storable.xs
32708 ____________________________________________________________________________
32709 [  6745] By: jhi                                   on 2000/08/21  15:51:40
32710         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
32711              From: "Fifer, Eric" <EFifer@sanwaint.com>
32712              Date: Mon, 21 Aug 2000 15:34:49 +0100
32713              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
32714      Branch: perl
32715            ! t/pragma/warn/9enabled
32716 ____________________________________________________________________________
32717 [  6744] By: jhi                                   on 2000/08/21  15:39:35
32718         Log: Document the endianness of Alpha more precisely.
32719      Branch: perl
32720            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
32721            ! pod/perlport.pod
32722 ____________________________________________________________________________
32723 [  6743] By: jhi                                   on 2000/08/21  14:47:05
32724         Log: perldelta fixes from the p5p crowd.
32725      Branch: perl
32726            ! pod/perldelta.pod pod/perlop.pod
32727 ____________________________________________________________________________
32728 [  6742] By: jhi                                   on 2000/08/21  13:34:51
32729         Log: Update to Pod::LaTeX 0.53.
32730              
32731              Subject: [PATCH] lib/Pod/LaTeX.pm updates
32732              From: Tim Jenness <timj@jach.hawaii.edu>
32733              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
32734              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
32735      Branch: perl
32736            ! lib/Pod/LaTeX.pm
32737 ____________________________________________________________________________
32738 [  6741] By: jhi                                   on 2000/08/21  13:33:01
32739         Log: Subject: [PATCH] os2.c fix for use64bitint
32740              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32741              Date: Mon, 21 Aug 2000 01:32:25 -0700
32742              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
32743      Branch: perl
32744            ! os2/os2.c
32745 ____________________________________________________________________________
32746 [  6740] By: jhi                                   on 2000/08/21  13:28:52
32747         Log: Array context keeps slithering in.
32748              
32749              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
32750              From: Daniel Chetlin <daniel@chetlin.com>
32751              Date: Sun, 20 Aug 2000 21:40:25 -0700
32752              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
32753      Branch: perl
32754            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
32755            ! pod/perldebtut.pod
32756 ____________________________________________________________________________
32757 [  6739] By: jhi                                   on 2000/08/21  13:23:55
32758         Log: Big-endian quad fixes for Storable from Radu Greab,
32759              plus few explicit null casts for picky compilers.
32760      Branch: perl
32761            ! ext/Storable/Storable.xs
32762 ____________________________________________________________________________
32763 [  6738] By: gsar                                  on 2000/08/21  05:56:13
32764         Log: small tweaks for change#6705: avoid C++ style comments in C code;
32765              use Perl's malloc API rather than the low level system one
32766      Branch: perl
32767            ! win32/win32.c
32768 ____________________________________________________________________________
32769 [  6737] By: gsar                                  on 2000/08/21  05:35:41
32770         Log: add Storable to list of extensions on Windows
32771      Branch: perl
32772            ! win32/Makefile win32/makefile.mk
32773 ____________________________________________________________________________
32774 [  6736] By: jhi                                   on 2000/08/21  02:57:53
32775         Log: Update Changes.
32776      Branch: perl
32777            ! Changes patchlevel.h
32778 ____________________________________________________________________________
32779 [  6735] By: jhi                                   on 2000/08/21  02:57:20
32780         Log: Draft 0.
32781      Branch: perl
32782            ! pod/perldelta.pod
32783 ____________________________________________________________________________
32784 [  6734] By: jhi                                   on 2000/08/21  02:57:03
32785         Log: Add Storable 0.7.2 from Raphael Manfredi,
32786              plus the patch from
32787              
32788              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
32789              From: Radu Greab <radu@netsoft.ro>
32790              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
32791              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
32792              
32793              plus changes to get Storable to compile with
32794              picky ANSI compilers.
32795      Branch: perl
32796            + ext/Storable/ChangeLog ext/Storable/MANIFEST
32797            + ext/Storable/Makefile.PL ext/Storable/README
32798            + ext/Storable/Storable.pm ext/Storable/Storable.xs
32799            + ext/Storable/patchlevel.h t/lib/st-06compat.t
32800            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
32801            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
32802            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32803            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32804            + t/lib/st-tieditems.t
32805            ! MANIFEST
32806 ____________________________________________________________________________
32807 [  6733] By: jhi                                   on 2000/08/21  02:29:09
32808         Log: The correct cleaning order is an art.
32809      Branch: perl
32810            ! Makefile.SH
32811 ____________________________________________________________________________
32812 [  6732] By: jhi                                   on 2000/08/21  01:23:39
32813         Log: The #6724 is here.
32814      Branch: perl
32815            ! t/lib/ftmp-security.t
32816 ____________________________________________________________________________
32817 [  6731] By: jhi                                   on 2000/08/20  23:17:03
32818         Log: s/this one/the 5.6.0 release/
32819      Branch: perl
32820            ! pod/perl56delta.pod
32821 ____________________________________________________________________________
32822 [  6730] By: jhi                                   on 2000/08/20  23:07:34
32823         Log: Mention perlebcdic and perlposix-bc.
32824      Branch: perl
32825            ! pod/perlport.pod
32826 ____________________________________________________________________________
32827 [  6729] By: jhi                                   on 2000/08/20  21:32:59
32828         Log: Document the number of exponent digits.
32829      Branch: perl
32830            ! pod/perlfunc.pod
32831 ____________________________________________________________________________
32832 [  6728] By: jhi                                   on 2000/08/20  21:16:47
32833         Log: Use File::Spec->tmpdir().
32834              
32835              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
32836              From: Tim Jenness <timj@jach.hawaii.edu>
32837              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
32838              MIME-Version: 1.0
32839              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
32840      Branch: perl
32841            ! utils/perlbug.PL
32842 ____________________________________________________________________________
32843 [  6727] By: jhi                                   on 2000/08/20  20:43:32
32844         Log: Update Changes.
32845      Branch: perl
32846            ! Changes patchlevel.h
32847 ____________________________________________________________________________
32848 [  6726] By: jhi                                   on 2000/08/20  20:41:44
32849         Log: The veryclean target needs to clobber.
32850      Branch: perl
32851            ! Makefile.SH
32852 ____________________________________________________________________________
32853 [  6725] By: jhi                                   on 2000/08/20  20:37:38
32854         Log: Document odd vs even subreleases and -Dusedevel.
32855      Branch: perl
32856            ! INSTALL
32857 ____________________________________________________________________________
32858 [  6724] By: jhi                                   on 2000/08/20  19:58:05
32859         Log: Use temporary directory instead of current directory.
32860              
32861              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
32862              From: Tim Jenness <timj@jach.hawaii.edu>
32863              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
32864              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
32865      Branch: perl
32866            ! t/lib/ftmp-security.t
32867 ____________________________________________________________________________
32868 [  6723] By: jhi                                   on 2000/08/20  19:55:55
32869         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
32870              From: andreas.koenig@anima.de (Andreas J. Koenig)
32871              Date: 20 Aug 2000 15:52:03 +0200
32872              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
32873      Branch: perl
32874            ! lib/ExtUtils/MM_Unix.pm
32875 ____________________________________________________________________________
32876 [  6722] By: jhi                                   on 2000/08/20  19:46:01
32877         Log: Update to CGI 2.72, from Lincoln Stein.
32878      Branch: perl
32879            ! lib/CGI.pm
32880 ____________________________________________________________________________
32881 [  6721] By: jhi                                   on 2000/08/20  19:43:54
32882         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
32883              From: Radu Greab <radu@netsoft.ro>
32884              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
32885              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
32886      Branch: perl
32887            ! ext/GDBM_File/GDBM_File.xs
32888 ____________________________________________________________________________
32889 [  6720] By: jhi                                   on 2000/08/20  19:42:01
32890         Log: pp_open() could pass an uninitialized filename down to do_open9().
32891      Branch: perl
32892            ! pp_sys.c
32893 ____________________________________________________________________________
32894 [  6719] By: jhi                                   on 2000/08/20  14:06:41
32895         Log: UTF8 concat fixes.
32896              
32897              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
32898              From: Hugo <hv@crypt.compulink.co.uk>
32899              Date: Sun, 20 Aug 2000 07:30:46 +0100
32900              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
32901      Branch: perl
32902            ! pp_hot.c t/op/append.t
32903 ____________________________________________________________________________
32904 [  6718] By: jhi                                   on 2000/08/20  02:09:37
32905         Log: Let's try #6717 again.
32906      Branch: perl
32907            ! lib/File/Temp.pm
32908 ____________________________________________________________________________
32909 [  6717] By: jhi                                   on 2000/08/20  01:56:55
32910         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
32911              From: "Craig A. Berry" <craig.berry@metamorgs.com>
32912              Date: Sat, 19 Aug 2000 18:15:39 -0500
32913              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
32914      Branch: perl
32915            ! lib/File/Temp.pm
32916 ____________________________________________________________________________
32917 [  6716] By: jhi                                   on 2000/08/19  15:50:11
32918         Log: Update Changes.
32919      Branch: perl
32920            ! Changes patchlevel.h
32921 ____________________________________________________________________________
32922 [  6715] By: jhi                                   on 2000/08/19  15:39:09
32923         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
32924              From: Jonathan D Johnston <jdjohnston2@juno.com>
32925              Date: Thu, 17 Aug 2000 23:13:01 -0400       
32926              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
32927      Branch: perl
32928            ! pod/perlfunc.pod
32929 ____________________________________________________________________________
32930 [  6714] By: jhi                                   on 2000/08/19  15:34:04
32931         Log: Introduce a 'veryclean' target that is like 'distclean'
32932              but also removes *~ and *.orig.
32933      Branch: perl
32934            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
32935            ! utils/Makefile x2p/Makefile.SH
32936 ____________________________________________________________________________
32937 [  6713] By: jhi                                   on 2000/08/19  14:15:45
32938         Log: Put back the long double avoidance code to POSIX.xs
32939              because VMS seems to need it still.
32940      Branch: perl
32941            ! ext/POSIX/POSIX.xs
32942 ____________________________________________________________________________
32943 [  6712] By: jhi                                   on 2000/08/19  14:10:41
32944         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
32945              From: Peter Prymmer <pvhp@forte.com>
32946              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
32947              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
32948      Branch: perl
32949            ! lib/Pod/Find.pm t/pod/find.t
32950 ____________________________________________________________________________
32951 [  6711] By: jhi                                   on 2000/08/19  14:09:19
32952         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
32953              From: Peter Prymmer <pvhp@forte.com>
32954              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
32955              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
32956              cc: vmsperl@perl.org
32957      Branch: perl
32958            ! t/lib/peek.t
32959 ____________________________________________________________________________
32960 [  6710] By: jhi                                   on 2000/08/19  14:08:01
32961         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
32962              From: Jan Dubois <jand@ActiveState.com>
32963              Date: Fri, 18 Aug 2000 16:31:48 -0700
32964              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
32965      Branch: perl
32966            ! win32/win32.c
32967 ____________________________________________________________________________
32968 [  6709] By: jhi                                   on 2000/08/19  14:06:57
32969         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
32970              
32971              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
32972              From: Spider.Boardman@Orb.Nashua.NH.US
32973              Date: Fri, 18 Aug 2000 18:41:14 -0400
32974              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
32975      Branch: perl
32976            ! regcomp.c
32977 ____________________________________________________________________________
32978 [  6708] By: jhi                                   on 2000/08/18  22:04:49
32979         Log: Update Changes.
32980      Branch: perl
32981            ! Changes patchlevel.h
32982 ____________________________________________________________________________
32983 [  6707] By: jhi                                   on 2000/08/18  21:55:14
32984         Log: Add warnif(), check warnings further up the stack,
32985              all the warnings functions now can take an optional object reference.
32986              
32987              Subject: [PATCH bleedperl@6691] warnings pragma update
32988              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32989              Date: Fri, 18 Aug 2000 22:42:06 +0100
32990              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
32991      Branch: perl
32992            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
32993            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
32994            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
32995 ____________________________________________________________________________
32996 [  6706] By: jhi                                   on 2000/08/18  21:41:45
32997         Log: Typo in pp_complement().
32998              
32999              Subject: [PATCH perl-current] Deparse
33000              From: Peter Scott <Peter@PSDT.com>
33001              Date: Fri, 18 Aug 2000 12:44:37 -0700
33002              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
33003      Branch: perl
33004            ! ext/B/B/Deparse.pm
33005 ____________________________________________________________________________
33006 [  6705] By: jhi                                   on 2000/08/18  21:25:59
33007         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
33008              From: Jan Dubois <jand@ActiveState.com>
33009              Date: Fri, 18 Aug 2000 14:22:51 -0700
33010              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
33011      Branch: perl
33012            ! lib/Win32.pod win32/win32.c
33013 ____________________________________________________________________________
33014 [  6704] By: jhi                                   on 2000/08/18  21:16:14
33015         Log: Don't eat leading os from index entries.
33016              
33017              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
33018              From: Russ Allbery <rra@stanford.edu>
33019              Date: 10 Aug 2000 20:49:25 -0700
33020              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
33021      Branch: perl
33022            ! lib/Pod/Man.pm
33023 ____________________________________________________________________________
33024 [  6703] By: jhi                                   on 2000/08/18  21:07:06
33025         Log: Add [[:blank:]] as suggested in
33026              
33027              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33028              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
33029              Date: Sun, 16 Jul 2000 17:55:29 -0700
33030              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
33031              
33032              (the [=cc=] has already been taken care of by #6439
33033              so the whole bug report can be closed)
33034              
33035              and make [[:space:]] to be equivalent to isspace(3)
33036              (as opposed to \s, which is isSPACE()).  The difference
33037              is that now [[:space:]] matches the mythical vertical tab,
33038              while \s doesn't.
33039      Branch: perl
33040            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
33041            ! regexec.c t/op/pat.t
33042 ____________________________________________________________________________
33043 [  6702] By: jhi                                   on 2000/08/18  18:47:47
33044         Log: The new tests were missing from #6415.
33045      Branch: perl
33046            ! t/op/bop.t
33047 ____________________________________________________________________________
33048 [  6701] By: jhi                                   on 2000/08/18  18:20:40
33049         Log: Document the NDBM_File and ODBM_File as SDBM_File
33050              was documented in #6417.
33051      Branch: perl
33052            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
33053            ! ext/SDBM_File/SDBM_File.pm
33054 ____________________________________________________________________________
33055 [  6700] By: jhi                                   on 2000/08/18  18:10:39
33056         Log: Subject: [PATCH perl@6698] cygwin port
33057              From: "Fifer, Eric" <EFifer@sanwaint.com>
33058              Date: Fri, 18 Aug 2000 17:30:05 +0100
33059              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
33060      Branch: perl
33061            ! lib/File/Temp.pm
33062 ____________________________________________________________________________
33063 [  6699] By: jhi                                   on 2000/08/18  16:21:49
33064         Log: Document code point which makes if (defined %stash::) to work
33065              (noted by Spider Boardman).
33066      Branch: perl
33067            ! op.c
33068 ____________________________________________________________________________
33069 [  6698] By: jhi                                   on 2000/08/18  13:43:27
33070         Log: Update Changes.
33071      Branch: perl
33072            ! Changes patchlevel.h
33073 ____________________________________________________________________________
33074 [  6697] By: jhi                                   on 2000/08/18  13:35:57
33075         Log: Tiny Getopt::Long patch from Johan Vromans.
33076      Branch: perl
33077            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
33078 ____________________________________________________________________________
33079 [  6696] By: jhi                                   on 2000/08/18  13:26:14
33080         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
33081              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
33082              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
33083              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
33084      Branch: perl
33085            ! pod/perldiag.pod pod/perlsyn.pod
33086 ____________________________________________________________________________
33087 [  6695] By: jhi                                   on 2000/08/18  13:13:26
33088         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
33089              From: Daniel Chetlin <daniel@chetlin.com>
33090              Date: Fri, 18 Aug 2000 03:13:36 -0700
33091              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
33092      Branch: perl
33093            ! pod/perlfunc.pod
33094 ____________________________________________________________________________
33095 [  6694] By: jhi                                   on 2000/08/18  13:08:05
33096         Log: Subject: [PATCH] perltrap.pod spring cleaning
33097              From: Daniel Chetlin <daniel@chetlin.com>
33098              Date: Fri, 18 Aug 2000 03:06:54 -0700
33099              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
33100              
33101              plus Mike Guy's nitfix.
33102      Branch: perl
33103            ! pod/perltrap.pod
33104 ____________________________________________________________________________
33105 [  6693] By: jhi                                   on 2000/08/18  13:00:26
33106         Log: Unbuffer the output.
33107              
33108              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
33109              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33110              Date: Thu, 17 Aug 2000 18:39:29 -0700
33111              Message-ID: <RPJn5gzkgydf092yn@efn.org>
33112      Branch: perl
33113            ! t/op/fork.t
33114 ____________________________________________________________________________
33115 [  6692] By: jhi                                   on 2000/08/18  05:19:17
33116         Log: Delete the image, too, not just its MANIFEStation.
33117      Branch: perl
33118            - lib/CGI/eg/wilogo.gif
33119 ____________________________________________________________________________
33120 [  6691] By: jhi                                   on 2000/08/18  05:10:26
33121         Log: Propagate new Configure vars.
33122      Branch: perl
33123            ! configure.com epoc/config.sh uconfig.h uconfig.sh
33124            ! vos/config.def vos/config.h vos/config_h.SH_orig
33125            ! win32/config.bc win32/config.gc win32/config.vc
33126            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33127 ____________________________________________________________________________
33128 [  6690] By: jhi                                   on 2000/08/18  04:30:56
33129         Log: Update Changes.
33130      Branch: perl
33131            ! Changes patchlevel.h
33132 ____________________________________________________________________________
33133 [  6689] By: jhi                                   on 2000/08/18  04:12:30
33134         Log: Fix the lib/complex failure of
33135              
33136              From: abigail@foad.org
33137              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33138              Date: 15 Aug 2000 04:06:38 -0000
33139              Message-Id: <20000815040638.8524.qmail@foad.org> 
33140              
33141              Linux long double accuracy issue: something that
33142              when printed with %g looks like "2" but int() of it is 1.
33143      Branch: perl
33144            ! lib/Math/Complex.pm
33145 ____________________________________________________________________________
33146 [  6688] By: jhi                                   on 2000/08/18  03:15:35
33147         Log: The byteorder code in #6671 was wrong.
33148      Branch: perl
33149            ! configpm
33150 ____________________________________________________________________________
33151 [  6687] By: jhi                                   on 2000/08/18  02:08:42
33152         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
33153              From: Jan Dubois <jand@ActiveState.com>
33154              Date: Thu, 17 Aug 2000 18:31:55 -0700
33155              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
33156      Branch: perl
33157            ! sv.c
33158 ____________________________________________________________________________
33159 [  6686] By: jhi                                   on 2000/08/18  02:04:15
33160         Log: Use NVs in POSIX math, not doubles.
33161              
33162              From: abigail@foad.org
33163              Subject: [ID 20000817.014] POSIX & modfl
33164              Date: 17 Aug 2000 20:49:18 -0000
33165              Message-Id: <20000817204918.23123.qmail@foad.org>
33166      Branch: perl
33167            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
33168 ____________________________________________________________________________
33169 [  6685] By: jhi                                   on 2000/08/18  02:02:12
33170         Log: Introduce NVef, NVff, and NVgf, use the middle one.
33171              (helps for lib/peek + Linux + long doubles)  Reported in
33172              
33173              From: abigail@foad.org
33174              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33175              Date: 15 Aug 2000 04:06:38 -0000
33176              Message-Id: <20000815040638.8524.qmail@foad.org> 
33177              
33178              (note: the lib/complex failure has not yet been addressed)
33179      Branch: metaconfig/U/perl
33180            ! perlxvf.U
33181      Branch: perl
33182            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33183            ! config_h.SH dump.c perl.h pod/perlguts.pod
33184 ____________________________________________________________________________
33185 [  6684] By: jhi                                   on 2000/08/17  23:22:19
33186         Log: Add byteorder to the myconfig output.
33187      Branch: perl
33188            ! myconfig.SH
33189 ____________________________________________________________________________
33190 [  6683] By: jhi                                   on 2000/08/17  23:20:19
33191         Log: The image doth not exist, spotted by Johan Vromans.
33192      Branch: perl
33193            ! MANIFEST
33194 ____________________________________________________________________________
33195 [  6682] By: jhi                                   on 2000/08/17  22:38:16
33196         Log: Document what the backtick returns if the command fails.
33197      Branch: perl
33198            ! pod/perlop.pod
33199 ____________________________________________________________________________
33200 [  6681] By: jhi                                   on 2000/08/17  22:33:12
33201         Log: Do not use prototyping here.
33202              
33203              Subject: [ID 20000817.016] [PATCH] Peek.xs
33204              From: abigail@foad.org
33205              Date: 17 Aug 2000 20:55:56 -0000
33206              Message-Id: <20000817205556.24270.qmail@foad.org>
33207      Branch: perl
33208            ! ext/Devel/Peek/Makefile.PL
33209 ____________________________________________________________________________
33210 [  6680] By: jhi                                   on 2000/08/17  19:46:43
33211         Log: Don't propose using modules built for 5.005 if no binary
33212              compatibility with 5.005 is attempted.
33213              
33214              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33215              Subject: Minor nit with 5.7.0 (6655)
33216              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
33217              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
33218      Branch: metaconfig
33219            ! U/installdirs/inc_version_list.U
33220      Branch: perl
33221            ! Configure config_h.SH
33222 ____________________________________________________________________________
33223 [  6679] By: jhi                                   on 2000/08/17  19:16:39
33224         Log: Microperl config update.
33225      Branch: perl
33226            ! uconfig.h uconfig.sh
33227 ____________________________________________________________________________
33228 [  6678] By: jhi                                   on 2000/08/17  19:16:13
33229         Log: The #6648 wasn't protective enough for limited platforms
33230              (like microperl).
33231      Branch: perl
33232            ! dump.c sv.c
33233 ____________________________________________________________________________
33234 [  6677] By: jhi                                   on 2000/08/17  14:46:35
33235         Log: Update Changes.
33236      Branch: perl
33237            ! Changes patchlevel.h
33238 ____________________________________________________________________________
33239 [  6676] By: jhi                                   on 2000/08/17  14:44:02
33240         Log: Add perlebcdic from Peter Prymmer, regen toc.
33241      Branch: perl
33242            + pod/perlebcdic.pod
33243            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33244 ____________________________________________________________________________
33245 [  6675] By: jhi                                   on 2000/08/17  14:41:52
33246         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
33247      Branch: perl
33248            ! pod/perldebtut.pod
33249 ____________________________________________________________________________
33250 [  6674] By: jhi                                   on 2000/08/17  14:29:43
33251         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
33252              
33253              Subject: [ID 20000724.006] -DLEAKTEST problem
33254              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
33255              Date: Tue, 25 Jul 2000 00:36:32 -0500
33256              Message-Id: <20000725003632.A26186@www.llamacom.com>
33257              
33258              Reminder sent
33259              
33260              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
33261              From: Hugo <hv@crypt.compulink.co.uk>
33262              Date: Thu, 17 Aug 2000 15:23:42 +0100
33263              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
33264      Branch: perl
33265            ! util.c
33266 ____________________________________________________________________________
33267 [  6673] By: jhi                                   on 2000/08/17  04:07:10
33268         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
33269              From: John Peacock <JPeacock@UnivPress.com>
33270              Date: Tue, 01 Aug 2000 09:38:12 -0400
33271              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
33272      Branch: perl
33273            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
33274 ____________________________________________________________________________
33275 [  6672] By: jhi                                   on 2000/08/17  03:04:35
33276         Log: Subject: [PATCH] Cwd.pm now uses strict
33277              From: Tim Jenness <timj@jach.hawaii.edu>
33278              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
33279              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
33280      Branch: perl
33281            ! lib/Cwd.pm
33282 ____________________________________________________________________________
33283 [  6671] By: jhi                                   on 2000/08/17  02:16:35
33284         Log: Make $Config{byteorder} more magical so that it is
33285              dynamically computed: nice for 'fat binaries'.
33286              
33287              Subject: [PATCH]: default byteorder
33288              From: Wilfredo Sánchez <wsanchez@apple.com>
33289              Date: Mon, 31 Jul 2000 19:45:31 -0700
33290              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
33291      Branch: perl
33292            ! configpm
33293 ____________________________________________________________________________
33294 [  6670] By: gsar                                  on 2000/08/17  01:22:21
33295         Log: move WNOHANG definition to where other such things are
33296      Branch: perl
33297            ! win32/win32.h
33298 ____________________________________________________________________________
33299 [  6669] By: jhi                                   on 2000/08/17  01:19:17
33300         Log: Update Changes.
33301      Branch: perl
33302            ! Changes patchlevel.h
33303 ____________________________________________________________________________
33304 [  6668] By: jhi                                   on 2000/08/17  01:16:29
33305         Log: Doc nits spotted by Richard Soderberg.
33306      Branch: perl
33307            ! README.posix-bc README.vmesa
33308 ____________________________________________________________________________
33309 [  6667] By: jhi                                   on 2000/08/17  01:12:11
33310         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
33311              From: "Casey R. Tweten" <crt@kiski.net>
33312              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
33313              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
33314      Branch: perl
33315            ! pod/perldebtut.pod
33316 ____________________________________________________________________________
33317 [  6666] By: jhi                                   on 2000/08/17  01:09:31
33318         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
33319              From: "Casey R. Tweten" <crt@kiski.net>
33320              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
33321              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
33322      Branch: perl
33323            ! lib/Shell.pm
33324 ____________________________________________________________________________
33325 [  6665] By: gsar                                  on 2000/08/17  01:03:52
33326         Log: add "ok" targets from change#6632 in makefile.mk
33327      Branch: perl
33328            ! pod/perlport.pod win32/Makefile win32/makefile.mk
33329 ____________________________________________________________________________
33330 [  6664] By: gsar                                  on 2000/08/17  00:56:11
33331         Log: avoid warnings from dense compiler
33332      Branch: perl
33333            ! win32/win32.c
33334 ____________________________________________________________________________
33335 [  6663] By: jhi                                   on 2000/08/17  00:51:49
33336         Log: Tweak the regex compilation errors once more.
33337      Branch: perl
33338            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
33339            ! t/op/regmesg.t t/pragma/warn/regcomp
33340 ____________________________________________________________________________
33341 [  6662] By: gsar                                  on 2000/08/17  00:28:19
33342         Log: trailing new %ENV entries weren't being pushed into the real
33343              environment of subprocesses on Windows
33344      Branch: perl
33345            ! t/op/magic.t win32/perlhost.h
33346 ____________________________________________________________________________
33347 [  6661] By: gsar                                  on 2000/08/17  00:19:20
33348         Log: waitpid() now handles externally spawned pids correctly;
33349              fixes for backtick/wait/waitpid failures on Windows 9x
33350              
33351              these changes make the pid returned by process functions on
33352              Windows 9x always positive by clearing the high bit (which
33353              is always set on Win9x); pseudo-process PIDs are likewise
33354              always negative now on Win9x (just as on NT/2000)
33355      Branch: perl
33356            ! pp_sys.c win32/perlhost.h win32/win32.c
33357 ____________________________________________________________________________
33358 [  6660] By: jhi                                   on 2000/08/17  00:04:32
33359         Log: Retract #6645.
33360      Branch: perl
33361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33362            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
33363            ! t/op/sprintf.t
33364 ____________________________________________________________________________
33365 [  6659] By: gsar                                  on 2000/08/16  23:59:28
33366         Log: on windows, the return values from wait() and waitpid() don't
33367              match those of pseudo-pids
33368      Branch: perl
33369            ! pp_sys.c t/op/fork.t util.c win32/win32.c
33370 ____________________________________________________________________________
33371 [  6658] By: gsar                                  on 2000/08/16  23:56:14
33372         Log: pod nit seen in passing
33373      Branch: perl
33374            ! pod/perlfunc.pod
33375 ____________________________________________________________________________
33376 [  6657] By: gsar                                  on 2000/08/16  23:53:42
33377         Log: change#6328 could make close(SOCKET) return false on windows
33378              when it shouldn't
33379      Branch: perl
33380            ! win32/win32sck.c
33381 ____________________________________________________________________________
33382 [  6656] By: gsar                                  on 2000/08/16  23:46:57
33383         Log: check that the number pseudo children doesn't exceed
33384              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
33385              the WaitForMultipleObjects() limit that would cause wait()
33386              to crash)
33387              
33388              wait() and waitpid() could potentially be rewritten to use
33389              more than one thread to do the waiting to eliminate this
33390              limitation
33391      Branch: perl
33392            ! win32/perlhost.h
33393 ____________________________________________________________________________
33394 [  6655] By: jhi                                   on 2000/08/16  14:11:05
33395         Log: Update Changes.
33396      Branch: perl
33397            ! Changes patchlevel.h
33398 ____________________________________________________________________________
33399 [  6654] By: jhi                                   on 2000/08/16  14:10:12
33400         Log: Update to perldebtut 1.9, from Richard Foley.
33401      Branch: perl
33402            ! pod/perldebtut.pod
33403 ____________________________________________________________________________
33404 [  6653] By: jhi                                   on 2000/08/16  14:08:17
33405         Log: Change the regx compilation error markers to use = instead of <
33406              since pod makes using the latter quite messy.  Reported in
33407              ID 20000814.006 by Abigail and in
33408              Subject: Unknown escape E<> ?
33409              From: Lupe Christoph <lupe@lupe-christoph.de>
33410              Date: Fri, 11 Aug 2000 00:30:27 +0200
33411              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
33412      Branch: perl
33413            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
33414            ! t/op/regmesg.t t/pragma/warn/regcomp
33415 ____________________________________________________________________________
33416 [  6652] By: jhi                                   on 2000/08/16  13:25:31
33417         Log: Change the perlbug address to perl.org since it's more forgiving.
33418              
33419              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
33420              From: abigail@foad.org
33421              Date: 15 Aug 2000 04:15:40 -0000
33422              Message-Id: <20000815041540.8633.qmail@foad.org>
33423      Branch: perl
33424            ! utils/perlbug.PL
33425 ____________________________________________________________________________
33426 [  6651] By: jhi                                   on 2000/08/16  13:22:35
33427         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
33428              From: Tim Jenness <timj@jach.hawaii.edu>
33429              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
33430              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
33431      Branch: perl
33432            ! lib/Cwd.pm
33433 ____________________________________________________________________________
33434 [  6650] By: jhi                                   on 2000/08/16  13:18:13
33435         Log: Update to CPAN 1.57.
33436              
33437              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
33438              From: andreas.koenig@anima.de (Andreas J. Koenig)
33439              Date: 16 Aug 2000 15:09:46 +0200
33440              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
33441      Branch: perl
33442            ! lib/CPAN.pm
33443 ____________________________________________________________________________
33444 [  6649] By: jhi                                   on 2000/08/16  13:12:31
33445         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
33446              From: "Larry W. Virden" <lvirden@cas.org>
33447              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
33448              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
33449      Branch: perl
33450            ! README.hpux
33451 ____________________________________________________________________________
33452 [  6648] By: jhi                                   on 2000/08/16  13:03:53
33453         Log: The numeric locale was reset to "C" by s?printf and never restored.
33454              
33455              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
33456              From: Christian Kirsch <ck@held.mind.de>
33457              Date: Wed, 9 Aug 2000 17:05:17 +0200
33458              Message-Id: <20000809170517.A25389@held>
33459              
33460              No test since adding the failing example to locale.t
33461              does not fail -- probably because the locale settings are so
33462              thoroughly tweaked by that time.  Running the example standalone
33463              does fail, though.  UPDATE: test case added at change #7540.
33464      Branch: perl
33465            ! dump.c perl.h pp.c pp_ctl.c sv.c
33466 ____________________________________________________________________________
33467 [  6647] By: jhi                                   on 2000/08/16  00:07:54
33468         Log: Update Changes and test semi-automatic patchlevel updating.
33469      Branch: perl
33470            ! Changes patchlevel.h
33471 ____________________________________________________________________________
33472 [  6646] By: jhi                                   on 2000/08/15  23:35:07
33473         Log: Fix a dependency problem.
33474              
33475              Subject: [PATCH: 6640] VMS Makefile.SH update
33476              From: Peter Prymmer <pvhp@forte.com>
33477              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
33478              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
33479      Branch: perl
33480            ! vms/descrip_mms.template
33481 ____________________________________________________________________________
33482 [  6645] By: jhi                                   on 2000/08/15  23:33:23
33483         Log: (Retracted by #6660)
33484              
33485              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
33486              From: Dominic Dunlop <domo@computer.org>
33487              Date: Tue, 15 Aug 2000 22:20:52 +0200
33488              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
33489      Branch: metaconfig/U/perl
33490            + d_printfed.U
33491      Branch: perl
33492            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33493            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
33494            ! t/op/sprintf.t
33495 ____________________________________________________________________________
33496 [  6644] By: jhi                                   on 2000/08/15  21:17:20
33497         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
33498              From: abigail@foad.org
33499              Date: 15 Aug 2000 20:12:41 -0000
33500              Message-Id: <20000815201241.25556.qmail@foad.org>
33501      Branch: perl
33502            ! INSTALL
33503 ____________________________________________________________________________
33504 [  6643] By: jhi                                   on 2000/08/15  21:15:28
33505         Log: (an already applied patch)
33506      Branch: perl
33507            ! lib/CGI.pm
33508 ____________________________________________________________________________
33509 [  6642] By: gsar                                  on 2000/08/15  19:54:05
33510         Log: magic callbacks all need to have same type signature
33511      Branch: perl
33512            ! embed.pl mg.c proto.h
33513 ____________________________________________________________________________
33514 [  6641] By: jhi                                   on 2000/08/15  17:56:27
33515         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)
33516              From: Mike Guy <mjtg@cam.ac.uk>
33517              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
33518              Date: Tue, 15 Aug 2000 18:26:45 +0100
33519              
33520              Only the peek.t part applied, not the hash quality part.
33521      Branch: perl
33522            ! t/lib/peek.t
33523 ____________________________________________________________________________
33524 [  6640] By: jhi                                   on 2000/08/15  16:37:37
33525         Log: Update Changes.
33526      Branch: perl
33527            ! Changes
33528 ____________________________________________________________________________
33529 [  6639] By: jhi                                   on 2000/08/15  16:34:55
33530         Log: Missed a file from #6638.
33531      Branch: perl
33532            ! lib/File/Temp.pm
33533 ____________________________________________________________________________
33534 [  6638] By: jhi                                   on 2000/08/15  16:33:19
33535         Log: Subject: [PATCH perl@6620] cygwin port
33536              From: "Fifer, Eric" <EFifer@sanwaint.com>
33537              Date: Tue, 15 Aug 2000 17:00:49 +0100
33538              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
33539      Branch: perl
33540            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
33541 ____________________________________________________________________________
33542 [  6637] By: jhi                                   on 2000/08/15  16:29:22
33543         Log: Subject: [PATCH] debugger exit code should reflect user exit code
33544              From: Mike Guy <mjtg@cam.ac.uk>
33545              Date: Tue, 15 Aug 2000 16:55:59 +0100
33546              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
33547      Branch: perl
33548            ! lib/perl5db.pl
33549 ____________________________________________________________________________
33550 [  6636] By: jhi                                   on 2000/08/15  15:30:58
33551         Log: Update Changes.
33552      Branch: perl
33553            ! Changes
33554 ____________________________________________________________________________
33555 [  6635] By: jhi                                   on 2000/08/15  15:27:21
33556         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
33557      Branch: metaconfig
33558            ! U/mkglossary U/mksample
33559      Branch: metaconfig/U/perl
33560            ! Devel.U
33561      Branch: perl
33562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33563 ____________________________________________________________________________
33564 [  6634] By: jhi                                   on 2000/08/15  14:11:55
33565         Log: Don't blow limited stacks, a lower number is enough to
33566              tickle the lookbehind limit.
33567              
33568              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
33569              From: Dominic Dunlop <domo@computer.org>
33570              Date: Tue, 15 Aug 2000 13:51:24 +0200
33571              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
33572      Branch: perl
33573            ! t/op/regmesg.t
33574 ____________________________________________________________________________
33575 [  6633] By: jhi                                   on 2000/08/15  14:01:46
33576         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
33577              From: Mike Guy <mjtg@cam.ac.uk>
33578              Date: Tue, 15 Aug 2000 12:10:50 +0100
33579              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
33580      Branch: perl
33581            ! utils/perldoc.PL
33582 ____________________________________________________________________________
33583 [  6632] By: jhi                                   on 2000/08/15  13:58:48
33584         Log: make ok etc also for win32.
33585              
33586              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
33587              From: Prymmer/Kahn <pvhp@best.com>
33588              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
33589              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
33590      Branch: perl
33591            ! win32/Makefile
33592 ____________________________________________________________________________
33593 [  6631] By: jhi                                   on 2000/08/15  13:45:03
33594         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
33595      Branch: perl
33596            ! lib/Test.pm
33597 ____________________________________________________________________________
33598 [  6630] By: jhi                                   on 2000/08/15  03:25:09
33599         Log: Update Changes.
33600      Branch: perl
33601            ! Changes
33602 ____________________________________________________________________________
33603 [  6629] By: jhi                                   on 2000/08/15  03:23:53
33604         Log: magic_regdatum_set() is void, not int.
33605      Branch: perl
33606            ! embed.pl mg.c proto.h
33607 ____________________________________________________________________________
33608 [  6628] By: jhi                                   on 2000/08/15  03:08:02
33609         Log: Make the user to give up his firstborn, err, to knowingly
33610              verify installing an unstable developer release.  Also bump
33611              the release to 5.7.0, but leave a patch tag in the local
33612              patches saying that this is not yet the real thing.
33613      Branch: metaconfig
33614            ! U/modified/Instruct.U
33615      Branch: metaconfig/U/perl
33616            + Devel.U
33617      Branch: perl
33618            ! Configure patchlevel.h
33619 ____________________________________________________________________________
33620 [  6627] By: jhi                                   on 2000/08/14  22:32:52
33621         Log: README.os2 update.
33622              
33623              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
33624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33625              Date: Wed, 02 Aug 2000 21:55:09 -0700
33626              Message-ID: <tsPi5gzkgegX092yn@efn.org>
33627      Branch: perl
33628            ! README.os2
33629 ____________________________________________________________________________
33630 [  6626] By: jhi                                   on 2000/08/14  21:00:02
33631         Log: Subject: Re: File::Temp problems on VMS in bleedperl
33632              From: Tim Jenness <timj@jach.hawaii.edu>
33633              cc: vmsperl@perl.org
33634              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
33635              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
33636      Branch: perl
33637            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
33638 ____________________________________________________________________________
33639 [  6625] By: jhi                                   on 2000/08/14  20:52:16
33640         Log: Add SUIDMAIL as was done for the CERT alert.
33641      Branch: perl
33642            ! patchlevel.h
33643 ____________________________________________________________________________
33644 [  6624] By: jhi                                   on 2000/08/14  20:48:50
33645         Log: Subject: sfio2000
33646              From: Daniel Muino <dmuino@afip.gov.ar>
33647              Date: Mon, 14 Aug 2000 16:58:11 -0300
33648              Message-ID: <20000814165811.B16368@con2-dgi>
33649      Branch: perl
33650            ! perlsdio.h perlsfio.h
33651 ____________________________________________________________________________
33652 [  6623] By: jhi                                   on 2000/08/14  20:47:36
33653         Log: Subject: warning: storage class after type is obsolescent
33654              From: Daniel Muino <dmuino@afip.gov.ar>
33655              Date: Mon, 14 Aug 2000 16:42:47 -0300
33656              Message-ID: <20000814164247.A16368@con2-dgi>
33657      Branch: perl
33658            ! regcomp.pl regnodes.h
33659 ____________________________________________________________________________
33660 [  6622] By: jhi                                   on 2000/08/14  20:43:05
33661         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
33662              From: abigail@foad.org
33663              Date: 14 Aug 2000 20:00:10 -0000
33664              Message-Id: <20000814200010.27271.qmail@foad.org>
33665      Branch: perl
33666            ! Changes
33667 ____________________________________________________________________________
33668 [  6621] By: jhi                                   on 2000/08/14  15:23:05
33669         Log: Update Changes.
33670      Branch: perl
33671            ! Changes
33672 ____________________________________________________________________________
33673 [  6620] By: jhi                                   on 2000/08/14  15:22:14
33674         Log: Subject: Re: [PATCH] @+, @- readonly
33675              From: Mike Guy <mjtg@cam.ac.uk>
33676              Date: Mon, 14 Aug 2000 15:26:55 +0100
33677              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
33678      Branch: perl
33679            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
33680            ! sv.c t/op/pat.t
33681 ____________________________________________________________________________
33682 [  6619] By: jhi                                   on 2000/08/14  14:12:08
33683         Log: Update Changes.
33684      Branch: perl
33685            ! Changes
33686 ____________________________________________________________________________
33687 [  6618] By: jhi                                   on 2000/08/14  14:09:34
33688         Log: For now remove the mail code.
33689      Branch: perl
33690            ! perl.c
33691 ____________________________________________________________________________
33692 [  6617] By: jhi                                   on 2000/08/14  14:08:28
33693         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
33694      Branch: perl
33695            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
33696            ! pod/perlfaq8.pod pod/perlsec.pod
33697 ____________________________________________________________________________
33698 [  6616] By: jhi                                   on 2000/08/14  14:00:11
33699         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
33700              From: Mike Guy <mjtg@cam.ac.uk>
33701              Date: Mon, 14 Aug 2000 08:26:02 +0100
33702              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
33703      Branch: perl
33704            ! lib/perl5db.pl
33705 ____________________________________________________________________________
33706 [  6615] By: jhi                                   on 2000/08/14  13:58:45
33707         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
33708              From: Mike Guy <mjtg@cam.ac.uk>
33709              Date: Mon, 14 Aug 2000 08:04:22 +0100
33710              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
33711      Branch: perl
33712            ! gv.c mg.c t/op/pat.t
33713 ____________________________________________________________________________
33714 [  6614] By: jhi                                   on 2000/08/14  13:56:45
33715         Log: Subject: Test fails / warnings with perl-current #6612
33716              From: Mike Guy <mjtg@cam.ac.uk>
33717              Date: Mon, 14 Aug 2000 07:57:23 +0100
33718              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
33719      Branch: perl
33720            ! t/lib/b.t t/lib/peek.t
33721 ____________________________________________________________________________
33722 [  6613] By: jhi                                   on 2000/08/14  13:45:33
33723         Log: VMS configure.com update continues.
33724      Branch: perl
33725            - vms/configure.com
33726            ! MANIFEST configure.com
33727 ____________________________________________________________________________
33728 [  6612] By: jhi                                   on 2000/08/13  22:13:35
33729         Log: Update Changes.
33730      Branch: perl
33731            ! Changes
33732 ____________________________________________________________________________
33733 [  6611] By: jhi                                   on 2000/08/13  16:21:45
33734         Log: Upgrade to CGI 2.71, from Lincoln Stein.
33735      Branch: perl
33736            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
33737 ____________________________________________________________________________
33738 [  6610] By: jhi                                   on 2000/08/13  15:09:16
33739         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
33740              From: Mike Guy <mjtg@cam.ac.uk>
33741              Date: Sun, 13 Aug 2000 13:45:51 +0100
33742              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
33743      Branch: perl
33744            ! t/op/regmesg.t
33745 ____________________________________________________________________________
33746 [  6609] By: jhi                                   on 2000/08/13  14:31:26
33747         Log: Andreas says that 1.56 is fine, so reverting back to it.
33748      Branch: perl
33749            ! lib/CPAN.pm
33750 ____________________________________________________________________________
33751 [  6608] By: jhi                                   on 2000/08/13  05:34:20
33752         Log: Update Changes.
33753      Branch: perl
33754            ! Changes
33755 ____________________________________________________________________________
33756 [  6607] By: jhi                                   on 2000/08/13  05:32:01
33757         Log: Put back the \z changes of #5406 to CPAN.pm.
33758      Branch: perl
33759            ! lib/CPAN.pm
33760 ____________________________________________________________________________
33761 [  6606] By: jhi                                   on 2000/08/13  05:20:16
33762         Log: Fix-n-skip the tests under 5005threads.
33763      Branch: perl
33764            ! t/lib/b.t
33765 ____________________________________________________________________________
33766 [  6605] By: jhi                                   on 2000/08/13  05:07:48
33767         Log: Fix the test for 5005threads.
33768      Branch: perl
33769            ! t/lib/peek.t
33770 ____________________________________________________________________________
33771 [  6604] By: jhi                                   on 2000/08/13  03:35:37
33772         Log: Should have deleted this in #6603.
33773      Branch: perl
33774            - vms/subconfigure.com
33775 ____________________________________________________________________________
33776 [  6603] By: jhi                                   on 2000/08/12  18:29:32
33777         Log: Rewrite of vms/subconfigure.com as configure.com,
33778              from Peter Prymmer and the vmsperl crew.
33779      Branch: perl
33780            + vms/configure.com
33781            ! MANIFEST
33782 ____________________________________________________________________________
33783 [  6602] By: jhi                                   on 2000/08/11  13:00:01
33784         Log: PlainText.pm is dead.
33785      Branch: perl
33786            - lib/Pod/PlainText.pm
33787            ! MANIFEST
33788 ____________________________________________________________________________
33789 [  6601] By: jhi                                   on 2000/08/11  04:06:45
33790         Log: Update Changes.
33791      Branch: perl
33792            ! Changes
33793 ____________________________________________________________________________
33794 [  6600] By: jhi                                   on 2000/08/11  04:06:10
33795         Log: Add a few missing files, update MANIFEST.
33796      Branch: perl
33797            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
33798            + lib/Pod/PlainText.pm t/pod/find.t
33799            ! MANIFEST t/op/regmesg.t
33800 ____________________________________________________________________________
33801 [  6599] By: jhi                                   on 2000/08/11  03:31:10
33802         Log: Add Perl debugging tutorial, regen toc. 
33803              
33804              Subject: perldebtut.pod
33805              From: Richard Foley <Richard.Foley@m.dasa.de>
33806              Date: Wed, 09 Aug 2000 10:17:15 +0200
33807              Message-id: <3991138B.262247B8@m.dasa.de>
33808      Branch: perl
33809            + pod/perldebtut.pod
33810            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33811 ____________________________________________________________________________
33812 [  6598] By: jhi                                   on 2000/08/11  02:48:56
33813         Log: tiny Changes edit
33814      Branch: perl
33815            ! Changes
33816 ____________________________________________________________________________
33817 [  6597] By: jhi                                   on 2000/08/11  02:39:04
33818         Log: Tests for #6589.
33819              
33820              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33821              From: simon@brecon.co.uk (Simon Cozens)
33822              Date: 11 Aug 2000 02:24:52 GMT
33823              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
33824      Branch: perl
33825            ! t/lib/b.t
33826 ____________________________________________________________________________
33827 [  6596] By: jhi                                   on 2000/08/11  01:50:07
33828         Log: Update Changes.
33829      Branch: perl
33830            ! Changes
33831 ____________________________________________________________________________
33832 [  6595] By: jhi                                   on 2000/08/11  01:47:16
33833         Log: nitfix
33834      Branch: perl
33835            ! Changes
33836 ____________________________________________________________________________
33837 [  6594] By: jhi                                   on 2000/08/11  01:36:16
33838         Log: Subject: Getting perlio and threads to compile
33839              From: Lupe Christoph <lupe@lupe-christoph.de>
33840              Date: Wed, 9 Aug 2000 11:35:54 +0200
33841              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
33842              
33843              (the Solaris version changes in Configure skipped)
33844      Branch: perl
33845            ! hints/solaris_2.sh thread.h
33846 ____________________________________________________________________________
33847 [  6593] By: jhi                                   on 2000/08/11  01:30:16
33848         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
33849              From: simon@brecon.co.uk (Simon Cozens)
33850              Date: 1 Aug 2000 06:55:19 GMT
33851              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
33852      Branch: perl
33853            ! lib/utf8.pm
33854 ____________________________________________________________________________
33855 [  6592] By: jhi                                   on 2000/08/11  01:26:39
33856         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
33857              From: Peter Scott <Peter@PeterScott.com>
33858              Date: Thu, 10 Aug 2000 08:23:27 -0700
33859              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
33860      Branch: perl
33861            ! lib/perl5db.pl
33862 ____________________________________________________________________________
33863 [  6591] By: jhi                                   on 2000/08/11  01:22:02
33864         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
33865              From: Hugo <hv@crypt.compulink.co.uk>
33866              Date: Thu, 10 Aug 2000 19:23:04 +0100
33867              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
33868      Branch: perl
33869            ! regexec.c t/op/pat.t
33870 ____________________________________________________________________________
33871 [  6590] By: jhi                                   on 2000/08/11  01:19:19
33872         Log: Preprocessing and postprocessing for File::Find.
33873              
33874              Subject: Patch to Find::File.pm to allow alphabetical results
33875              From: Joe Smith <jsmith@inwap.com>
33876              Date: Wed, 9 Aug 2000 02:44:54 -0700
33877              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
33878      Branch: perl
33879            ! lib/File/Find.pm
33880 ____________________________________________________________________________
33881 [  6589] By: jhi                                   on 2000/08/11  01:12:39
33882         Log: B::Deparse didn't do sub attributes.
33883              
33884              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33885              From: simon@brecon.co.uk (Simon Cozens)
33886              Date: 9 Aug 2000 04:49:20 GMT
33887              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
33888      Branch: perl
33889            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
33890 ____________________________________________________________________________
33891 [  6588] By: jhi                                   on 2000/08/11  01:06:40
33892         Log: Subject: debugger "d" command doesnt check line number
33893              From: Mike Guy <mjtg@cam.ac.uk>
33894              Date: Tue, 08 Aug 2000 21:54:29 +0100
33895              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
33896      Branch: perl
33897            ! lib/perl5db.pl mg.c pod/perldiag.pod
33898 ____________________________________________________________________________
33899 [  6587] By: jhi                                   on 2000/08/11  00:45:03
33900         Log: sleep(1) does not necessarily return 1.
33901              
33902              Subject: [PATCH bleadperl] op/lex_assign.t  
33903              From: Hugo <hv@crypt.compulink.co.uk>
33904              Date: Thu, 03 Aug 2000 14:34:22 +0100        
33905              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
33906      Branch: perl
33907            ! t/op/lex_assign.t
33908 ____________________________________________________________________________
33909 [  6586] By: jhi                                   on 2000/08/11  00:31:50
33910         Log: Document the IO::Select timeout.
33911      Branch: perl
33912            ! ext/IO/lib/IO/Select.pm
33913 ____________________________________________________________________________
33914 [  6585] By: jhi                                   on 2000/08/11  00:13:54
33915         Log: Forgot contributor.
33916      Branch: perl
33917            ! Changes
33918 ____________________________________________________________________________
33919 [  6584] By: jhi                                   on 2000/08/11  00:09:19
33920         Log: detypo
33921      Branch: perl
33922            ! Changes
33923 ____________________________________________________________________________
33924 [  6583] By: jhi                                   on 2000/08/11  00:07:53
33925         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
33926              
33927              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
33928              From: Mike Guy <mjtg@cam.ac.uk> 
33929              Date: Thu, 10 Aug 2000 15:50:54 +0100
33930              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
33931      Branch: perl
33932            ! sv.c t/op/int.t
33933 ____________________________________________________________________________
33934 [  6582] By: jhi                                   on 2000/08/10  23:29:32
33935         Log: Update Changes.
33936      Branch: perl
33937            ! Changes
33938 ____________________________________________________________________________
33939 [  6581] By: jhi                                   on 2000/08/10  23:26:16
33940         Log: Put back the std @INC thing.
33941      Branch: perl
33942            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
33943            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
33944            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
33945            ! t/lib/gol-oo.t
33946 ____________________________________________________________________________
33947 [  6580] By: jhi                                   on 2000/08/10  23:03:34
33948         Log: Update to CGI 2.70, from Lincoln Stein.
33949      Branch: perl
33950            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
33951            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
33952            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
33953            ! t/lib/cgi-request.t
33954 ____________________________________________________________________________
33955 [  6579] By: jhi                                   on 2000/08/10  22:41:50
33956         Log: Update to CPAN 1.56, from Andreas König.
33957      Branch: perl
33958            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33959 ____________________________________________________________________________
33960 [  6578] By: jhi                                   on 2000/08/10  22:38:13
33961         Log: Update to Pod::Parser 1.17, from Brad Appleton.
33962      Branch: perl
33963            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
33964            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
33965            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
33966            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
33967            ! t/pod/include.t t/pod/included.t t/pod/lref.t
33968            ! t/pod/multiline_items.t t/pod/nested_items.t
33969            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
33970            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
33971            ! t/pod/special_seqs.t
33972 ____________________________________________________________________________
33973 [  6577] By: jhi                                   on 2000/08/10  22:35:41
33974         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
33975      Branch: perl
33976            ! AUTHORS MAINTAIN
33977 ____________________________________________________________________________
33978 [  6576] By: jhi                                   on 2000/08/10  22:24:54
33979         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
33980      Branch: perl
33981            + t/lib/gol-oo.t
33982            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
33983            ! t/lib/gol-compat.t t/lib/gol-linkage.t
33984 ____________________________________________________________________________
33985 [  6575] By: jhi                                   on 2000/08/10  22:02:07
33986         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
33987      Branch: perl
33988            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
33989 ____________________________________________________________________________
33990 [  6574] By: jhi                                   on 2000/08/10  21:55:03
33991         Log: Iterating perl6 description.
33992      Branch: perl
33993            ! pod/perlfaq1.pod
33994 ____________________________________________________________________________
33995 [  6573] By: jhi                                   on 2000/08/10  21:48:26
33996         Log: Revert the sv.c part of #6559, a better fix is needed.
33997      Branch: perl
33998            ! sv.c
33999 ____________________________________________________________________________
34000 [  6572] By: jhi                                   on 2000/08/10  20:33:43
34001         Log: It's the 2ndO'ROSSC.
34002      Branch: perl
34003            ! pod/perlfaq1.pod
34004 ____________________________________________________________________________
34005 [  6571] By: jhi                                   on 2000/08/10  15:55:48
34006         Log: detypo
34007      Branch: perl
34008            ! pod/perlfaq1.pod
34009 ____________________________________________________________________________
34010 [  6570] By: jhi                                   on 2000/08/10  14:11:17
34011         Log: An exceptionally sticky typo.
34012      Branch: perl
34013            ! Changes
34014 ____________________________________________________________________________
34015 [  6569] By: jhi                                   on 2000/08/10  14:09:33
34016         Log: detypo (and test Changes updating script)
34017      Branch: perl
34018            ! Changes
34019 ____________________________________________________________________________
34020 [  6568] By: jhi                                   on 2000/08/10  14:07:07
34021         Log: Update Changes.
34022      Branch: perl
34023            ! Changes
34024 ____________________________________________________________________________
34025 [  6567] By: jhi                                   on 2000/08/10  14:06:19
34026         Log: Amend the description of Perl6.
34027              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
34028              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34029              Date: Wed, 9 Aug 2000 22:11:06 -0500
34030              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
34031      Branch: perl
34032            ! pod/perlfaq1.pod
34033 ____________________________________________________________________________
34034 [  6566] By: jhi                                   on 2000/08/10  13:58:57
34035         Log: Subject: Remove dead entry in perldiag
34036              From: Mike Guy <mjtg@cam.ac.uk>
34037              Date: Thu, 10 Aug 2000 14:19:19 +0100
34038              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
34039      Branch: perl
34040            ! pod/perldiag.pod
34041 ____________________________________________________________________________
34042 [  6565] By: jhi                                   on 2000/08/10  13:51:48
34043         Log: Zero entries were skipped, fix from Adrian Goalby
34044              <argoalby@yahoo.co.uk>
34045      Branch: perl
34046            ! lib/unicode/Number.pl lib/unicode/mktables.PL
34047 ____________________________________________________________________________
34048 [  6564] By: jhi                                   on 2000/08/10  13:00:12
34049         Log: Subject: [PATCH 5.6.0] cygwin port
34050              From: "Fifer, Eric" <EFifer@sanwaint.com>
34051              Date: Thu, 10 Aug 2000 13:15:36 +0100
34052              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
34053      Branch: perl
34054            ! README.cygwin hints/cygwin.sh
34055 ____________________________________________________________________________
34056 [  6563] By: jhi                                   on 2000/08/10  12:55:16
34057         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
34058      Branch: perl
34059            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
34060 ____________________________________________________________________________
34061 [  6562] By: gsar                                  on 2000/08/10  08:38:39
34062         Log: warn is a macro, avoid using at a variable to avoid warnings
34063              in some configurations; readdir.t is too conservative in
34064              estimating number of *.t's
34065      Branch: perl
34066            ! t/op/readdir.t util.c
34067 ____________________________________________________________________________
34068 [  6561] By: jhi                                   on 2000/08/09  23:35:42
34069         Log: Update Changes.
34070      Branch: perl
34071            ! Changes
34072 ____________________________________________________________________________
34073 [  6560] By: jhi                                   on 2000/08/09  23:05:47
34074         Log: Subject: Re: enhanced(?) regex error messages
34075              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34076              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
34077              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
34078              
34079              (plus two small patches sent privately)
34080              (this still seems to leave few test failures)
34081      Branch: perl
34082            + t/op/regmesg.t
34083            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
34084            ! t/pragma/warn/regcomp
34085 ____________________________________________________________________________
34086 [  6559] By: jhi                                   on 2000/08/09  20:41:18
34087         Log: (The fix did work but was not right, retracted in #6573)
34088              
34089              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
34090              From: Christian Kirsch <ck@held.mind.de>
34091              Date: Wed, 9 Aug 2000 17:05:17 +0200
34092              Message-Id: <20000809170517.A25389@held>
34093      Branch: perl
34094            ! sv.c t/pragma/locale.t
34095 ____________________________________________________________________________
34096 [  6558] By: jhi                                   on 2000/08/08  22:34:08
34097         Log: Tiny updates on the contributors list.
34098      Branch: perl
34099            ! Changes
34100 ____________________________________________________________________________
34101 [  6557] By: jhi                                   on 2000/08/08  19:34:28
34102         Log: Double check that we have a dirhandle.
34103      Branch: perl
34104            ! util.c
34105 ____________________________________________________________________________
34106 [  6556] By: jhi                                   on 2000/08/08  19:01:51
34107         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
34108              May be repopulated with fresh maintained examples.
34109      Branch: perl
34110            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
34111            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
34112            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
34113            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
34114            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
34115            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
34116            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
34117            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
34118            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
34119            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
34120            + lib/CGI/eg/wilogo_gif.uu
34121            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
34122            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
34123            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
34124            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
34125            - eg/cgi/frameset.cgi eg/cgi/index.html
34126            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34127            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34128            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34129            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34130            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34131            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34132            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34133            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34134            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34135            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34136            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34137            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34138            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34139            - eg/van/vanish eg/who eg/wrapsuid
34140            ! MANIFEST
34141 ____________________________________________________________________________
34142 [  6555] By: jhi                                   on 2000/08/08  18:51:08
34143         Log: Delete chat2 as requested by Randal.
34144              
34145              Subject: Re: perlfaq8 coyness
34146              From: merlyn@stonehenge.com (Randal L. Schwartz) 
34147              Date: 15 May 2000 18:52:42 -0700 
34148              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
34149      Branch: perl
34150            - lib/chat2.pl
34151            ! MANIFEST
34152 ____________________________________________________________________________
34153 [  6554] By: jhi                                   on 2000/08/08  18:31:35
34154         Log: Regen global.sym.
34155      Branch: perl
34156            ! global.sym
34157 ____________________________________________________________________________
34158 [  6553] By: jhi                                   on 2000/08/08  18:28:13
34159         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
34160              (either perlbug or p5p ate the original), plus regen
34161              perlapi and perltoc. 
34162      Branch: perl
34163            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
34164            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
34165            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
34166            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
34167            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
34168            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
34169            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
34170            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
34171            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
34172            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
34173 ____________________________________________________________________________
34174 [  6552] By: jhi                                   on 2000/08/08  18:06:29
34175         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
34176              From: Mike Guy <mjtg@cam.ac.uk>
34177              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
34178              Date: Tue, 08 Aug 2000 15:51:27 +0100
34179      Branch: perl
34180            ! doop.c sv.h t/op/join.t t/pragma/overload.t
34181 ____________________________________________________________________________
34182 [  6551] By: jhi                                   on 2000/08/08  18:01:11
34183         Log: Re-apply #6549.
34184      Branch: perl
34185            ! lib/perl5db.pl
34186 ____________________________________________________________________________
34187 [  6550] By: jhi                                   on 2000/08/08  17:43:08
34188         Log: Accidental retraction of #6549.
34189      Branch: perl
34190            ! lib/perl5db.pl
34191 ____________________________________________________________________________
34192 [  6549] By: jhi                                   on 2000/08/08  17:40:04
34193         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34194              From: Mike Guy <mjtg@cam.ac.uk>
34195              Date: Mon, 07 Aug 2000 21:49:58 +0100
34196              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
34197      Branch: perl
34198            ! lib/perl5db.pl
34199 ____________________________________________________________________________
34200 [  6548] By: jhi                                   on 2000/08/08  17:37:57
34201         Log: Document here-doc better.
34202              
34203              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
34204              From: Mike Guy <mjtg@cam.ac.uk>
34205              Date: Mon, 07 Aug 2000 14:02:09 +0100
34206              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
34207      Branch: perl
34208            ! pod/perldata.pod
34209 ____________________________________________________________________________
34210 [  6547] By: jhi                                   on 2000/08/08  17:33:34
34211         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
34212              From: "Randy J. Ray" <rjray@redhat.com>
34213              Date: Mon, 07 Aug 2000 19:12:25 -0700
34214              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
34215      Branch: perl
34216            ! perl.c pod/perlrun.pod
34217 ____________________________________________________________________________
34218 [  6546] By: jhi                                   on 2000/08/08  17:29:26
34219         Log: Subject: Re: enhanced(?) regex error messages 
34220              From: Hugo <hv@crypt.compulink.co.uk>
34221              Date: Tue, 08 Aug 2000 03:25:51 +0100
34222              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
34223              
34224              plus Capitalize the error messages, plus perldiag them.
34225      Branch: perl
34226            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
34227 ____________________________________________________________________________
34228 [  6545] By: jhi                                   on 2000/08/08  13:59:28
34229         Log: Augment #6539 a bit: don't croak if there's magic in the air.
34230              
34231              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
34232              From: Hugo <hv@crypt.compulink.co.uk>
34233              Date: Tue, 08 Aug 2000 03:02:03 +0100
34234              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
34235      Branch: perl
34236            ! pp.c t/op/bless.t
34237 ____________________________________________________________________________
34238 [  6544] By: jhi                                   on 2000/08/07  21:11:52
34239         Log: Make the test -w clean.
34240      Branch: perl
34241            ! t/op/bless.t
34242 ____________________________________________________________________________
34243 [  6543] By: jhi                                   on 2000/08/07  19:49:53
34244         Log: use warnings instead of $^W.
34245      Branch: perl
34246            ! t/op/bless.t
34247 ____________________________________________________________________________
34248 [  6542] By: jhi                                   on 2000/08/07  17:41:41
34249         Log: Disable a portability warning Because We Know What We Are Doing.
34250      Branch: perl
34251            ! t/op/bless.t
34252 ____________________________________________________________________________
34253 [  6541] By: jhi                                   on 2000/08/07  17:29:51
34254         Log: Tiny tidying on report_evil_fh().
34255      Branch: perl
34256            ! util.c
34257 ____________________________________________________________________________
34258 [  6540] By: jhi                                   on 2000/08/07  16:37:38
34259         Log: Make regular expression parse error messages easier to understand.
34260              
34261              Subject: Re: enhanced(?) regex error messages
34262              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34263              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
34264              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
34265      Branch: perl
34266            ! regcomp.c
34267 ____________________________________________________________________________
34268 [  6539] By: jhi                                   on 2000/08/07  16:12:27
34269         Log: Make bless(REF, REF) a fatal error, add bless tests.
34270              
34271              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
34272              From: Hugo <hv@crypt.compulink.co.uk>
34273              Date: Mon, 07 Aug 2000 16:59:38 +0100
34274              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
34275      Branch: perl
34276            + t/op/bless.t
34277            ! MANIFEST pod/perldiag.pod pp.c sv.c
34278 ____________________________________________________________________________
34279 [  6538] By: jhi                                   on 2000/08/07  15:59:43
34280         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
34281              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
34282              Date: Thu, 3 Aug 2000 14:29:21 -0700
34283              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
34284      Branch: perl
34285            ! lib/lib_pm.PL
34286 ____________________________________________________________________________
34287 [  6537] By: jhi                                   on 2000/08/07  15:47:18
34288         Log: Retract #6419 for now since it breaks in AFS and MachTen.
34289      Branch: perl
34290            ! lib/Cwd.pm
34291 ____________________________________________________________________________
34292 [  6536] By: jhi                                   on 2000/08/07  15:05:29
34293         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
34294              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
34295              The security hole exists only in suidperls, which isn't
34296              installed or even built by default.
34297      Branch: perl
34298            ! perl.c
34299 ____________________________________________________________________________
34300 [  6535] By: jhi                                   on 2000/08/07  14:45:14
34301         Log: tr memory corruption fix from Simon Cozens.
34302      Branch: perl
34303            ! doop.c
34304 ____________________________________________________________________________
34305 [  6534] By: jhi                                   on 2000/08/06  11:38:16
34306         Log: Document a bit that UDP is not what you might think.
34307              
34308              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
34309              From: Lupe Christoph <lupe@lupe-christoph.de>
34310              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
34311              Date: Mon, 24 Jul 2000 08:59:15 +0200
34312      Branch: perl
34313            ! pod/perlipc.pod
34314 ____________________________________________________________________________
34315 [  6533] By: jhi                                   on 2000/08/06  11:35:01
34316         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
34317              From: Jeff Pinyan <jeffp@hut.crusoe.net>
34318              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
34319              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
34320      Branch: perl
34321            ! pod/perlfunc.pod
34322 ____________________________________________________________________________
34323 [  6532] By: jhi                                   on 2000/08/06  03:45:41
34324         Log: Have symbols for the IoTYPEs.
34325      Branch: perl
34326            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
34327 ____________________________________________________________________________
34328 [  6531] By: jhi                                   on 2000/08/06  01:33:55
34329         Log: Continue fixing the io warnings.  This also
34330              sort of fixes bug ID 20000802.003: the core dump
34331              is no more.  Whether the current behaviour is correct
34332              (giving a warning: "Not a format reference"), is another matter.
34333      Branch: perl
34334            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
34335            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
34336 ____________________________________________________________________________
34337 [  6530] By: jhi                                   on 2000/08/05  21:33:12
34338         Log: Change the Policy policy: now -Dprefix= with an existing
34339              Policy.sh and prefix == siteprefix == vendorprefix, then all
34340              of them follow along the new prefix.
34341              
34342              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
34343              From: Andy Dougherty <doughera@lafayette.edu>
34344              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
34345              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
34346      Branch: perl
34347            ! Policy_sh.SH
34348 ____________________________________________________________________________
34349 [  6529] By: jhi                                   on 2000/08/05  18:57:28
34350         Log: Zap lib/Sys directory when cleaning up.
34351      Branch: perl
34352            ! Makefile.SH
34353 ____________________________________________________________________________
34354 [  6528] By: jhi                                   on 2000/08/05  18:40:44
34355         Log: Essential prototype changes were missing from #6527.
34356              Also make report_evil_fh() more bomb-proof.
34357      Branch: perl
34358            ! embed.h util.c
34359 ____________________________________________________________________________
34360 [  6527] By: jhi                                   on 2000/08/05  03:22:05
34361         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
34362              From: "Ronald F. Guilmette" <rfg@monkeys.com>
34363              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
34364              Message-Id: <200007242247.PAA52177@monkeys.com>
34365      Branch: perl
34366            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
34367 ____________________________________________________________________________
34368 [  6526] By: jhi                                   on 2000/08/04  21:23:27
34369         Log: gcc versions might have (parentheses) in them.
34370      Branch: metaconfig/U/perl
34371            ! gccvers.U
34372      Branch: perl
34373            ! Configure config_h.SH
34374 ____________________________________________________________________________
34375 [  6525] By: jhi                                   on 2000/08/04  20:23:12
34376         Log: Weed buglets pointed out by
34377              
34378              From: Lupe Christoph <lupe@lupe-christoph.de>
34379              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
34380              Date: Fri, 4 Aug 2000 17:34:39 +0200
34381              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
34382      Branch: metaconfig/U/perl
34383            ! gccvers.U uselfs.U
34384      Branch: perl
34385            ! Configure config_h.SH
34386 ____________________________________________________________________________
34387 [  6524] By: jhi                                   on 2000/08/04  19:02:08
34388         Log: Warn under -w if lstat(FH) is attempted.
34389              
34390              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
34391              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
34392              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
34393              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
34394      Branch: perl
34395            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
34396            ! t/pragma/warn/pp_sys
34397 ____________________________________________________________________________
34398 [  6523] By: jhi                                   on 2000/08/04  12:31:11
34399         Log: Subject: New perlcc, take 2
34400              From: simon@brecon.co.uk (Simon Cozens)
34401              Date: 4 Aug 2000 06:21:04 GMT
34402              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
34403      Branch: perl
34404            ! utils/perlcc.PL
34405 ____________________________________________________________________________
34406 [  6522] By: jhi                                   on 2000/08/04  12:26:33
34407         Log: Subject: Re: Array vs. List context
34408              From: Daniel Chetlin <daniel@chetlin.com>
34409              Date: Fri, 4 Aug 2000 00:22:44 -0700
34410              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
34411      Branch: perl
34412            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
34413            ! pod/perlfaq4.pod
34414 ____________________________________________________________________________
34415 [  6521] By: jhi                                   on 2000/08/04  12:22:38
34416         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
34417              From: Raymund Will <ray@caldera.de>
34418              Date: Fri, 4 Aug 2000 12:07:09 +0200
34419              Message-Id: <20000804120709.A14982@caldera.de>
34420      Branch: perl
34421            ! configure.gnu
34422 ____________________________________________________________________________
34423 [  6520] By: jhi                                   on 2000/08/04  04:09:06
34424         Log: After the #6519 a warning about stat() is just that,
34425              not about a filetest, which now have their own warning.
34426      Branch: perl
34427            ! pod/perldiag.pod
34428 ____________________________________________________________________________
34429 [  6519] By: jhi                                   on 2000/08/04  04:06:30
34430         Log: In the warnings call filehandles consistently so;
34431              add "unopened" warning for stat().
34432      Branch: perl
34433            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
34434            ! t/pragma/warn/pp_sys
34435 ____________________________________________________________________________
34436 [  6518] By: jhi                                   on 2000/08/04  02:55:35
34437         Log: Subject: Minor tweak to perlvar.pod
34438              From: "Stephen P. Potter" <spp@ds.net>
34439              Date: Tue, 18 Apr 2000 09:26:03 -0400
34440              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
34441      Branch: perl
34442            ! pod/perlvar.pod
34443 ____________________________________________________________________________
34444 [  6517] By: jhi                                   on 2000/08/04  02:50:08
34445         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
34446              From: "Clinton Pierce" <cpierce1@ford.com>
34447              Date: Wed, 21 Jul 1999 16:45:31 -0400
34448              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
34449              
34450              Fix by Stephen Potter (visible in the bug db but not in p5p?)
34451      Branch: perl
34452            ! pod/perlfunc.pod pod/perlop.pod
34453 ____________________________________________________________________________
34454 [  6516] By: jhi                                   on 2000/08/04  02:09:25
34455         Log: This is 6512.  Really.
34456      Branch: perl
34457            ! dump.c
34458 ____________________________________________________________________________
34459 [  6515] By: jhi                                   on 2000/08/04  01:25:50
34460         Log: mention the idea of @( and @)
34461      Branch: perl
34462            ! Todo-5.6
34463 ____________________________________________________________________________
34464 [  6514] By: bailey                                on 2000/08/04  01:18:46
34465         Log: YA resync with mainstem, including VMS patches from others
34466      Branch: vmsperl
34467           +> (branch 48 files)
34468            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
34469           !> (integrate 354 files)
34470 ____________________________________________________________________________
34471 [  6513] By: jhi                                   on 2000/08/04  01:18:18
34472         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
34473              From: Mark Dickinson <dickins3@fas.harvard.edu>
34474              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
34475              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
34476      Branch: perl
34477            ! t/op/grent.t t/op/pwent.t
34478 ____________________________________________________________________________
34479 [  6512] By: jhi                                   on 2000/08/04  01:14:06
34480         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
34481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34482              Date: Wed, 02 Aug 2000 10:51:01 +0100
34483              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
34484      Branch: perl
34485            ! sv.c
34486 ____________________________________________________________________________
34487 [  6511] By: jhi                                   on 2000/08/04  00:57:00
34488         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
34489              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34490              Date: Thu, 03 Aug 2000 17:20:04 -0700
34491              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
34492      Branch: metaconfig
34493            ! U/modified/Cppsym.U
34494      Branch: perl
34495            ! Configure config_h.SH
34496 ____________________________________________________________________________
34497 [  6510] By: jhi                                   on 2000/08/04  00:25:28
34498         Log: detypo
34499      Branch: perl
34500            ! Makefile.SH
34501 ____________________________________________________________________________
34502 [  6509] By: jhi                                   on 2000/08/03  23:43:18
34503         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
34504              From: Dominic Dunlop <domo@computer.org>
34505              Date: Thu, 3 Aug 2000 22:16:46 +0200
34506              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
34507      Branch: perl
34508            ! t/op/sprintf.t
34509 ____________________________________________________________________________
34510 [  6508] By: jhi                                   on 2000/08/03  23:40:37
34511         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
34512              From: Hugo <hv@crypt.compulink.co.uk>
34513              Date: Thu, 03 Aug 2000 18:25:30 +0100
34514              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
34515      Branch: perl
34516            ! regcomp.c t/op/re_tests
34517 ____________________________________________________________________________
34518 [  6507] By: jhi                                   on 2000/08/03  23:38:28
34519         Log: Subject: [PATCH] sv.h documentation - SvLEN
34520              From: Mike Guy <mjtg@cam.ac.uk>
34521              Date: Thu, 03 Aug 2000 14:43:09 +0100
34522              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
34523      Branch: perl
34524            ! sv.h
34525 ____________________________________________________________________________
34526 [  6506] By: jhi                                   on 2000/08/03  15:49:14
34527         Log: Disable the fix_pl hack for now.
34528      Branch: perl
34529            ! Makefile.SH
34530 ____________________________________________________________________________
34531 [  6505] By: jhi                                   on 2000/08/03  13:49:04
34532         Log: Add a URL for FSF.
34533              
34534              Subject: Patch for README
34535              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34536              Date: Wed, 2 Aug 2000 13:25:09 -0500
34537              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
34538      Branch: perl
34539            ! README
34540 ____________________________________________________________________________
34541 [  6504] By: jhi                                   on 2000/08/03  13:29:19
34542         Log: Be more informative on what is skipped and why,
34543              also repeat the list at the end.
34544      Branch: perl
34545            ! Porting/p4desc
34546 ____________________________________________________________________________
34547 [  6503] By: jhi                                   on 2000/08/03  13:07:05
34548         Log: Circumvent the removal of .patch by fix_pl.
34549              
34550              Subject: Re: [ID 20000802.011] unable to 'make test'          
34551              From: simon@brecon.co.uk (Simon Cozens) 
34552              Date: 3 Aug 2000 04:17:00 GMT
34553              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
34554      Branch: perl
34555            ! Makefile.SH
34556 ____________________________________________________________________________
34557 [  6502] By: jhi                                   on 2000/08/03  00:14:34
34558         Log: Add the missing setproctitle unit.
34559      Branch: metaconfig/U/perl
34560            + d_setproctitle.U
34561 ____________________________________________________________________________
34562 [  6501] By: jhi                                   on 2000/08/03  00:00:26
34563         Log: The subtest 4 may fail also on VOBS, as pointed out
34564              by Nick Ing-Simmons in November 1999, bug id 19991124.003
34565              (but the failure in that bug report isn't the subtest 4).
34566      Branch: perl
34567            ! t/op/stat.t
34568 ____________________________________________________________________________
34569 [  6500] By: jhi                                   on 2000/08/02  23:49:30
34570         Log: Better skip message for the test; one of the two problems in
34571              
34572              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
34573              From: Lupe Christoph <lupe@lupe-christoph.de>
34574              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
34575              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
34576      Branch: perl
34577            ! t/op/numconvert.t
34578 ____________________________________________________________________________
34579 [  6499] By: jhi                                   on 2000/08/02  22:49:16
34580         Log: Allow "no Module;" even if there is no 'unimport'.
34581              
34582              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
34583              From: mjd@plover.com
34584              Date: 24 Mar 2000 15:24:34 -0000
34585              Message-Id: <20000324152434.15160.qmail@plover.com>
34586      Branch: perl
34587            ! gv.c
34588 ____________________________________________________________________________
34589 [  6498] By: jhi                                   on 2000/08/02  22:42:58
34590         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
34591              that are hopefully soon put into use.
34592      Branch: perl
34593            ! opcode.h opcode.pl opnames.h
34594 ____________________________________________________________________________
34595 [  6497] By: gsar                                  on 2000/08/02  22:28:59
34596         Log: require.t needs binmode() to work on windows
34597      Branch: perl
34598            ! t/comp/require.t
34599 ____________________________________________________________________________
34600 [  6496] By: jhi                                   on 2000/08/02  22:08:51
34601         Log: Document the IVdf UVuf UVof UVxf.
34602      Branch: perl
34603            ! pod/perlguts.pod
34604 ____________________________________________________________________________
34605 [  6495] By: jhi                                   on 2000/08/02  21:54:26
34606         Log: detypo #6494
34607      Branch: perl
34608            ! ext/Data/Dumper/Dumper.xs
34609 ____________________________________________________________________________
34610 [  6494] By: jhi                                   on 2000/08/02  21:49:17
34611         Log: Dump UVs as UVs in Data::Dumper.
34612              
34613              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
34614              From: Gurusamy Sarathy <gsar@ActiveState.com>
34615              Date: Thu, 27 Apr 2000 12:26:25 -0700
34616              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
34617      Branch: perl
34618            ! ext/Data/Dumper/Dumper.xs
34619 ____________________________________________________________________________
34620 [  6493] By: jhi                                   on 2000/08/02  17:01:58
34621         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
34622              From: Hugo <hv@crypt.compulink.co.uk>
34623              Date: Wed, 02 Aug 2000 14:53:56 +0100
34624              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
34625      Branch: perl
34626            ! regexec.c t/op/re_tests
34627 ____________________________________________________________________________
34628 [  6492] By: jhi                                   on 2000/08/02  15:02:46
34629         Log: The new setproctitle() feature is available only in 
34630              bleeding edge FreeBSD.  From Paul Saab.
34631      Branch: perl
34632            ! mg.c
34633 ____________________________________________________________________________
34634 [  6491] By: jhi                                   on 2000/08/02  13:34:36
34635         Log: The tr utf8 patching continues.
34636              
34637              Subject: Re: #6469, too many tests claimed in require.t
34638              From: simon@brecon.co.uk (Simon Cozens)
34639              Date: 2 Aug 2000 02:37:17 GMT
34640              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
34641              
34642              (the logic of the test was the wrong way round in the patch)
34643      Branch: perl
34644            ! doop.c
34645 ____________________________________________________________________________
34646 [  6490] By: jhi                                   on 2000/08/02  13:27:38
34647         Log: The name of a filehandle does not have <these>.
34648      Branch: perl
34649            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
34650            ! t/pragma/warn/pp_sys util.c
34651 ____________________________________________________________________________
34652 [  6489] By: jhi                                   on 2000/08/02  04:26:46
34653         Log: Remove the extraneous "main::" prefix from all the
34654              "opened only for", "on closed", and "never opened" warnings.
34655              
34656              Subject: Re: inappropriate warning
34657              From: Gurusamy Sarathy <gsar@ActiveState.com>
34658              Date: Mon, 20 Mar 2000 11:28:02 -0800
34659              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
34660      Branch: perl
34661            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
34662            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
34663            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
34664 ____________________________________________________________________________
34665 [  6488] By: jhi                                   on 2000/08/02  03:02:57
34666         Log: memcpy has n o in it, as pinted ut by Sarathy.
34667      Branch: perl
34668            ! pod/perlguts.pod
34669 ____________________________________________________________________________
34670 [  6487] By: jhi                                   on 2000/08/02  02:44:51
34671         Log: Document in one place the memory abstractions used in Perl core.
34672              
34673              Subject: Re: Memory abstraction
34674              From: simon@brecon.co.uk (Simon Cozens)
34675              Date: 2 Aug 2000 02:20:23 GMT
34676              Organization: Earth.li Origins
34677      Branch: perl
34678            ! pod/perlguts.pod
34679 ____________________________________________________________________________
34680 [  6486] By: jhi                                   on 2000/08/02  02:41:57
34681         Log: regen_headers, regen perltoc.
34682      Branch: perl
34683            ! perlapi.c pod/perltoc.pod
34684 ____________________________________________________________________________
34685 [  6485] By: jhi                                   on 2000/08/02  01:43:33
34686         Log: "This little thing tests for a file .patch, and if it contains
34687              a number, pops into patchlevel.h" (making it easier to track
34688              which development version people are reporting bugs against)
34689              
34690              Subject: Patchlevel autogeneration for repository perls
34691              From: simon@brecon.co.uk (Simon Cozens)
34692              Date: 14 Jul 2000 07:12:15 GMT
34693              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
34694      Branch: perl
34695            + fix_pl
34696            ! MANIFEST Makefile.SH
34697 ____________________________________________________________________________
34698 [  6484] By: jhi                                   on 2000/08/02  01:32:54
34699         Log: FreeBSD 3.* updates from
34700              
34701              From: Paul Saab <ps@yahoo-inc.com>
34702              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
34703              Date: Tue, 1 Aug 2000 15:41:39 -0700
34704              Message-Id: <20000801154139.A53740@yahoo-inc.com>
34705      Branch: perl
34706            ! hints/freebsd.sh
34707 ____________________________________________________________________________
34708 [  6483] By: jhi                                   on 2000/08/02  01:27:44
34709         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
34710              instead one must use setproctitle().  This was already addressed
34711              by change #6457, but the below has a new variant for FreeBSD 4.0
34712              or later, and the matter is also documented more.
34713              
34714              From: Paul Saab <ps@yahoo-inc.com>
34715              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
34716              Date: Tue, 1 Aug 2000 15:41:39 -0700
34717              Message-Id: <20000801154139.A53740@yahoo-inc.com>
34718      Branch: metaconfig/U/perl
34719            + i_libutil.U
34720      Branch: perl
34721            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
34722 ____________________________________________________________________________
34723 [  6482] By: jhi                                   on 2000/08/01  22:17:32
34724         Log: The test from this
34725              
34726              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
34727              Date: Sat, 15 Apr 2000 17:03:44 +0100
34728              From: Tom Hughes <tom@compton.nu>
34729              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
34730              
34731              was missing, the code change went in as #5989
34732              (which had a different test?)
34733      Branch: perl
34734            ! t/op/misc.t
34735 ____________________________________________________________________________
34736 [  6481] By: jhi                                   on 2000/08/01  21:48:38
34737         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
34738              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34739              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
34740              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
34741      Branch: perl
34742            ! perl.h
34743 ____________________________________________________________________________
34744 [  6480] By: jhi                                   on 2000/08/01  18:05:28
34745         Log: Make p4desc to skip non-mainperl branches by default.
34746      Branch: perl
34747            ! Porting/p4desc
34748 ____________________________________________________________________________
34749 [  6479] By: jhi                                   on 2000/08/01  17:29:19
34750         Log: If gccosandvers is equal to osname, clear gccosandvers.
34751      Branch: metaconfig/U/perl
34752            ! gccvers.U
34753      Branch: perl
34754            ! Configure config_h.SH
34755 ____________________________________________________________________________
34756 [  6478] By: jhi                                   on 2000/08/01  15:54:08
34757         Log: BOM patching from Simon Cozens.
34758      Branch: perl
34759            ! toke.c
34760 ____________________________________________________________________________
34761 [  6477] By: jhi                                   on 2000/08/01  04:50:33
34762         Log: Stash away the largefiles flags and libswanted.
34763      Branch: perl
34764            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
34765 ____________________________________________________________________________
34766 [  6476] By: gsar                                  on 2000/08/01  04:24:24
34767         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
34768              on Windows)
34769      Branch: perl
34770            ! t/pragma/utf8.t utf8.c win32/win32.c
34771 ____________________________________________________________________________
34772 [  6475] By: jhi                                   on 2000/08/01  03:35:24
34773         Log: Make chr() for values >127 to create utf8 when under utf8.
34774              
34775              Subject: Re: uft8/chr()
34776              From: simon@brecon.co.uk (Simon Cozens)
34777              Date: 1 Aug 2000 02:37:02 GMT
34778              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
34779      Branch: perl
34780            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
34781 ____________________________________________________________________________
34782 [  6474] By: jhi                                   on 2000/08/01  02:36:18
34783         Log: In Digital UNIX warn if gcc explicitly chosen because even
34784              2.95.2 is known to cause problems.
34785      Branch: perl
34786            ! hints/dec_osf.sh
34787 ____________________________________________________________________________
34788 [  6473] By: jhi                                   on 2000/08/01  02:00:56
34789         Log: Make the safety catch for buggy gccs work with triple version
34790              numbers like 2.95.2.  Reported in
34791              
34792              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
34793              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
34794              Date: Mon, 31 Jul 2000 14:55:06 +0200
34795              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
34796      Branch: perl
34797            ! hints/dec_osf.sh
34798 ____________________________________________________________________________
34799 [  6472] By: jhi                                   on 2000/08/01  01:13:33
34800         Log: Subject: fix and question re: waitpid() under win32
34801              From: Brian Clarke <clarke@appliedmeta.com>
34802              Date: Fri, 28 Jul 2000 15:18:29 -0400
34803              Message-ID: <3981DC85.290314EB@appliedmeta.com>
34804              
34805              Slightly reformatted and WNOHANG # define moved to win32.h
34806              so that also POSIX.xs sees it, as suggsted by Sarathy.
34807      Branch: perl
34808            ! win32/win32.c win32/win32.h
34809 ____________________________________________________________________________
34810 [  6471] By: jhi                                   on 2000/08/01  00:55:05
34811         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
34812              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34813              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
34814              Date: Mon, 31 Jul 2000 13:28:51 +0100
34815              
34816              (aka ID 20000730.002)
34817      Branch: perl
34818            ! op.c t/op/tr.t
34819 ____________________________________________________________________________
34820 [  6470] By: jhi                                   on 2000/07/31  23:34:42
34821         Log: Document the problem with -P in HP-UX and its workaround.
34822              
34823              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
34824              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
34825              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
34826              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
34827      Branch: perl
34828            ! README.hpux
34829 ____________________________________________________________________________
34830 [  6469] By: jhi                                   on 2000/07/31  04:15:02
34831         Log: The swallow_bom() saga continues.  The #23 of require.t
34832              (UTF16-LE) still fails (silently, no output) but the #22
34833              (UTF16-BE) seems to be working now.  The root of the
34834              failure may be in sv_gets(): is it UTF-16LE-aware,
34835              especially when it comes to line endings? 
34836      Branch: perl
34837            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
34838            ! t/comp/require.t toke.c utf8.c
34839 ____________________________________________________________________________
34840 [  6468] By: jhi                                   on 2000/07/30  19:05:48
34841         Log: Find green threads before native threads.
34842              
34843              Subject: Re: Patch to jpl/JNI/Makefile.PL
34844              From: Jens Thomsen <jens@fiend.cis.com>
34845              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
34846              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
34847      Branch: perl
34848            ! jpl/JNI/Makefile.PL
34849 ____________________________________________________________________________
34850 [  6467] By: jhi                                   on 2000/07/30  18:36:22
34851         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
34852      Branch: perl
34853            ! doop.c
34854 ____________________________________________________________________________
34855 [  6466] By: jhi                                   on 2000/07/30  04:37:29
34856         Log: A new version of the "remove UPPERACSE string comparison"
34857              operators.  The problem with the previous one (change #6454)
34858              was that it was for Perl 5.6.0.  From Paul Marquess.
34859      Branch: perl
34860            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
34861            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
34862            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
34863 ____________________________________________________________________________
34864 [  6465] By: jhi                                   on 2000/07/29  22:39:56
34865         Log: Do not upgrade SVs into utf8 just because they participate
34866              in eq or cmp.  Reported and fix suggested in
34867              
34868              Subject: [ID 20000720.009] sv_eq UTF8 bug
34869              From: "Simon Cozens" <simon@othersideofthe.earth.li>
34870              Date: 21 Jul 2000 04:37:29 -0000
34871              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
34872              
34873              Exercise for the kind reader: should we or should we not
34874              cache the utf8 conversion alonside the SV? (as magic,
34875              as thestrxfrm()ed version is cached under use locale)
34876              Argue both for and against.
34877      Branch: perl
34878            ! sv.c
34879 ____________________________________________________________________________
34880 [  6464] By: jhi                                   on 2000/07/29  22:36:22
34881         Log: Subject: UTF8 concat
34882              From: simon@brecon.co.uk (Simon Cozens) 
34883              Date: 30 Jun 2000 06:13:25 GMT
34884              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
34885              
34886              (with a memory leak fixed, plus a few casts added)
34887              
34888              This also seems to help for
34889              
34890              Subject: [ID 20000716.015] join UTF8 weirdness
34891              From: root <root@ak-71.mind.de> 
34892              Date: Sat, 15 Jul 2000 15:29:54 +0200
34893              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
34894              
34895              (from Andreas König)
34896      Branch: perl
34897            ! pp_hot.c
34898 ____________________________________________________________________________
34899 [  6463] By: jhi                                   on 2000/07/29  00:55:39
34900         Log: Tune the comments and hopefully stop a memory leak.
34901      Branch: perl
34902            ! toke.c utf8.c
34903 ____________________________________________________________________________
34904 [  6462] By: jhi                                   on 2000/07/29  00:16:53
34905         Log: The problem described in this
34906              
34907              Subject: [ID 20000322.018] named chars aren't magical enough
34908              From: root <root@dixie.cscaper.com>     
34909              Date: Wed, 22 Mar 2000 18:37:42 -0700
34910              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
34911              
34912              has been fixed in perl 5.6.0 but just in case added a test
34913              to keep it away.  (The report from Joseph Hall.)
34914      Branch: perl
34915            ! t/lib/charnames.t
34916 ____________________________________________________________________________
34917 [  6461] By: jhi                                   on 2000/07/28  23:56:36
34918         Log: Tiny fixes for #6460.
34919      Branch: metaconfig/U/perl
34920            ! gccvers.U
34921      Branch: perl
34922            ! Configure config_h.SH
34923 ____________________________________________________________________________
34924 [  6460] By: jhi                                   on 2000/07/28  23:24:41
34925         Log: Warn if the version of the operating system used to compile gcc
34926              differs from the current version of the operating system.
34927              Also display the gcc compilation os and version in myconfig.
34928              Inspiration from
34929              
34930              Subject: Re: [ID 20000710.003] ERRORS!!         
34931              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34932              Date: Mon, 10 Jul 2000 15:54:16 -0400
34933              Message-ID: <20000710155416.A1384@O2.chapin.edu>
34934      Branch: metaconfig/U/perl
34935            ! gccvers.U
34936      Branch: perl
34937            ! Configure config_h.SH myconfig.SH
34938 ____________________________________________________________________________
34939 [  6459] By: jhi                                   on 2000/07/28  22:00:32
34940         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
34941              letter to $Config{osvers}.
34942      Branch: metaconfig
34943            ! U/modified/Oldconfig.U
34944      Branch: perl
34945            ! Configure config_h.SH
34946 ____________________________________________________________________________
34947 [  6458] By: jhi                                   on 2000/07/28  04:15:39
34948         Log: Back out #6454, doesn't seem to work.
34949              (Reason: that patch was for perl 5.6.0, not perl-current)
34950              (A version of the patch for perl-current came in later as #6466)
34951      Branch: perl
34952            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
34953            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
34954            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
34955 ____________________________________________________________________________
34956 [  6457] By: jhi                                   on 2000/07/27  23:31:49
34957         Log: Use setproctitle() if available to modify $0.
34958              
34959              Subject: setting $* on BSD4 broken
34960              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34961              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
34962              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
34963      Branch: metaconfig
34964            ! U/modified/Myinit.U
34965      Branch: perl
34966            ! Configure config_h.SH mg.c
34967 ____________________________________________________________________________
34968 [  6456] By: jhi                                   on 2000/07/27  14:50:47
34969         Log: Allow "no AutoLoader;", based on change #6444,
34970              suggested by Graham Barr.
34971      Branch: perl
34972            ! lib/AutoLoader.pm
34973 ____________________________________________________________________________
34974 [  6455] By: jhi                                   on 2000/07/27  14:19:10
34975         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
34976              From: rspier@pobox.com (Robert Spier)
34977              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
34978              Message-ID: <14720.15855.787664.424783@rls.cx>
34979      Branch: perl
34980            ! pod/perldiag.pod
34981 ____________________________________________________________________________
34982 [  6454] By: jhi                                   on 2000/07/27  14:03:02
34983         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
34984              for a long time).
34985              
34986              Reported in
34987              
34988              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
34989              From: Ryan Herbert <rherbert@sycamorehq.com>
34990              Date: Mon, 17 Jul 2000 11:40:42 -0400
34991              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
34992              
34993              Patched in
34994              
34995              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
34996              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
34997              Date: Wed, 26 Jul 2000 23:40:18 +0100
34998              Message-ID: <000001bff752$79511880$0a17073e@tiny>
34999              
35000              based on an earlier patch from Stephen P. Potter.
35001              
35002              (Removed later by change #6458 because this patch was for
35003              perl 5.6.0, not perl-current)
35004      Branch: perl
35005            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
35006            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
35007            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
35008 ____________________________________________________________________________
35009 [  6453] By: jhi                                   on 2000/07/27  13:48:02
35010         Log: Subject: [PATCH] fixes bug 20000508.004
35011              From: Michael Stevens <mstevens@globnix.org>
35012              Date: Thu, 27 Jul 2000 13:49:04 +0100
35013              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
35014      Branch: perl
35015            ! pod/perldata.pod
35016 ____________________________________________________________________________
35017 [  6452] By: jhi                                   on 2000/07/26  23:51:26
35018         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
35019              and Craig A. Berry.
35020      Branch: perl
35021            ! lib/File/Temp.pm pod/perlport.pod
35022 ____________________________________________________________________________
35023 [  6451] By: jhi                                   on 2000/07/26  19:43:30
35024         Log: Be wary of close()s, too.
35025              
35026              Subject: Re: [PATCH] perlbug cleanup
35027              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35028              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
35029              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
35030      Branch: perl
35031            ! utils/perlbug.PL
35032 ____________________________________________________________________________
35033 [  6450] By: jhi                                   on 2000/07/26  18:41:40
35034         Log: Subject: Minor doc patch: handy.h
35035              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
35036              Date: Wed, 26 Jul 2000 15:34:25 -0300
35037              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
35038      Branch: perl
35039            ! handy.h pod/perlapi.pod
35040 ____________________________________________________________________________
35041 [  6449] By: jhi                                   on 2000/07/26  18:23:55
35042         Log: Subject: [PATCH] minor doc change - perlguts
35043              From: Michael Stevens <mstevens@globnix.org>
35044              Date: Thu, 13 Jul 2000 12:39:18 +0100
35045              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
35046      Branch: perl
35047            ! pod/perlguts.pod
35048 ____________________________________________________________________________
35049 [  6448] By: jhi                                   on 2000/07/26  18:20:30
35050         Log: open() wariness in perlbug.
35051              
35052              Subject: [PATCH] perlbug cleanup
35053              From: Michael Stevens <mstevens@globnix.org>
35054              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
35055              Date: Thu, 13 Jul 2000 15:52:23 +0100
35056      Branch: perl
35057            ! utils/perlbug.PL
35058 ____________________________________________________________________________
35059 [  6447] By: jhi                                   on 2000/07/26  18:13:04
35060         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
35061      Branch: perl
35062            ! lib/File/Temp.pm t/lib/ftmp-security.t
35063 ____________________________________________________________________________
35064 [  6446] By: jhi                                   on 2000/07/26  18:06:32
35065         Log: docfix from Peter Scott <Peter@PSDT.com>.
35066      Branch: perl
35067            ! pod/perlfunc.pod
35068 ____________________________________________________________________________
35069 [  6445] By: jhi                                   on 2000/07/26  17:53:31
35070         Log: Fix *foo{FORMAT}.
35071              
35072              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35073              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
35074              Date: Wed, 26 Jul 2000 19:51:02 +0200
35075              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
35076              
35077              From: Graham Barr <gbarr@pobox.com>
35078              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
35079              Date: Wed, 26 Jul 2000 17:38:36 +0100
35080              Message-ID: <20000726173836.L472@pobox.com>
35081      Branch: perl
35082            ! pp.c sv.c t/op/gv.t
35083 ____________________________________________________________________________
35084 [  6444] By: jhi                                   on 2000/07/26  17:49:14
35085         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
35086              from Graham Barr in the module list.
35087      Branch: perl
35088            ! gv.c pod/perlobj.pod
35089 ____________________________________________________________________________
35090 [  6443] By: jhi                                   on 2000/07/26  16:06:56
35091         Log: More split() doc and test patches from Mike Guy.
35092      Branch: perl
35093            ! pod/perlfunc.pod t/op/split.t
35094 ____________________________________________________________________________
35095 [  6442] By: jhi                                   on 2000/07/26  16:05:30
35096         Log: MacOS nits from Matthias Neeracher.
35097      Branch: perl
35098            ! perl.c pp_ctl.c
35099 ____________________________________________________________________________
35100 [  6441] By: jhi                                   on 2000/07/26  04:39:57
35101         Log: Subject: [PATCH] split /^/
35102              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35103              Date: Tue, 25 Jul 2000 14:18:57 +0100
35104              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
35105              
35106              (with notes from tchrist and gbarr)
35107      Branch: perl
35108            ! pod/perlfunc.pod t/op/split.t
35109 ____________________________________________________________________________
35110 [  6440] By: jhi                                   on 2000/07/26  04:32:32
35111         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
35112              From: Peter Prymmer <pvhp@forte.com>
35113              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
35114              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
35115      Branch: perl
35116            ! vms/munchconfig.c
35117 ____________________________________________________________________________
35118 [  6439] By: jhi                                   on 2000/07/26  04:31:01
35119         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
35120              to be fatal errors (instead of by default ignoring them, and
35121              ignoring with a bug: even though -w gave an error, the opening [
35122              was left in)  Reported in:
35123              
35124              Subject: [ID 20000716.024] [=cc=] / [:blank:]
35125              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
35126              Date: Sun, 16 Jul 2000 17:55:29 -0700
35127              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
35128      Branch: perl
35129            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
35130 ____________________________________________________________________________
35131 [  6438] By: jhi                                   on 2000/07/25  15:41:15
35132         Log: Subject: [PATCH] av.c apidoc
35133              From: simon@brecon.co.uk (Simon Cozens)
35134              Date: 24 Jul 2000 06:40:52 GMT
35135              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
35136      Branch: perl
35137            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
35138            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
35139 ____________________________________________________________________________
35140 [  6437] By: jhi                                   on 2000/07/25  14:05:36
35141         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
35142              From: "Stephen P. Potter" <spp@ds.net>
35143              Date: Mon, 24 Jul 2000 14:22:23 -0400
35144              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
35145      Branch: perl
35146            ! pod/perllocale.pod
35147 ____________________________________________________________________________
35148 [  6436] By: jhi                                   on 2000/07/25  14:02:03
35149         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
35150              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35151              Date: Mon, 24 Jul 2000 18:04:28 +0100
35152              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
35153      Branch: perl
35154            ! t/lib/syslfs.t t/op/lfs.t
35155 ____________________________________________________________________________
35156 [  6435] By: jhi                                   on 2000/07/25  13:59:28
35157         Log: Get UTF16 BOMs working.  Patch from
35158              
35159              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35160              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35161              Date: Tue, 25 Jul 2000 12:52:45 +0100
35162              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
35163              
35164              and notes from
35165              
35166              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35167              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35168              Date: Tue, 25 Jul 2000 11:43:25 +0100
35169              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
35170      Branch: perl
35171            ! t/comp/require.t toke.c utf8.c
35172 ____________________________________________________________________________
35173 [  6434] By: jhi                                   on 2000/07/25  02:39:54
35174         Log: Make the "uninit variable" warning to say "concat or string"
35175              or "join or string" when in concat or join .
35176              
35177              Subject: Re: [ID 20000403.009] uninitialised concatenation???
35178              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35179              Date: Tue, 04 Apr 2000 18:22:58 +0100
35180              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
35181              
35182              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
35183              From: William R Ward <hermit@BayView.COM>
35184              Date: Thu, 30 Mar 2000 19:50:03 -0800
35185              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
35186      Branch: perl
35187            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
35188            ! t/pragma/warn/op t/pragma/warn/sv
35189 ____________________________________________________________________________
35190 [  6433] By: jhi                                   on 2000/07/24  17:52:56
35191         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
35192      Branch: perl
35193            ! lib/File/Spec/VMS.pm
35194 ____________________________________________________________________________
35195 [  6432] By: jhi                                   on 2000/07/24  17:44:44
35196         Log: Test cases for #6431.
35197              
35198              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35199              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35200              Date: Mon, 24 Jul 2000 15:32:29 +0100
35201              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
35202      Branch: perl
35203            ! t/op/pat.t t/op/split.t
35204 ____________________________________________________________________________
35205 [  6431] By: jhi                                   on 2000/07/24  17:43:17
35206         Log: Bind op fix.
35207              
35208              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35209              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35210              Date: Mon, 17 Jul 2000 20:04:56 +0100
35211              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
35212      Branch: perl
35213            ! op.c
35214 ____________________________________________________________________________
35215 [  6430] By: jhi                                   on 2000/07/24  03:42:42
35216         Log: Subject: [ID 20000716.023] syslog test fails without sockets
35217              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35218              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
35219              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
35220      Branch: metaconfig/U/perl
35221            ! Extensions.U
35222      Branch: perl
35223            ! Configure config_h.SH
35224 ____________________________________________________________________________
35225 [  6429] By: jhi                                   on 2000/07/24  03:11:52
35226         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
35227              case, but add also notes explaining the relationship of this
35228              patch and the earlier notes by Sarathy.
35229              
35230              Subject: Map is still slow
35231              From: "Ben Tilly" <ben_tilly@hotmail.com>
35232              Date: Sat, 15 Jul 2000 17:23:27 EDT
35233              Message-ID: <20000715212327.21656.qmail@hotmail.com>
35234      Branch: perl
35235            ! pp_ctl.c
35236 ____________________________________________________________________________
35237 [  6428] By: jhi                                   on 2000/07/24  02:58:52
35238         Log: Documentation to explain the behaviour of map().
35239              
35240              Subject: Re: Map is still slow 
35241              From: Gurusamy Sarathy <gsar@ActiveState.com>
35242              Date: Sat, 15 Jul 2000 16:05:09 -0700
35243              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
35244      Branch: perl
35245            ! pp_ctl.c
35246 ____________________________________________________________________________
35247 [  6427] By: jhi                                   on 2000/07/24  02:50:03
35248         Log: Add tests for
35249              [ID 19991110.003] another matching finding by pcre author
35250              which has already been fixed by some patch, as verified in
35251              
35252              Subject: Re: two regex bugs from the mists of time (well, last November)
35253              From: Hugo <hv@crypt.compulink.co.uk>
35254              Date: Sat, 22 Jul 2000 18:12:58 +0100
35255              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
35256      Branch: perl
35257            ! t/op/re_tests
35258 ____________________________________________________________________________
35259 [  6426] By: jhi                                   on 2000/07/24  02:11:20
35260         Log: A missing 'break' after the [[:space:]] switch case.
35261              
35262              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
35263              From: "Stephen P. Potter" <spp@ds.net>
35264              Date: Tue, 18 Jul 2000 16:25:17 -0400
35265              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
35266      Branch: perl
35267            ! regcomp.c
35268 ____________________________________________________________________________
35269 [  6425] By: jhi                                   on 2000/07/24  02:06:12
35270         Log: The output might have been produced in the wrong order.
35271              
35272              Subject: [ID 20000720.003] [PATCH] t/op/write.t
35273              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35274              Date: Thu, 20 Jul 2000 18:49:18 +0100
35275              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
35276      Branch: perl
35277            ! t/op/write.t
35278 ____________________________________________________________________________
35279 [  6424] By: jhi                                   on 2000/07/24  02:00:07
35280         Log: Use STDOUT consistently.
35281              
35282              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
35283              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35284              Date: Thu, 20 Jul 2000 18:04:01 +0100
35285              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
35286      Branch: perl
35287            ! lib/Test/Harness.pm
35288 ____________________________________________________________________________
35289 [  6423] By: jhi                                   on 2000/07/24  01:54:54
35290         Log: Protect against "wild next"s, that is, callbacks doing "next"
35291              instead of "return".
35292              
35293              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
35294              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35295              Date: Tue, 18 Jul 2000 11:30:16 +0100
35296              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
35297      Branch: perl
35298            ! lib/File/Find.pm
35299 ____________________________________________________________________________
35300 [  6422] By: jhi                                   on 2000/07/24  01:35:47
35301         Log: Out-of-date note removed.
35302              
35303              Subject: [PATCH] documentation perlipc
35304              From: rspier@pobox.com (Robert Spier)
35305              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
35306              Message-ID: <14711.35178.572612.502654@rls.cx>
35307      Branch: perl
35308            ! pod/perlipc.pod
35309 ____________________________________________________________________________
35310 [  6421] By: jhi                                   on 2000/07/24  00:09:18
35311         Log: Send all installperl messages to STDERR and be -w clean.
35312              
35313              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
35314              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35315              Date: Sat, 22 Jul 2000 14:02:11 +0100
35316              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
35317      Branch: perl
35318            ! installperl
35319 ____________________________________________________________________________
35320 [  6420] By: jhi                                   on 2000/07/24  00:04:19
35321         Log: Decutandpasto.
35322              
35323              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
35324              From: "Richard Soderberg" <rs@crystalflame.net>
35325              Date: Sun, 23 Jul 2000 01:37:23 -0700
35326              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
35327      Branch: perl
35328            ! pod/perlipc.pod
35329 ____________________________________________________________________________
35330 [  6419] By: jhi                                   on 2000/07/24  00:01:12
35331         Log: A cleaner abs_path().
35332              Subject: Re: unix alternative to Cwd.pm
35333              From: Jeff Pinyan <jeffp@crusoe.net>
35334              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
35335              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
35336      Branch: perl
35337            ! lib/Cwd.pm
35338 ____________________________________________________________________________
35339 [  6418] By: jhi                                   on 2000/07/23  23:48:56
35340         Log: Detypo.
35341              
35342              Subject: [PATCH perl-current] Typo in hints/powerux.sh
35343              From: "Richard Soderberg" <rs@crystalflame.net>
35344              Date: Sun, 23 Jul 2000 01:27:33 -0700
35345              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
35346      Branch: perl
35347            ! hints/powerux.sh
35348 ____________________________________________________________________________
35349 [  6417] By: jhi                                   on 2000/07/17  22:13:31
35350         Log: Subject: SDBM_File documentation
35351              From: mjd@plover.com
35352              Date: 16 Jul 2000 17:41:17 -0000
35353              Message-ID: <20000716174117.18515.qmail@plover.com>
35354      Branch: perl
35355            ! ext/SDBM_File/SDBM_File.pm
35356 ____________________________________________________________________________
35357 [  6416] By: jhi                                   on 2000/07/17  19:13:26
35358         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
35359      Branch: perl
35360            ! hints/mpeix.sh mpeix/relink
35361 ____________________________________________________________________________
35362 [  6415] By: jhi                                   on 2000/07/15  14:11:02
35363         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
35364              the utf8 'characters' can be more than one octet).
35365              
35366              Date: Sat, 15 Jul 2000 00:21:56 +0100
35367              From: Tom Hughes <tom@compton.nu>
35368              Subject: Re: [ID 20000714.002]
35369              Message-ID: <db2334de49.tom@compton.compton.nu>
35370              
35371              Reported in
35372              
35373              Subject: [ID 20000714.002]
35374              From: "Simon Cozens" <simon@othersideofthe.earth.li>
35375              Date: 14 Jul 2000 15:13:09 -0000
35376              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
35377      Branch: perl
35378            ! doop.c
35379 ____________________________________________________________________________
35380 [  6414] By: jhi                                   on 2000/07/15  03:13:41
35381         Log: another VMS build tweak from Peter Prymmer
35382      Branch: perl
35383            ! vms/descrip_mms.template
35384 ____________________________________________________________________________
35385 [  6413] By: jhi                                   on 2000/07/15  03:10:40
35386         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
35387      Branch: perl
35388            ! vms/perlvms.pod
35389 ____________________________________________________________________________
35390 [  6412] By: jhi                                   on 2000/07/15  00:31:05
35391         Log: More docs for sv functions.
35392              
35393              Subject: [PATCH cfgperl] sv.c apidoc
35394              From: simon@brecon.co.uk (Simon Cozens)
35395              Date: 13 Jul 2000 09:00:20 GMT
35396              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
35397              
35398              Subject: Re: [PATCH cfgperl] sv.c apidoc
35399              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35400              Date: Thu, 13 Jul 2000 12:27:41 +0100
35401              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
35402              
35403              Subject: Re: [PATCH cfgperl] sv.c apidoc
35404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35405              Date: Thu, 13 Jul 2000 13:23:09 +0100
35406              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
35407              
35408              Subject: Re: [PATCH cfgperl] sv.c apidoc
35409              From: simon@brecon.co.uk (Simon Cozens)
35410              Date: 14 Jul 2000 06:51:02 GMT
35411              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
35412      Branch: perl
35413            ! embed.pl pod/perlapi.pod sv.c
35414 ____________________________________________________________________________
35415 [  6411] By: jhi                                   on 2000/07/15  00:10:41
35416         Log: lib/b test fixes from Peter Prymmer.
35417      Branch: perl
35418            ! t/lib/b.t
35419 ____________________________________________________________________________
35420 [  6410] By: jhi                                   on 2000/07/15  00:02:09
35421         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
35422              From: Hugo <hv@crypt.compulink.co.uk>
35423              Date: Fri, 14 Jul 2000 23:05:20 +0100
35424              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
35425              
35426              Didn't anymore apply, but that point still could use another fix.
35427      Branch: perl
35428            ! pod/perlfunc.pod
35429 ____________________________________________________________________________
35430 [  6409] By: jhi                                   on 2000/07/14  23:15:15
35431         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
35432              not in pod, from Peter Prymmer
35433      Branch: perl
35434            ! vms/descrip_mms.template
35435 ____________________________________________________________________________
35436 [  6408] By: jhi                                   on 2000/07/14  20:35:05
35437         Log: The bug report
35438              [ID 19991110.002] minimal matching discrepancy found by pcre author
35439              seems to have been fixed (though differently from what was suggested
35440              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
35441      Branch: perl
35442            ! t/op/re_tests
35443 ____________________________________________________________________________
35444 [  6407] By: jhi                                   on 2000/07/14  17:38:08
35445         Log: Fix AutoSplit to use File::Spec the right way in VMS,
35446              from Peter Prymmer.
35447      Branch: perl
35448            ! lib/AutoSplit.pm
35449 ____________________________________________________________________________
35450 [  6406] By: jhi                                   on 2000/07/14  14:13:22
35451         Log: Merge perlhacktut into perlhack, update perlguts.
35452              
35453              Subject: Re: Perlhacktut
35454              From: simon@brecon.co.uk (Simon Cozens)
35455              Date: 14 Jul 2000 06:49:21 GMT
35456              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
35457              
35458              Subject: Re: Perlhacktut
35459              From: simon@brecon.co.uk (Simon Cozens)
35460              Date: 14 Jul 2000 07:09:45 GMT
35461              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
35462      Branch: perl
35463            ! pod/perlguts.pod pod/perlhack.pod
35464 ____________________________________________________________________________
35465 [  6405] By: jhi                                   on 2000/07/14  14:02:31
35466         Log: Integrate with Sarathy.
35467      Branch: cfgperl
35468           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
35469           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
35470           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
35471 ____________________________________________________________________________
35472 [  6404] By: gsar                                  on 2000/07/14  12:15:02
35473         Log: PERL_OBJECT build tweaks
35474      Branch: perl
35475            ! toke.c
35476 ____________________________________________________________________________
35477 [  6403] By: gsar                                  on 2000/07/14  11:23:41
35478         Log: inconsistent types needs casts
35479      Branch: perl
35480            ! toke.c
35481 ____________________________________________________________________________
35482 [  6402] By: gsar                                  on 2000/07/14  11:12:04
35483         Log: typos in change#6399, regen headers
35484      Branch: perl
35485            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
35486 ____________________________________________________________________________
35487 [  6401] By: gsar                                  on 2000/07/14  10:59:12
35488         Log: typecasts needed for change#6394
35489      Branch: perl
35490            ! toke.c
35491 ____________________________________________________________________________
35492 [  6400] By: gsar                                  on 2000/07/14  10:49:37
35493         Log: integrate cfgperl contents into mainline
35494      Branch: perl
35495           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
35496           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
35497 ____________________________________________________________________________
35498 [  6399] By: gsar                                  on 2000/07/14  10:38:35
35499         Log: enable UTF-16 filter by default if relevant BOM is seen; various
35500              cleanups (typos, misformatted code, and small bugs)
35501      Branch: perl
35502            ! doop.c embed.pl mg.c op.c pp.c toke.c
35503 ____________________________________________________________________________
35504 [  6398] By: gsar                                  on 2000/07/14  08:55:38
35505         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
35506              name suggests anyway)
35507      Branch: perl
35508            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
35509 ____________________________________________________________________________
35510 [  6397] By: gsar                                  on 2000/07/14  08:44:33
35511         Log: move new variables to the end of the interpreter structure (for
35512              bincompat in code that doesn't #include XSUB.h)
35513      Branch: perl
35514            ! intrpvar.h
35515 ____________________________________________________________________________
35516 [  6396] By: gsar                                  on 2000/07/14  08:13:58
35517         Log: MakeMaker should not remove editor backups (*~) on `make clean`
35518              by default (completes change#6383)
35519      Branch: perl
35520            ! lib/ExtUtils/MM_Unix.pm
35521 ____________________________________________________________________________
35522 [  6395] By: jhi                                   on 2000/07/14  05:20:33
35523         Log: Replace change #6337 with a better one.
35524              
35525              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
35526              From: Hugo <hv@crypt.compulink.co.uk>
35527              Date: Fri, 14 Jul 2000 04:16:20 +0100
35528              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
35529      Branch: cfgperl
35530            ! regexec.c t/op/re_tests
35531 ____________________________________________________________________________
35532 [  6394] By: jhi                                   on 2000/07/14  01:33:59
35533         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
35534      Branch: cfgperl
35535            ! embed.pl global.sym proto.h toke.c
35536 ____________________________________________________________________________
35537 [  6393] By: jhi                                   on 2000/07/13  23:41:23
35538         Log: remove discarded test
35539      Branch: cfgperl
35540            ! MANIFEST
35541 ____________________________________________________________________________
35542 [  6392] By: jhi                                   on 2000/07/13  23:32:25
35543         Log: The {multiplier} of a fixed substring was overlooked which
35544              caused a wrong initial search offset for that substring.
35545              
35546              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
35547              From: Hugo <hv@crypt.compulink.co.uk>
35548              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
35549              Date: Thu, 13 Jul 2000 19:27:13 +0100
35550      Branch: cfgperl
35551            ! regcomp.c t/op/re_tests
35552 ____________________________________________________________________________
35553 [  6391] By: jhi                                   on 2000/07/13  16:37:42
35554         Log: typo fix from Craig Berry
35555      Branch: cfgperl
35556            ! vms/subconfigure.com
35557 ____________________________________________________________________________
35558 [  6390] By: jhi                                   on 2000/07/13  13:20:12
35559         Log: Integrate with Sarathy.
35560      Branch: cfgperl
35561            - t/op/method2entersub.t
35562           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
35563           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
35564           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
35565           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
35566 ____________________________________________________________________________
35567 [  6389] By: jhi                                   on 2000/07/13  13:18:48
35568         Log: Detypo from Peter Prymmer, part of #6388.
35569      Branch: cfgperl
35570            ! Configure config_h.SH
35571      Branch: metaconfig
35572            ! U/modified/d_longlong.U
35573 ____________________________________________________________________________
35574 [  6388] By: gsar                                  on 2000/07/13  06:33:40
35575         Log: typos (spotted by Peter Prymmer)
35576      Branch: perl
35577            ! Configure t/lib/english.t
35578 ____________________________________________________________________________
35579 [  6387] By: gsar                                  on 2000/07/13  05:35:28
35580         Log: new selfloader.t in change#6183 doesn't close DATA handles,
35581              and thus fails to clean up tmp files on dosish platforms
35582      Branch: perl
35583            ! t/lib/selfloader.t
35584 ____________________________________________________________________________
35585 [  6386] By: gsar                                  on 2000/07/12  21:42:39
35586         Log: sprintf test tweaks (from Dominic Dunlop)
35587      Branch: perl
35588            ! t/op/sprintf.t
35589 ____________________________________________________________________________
35590 [  6385] By: gsar                                  on 2000/07/12  21:33:46
35591         Log: fix bugs in processing %v-*d and similar format specs (from
35592              Avi Finkel <avi@finkel.org>)
35593      Branch: perl
35594            ! sv.c t/op/sprintf.t
35595 ____________________________________________________________________________
35596 [  6384] By: gsar                                  on 2000/07/12  16:04:19
35597         Log: readd missing perldelta.pod changes from changes#6339,6376
35598      Branch: perl
35599            ! pod/perldelta.pod
35600 ____________________________________________________________________________
35601 [  6383] By: gsar                                  on 2000/07/12  16:00:51
35602         Log: don't clobber *.orig files on *clean targets
35603      Branch: perl
35604            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
35605 ____________________________________________________________________________
35606 [  6382] By: gsar                                  on 2000/07/12  07:59:12
35607         Log: fix broken integrations in cfgperl
35608      Branch: cfgperl
35609           !> Changes pod/perldelta.pod
35610 ____________________________________________________________________________
35611 [  6381] By: gsar                                  on 2000/07/12  07:42:17
35612         Log: integrate cfgperl changes into mainline
35613      Branch: perl
35614            ! Changes
35615           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
35616           !> pod/perlre.pod
35617 ____________________________________________________________________________
35618 [  6380] By: gsar                                  on 2000/07/12  07:31:00
35619         Log: get sprintf.t to adjust properly for 3-digit exponents
35620      Branch: perl
35621            ! t/op/sprintf.t
35622 ____________________________________________________________________________
35623 [  6379] By: gsar                                  on 2000/07/12  06:40:04
35624         Log: change#6174 needs corresponding change in win32/config_h.PL,
35625              which grovels through config_h.SH to find the config.h name
35626      Branch: perl
35627            ! win32/config_h.PL
35628 ____________________________________________________________________________
35629 [  6378] By: jhi                                   on 2000/07/12  05:03:59
35630         Log: Do the cc sanity check both before the hints and
35631              after the cc selction.
35632      Branch: cfgperl
35633            ! Configure config_h.SH
35634      Branch: metaconfig
35635            ! U/modified/Oldconfig.U U/modified/cc.U
35636      Branch: metaconfig/U/perl
35637            + Checkcc.U
35638 ____________________________________________________________________________
35639 [  6377] By: jhi                                   on 2000/07/12  02:49:22
35640         Log: Fix nits noticed by Boston.pm.
35641      Branch: cfgperl
35642            ! pod/perlre.pod
35643 ____________________________________________________________________________
35644 [  6376] By: jhi                                   on 2000/07/11  21:22:13
35645         Log: Configure cosmetics and perldelta.
35646      Branch: cfgperl
35647            ! Configure config_h.SH pod/perldelta.pod
35648      Branch: metaconfig
35649            ! U/modified/cc.U
35650 ____________________________________________________________________________
35651 [  6375] By: gsar                                  on 2000/07/11  21:17:35
35652         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
35653      Branch: perl
35654            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
35655            ! win32/win32sck.c
35656 ____________________________________________________________________________
35657 [  6374] By: gsar                                  on 2000/07/11  20:48:50
35658         Log: tweak for build failure under multiplicity
35659      Branch: perl
35660            ! toke.c
35661 ____________________________________________________________________________
35662 [  6373] By: gsar                                  on 2000/07/11  20:37:23
35663         Log: integrate cfgperl changes#6325..6373 into mainline
35664              (NOTE: today's batch of integrations still untested)
35665      Branch: perl
35666           +> ext/DynaLoader/hints/netbsd.pl
35667            ! Changes
35668           !> (integrate 26 files)
35669 ____________________________________________________________________________
35670 [  6372] By: jhi                                   on 2000/07/11  20:30:36
35671         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
35672              regen perltoc.
35673      Branch: cfgperl
35674            + pod/perlbook.pod
35675            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
35676            ! pod/perltoc.pod
35677 ____________________________________________________________________________
35678 [  6371] By: jhi                                   on 2000/07/11  20:08:56
35679         Log: Minor cleanups on the booklist.
35680      Branch: cfgperl
35681            ! pod/perlfaq2.pod
35682 ____________________________________________________________________________
35683 [  6370] By: jhi                                   on 2000/07/11  19:31:13
35684         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
35685      Branch: cfgperl
35686            ! t/pragma/overload.t
35687 ____________________________________________________________________________
35688 [  6369] By: gsar                                  on 2000/07/11  19:27:48
35689         Log: integrate cfgperl changes#6293..6324 into mainline
35690      Branch: perl
35691           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
35692            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
35693           !> (integrate 30 files)
35694 ____________________________________________________________________________
35695 [  6368] By: gsar                                  on 2000/07/11  19:18:57
35696         Log: skip integrate of problematic change#6292 from cfgperl into mainline
35697      Branch: perl
35698           !> pp_hot.c
35699 ____________________________________________________________________________
35700 [  6367] By: gsar                                  on 2000/07/11  19:17:21
35701         Log: integrate cfgperl changes#6288..6290 into mainline
35702      Branch: perl
35703           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
35704 ____________________________________________________________________________
35705 [  6366] By: gsar                                  on 2000/07/11  19:11:18
35706         Log: integrate cfgperl changes#6268..6282 into mainline
35707      Branch: perl
35708           !> (integrate 30 files)
35709 ____________________________________________________________________________
35710 [  6365] By: gsar                                  on 2000/07/11  18:57:00
35711         Log: delete new accidentally branched file
35712      Branch: perl
35713            - t/op/method2entersub.t
35714 ____________________________________________________________________________
35715 [  6364] By: gsar                                  on 2000/07/11  18:55:13
35716         Log: skip integrate of change#6267 from cfgperl into mainline (the
35717              method call optimization is flawed without additional hints
35718              from user about immutableness of @ISA and no runtime method
35719              definitions)
35720      Branch: perl
35721           +> t/op/method2entersub.t
35722           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
35723           !> perl.h t/op/sprintf.t xsutils.c
35724 ____________________________________________________________________________
35725 [  6363] By: gsar                                  on 2000/07/11  18:49:43
35726         Log: integrate cfgperl changes#6261..6266 into mainline
35727      Branch: perl
35728           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
35729           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
35730           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35731           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
35732 ____________________________________________________________________________
35733 [  6362] By: gsar                                  on 2000/07/11  18:43:26
35734         Log: integrate cfgperl changes#6252..6260 into mainline
35735      Branch: perl
35736           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
35737           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
35738           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
35739           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
35740 ____________________________________________________________________________
35741 [  6361] By: gsar                                  on 2000/07/11  18:37:12
35742         Log: skip integrate of problematic change#6251 from cfgperl into mainline
35743      Branch: perl
35744           !> lib/Exporter.pm
35745 ____________________________________________________________________________
35746 [  6360] By: gsar                                  on 2000/07/11  18:34:56
35747         Log: integrate cfgperl change#6250 into mainline
35748      Branch: perl
35749           +> t/op/my_stash.t
35750           !> MANIFEST embed.pl proto.h toke.c
35751 ____________________________________________________________________________
35752 [  6359] By: gsar                                  on 2000/07/11  18:21:19
35753         Log: integrate cfgperl changes#6242..6249 into mainline
35754      Branch: perl
35755           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
35756           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
35757           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
35758           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
35759           !> t/lib/peek.t utf8.c
35760 ____________________________________________________________________________
35761 [  6358] By: gsar                                  on 2000/07/11  18:15:45
35762         Log: skip integrate of problematic change#6241 from cfgperl into mainline
35763      Branch: perl
35764           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
35765 ____________________________________________________________________________
35766 [  6357] By: jhi                                   on 2000/07/11  18:15:16
35767         Log: Fix for
35768              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
35769              From: Roderick Schertler <roderick@argon.org> 
35770              Date: Tue, 11 Jul 2000 13:55:05 -0400 
35771              Message-Id: <200007111755.NAA05077@jones.argon.org> 
35772      Branch: cfgperl
35773            ! doio.c
35774 ____________________________________________________________________________
35775 [  6356] By: jhi                                   on 2000/07/11  18:12:51
35776         Log: Typo in #6341.
35777      Branch: cfgperl
35778            ! pp_hot.c
35779 ____________________________________________________________________________
35780 [  6355] By: gsar                                  on 2000/07/11  18:12:10
35781         Log: integrate cfgperl changes#6231..6240 into mainline
35782      Branch: perl
35783           +> pod/perlutil.pod
35784           !> (integrate 35 files)
35785 ____________________________________________________________________________
35786 [  6354] By: jhi                                   on 2000/07/11  18:04:34
35787         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
35788              From: Dominic Dunlop <domo@computer.org> 
35789              Date: Tue, 11 Jul 2000 12:27:33 +0200 
35790              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
35791              
35792              Replaces change #6268.
35793      Branch: cfgperl
35794            ! t/op/sprintf.t
35795 ____________________________________________________________________________
35796 [  6353] By: gsar                                  on 2000/07/11  17:59:51
35797         Log: skip integrate of problematic change#6230 from cfgperl into mainline
35798              (a later version of File::Spec is already in mainline)
35799      Branch: perl
35800           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
35801           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
35802 ____________________________________________________________________________
35803 [  6352] By: gsar                                  on 2000/07/11  17:57:48
35804         Log: integrate cfgperl changes#6224..6229 into mainline
35805      Branch: perl
35806           +> lib/lib.pm.PL
35807            - lib/lib.pm
35808           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
35809           !> lib/English.pm op.c t/lib/english.t
35810 ____________________________________________________________________________
35811 [  6351] By: gsar                                  on 2000/07/11  17:50:10
35812         Log: skip integrate of problematic change#6223 from cfgperl into mainline
35813      Branch: perl
35814           !> doio.c
35815 ____________________________________________________________________________
35816 [  6350] By: gsar                                  on 2000/07/11  17:48:28
35817         Log: integrate cfgperl changes#6220..6222 into mainline
35818      Branch: perl
35819           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
35820           !> toke.c utf8.c win32/win32.h
35821 ____________________________________________________________________________
35822 [  6349] By: gsar                                  on 2000/07/11  17:46:13
35823         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
35824              mainline
35825      Branch: perl
35826           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
35827           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
35828           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35829 ____________________________________________________________________________
35830 [  6348] By: jhi                                   on 2000/07/11  17:45:49
35831         Log: README.posix-bc podified from Thomas Dorner.
35832      Branch: cfgperl
35833            ! README.posix-bc
35834 ____________________________________________________________________________
35835 [  6347] By: gsar                                  on 2000/07/11  17:42:04
35836         Log: integrate cfgperl change#6217 into mainline
35837      Branch: perl
35838           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
35839           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
35840           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
35841 ____________________________________________________________________________
35842 [  6346] By: gsar                                  on 2000/07/11  17:39:37
35843         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
35844              mainline
35845      Branch: perl
35846           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
35847           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
35848           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
35849           !> perlapi.h pod/perlapi.pod
35850 ____________________________________________________________________________
35851 [  6345] By: gsar                                  on 2000/07/11  17:36:42
35852         Log: integrate cfgperl changes#6207..6210 into mainline
35853      Branch: perl
35854           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
35855           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
35856 ____________________________________________________________________________
35857 [  6344] By: gsar                                  on 2000/07/11  17:31:20
35858         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
35859              mainline
35860      Branch: perl
35861           !> (integrate 40 files)
35862 ____________________________________________________________________________
35863 [  6343] By: gsar                                  on 2000/07/11  17:19:08
35864         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
35865      Branch: perl
35866           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
35867            ! Changes
35868           !> (integrate 34 files)
35869 ____________________________________________________________________________
35870 [  6342] By: jhi                                   on 2000/07/11  16:05:48
35871         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
35872              To: perl5-porters@perl.org
35873              From: Karsten Sperling <spiff@phreax.net>
35874              Date: Mon, 10 Jul 2000 15:12:52 +0200
35875              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
35876      Branch: cfgperl
35877            ! lib/Symbol.pm
35878 ____________________________________________________________________________
35879 [  6341] By: jhi                                   on 2000/07/11  15:59:23
35880         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
35881              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35882              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
35883              Date: Fri, 07 Jul 2000 17:57:16 +0100
35884      Branch: cfgperl
35885            ! pp_hot.c
35886 ____________________________________________________________________________
35887 [  6340] By: jhi                                   on 2000/07/11  15:55:47
35888         Log: Subject: Re: format bug report  [Patch]
35889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35890              Date: Wed, 05 Jul 2000 13:12:52 +0200
35891              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
35892              
35893              Subject: Re: format bug report  [Patch]
35894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35895              Date: Wed, 05 Jul 2000 14:10:01 +0200
35896              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
35897      Branch: cfgperl
35898            ! t/op/write.t toke.c
35899 ____________________________________________________________________________
35900 [  6339] By: jhi                                   on 2000/07/11  13:54:09
35901         Log: Be less forgiving about ambiguous and illegal tr ranges.
35902              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
35903              From: Mark-Jason Dominus <mjd@plover.com>
35904              Date: Tue, 04 Jul 2000 10:00:12 -0400
35905              Message-ID: <20000704140012.17772.qmail@plover.com>
35906              
35907              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
35908              From: Mark-Jason Dominus <mjd@plover.com>
35909              Date: Wed, 05 Jul 2000 09:37:36 -0400
35910              Message-ID: <20000705133736.27293.qmail@plover.com>
35911      Branch: cfgperl
35912            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
35913 ____________________________________________________________________________
35914 [  6338] By: jhi                                   on 2000/07/11  13:31:24
35915         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
35916              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35917              Date: Tue, 11 Jul 2000 13:50:51 +0100
35918              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
35919      Branch: cfgperl
35920            ! sv.c
35921 ____________________________________________________________________________
35922 [  6337] By: jhi                                   on 2000/07/11  13:29:14
35923         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
35924              From: Hugo <hv@crypt.compulink.co.uk>
35925              Date: Tue, 11 Jul 2000 12:44:50 +0100
35926              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
35927      Branch: cfgperl
35928            ! regexec.c t/op/re_tests
35929 ____________________________________________________________________________
35930 [  6336] By: jhi                                   on 2000/07/11  13:26:47
35931         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
35932              From: simon@brecon.co.uk (Simon Cozens)
35933              Date: 7 Jul 2000 11:26:09 GMT
35934              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
35935      Branch: cfgperl
35936            ! mg.c
35937 ____________________________________________________________________________
35938 [  6335] By: jhi                                   on 2000/07/11  13:23:37
35939         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
35940              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
35941              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
35942              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
35943      Branch: cfgperl
35944            + ext/DynaLoader/hints/netbsd.pl
35945            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
35946 ____________________________________________________________________________
35947 [  6334] By: jhi                                   on 2000/07/11  13:20:38
35948         Log: Subject: PATCH perlguts.pod: Document D and d magic types
35949              From: mjd@plover.com
35950              Date: 5 Jul 2000 18:01:51 -0000
35951              Message-ID: <20000705180151.29413.qmail@plover.com>
35952      Branch: cfgperl
35953            ! pod/perlguts.pod
35954 ____________________________________________________________________________
35955 [  6333] By: jhi                                   on 2000/07/11  13:15:51
35956         Log: Precedence goof, fix based on
35957              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
35958              From: Hugo <hv@crypt.compulink.co.uk>
35959              Date: Tue, 11 Jul 2000 12:52:38 +0100
35960              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
35961      Branch: cfgperl
35962            ! t/op/taint.t
35963 ____________________________________________________________________________
35964 [  6332] By: jhi                                   on 2000/07/11  12:40:17
35965         Log: Integrate with Sarathy.
35966      Branch: cfgperl
35967           !> win32/win32sck.c
35968 ____________________________________________________________________________
35969 [  6331] By: jhi                                   on 2000/07/10  20:14:16
35970         Log: Sprinkle ldlibpath.
35971      Branch: cfgperl
35972            ! pod/Makefile.SH
35973 ____________________________________________________________________________
35974 [  6330] By: jhi                                   on 2000/07/10  17:54:49
35975         Log: More POSIX.pod tweaks.
35976      Branch: cfgperl
35977            ! ext/POSIX/POSIX.pod
35978 ____________________________________________________________________________
35979 [  6329] By: jhi                                   on 2000/07/10  14:02:12
35980         Log: Reorder perl.pod once more.
35981      Branch: cfgperl
35982            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35983 ____________________________________________________________________________
35984 [  6328] By: gsar                                  on 2000/07/10  07:06:00
35985         Log: accept() leaks memory on windows due to incorrect ordering of
35986              closesocket() and fclose() calls
35987      Branch: perl
35988            ! win32/win32sck.c
35989 ____________________________________________________________________________
35990 [  6327] By: gsar                                  on 2000/07/10  06:49:17
35991         Log: winsock options weren't being set in all threads under ithreads
35992              (caused send()s from second and subsequent threads to fail)
35993      Branch: perl
35994            ! win32/win32sck.c
35995 ____________________________________________________________________________
35996 [  6326] By: jhi                                   on 2000/07/08  02:45:40
35997         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
35998              was cast to an unsigned (32-bit) integer with wild abandon.
35999      Branch: cfgperl
36000            ! ext/Devel/DProf/DProf.xs
36001 ____________________________________________________________________________
36002 [  6325] By: jhi                                   on 2000/07/07  18:50:33
36003         Log: Remove perlbook, update perlfaq book listing,
36004              rearrange perl.pod, regenerate perltoc.
36005      Branch: cfgperl
36006            - pod/perlbook.pod
36007            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
36008            ! pod/perlfaq2.pod pod/perltoc.pod
36009 ____________________________________________________________________________
36010 [  6324] By: jhi                                   on 2000/07/07  14:03:40
36011         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
36012      Branch: cfgperl
36013            ! sv.h toke.c
36014 ____________________________________________________________________________
36015 [  6323] By: jhi                                   on 2000/07/06  16:03:55
36016         Log: Fix complaints of buildtoc.
36017      Branch: cfgperl
36018            + lib/Win32.pod
36019            - pod/Win32.pod
36020            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36021 ____________________________________________________________________________
36022 [  6322] By: jhi                                   on 2000/07/06  15:15:52
36023         Log: Add =head1 NAMEs so that buildtoc is happy.
36024              (The CGI::Util nit reported to Lincoln.)
36025      Branch: cfgperl
36026            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
36027            ! pod/perltoc.pod
36028 ____________________________________________________________________________
36029 [  6321] By: jhi                                   on 2000/07/06  03:16:04
36030         Log: Config is being used.
36031      Branch: cfgperl
36032            ! t/op/method.t
36033 ____________________________________________________________________________
36034 [  6320] By: jhi                                   on 2000/07/06  03:13:13
36035         Log: Integrate with Sarathy.
36036      Branch: cfgperl
36037           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
36038 ____________________________________________________________________________
36039 [  6319] By: jhi                                   on 2000/07/06  03:11:46
36040         Log: Autogenerate pod/Makefile and pod/buildtoc.
36041              buildtoc also checks whether the existin pods are
36042              mentioned in MANIFEST and perl.pod, and vice versa.
36043              (None of the thusly found discrepancies fixed yet.)
36044              roffitall also needs to be autogenerated similarly but it
36045              seems so badly out of date that I didn't touch it yet.
36046      Branch: cfgperl
36047            + pod/Makefile.SH pod/buildtoc.PL
36048            - pod/Makefile pod/buildtoc
36049            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
36050 ____________________________________________________________________________
36051 [  6318] By: gsar                                  on 2000/07/05  22:10:54
36052         Log: fix UNC path handling on Windows under ithreads, and chdir()
36053              return value when given a non-existent directory
36054      Branch: perl
36055            ! win32/vdir.h
36056 ____________________________________________________________________________
36057 [  6317] By: gsar                                  on 2000/07/05  22:08:19
36058         Log: winsock cleanup never done on Windows (leads to handle leaks)
36059      Branch: perl
36060            ! win32/perllib.c win32/win32sck.c
36061 ____________________________________________________________________________
36062 [  6316] By: gsar                                  on 2000/07/05  22:06:19
36063         Log: some debugger output does not go to the socket when RemotePort is set
36064      Branch: perl
36065            ! lib/perl5db.pl
36066 ____________________________________________________________________________
36067 [  6315] By: jhi                                   on 2000/07/05  00:25:21
36068         Log: Integrate with Sarathy, preliminary fix for unicos
36069              alignment problems in [ID 20000612.002] Perl problem on Cray system.
36070      Branch: cfgperl
36071            ! sv.h
36072           !> pp_hot.c
36073 ____________________________________________________________________________
36074 [  6314] By: gsar                                  on 2000/07/04  23:34:02
36075         Log: tyop in change#6306
36076      Branch: perl
36077            ! pp_hot.c
36078 ____________________________________________________________________________
36079 [  6313] By: jhi                                   on 2000/07/04  22:14:38
36080         Log: Multiline string literals ENONPORTABLE.
36081      Branch: cfgperl
36082            ! pp_hot.c
36083 ____________________________________________________________________________
36084 [  6312] By: jhi                                   on 2000/07/04  20:34:44
36085         Log: Integrate with Sarathy.
36086      Branch: cfgperl
36087           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
36088           !> t/op/method.t
36089 ____________________________________________________________________________
36090 [  6311] By: jhi                                   on 2000/07/04  20:30:56
36091         Log: More POSIX.pod embellishment.
36092      Branch: cfgperl
36093            ! ext/POSIX/POSIX.pod
36094 ____________________________________________________________________________
36095 [  6310] By: gsar                                  on 2000/07/04  17:28:48
36096         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
36097      Branch: perl
36098            ! t/lib/b.t
36099 ____________________________________________________________________________
36100 [  6309] By: jhi                                   on 2000/07/04  17:22:18
36101         Log: The #6308 required a little bit more.
36102      Branch: cfgperl
36103            ! Makefile.SH win32/Makefile
36104 ____________________________________________________________________________
36105 [  6308] By: jhi                                   on 2000/07/04  16:35:24
36106         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
36107      Branch: cfgperl
36108            + lib/lib_pm.PL
36109            - lib/lib.pm.PL
36110            ! MANIFEST Makefile.SH
36111 ____________________________________________________________________________
36112 [  6307] By: jhi                                   on 2000/07/04  16:28:58
36113         Log: Win32 patches for cfgperl from Sarathy.
36114      Branch: cfgperl
36115            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
36116            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
36117            ! thread.h toke.c util.c win32/Makefile win32/win32.c
36118 ____________________________________________________________________________
36119 [  6306] By: gsar                                  on 2000/07/04  16:28:40
36120         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
36121              (from Richard Soderberg <rs@oregonnet.com>)
36122      Branch: perl
36123            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
36124 ____________________________________________________________________________
36125 [  6305] By: jhi                                   on 2000/07/04  16:24:24
36126         Log: Integrate with Sarathy.
36127      Branch: cfgperl
36128           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
36129           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36130           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
36131           !> proto.h win32/win32.c
36132 ____________________________________________________________________________
36133 [  6304] By: gsar                                  on 2000/07/04  16:17:24
36134         Log: missing perldiag entry for unpack("w",...) diagnostic (from
36135              Andreas Koenig)
36136      Branch: perl
36137            ! pod/perldiag.pod
36138 ____________________________________________________________________________
36139 [  6303] By: gsar                                  on 2000/07/04  16:14:44
36140         Log: remove rel2abs prototypes (from Barrie Slaymaker)
36141      Branch: perl
36142            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36143            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36144 ____________________________________________________________________________
36145 [  6302] By: gsar                                  on 2000/07/04  04:59:35
36146         Log: adjust change#6299
36147      Branch: perl
36148            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
36149            ! win32/win32.c
36150 ____________________________________________________________________________
36151 [  6301] By: jhi                                   on 2000/07/04  04:50:07
36152         Log: Integrate with Sarathy.
36153      Branch: cfgperl
36154           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
36155           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
36156           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
36157 ____________________________________________________________________________
36158 [  6300] By: gsar                                  on 2000/07/04  04:42:09
36159         Log: PERL_OBJECT build tweak
36160      Branch: perl
36161            ! perl.h
36162 ____________________________________________________________________________
36163 [  6299] By: gsar                                  on 2000/07/04  04:37:00
36164         Log: fix memory leak on Windows (PL_sys_intern contents were never
36165              freed)
36166      Branch: perl
36167            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
36168            ! perlapi.c proto.h win32/win32.c
36169 ____________________________________________________________________________
36170 [  6298] By: gsar                                  on 2000/07/04  04:15:59
36171         Log: fix large memory leak that has been around for ever, masked by
36172              -DPURIFY (most of the arenas were never freed!)
36173      Branch: perl
36174            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
36175 ____________________________________________________________________________
36176 [  6297] By: gsar                                  on 2000/07/04  04:07:46
36177         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
36178      Branch: perl
36179            ! perl.c
36180 ____________________________________________________________________________
36181 [  6296] By: jhi                                   on 2000/06/30  18:28:37
36182         Log: Elaborate POSIX.pod.  Still needs work.
36183      Branch: cfgperl
36184            ! ext/POSIX/POSIX.pod
36185 ____________________________________________________________________________
36186 [  6295] By: jhi                                   on 2000/06/30  14:58:18
36187         Log: Point to perlipc for more SysV IPC examples.
36188      Branch: cfgperl
36189            ! pod/perlfunc.pod
36190 ____________________________________________________________________________
36191 [  6294] By: gsar                                  on 2000/06/30  14:47:45
36192         Log: slurp mode fix in change#4736 still not quite right
36193      Branch: perl
36194            ! pp_hot.c t/io/argv.t
36195 ____________________________________________________________________________
36196 [  6293] By: jhi                                   on 2000/06/30  12:02:55
36197         Log: Integrate with Sarathy.
36198      Branch: cfgperl
36199           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
36200 ____________________________________________________________________________
36201 [  6292] By: jhi                                   on 2000/06/30  12:01:11
36202         Log: From: simon@brecon.co.uk (Simon Cozens)
36203              Subject: UTF8 concat
36204              Date: 30 Jun 2000 06:13:25 GMT
36205              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
36206      Branch: cfgperl
36207            ! pp_hot.c
36208 ____________________________________________________________________________
36209 [  6291] By: gsar                                  on 2000/06/30  04:37:33
36210         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
36211              when @_ is modified, causing coredumps
36212      Branch: perl
36213            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
36214 ____________________________________________________________________________
36215 [  6290] By: jhi                                   on 2000/06/30  02:21:44
36216         Log: Integrate with Sarathy.
36217      Branch: cfgperl
36218           !> vms/vms.c vms/vmsish.h
36219 ____________________________________________________________________________
36220 [  6289] By: jhi                                   on 2000/06/30  02:21:02
36221         Log: Check VERSIONs.
36222      Branch: cfgperl
36223            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36224            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36225            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36226 ____________________________________________________________________________
36227 [  6288] By: jhi                                   on 2000/06/30  02:18:52
36228         Log: Integrate with Sarathy.
36229      Branch: cfgperl
36230           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
36231           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36232           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36233           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
36234 ____________________________________________________________________________
36235 [  6287] By: gsar                                  on 2000/06/30  02:17:08
36236         Log: integrate vmsperl changes into mainline
36237      Branch: perl
36238           !> vms/vms.c vms/vmsish.h
36239 ____________________________________________________________________________
36240 [  6285] By: gsar                                  on 2000/06/30  02:05:28
36241         Log: localize %INC in a Safe compartment so that use/require work
36242              (many other magic globals probably need similar treatment)
36243      Branch: perl
36244            ! ext/Opcode/Opcode.xs
36245 ____________________________________________________________________________
36246 [  6284] By: gsar                                  on 2000/06/30  01:54:54
36247         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
36248              about Windows
36249      Branch: perl
36250            ! pod/perlembed.pod
36251 ____________________________________________________________________________
36252 [  6283] By: jhi                                   on 2000/06/30  01:50:10
36253         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
36254              From: Barrie Slaymaker <barries@jester.slaysys.com>
36255              Date: Wed, 28 Jun 2000 11:35:29 -0400
36256              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
36257      Branch: perl
36258            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
36259            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36260            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36261            ! lib/File/Spec/Win32.pm
36262 ____________________________________________________________________________
36263 [  6282] By: jhi                                   on 2000/06/29  22:57:22
36264         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
36265              From: Dan Sugalski <dan@sidhe.org>
36266              Date: Tue, 06 Jun 2000 11:59:50 -0400
36267              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
36268      Branch: cfgperl
36269            ! vms/vms.c
36270 ____________________________________________________________________________
36271 [  6281] By: jhi                                   on 2000/06/29  22:52:50
36272         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
36273              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36274              Date: Wed, 7 Jun 2000 04:02:04 -0500
36275              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
36276      Branch: cfgperl
36277            ! utils/h2xs.PL
36278 ____________________________________________________________________________
36279 [  6280] By: jhi                                   on 2000/06/29  22:45:47
36280         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
36281              From: rspier@pobox.com (Robert Spier)
36282              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
36283              Message-ID: <14654.31913.845602.610277@rls.cx>
36284      Branch: cfgperl
36285            ! utils/h2xs.PL
36286 ____________________________________________________________________________
36287 [  6279] By: jhi                                   on 2000/06/29  22:38:16
36288         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
36289              From: Tim Ayers <tayers@bridge.com>
36290              Date: Thu, 08 Jun 2000 08:11:06 +0200
36291              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
36292              [resent by Richard Foley, Message-Id probably wrong]
36293      Branch: cfgperl
36294            ! pod/perlsub.pod
36295 ____________________________________________________________________________
36296 [  6278] By: jhi                                   on 2000/06/29  22:21:45
36297         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
36298              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
36299              Date: Fri, 09 Jun 2000 12:39:27 -0400
36300              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
36301              (plus update the version "number" of Text::Wrap)
36302      Branch: cfgperl
36303            ! lib/Text/Wrap.pm
36304 ____________________________________________________________________________
36305 [  6277] By: jhi                                   on 2000/06/29  22:13:10
36306         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
36307              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36308              Date: Mon, 12 Jun 2000 14:55:59 +0100
36309              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
36310      Branch: cfgperl
36311            ! pod/perlfunc.pod
36312 ____________________________________________________________________________
36313 [  6276] By: jhi                                   on 2000/06/29  22:11:06
36314         Log: Subject: [PATCH] Re: eval documentation: context
36315              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36316              Date: Mon, 12 Jun 2000 15:07:29 +0100
36317              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
36318      Branch: cfgperl
36319            ! pod/perlfunc.pod
36320 ____________________________________________________________________________
36321 [  6275] By: jhi                                   on 2000/06/29  21:59:46
36322         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
36323              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36324              Date: Tue, 13 Jun 2000 02:43:48 -0500
36325              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
36326      Branch: cfgperl
36327            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
36328 ____________________________________________________________________________
36329 [  6274] By: jhi                                   on 2000/06/29  21:56:14
36330         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
36331              From: Andy Dougherty <doughera@lafayette.edu>
36332              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
36333              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
36334      Branch: cfgperl
36335            ! ext/File/Glob/Glob.pm
36336 ____________________________________________________________________________
36337 [  6273] By: jhi                                   on 2000/06/29  21:49:09
36338         Log: Subject: [PATCH] xsub attributes
36339              From: Doug MacEachern <dougm@covalent.net>
36340              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
36341              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
36342      Branch: cfgperl
36343            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
36344            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
36345 ____________________________________________________________________________
36346 [  6272] By: jhi                                   on 2000/06/29  21:41:28
36347         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
36348              From: Tom Phoenix <rootbeer@redcat.com>
36349              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
36350              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
36351      Branch: cfgperl
36352            ! lib/Net/Ping.pm
36353 ____________________________________________________________________________
36354 [  6271] By: jhi                                   on 2000/06/29  21:36:55
36355         Log: Subject: PATCH pod/perltie.pod
36356              From: Ian Phillipps <Ian.Phillipps@iname.com>
36357              Date: Fri, 16 Jun 2000 00:17:19 +0100
36358              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
36359              (only the first hunk, the second hunk had already been done
36360              by some other patch)
36361      Branch: cfgperl
36362            ! pod/perltie.pod
36363 ____________________________________________________________________________
36364 [  6270] By: jhi                                   on 2000/06/29  21:24:51
36365         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
36366              From: Nicholas Clark <nick@talking.bollo.cx>
36367              Date: Fri, 23 Jun 2000 16:21:15 +0100
36368              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
36369      Branch: cfgperl
36370            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
36371            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
36372 ____________________________________________________________________________
36373 [  6269] By: jhi                                   on 2000/06/29  19:38:15
36374         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
36375              silence few compiler warnings.
36376      Branch: cfgperl
36377            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
36378 ____________________________________________________________________________
36379 [  6268] By: jhi                                   on 2000/06/29  18:21:50
36380         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
36381              From: Dominic Dunlop <domo@computer.org> 
36382              Date: Thu, 29 Jun 2000 12:32:39 +0200 
36383              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
36384      Branch: cfgperl
36385            ! t/op/sprintf.t
36386 ____________________________________________________________________________
36387 [  6267] By: jhi                                   on 2000/06/29  18:16:07
36388         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
36389              From: Doug MacEachern <dougm@covalent.net>
36390              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
36391              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
36392      Branch: cfgperl
36393            + t/op/method2entersub.t
36394            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
36395            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36396            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
36397            ! xsutils.c
36398 ____________________________________________________________________________
36399 [  6266] By: jhi                                   on 2000/06/29  15:11:15
36400         Log: Subject: [PATCH 5.6.0] cygwin port
36401              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
36402              From: "Fifer, Eric" <EFifer@sanwaint.com>
36403              Date: Thu, 29 Jun 2000 12:58:29 +0100
36404      Branch: cfgperl
36405            ! cygwin/Makefile.SHs
36406 ____________________________________________________________________________
36407 [  6265] By: jhi                                   on 2000/06/29  15:04:05
36408         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
36409              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36410              Date: Wed, 28 Jun 2000 17:50:12 -0700
36411              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
36412      Branch: cfgperl
36413            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36414 ____________________________________________________________________________
36415 [  6264] By: jhi                                   on 2000/06/29  15:00:57
36416         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
36417              From: Marty Lucich <marty@netcom.com>
36418              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
36419              Message-Id: <200006282116.OAA11148@netcom.com>
36420              ccdlflags update (the BSD/OS 4.1 part had already been taken
36421              care of by #6141).
36422      Branch: cfgperl
36423            ! hints/bsdos.sh
36424 ____________________________________________________________________________
36425 [  6263] By: jhi                                   on 2000/06/29  13:47:44
36426         Log: tr fixes from Simon Cozens
36427      Branch: cfgperl
36428            ! doop.c
36429 ____________________________________________________________________________
36430 [  6262] By: jhi                                   on 2000/06/28  18:46:01
36431         Log: Subject: 5.6.0 Patch for EPOC
36432              From: Olaf Flebbe <o.flebbe@gmx.de>
36433              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
36434              Message-ID: <23449.960929969@www11.gmx.net>
36435      Branch: cfgperl
36436            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
36437            ! epoc/epocish.h
36438 ____________________________________________________________________________
36439 [  6261] By: jhi                                   on 2000/06/28  18:29:07
36440         Log: Subject: Re: [PATCH cfgperl] BOMs away!
36441              From: simon@brecon.co.uk (Simon Cozens)
36442              Date: 17 Jun 2000 11:49:57 GMT
36443              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
36444      Branch: cfgperl
36445            ! pod/perldiag.pod t/comp/require.t toke.c
36446 ____________________________________________________________________________
36447 [  6260] By: jhi                                   on 2000/06/28  17:47:16
36448         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
36449              From: simon@brecon.co.uk (Simon Cozens) 
36450              Date: 17 Jun 2000 11:56:44 GMT 
36451              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
36452              pack U0, pack C0
36453      Branch: cfgperl
36454            ! pod/perlfunc.pod pp.c t/op/pack.t
36455 ____________________________________________________________________________
36456 [  6259] By: jhi                                   on 2000/06/28  16:43:17
36457         Log: perlnewmod was missing from MANIFEST.
36458      Branch: cfgperl
36459            ! MANIFEST
36460 ____________________________________________________________________________
36461 [  6258] By: jhi                                   on 2000/06/28  15:54:30
36462         Log: linenumber tweak
36463      Branch: cfgperl
36464            ! t/pragma/warn/regcomp
36465 ____________________________________________________________________________
36466 [  6257] By: jhi                                   on 2000/06/28  15:50:44
36467         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
36468              From: Doug MacEachern <dougm@covalent.net>
36469              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
36470              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
36471              (one part of the patch had been applied earlier)
36472      Branch: cfgperl
36473            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
36474 ____________________________________________________________________________
36475 [  6256] By: jhi                                   on 2000/06/28  15:40:22
36476         Log: tweaks from Simon Cozens to further fix tr/// under utf8
36477      Branch: cfgperl
36478            ! doop.c
36479 ____________________________________________________________________________
36480 [  6255] By: jhi                                   on 2000/06/28  15:33:45
36481         Log: small thinko tweaks
36482      Branch: cfgperl
36483            ! lib/IPC/Open3.pm t/op/my_stash.t
36484 ____________________________________________________________________________
36485 [  6254] By: jhi                                   on 2000/06/28  15:33:25
36486         Log: Subject: tr///, help wanted.
36487              From: simon@brecon.co.uk (Simon Cozens)
36488              Date: 28 Jun 2000 11:29:04 GMT
36489              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
36490      Branch: cfgperl
36491            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
36492            ! pp_proto.h proto.h t/op/tr.t
36493 ____________________________________________________________________________
36494 [  6253] By: jhi                                   on 2000/06/28  15:09:17
36495         Log: Paranoia tweak on #6249.
36496              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36497              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36498              Date: Sun, 25 Jun 2000 23:43:12 -0400
36499              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
36500      Branch: cfgperl
36501            ! lib/IPC/Open3.pm
36502 ____________________________________________________________________________
36503 [  6252] By: jhi                                   on 2000/06/28  15:01:38
36504         Log: Document #6249 and #6251.
36505      Branch: cfgperl
36506            ! lib/Exporter.pm lib/IPC/Open3.pm
36507 ____________________________________________________________________________
36508 [  6251] By: jhi                                   on 2000/06/28  14:50:43
36509         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
36510              From: Doug MacEachern <dougm@covalent.net>
36511              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
36512              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
36513      Branch: cfgperl
36514            ! lib/Exporter.pm
36515 ____________________________________________________________________________
36516 [  6250] By: jhi                                   on 2000/06/28  14:45:23
36517         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
36518              From: Doug MacEachern <dougm@covalent.net>
36519              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
36520              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
36521      Branch: cfgperl
36522            + t/op/my_stash.t
36523            ! MANIFEST embed.pl global.sym proto.h toke.c
36524 ____________________________________________________________________________
36525 [  6249] By: jhi                                   on 2000/06/28  14:36:34
36526         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
36527              From: Frank Tobin <ftobin@uiuc.edu>
36528              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
36529              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
36530      Branch: cfgperl
36531            ! lib/IPC/Open3.pm
36532 ____________________________________________________________________________
36533 [  6248] By: jhi                                   on 2000/06/28  14:11:25
36534         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
36535              From: Mark-Jason Dominus <mjd@plover.com>
36536              Date: Tue, 27 Jun 2000 22:36:42 -0400
36537              Message-ID: <20000628023642.12166.qmail@plover.com>
36538      Branch: cfgperl
36539            ! pod/perlfunc.pod
36540 ____________________________________________________________________________
36541 [  6247] By: jhi                                   on 2000/06/27  12:46:37
36542         Log: Tweak $VERSION, patch from Doug MacEachern.
36543      Branch: cfgperl
36544            ! lib/File/Spec.pm
36545 ____________________________________________________________________________
36546 [  6246] By: jhi                                   on 2000/06/27  03:34:46
36547         Log: Allow for standalone testing.
36548      Branch: cfgperl
36549            ! t/lib/filefunc.t t/lib/filespec.t
36550 ____________________________________________________________________________
36551 [  6245] By: jhi                                   on 2000/06/27  02:50:02
36552         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
36553              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36554              Date: Sat, 24 Jun 2000 13:06:20 +0100
36555              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
36556      Branch: cfgperl
36557            ! ext/DynaLoader/DynaLoader_pm.PL
36558 ____________________________________________________________________________
36559 [  6244] By: jhi                                   on 2000/06/27  02:46:10
36560         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
36561              From: Doug MacEachern <dougm@covalent.net>
36562              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
36563              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
36564      Branch: cfgperl
36565            ! gv.c sv.c t/lib/peek.t
36566 ____________________________________________________________________________
36567 [  6243] By: jhi                                   on 2000/06/27  02:38:07
36568         Log: Subject: [PATCH] is_utf8_string
36569              From: simon@brecon.co.uk (Simon Cozens)
36570              Date: 26 Jun 2000 02:25:59 GMT
36571              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
36572      Branch: cfgperl
36573            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
36574            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
36575            ! proto.h utf8.c
36576 ____________________________________________________________________________
36577 [  6242] By: jhi                                   on 2000/06/27  02:24:00
36578         Log: Subject: [PATCH] bytes<->utf8 fixes
36579              From: simon@brecon.co.uk (Simon Cozens)
36580              Date: 26 Jun 2000 04:55:45 GMT
36581              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
36582      Branch: cfgperl
36583            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
36584 ____________________________________________________________________________
36585 [  6241] By: jhi                                   on 2000/06/27  02:12:42
36586         Log: Do no -warn on \_, only on \alpha.
36587              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
36588              From: David Dyck <dcd@tc.fluke.com>
36589              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
36590              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
36591      Branch: cfgperl
36592            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
36593 ____________________________________________________________________________
36594 [  6240] By: jhi                                   on 2000/06/27  02:00:01
36595         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
36596              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36597              Date: Mon, 26 Jun 2000 18:40:14 +0100
36598              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
36599      Branch: cfgperl
36600            ! utils/h2xs.PL
36601 ____________________________________________________________________________
36602 [  6239] By: jhi                                   on 2000/06/27  01:53:40
36603         Log: Configure maintenance.  Sever some dependency cycles,
36604              separate gccversion from the cc unit,
36605              address [ID 20000623.006] Configure script patch for using gcc on AIX
36606              (but solve it a little bit differently),
36607              unduplex some accidentally duplicated units,
36608              suggest using gcc if no cc available
36609              (p5p thread: "Solaris configure: counterproposal", 1999-09)
36610      Branch: cfgperl
36611            ! Configure Todo-5.6 config_h.SH
36612      Branch: metaconfig
36613            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
36614            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
36615      Branch: metaconfig/U/perl
36616            + gccvers.U
36617            ! d_getespwnam.U d_getprpwnam.U i_prot.U
36618 ____________________________________________________________________________
36619 [  6238] By: jhi                                   on 2000/06/25  18:04:56
36620         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
36621              From: Dan Sugalski <dan@sidhe.org>
36622              Date: Fri, 23 Jun 2000 17:00:00 -0400
36623              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
36624      Branch: cfgperl
36625            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
36626 ____________________________________________________________________________
36627 [  6237] By: jhi                                   on 2000/06/25  16:36:45
36628         Log: Tweak embed.pl, regen headers.
36629      Branch: cfgperl
36630            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
36631            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
36632            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
36633            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
36634            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
36635 ____________________________________________________________________________
36636 [  6236] By: jhi                                   on 2000/06/25  15:26:42
36637         Log: Regen headers.
36638      Branch: cfgperl
36639            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
36640            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
36641            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
36642            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
36643            ! regnodes.h warnings.h
36644 ____________________________________________________________________________
36645 [  6235] By: jhi                                   on 2000/06/23  19:39:35
36646         Log: The thread begun by
36647              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
36648              From: Kevin.Ruscoe@ubsw.com
36649              Date: Fri, 16 Jun 2000 16:38:51 +0100
36650              Message-Id: <H000019b03c300d6@MHS>
36651      Branch: cfgperl
36652            ! hints/solaris_2.sh
36653 ____________________________________________________________________________
36654 [  6234] By: jhi                                   on 2000/06/23  19:23:36
36655         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
36656              because when run as services (Win32ese for daemons)
36657              no environment variables are set and tmpdir ends up as /tmp,
36658              which is ambiguous.
36659              
36660              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
36661              From: matt@sergeant.org
36662              Date: 16 Jun 2000 16:30:43 -0000
36663              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
36664      Branch: cfgperl
36665            ! lib/File/Spec/Win32.pm
36666 ____________________________________________________________________________
36667 [  6233] By: jhi                                   on 2000/06/23  19:18:58
36668         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
36669              From: Mark-Jason Dominus <mjd@plover.com>
36670              Date: Fri, 16 Jun 2000 20:53:04 -0400
36671              Message-ID: <20000617005304.8008.qmail@plover.com>
36672      Branch: cfgperl
36673            ! op.h
36674 ____________________________________________________________________________
36675 [  6232] By: jhi                                   on 2000/06/23  16:10:02
36676         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
36677              From: simon@brecon.co.uk (Simon Cozens)
36678              Date: 19 Jun 2000 15:18:27 GMT
36679              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
36680              
36681              plus update pod/Makefile and regenerate perltoc
36682      Branch: cfgperl
36683            + pod/perlutil.pod
36684            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
36685 ____________________________________________________________________________
36686 [  6231] By: jhi                                   on 2000/06/23  15:19:18
36687         Log: Subject: [PATCH 5.6.0] cygwin port
36688              From: "Fifer, Eric" <EFifer@sanwaint.com>
36689              Date: Tue, 20 Jun 2000 14:30:58 +0100
36690              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
36691      Branch: cfgperl
36692            ! README.cygwin lib/File/Find.pm
36693 ____________________________________________________________________________
36694 [  6230] By: jhi                                   on 2000/06/23  14:25:21
36695         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
36696      Branch: cfgperl
36697            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
36698            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36699            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36700            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
36701 ____________________________________________________________________________
36702 [  6229] By: jhi                                   on 2000/06/23  14:13:34
36703         Log: Subject: README.hpux version 0.6.1
36704              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
36705              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36706              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
36707      Branch: cfgperl
36708            ! README.hpux
36709 ____________________________________________________________________________
36710 [  6228] By: jhi                                   on 2000/06/23  14:07:20
36711         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
36712              From: Doug MacEachern <dougm@covalent.net>
36713              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
36714              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
36715      Branch: cfgperl
36716            ! op.c
36717 ____________________________________________________________________________
36718 [  6227] By: jhi                                   on 2000/06/23  14:01:06
36719         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
36720              From: Doug MacEachern <dougm@covalent.net>
36721              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
36722              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
36723      Branch: cfgperl
36724            + lib/lib.pm.PL
36725            - lib/lib.pm
36726            ! MANIFEST Makefile.SH
36727 ____________________________________________________________________________
36728 [  6226] By: jhi                                   on 2000/06/23  13:53:07
36729         Log: Subject: [PATCH] remove forward declarations in Socket.pm
36730              From: Doug MacEachern <dougm@covalent.net>
36731              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
36732              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
36733              
36734              From: Doug MacEachern <dougm@covalent.net>
36735              Subject: Re: [PATCH] remove forward declarations in Socket.pm
36736              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
36737              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
36738      Branch: cfgperl
36739            ! ext/Socket/Socket.pm op.c
36740 ____________________________________________________________________________
36741 [  6225] By: jhi                                   on 2000/06/23  13:41:52
36742         Log: Add source code filenames to apidoc.
36743              From: simon@brecon.co.uk (Simon Cozens)
36744              Subject: [PATCH embed.pl] Source X-ref
36745              Date: 22 Jun 2000 02:18:49 GMT
36746              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
36747      Branch: cfgperl
36748            ! embed.pl
36749 ____________________________________________________________________________
36750 [  6224] By: jhi                                   on 2000/06/23  13:32:33
36751         Log: A way to avoid English.pm performance hit.
36752              From: root <root@jester.slaysys.com>
36753              Subject: [YAPATCH English.pm] My turn to putt again
36754              Date: Thu, 22 Jun 2000 20:33:58 -0400
36755              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
36756      Branch: cfgperl
36757            ! lib/English.pm t/lib/english.t
36758 ____________________________________________________________________________
36759 [  6223] By: jhi                                   on 2000/06/23  13:27:06
36760         Log: Avoid double close().
36761              Subject: [PATCH] avoid double close()
36762              From: Doug MacEachern <dougm@covalent.net>
36763              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
36764              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
36765      Branch: cfgperl
36766            ! doio.c
36767 ____________________________________________________________________________
36768 [  6222] By: jhi                                   on 2000/06/23  13:25:54
36769         Log: doc typo fix
36770              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
36771              From: Ian Phillipps <Ian.Phillipps@iname.com>
36772              Date: Fri, 23 Jun 2000 10:40:58 +0100
36773              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
36774      Branch: cfgperl
36775            ! lib/Pod/Usage.pm
36776 ____________________________________________________________________________
36777 [  6221] By: jhi                                   on 2000/06/23  13:24:15
36778         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
36779              From: simon@brecon.co.uk (Simon Cozens)
36780              Subject: [PATCH] Eliminate tr///[CU][CU]
36781              Date: 23 Jun 2000 11:05:40 GMT
36782              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
36783      Branch: cfgperl
36784            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
36785 ____________________________________________________________________________
36786 [  6220] By: jhi                                   on 2000/06/22  16:07:51
36787         Log: Win32 patches from Benjamin Stuhl.
36788      Branch: cfgperl
36789            ! makedef.pl win32/win32.h
36790 ____________________________________________________________________________
36791 [  6219] By: jhi                                   on 2000/06/22  16:06:34
36792         Log: Bytecode patches from Benjamin Stuhl.
36793      Branch: cfgperl
36794            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
36795            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
36796            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36797 ____________________________________________________________________________
36798 [  6218] By: jhi                                   on 2000/06/15  23:54:16
36799         Log: Bytecode patches from Benjamin Stuhl.
36800      Branch: cfgperl
36801            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
36802 ____________________________________________________________________________
36803 [  6217] By: jhi                                   on 2000/06/09  13:38:29
36804         Log: Rename the fdpid locking and integrate with Sarathy.
36805      Branch: cfgperl
36806            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
36807            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
36808            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
36809            ! win32/win32.c
36810           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
36811 ____________________________________________________________________________
36812 [  6216] By: gsar                                  on 2000/06/08  14:54:21
36813         Log: be more optimal about clearing @_
36814      Branch: perl
36815            ! cop.h
36816 ____________________________________________________________________________
36817 [  6215] By: gsar                                  on 2000/06/08  14:33:04
36818         Log: tweak comment about @DB::args
36819      Branch: perl
36820            ! av.h pp_ctl.c
36821 ____________________________________________________________________________
36822 [  6214] By: gsar                                  on 2000/06/08  13:57:54
36823         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
36824              caller() wants to populate @DB::args with it (causes a coredump
36825              in Carp::confess())
36826      Branch: perl
36827            ! cop.h t/op/runlevel.t
36828 ____________________________________________________________________________
36829 [  6213] By: gsar                                  on 2000/06/08  07:06:35
36830         Log: back out change#6106 (seems problematic)
36831      Branch: perl
36832            ! hints/solaris_2.sh
36833 ____________________________________________________________________________
36834 [  6212] By: jhi                                   on 2000/06/07  03:10:36
36835         Log: Continuing mopup for #6204.
36836      Branch: cfgperl
36837            ! ext/B/defsubs_h.PL
36838 ____________________________________________________________________________
36839 [  6211] By: jhi                                   on 2000/06/07  02:41:50
36840         Log: Mopup for #6204.
36841              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
36842              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
36843              This is comes from const() where POK isn't on when expected.
36844      Branch: cfgperl
36845            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
36846            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36847            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
36848            ! perlapi.h pod/perlapi.pod
36849 ____________________________________________________________________________
36850 [  6210] By: jhi                                   on 2000/06/07  01:56:29
36851         Log: Mopup for #6207 and #6209.
36852      Branch: cfgperl
36853            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
36854 ____________________________________________________________________________
36855 [  6209] By: jhi                                   on 2000/06/07  01:33:12
36856         Log: Lock PL_fdpid against race conditions, based on:
36857              Subject: [PATCH 5.6.0]subprocess fixup for threads
36858              From: Dan Sugalski <dan@sidhe.org>
36859              To: perl5-porters@perl.org
36860              Date: Tue, 11 Apr 2000 17:02:32 -0400
36861              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
36862      Branch: cfgperl
36863            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
36864            ! win32/win32.c
36865 ____________________________________________________________________________
36866 [  6208] By: jhi                                   on 2000/06/07  01:05:23
36867         Log: Regen headers for #6207.
36868      Branch: cfgperl
36869            ! embed.h global.sym objXSUB.h proto.h
36870 ____________________________________________________________________________
36871 [  6207] By: jhi                                   on 2000/06/06  23:43:13
36872         Log: Subject: [PATCH 5.6.0] Threadsafe patches
36873              From: Dan Sugalski <dan@sidhe.org>
36874              To: perl5-porters@perl.org
36875              Date: Mon, 08 May 2000 18:08:13 -0400
36876              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
36877      Branch: cfgperl
36878            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
36879            ! proto.h sv.h util.c
36880 ____________________________________________________________________________
36881 [  6206] By: jhi                                   on 2000/06/06  23:21:23
36882         Log: Subject: [PATCH] Eliminate $a/$b in pod
36883              From: David Glasser <me@davidglasser.net>
36884              To: perl5-porters@perl.org
36885              Date: Mon, 29 May 2000 21:15:59 -0400
36886              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
36887      Branch: cfgperl
36888            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
36889            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
36890            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
36891            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
36892            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
36893            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
36894            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
36895            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
36896            ! pod/perlvar.pod pod/perlxs.pod
36897 ____________________________________________________________________________
36898 [  6205] By: jhi                                   on 2000/06/06  23:12:14
36899         Log: Subject: [PATCH] Win32 improvements
36900              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
36901              To: gsar@activestate.com, perl5-porters@perl.org
36902              Date: Mon, 29 May 2000 17:22:24 PDT
36903              Message-ID: <20000530002224.91142.qmail@hotmail.com>
36904              (MUA had mangled many lines by wordwrapping)
36905      Branch: cfgperl
36906            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
36907 ____________________________________________________________________________
36908 [  6204] By: jhi                                   on 2000/06/06  23:01:50
36909         Log: Subject: [PATCH] B::Bytecode patches
36910              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
36911              To: gsar@activestate.com, jhi@iki.fi
36912              Cc: perl5-porters@perl.org
36913              Message-ID: <20000602202526.48694.qmail@hotmail.com>
36914              (MUA had mangled many lines by wordwrapping)
36915      Branch: cfgperl
36916            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
36917            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
36918            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36919            ! intrpvar.h perl.c
36920 ____________________________________________________________________________
36921 [  6203] By: jhi                                   on 2000/06/06  22:32:43
36922         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
36923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36924              Date: Tue, 06 Jun 2000 13:07:45 -0700
36925              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
36926      Branch: cfgperl
36927            ! pod/perldiag.pod
36928 ____________________________________________________________________________
36929 [  6202] By: jhi                                   on 2000/06/06  19:38:35
36930         Log: Integrate with Sarathy.
36931      Branch: cfgperl
36932           !> perl.c
36933 ____________________________________________________________________________
36934 [  6201] By: gsar                                  on 2000/06/06  00:42:59
36935         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
36936              does a PUSHMARK that's never ever POPMARKed; in general, only
36937              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
36938              Perl_eval_[sp]v() don't because they don't take any incoming
36939              arguments (this leak has been around since the original version
36940              of perl_eval_pv() in 5.003_97e)
36941      Branch: perl
36942            ! perl.c
36943 ____________________________________________________________________________
36944 [  6200] By: jhi                                   on 2000/06/04  03:44:52
36945         Log: Update to cperl-mode.el 4.31 from
36946              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
36947              Subject: A couple of notes
36948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36949              To: Mailing list Perl5 <perl5-porters@perl.org>
36950              Date: Sat, 3 Jun 2000 23:33:32 -0400
36951              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
36952      Branch: cfgperl
36953            ! emacs/cperl-mode.el
36954 ____________________________________________________________________________
36955 [  6199] By: jhi                                   on 2000/06/03  15:11:05
36956         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
36957              From: Dan Sugalski <dan@sidhe.org>
36958              To: perl5-porters@perl.org, vmsperl@perl.org
36959              Date: Fri, 02 Jun 2000 17:30:51 -0400
36960              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
36961      Branch: cfgperl
36962            ! vms/descrip_mms.template vms/gen_shrfls.pl
36963 ____________________________________________________________________________
36964 [  6198] By: jhi                                   on 2000/06/03  14:59:15
36965         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
36966              From: Dan Sugalski <dan@sidhe.org>
36967              To: vmsperl@perl.org, perl5-porters@perl.org
36968              Date: Fri, 02 Jun 2000 16:00:41 -0400
36969              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
36970              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
36971      Branch: cfgperl
36972            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
36973            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
36974            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
36975 ____________________________________________________________________________
36976 [  6197] By: jhi                                   on 2000/06/03  14:41:30
36977         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
36978              From: John Borwick <jhborwic@unity.ncsu.edu>
36979              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
36980              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
36981      Branch: cfgperl
36982            ! pod/perlsyn.pod
36983 ____________________________________________________________________________
36984 [  6196] By: jhi                                   on 2000/06/03  14:38:09
36985         Log: Integrate with Sarathy.
36986      Branch: cfgperl
36987           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
36988           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
36989           !> vms/perly_c.vms
36990 ____________________________________________________________________________
36991 [  6195] By: gsar                                  on 2000/06/02  22:43:13
36992         Log: fix yet another eval"" leak under USE_ITHREADS
36993      Branch: perl
36994            ! op.c
36995 ____________________________________________________________________________
36996 [  6194] By: gsar                                  on 2000/06/02  18:22:06
36997         Log: fix small eval"" memory leaks under USE_ITHREADS
36998      Branch: perl
36999            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
37000            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
37001            ! vms/perly_c.vms
37002 ____________________________________________________________________________
37003 [  6193] By: jhi                                   on 2000/06/01  13:03:56
37004         Log: Signals-be-gone for microperl.
37005      Branch: cfgperl
37006            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
37007 ____________________________________________________________________________
37008 [  6192] By: jhi                                   on 2000/06/01  12:52:02
37009         Log: Integrate with Sarathy.
37010      Branch: cfgperl
37011           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
37012           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
37013           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
37014           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
37015           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
37016           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
37017           !> t/op/vec.t utils/h2xs.PL
37018 ____________________________________________________________________________
37019 [  6191] By: gsar                                  on 2000/06/01  09:38:21
37020         Log: vec() loses numericalness (modified version of patch suggested
37021              by Robin Barker)
37022      Branch: perl
37023            ! doop.c t/op/vec.t
37024 ____________________________________________________________________________
37025 [  6190] By: gsar                                  on 2000/06/01  09:26:15
37026         Log: submit missing embed.pl change
37027      Branch: perl
37028            ! embed.pl
37029 ____________________________________________________________________________
37030 [  6189] By: gsar                                  on 2000/06/01  09:05:34
37031         Log: counting tr/// corrupts later operation (from M.J.T Guy)
37032      Branch: perl
37033            ! doop.c t/op/tr.t
37034 ____________________________________________________________________________
37035 [  6188] By: gsar                                  on 2000/06/01  08:58:39
37036         Log: h2xs tweaks
37037      Branch: perl
37038            ! utils/h2xs.PL
37039 ____________________________________________________________________________
37040 [  6187] By: gsar                                  on 2000/06/01  08:50:07
37041         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
37042              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37043      Branch: perl
37044            + lib/Pod/LaTeX.pm
37045            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
37046            ! pod/pod2latex.PL
37047 ____________________________________________________________________________
37048 [  6186] By: gsar                                  on 2000/06/01  08:24:40
37049         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
37050              <wolfgang.laun@alcatel.at>)
37051      Branch: perl
37052            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
37053            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
37054 ____________________________________________________________________________
37055 [  6185] By: gsar                                  on 2000/06/01  08:12:00
37056         Log: remove incorrect documentation about implicit split to @_ in
37057              list context, which never really worked in perl 5 (from
37058              M.J.T. Guy)
37059      Branch: perl
37060            ! pod/perlfunc.pod pod/perltrap.pod
37061 ____________________________________________________________________________
37062 [  6184] By: gsar                                  on 2000/06/01  07:52:27
37063         Log: tweak for change#6127
37064      Branch: perl
37065            ! perl.c
37066 ____________________________________________________________________________
37067 [  6183] By: gsar                                  on 2000/06/01  07:41:02
37068         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
37069              <nick@ccl4.org>)
37070      Branch: perl
37071            + t/lib/selfloader.t
37072            ! MANIFEST lib/SelfLoader.pm
37073 ____________________________________________________________________________
37074 [  6182] By: jhi                                   on 2000/06/01  00:34:42
37075         Log: Be Cleaner Part Deux.
37076      Branch: cfgperl
37077            ! Makefile.SH
37078 ____________________________________________________________________________
37079 [  6181] By: jhi                                   on 2000/06/01  00:32:09
37080         Log: Integrate with Sarathy.
37081      Branch: cfgperl
37082           !> pp.c t/op/arith.t
37083 ____________________________________________________________________________
37084 [  6180] By: jhi                                   on 2000/06/01  00:31:13
37085         Log: microperl nits from Simon Cozens.
37086      Branch: cfgperl
37087            + uconfig.h
37088            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
37089            ! unixish.h
37090 ____________________________________________________________________________
37091 [  6179] By: gsar                                  on 2000/05/31  22:37:51
37092         Log: buggy modulus on UVs introduced by change#3378 (resulted in
37093              4063328477 % 65535 amounting to 27406, instead of 27407)
37094      Branch: perl
37095            ! pp.c t/op/arith.t
37096 ____________________________________________________________________________
37097 [  6178] By: jhi                                   on 2000/05/31  21:52:41
37098         Log: Be cleaner.
37099      Branch: cfgperl
37100            ! Makefile.SH
37101 ____________________________________________________________________________
37102 [  6177] By: jhi                                   on 2000/05/31  21:47:33
37103         Log: Substitution utf8 patch from Simon Cozens.
37104      Branch: cfgperl
37105            ! pp_hot.c
37106 ____________________________________________________________________________
37107 [  6176] By: jhi                                   on 2000/05/31  21:45:34
37108         Log: Single-quoted utf8 patch from Simon Cozens.
37109      Branch: cfgperl
37110            ! toke.c
37111 ____________________________________________________________________________
37112 [  6175] By: jhi                                   on 2000/05/31  21:40:18
37113         Log: Integrate with Sarathy.
37114      Branch: cfgperl
37115           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
37116 ____________________________________________________________________________
37117 [  6174] By: jhi                                   on 2000/05/31  21:37:31
37118         Log: microperl changes from Simon Cozens; Makefile for microperl
37119              written from scratch; few casts added as microperl compilation
37120              doesn't have all prototypes available.
37121      Branch: cfgperl
37122            + Makefile.micro README.micro Todo.micro uconfig.sh
37123            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
37124            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
37125      Branch: metaconfig
37126            + U/modified/Config_h.U
37127 ____________________________________________________________________________
37128 [  6173] By: jhi                                   on 2000/05/31  20:00:24
37129         Log: metaconfig maintenance.
37130      Branch: metaconfig
37131            + U/modified/Inhdr.U U/typedefs/inotype.U
37132      Branch: metaconfig/U/perl
37133            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
37134            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
37135 ____________________________________________________________________________
37136 [  6172] By: gsar                                  on 2000/05/31  05:05:42
37137         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
37138              (from Ilya Zakharevich)
37139      Branch: perl
37140            ! regexec.c t/op/re_tests
37141 ____________________________________________________________________________
37142 [  6171] By: gsar                                  on 2000/05/31  05:01:47
37143         Log: scalar() doesn't force scalar context when used in void context
37144              (from Simon Cozens)
37145      Branch: perl
37146            ! op.c t/op/wantarray.t
37147 ____________________________________________________________________________
37148 [  6170] By: gsar                                  on 2000/05/31  04:41:33
37149         Log: change#6142 needs tweaks to tests to work where there's no symlink()
37150              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37151      Branch: perl
37152            ! t/lib/filefind.t
37153 ____________________________________________________________________________
37154 [  6169] By: gsar                                  on 2000/05/31  04:29:49
37155         Log: integrate cfgperl contents into mainline
37156      Branch: perl
37157           +> pod/perlmodlib.PL pod/perlnewmod.pod
37158           !> (integrate 42 files)
37159 ____________________________________________________________________________
37160 [  6168] By: jhi                                   on 2000/05/30  22:53:37
37161         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
37162      Branch: cfgperl
37163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37164            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
37165            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
37166            ! win32/config.bc win32/config.gc win32/config.vc
37167            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37168            ! win32/config_h.PL win32/config_sh.PL
37169      Branch: metaconfig/U/perl
37170            ! perlxv.U
37171 ____________________________________________________________________________
37172 [  6167] By: jhi                                   on 2000/05/30  22:20:21
37173         Log: tweak todo 
37174      Branch: cfgperl
37175            ! Todo-5.6
37176 ____________________________________________________________________________
37177 [  6166] By: jhi                                   on 2000/05/30  22:11:51
37178         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
37179              in case somebody wants to write an extension for more
37180              shadow database interfaces.
37181      Branch: cfgperl
37182            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37183            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
37184            ! vos/config.def vos/config.h vos/config_h.SH_orig
37185            ! win32/config.bc win32/config.gc win32/config.vc
37186            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37187      Branch: metaconfig
37188            ! U/modified/Myinit.U
37189      Branch: metaconfig/U/perl
37190            + d_getespwnam.U d_getprpwnam.U i_prot.U
37191 ____________________________________________________________________________
37192 [  6165] By: jhi                                   on 2000/05/30  18:35:34
37193         Log: Integrate with Sarathy.
37194      Branch: cfgperl
37195           !> op.c
37196 ____________________________________________________________________________
37197 [  6164] By: jhi                                   on 2000/05/30  18:30:16
37198         Log: detypo
37199      Branch: cfgperl
37200            ! Configure config_h.SH
37201      Branch: metaconfig/U/perl
37202            ! perlxv.U
37203 ____________________________________________________________________________
37204 [  6163] By: gsar                                  on 2000/05/30  03:24:03
37205         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
37206      Branch: perl
37207            ! op.c
37208 ____________________________________________________________________________
37209 [  6162] By: gsar                                  on 2000/05/30  03:09:38
37210         Log: fix memory leak in method call optimization (change#3768);
37211              made C<eval "$x->foo()"> leak
37212      Branch: perl
37213            ! op.c
37214 ____________________________________________________________________________
37215 [  6161] By: jhi                                   on 2000/05/29  17:56:26
37216         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
37217              both from Simon Cozens.
37218      Branch: cfgperl
37219            + pod/perlmodlib.PL pod/perlnewmod.pod
37220            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
37221            ! pod/perlmodlib.pod pod/perltoc.pod
37222 ____________________________________________________________________________
37223 [  6160] By: jhi                                   on 2000/05/29  17:23:55
37224         Log: Changes for the File::Temp 0.08 (change #6159) test suite
37225              to fit better into the Perl distribution test framework.
37226      Branch: cfgperl
37227            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
37228            ! t/lib/ftmp-tempfile.t
37229 ____________________________________________________________________________
37230 [  6159] By: jhi                                   on 2000/05/29  16:55:36
37231         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
37232      Branch: cfgperl
37233            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37234            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37235 ____________________________________________________________________________
37236 [  6158] By: bailey                                on 2000/05/29  16:22:08
37237         Log: Add fallback to tmpfile for use in cases where user's relying on
37238              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
37239              Lane's patch)
37240      Branch: vmsperl
37241            ! vms/vms.c vms/vmsish.h
37242 ____________________________________________________________________________
37243 [  6157] By: jhi                                   on 2000/05/29  03:10:36
37244         Log: Regen Configure to jive with #6149.
37245      Branch: cfgperl
37246            ! Configure
37247      Branch: metaconfig
37248            ! U/modified/Getfile.U
37249 ____________________________________________________________________________
37250 [  6156] By: jhi                                   on 2000/05/29  03:01:38
37251         Log: Integrate with Sarathy.
37252      Branch: cfgperl
37253           +> ext/DynaLoader/dl_mac.xs
37254           !> (integrate 38 files)
37255 ____________________________________________________________________________
37256 [  6155] By: gsar                                  on 2000/05/28  21:15:58
37257         Log: small bug in change#6144; remove random \xA0 character that snuck
37258              in via change#6145
37259      Branch: perl
37260            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
37261 ____________________________________________________________________________
37262 [  6154] By: gsar                                  on 2000/05/28  21:04:19
37263         Log: avoid type mismatch warning
37264      Branch: perl
37265            ! perl.c
37266 ____________________________________________________________________________
37267 [  6153] By: gsar                                  on 2000/05/28  20:58:31
37268         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
37269              <nick@Bagpuss.uk.boo.com>)
37270      Branch: perl
37271            ! lib/Test/Harness.pm
37272 ____________________________________________________________________________
37273 [  6152] By: gsar                                  on 2000/05/28  20:53:42
37274         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
37275      Branch: perl
37276            ! regexec.c
37277 ____________________________________________________________________________
37278 [  6151] By: gsar                                  on 2000/05/28  20:50:28
37279         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
37280      Branch: perl
37281            ! regexec.c
37282 ____________________________________________________________________________
37283 [  6150] By: gsar                                  on 2000/05/28  20:39:58
37284         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
37285      Branch: perl
37286            ! pod/perlrequick.pod
37287 ____________________________________________________________________________
37288 [  6149] By: gsar                                  on 2000/05/28  20:35:16
37289         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
37290              <troc@netrus.net>)
37291      Branch: perl
37292            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
37293            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
37294            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
37295            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
37296 ____________________________________________________________________________
37297 [  6148] By: gsar                                  on 2000/05/28  20:21:07
37298         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
37299      Branch: perl
37300            ! lib/ExtUtils/MM_Unix.pm
37301 ____________________________________________________________________________
37302 [  6147] By: gsar                                  on 2000/05/28  20:12:41
37303         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
37304              (from Peter Prymmer)
37305      Branch: perl
37306            ! vms/subconfigure.com
37307 ____________________________________________________________________________
37308 [  6146] By: gsar                                  on 2000/05/28  20:06:15
37309         Log: doc typo
37310      Branch: perl
37311            ! lib/warnings.pm warnings.h warnings.pl
37312 ____________________________________________________________________________
37313 [  6145] By: gsar                                  on 2000/05/28  18:44:33
37314         Log: make xsubpp skip embedded pod (from Matthias Neeracher
37315              <neeri@iis.ee.ethz.ch>)
37316      Branch: perl
37317            ! lib/ExtUtils/xsubpp
37318 ____________________________________________________________________________
37319 [  6144] By: gsar                                  on 2000/05/28  18:42:49
37320         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
37321              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
37322              <neeri@iis.ee.ethz.ch>)
37323      Branch: perl
37324            ! lib/AutoSplit.pm
37325 ____________________________________________________________________________
37326 [  6143] By: gsar                                  on 2000/05/28  18:41:12
37327         Log: MacOS support, part 1 (from Matthias Neeracher
37328              <neeri@iis.ee.ethz.ch>)
37329      Branch: perl
37330            + ext/DynaLoader/dl_mac.xs
37331            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
37332            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
37333            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
37334            ! util.h
37335 ____________________________________________________________________________
37336 [  6142] By: gsar                                  on 2000/05/28  18:21:51
37337         Log: File::Find fails to chdir when chasing symlinks (from
37338              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37339      Branch: perl
37340            ! lib/File/Find.pm t/lib/filefind.t
37341 ____________________________________________________________________________
37342 [  6141] By: jhi                                   on 2000/05/28  14:25:15
37343         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
37344              forwarded by Peter Seebach from the bsdi-users mailing list.
37345              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
37346      Branch: perl
37347            ! hints/bsdos.sh
37348 ____________________________________________________________________________
37349 [  6140] By: jhi                                   on 2000/05/28  14:11:57
37350         Log: Integrate with Sarathy.
37351      Branch: cfgperl
37352           +> (branch 30 files)
37353           !> (integrate 93 files)
37354 ____________________________________________________________________________
37355 [  6139] By: gsar                                  on 2000/05/28  10:01:48
37356         Log: revise mktables.PL for bugs and newness in Unicode 3.0
37357              (from James Bence <jbence@amgen.com>)
37358      Branch: perl
37359            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
37360            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
37361            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
37362            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
37363            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
37364            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
37365            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
37366            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
37367            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
37368            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
37369            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
37370            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
37371            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
37372            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
37373            + lib/unicode/Is/SylWU.pl
37374            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
37375            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
37376            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
37377            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
37378            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
37379            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
37380            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
37381            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
37382            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
37383            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
37384            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
37385            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
37386            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
37387            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
37388            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
37389            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
37390            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
37391            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
37392            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
37393            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
37394            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
37395            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
37396            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
37397            ! lib/unicode/Makefile lib/unicode/mktables.PL
37398 ____________________________________________________________________________
37399 [  6138] By: gsar                                  on 2000/05/28  08:50:32
37400         Log: add note about the handling of negative indices to tied arrays
37401              (from Michael G Schwern <schwern@pobox.com>)
37402      Branch: perl
37403            ! pod/perltie.pod
37404 ____________________________________________________________________________
37405 [  6137] By: gsar                                  on 2000/05/28  08:46:10
37406         Log: fix bogus redeclaration warning for "our" variables in different
37407              scopes
37408      Branch: perl
37409            ! op.c t/pragma/strict-vars
37410 ____________________________________________________________________________
37411 [  6136] By: gsar                                  on 2000/05/28  08:31:20
37412         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
37413      Branch: perl
37414            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
37415 ____________________________________________________________________________
37416 [  6135] By: gsar                                  on 2000/05/28  08:17:50
37417         Log: enable Test::Harness to dynamically determine column width etc.
37418              (from Rob Napier <rnapier@employees.org>)
37419      Branch: perl
37420            ! lib/Test/Harness.pm
37421 ____________________________________________________________________________
37422 [  6134] By: gsar                                  on 2000/05/28  08:13:39
37423         Log: make Test::Harness use wait.h/WCOREDUMP if available
37424              (from Ben Tilly <ben_tilly@hotmail.com>)
37425      Branch: perl
37426            ! lib/Test/Harness.pm
37427 ____________________________________________________________________________
37428 [  6133] By: gsar                                  on 2000/05/28  08:08:05
37429         Log: elide bogus test in change#6132
37430      Branch: perl
37431            ! t/pragma/warn/9enabled
37432 ____________________________________________________________________________
37433 [  6132] By: gsar                                  on 2000/05/28  08:03:14
37434         Log: warnings::enabled() doesn't fall back to looking at $^W if
37435              caller isn't using lexical warnings (from Paul Marquess)
37436      Branch: perl
37437            ! pp_ctl.c t/pragma/warn/9enabled
37438 ____________________________________________________________________________
37439 [  6131] By: gsar                                  on 2000/05/28  07:57:47
37440         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
37441      Branch: perl
37442            ! ext/POSIX/POSIX.pm
37443 ____________________________________________________________________________
37444 [  6130] By: gsar                                  on 2000/05/28  07:29:12
37445         Log: fix places that mean C<"word" character> but say C<alphanumeric
37446              character>
37447      Branch: perl
37448            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
37449 ____________________________________________________________________________
37450 [  6129] By: gsar                                  on 2000/05/28  07:18:41
37451         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
37452      Branch: perl
37453            ! vms/test.com
37454 ____________________________________________________________________________
37455 [  6128] By: gsar                                  on 2000/05/28  07:12:55
37456         Log: new perlxstut example for passing/returning refs to arrays
37457              (from David Lowe <dlowe@pootpoot.com>)
37458      Branch: perl
37459            ! pod/perlxstut.pod
37460 ____________________________________________________________________________
37461 [  6127] By: gsar                                  on 2000/05/28  07:02:50
37462         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
37463              failed (from Gisle Aas)
37464      Branch: perl
37465            ! cop.h perl.c
37466 ____________________________________________________________________________
37467 [  6126] By: gsar                                  on 2000/05/28  06:39:53
37468         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
37469              (reworked variant of patch suggested by Simon Cozens)
37470      Branch: perl
37471            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
37472            ! pp_hot.c proto.h t/op/gv.t
37473 ____________________________________________________________________________
37474 [  6125] By: gsar                                  on 2000/05/28  05:14:55
37475         Log: enable propagating exception objects via Perl_croak() in XS code
37476              (from Gisle Aas)
37477      Branch: perl
37478            ! util.c
37479 ____________________________________________________________________________
37480 [  6124] By: gsar                                  on 2000/05/28  05:07:28
37481         Log: integrate vmsperl contents into mainline
37482      Branch: perl
37483           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
37484           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
37485           !> vms/vmsish.h
37486 ____________________________________________________________________________
37487 [  6123] By: gsar                                  on 2000/05/28  05:03:53
37488         Log: clarify gotcha with #line directives (from Rocco Caputo
37489              <troc@netrus.net>)
37490      Branch: perl
37491            ! pod/perldebug.pod pod/perlsyn.pod
37492 ____________________________________________________________________________
37493 [  6122] By: gsar                                  on 2000/05/28  04:58:29
37494         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
37495              (from Mark-Jason Dominus)
37496      Branch: perl
37497            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
37498            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
37499            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
37500            ! toke.c
37501 ____________________________________________________________________________
37502 [  6121] By: bailey                                on 2000/05/25  04:46:54
37503         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
37504              lists (based on fixes by Craig Berry)
37505      Branch: vmsperl
37506            ! lib/File/Spec/VMS.pm
37507 ____________________________________________________________________________
37508 [  6120] By: bailey                                on 2000/05/25  04:25:38
37509         Log: Add missing escape (Charles Lane)
37510      Branch: vmsperl
37511            ! t/op/lex_assign.t
37512 ____________________________________________________________________________
37513 [  6119] By: bailey                                on 2000/05/25  04:21:25
37514         Log: Quiet error messages in vmsish.t (Charles Lane)
37515      Branch: vmsperl
37516            ! vms/ext/vmsish.t
37517 ____________________________________________________________________________
37518 [  6118] By: bailey                                on 2000/05/25  04:17:57
37519         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
37520              Flatten case labels in switch statements uniformly (Charles Bailey)
37521      Branch: vmsperl
37522            ! vms/vms.c
37523 ____________________________________________________________________________
37524 [  6117] By: bailey                                on 2000/05/25  03:58:09
37525         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
37526      Branch: vmsperl
37527            ! vms/vmsish.h
37528 ____________________________________________________________________________
37529 [  6116] By: bailey                                on 2000/05/25  03:11:15
37530         Log: Miscellaneous cosmetic fixes (Charles Lane)
37531      Branch: vmsperl
37532            ! lib/ExtUtils/MM_VMS.pm
37533 ____________________________________________________________________________
37534 [  6115] By: bailey                                on 2000/05/25  03:10:36
37535         Log: Add bounds checking for several strings (Charles Lane)
37536      Branch: vmsperl
37537            ! vms/vms.c
37538 ____________________________________________________________________________
37539 [  6114] By: bailey                                on 2000/05/25  02:25:34
37540         Log: Urk -- undo previous removal of vmsish 'exit' change
37541      Branch: vmsperl
37542            ! vms/ext/vmsish.pm vms/vmsish.h
37543 ____________________________________________________________________________
37544 [  6113] By: bailey                                on 2000/05/24  02:24:40
37545         Log: Ugly workaround for version-specific RTL error
37546      Branch: vmsperl
37547            ! vms/vms.c
37548 ____________________________________________________________________________
37549 [  6112] By: bailey                                on 2000/05/24  02:19:55
37550         Log: Check for existence of file before trying to delete
37551      Branch: vmsperl
37552            ! vms/test.com
37553 ____________________________________________________________________________
37554 [  6111] By: bailey                                on 2000/05/23  23:35:13
37555         Log: Resync with mainline prior to post-5.6.0 updates
37556      Branch: vmsperl
37557           +> (branch 49 files)
37558            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
37559            ! vms/ext/vmsish.pm
37560           !> (integrate 334 files)
37561 ____________________________________________________________________________
37562 [  6110] By: jhi                                   on 2000/05/23  19:28:32
37563         Log: todo tweak
37564      Branch: cfgperl
37565            ! Todo-5.6
37566 ____________________________________________________________________________
37567 [  6109] By: jhi                                   on 2000/05/18  17:38:54
37568         Log: Integrate with Sarathy.
37569      Branch: cfgperl
37570           !> mg.c perl.h win32/perlhost.h
37571 ____________________________________________________________________________
37572 [  6108] By: gsar                                  on 2000/05/17  02:24:56
37573         Log: reenable fake signal handling on Windows, bugs and all
37574      Branch: perl
37575            ! mg.c perl.h win32/perlhost.h
37576 ____________________________________________________________________________
37577 [  6107] By: jhi                                   on 2000/05/15  18:01:41
37578         Log: Tweak the todo list.
37579      Branch: cfgperl
37580            ! Todo-5.6
37581 ____________________________________________________________________________
37582 [  6106] By: jhi                                   on 2000/05/15  13:41:48
37583         Log: The (Configure) script refuses to go on, after asking for
37584              'You may also choose to try maximal 64-bitness....'.
37585              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
37586              -- Patrick Zima
37587              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
37588      Branch: cfgperl
37589            ! hints/solaris_2.sh
37590 ____________________________________________________________________________
37591 [  6105] By: jhi                                   on 2000/05/11  14:37:43
37592         Log: Integrate with Sarathy.
37593      Branch: cfgperl
37594           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
37595           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
37596 ____________________________________________________________________________
37597 [  6104] By: gsar                                  on 2000/05/11  03:39:07
37598         Log: PL_sys_intern was being initialized too late on windows
37599      Branch: perl
37600            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
37601            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
37602 ____________________________________________________________________________
37603 [  6103] By: jhi                                   on 2000/05/09  19:42:20
37604         Log: Test tweaking for Unicos continues.
37605      Branch: cfgperl
37606            ! t/op/64bitint.t
37607 ____________________________________________________________________________
37608 [  6102] By: jhi                                   on 2000/05/09  16:47:27
37609         Log: The test suite tweak in #6101 wasn't quite right.
37610      Branch: cfgperl
37611            ! t/lib/complex.t
37612 ____________________________________________________________________________
37613 [  6101] By: jhi                                   on 2000/05/09  15:35:34
37614         Log: Hints and test tweaks for Unicos.
37615      Branch: cfgperl
37616            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
37617 ____________________________________________________________________________
37618 [  6100] By: jhi                                   on 2000/05/08  21:15:06
37619         Log: More compilation tweakery from Allen Smith.
37620      Branch: cfgperl
37621            ! hints/irix_6.sh
37622 ____________________________________________________________________________
37623 [  6099] By: jhi                                   on 2000/05/08  19:21:18
37624         Log: Tweaks for the cc bugs from Allen Smith.
37625      Branch: cfgperl
37626            ! hints/irix_6.sh
37627 ____________________________________________________________________________
37628 [  6098] By: jhi                                   on 2000/05/08  19:13:37
37629         Log: Add a note about other, yet unsupported, shadow password APIs.
37630      Branch: cfgperl
37631            ! pp_sys.c
37632 ____________________________________________________________________________
37633 [  6097] By: jhi                                   on 2000/05/08  18:46:34
37634         Log: Add a note about possible compilation problems from Allen Smith.
37635      Branch: cfgperl
37636            ! hints/irix_6.sh
37637 ____________________________________________________________________________
37638 [  6096] By: jhi                                   on 2000/05/08  17:33:10
37639         Log: Integrate with Sarathy.
37640      Branch: cfgperl
37641           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37642           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
37643 ____________________________________________________________________________
37644 [  6095] By: jhi                                   on 2000/05/08  16:21:33
37645         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
37646              might be useful in future.
37647      Branch: cfgperl
37648            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37649            ! config_h.SH
37650      Branch: metaconfig
37651            ! U/installdirs/inc_version_list.U
37652      Branch: metaconfig/U/perl
37653            ! perlxv.U
37654 ____________________________________________________________________________
37655 [  6094] By: gsar                                  on 2000/05/08  14:22:22
37656         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
37657      Branch: perl
37658            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37659            ! hints/cygwin.sh pp_sys.c
37660 ____________________________________________________________________________
37661 [  6093] By: gsar                                  on 2000/05/08  12:52:28
37662         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
37663              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
37664      Branch: perl
37665            ! pp_sys.c sv.c win32/perlhost.h
37666 ____________________________________________________________________________
37667 [  6092] By: jhi                                   on 2000/05/07  22:40:34
37668         Log: Regen perltoc with the fixed buildtoc.
37669      Branch: cfgperl
37670            ! pod/perltoc.pod
37671 ____________________________________________________________________________
37672 [  6091] By: jhi                                   on 2000/05/07  22:24:16
37673         Log: Integrate with Sarathy.
37674      Branch: cfgperl
37675           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
37676           !> t/op/substr.t toke.c
37677 ____________________________________________________________________________
37678 [  6090] By: gsar                                  on 2000/05/07  19:47:07
37679         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
37680              [NI]OK; added tests for both
37681      Branch: perl
37682            ! perl.c pp_hot.c sv.c t/op/substr.t
37683 ____________________________________________________________________________
37684 [  6089] By: gsar                                  on 2000/05/07  18:18:38
37685         Log: buildtoc tweak to fix newline lossage
37686      Branch: perl
37687            ! pod/buildtoc
37688 ____________________________________________________________________________
37689 [  6088] By: jhi                                   on 2000/05/07  16:35:36
37690         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
37691              because we do not use those.  The HAS_GETSPNAM remains,
37692              though, because we still do use that.
37693      Branch: cfgperl
37694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37695            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
37696            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
37697            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
37698            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37699            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37700 ____________________________________________________________________________
37701 [  6087] By: gsar                                  on 2000/05/07  16:05:16
37702         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
37703      Branch: perl
37704            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
37705 ____________________________________________________________________________
37706 [  6086] By: jhi                                   on 2000/05/07  15:27:07
37707         Log: Integrate with Sarathy.
37708      Branch: cfgperl
37709           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37710           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37711           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
37712           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
37713           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
37714           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
37715 ____________________________________________________________________________
37716 [  6085] By: gsar                                  on 2000/05/07  05:52:02
37717         Log: repeat operator (x) doesn't preserve utf8-ness
37718      Branch: perl
37719            ! pp.c t/op/substr.t
37720 ____________________________________________________________________________
37721 [  6084] By: gsar                                  on 2000/05/07  05:39:55
37722         Log: substr() does not preserve utf8-ness (from Stefan Eissing
37723              <Eissing@medicaldataservice.de>); added tests
37724      Branch: perl
37725            ! pp.c t/op/substr.t
37726 ____________________________________________________________________________
37727 [  6083] By: gsar                                  on 2000/05/07  05:24:46
37728         Log: note about undocumented caller() return value (from M.J.T. Guy);
37729              yet another peek.t tweak
37730      Branch: perl
37731            ! pod/perlfunc.pod t/lib/peek.t
37732 ____________________________________________________________________________
37733 [  6082] By: gsar                                  on 2000/05/07  05:08:40
37734         Log: peek.t non-portable to ithreads
37735      Branch: perl
37736            ! t/lib/peek.t
37737 ____________________________________________________________________________
37738 [  6081] By: gsar                                  on 2000/05/07  04:17:04
37739         Log: better default perlbug categories for ok reports (from Richard Foley)
37740      Branch: perl
37741            ! utils/perlbug.PL
37742 ____________________________________________________________________________
37743 [  6080] By: gsar                                  on 2000/05/07  04:08:07
37744         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
37745              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37746      Branch: perl
37747            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37748            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37749            ! AUTHORS MAINTAIN MANIFEST
37750 ____________________________________________________________________________
37751 [  6079] By: gsar                                  on 2000/05/07  04:01:38
37752         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
37753      Branch: perl
37754            ! lib/Carp/Heavy.pm
37755 ____________________________________________________________________________
37756 [  6078] By: gsar                                  on 2000/05/07  01:24:19
37757         Log: workaround for CRT bug in chdir() (from Charles Lane, via
37758              Peter Prymmer)
37759      Branch: perl
37760            ! iperlsys.h vms/vms.c vms/vmsish.h
37761 ____________________________________________________________________________
37762 [  6077] By: gsar                                  on 2000/05/07  01:22:23
37763         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
37764              and Tom Phoenix)
37765      Branch: perl
37766            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
37767 ____________________________________________________________________________
37768 [  6076] By: gsar                                  on 2000/05/06  17:36:29
37769         Log: integrate cfgperl contents into mainline
37770      Branch: perl
37771           +> t/lib/peek.t
37772           !> Configure MANIFEST Porting/Glossary Porting/config.sh
37773           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
37774           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
37775           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
37776 ____________________________________________________________________________
37777 [  6075] By: jhi                                   on 2000/05/05  18:56:10
37778         Log: Make the test more portable.
37779      Branch: cfgperl
37780            ! t/lib/peek.t
37781 ____________________________________________________________________________
37782 [  6074] By: jhi                                   on 2000/05/05  18:49:20
37783         Log: Introduce t/lib/peek.t.
37784      Branch: cfgperl
37785            + t/lib/peek.t
37786            ! MANIFEST
37787 ____________________________________________________________________________
37788 [  6073] By: jhi                                   on 2000/05/05  14:30:45
37789         Log: Complex tweaks.
37790      Branch: cfgperl
37791            ! lib/Math/Complex.pm t/lib/complex.t
37792 ____________________________________________________________________________
37793 [  6072] By: jhi                                   on 2000/05/05  12:27:13
37794         Log: Integrate with Sarathy.
37795      Branch: cfgperl
37796           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
37797           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37798           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
37799           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
37800 ____________________________________________________________________________
37801 [  6071] By: gsar                                  on 2000/05/05  02:24:46
37802         Log: misformatted perllocal.pod (from Tim Jenness
37803              <t.jenness@jach.hawaii.edu>)
37804      Branch: perl
37805            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
37806 ____________________________________________________________________________
37807 [  6070] By: gsar                                  on 2000/05/05  02:16:52
37808         Log: remove misleading comment (from M.J.T. Guy)
37809      Branch: perl
37810            ! t/lib/anydbm.t
37811 ____________________________________________________________________________
37812 [  6069] By: gsar                                  on 2000/05/05  02:15:13
37813         Log: File::Spec compatibility update (from Barrie Slaymaker
37814              <barries@slaysys.com>)
37815      Branch: perl
37816            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37817            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
37818 ____________________________________________________________________________
37819 [  6068] By: gsar                                  on 2000/05/05  02:01:50
37820         Log: note about values()
37821      Branch: perl
37822            ! pod/perlfunc.pod
37823 ____________________________________________________________________________
37824 [  6067] By: gsar                                  on 2000/05/05  01:33:09
37825         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
37826      Branch: perl
37827            ! win32/win32.c
37828 ____________________________________________________________________________
37829 [  6066] By: gsar                                  on 2000/05/05  01:23:43
37830         Log: s/END/CHECK/
37831      Branch: perl
37832            ! perl.c
37833 ____________________________________________________________________________
37834 [  6065] By: jhi                                   on 2000/05/04  17:30:22
37835         Log: Integrate with Sarathy.
37836      Branch: cfgperl
37837           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
37838 ____________________________________________________________________________
37839 [  6064] By: gsar                                  on 2000/05/04  17:26:14
37840         Log: change#5905 wasn't quite right--it's intent only applies when arguments
37841              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
37842      Branch: perl
37843            ! pp_sys.c sv.c
37844 ____________________________________________________________________________
37845 [  6063] By: gsar                                  on 2000/05/04  16:52:29
37846         Log: tokeq() could read unallocated field in argument
37847      Branch: perl
37848            ! toke.c
37849 ____________________________________________________________________________
37850 [  6062] By: gsar                                  on 2000/05/04  16:34:51
37851         Log: additional tests for utf8.t
37852      Branch: perl
37853            ! t/pragma/utf8.t
37854 ____________________________________________________________________________
37855 [  6061] By: gsar                                  on 2000/05/04  16:09:28
37856         Log: change#5921 neglected to make eq honor "use bytes"
37857      Branch: perl
37858            ! sv.c
37859 ____________________________________________________________________________
37860 [  6060] By: jhi                                   on 2000/05/04  15:30:16
37861         Log: Integrate with Sarathy.
37862      Branch: cfgperl
37863           !> perl.c regcomp.c t/pragma/utf8.t
37864 ____________________________________________________________________________
37865 [  6059] By: jhi                                   on 2000/05/04  15:26:37
37866         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
37867              in natively 64-bit platforms where a long is a quad (no need
37868              for long longs).  Also added bias for IVs.
37869      Branch: cfgperl
37870            ! toke.c
37871 ____________________________________________________________________________
37872 [  6058] By: gsar                                  on 2000/05/04  00:19:14
37873         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
37874              (spotted by Donald Kinzer <dkinzer@premia.com>)
37875      Branch: perl
37876            ! perl.c
37877 ____________________________________________________________________________
37878 [  6057] By: gsar                                  on 2000/05/03  18:34:01
37879         Log: fix broken parsing of /\x{ab}/
37880      Branch: perl
37881            ! regcomp.c t/pragma/utf8.t
37882 ____________________________________________________________________________
37883 [  6056] By: jhi                                   on 2000/05/03  17:57:16
37884         Log: The search of infinity continues, this time simplified.
37885      Branch: cfgperl
37886            ! lib/Math/Complex.pm
37887 ____________________________________________________________________________
37888 [  6055] By: jhi                                   on 2000/05/03  17:45:30
37889         Log: Detypo.
37890      Branch: cfgperl
37891            ! hints/unicos.sh
37892 ____________________________________________________________________________
37893 [  6054] By: jhi                                   on 2000/05/02  22:28:27
37894         Log: Be more forgiving in POSIX about HUGE_VALL.
37895      Branch: cfgperl
37896            ! ext/POSIX/POSIX.xs
37897 ____________________________________________________________________________
37898 [  6053] By: jhi                                   on 2000/05/02  22:25:05
37899         Log: Integrate with Sarathy.
37900      Branch: cfgperl
37901           !> hints/irix_6.sh pod/perlop.pod
37902 ____________________________________________________________________________
37903 [  6052] By: jhi                                   on 2000/05/02  22:24:31
37904         Log: Unicos hint tweak.
37905      Branch: cfgperl
37906            ! hints/unicos.sh
37907 ____________________________________________________________________________
37908 [  6051] By: jhi                                   on 2000/05/02  22:21:26
37909         Log: Complex tweakery.
37910      Branch: cfgperl
37911            ! lib/Math/Complex.pm t/lib/complex.t
37912 ____________________________________________________________________________
37913 [  6050] By: jhi                                   on 2000/05/02  19:26:22
37914         Log: Use setxxent()/endxxent().
37915      Branch: cfgperl
37916            ! t/op/grent.t t/op/pwent.t
37917 ____________________________________________________________________________
37918 [  6049] By: jhi                                   on 2000/05/02  19:06:02
37919         Log: Test both the scalar and list contexts.
37920      Branch: cfgperl
37921            ! t/op/grent.t t/op/pwent.t
37922 ____________________________________________________________________________
37923 [  6048] By: gsar                                  on 2000/05/02  18:29:10
37924         Log: add note about how $( doesn't interpolate in REs (from
37925              Philip Newton <newton@ficus.frogspace.net>)
37926      Branch: perl
37927            ! pod/perlop.pod
37928 ____________________________________________________________________________
37929 [  6047] By: jhi                                   on 2000/05/02  17:41:24
37930         Log: Call getspnam() only iff needd.
37931      Branch: cfgperl
37932            ! pp_sys.c
37933 ____________________________________________________________________________
37934 [  6046] By: gsar                                  on 2000/05/02  17:07:25
37935         Log: libscheck has insufficient checks for n32 libs (from
37936              Albert Chin-A-Young <china@thewrittenword.com>)
37937      Branch: perl
37938            ! hints/irix_6.sh
37939 ____________________________________________________________________________
37940 [  6045] By: jhi                                   on 2000/05/02  13:57:17
37941         Log: Integrate with Sarathy.
37942      Branch: cfgperl
37943           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
37944           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
37945 ____________________________________________________________________________
37946 [  6044] By: gsar                                  on 2000/05/02  06:48:19
37947         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
37948              such that underscores are only ignored in literal numbers,
37949              "\x{...}", and hex/oct argument
37950      Branch: perl
37951            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
37952 ____________________________________________________________________________
37953 [  6043] By: gsar                                  on 2000/05/02  02:22:29
37954         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
37955      Branch: perl
37956            ! pod/perlretut.pod
37957 ____________________________________________________________________________
37958 [  6042] By: gsar                                  on 2000/05/02  02:17:51
37959         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
37960      Branch: perl
37961            ! pod/perltrap.pod
37962 ____________________________________________________________________________
37963 [  6041] By: gsar                                  on 2000/05/02  01:53:51
37964         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
37965              to compensate
37966      Branch: perl
37967            ! Porting/makerel
37968 ____________________________________________________________________________
37969 [  6040] By: gsar                                  on 2000/05/02  01:51:57
37970         Log: missing files in MANIFEST
37971      Branch: perl
37972            ! MANIFEST
37973 ____________________________________________________________________________
37974 [  6039] By: jhi                                   on 2000/05/02  00:36:46
37975         Log: Infinite problems.
37976      Branch: cfgperl
37977            ! lib/Math/Complex.pm
37978 ____________________________________________________________________________
37979 [  6038] By: jhi                                   on 2000/05/02  00:06:38
37980         Log: pwent/spent #ifdef imbalance.
37981      Branch: cfgperl
37982            ! pp_sys.c
37983 ____________________________________________________________________________
37984 [  6037] By: jhi                                   on 2000/05/01  22:50:11
37985         Log: Use HUGE_VALL if applicable.
37986      Branch: cfgperl
37987            ! ext/POSIX/POSIX.xs util.c
37988 ____________________________________________________________________________
37989 [  6036] By: jhi                                   on 2000/05/01  22:20:53
37990         Log: Correct Freudian slip.
37991      Branch: cfgperl
37992            ! pp_sys.c
37993 ____________________________________________________________________________
37994 [  6035] By: jhi                                   on 2000/05/01  21:07:38
37995         Log: Continue on the pwent/spent case.
37996      Branch: cfgperl
37997            ! pp_sys.c
37998 ____________________________________________________________________________
37999 [  6034] By: jhi                                   on 2000/05/01  17:45:14
38000         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
38001              adjustments in 6032 conflicted badly with this, will have
38002              to revisit them later.
38003      Branch: cfgperl
38004           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
38005           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
38006           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
38007           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
38008           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
38009           !> t/lib/cgi-html.t t/lib/cgi-request.t
38010 ____________________________________________________________________________
38011 [  6033] By: jhi                                   on 2000/05/01  17:40:49
38012         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
38013      Branch: cfgperl
38014            ! pp_sys.c
38015 ____________________________________________________________________________
38016 [  6032] By: gsar                                  on 2000/05/01  15:56:32
38017         Log: whitespace adjustments
38018      Branch: perl
38019            ! pp_sys.c
38020 ____________________________________________________________________________
38021 [  6031] By: gsar                                  on 2000/05/01  15:19:41
38022         Log: small nits in diagnostics.pm (from Robin Barker)
38023      Branch: perl
38024            ! lib/diagnostics.pm pod/perldiag.pod
38025 ____________________________________________________________________________
38026 [  6030] By: gsar                                  on 2000/05/01  08:39:18
38027         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
38028              for @- and @+ (from Johan Vromans)
38029      Branch: perl
38030            ! lib/English.pm pod/perlvar.pod
38031 ____________________________________________________________________________
38032 [  6029] By: gsar                                  on 2000/05/01  08:16:10
38033         Log: add CGI.pm v2.66 (from Lincoln Stein)
38034      Branch: perl
38035            + lib/CGI/Util.pm t/lib/cgi-pretty.t
38036            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
38037            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
38038            ! t/lib/cgi-html.t t/lib/cgi-request.t
38039 ____________________________________________________________________________
38040 [  6028] By: gsar                                  on 2000/05/01  06:34:41
38041         Log: Pod::Man generates groff-incompatible macro definition (from
38042              Tom Christiansen)
38043      Branch: perl
38044            ! lib/Pod/Man.pm
38045 ____________________________________________________________________________
38046 [  6027] By: gsar                                  on 2000/05/01  06:31:36
38047         Log: podlators-1.02 update (from Russ Allbery)
38048      Branch: perl
38049            ! lib/Pod/Man.pm lib/Pod/Text.pm
38050 ____________________________________________________________________________
38051 [  6026] By: jhi                                   on 2000/04/30  23:24:23
38052         Log: Integrate with Sarathy.
38053      Branch: cfgperl
38054           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
38055           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
38056           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38057           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38058           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
38059           !> t/lib/syslog.t toke.c win32/win32.h
38060 ____________________________________________________________________________
38061 [  6025] By: gsar                                  on 2000/04/30  18:17:47
38062         Log: Is{Alnum,Alpha,Word} don't match titlecase
38063              
38064              TODO: IsSpace is defined recursively!
38065              
38066              (both spotted by Larry)
38067      Branch: perl
38068            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38069            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38070 ____________________________________________________________________________
38071 [  6024] By: gsar                                  on 2000/04/30  17:50:19
38072         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
38073              (from Hugo van der Sanden)
38074      Branch: perl
38075            ! toke.c
38076 ____________________________________________________________________________
38077 [  6023] By: gsar                                  on 2000/04/30  17:14:43
38078         Log: debugger stomps on $. (from M.J.T. Guy)
38079      Branch: perl
38080            ! lib/perl5db.pl
38081 ____________________________________________________________________________
38082 [  6022] By: gsar                                  on 2000/04/30  16:59:22
38083         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
38084      Branch: perl
38085            ! sv.c
38086 ____________________________________________________________________________
38087 [  6021] By: gsar                                  on 2000/04/29  21:00:08
38088         Log: remove Win2K issue in pod (fixed by change#6020)
38089      Branch: perl
38090            ! README.win32 pod/perl56delta.pod
38091 ____________________________________________________________________________
38092 [  6020] By: gsar                                  on 2000/04/29  20:51:49
38093         Log: test tweak
38094      Branch: perl
38095            ! t/lib/open3.t
38096 ____________________________________________________________________________
38097 [  6019] By: gsar                                  on 2000/04/29  20:34:27
38098         Log: windows portability tweaks
38099      Branch: perl
38100            ! t/lib/b.t win32/win32.h
38101 ____________________________________________________________________________
38102 [  6018] By: gsar                                  on 2000/04/29  19:55:24
38103         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
38104              make _PATH_LOG() return "" if unavailable
38105      Branch: perl
38106            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
38107            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
38108 ____________________________________________________________________________
38109 [  6017] By: jhi                                   on 2000/04/28  22:49:46
38110         Log: Integrate with Sarathy.
38111      Branch: cfgperl
38112           !> op.c perl.c pod/perldiag.pod t/lib/b.t
38113 ____________________________________________________________________________
38114 [  6016] By: jhi                                   on 2000/04/28  22:46:14
38115         Log: Do not warn that an infinity does not look like a number.
38116      Branch: cfgperl
38117            ! sv.c
38118 ____________________________________________________________________________
38119 [  6015] By: gsar                                  on 2000/04/28  22:35:49
38120         Log: tweak test for portability
38121      Branch: perl
38122            ! t/lib/b.t
38123 ____________________________________________________________________________
38124 [  6014] By: gsar                                  on 2000/04/28  22:05:31
38125         Log: glob() loading File::Glob behind the scenes may cause syntax errors
38126      Branch: perl
38127            ! op.c
38128 ____________________________________________________________________________
38129 [  6013] By: gsar                                  on 2000/04/28  21:25:22
38130         Log: tweak change#5945 to display correct switch name in diagnostic
38131      Branch: perl
38132            ! perl.c pod/perldiag.pod
38133 ____________________________________________________________________________
38134 [  6012] By: jhi                                   on 2000/04/28  21:08:12
38135         Log: Integrate with Sarathy.
38136      Branch: cfgperl
38137           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
38138           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
38139           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
38140 ____________________________________________________________________________
38141 [  6011] By: jhi                                   on 2000/04/28  21:04:46
38142         Log: &HUGE_VAL is not defined, it exists.
38143      Branch: cfgperl
38144            ! lib/Math/Complex.pm
38145 ____________________________________________________________________________
38146 [  6010] By: gsar                                  on 2000/04/28  21:02:58
38147         Log: clarify note about shadow password support (from
38148              gellyfish@gellyfish.com)
38149      Branch: perl
38150            ! pod/perlfunc.pod
38151 ____________________________________________________________________________
38152 [  6009] By: gsar                                  on 2000/04/28  21:00:00
38153         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
38154      Branch: perl
38155            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
38156 ____________________________________________________________________________
38157 [  6008] By: gsar                                  on 2000/04/28  20:56:33
38158         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
38159      Branch: perl
38160            ! installperl vms/subconfigure.com
38161 ____________________________________________________________________________
38162 [  6007] By: gsar                                  on 2000/04/28  20:51:21
38163         Log: note about compile failures and END blocks (from M.J.T. Guy)
38164      Branch: perl
38165            ! pod/perl56delta.pod pod/perlmod.pod
38166 ____________________________________________________________________________
38167 [  6006] By: jhi                                   on 2000/04/28  20:42:14
38168         Log: Regen Configure.
38169      Branch: cfgperl
38170            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38171            ! config_h.SH
38172 ____________________________________________________________________________
38173 [  6005] By: gsar                                  on 2000/04/28  20:41:16
38174         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
38175      Branch: perl
38176            ! utils/perldoc.PL
38177 ____________________________________________________________________________
38178 [  6004] By: jhi                                   on 2000/04/28  20:28:21
38179         Log: Integrate with Sarathy.
38180      Branch: cfgperl
38181           !> Configure INSTALL Porting/Glossary Porting/config.sh
38182           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
38183           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
38184           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
38185           !> win32/config.vc win32/win32.c
38186 ____________________________________________________________________________
38187 [  6003] By: gsar                                  on 2000/04/28  20:11:20
38188         Log: allow REG_EXPAND_SZ keys in Windows registry (from
38189              John Clayton <John.Clayton@barclayscapital.com>)
38190      Branch: perl
38191            ! win32/win32.c
38192 ____________________________________________________________________________
38193 [  6002] By: gsar                                  on 2000/04/28  19:34:16
38194         Log: destructive sv_setsv() can lose UV-ness from source, causing
38195              numeric promotions/comparisons to fail to do the right thing
38196      Branch: perl
38197            ! sv.c
38198 ____________________________________________________________________________
38199 [  6001] By: gsar                                  on 2000/04/28  18:44:15
38200         Log: support additional library locations via $Config{otherlibdirs}
38201              (from Andy Dougherty)
38202      Branch: perl
38203            ! Configure INSTALL Porting/Glossary Porting/config.sh
38204            ! Porting/config_H config_h.SH epoc/config.sh perl.c
38205            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
38206            ! win32/config.bc win32/config.gc win32/config.vc
38207 ____________________________________________________________________________
38208 [  6000] By: gsar                                  on 2000/04/28  18:26:58
38209         Log: reworked otherlibdirs.U (from Andy Dougherty)
38210      Branch: metaconfig
38211            ! U/installdirs/otherlibdirs.U
38212 ____________________________________________________________________________
38213 [  5999] By: gsar                                  on 2000/04/28  18:17:07
38214         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
38215      Branch: perl
38216            ! t/pragma/warn/toke toke.c
38217 ____________________________________________________________________________
38218 [  5998] By: jhi                                   on 2000/04/28  13:32:17
38219         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
38220      Branch: cfgperl
38221            ! lib/Math/Complex.pm
38222 ____________________________________________________________________________
38223 [  5997] By: jhi                                   on 2000/04/28  13:14:04
38224         Log: Preserve $!.
38225      Branch: cfgperl
38226            ! lib/Math/Complex.pm
38227 ____________________________________________________________________________
38228 [  5996] By: jhi                                   on 2000/04/28  12:59:23
38229         Log: Integrate with Sarathy.
38230      Branch: cfgperl
38231           +> pod/perlrequick.pod pod/perlretut.pod
38232           !> (integrate 51 files)
38233 ____________________________________________________________________________
38234 [  5995] By: gsar                                  on 2000/04/28  09:37:36
38235         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
38236      Branch: perl
38237            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
38238 ____________________________________________________________________________
38239 [  5994] By: gsar                                  on 2000/04/28  09:33:26
38240         Log: fix for missed accounting for null byte in pack("Z",...) (from
38241              M.J.T. Guy)
38242      Branch: perl
38243            ! pp.c t/op/pack.t
38244 ____________________________________________________________________________
38245 [  5993] By: gsar                                  on 2000/04/28  09:30:05
38246         Log: various minor tweaks seen on p5p
38247      Branch: perl
38248            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
38249 ____________________________________________________________________________
38250 [  5992] By: gsar                                  on 2000/04/28  09:08:19
38251         Log: pod nit (from Simon Cozens)
38252      Branch: perl
38253            ! pod/perlop.pod
38254 ____________________________________________________________________________
38255 [  5991] By: gsar                                  on 2000/04/28  09:06:36
38256         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
38257      Branch: perl
38258            ! README.posix-bc hints/posix-bc.sh
38259 ____________________________________________________________________________
38260 [  5990] By: gsar                                  on 2000/04/28  08:54:52
38261         Log: use $ENV{LIB} to search for libs under Visual C compiler
38262              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
38263      Branch: perl
38264            ! lib/ExtUtils/Liblist.pm
38265 ____________________________________________________________________________
38266 [  5989] By: gsar                                  on 2000/04/28  08:27:12
38267         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
38268              itself and no other (from Tom Hughes)
38269      Branch: perl
38270            ! t/op/array.t toke.c
38271 ____________________________________________________________________________
38272 [  5988] By: gsar                                  on 2000/04/28  08:01:38
38273         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
38274              <paul@miraclefish.com>)
38275      Branch: perl
38276            ! lib/ExtUtils/MakeMaker.pm
38277 ____________________________________________________________________________
38278 [  5987] By: gsar                                  on 2000/04/28  07:53:09
38279         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
38280      Branch: perl
38281            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
38282 ____________________________________________________________________________
38283 [  5986] By: gsar                                  on 2000/04/28  07:44:17
38284         Log: add regular expressions tutorial and quick-start guide (from
38285              Mark Kvale <kvale@phy.ucsf.edu>)
38286      Branch: perl
38287            + pod/perlrequick.pod pod/perlretut.pod
38288            ! AUTHORS MAINTAIN MANIFEST
38289 ____________________________________________________________________________
38290 [  5985] By: gsar                                  on 2000/04/28  07:30:28
38291         Log: forked child may not exit correctly if it failed to open
38292              /dev/console (from Graham Barr)
38293      Branch: perl
38294            ! ext/Sys/Syslog/Syslog.pm
38295 ____________________________________________________________________________
38296 [  5984] By: gsar                                  on 2000/04/28  07:27:20
38297         Log: attributes::reftype() doesn't work on tied argument
38298      Branch: perl
38299            ! xsutils.c
38300 ____________________________________________________________________________
38301 [  5983] By: gsar                                  on 2000/04/28  07:15:04
38302         Log: numeric conversion of non-number in change#3378 tramples on
38303              OOK offset, causing segfaults
38304      Branch: perl
38305            ! sv.c
38306 ____________________________________________________________________________
38307 [  5982] By: gsar                                  on 2000/04/28  04:48:25
38308         Log: avoid error in IO::Socket::INET when given an unknown service name
38309              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
38310      Branch: perl
38311            ! ext/IO/lib/IO/Socket/INET.pm
38312 ____________________________________________________________________________
38313 [  5981] By: gsar                                  on 2000/04/28  04:31:31
38314         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
38315              prototype mismatch with CORE::glob(); update pod and tests to
38316              suit (File::Glob::glob() is still available for backward
38317              compatibility, but should be considered deprecated)
38318      Branch: perl
38319            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
38320            ! t/lib/glob-taint.t
38321 ____________________________________________________________________________
38322 [  5980] By: gsar                                  on 2000/04/28  03:47:29
38323         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
38324              <ghudson@mit.edu>)
38325      Branch: metaconfig
38326            ! U/modified/Options.U
38327      Branch: perl
38328            ! Configure
38329 ____________________________________________________________________________
38330 [  5979] By: gsar                                  on 2000/04/28  03:07:54
38331         Log: under useithreads, constant pad entries could inadvertantly be
38332              shared across threads (from Eric Blood <eblood@xmission.com>);
38333              added Eric's test case to testsuite
38334      Branch: perl
38335            ! op.c t/op/misc.t
38336 ____________________________________________________________________________
38337 [  5978] By: gsar                                  on 2000/04/27  21:13:00
38338         Log: sync version numbers in File::Spec with the ones on CPAN
38339              (from Barrie Slaymaker)
38340      Branch: perl
38341            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38342            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38343            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38344 ____________________________________________________________________________
38345 [  5977] By: gsar                                  on 2000/04/27  21:07:29
38346         Log: autoquote barewords followed by newline and arrow properly
38347              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
38348      Branch: perl
38349            ! t/pragma/warn/toke toke.c
38350 ____________________________________________________________________________
38351 [  5976] By: gsar                                  on 2000/04/27  20:41:20
38352         Log: DB_File v1.73 update (from Paul Marquess)
38353      Branch: perl
38354            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38355            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38356 ____________________________________________________________________________
38357 [  5975] By: gsar                                  on 2000/04/27  20:34:24
38358         Log: allow sort() reentrancy (variant of patch suggested by
38359              Hugo van der Sanden)
38360      Branch: perl
38361            ! pp_ctl.c t/op/sort.t
38362 ____________________________________________________________________________
38363 [  5974] By: gsar                                  on 2000/04/27  19:46:57
38364         Log: change#4197 somehow missed initializing PL_errors, meaning
38365              sytax error queueing wasn't working outside eval"" at all;
38366              also fixed eval"" to localize PL_error_count, so that compile-time
38367              eval's don't clobber the error state of the outer context
38368      Branch: perl
38369            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
38370            ! t/pragma/warn/toke
38371 ____________________________________________________________________________
38372 [  5973] By: gsar                                  on 2000/04/27  18:29:05
38373         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
38374      Branch: perl
38375            ! regcomp.c regexec.c t/op/re_tests
38376 ____________________________________________________________________________
38377 [  5972] By: jhi                                   on 2000/04/27  18:22:41
38378         Log: Integrate with Sarathy.
38379      Branch: cfgperl
38380           +> t/lib/b.t t/lib/syslog.t
38381           !> (integrate 31 files)
38382 ____________________________________________________________________________
38383 [  5971] By: jhi                                   on 2000/04/27  18:18:46
38384         Log: Unicos tweaks from Mark P. Lutz.
38385      Branch: cfgperl
38386            ! hints/unicos.sh lib/Math/Complex.pm
38387 ____________________________________________________________________________
38388 [  5970] By: gsar                                  on 2000/04/27  18:05:11
38389         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
38390              IV is >32bits
38391      Branch: perl
38392            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
38393 ____________________________________________________________________________
38394 [  5969] By: gsar                                  on 2000/04/27  17:50:56
38395         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
38396      Branch: perl
38397            + t/lib/syslog.t
38398            ! MANIFEST ext/Sys/Syslog/Syslog.pm
38399 ____________________________________________________________________________
38400 [  5968] By: gsar                                  on 2000/04/27  17:44:49
38401         Log: tolerate spaces in group names in test on solaris (from David Boyce
38402              <dsb@boyski.com>)
38403      Branch: perl
38404            ! t/op/groups.t
38405 ____________________________________________________________________________
38406 [  5967] By: gsar                                  on 2000/04/27  17:41:22
38407         Log: improved docs on the warn_uninit diagnostic (from David Glasser
38408              and Simon Cozens)
38409      Branch: perl
38410            ! pod/perldiag.pod
38411 ____________________________________________________________________________
38412 [  5966] By: gsar                                  on 2000/04/27  16:54:58
38413         Log: add testsuite for B backends, fix bug in B::Deparse (from
38414              Simon Cozens <simon@brecon.co.uk>)
38415      Branch: perl
38416            + t/lib/b.t
38417            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
38418 ____________________________________________________________________________
38419 [  5965] By: gsar                                  on 2000/04/27  16:10:37
38420         Log: avoid "will not stay shared" warnings for our variables (from
38421              Robin Barker)
38422      Branch: perl
38423            ! op.c t/pragma/warn/op
38424 ____________________________________________________________________________
38425 [  5964] By: gsar                                  on 2000/04/27  07:05:05
38426         Log: reformat to 72 columns (again)
38427      Branch: perl
38428            ! pod/perldiag.pod
38429 ____________________________________________________________________________
38430 [  5963] By: gsar                                  on 2000/04/27  06:28:31
38431         Log: patch from Larry to make (\&) prototype work; added tests for
38432              the same
38433      Branch: perl
38434            ! op.c t/comp/proto.t
38435 ____________________________________________________________________________
38436 [  5962] By: gsar                                  on 2000/04/27  06:15:47
38437         Log: updated README.hpux (from Jeff Okamoto)
38438      Branch: perl
38439            ! README.hpux
38440 ____________________________________________________________________________
38441 [  5961] By: gsar                                  on 2000/04/27  05:55:03
38442         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
38443      Branch: perl
38444            ! emacs/cperl-mode.el
38445 ____________________________________________________________________________
38446 [  5960] By: gsar                                  on 2000/04/27  05:49:26
38447         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
38448      Branch: perl
38449            ! INSTALL
38450 ____________________________________________________________________________
38451 [  5959] By: gsar                                  on 2000/04/27  05:33:41
38452         Log: doubled words in pods (from Simon Cozens
38453              <simon.p.cozens@jp.pwcglobal.com>)
38454      Branch: perl
38455            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
38456            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
38457            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
38458            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
38459            ! pod/perltootc.pod
38460 ____________________________________________________________________________
38461 [  5958] By: gsar                                  on 2000/04/27  05:11:39
38462         Log: change#3569 deleted some essential code, revert; avoid use of
38463              atexit() to make DynaLoader work properly on AIX under mod_perl
38464              (from Jens-Uwe Mager <jum@helios.de>)
38465      Branch: perl
38466            ! ext/DynaLoader/dl_aix.xs
38467 ____________________________________________________________________________
38468 [  5957] By: gsar                                  on 2000/04/27  04:54:51
38469         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
38470      Branch: perl
38471            ! pod/perlmod.pod
38472 ____________________________________________________________________________
38473 [  5956] By: gsar                                  on 2000/04/27  04:51:47
38474         Log: better diagnostics on failed tests (from Ilya Zakharevich)
38475      Branch: perl
38476            ! t/op/lex_assign.t
38477 ____________________________________________________________________________
38478 [  5955] By: gsar                                  on 2000/04/27  04:26:44
38479         Log: longstanding bug exposed by change#3307: sort arguments weren't
38480              compiled with the right wantarray context (ensuing runtime lookup
38481              via block_gimme() was getting the incidental context of the
38482              sort() itself)
38483      Branch: perl
38484            ! op.c t/op/sort.t
38485 ____________________________________________________________________________
38486 [  5954] By: gsar                                  on 2000/04/26  23:42:12
38487         Log: integrate cfgperl contents into mainline
38488      Branch: perl
38489           !> (integrate 30 files)
38490 ____________________________________________________________________________
38491 [  5953] By: jhi                                   on 2000/04/26  23:06:42
38492         Log: Integrate with Sarathy.
38493      Branch: cfgperl
38494           !> README.win32 ext/B/B/Deparse.pm
38495           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38496           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
38497           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
38498           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
38499           !> utils/perldoc.PL vms/perlvms.pod
38500 ____________________________________________________________________________
38501 [  5952] By: jhi                                   on 2000/04/26  23:03:46
38502         Log: Undo "use integer" addition from 64bitint as it seems
38503              to break most of the subtests in Digital UNIX;
38504              Unicos needs to find another way.
38505      Branch: cfgperl
38506            ! t/op/64bitint.t
38507 ____________________________________________________________________________
38508 [  5951] By: jhi                                   on 2000/04/26  22:57:53
38509         Log: Be more robust on "extreme" (large absolute value)
38510              arguments.  Originally reported by Daniel Connelly
38511              as a problem with asinh() on large negative arguments,
38512              asinh() used to bail out because an argument to log()
38513              ended up being zero.  Ilya Zakharevich proposed using
38514              Taylor's series in such cases, which for such large
38515              arguments is a very good approximation.
38516      Branch: cfgperl
38517            ! lib/Math/Complex.pm t/lib/complex.t
38518 ____________________________________________________________________________
38519 [  5950] By: gsar                                  on 2000/04/25  19:13:12
38520         Log: reformat perldiag to avoid long lines
38521      Branch: perl
38522            ! pod/perldiag.pod
38523 ____________________________________________________________________________
38524 [  5949] By: gsar                                  on 2000/04/25  18:41:11
38525         Log: make perldoc use the pod2man from the same version (from
38526              M.J.T. Guy)
38527      Branch: perl
38528            ! utils/perldoc.PL
38529 ____________________________________________________________________________
38530 [  5948] By: gsar                                  on 2000/04/25  18:21:57
38531         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
38532              <kompas@kompas.usr.onet.pl>)
38533      Branch: perl
38534            ! lib/vars.pm
38535 ____________________________________________________________________________
38536 [  5947] By: gsar                                  on 2000/04/25  18:11:53
38537         Log: use &dl_error rather than &dl_load_file as the guard for calling
38538              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
38539              statically built perl)
38540      Branch: perl
38541            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38542 ____________________________________________________________________________
38543 [  5946] By: jhi                                   on 2000/04/25  17:37:54
38544         Log: Document that tr() is not tr(1).
38545      Branch: cfgperl
38546            ! pod/perlop.pod
38547 ____________________________________________________________________________
38548 [  5945] By: gsar                                  on 2000/04/25  16:34:33
38549         Log: make module name mandatory after -M switch; reorder perldiag
38550              alphabetically (from Mark-Jason Dominus)
38551      Branch: perl
38552            ! perl.c pod/perldiag.pod
38553 ____________________________________________________________________________
38554 [  5944] By: jhi                                   on 2000/04/25  01:15:18
38555         Log: On second thoughts frexp() does have two arguments.
38556      Branch: cfgperl
38557            ! perl.h
38558 ____________________________________________________________________________
38559 [  5943] By: jhi                                   on 2000/04/24  22:56:32
38560         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
38561              Now pp_ncmp() returns undef is either operand is a NaN.
38562      Branch: cfgperl
38563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38564            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
38565            ! vms/subconfigure.com vos/config.def vos/config.h
38566            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
38567            ! win32/config.vc win32/config_H.bc win32/config_H.gc
38568            ! win32/config_H.vc
38569      Branch: metaconfig/U/perl
38570            + d_modfl.U
38571 ____________________________________________________________________________
38572 [  5942] By: jhi                                   on 2000/04/24  19:45:17
38573         Log: Regen Configure to match #5937.
38574      Branch: cfgperl
38575            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38576            ! config_h.SH
38577      Branch: metaconfig
38578            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
38579 ____________________________________________________________________________
38580 [  5941] By: jhi                                   on 2000/04/24  19:24:11
38581         Log: Further Unicos fixes for Mark Lutz.
38582      Branch: cfgperl
38583            ! hints/unicos.sh pp_ctl.c
38584 ____________________________________________________________________________
38585 [  5940] By: jhi                                   on 2000/04/24  19:09:06
38586         Log: Various Unicos 10.0.0.6 fixes.
38587              
38588              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
38589              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
38590              Reply-To: tecmpl1@triton.ca.boeing.com 
38591              To: perl5-porters@perl.org 
38592              Date: Fri, 14 Apr 2000 20:21:00 GMT 
38593              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
38594      Branch: cfgperl
38595            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
38596 ____________________________________________________________________________
38597 [  5939] By: gsar                                  on 2000/04/24  19:01:24
38598         Log: more pod nits (from Larry Virden)
38599      Branch: perl
38600            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
38601            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
38602            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
38603 ____________________________________________________________________________
38604 [  5938] By: gsar                                  on 2000/04/24  18:54:01
38605         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
38606      Branch: perl
38607            ! ext/B/B/Deparse.pm
38608 ____________________________________________________________________________
38609 [  5937] By: jhi                                   on 2000/04/24  17:39:00
38610         Log: Integrate with Sarathy.
38611      Branch: cfgperl
38612           +> (branch 31 files)
38613           !> (integrate 73 files)
38614 ____________________________________________________________________________
38615 [  5936] By: gsar                                  on 2000/04/24  17:30:06
38616         Log: additional tests for change#5934 (from Paul Marquess, who also
38617              sent in the same fix)
38618      Branch: perl
38619            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
38620            ! t/pragma/warn/5nolint t/pragma/warn/6default
38621 ____________________________________________________________________________
38622 [  5935] By: jhi                                   on 2000/04/24  17:26:05
38623         Log: Do not assume sign propagation.
38624              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
38625              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
38626              To: payner@ncifcrf.gov, perl5-porters@perl.org 
38627              Date: Tue, 18 Apr 2000 18:24:49 +0100 
38628              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
38629      Branch: cfgperl
38630            ! t/op/bop.t t/op/misc.t
38631 ____________________________________________________________________________
38632 [  5934] By: gsar                                  on 2000/04/24  17:16:54
38633         Log: propagate lexical warnings from surrounding scope correctly
38634              within string eval()
38635      Branch: perl
38636            ! pp_ctl.c t/pragma/warn/pp_ctl
38637 ____________________________________________________________________________
38638 [  5933] By: jhi                                   on 2000/04/24  17:01:07
38639         Log: Flatten the cpp jungle doing the nosuid checking.
38640      Branch: cfgperl
38641            ! perl.c
38642 ____________________________________________________________________________
38643 [  5932] By: gsar                                  on 2000/04/24  09:08:14
38644         Log: add rsignal(), whichsig() and do_join() to public API list
38645              (mod_perl uses them to good advantage)
38646      Branch: perl
38647            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
38648 ____________________________________________________________________________
38649 [  5931] By: gsar                                  on 2000/04/24  09:01:40
38650         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
38651      Branch: perl
38652            ! pp_hot.c regexec.c t/op/pat.t
38653 ____________________________________________________________________________
38654 [  5930] By: gsar                                  on 2000/04/24  08:58:33
38655         Log: small os390 tweaks (from Peter Prymmer)
38656      Branch: perl
38657            ! config_h.SH makedepend.SH
38658 ____________________________________________________________________________
38659 [  5929] By: gsar                                  on 2000/04/24  08:55:25
38660         Log: pod nits
38661      Branch: perl
38662            ! pod/perlguts.pod
38663 ____________________________________________________________________________
38664 [  5928] By: gsar                                  on 2000/04/24  08:50:13
38665         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
38666      Branch: perl
38667            ! ext/IO/lib/IO/Poll.pm
38668 ____________________________________________________________________________
38669 [  5927] By: gsar                                  on 2000/04/24  08:43:24
38670         Log: arrange for next() to resume at the unstack op rather than the
38671              loop conditional, so that scope cleanup happens correctly
38672              (from Stephen McCamant)
38673      Branch: perl
38674            ! op.c pp_ctl.c t/op/misc.t
38675 ____________________________________________________________________________
38676 [  5926] By: gsar                                  on 2000/04/24  08:18:40
38677         Log: on windows, reserve 16M of stack rather than 128M (allows more
38678              threads to run concurrently)
38679      Branch: perl
38680            ! win32/Makefile win32/makefile.mk
38681 ____________________________________________________________________________
38682 [  5925] By: gsar                                  on 2000/04/24  08:13:52
38683         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
38684      Branch: perl
38685            ! toke.c
38686 ____________________________________________________________________________
38687 [  5924] By: gsar                                  on 2000/04/24  08:08:59
38688         Log: avoid using uninitialized memory in require version check
38689      Branch: perl
38690            ! pp_ctl.c universal.c
38691 ____________________________________________________________________________
38692 [  5923] By: gsar                                  on 2000/04/24  07:20:14
38693         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
38694      Branch: perl
38695            ! ext/IO/lib/IO/Poll.pm
38696 ____________________________________________________________________________
38697 [  5922] By: gsar                                  on 2000/04/24  07:08:42
38698         Log: commentary about IoTYPE() (from Nathan Torkington)
38699      Branch: perl
38700            ! sv.h
38701 ____________________________________________________________________________
38702 [  5921] By: gsar                                  on 2000/04/24  06:58:26
38703         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
38704              by fix
38705      Branch: perl
38706            ! sv.c t/lib/charnames.t t/pragma/utf8.t
38707 ____________________________________________________________________________
38708 [  5920] By: gsar                                  on 2000/04/24  06:37:59
38709         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
38710      Branch: perl
38711            ! doop.c t/op/ver.t
38712 ____________________________________________________________________________
38713 [  5919] By: gsar                                  on 2000/04/24  06:21:58
38714         Log: Configure might miss old directories when prefix must be
38715              expanded (from Robin Barker)
38716      Branch: metaconfig
38717            ! U/installdirs/inc_version_list.U
38718      Branch: perl
38719            ! Configure
38720 ____________________________________________________________________________
38721 [  5918] By: gsar                                  on 2000/04/24  06:16:11
38722         Log: VMS nits in glob() test (from Charles Lane)
38723      Branch: perl
38724            ! t/lib/glob-basic.t
38725 ____________________________________________________________________________
38726 [  5917] By: gsar                                  on 2000/04/24  06:11:56
38727         Log: various pod nits (from Larry Virden and others)
38728      Branch: perl
38729            ! README.amiga README.hpux README.machten README.os2
38730            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
38731            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
38732            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
38733            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
38734            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
38735            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
38736            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
38737            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
38738 ____________________________________________________________________________
38739 [  5916] By: gsar                                  on 2000/04/24  05:52:43
38740         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
38741              <wjones@tc.fluke.com>)
38742      Branch: perl
38743            ! t/lib/glob-basic.t
38744 ____________________________________________________________________________
38745 [  5915] By: gsar                                  on 2000/04/24  05:07:01
38746         Log: supported platforms mixed up
38747      Branch: perl
38748            ! pod/perl56delta.pod pod/perlport.pod
38749 ____________________________________________________________________________
38750 [  5914] By: gsar                                  on 2000/04/24  04:56:08
38751         Log: caller() wasn't returning the right number of elements for
38752              eval {...}
38753      Branch: perl
38754            ! pp_ctl.c t/pragma/warn/9enabled
38755 ____________________________________________________________________________
38756 [  5913] By: gsar                                  on 2000/04/24  04:35:41
38757         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
38758              Mark-Jason Dominus)
38759      Branch: perl
38760            ! pod/perlfunc.pod
38761 ____________________________________________________________________________
38762 [  5912] By: gsar                                  on 2000/04/24  04:17:15
38763         Log: fix totally broken caching in UNIVERSAL::isa() (from
38764              Nick Ing-Simmons)
38765      Branch: perl
38766            ! t/op/universal.t universal.c
38767 ____________________________________________________________________________
38768 [  5911] By: gsar                                  on 2000/04/24  03:39:47
38769         Log: add linebreak properties from unicode/LineBrk.txt (from
38770              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
38771      Branch: perl
38772            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
38773            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
38774            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
38775            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
38776            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
38777            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
38778            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
38779            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
38780            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
38781            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
38782            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
38783            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
38784            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
38785            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
38786            + lib/unicode/Is/LbrkZW.pl
38787            ! lib/unicode/mktables.PL
38788 ____________________________________________________________________________
38789 [  5910] By: gsar                                  on 2000/04/24  03:23:10
38790         Log: typo in pod
38791      Branch: perl
38792            ! ext/Thread/Thread.pm
38793 ____________________________________________________________________________
38794 [  5909] By: gsar                                  on 2000/04/24  03:22:03
38795         Log: mode argument to do_binmode() should be file mode, not boolean
38796      Branch: perl
38797            ! pp_sys.c
38798 ____________________________________________________________________________
38799 [  5908] By: gsar                                  on 2000/04/16  16:51:08
38800         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
38801              always returns a valid GV even when the symbol is trapped by strictures
38802              (avoids coredumps)
38803              
38804              TODO: the C<package;> hack needs similar treatment
38805      Branch: perl
38806            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
38807            ! t/pragma/strict-vars
38808 ____________________________________________________________________________
38809 [  5907] By: jhi                                   on 2000/03/31  23:42:56
38810         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
38811              an assumption which #5905 demolished.
38812      Branch: cfgperl
38813            ! pp_sys.c
38814 ____________________________________________________________________________
38815 [  5906] By: jhi                                   on 2000/03/31  18:54:37
38816         Log: Typo in #5905.
38817      Branch: cfgperl
38818            ! t/op/64bitint.t
38819 ____________________________________________________________________________
38820 [  5905] By: jhi                                   on 2000/03/31  18:50:54
38821         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
38822              reported by Joseph N. Hall.  The bug was that even with use64bitint
38823              one had to use the prefixes q, L, or ll with printf/sprintf,
38824              contrary to the documentation and common sense.
38825      Branch: cfgperl
38826            ! sv.c t/op/64bitint.t
38827 ____________________________________________________________________________
38828 [  5904] By: gsar                                  on 2000/03/28  02:31:32
38829         Log: add Changes, perldelta.pod
38830      Branch: perl
38831            + Changes pod/perldelta.pod
38832 ____________________________________________________________________________
38833 [  5903] By: gsar                                  on 2000/03/28  02:03:55
38834         Log: rename Changes and perldelta.pod
38835      Branch: perl
38836           +> Changes5.6 pod/perl56delta.pod
38837            - Changes pod/perldelta.pod
38838            ! MANIFEST
38839 ____________________________________________________________________________
38840 [  5902] By: gsar                                  on 2000/03/28  01:59:14
38841         Log: create maint-5.6 branch
38842      Branch: maint-5.6/perl
38843           +> (branch 1611 files)
38844 ____________________________________________________________________________
38845 [  5901] By: jhi                                   on 2000/03/23  05:48:43
38846         Log: Integrate with Sarathy.
38847      Branch: cfgperl
38848           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
38849 ____________________________________________________________________________
38850 [  5900] By: gsar                                  on 2000/03/23  05:42:43
38851         Log: three guesses on what this is :-)
38852      Branch: perl
38853            ! Changes