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.
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
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
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
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/
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
31 Version v5.7.1 Development release working toward v5.8
33 ____________________________________________________________________________
34 [ 11005] By: jhi on 2001/06/28 14:40:11
35 Log: More Perforce lore.
37 ! Porting/repository.pod
38 ____________________________________________________________________________
39 [ 11004] By: jhi on 2001/06/28 14:12:50
40 Log: Metaconfig unit changes for #11003.
41 Branch: metaconfig/U/perl
42 + d_nl_langinfo.U i_langinfo.U
43 ____________________________________________________________________________
44 [ 11003] By: jhi on 2001/06/28 14:12:27
45 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
46 Expected not to exist in non-UNIX excepting in VMS, where
47 according to a quick web survey they just might.
49 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
50 ! Porting/config_H config_h.SH configure.com epoc/config.sh
51 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
52 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53 ! win32/config.bc win32/config.gc win32/config.vc
54 ____________________________________________________________________________
55 [ 11002] By: jhi on 2001/06/28 13:39:11
56 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
57 in AIX is one is doing a 64-bit build.
60 ____________________________________________________________________________
61 [ 11001] By: jhi on 2001/06/28 13:28:37
62 Log: Metaconfig unit changes for #11000.
63 Branch: metaconfig/U/perl
64 ! use64bits.U uselfs.U
65 ____________________________________________________________________________
66 [ 11000] By: jhi on 2001/06/28 13:21:16
67 Log: Move use64bitint and use64bitall before uselargefiles.
70 ____________________________________________________________________________
71 [ 10999] By: jhi on 2001/06/28 03:49:07
72 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
73 From: Robert Spier <rspier@pobox.com>
74 Message-ID: <15162.41164.618712.841415@rls.cx>
75 Date: Wed, 27 Jun 2001 23:13:16 -0400
78 ____________________________________________________________________________
79 [ 10998] By: jhi on 2001/06/28 03:42:57
80 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
81 From: Peter Prymmer <pvhp@forte.com>
82 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
83 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
86 ____________________________________________________________________________
87 [ 10997] By: jhi on 2001/06/28 03:42:12
88 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
89 From: Peter Prymmer <pvhp@forte.com>
90 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
91 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
93 ! configure.com ext/Digest/MD5/Makefile.PL
94 ____________________________________________________________________________
95 [ 10996] By: jhi on 2001/06/27 20:34:11
98 ! Changes patchlevel.h
99 ____________________________________________________________________________
100 [ 10995] By: jhi on 2001/06/27 20:06:28
101 Log: Tiny EPOC updates.
104 ____________________________________________________________________________
105 [ 10994] By: jhi on 2001/06/27 19:55:16
106 Log: The Test::More and Test::Simple tests required help
107 thanks to our schizophrenic test scheme.
109 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
110 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
111 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
112 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
113 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
114 ____________________________________________________________________________
115 [ 10993] By: jhi on 2001/06/27 17:17:30
116 Log: Upgrade to Test::Simple 0.09.
118 + lib/Test/Simple/Changes
119 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
120 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
121 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
122 ! lib/Test/Simple/t/plan_is_noplan.t
123 ____________________________________________________________________________
124 [ 10992] By: jhi on 2001/06/27 17:11:28
125 Log: Upgrade to Test::More 0.07.
127 + lib/Test/More/Changes
128 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
129 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
130 ! lib/Test/More/t/skipall.t
131 ____________________________________________________________________________
132 [ 10991] By: jhi on 2001/06/27 17:04:13
133 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
134 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
135 Date: Wed, 27 Jun 2001 18:40:04 +0200
136 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
139 ____________________________________________________________________________
140 [ 10990] By: jhi on 2001/06/27 17:02:55
141 Log: Subject: [PATCH README.qnx hints/qnx.sh]
142 From: Norton Allen <allen@huarp.harvard.edu>
143 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
144 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
146 ! README.qnx hints/qnx.sh
147 ____________________________________________________________________________
148 [ 10989] By: jhi on 2001/06/27 14:33:53
149 Log: Subject: [PATCH] two little documentation nits
150 From: Abhijit Menon-Sen <ams@wiw.org>
151 Date: Wed, 27 Jun 2001 20:07:50 +0530
152 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
155 ____________________________________________________________________________
156 [ 10988] By: jhi on 2001/06/27 13:33:32
157 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
158 From: Norton Allen <allen@huarp.harvard.edu>
159 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
160 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
162 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
163 ____________________________________________________________________________
164 [ 10987] By: jhi on 2001/06/27 12:14:36
165 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
166 From: Michael G Schwern <schwern@pobox.com>
167 Date: Wed, 27 Jun 2001 02:34:58 -0400
168 Message-ID: <20010627023458.K23874@blackrider>
171 ____________________________________________________________________________
172 [ 10986] By: jhi on 2001/06/27 12:01:49
173 Log: Add perl_clone_host() for Netware.
176 ____________________________________________________________________________
177 [ 10985] By: jhi on 2001/06/27 11:56:53
178 Log: GCC 3.0 hints for HP-UX.
181 ____________________________________________________________________________
182 [ 10984] By: jhi on 2001/06/27 11:55:06
183 Log: In some Linux distributions the libndbm is broken
184 (no null key support), therefore link with libgdbm
185 (if available), since it has a working ndbm emulation,
188 + ext/NDBM_File/hints/linux.pl
190 ____________________________________________________________________________
191 [ 10983] By: jhi on 2001/06/27 11:48:56
192 Log: Subject: [PATCH perl@10930] find.t hack for VMS
193 From: "Craig A. Berry" <craigberry@mac.com>
194 Date: Tue, 26 Jun 2001 23:40:25 -0500
195 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
197 ! lib/File/Find/find.t
198 ____________________________________________________________________________
199 [ 10982] By: jhi on 2001/06/27 11:47:30
200 Log: AUTHORS updates.
203 ____________________________________________________________________________
204 [ 10981] By: jhi on 2001/06/27 11:46:02
205 Log: Metaconfig unit change like #10980.
207 ! U/compline/d_stdstdio.U
208 ____________________________________________________________________________
209 [ 10980] By: jhi on 2001/06/27 11:45:29
210 Log: "lose the it's", from Abhijit Menon-Sen.
211 ("It's" not searched, pods not searched.)
213 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
214 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
215 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
216 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
217 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
218 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
219 ____________________________________________________________________________
220 [ 10979] By: jhi on 2001/06/27 11:36:40
221 Log: "lose the looses", from Abhijit Menon-Sen.
223 ! ext/B/B/Assembler.pm gv.c
224 ____________________________________________________________________________
225 [ 10978] By: jhi on 2001/06/27 11:35:38
226 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
229 ____________________________________________________________________________
230 [ 10977] By: jhi on 2001/06/27 11:33:28
231 Log: DEC C 5.3 on the VAX simply doesn't seem to like
232 compiling the MD5 extension, disable it there for now,
236 ____________________________________________________________________________
237 [ 10976] By: jhi on 2001/06/26 21:35:40
238 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
239 From: Jonathan Stowe <gellyfish@gellyfish.com>
240 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
241 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
244 ____________________________________________________________________________
245 [ 10975] By: jhi on 2001/06/26 21:32:41
246 Log: Subject: [PATCH 5.6.1] perlxs misprints
247 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
248 Date: Tue, 26 Jun 2001 17:20:00 -0400
249 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
252 ____________________________________________________________________________
253 [ 10974] By: jhi on 2001/06/26 21:31:51
254 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
255 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
256 Date: Tue, 26 Jun 2001 17:27:07 -0400
257 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
259 ! lib/ExtUtils/MM_Unix.pm
260 ____________________________________________________________________________
261 [ 10973] By: jhi on 2001/06/26 21:27:05
262 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
263 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
264 Date: Tue, 26 Jun 2001 17:23:24 -0400
265 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
267 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
268 ____________________________________________________________________________
269 [ 10972] By: jhi on 2001/06/26 20:27:19
270 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
274 ____________________________________________________________________________
275 [ 10971] By: jhi on 2001/06/26 19:59:41
278 ! lib/Memoize/t/tie_sdbm.t
279 ____________________________________________________________________________
280 [ 10970] By: jhi on 2001/06/26 19:10:19
281 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
284 ____________________________________________________________________________
285 [ 10969] By: jhi on 2001/06/26 17:21:31
286 Log: Subject: [patch] perl_clone+CvFILE
287 From: Doug MacEachern <dougm@covalent.net>
288 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
289 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
292 ____________________________________________________________________________
293 [ 10968] By: jhi on 2001/06/26 16:48:32
294 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
295 From: Mark-Jason Dominus <mjd@plover.com>
296 Date: Tue, 26 Jun 2001 12:33:01 -0400
297 Message-ID: <20010626163301.31298.qmail@plover.com>
299 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
300 ____________________________________________________________________________
301 [ 10967] By: jhi on 2001/06/26 14:21:49
304 ! Changes patchlevel.h
305 ____________________________________________________________________________
306 [ 10966] By: jhi on 2001/06/26 14:08:34
307 Log: Also catfile() needs now to explicitly exported.
309 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
310 ____________________________________________________________________________
311 [ 10965] By: jhi on 2001/06/26 13:57:54
315 ____________________________________________________________________________
316 [ 10964] By: jhi on 2001/06/26 13:56:11
317 Log: Nonexistent pod command.
319 ! pod/perl572delta.pod
320 ____________________________________________________________________________
321 [ 10963] By: jhi on 2001/06/26 13:50:53
322 Log: Be more portable in the quest for tmpdir.
324 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
325 ____________________________________________________________________________
326 [ 10962] By: jhi on 2001/06/26 13:43:51
327 Log: Be more portable in finding out the home directory,
328 and use File::Spec to do the concat.
329 (Come to think of it, couldn't File::Spec provide
330 for a ->homedir method?)
333 ____________________________________________________________________________
334 [ 10961] By: jhi on 2001/06/26 13:37:30
335 Log: Doc patch for #10959.
338 ____________________________________________________________________________
339 [ 10960] By: jhi on 2001/06/26 13:33:07
340 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
341 From: "Philip Newton" <pnewton@gmx.de>
342 Date: Tue, 26 Jun 2001 16:26:47 +0200
343 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
346 ____________________________________________________________________________
347 [ 10959] By: jhi on 2001/06/26 13:31:57
348 Log: Subject: [PATH] shared -> unique;
349 From: "Artur Bergman" <artur@contiller.se>
350 Date: Tue, 26 Jun 2001 16:18:40 +0200
351 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
353 Because "shared" isn't: it's read-only.
356 ____________________________________________________________________________
357 [ 10958] By: jhi on 2001/06/26 13:28:27
358 Log: Escape multiline croak messages.
361 ____________________________________________________________________________
362 [ 10957] By: jhi on 2001/06/26 13:18:34
363 Log: No more pragma/*.t for minitest.
366 ____________________________________________________________________________
367 [ 10956] By: jhi on 2001/06/26 13:18:00
368 Log: AUTHORS updates.
371 ____________________________________________________________________________
372 [ 10955] By: jhi on 2001/06/26 13:17:05
375 ! pod/perl572delta.pod
376 ____________________________________________________________________________
377 [ 10954] By: jhi on 2001/06/26 12:36:07
378 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
379 From: Artur Bergman <artur@contiller.se>
380 Date: Tue, 26 Jun 2001 15:32:53 +0200
381 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
383 ! makedef.pl sv.c sv.h win32/perllib.c
384 ____________________________________________________________________________
385 [ 10953] By: jhi on 2001/06/26 12:33:55
386 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
387 From: Jonathan Stowe <gellyfish@gellyfish.com>
388 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
389 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
391 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
393 + ext/Time/HiRes/hints/sco.pl
395 ____________________________________________________________________________
396 [ 10952] By: jhi on 2001/06/26 11:57:44
397 Log: Subject: [PATCH 5.6.1] static build
398 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
399 Date: Tue, 26 Jun 2001 04:22:25 -0400
400 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
402 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
403 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
404 ____________________________________________________________________________
405 [ 10951] By: jhi on 2001/06/26 11:55:59
406 Log: DJGPP patches from Laszlo Molnar.
408 ! djgpp/djgpp.c perl.c util.c
409 ____________________________________________________________________________
410 [ 10950] By: jhi on 2001/06/26 11:54:32
411 Log: Netware patches from Ananth Kesari.
413 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
414 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
416 ____________________________________________________________________________
417 [ 10949] By: jhi on 2001/06/26 11:49:09
420 ! ext/Errno/Errno_pm.PL
421 ____________________________________________________________________________
422 [ 10948] By: jhi on 2001/06/26 03:44:29
423 Log: There seems to be two ways of spelling the $^O in *STEP.
425 ! ext/Errno/Errno_pm.PL
426 ____________________________________________________________________________
427 [ 10947] By: jhi on 2001/06/26 03:01:01
428 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
429 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
431 ! ext/Errno/Errno_pm.PL
432 ____________________________________________________________________________
433 [ 10946] By: jhi on 2001/06/26 02:50:46
434 Log: Known bugs update.
436 ! pod/perl572delta.pod
437 ____________________________________________________________________________
438 [ 10945] By: jhi on 2001/06/26 01:15:39
439 Log: The default installation of Cygwin has 500 as root's uid.
442 ____________________________________________________________________________
443 [ 10944] By: jhi on 2001/06/26 01:12:39
444 Log: Be even more relaxed (re-allow having only one entry).
446 ! t/op/grent.t t/op/pwent.t
447 ____________________________________________________________________________
448 [ 10943] By: jhi on 2001/06/26 01:03:30
449 Log: Test failure updates.
451 ! pod/perl572delta.pod
452 ____________________________________________________________________________
453 [ 10942] By: jhi on 2001/06/25 23:32:05
454 Log: MPE/iX test tweaks from Mark Bixby.
456 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
457 ! t/io/fs.t t/op/stat.t
458 ____________________________________________________________________________
459 [ 10941] By: jhi on 2001/06/25 22:18:31
460 Log: Microperl findings.
463 ____________________________________________________________________________
464 [ 10940] By: jhi on 2001/06/25 21:59:29
465 Log: Touch uconfig.h.
468 ____________________________________________________________________________
469 [ 10939] By: jhi on 2001/06/25 21:32:52
470 Log: Subject: [PATCH] Proposed fix for Pod::Man
471 From: Rob Napier <rnapier@employees.org>
472 Date: Mon, 25 Jun 2001 15:49:24 -0400
473 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
475 Cater for Solaris nroff brokenness (shortchanges daisywheel
476 printers, but hey, we also no more support PDPs.)
479 ____________________________________________________________________________
480 [ 10938] By: jhi on 2001/06/25 21:14:41
483 ! ext/POSIX/sigaction.t
484 ____________________________________________________________________________
485 [ 10937] By: jhi on 2001/06/25 19:42:02
486 Log: SIGCONT not trappable in VMS.
488 ! ext/POSIX/sigaction.t
489 ____________________________________________________________________________
490 [ 10936] By: jhi on 2001/06/25 19:28:13
491 Log: Subject: [DRAFT] Encode-Tcl.t
492 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
493 Date: Tue, 26 Jun 2001 03:38:08 +0900
494 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
496 + ext/Encode/Encode/Tcl.t
497 ! MANIFEST ext/Encode/Encode/Tcl.pm
498 ____________________________________________________________________________
499 [ 10935] By: jhi on 2001/06/25 18:40:03
500 Log: Because of #10932 retract also the perlfunc hunk of #10910.
503 ____________________________________________________________________________
504 [ 10934] By: jhi on 2001/06/25 18:27:19
505 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
506 by Ilya Zakharevich in
507 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
510 ____________________________________________________________________________
511 [ 10933] By: jhi on 2001/06/25 18:25:26
515 ____________________________________________________________________________
516 [ 10932] By: jhi on 2001/06/25 18:23:30
517 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
518 From: Abhijit Menon-Sen <ams@wiw.org>
519 Date: Mon, 25 Jun 2001 23:45:45 +0530
520 Message-ID: <20010625234545.A5022@lustre.linux.in>
522 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
523 ____________________________________________________________________________
524 [ 10931] By: jhi on 2001/06/25 17:50:38
525 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
526 From: Michael G Schwern <schwern@pobox.com>
527 Date: Mon, 25 Jun 2001 14:35:51 -0400
528 Message-ID: <20010625143551.H13819@blackrider>
531 ____________________________________________________________________________
532 [ 10930] By: jhi on 2001/06/25 14:33:46
535 ! Changes patchlevel.h
536 ____________________________________________________________________________
537 [ 10929] By: jhi on 2001/06/25 14:17:57
538 Log: Regen toc and modlib.
540 ! pod/perlmodlib.pod pod/perltoc.pod
541 ____________________________________________________________________________
542 [ 10928] By: jhi on 2001/06/25 14:13:09
543 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
544 for the benefit of C++ compilers, as suggested by Guruprasad.
547 ____________________________________________________________________________
548 [ 10927] By: jhi on 2001/06/25 14:11:59
549 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
550 From: Jonathan Stowe <gellyfish@gellyfish.com>
551 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
552 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
555 ____________________________________________________________________________
556 [ 10926] By: jhi on 2001/06/25 14:04:07
557 Log: Missed from #10925.
560 ____________________________________________________________________________
561 [ 10925] By: jhi on 2001/06/25 14:00:06
562 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
563 From: Robin Houston <robin@kitsite.com>
564 Date: Sat, 19 May 2001 16:19:34 +0100
565 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
568 ____________________________________________________________________________
569 [ 10924] By: jhi on 2001/06/25 13:58:18
570 Log: Netware README tweak.
573 ____________________________________________________________________________
574 [ 10923] By: jhi on 2001/06/25 13:57:13
575 Log: Subject: [PATCH] Re: overload.t fails
576 From: Abhijit Menon-Sen <ams@wiw.org>
577 Date: Mon, 25 Jun 2001 14:52:20 +0530
578 Message-ID: <20010625145220.A24114@lustre.linux.in>
581 ____________________________________________________________________________
582 [ 10922] By: jhi on 2001/06/25 13:56:20
583 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
584 From: Mike Guy <mjtg@cam.ac.uk>
585 Date: Mon, 25 Jun 2001 11:43:23 +0100
586 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
589 ____________________________________________________________________________
590 [ 10921] By: jhi on 2001/06/25 13:50:02
591 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
592 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
593 Date: Sun, 24 Jun 2001 05:17:05 -0400
594 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
597 ____________________________________________________________________________
598 [ 10920] By: jhi on 2001/06/25 13:49:13
599 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
600 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
601 Date: Mon, 25 Jun 2001 05:52:27 -0400
602 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
605 ____________________________________________________________________________
606 [ 10919] By: jhi on 2001/06/25 13:48:30
607 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
608 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
609 Date: Mon, 25 Jun 2001 05:23:35 -0400
610 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
613 ____________________________________________________________________________
614 [ 10918] By: jhi on 2001/06/25 13:47:46
615 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
616 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
617 Date: Mon, 25 Jun 2001 05:04:32 -0400
618 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
620 ! os2/OS2/REXX/DLL/DLL.pm
621 ____________________________________________________________________________
622 [ 10917] By: jhi on 2001/06/25 13:44:14
623 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
624 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
625 Date: Mon, 25 Jun 2001 05:02:36 -0400
626 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
628 ! mg.c os2/dl_os2.c os2/os2.c
629 ____________________________________________________________________________
630 [ 10916] By: jhi on 2001/06/25 13:41:20
631 Log: Subject: Re: [PATCH 5.6.1] misprints
632 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
633 Date: Mon, 25 Jun 2001 04:50:50 -0400
634 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
637 ____________________________________________________________________________
638 [ 10915] By: jhi on 2001/06/25 13:39:59
639 Log: Add Test::More and Test::Simple to the delta.
641 ! pod/perl572delta.pod
642 ____________________________________________________________________________
643 [ 10914] By: jhi on 2001/06/25 13:38:08
644 Log: Add Test::More, from Michael G Schwern.
646 + lib/Test/More.pm lib/Test/More/t/More.t
647 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
648 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
649 + t/lib/Test/More/Catch.pm
651 ____________________________________________________________________________
652 [ 10913] By: jhi on 2001/06/25 13:35:41
653 Log: Add Test::Simple from Michael G Schwern.
655 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
656 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
657 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
658 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
659 + t/lib/Test/Simple/Catch.pm
660 + t/lib/Test/Simple/sample_tests/death.plx
661 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
662 + t/lib/Test/Simple/sample_tests/extras.plx
663 + t/lib/Test/Simple/sample_tests/five_fail.plx
664 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
665 + t/lib/Test/Simple/sample_tests/one_fail.plx
666 + t/lib/Test/Simple/sample_tests/require.plx
667 + t/lib/Test/Simple/sample_tests/success.plx
668 + t/lib/Test/Simple/sample_tests/too_few.plx
669 + t/lib/Test/Simple/sample_tests/two_fail.plx
671 ____________________________________________________________________________
672 [ 10912] By: jhi on 2001/06/25 13:31:57
673 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
674 From: "Craig A. Berry" <craigberry@mac.com>
675 Date: Sun, 24 Jun 2001 23:41:36 -0500
676 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
679 ____________________________________________________________________________
680 [ 10911] By: jhi on 2001/06/25 13:05:00
681 Log: Upgrade to Attribute::Handlers 0.70.
683 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
684 ! MANIFEST lib/Attribute/Handlers.pm
685 ____________________________________________________________________________
686 [ 10910] By: jhi on 2001/06/25 00:09:27
687 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
688 From: Abhijit Menon-Sen <ams@wiw.org>
689 Date: Sat, 23 Jun 2001 05:17:44 +0530
690 Message-ID: <20010623051744.A18583@lustre.linux.in>
692 (Can't think of a good place to put tests.)
694 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
695 ____________________________________________________________________________
696 [ 10909] By: jhi on 2001/06/24 23:45:13
697 Log: Subject: [PATCH] t/op/pat.t typo fix
698 From: Richard Soderberg <rs@crystalflame.net>
699 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
700 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
703 ____________________________________________________________________________
704 [ 10908] By: jhi on 2001/06/24 22:24:49
705 Log: Move the pack warnings to their own file, as pointed
708 + t/lib/warnings/pp_pack
709 ! MANIFEST t/lib/warnings/pp
710 ____________________________________________________________________________
711 [ 10907] By: jhi on 2001/06/24 19:55:15
714 ! Changes patchlevel.h
715 ____________________________________________________________________________
716 [ 10906] By: jhi on 2001/06/24 19:50:40
717 Log: Partially fix a problem noticed by IRIX compiler:
718 the initialization of parse_start was bypassed by
719 several gotos. Now initialized to zero, which may
720 not be the best choice.
723 ____________________________________________________________________________
724 [ 10905] By: jhi on 2001/06/24 19:43:25
725 Log: Relax the group and password tests back to moaning only
726 if no matches at all are found. (Even with a small sample
727 I could find many sites where there are, umm, anomalies in
730 ! t/op/grent.t t/op/pwent.t
731 ____________________________________________________________________________
732 [ 10904] By: jhi on 2001/06/24 18:45:55
733 Log: Argh. How hard it can be to re-apply a patch manually? :-)
736 ____________________________________________________________________________
737 [ 10903] By: jhi on 2001/06/24 18:40:52
738 Log: De-cut-and-pasto in #10902.
741 ____________________________________________________________________________
742 [ 10902] By: jhi on 2001/06/24 18:35:18
743 Log: The #10771 didn't take?
746 ____________________________________________________________________________
747 [ 10901] By: jhi on 2001/06/24 18:29:50
748 Log: Undo the filetests part of #10900, under multiplicity
749 weird errors take place.
752 ____________________________________________________________________________
753 [ 10900] By: jhi on 2001/06/24 18:20:36
754 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
756 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
757 ____________________________________________________________________________
758 [ 10899] By: jhi on 2001/06/24 17:00:34
759 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
760 From: Tony Bowden <tony@kasei.com>
761 Date: Sun, 24 Jun 2001 17:32:40 +0100
762 Message-ID: <20010624173240.A16293@blackstar.co.uk>
764 Document (well, mention) shortmess() and longmess()
765 to rob people of their fun of reinventing the weel.
768 ____________________________________________________________________________
769 [ 10898] By: jhi on 2001/06/24 16:51:40
770 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
771 From: Brian Jepson <bjepson@oreilly.com>
772 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
773 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
776 ____________________________________________________________________________
777 [ 10897] By: jhi on 2001/06/24 16:38:23
778 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
779 From: Robin Barker <rmb1@cise.npl.co.uk>
780 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
781 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
784 ____________________________________________________________________________
785 [ 10896] By: jhi on 2001/06/24 16:36:32
786 Log: Memoize patch from mjd.
788 ! lib/Memoize/t/tie_storable.t
789 ____________________________________________________________________________
790 [ 10895] By: jhi on 2001/06/24 16:33:59
791 Log: Spec the sv_pvprintify() a bit more.
794 ____________________________________________________________________________
795 [ 10894] By: jhi on 2001/06/24 14:43:36
796 Log: Upgrade to Memoize 0.65.
798 + lib/Memoize/t/array_confusion.t
799 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
800 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
801 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
802 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
803 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
804 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
805 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
806 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
807 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
808 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
809 ! lib/Memoize/t/tie_storable.t
810 ____________________________________________________________________________
811 [ 10893] By: jhi on 2001/06/24 14:21:09
812 Log: Metaconfig unit change for #10892.
814 ! U/modified/Options.U
815 ____________________________________________________________________________
816 [ 10892] By: jhi on 2001/06/24 14:20:38
817 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
818 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
819 Date: Sun, 24 Jun 2001 05:24:40 -0400
820 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
822 ! Configure hints/os2.sh
823 ____________________________________________________________________________
824 [ 10891] By: jhi on 2001/06/24 13:50:26
825 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
826 From: Mike Guy <mjtg@cam.ac.uk>
827 Date: Sun, 24 Jun 2001 15:28:39 +0100
828 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
830 Fix an ancient (5.002) bug.
833 ____________________________________________________________________________
834 [ 10890] By: jhi on 2001/06/24 13:44:43
835 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
839 ____________________________________________________________________________
840 [ 10889] By: jhi on 2001/06/24 13:24:00
841 Log: Make UTS as per #10888.
844 ____________________________________________________________________________
845 [ 10888] By: jhi on 2001/06/24 13:21:23
846 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
848 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
849 ! mpeix/mpeixish.h perl.h unixish.h
850 ____________________________________________________________________________
851 [ 10887] By: jhi on 2001/06/24 13:15:45
855 ____________________________________________________________________________
856 [ 10886] By: jhi on 2001/06/24 13:14:31
857 Log: Subject: Encode::Tcl for multibyte doesnot work
858 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
859 Date: Sun, 24 Jun 2001 22:48:21 +0900
860 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
862 ! ext/Encode/Encode/Tcl.pm
863 ____________________________________________________________________________
864 [ 10885] By: jhi on 2001/06/24 13:12:46
865 Log: Subject: [PATCH] Remove tautology in error messages
866 From: Mike Guy <mjtg@cam.ac.uk>
867 Date: Sun, 24 Jun 2001 13:31:00 +0100
868 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
871 ____________________________________________________________________________
872 [ 10884] By: jhi on 2001/06/24 13:11:36
873 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
876 ____________________________________________________________________________
877 [ 10883] By: jhi on 2001/06/24 13:09:55
878 Log: Subject: Re: [PATCH 5.6.1] test suite
879 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
880 Date: Sun, 24 Jun 2001 05:47:05 -0400
881 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
885 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
886 ____________________________________________________________________________
887 [ 10882] By: jhi on 2001/06/24 13:07:46
888 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
889 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
890 Date: Sun, 24 Jun 2001 05:37:19 -0400
891 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
893 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
894 ____________________________________________________________________________
895 [ 10881] By: jhi on 2001/06/24 13:05:24
896 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
897 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
898 Date: Sun, 24 Jun 2001 05:34:50 -0400
899 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
901 Pacify compiler warnings.
904 ____________________________________________________________________________
905 [ 10880] By: jhi on 2001/06/24 13:02:30
906 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
907 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
908 Date: Sun, 24 Jun 2001 05:21:18 -0400
909 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
911 Enable compression of executables during link time.
914 ____________________________________________________________________________
915 [ 10879] By: jhi on 2001/06/24 13:00:47
916 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
917 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
918 Date: Sun, 24 Jun 2001 05:15:11 -0400
919 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
921 Add ordinals to the export list for Perl DLL.
922 (Breaks intra-version DLL compatibility.)
925 ____________________________________________________________________________
926 [ 10878] By: jhi on 2001/06/24 02:12:04
927 Log: Allow (displaying and) re-editing the Subject in perlbug.
928 Also abstract the Subject quality control into a function.
931 ____________________________________________________________________________
932 [ 10877] By: jhi on 2001/06/24 01:40:53
933 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
936 ____________________________________________________________________________
937 [ 10876] By: jhi on 2001/06/24 01:37:05
938 Log: Regen toc and modlib.
940 ! pod/perlmodlib.pod pod/perltoc.pod
941 ____________________________________________________________________________
942 [ 10875] By: jhi on 2001/06/24 01:29:33
943 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
944 by John Peacock. (Can be 'ntea' which means emulate UNIX file
945 attribute semantics as much as possible, or 'ntsec' which uses
946 native NTFS semantics.) (See also #10877.)
949 ____________________________________________________________________________
950 [ 10874] By: jhi on 2001/06/23 23:57:28
951 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
953 ! lib/Test/Harness.pm
954 ____________________________________________________________________________
955 [ 10873] By: jhi on 2001/06/23 23:36:56
956 Log: Just zap the -uPerlio.
959 ____________________________________________________________________________
960 [ 10872] By: jhi on 2001/06/23 21:29:10
961 Log: Do not test PerlIO if PerlIO not used.
963 ! ext/PerlIO/PerlIO.t
964 ____________________________________________________________________________
965 [ 10871] By: jhi on 2001/06/23 21:12:49
969 ____________________________________________________________________________
970 [ 10870] By: jhi on 2001/06/23 21:03:31
971 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
972 From: Nicholas Clark <nick@ccl4.org>
973 Date: Sat, 23 Jun 2001 22:55:47 +0100
974 Message-ID: <20010623225547.Z98663@plum.flirble.org>
977 ____________________________________________________________________________
978 [ 10869] By: jhi on 2001/06/23 17:13:21
979 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
980 From: Prymmer/Kahn <pvhp@best.com>
981 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
982 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
985 ____________________________________________________________________________
986 [ 10868] By: jhi on 2001/06/23 16:04:38
987 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
988 cygwin does not taint cwd, just like win32.
990 ! lib/File/Find/taint.t t/op/taint.t
991 ____________________________________________________________________________
992 [ 10867] By: jhi on 2001/06/23 15:39:15
993 Log: Retract #10865, the patch should be unnecessary.
994 (But seemingly helpful in Cygwin? Strange.)
996 ! lib/Memoize/t/tie_ndbm.t
997 ____________________________________________________________________________
998 [ 10866] By: jhi on 2001/06/23 15:06:30
999 Log: Misplaced test file; plus Cygwin filesystem semantics.
1001 + ext/SDBM_File/sdbm.t
1002 - ext/ODBM_File/sdbm.t
1004 ____________________________________________________________________________
1005 [ 10865] By: jhi on 2001/06/23 15:01:02
1006 Log: (Retracted by #10867.)
1008 ! lib/Memoize/t/tie_ndbm.t
1009 ____________________________________________________________________________
1010 [ 10864] By: jhi on 2001/06/23 14:25:43
1011 Log: Metaconfig unit change for #10863.
1012 Branch: metaconfig/U/perl
1014 ____________________________________________________________________________
1015 [ 10863] By: jhi on 2001/06/23 14:25:20
1016 Log: In Cygwin do not build NDBM_File and ODBM_File unless
1017 -lndbm and -ldbm are available.
1019 ! Configure config_h.SH
1020 ____________________________________________________________________________
1021 [ 10862] By: jhi on 2001/06/23 14:02:14
1022 Log: More Cygwin filesystem semantics.
1024 ! t/io/fs.t t/op/stat.t
1025 ____________________________________________________________________________
1026 [ 10861] By: jhi on 2001/06/23 13:38:00
1027 Log: More DOSish permission semantics for Cygwin.
1030 ____________________________________________________________________________
1031 [ 10860] By: jhi on 2001/06/23 13:32:41
1032 Log: Cygwin too has different permission semantics.
1034 ! ext/GDBM_File/gdbm.t
1035 ____________________________________________________________________________
1036 [ 10859] By: jhi on 2001/06/23 13:30:06
1037 Log: The group (and assumedly passwd) databases can have
1038 only one entry (this is the case in cygwin).
1040 ! t/op/grent.t t/op/pwent.t
1041 ____________________________________________________________________________
1042 [ 10858] By: jhi on 2001/06/23 13:16:26
1043 Log: Also in Cygwin use Socket to figure out domainname
1044 (if any) (avoids trying to call external 'domainname',
1045 which doesn't at the moment exist in Cygwin)
1048 ____________________________________________________________________________
1049 [ 10857] By: jhi on 2001/06/23 12:48:32
1050 Log: Remove also the lib$Foo.def, not just $Foo.def.
1052 ! lib/ExtUtils/MM_Unix.pm
1053 ____________________________________________________________________________
1054 [ 10856] By: jhi on 2001/06/23 12:21:53
1055 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
1058 ____________________________________________________________________________
1059 [ 10855] By: jhi on 2001/06/23 12:14:15
1060 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
1061 to match the whole isprint(), only the space character.
1063 ! handy.h pod/perlre.pod t/op/pat.t
1064 ____________________________________________________________________________
1065 [ 10854] By: nick on 2001/06/23 08:09:33
1066 Log: Integrate mainline
1068 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
1069 !> lib/ExtUtils.t lib/File/Find/taint.t
1070 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
1071 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
1072 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
1073 ____________________________________________________________________________
1074 [ 10853] By: jhi on 2001/06/23 03:48:09
1075 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
1076 with its floats in os390 and s390 (UTS).
1078 ! lib/Math/BigInt/t/bigintpm.t
1079 ____________________________________________________________________________
1080 [ 10852] By: jhi on 2001/06/23 03:38:53
1081 Log: Add also UTS (s390) to the non-IEEE float platforms.
1084 ____________________________________________________________________________
1085 [ 10851] By: jhi on 2001/06/23 03:36:04
1086 Log: Subject: RFC: what are applicable standards for exponent sizes?
1087 From: Peter Prymmer <pvhp@forte.com>
1088 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
1089 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
1092 ____________________________________________________________________________
1093 [ 10850] By: jhi on 2001/06/23 03:29:04
1094 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
1095 From: Peter Prymmer <pvhp@forte.com>
1096 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
1097 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
1099 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
1100 ____________________________________________________________________________
1101 [ 10849] By: jhi on 2001/06/23 03:27:21
1102 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
1103 From: Peter Prymmer <pvhp@forte.com>
1104 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
1105 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
1108 ____________________________________________________________________________
1109 [ 10848] By: jhi on 2001/06/22 21:51:31
1110 Log: Retract #10845.
1112 ! lib/File/Find/taint.t
1113 ____________________________________________________________________________
1114 [ 10847] By: jhi on 2001/06/22 21:50:38
1115 Log: Yet another error message.
1118 ____________________________________________________________________________
1119 [ 10846] By: jhi on 2001/06/22 21:48:39
1120 Log: The croak message for nonexistent socket functions may vary.
1122 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
1123 ____________________________________________________________________________
1124 [ 10845] By: jhi on 2001/06/22 21:42:38
1125 Log: (Retracted by #10848.)
1127 ! lib/File/Find/taint.t
1128 ____________________________________________________________________________
1129 [ 10844] By: jhi on 2001/06/22 21:32:58
1130 Log: Integrate perlio.
1132 !> lib/File/Find/taint.t t/op/write.t
1133 ____________________________________________________________________________
1134 [ 10843] By: nick on 2001/06/22 21:24:51
1135 Log: Back out debug in taint.t
1137 ! lib/File/Find/taint.t
1138 ____________________________________________________________________________
1139 [ 10842] By: jhi on 2001/06/22 21:20:02
1140 Log: setitimer() does not exist in Unicos, despite of what
1141 Configure thinks, from Mark P. Lutz.
1144 ____________________________________________________________________________
1145 [ 10841] By: nick on 2001/06/22 21:19:36
1146 Log: Skip cwd test on Win32 ???
1148 ! lib/File/Find/taint.t
1149 ____________________________________________________________________________
1150 [ 10840] By: jhi on 2001/06/22 21:17:34
1151 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
1152 and Tru64 gcc -Wall happy.
1155 ____________________________________________________________________________
1156 [ 10839] By: jhi on 2001/06/22 21:15:32
1157 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
1159 ! ext/IPC/SysV/Semaphore.pm
1160 ____________________________________________________________________________
1161 [ 10838] By: jhi on 2001/06/22 21:12:02
1162 Log: Metaconfig unit change for #10837.
1163 Branch: metaconfig/U/perl
1165 ____________________________________________________________________________
1166 [ 10837] By: jhi on 2001/06/22 21:09:42
1167 Log: Cleanup of the cross-compilation unit.
1170 ____________________________________________________________________________
1171 [ 10836] By: nick on 2001/06/22 20:45:12
1172 Log: Skip |- based op/write.t on Win32 as well as VMS
1175 ____________________________________________________________________________
1176 [ 10835] By: jhi on 2001/06/22 20:44:20
1177 Log: Integrate perlio.
1180 ____________________________________________________________________________
1181 [ 10834] By: nick on 2001/06/22 20:41:54
1182 Log: Integrate mainline
1184 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1185 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
1187 ____________________________________________________________________________
1188 [ 10833] By: nick on 2001/06/22 20:22:58
1192 ____________________________________________________________________________
1193 [ 10832] By: jhi on 2001/06/22 20:13:02
1194 Log: Metaconfig unit changes for #10831.
1196 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
1197 ____________________________________________________________________________
1198 [ 10831] By: jhi on 2001/06/22 20:12:29
1199 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
1200 From: Andy Dougherty <doughera@lafayette.edu>
1201 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
1202 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
1204 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1205 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
1206 ____________________________________________________________________________
1207 [ 10830] By: jhi on 2001/06/22 19:50:15
1208 Log: MPE/iX prototype nits from Mark Bixby.
1211 ____________________________________________________________________________
1212 [ 10829] By: jhi on 2001/06/22 16:25:16
1216 ____________________________________________________________________________
1217 [ 10828] By: nick on 2001/06/22 15:33:37
1218 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
1221 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
1222 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
1223 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
1224 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
1225 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1226 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
1227 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
1228 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
1230 ____________________________________________________________________________
1231 [ 10827] By: jhi on 2001/06/22 14:15:26
1232 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
1233 Date: Fri, 22 Jun 2001 10:08:35 -0500
1234 From: "Craig A. Berry" <craigberry@mac.com>
1235 Message-Id: <a05101001b75908704194@[192.168.56.145]>
1237 ! vms/vms.c vms/vmsish.h
1238 ____________________________________________________________________________
1239 [ 10826] By: jhi on 2001/06/22 13:35:37
1240 Log: NetWare scripts tweak from Ananth Kesari.
1242 ! NetWare/t/NWScripts.pl
1243 ____________________________________________________________________________
1244 [ 10825] By: jhi on 2001/06/22 13:00:55
1245 Log: Update Changes.
1247 ! Changes patchlevel.h
1248 ____________________________________________________________________________
1249 [ 10824] By: jhi on 2001/06/22 12:46:56
1250 Log: Add .i and .s targets.
1253 ____________________________________________________________________________
1254 [ 10823] By: jhi on 2001/06/22 12:25:20
1255 Log: Upgrade to Locale::Maketext 1.03.
1257 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1258 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
1259 ____________________________________________________________________________
1260 [ 10822] By: jhi on 2001/06/22 12:23:57
1261 Log: Upgrade to I18N::LangTags 0.26.
1263 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
1264 ! lib/I18N/LangTags/test.pl
1265 ____________________________________________________________________________
1266 [ 10821] By: jhi on 2001/06/22 12:16:41
1267 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
1270 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1271 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1272 ____________________________________________________________________________
1273 [ 10820] By: jhi on 2001/06/22 12:13:37
1274 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
1275 From: Prymmer/Kahn <pvhp@best.com>
1276 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
1277 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
1280 ! MANIFEST utils/h2xs.PL
1281 ____________________________________________________________________________
1282 [ 10819] By: jhi on 2001/06/22 12:11:56
1283 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
1284 From: Prymmer/Kahn <pvhp@best.com>
1285 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
1286 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
1289 ____________________________________________________________________________
1290 [ 10818] By: jhi on 2001/06/22 12:11:08
1291 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
1292 From: Prymmer/Kahn <pvhp@best.com>
1293 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
1294 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
1297 ____________________________________________________________________________
1298 [ 10817] By: jhi on 2001/06/22 12:10:05
1299 Log: AUTHORS update.
1302 ____________________________________________________________________________
1303 [ 10816] By: jhi on 2001/06/22 12:08:24
1304 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
1305 From: "Craig A. Berry" <craigberry@mac.com>
1306 Date: Thu, 21 Jun 2001 18:20:38 -0500
1307 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
1309 ! ext/POSIX/POSIX.xs
1310 ____________________________________________________________________________
1311 [ 10815] By: jhi on 2001/06/22 12:07:19
1312 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
1313 From: "Craig A. Berry" <craigberry@mac.com>
1314 Date: Thu, 21 Jun 2001 09:58:52 -0500
1315 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
1317 ! ext/B/Deparse.t t/op/write.t
1318 ____________________________________________________________________________
1319 [ 10814] By: nick on 2001/06/22 08:13:09
1320 Log: Integrate mainline.
1322 !> (integrate 46 files)
1323 ____________________________________________________________________________
1324 [ 10813] By: jhi on 2001/06/22 02:48:58
1325 Log: Change the prefixes only if $prefix is unset,
1326 as originally patched by Marcel Grunauer.
1328 ! hints/darwin.sh hints/rhapsody.sh
1329 ____________________________________________________________________________
1330 [ 10812] By: jhi on 2001/06/22 02:44:41
1331 Log: Subject: Re: Patch for hints/darwin.sh
1332 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
1333 Date: Thu, 21 Jun 2001 11:23:46 -0700
1334 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
1336 ! hints/darwin.sh hints/rhapsody.sh
1337 ____________________________________________________________________________
1338 [ 10811] By: jhi on 2001/06/22 02:34:27
1339 Log: Add .PHONY targets for non-file targets,
1340 from Wilfredo Sánchez. Should help saying
1341 "make install" on case-insensitive filesystems.
1344 ____________________________________________________________________________
1345 [ 10810] By: jhi on 2001/06/22 02:01:23
1346 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
1347 From: Doug MacEachern <dougm@covalent.net>
1348 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
1349 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
1351 plus reword the getcwd() comment, plus use getcwd() buffer
1355 ____________________________________________________________________________
1356 [ 10809] By: jhi on 2001/06/22 01:16:58
1357 Log: More gprofing from Doug MacEachern.
1360 ____________________________________________________________________________
1361 [ 10808] By: jhi on 2001/06/22 01:15:11
1362 Log: Metaconfig unit change for #10807.
1363 Branch: metaconfig/U/perl
1365 ____________________________________________________________________________
1366 [ 10807] By: jhi on 2001/06/22 01:14:43
1367 Log: Tell that you are removing the unneeded -lsfio.
1370 ____________________________________________________________________________
1371 [ 10806] By: jhi on 2001/06/22 01:03:14
1372 Log: More MPE/iX tweaks from Mark Bixby.
1374 ! perl.c t/op/magic.t
1375 ____________________________________________________________________________
1376 [ 10805] By: jhi on 2001/06/21 22:41:11
1377 Log: The fchdir() proto is supposed to live in <unistd.h>.
1380 ____________________________________________________________________________
1381 [ 10804] By: jhi on 2001/06/21 22:24:42
1382 Log: This town is too small for the Cwd extension and me,
1386 ____________________________________________________________________________
1387 [ 10803] By: jhi on 2001/06/21 21:54:00
1388 Log: Metaconfig unit change for #10802.
1389 Branch: metaconfig/U/perl
1391 ____________________________________________________________________________
1392 [ 10802] By: jhi on 2001/06/21 21:53:37
1396 ____________________________________________________________________________
1397 [ 10801] By: jhi on 2001/06/21 21:38:38
1398 Log: Off-by-one. I'm so classic.
1401 ____________________________________________________________________________
1402 [ 10800] By: jhi on 2001/06/21 20:10:19
1403 Log: Update Changes.
1405 ! Changes patchlevel.h
1406 ____________________________________________________________________________
1407 [ 10799] By: jhi on 2001/06/21 20:03:54
1408 Log: Subject: Documentation patch for Net::FTP
1409 From: Marcel Grunauer <marcel@codewerk.com>
1410 Date: Wed, 20 Jun 2001 23:03:26 +0200
1411 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
1414 ____________________________________________________________________________
1415 [ 10798] By: jhi on 2001/06/21 20:01:14
1416 Log: Retract the #10417 mg.c and embed.pl parts because of
1417 strange SEGVs in 64bit x86 FreeBSD observed by
1420 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
1421 ____________________________________________________________________________
1422 [ 10797] By: jhi on 2001/06/21 19:40:34
1423 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
1425 ! Configure NetWare/config.wc NetWare/config_H.wc
1426 ! Porting/Glossary Porting/config.sh Porting/config_H
1427 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
1428 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1429 ! vos/config.ga.h win32/config.bc win32/config.gc
1430 ! win32/config.vc win32/config_H.bc win32/config_H.gc
1432 ____________________________________________________________________________
1433 [ 10796] By: jhi on 2001/06/21 19:08:28
1434 Log: Cwd tweak from Doug MacEachern.
1437 ____________________________________________________________________________
1438 [ 10795] By: jhi on 2001/06/21 19:03:48
1439 Log: Protect the fchdir() and lstat() with ifdefs.
1440 fchdir() needs a Configure probe.
1443 ____________________________________________________________________________
1444 [ 10794] By: nick on 2001/06/21 17:11:35
1445 Log: Integrate mainline
1447 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
1448 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
1449 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
1450 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
1451 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
1452 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
1453 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
1454 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
1455 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
1456 - lib/File/Glob/case.t lib/File/Glob/global.t
1457 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
1458 - lib/File/Temp/posix.t lib/File/Temp/security.t
1459 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
1460 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
1461 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
1462 - lib/Text/Wrap/wrap.t
1463 !> (integrate 41 files)
1464 ____________________________________________________________________________
1465 [ 10793] By: jhi on 2001/06/21 17:01:26
1466 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
1467 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1468 Date: Thu, 21 Jun 2001 13:04:54 -0500
1469 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
1472 ____________________________________________________________________________
1473 [ 10792] By: jhi on 2001/06/21 16:13:57
1474 Log: Subject: [PATCH pod] overlong =item
1475 From: Robin Barker <rmb1@cise.npl.co.uk>
1476 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
1477 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
1479 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
1480 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1481 ____________________________________________________________________________
1482 [ 10791] By: jhi on 2001/06/21 16:10:51
1483 Log: Subject: [PATCH perlio.c] format
1484 From: Robin Barker <rmb1@cise.npl.co.uk>
1485 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
1486 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
1489 ____________________________________________________________________________
1490 [ 10790] By: jhi on 2001/06/21 15:52:04
1491 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
1492 From: Radu Greab <radu@netsoft.ro>
1493 Date: Thu, 21 Jun 2001 19:06:02 +0300
1494 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
1496 ! pod/perlapi.pod sv.c
1497 ____________________________________________________________________________
1498 [ 10789] By: jhi on 2001/06/21 14:48:25
1499 Log: The metaconfig unit changes for #10788.
1500 Branch: metaconfig/U/perl
1501 ! Cross.U fflushall.U
1502 ____________________________________________________________________________
1503 [ 10788] By: jhi on 2001/06/21 14:47:48
1504 Log: Cross-configuration changes: make $from to rm the files
1505 before copying them over (this means that he rm can be
1506 removed from the fflushall test), create $targetmkdir
1507 (not documented in install since it is supposed to internal
1508 use only), make $run to copy over the executable only if
1509 a stamp file .xok doesn't already exist (to avoid unnecessary
1510 copying of the executable)
1512 ! Configure Makefile.SH
1513 ____________________________________________________________________________
1514 [ 10787] By: nick on 2001/06/21 14:16:18
1515 Log: Integrate mainline
1517 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
1518 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
1519 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
1520 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
1521 !> (integrate 34 files)
1522 ____________________________________________________________________________
1523 [ 10786] By: jhi on 2001/06/21 13:59:32
1524 Log: Re-add the files as text.
1526 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
1527 ____________________________________________________________________________
1528 [ 10785] By: jhi on 2001/06/21 13:57:55
1529 Log: Delete the binary files.
1531 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
1532 ____________________________________________________________________________
1533 [ 10784] By: jhi on 2001/06/21 13:49:47
1534 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
1535 From: Andy Dougherty <doughera@lafayette.edu>
1536 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
1537 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
1539 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
1540 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
1541 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
1542 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
1543 ____________________________________________________________________________
1544 [ 10783] By: jhi on 2001/06/21 13:46:50
1545 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
1546 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
1547 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
1548 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
1550 Setting umask to something friendlier.
1552 ! installman installperl
1553 ____________________________________________________________________________
1554 [ 10782] By: jhi on 2001/06/21 13:42:17
1555 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
1556 Resort MANIFEST with sort -f, looks much better.
1558 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
1559 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
1560 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
1561 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
1562 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
1563 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
1564 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
1565 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
1566 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
1567 - lib/File/Glob/case.t lib/File/Glob/global.t
1568 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
1569 - lib/File/Temp/posix.t lib/File/Temp/security.t
1570 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
1571 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
1572 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
1573 - lib/Text/Wrap/wrap.t
1575 ____________________________________________________________________________
1576 [ 10781] By: jhi on 2001/06/21 13:16:04
1577 Log: Upgrade to I18N::LangTags 0.25.
1579 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
1580 ! lib/I18N/LangTags/List.pm
1581 ____________________________________________________________________________
1582 [ 10780] By: jhi on 2001/06/21 13:12:54
1583 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
1584 From: Richard Soderberg <rs@crystalflame.net>
1585 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
1586 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
1588 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
1589 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
1590 ____________________________________________________________________________
1591 [ 10779] By: jhi on 2001/06/21 12:59:57
1592 Log: Test obsoleted by change #10777.
1595 ____________________________________________________________________________
1596 [ 10778] By: jhi on 2001/06/21 12:52:37
1597 Log: Case of confused test numbering.
1600 ____________________________________________________________________________
1601 [ 10777] By: jhi on 2001/06/21 12:30:57
1602 Log: Subject: Re: Opinion on undef lvalue
1603 From: Abhijit Menon-Sen <ams@wiw.org>
1604 Date: Sun, 17 Jun 2001 13:04:46 +0530
1605 Message-ID: <20010617130446.B27925@lustre.linux.in>
1607 Allow lvalue subs to return undef in array context.
1610 ____________________________________________________________________________
1611 [ 10776] By: jhi on 2001/06/21 12:27:48
1612 Log: Just a guess that using the same hack for cygwin as
1613 for win32 might help.
1615 ! lib/File/Find/find.t
1616 ____________________________________________________________________________
1617 [ 10775] By: jhi on 2001/06/21 12:25:58
1618 Log: NetWare tweaks from Guruprasad.
1620 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
1621 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
1622 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
1623 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
1624 ____________________________________________________________________________
1625 [ 10774] By: jhi on 2001/06/21 12:21:17
1626 Log: Subject: Re: perl@10722: Bogus warnings on REs
1627 From: Hugo <hv@crypt.compulink.co.uk>
1628 Date: Thu, 21 Jun 2001 09:51:17 +0100
1629 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
1631 Unroll to avoid a UTS compiler bug.
1634 ____________________________________________________________________________
1635 [ 10773] By: jhi on 2001/06/21 12:13:13
1636 Log: Subject: Re: [PATCH] Make /o work under i?threads
1637 From: Artur Bergman <artur@contiller.se>
1638 Date: Thu, 21 Jun 2001 14:38:03 +0200
1639 Message-ID: <B757B74A.184D%artur@contiller.se>
1642 ____________________________________________________________________________
1643 [ 10772] By: jhi on 2001/06/21 12:12:23
1644 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
1645 From: Artur Bergman <artur@contiller.se>
1646 Date: Thu, 21 Jun 2001 14:27:33 +0200
1647 Message-ID: <B757B4D4.1849%artur@contiller.se>
1649 Plus extra parentheses.
1652 ____________________________________________________________________________
1653 [ 10771] By: jhi on 2001/06/21 12:10:29
1654 Log: Subject: [PATCH] Make /o work under i?threads
1655 From: Richard Soderberg <rs@crystalflame.net>
1656 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
1657 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
1660 ____________________________________________________________________________
1661 [ 10770] By: jhi on 2001/06/21 12:09:28
1662 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
1663 From: Artur Bergman <artur@contiller.se>
1664 Date: Thu, 21 Jun 2001 14:04:54 +0200
1665 Message-ID: <B757AF86.1842%artur@contiller.se>
1668 ____________________________________________________________________________
1669 [ 10769] By: jhi on 2001/06/21 12:08:03
1670 Log: Subject: Re: perl@10765: sv.c not OK on win32
1671 From: Artur Bergman <artur@contiller.se>
1672 Date: Thu, 21 Jun 2001 10:31:06 +0200
1673 Message-ID: <B7577D69.182C%artur@contiller.se>
1676 ____________________________________________________________________________
1677 [ 10768] By: jhi on 2001/06/21 12:03:56
1678 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
1679 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1680 Date: Thu, 21 Jun 2001 06:23:56 -0400
1681 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
1683 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
1684 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1685 Date: Thu, 21 Jun 2001 06:32:21 -0400
1686 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
1688 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
1689 ____________________________________________________________________________
1690 [ 10767] By: jhi on 2001/06/21 12:00:07
1691 Log: Subject: [PATCH] make syslog test more verbose
1692 From: Robert Spier <rspier@pobox.com>
1693 Date: Thu, 21 Jun 2001 00:54:32 -0400
1694 Message-ID: <15153.32264.295807.333073@rls.cx>
1696 ! ext/Sys/Syslog/syslog.t
1697 ____________________________________________________________________________
1698 [ 10766] By: jhi on 2001/06/20 23:27:57
1699 Log: Subject: op/study.t refinements
1700 From: Hugo <hv@crypt.compulink.co.uk>
1701 Date: Thu, 21 Jun 2001 00:29:07 +0100
1702 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
1705 ____________________________________________________________________________
1706 [ 10765] By: jhi on 2001/06/20 19:51:47
1707 Log: Update Changes.
1709 ! Changes patchlevel.h
1710 ____________________________________________________________________________
1711 [ 10764] By: jhi on 2001/06/20 19:00:23
1712 Log: Subject: Re: [PATCH] djgpp updates
1713 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1714 Date: Wed, 20 Jun 2001 10:05:15 +0200
1715 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
1718 ____________________________________________________________________________
1719 [ 10763] By: jhi on 2001/06/20 18:58:06
1720 Log: Fix for ID 20010619.002 "When building hash, hash keys that
1721 are function calls are not being called", from Abhijit.
1723 ! t/base/lex.t toke.c
1724 ____________________________________________________________________________
1725 [ 10762] By: jhi on 2001/06/20 18:45:00
1726 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
1728 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
1729 + lib/Locale/Maketext/test.pl
1730 - lib/Locale/Maketext.t
1731 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1732 ! lib/Locale/Maketext/TPJ13.pod
1733 ____________________________________________________________________________
1734 [ 10761] By: jhi on 2001/06/20 18:44:15
1735 Log: Metaconfig unit change for #10760.
1737 ! U/modified/Cppsym.U
1738 ____________________________________________________________________________
1739 [ 10760] By: jhi on 2001/06/20 18:42:04
1740 Log: Do not remove the ccsym* Cppsym* files since
1741 they are useful for metaconfig units coming after us.
1742 (This is the Configure nit mentioned in #10752.)
1745 ____________________________________________________________________________
1746 [ 10759] By: jhi on 2001/06/20 18:02:18
1747 Log: Update to I18N::LangTags 0.24, from Sean Burke.
1749 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
1750 + lib/I18N/LangTags/README
1751 - lib/I18N/LangTags/List.pod
1752 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
1753 ____________________________________________________________________________
1754 [ 10758] By: jhi on 2001/06/20 17:34:43
1757 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
1758 ! pod/perlapi.pod proto.h
1759 ____________________________________________________________________________
1760 [ 10757] By: jhi on 2001/06/20 17:23:08
1761 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
1762 From: Artur Bergman <artur@contiller.se>
1763 Date: Wed, 20 Jun 2001 11:31:32 +0200
1764 Message-ID: <B7563A14.17D8%artur@contiller.se>
1766 ! embed.pl hv.c intrpvar.h sv.c sv.h
1767 ____________________________________________________________________________
1768 [ 10756] By: jhi on 2001/06/20 17:13:26
1769 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
1770 From: Tim Sweetman <tim@aldigital.co.uk>
1771 Date: Wed, 13 Jun 2001 14:25:17 +0100
1772 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
1774 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
1775 ____________________________________________________________________________
1776 [ 10755] By: nick on 2001/06/20 16:12:37
1777 Log: Integrate mainline
1779 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
1780 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
1781 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
1782 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
1783 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
1784 !> t/op/study.t util.c
1785 ____________________________________________________________________________
1786 [ 10754] By: gsar on 2001/06/20 15:22:27
1787 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
1789 Branch: maint-5.6/perl
1791 ____________________________________________________________________________
1792 [ 10753] By: jhi on 2001/06/20 14:03:20
1793 Log: Security tweak on readlink().
1796 ____________________________________________________________________________
1797 [ 10752] By: jhi on 2001/06/20 14:00:23
1798 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
1800 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
1801 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
1802 ! mpeix/relink t/op/pwent.t
1803 ____________________________________________________________________________
1804 [ 10751] By: jhi on 2001/06/20 13:57:27
1805 Log: Reinstate #10725 (with probe for alarm()).
1808 ____________________________________________________________________________
1809 [ 10750] By: jhi on 2001/06/20 13:53:46
1810 Log: Replace our implementation of realpath() with OpenBSD's
1811 (src/lib/libc/stdlib/realpath.c 1.4).
1813 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
1814 ! pod/perldiag.pod proto.h util.c
1815 ____________________________________________________________________________
1816 [ 10749] By: jhi on 2001/06/20 13:07:49
1817 Log: Integrate perlio.
1820 ____________________________________________________________________________
1821 [ 10748] By: jhi on 2001/06/20 13:07:18
1822 Log: No point in going into memory-saving contortions
1823 with getcwd() since there's a danger of buffer overflow.
1824 Also make the POSIX extension to use sv_getcwd().
1825 Finally, a missed proto.h fragment.
1827 ! ext/POSIX/POSIX.xs proto.h util.c
1828 ____________________________________________________________________________
1829 [ 10747] By: nick on 2001/06/20 12:38:26
1830 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
1833 ____________________________________________________________________________
1834 [ 10746] By: jhi on 2001/06/20 11:51:10
1835 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
1836 From: Graham Barr <gbarr@pobox.com>
1837 Date: Wed, 20 Jun 2001 11:05:49 +0100
1838 Message-ID: <20010620110549.I19188@pobox.com>
1842 Subject: Bug in IO::Socket::INET module (repeat)
1843 From: "Harmon S. Nine" <hnine@netarx.com>
1844 Date: Tue, 19 Jun 2001 09:41:35 -0400
1845 Message-ID: <3B2F568F.8080605@netarx.com>
1847 The bug was that the IO::Socket::INET constructor
1848 did not allow a 'LocalPort' of 0.
1850 ! ext/IO/lib/IO/Socket/INET.pm
1851 ____________________________________________________________________________
1852 [ 10745] By: nick on 2001/06/20 08:56:39
1853 Log: Integrate mainline.
1855 !> (integrate 37 files)
1856 ____________________________________________________________________________
1857 [ 10744] By: jhi on 2001/06/20 04:54:53
1858 Log: After some reading I don't think we can blindly
1859 use systems' realpath(). Too many security problems,
1860 too many buggy implementations.
1862 TODO: the realpath() emulation code in util.c doesn't
1863 seem fully operational? (readlink(), for example?)
1865 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
1866 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
1867 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
1868 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
1869 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
1870 ! win32/config_H.gc win32/config_H.vc
1871 ____________________________________________________________________________
1872 [ 10743] By: jhi on 2001/06/20 00:48:48
1873 Log: Metaconfig unit change for #10738.
1875 ! U/compline/d_gconvert.U
1876 ____________________________________________________________________________
1877 [ 10742] By: jhi on 2001/06/20 00:48:20
1878 Log: Integrate change #10739 from maintperl:
1880 C<eval "/x$\r\n/x"> fails to compile correctly
1882 !> t/op/pat.t toke.c
1883 ____________________________________________________________________________
1884 [ 10741] By: jhi on 2001/06/20 00:41:05
1885 Log: Retract #10725 (Hugo asked NOT to apply the patch)
1888 ____________________________________________________________________________
1889 [ 10740] By: jhi on 2001/06/19 23:58:25
1890 Log: The test.third results were funnily named because of the
1894 ____________________________________________________________________________
1895 [ 10739] By: gsar on 2001/06/19 23:49:15
1896 Log: C<eval "/x$\r\n/x"> fails to compile correctly
1897 Branch: maint-5.6/perl
1899 ____________________________________________________________________________
1900 [ 10738] By: jhi on 2001/06/19 23:04:15
1901 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
1902 From: Spider Boardman <spider@Orb.Nashua.NH.US>
1903 Date: Tue, 19 Jun 2001 19:15:40 -0400
1904 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
1906 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
1907 because "1e+129" being expected but "1.e+129" being returned.
1908 The culprit (at least in Tru64) is the use of gcvt().
1911 ____________________________________________________________________________
1912 [ 10737] By: jhi on 2001/06/19 22:56:52
1913 Log: Subject: [PATCH perl@10722] test hunting on VMS
1914 From: "Craig A. Berry" <craigberry@mac.com>
1915 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
1916 Date: Tue, 19 Jun 2001 18:59:01 -0500
1919 ____________________________________________________________________________
1920 [ 10736] By: jhi on 2001/06/19 21:32:29
1921 Log: Subject: [PATCH] s/typos//
1922 From: Abhijit Menon-Sen <ams@wiw.org>
1923 Date: Wed, 20 Jun 2001 02:15:02 +0530
1924 Message-ID: <20010620021502.A14541@lustre.linux.in>
1926 Without the op.h s/bearword/bareword/ hunk, see
1927 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
1930 ____________________________________________________________________________
1931 [ 10735] By: jhi on 2001/06/19 21:26:43
1932 Log: Metaconfig unit change for #10732 and #10733.
1933 Branch: metaconfig/U/perl
1935 ____________________________________________________________________________
1936 [ 10734] By: jhi on 2001/06/19 21:24:41
1937 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
1938 From: "Craig A. Berry" <craigberry@mac.com>
1939 Date: Tue, 19 Jun 2001 17:19:48 -0500
1940 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
1942 ! configure.com vms/descrip_mms.template
1943 ____________________________________________________________________________
1944 [ 10733] By: jhi on 2001/06/19 19:57:44
1945 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
1946 From: Spider Boardman <spider@Orb.Nashua.NH.US>
1947 Date: Tue, 19 Jun 2001 16:48:07 -0400
1948 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
1950 Further fixes to fflush(NULL) detection.
1953 ____________________________________________________________________________
1954 [ 10732] By: jhi on 2001/06/19 19:38:20
1955 Log: AIX test -s hangs with non-existent files?
1956 (A genuine logic bug in Configure, but AIX also broken?)
1959 ____________________________________________________________________________
1960 [ 10731] By: jhi on 2001/06/19 19:17:35
1961 Log: AUTHORS updates.
1964 ____________________________________________________________________________
1965 [ 10730] By: jhi on 2001/06/19 19:03:07
1966 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
1967 From: Spider Boardman <spider@Orb.Nashua.NH.US>
1968 Date: Tue, 19 Jun 2001 15:33:25 -0400
1969 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
1971 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
1973 ____________________________________________________________________________
1974 [ 10729] By: jhi on 2001/06/19 18:34:10
1975 Log: Integrate perlio.
1977 !> lib/File/Find/find.t win32/distclean.bat
1978 ____________________________________________________________________________
1979 [ 10728] By: nick on 2001/06/19 18:24:53
1980 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
1982 ! lib/File/Find/find.t win32/distclean.bat
1983 ____________________________________________________________________________
1984 [ 10727] By: jhi on 2001/06/19 18:07:31
1985 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
1986 also add information how to find out whether one has PerlIO.
1989 ____________________________________________________________________________
1990 [ 10726] By: jhi on 2001/06/19 17:59:30
1991 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
1992 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1993 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
1994 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
1997 ____________________________________________________________________________
1998 [ 10725] By: jhi on 2001/06/19 17:28:30
1999 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
2000 From: Hugo <hv@crypt.compulink.co.uk>
2001 Date: Tue, 19 Jun 2001 12:37:30 +0100
2002 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
2005 ____________________________________________________________________________
2006 [ 10724] By: jhi on 2001/06/19 17:22:20
2007 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
2008 From: Hugo <hv@crypt.compulink.co.uk>
2009 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
2010 Date: Tue, 19 Jun 2001 13:15:17 +0100
2013 ____________________________________________________________________________
2014 [ 10723] By: nick on 2001/06/19 14:46:15
2015 Log: Integrate mainline
2017 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
2018 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
2019 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
2020 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
2021 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
2022 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
2023 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2024 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2025 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2026 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2027 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2028 - ext/Thread/unsync4.t
2029 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
2030 !> djgpp/config.over djgpp/fixpmain
2031 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
2032 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
2033 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
2034 ____________________________________________________________________________
2035 [ 10722] By: jhi on 2001/06/19 11:55:30
2036 Log: Update Changes.
2038 ! Changes patchlevel.h
2039 ____________________________________________________________________________
2040 [ 10721] By: jhi on 2001/06/19 11:29:34
2041 Log: The existence shall be MANIFESted.
2044 ____________________________________________________________________________
2045 [ 10720] By: jhi on 2001/06/19 10:58:09
2046 Log: The old libnet.cfg is first searched from the current directory,
2047 only then from the module path.
2049 ! utils/libnetcfg.PL
2050 ____________________________________________________________________________
2051 [ 10719] By: jhi on 2001/06/19 10:55:59
2052 Log: NetWare tweaks from Guruprasad.
2054 ! NetWare/Makefile NetWare/config.wc
2055 ____________________________________________________________________________
2056 [ 10718] By: jhi on 2001/06/19 10:54:22
2057 Log: Subject: [PATCH] djgpp updates
2058 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2059 Date: Tue, 19 Jun 2001 10:59:06 +0200
2060 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
2062 ! djgpp/config.over djgpp/fixpmain
2063 ____________________________________________________________________________
2064 [ 10717] By: jhi on 2001/06/19 10:53:20
2065 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
2066 From: Prymmer/Kahn <pvhp@best.com>
2067 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
2068 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
2071 ____________________________________________________________________________
2072 [ 10716] By: jhi on 2001/06/19 10:52:25
2073 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
2074 to happen right after the inclusion of <inttypes.h>,
2078 ____________________________________________________________________________
2079 [ 10715] By: jhi on 2001/06/19 10:49:21
2080 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
2081 From: Doug MacEachern <dougm@covalent.net>
2082 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
2083 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
2085 ! ext/DynaLoader/DynaLoader_pm.PL
2086 ____________________________________________________________________________
2087 [ 10714] By: jhi on 2001/06/19 10:48:19
2088 Log: Revert #10656 for perfomance reasons but leave in the
2089 use of Hv*() macros -- in comments, so that grepping the
2090 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
2091 suggested by Sarathy, also by Abhijit.)
2094 ____________________________________________________________________________
2095 [ 10713] By: jhi on 2001/06/19 10:46:08
2096 Log: Subject: [patch] .s MakeMaker suffix
2097 From: Doug MacEachern <dougm@covalent.net>
2098 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
2099 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
2101 ! lib/ExtUtils/MM_Unix.pm
2102 ____________________________________________________________________________
2103 [ 10712] By: jhi on 2001/06/19 10:34:35
2104 Log: One test lost in the big shuffle restored.
2106 + ext/IPC/SysV/ipcsysv.t
2107 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2108 ____________________________________________________________________________
2109 [ 10711] By: jhi on 2001/06/19 10:25:46
2110 Log: Rename the old non-standard threads tests so that
2111 they won't be invoked.
2113 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
2114 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
2115 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
2116 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
2117 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
2118 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
2119 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2120 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2121 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2122 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2123 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2124 - ext/Thread/unsync4.t
2126 ____________________________________________________________________________
2127 [ 10710] By: jhi on 2001/06/19 10:18:41
2128 Log: Integrate perlio.
2130 !> win32/config_sh.PL
2131 ____________________________________________________________________________
2132 [ 10709] By: nick on 2001/06/19 08:18:18
2133 Log: Integrate mainline
2135 +> (branch 40 files)
2136 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
2137 - lib/strict/subs lib/strict/vars lib/warnings/1global
2138 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
2139 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
2140 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
2141 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
2142 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
2143 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
2144 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
2145 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
2146 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
2147 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
2148 - lib/warnings/utf8 lib/warnings/util
2149 !> (integrate 57 files)
2150 ____________________________________________________________________________
2151 [ 10708] By: nick on 2001/06/19 07:57:10
2152 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
2154 ! win32/config_sh.PL
2155 ____________________________________________________________________________
2156 [ 10707] By: nick on 2001/06/19 07:05:07
2157 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
2159 ! perly.c perly.y perly_c.diff vms/perly_c.vms
2160 ____________________________________________________________________________
2161 [ 10706] By: jhi on 2001/06/19 02:58:26
2162 Log: More perl572delta tweaks.
2164 ! pod/perl572delta.pod
2165 ____________________________________________________________________________
2166 [ 10705] By: jhi on 2001/06/19 01:53:40
2167 Log: Update perl572delta.
2169 ! pod/perl572delta.pod
2170 ____________________________________________________________________________
2171 [ 10704] By: jhi on 2001/06/19 01:28:40
2172 Log: VOS updates from Paul Green.
2174 ! vos/Changes vos/build.cm vos/perl.bind
2175 ____________________________________________________________________________
2176 [ 10703] By: jhi on 2001/06/19 01:03:53
2177 Log: Update the vos/config.*.* files.
2179 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2181 ____________________________________________________________________________
2182 [ 10702] By: jhi on 2001/06/19 01:03:32
2183 Log: Add a makefile for more painless adding of symbols to the
2184 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
2185 takes care of the adding)
2188 ____________________________________________________________________________
2189 [ 10701] By: jhi on 2001/06/19 00:51:44
2190 Log: Make libnetcfg by default display the libnet configuration,
2191 -c to change, add -i for old config, document all options,
2194 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
2195 ____________________________________________________________________________
2196 [ 10700] By: jhi on 2001/06/18 23:45:12
2197 Log: gcc -Wall sweep.
2199 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
2200 ____________________________________________________________________________
2201 [ 10699] By: jhi on 2001/06/18 23:19:53
2205 ____________________________________________________________________________
2206 [ 10698] By: jhi on 2001/06/18 23:10:22
2207 Log: Document the need for sv_printify().
2209 Document that 'use utf8' has been considered.
2211 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
2213 ! pod/perltodo.pod universal.c
2214 ____________________________________________________________________________
2215 [ 10697] By: jhi on 2001/06/18 22:50:53
2216 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
2217 From: Nicholas Clark <nick@ccl4.org>
2218 Date: Mon, 18 Jun 2001 23:29:23 +0100
2219 Message-ID: <20010618232923.I98663@plum.flirble.org>
2221 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
2222 ! ext/Sys/Syslog/Makefile.PL
2223 ____________________________________________________________________________
2224 [ 10696] By: jhi on 2001/06/18 22:39:32
2225 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
2226 From: Scott.L.Miller@Compaq.com
2227 Date: Mon, 18 Jun 2001 10:12:27 -0500
2228 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
2230 ! lib/perl5db.pl pod/perldebug.pod
2231 ____________________________________________________________________________
2232 [ 10695] By: jhi on 2001/06/18 22:35:13
2233 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
2234 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2235 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
2236 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
2239 ____________________________________________________________________________
2240 [ 10694] By: jhi on 2001/06/18 22:34:06
2241 Log: Subject: [PATCH] Documentation changes for CLONE
2242 From: Artur Bergman <artur@contiller.se>
2243 Date: Mon, 18 Jun 2001 22:06:37 +0200
2244 Message-ID: <B7542BEC.1719%artur@contiller.se>
2246 ! pod/perlmod.pod pod/perlsub.pod
2247 ____________________________________________________________________________
2248 [ 10693] By: jhi on 2001/06/18 22:31:38
2249 Log: Subject: Re: configure.com
2250 From: "Craig A. Berry" <craigberry@mac.com>
2251 Date: Mon, 18 Jun 2001 16:04:38 -0500
2252 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
2255 ____________________________________________________________________________
2256 [ 10692] By: jhi on 2001/06/18 22:30:43
2257 Log: Subject: PL_nullstash + perl_clone()
2258 From: Doug MacEachern <dougm@covalent.net>
2259 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
2260 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
2263 ____________________________________________________________________________
2264 [ 10691] By: jhi on 2001/06/18 22:26:20
2265 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
2266 From: davem@fdgroup.co.uk
2267 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
2268 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
2270 ! embed.pl pod/perlapi.pod
2271 ____________________________________________________________________________
2272 [ 10690] By: jhi on 2001/06/18 22:17:05
2273 Log: More cross-compilation defaults gleaned from -Dcc
2274 if it is CPU-OS-gcc.
2277 Branch: metaconfig/U/perl
2281 ____________________________________________________________________________
2282 [ 10689] By: jhi on 2001/06/18 13:59:47
2283 Log: Update Changes.
2285 ! Changes patchlevel.h
2286 ____________________________________________________________________________
2287 [ 10688] By: jhi on 2001/06/18 13:44:18
2288 Log: Subject: [PATCH 5.7.1] sv.c documentation
2289 From: davem@fdgroup.co.uk
2290 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
2291 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
2293 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
2295 ____________________________________________________________________________
2296 [ 10687] By: jhi on 2001/06/18 13:38:03
2297 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
2298 From: "Jon Gunnip" <jongunnip@hotmail.com>
2299 Date: Sun, 17 Jun 2001 18:24:29 -0400
2300 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
2303 ____________________________________________________________________________
2304 [ 10686] By: jhi on 2001/06/18 13:32:13
2305 Log: Move the locale/strict/warnings helper files back
2306 under the t/lib; this way the amount of non-installabled
2307 stuff under lib/ stays smaller.
2309 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
2310 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
2311 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
2312 + t/lib/warnings/5nolint t/lib/warnings/6default
2313 + t/lib/warnings/7fatal t/lib/warnings/8signal
2314 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
2315 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
2316 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
2317 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
2318 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
2319 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
2320 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
2321 + t/lib/warnings/taint t/lib/warnings/toke
2322 + t/lib/warnings/universal t/lib/warnings/utf8
2323 + t/lib/warnings/util
2324 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
2325 - lib/strict/subs lib/strict/vars lib/warnings/1global
2326 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
2327 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
2328 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
2329 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
2330 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
2331 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
2332 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
2333 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
2334 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
2335 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
2336 - lib/warnings/utf8 lib/warnings/util
2337 ! MANIFEST installperl lib/locale.t lib/strict.t
2338 ____________________________________________________________________________
2339 [ 10685] By: jhi on 2001/06/18 13:11:49
2340 Log: Split off the pack/unpack code, from Nicholas Clark.
2343 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
2344 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
2345 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2346 ____________________________________________________________________________
2347 [ 10684] By: jhi on 2001/06/18 12:25:55
2348 Log: Guard the SysV IPC tests against being invoked in
2349 SysV-IPC-less places.
2351 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
2352 ____________________________________________________________________________
2353 [ 10683] By: nick on 2001/06/18 12:24:42
2354 Log: Integrate mainline (new test scheme now ok on Linux).
2358 ____________________________________________________________________________
2359 [ 10682] By: jhi on 2001/06/18 12:20:50
2360 Log: Add the locale.c and numeric.c to the microperl sources.
2362 ! Makefile.micro win32/Makefile
2363 ____________________________________________________________________________
2364 [ 10681] By: jhi on 2001/06/18 11:57:45
2365 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
2366 From: Abhijit Menon-Sen <ams@wiw.org>
2367 Date: Mon, 18 Jun 2001 14:23:44 +0530
2368 Message-ID: <20010618142344.A13136@lustre.linux.in>
2371 ____________________________________________________________________________
2372 [ 10680] By: jhi on 2001/06/18 11:56:12
2373 Log: Subject: Re: [PATCH] more anonymous stash cleanups
2374 From: Abhijit Menon-Sen <ams@wiw.org>
2375 Date: Mon, 18 Jun 2001 15:50:32 +0530
2376 Message-ID: <20010618155032.A13223@lustre.linux.in>
2378 Plus the comment left in as suggested by NI-S.
2381 ____________________________________________________________________________
2382 [ 10679] By: jhi on 2001/06/18 11:49:27
2383 Log: One missed file.
2386 ____________________________________________________________________________
2387 [ 10678] By: nick on 2001/06/18 08:05:29
2388 Log: Integrate mainline (part2 - the deletes)
2390 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
2391 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
2392 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
2393 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
2394 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
2395 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
2396 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
2397 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
2398 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
2399 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
2400 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
2401 ____________________________________________________________________________
2402 [ 10677] By: nick on 2001/06/18 08:04:44
2403 Log: Integrate mainline (part1)
2405 +> (branch 376 files)
2406 - (delete 219 files)
2407 !> (integrate 151 files)
2408 ____________________________________________________________________________
2409 [ 10676] By: jhi on 2001/06/18 04:17:15
2410 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
2411 No doubt I made some mistakes like missed some files or
2412 misnamed some files. The naming rules were more or less:
2413 (1) if the module is from CPAN, follows its ways, be it
2415 (2) otherwise if there are multiple tests for a module
2417 (3) otherwise if there's only one test put it in Module.t
2418 (4) helper files go to module/ (locale, strict, warnings)
2419 (5) use longer filenames now that we can (but e.g. the
2420 compat-0.6.t and the Text::Balanced test files still
2421 were renamed to be more civil against the 8.3 people)
2422 installperl was updated appropriately not to install the
2423 *.t files or the help files from under lib.
2425 TODO: some helper files still remain under t/ that could
2426 follow their 'masters'. UPDATE: On second thoughts, why
2427 should they. They can continue to live under t/lib, and
2428 in fact the locale/strict/warnings helpers that were moved
2429 could be moved back. This way the amount of non-installable
2430 stuff under lib/ stays smaller.
2433 - (delete 254 files)
2434 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
2435 ____________________________________________________________________________
2436 [ 10675] By: jhi on 2001/06/18 03:15:02
2437 Log: The warning no more comes from util.c, it comes from numeric.c.
2440 ____________________________________________________________________________
2441 [ 10674] By: jhi on 2001/06/18 00:56:22
2442 Log: Subject: Re: anyone good at casting spells?
2443 From: Spider Boardman <spider@Orb.Nashua.NH.US>
2444 Date: Sun, 17 Jun 2001 21:21:04 -0400
2445 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
2447 ! ext/POSIX/POSIX.xs hv.h
2448 ____________________________________________________________________________
2449 [ 10673] By: jhi on 2001/06/17 22:24:53
2450 Log: Protect the (original) thread tests against testing if no 5.005
2451 threads have been configured.
2453 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
2454 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
2455 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
2456 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
2457 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
2458 ! ext/Thread/unsync4.t
2459 ____________________________________________________________________________
2460 [ 10672] By: jhi on 2001/06/17 22:09:28
2461 Log: Try the new test scanning scheme on Text::Abbrev.
2464 - lib/Text/Abbrev/t/abbrev.t
2466 ____________________________________________________________________________
2467 [ 10671] By: jhi on 2001/06/17 22:07:08
2468 Log: Change the scan policy of the *.t and test.pl files,
2469 now the *.t do not need to live in a t/ directory.
2472 ____________________________________________________________________________
2473 [ 10670] By: jhi on 2001/06/17 20:32:35
2474 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
2475 From: Ilmari Karonen <iltzu@sci.fi>
2476 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
2477 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
2480 ____________________________________________________________________________
2481 [ 10669] By: jhi on 2001/06/17 20:30:22
2482 Log: Quench the warnings from Tru64; the HP-UX is still
2483 broken because it really, REALLY, doesn't like the
2484 HvARRAY() being lvalue:
2486 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
2487 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
2490 ____________________________________________________________________________
2491 [ 10668] By: jhi on 2001/06/17 19:13:24
2492 Log: Integrate change #10667 from maintperl:
2494 change#10449 broke the special-case that makes lexicals inside the
2495 eval"" within DB::DB() visible
2498 ____________________________________________________________________________
2499 [ 10667] By: gsar on 2001/06/17 19:08:27
2500 Log: change#10449 broke the special-case that makes lexicals inside the
2501 eval"" within DB::DB() visible
2502 Branch: maint-5.6/perl
2504 ____________________________________________________________________________
2505 [ 10666] By: jhi on 2001/06/17 17:50:07
2506 Log: Still spurious output; indent the code a bit.
2508 TODO1: separate the utility functions like MkDir
2509 into a helper script?
2511 TODO2: I see a lot of repetition in the filepath()
2512 and dirpath() calls.
2514 ! t/lib/filefind.t t/lib/findtaint.t
2515 ____________________________________________________________________________
2516 [ 10665] By: jhi on 2001/06/17 16:59:42
2517 Log: Regen modlib, toc.
2519 ! pod/perlmodlib.pod pod/perltoc.pod
2520 ____________________________________________________________________________
2521 [ 10664] By: jhi on 2001/06/17 16:55:28
2522 Log: Add libnetcfg to perlutil.
2525 ____________________________________________________________________________
2526 [ 10663] By: jhi on 2001/06/17 16:53:29
2527 Log: Initial integration of libnet-1.0703.
2528 The Configure script renamed as libnetcfg, will be
2529 installed along other utilities.
2531 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
2532 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
2533 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
2534 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
2535 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
2536 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
2537 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
2538 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
2539 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
2540 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
2541 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
2542 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2543 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
2544 + utils/libnetcfg.PL
2545 ! MANIFEST utils.lst utils/Makefile
2546 ____________________________________________________________________________
2547 [ 10662] By: jhi on 2001/06/17 15:37:32
2548 Log: Less potentially test-harness-confusing output.
2550 ! lib/Memoize/t/expire_module_t.t
2551 ____________________________________________________________________________
2552 [ 10661] By: jhi on 2001/06/17 15:31:04
2553 Log: The final print annoys make test.
2555 ! t/lib/filefind.t t/lib/findtaint.t
2556 ____________________________________________________________________________
2557 [ 10660] By: jhi on 2001/06/17 14:00:21
2558 Log: Add an option for handling dangling symbolic links.
2560 ! lib/File/Find.pm t/lib/filefind.t
2561 ____________________________________________________________________________
2562 [ 10659] By: jhi on 2001/06/17 13:45:48
2563 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
2564 From: Thomas Wegner <wegner_thomas@yahoo.com>
2565 Date: Sun, 17 Jun 2001 14:43:11 +0200
2566 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
2569 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
2570 ____________________________________________________________________________
2571 [ 10658] By: jhi on 2001/06/17 13:13:25
2572 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
2573 From: Jonathan Stowe <gellyfish@gellyfish.com>
2574 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
2575 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
2577 ! lib/ExtUtils/MM_Unix.pm
2578 ____________________________________________________________________________
2579 [ 10657] By: jhi on 2001/06/17 13:12:25
2580 Log: Subject: [PATCH] more anonymous stash cleanups
2581 From: Abhijit Menon-Sen <ams@wiw.org>
2582 Date: Sun, 17 Jun 2001 11:44:06 +0530
2583 Message-ID: <20010617114406.A25203@lustre.linux.in>
2586 ____________________________________________________________________________
2587 [ 10656] By: jhi on 2001/06/17 13:11:11
2588 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
2589 From: Abhijit Menon-Sen <ams@wiw.org>
2590 Date: Sun, 17 Jun 2001 08:02:59 +0530
2591 Message-ID: <20010617080259.A28776@lustre.linux.in>
2593 Subject: [PATCH #2/7] xhv_eiter
2594 From: Abhijit Menon-Sen <ams@wiw.org>
2595 Date: Sun, 17 Jun 2001 08:13:18 +0530
2596 Message-ID: <20010617081318.B28776@lustre.linux.in>
2598 Subject: [PATCH #3/7] xhv_fill
2599 From: Abhijit Menon-Sen <ams@wiw.org>
2600 Date: Sun, 17 Jun 2001 08:25:16 +0530
2601 Message-ID: <20010617082516.C28776@lustre.linux.in>
2603 Subject: [PATCH #4/7] xhv_keys
2604 From: Abhijit Menon-Sen <ams@wiw.org>
2605 Date: Sun, 17 Jun 2001 08:36:17 +0530
2606 Message-ID: <20010617083617.D28776@lustre.linux.in>
2608 Subject: [PATCH #5/7] xhv_max
2609 From: Abhijit Menon-Sen <ams@wiw.org>
2610 Date: Sun, 17 Jun 2001 08:39:48 +0530
2611 Message-ID: <20010617083948.E28776@lustre.linux.in>
2613 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
2614 From: Abhijit Menon-Sen <ams@wiw.org>
2615 Date: Sun, 17 Jun 2001 08:51:11 +0530
2616 Message-ID: <20010617085111.F28776@lustre.linux.in>
2619 ____________________________________________________________________________
2620 [ 10655] By: jhi on 2001/06/16 23:32:03
2621 Log: Update Changes.
2623 ! Changes patchlevel.h
2624 ____________________________________________________________________________
2625 [ 10654] By: jhi on 2001/06/16 23:18:37
2626 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
2627 From: Abhijit Menon-Sen <ams@wiw.org>
2628 Date: Sat, 16 Jun 2001 07:41:19 +0530
2629 Message-ID: <20010616074119.A24720@lustre.linux.in>
2631 ! hv.c perl.c vms/vmsish.h win32/win32.h
2632 ____________________________________________________________________________
2633 [ 10653] By: jhi on 2001/06/16 23:15:11
2634 Log: Document tests failing when threaded, since we now have more.
2636 ! pod/perl572delta.pod
2637 ____________________________________________________________________________
2638 [ 10652] By: jhi on 2001/06/16 23:12:19
2641 ! ext/Thread/Thread.xs
2642 ____________________________________________________________________________
2643 [ 10651] By: jhi on 2001/06/16 23:06:55
2644 Log: pthread_attr_setstacksize() isn't absolutely necessary
2645 to call, only iff THREAD_CREATE_NEEDS_STACK.
2647 ! ext/Thread/Thread.xs
2648 ____________________________________________________________________________
2649 [ 10650] By: jhi on 2001/06/16 22:58:48
2653 ____________________________________________________________________________
2654 [ 10649] By: jhi on 2001/06/16 22:47:40
2655 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
2656 (and INT64_MIN) brokenness.
2658 ! hints/darwin.sh perl.h
2659 ____________________________________________________________________________
2660 [ 10648] By: jhi on 2001/06/16 22:27:48
2661 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
2662 From: Nicholas Clark <nick@ccl4.org>
2663 Date: Sun, 17 Jun 2001 00:16:05 +0100
2664 Message-ID: <20010617001605.V98663@plum.flirble.org>
2666 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
2667 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2668 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
2669 ____________________________________________________________________________
2670 [ 10647] By: jhi on 2001/06/16 22:24:47
2671 Log: Add perlnetware to docs; regen toc; supply skeleton
2672 docs for some Memoize submodules.
2674 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
2675 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
2676 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
2677 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
2678 ! win32/Makefile win32/makefile.mk
2679 ____________________________________________________________________________
2680 [ 10646] By: jhi on 2001/06/16 22:06:52
2684 ____________________________________________________________________________
2685 [ 10645] By: jhi on 2001/06/16 21:47:00
2686 Log: Integrate Memoize 0.64. Few tweaks were required in
2687 the test scripts. Note that the speed and expire*
2688 tests take several dozen seconds to run.
2690 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2691 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
2692 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
2693 + lib/Memoize/README lib/Memoize/SDBM_File.pm
2694 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
2695 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
2696 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
2697 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
2698 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
2699 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
2700 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
2701 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
2702 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
2703 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
2704 ! MANIFEST t/lib/1_compile.t
2705 ____________________________________________________________________________
2706 [ 10644] By: jhi on 2001/06/16 20:35:49
2707 Log: Document the cross-compilation options.
2709 ! Cross/README INSTALL
2710 ____________________________________________________________________________
2711 [ 10643] By: jhi on 2001/06/16 19:46:38
2712 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
2714 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
2715 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
2716 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
2717 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
2718 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
2719 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
2720 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
2721 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
2722 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
2723 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
2724 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
2725 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
2726 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
2727 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
2728 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
2729 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
2730 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
2731 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
2732 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
2733 + lib/ExtUtils/MM_NW5.pm
2734 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
2735 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
2736 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
2737 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
2738 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
2739 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
2740 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
2741 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
2742 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
2743 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
2744 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
2745 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
2746 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
2747 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
2748 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
2749 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
2750 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
2751 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
2752 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
2753 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
2755 ____________________________________________________________________________
2756 [ 10642] By: jhi on 2001/06/16 19:16:04
2757 Log: Resort MANIFEST.
2760 ____________________________________________________________________________
2761 [ 10641] By: jhi on 2001/06/16 18:52:26
2762 Log: Integrate perlio.
2765 !> MANIFEST perlio.c perliol.h win32/makefile.mk
2766 ____________________________________________________________________________
2767 [ 10640] By: nick on 2001/06/16 18:38:31
2768 Log: Disable :win32 layer as default till I get it working
2771 ____________________________________________________________________________
2772 [ 10639] By: jhi on 2001/06/16 18:35:46
2773 Log: Try the new scheme by moving the Text::Abbrev test
2774 to a new place under lib.
2776 + lib/Text/Abbrev/t/abbrev.t
2779 ____________________________________________________________________________
2780 [ 10638] By: jhi on 2001/06/16 18:34:30
2781 Log: Make the code even more dynamical so that testname
2782 suffix length can change.
2784 ! lib/Test/Harness.pm t/TEST
2785 ____________________________________________________________________________
2786 [ 10637] By: jhi on 2001/06/16 18:16:28
2787 Log: Allow for deeper t/ and also a single test.pl.
2790 ____________________________________________________________________________
2791 [ 10636] By: jhi on 2001/06/16 18:13:59
2792 Log: #define fix from Nicholas Clark.
2794 ! ext/POSIX/POSIX.xs
2795 ____________________________________________________________________________
2796 [ 10635] By: jhi on 2001/06/16 17:50:43
2797 Log: Initialization is nice.
2799 ! lib/Test/Harness.pm
2800 ____________________________________________________________________________
2801 [ 10634] By: jhi on 2001/06/16 17:38:53
2802 Log: Make t/TEST and t/harness to test also the t/ tests
2803 under the main lib/ and ext/ directories. Fix Test::Harness
2804 to dynamically change the width of its "foo/bar....ok" output.
2806 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
2807 ____________________________________________________________________________
2808 [ 10633] By: jhi on 2001/06/16 16:58:57
2809 Log: Subject: [PATCH] Re: perl@10611
2810 From: Nicholas Clark <nick@ccl4.org>
2811 Date: Sat, 16 Jun 2001 16:52:47 +0100
2812 Message-ID: <20010616165247.O98663@plum.flirble.org>
2816 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
2817 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
2818 ____________________________________________________________________________
2819 [ 10632] By: nick on 2001/06/16 16:44:35
2820 Log: Work-in-progress win32 layer semi-functional, checking
2823 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
2824 ____________________________________________________________________________
2825 [ 10631] By: jhi on 2001/06/16 16:40:30
2826 Log: Subject: [PATCH] Re: perl@10611
2827 From: Nicholas Clark <nick@ccl4.org>
2828 Date: Sat, 16 Jun 2001 16:52:47 +0100
2829 Message-ID: <20010616165247.O98663@plum.flirble.org>
2831 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
2832 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
2833 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
2834 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
2835 ! lib/ExtUtils/Constant.pm
2836 ____________________________________________________________________________
2837 [ 10630] By: jhi on 2001/06/16 15:11:38
2838 Log: Metaconfig unit change for #10629.
2840 ! U/modified/Finish.U
2841 ____________________________________________________________________________
2842 [ 10629] By: jhi on 2001/06/16 15:11:10
2843 Log: The extraction changed directories.
2846 ____________________________________________________________________________
2847 [ 10628] By: jhi on 2001/06/16 14:59:38
2848 Log: Math::BigInt 1.35 from Tels.
2851 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2852 ! t/lib/bigfltpm.t t/lib/bigintpm.t
2853 ____________________________________________________________________________
2854 [ 10627] By: nick on 2001/06/16 14:54:52
2855 Log: Work in progress UNIX-side edit of win32 PerLIO layer
2858 ! perlio.c win32/makefile.mk
2859 ____________________________________________________________________________
2860 [ 10626] By: jhi on 2001/06/16 14:01:50
2861 Log: Subject: [PATCH 5.6.1] os2/diff-configure
2862 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2863 Date: Fri, 15 Jun 2001 01:19:36 -0400
2864 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
2866 Empty all of it because I think #10624 made even the
2867 last patch hunk unnecessary.
2869 ! os2/diff.configure
2870 ____________________________________________________________________________
2871 [ 10625] By: jhi on 2001/06/16 13:58:34
2872 Log: Metaconfig unit change for 10624.
2877 ____________________________________________________________________________
2878 [ 10624] By: jhi on 2001/06/16 13:58:13
2879 Log: Move the initialization of libnames to the beginning so
2880 that can one 'seed' it (as OS/2 does.)
2883 ____________________________________________________________________________
2884 [ 10623] By: jhi on 2001/06/16 13:47:54
2885 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
2886 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2887 Date: Fri, 15 Jun 2001 19:10:57 -0400
2888 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
2890 ! os2/OS2/REXX/DLL/DLL.pm
2891 ____________________________________________________________________________
2892 [ 10622] By: jhi on 2001/06/16 13:29:42
2893 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
2894 From: "Craig A. Berry" <craigberry@mac.com>
2895 Date: Fri, 15 Jun 2001 17:00:03 -0500
2896 Message-Id: <a05101007b750342599be@[172.16.52.1]>
2898 ! vms/descrip_mms.template
2899 ____________________________________________________________________________
2900 [ 10621] By: jhi on 2001/06/16 13:28:37
2901 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
2902 From: "Craig A. Berry" <craigberry@mac.com>
2903 Date: Fri, 15 Jun 2001 18:39:42 -0500
2904 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
2906 ! lib/File/Spec/VMS.pm t/lib/extutils.t
2907 ____________________________________________________________________________
2908 [ 10620] By: jhi on 2001/06/16 13:25:06
2909 Log: Integrate perlio.
2911 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
2912 !> t/io/utf8.t t/lib/io_scalar.t
2913 ____________________________________________________________________________
2914 [ 10619] By: nick on 2001/06/15 21:05:19
2915 Log: Generated files
2918 ____________________________________________________________________________
2919 [ 10618] By: nick on 2001/06/15 20:27:42
2920 Log: Fix open.pm to work via XS-implemented method calls rather
2921 than *open::layers variables which caused all the HV/AV hassle.
2923 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
2925 ____________________________________________________________________________
2926 [ 10617] By: jhi on 2001/06/15 18:50:53
2927 Log: Integrate perlio.
2929 !> lib/ExtUtils/Constant.pm
2930 ____________________________________________________________________________
2931 [ 10616] By: nick on 2001/06/15 18:46:47
2932 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
2934 ! lib/ExtUtils/Constant.pm
2935 ____________________________________________________________________________
2936 [ 10615] By: jhi on 2001/06/15 18:36:43
2937 Log: Integrate perlio.
2939 !> ext/Socket/Socket.xs
2940 ____________________________________________________________________________
2941 [ 10614] By: nick on 2001/06/15 18:33:37
2942 Log: MULTIPLICITY fix for Socket.xs
2944 ! ext/Socket/Socket.xs
2945 ____________________________________________________________________________
2946 [ 10613] By: jhi on 2001/06/15 16:34:06
2947 Log: Subject: Re: perl@10611
2948 From: Doug MacEachern <dougm@covalent.net>
2949 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
2950 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
2952 ! ext/Socket/Socket.xs
2953 ____________________________________________________________________________
2954 [ 10612] By: nick on 2001/06/15 16:14:38
2955 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
2957 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2958 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
2959 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
2960 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
2961 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2963 ____________________________________________________________________________
2964 [ 10611] By: jhi on 2001/06/15 14:29:04
2965 Log: Update Changes.
2967 ! Changes patchlevel.h
2968 ____________________________________________________________________________
2969 [ 10610] By: jhi on 2001/06/15 14:20:33
2970 Log: Upping the test count.
2973 ____________________________________________________________________________
2974 [ 10609] By: jhi on 2001/06/15 14:13:29
2975 Log: Integrate perlio.
2977 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2978 ____________________________________________________________________________
2979 [ 10608] By: jhi on 2001/06/15 14:12:31
2980 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
2981 From: andreas.koenig@anima.de (Andreas J. Koenig)
2982 Date: 15 Jun 2001 13:30:39 +0200
2983 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
2985 Record the grim history.
2988 ____________________________________________________________________________
2989 [ 10607] By: jhi on 2001/06/15 14:08:19
2990 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
2991 From: Brian McCauley <nobull@mail.com>
2992 Date: 15 Jun 2001 07:51:26 +0100
2993 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
2995 ! lib/File/Find.pm t/lib/filefind.t
2996 ____________________________________________________________________________
2997 [ 10606] By: nick on 2001/06/15 14:00:08
2998 Log: regen_config_h for Win32.
3000 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3001 ____________________________________________________________________________
3002 [ 10605] By: jhi on 2001/06/15 13:49:55
3003 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
3004 From: Peter Prymmer <pvhp@forte.com>
3005 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
3006 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
3008 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3009 ____________________________________________________________________________
3010 [ 10604] By: jhi on 2001/06/15 13:45:03
3011 Log: Some filesystems require writability for rename/unlink.
3014 ____________________________________________________________________________
3015 [ 10603] By: jhi on 2001/06/15 13:41:34
3016 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
3017 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3018 Date: Fri, 15 Jun 2001 12:08:53 +0200
3019 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
3022 ____________________________________________________________________________
3023 [ 10602] By: jhi on 2001/06/15 13:27:04
3024 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
3025 From: Mike Guy <mjtg@cam.ac.uk>
3026 Date: Fri, 15 Jun 2001 14:11:49 +0100
3027 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
3030 ____________________________________________________________________________
3031 [ 10601] By: jhi on 2001/06/15 13:21:18
3032 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
3033 From: Nicholas Clark <nick@ccl4.org>
3034 Date: Thu, 14 Jun 2001 23:52:56 +0100
3035 Message-ID: <20010614235256.G98663@plum.flirble.org>
3037 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3038 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3039 ____________________________________________________________________________
3040 [ 10600] By: jhi on 2001/06/15 13:16:56
3041 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
3042 From: Russ Allbery <rra@stanford.edu>
3043 Date: 14 Jun 2001 13:24:43 -0700
3044 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
3046 ! ext/GDBM_File/GDBM_File.pm
3047 ____________________________________________________________________________
3048 [ 10599] By: jhi on 2001/06/15 13:15:26
3049 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
3050 From: Nicholas Clark <nick@ccl4.org>
3051 Date: Thu, 14 Jun 2001 20:37:47 +0100
3052 Message-ID: <20010614203747.F98663@plum.flirble.org>
3054 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3056 ____________________________________________________________________________
3057 [ 10598] By: jhi on 2001/06/15 13:13:13
3058 Log: Integrate perlio.
3061 ____________________________________________________________________________
3062 [ 10597] By: nick on 2001/06/15 11:08:13
3063 Log: Check that HVs with HvNAME() != NULL are really stashes before
3064 treating them as such. Also be more defensive on the GvCV.
3065 Win32 fork and dprof now working again.
3068 ____________________________________________________________________________
3069 [ 10596] By: nick on 2001/06/15 10:11:20
3070 Log: Integrate mainline.
3073 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3074 !> Porting/config_H config_h.SH configure.com epoc/config.sh
3075 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
3076 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3077 !> vos/config.ga.h win32/config.bc win32/config.gc
3078 !> win32/config.vc win32/config_H.bc win32/config_H.gc
3079 !> win32/config_H.vc
3080 ____________________________________________________________________________
3081 [ 10595] By: nick on 2001/06/15 09:37:17
3082 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
3083 - Win32 (VC++) now builds but fails:
3084 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
3085 fork.t - No &___ENV_HV_NAME___::CLONE method ???
3086 write.t - open(...,"|-") not implemented on Win32
3089 ____________________________________________________________________________
3090 [ 10594] By: jhi on 2001/06/15 00:17:16
3091 Log: Integrate perlio.
3093 !> perlio.c win32/makefile.mk
3094 ____________________________________________________________________________
3095 [ 10593] By: jhi on 2001/06/15 00:16:44
3096 Log: Metaconfig unit changes for #10592.
3098 + U/modified/i_varhdr.U U/modified/startsh.U
3099 - U/a_dvisory/crosscompile.U U/target/Target.U
3100 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3101 ! U/compline/bitpbyte.U U/compline/byteorder.U
3102 ! U/compline/ccflags.U U/compline/charsize.U
3103 ! U/compline/d_casti32.U U/compline/d_castneg.U
3104 ! U/compline/d_closedir.U U/compline/d_fd_set.U
3105 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
3106 ! U/compline/d_keepsig.U U/compline/d_open3.U
3107 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
3108 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
3109 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
3110 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
3111 ! U/compline/doublesize.U U/compline/floatsize.U
3112 ! U/compline/nblock_io.U U/compline/orderlib.U
3113 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
3114 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
3115 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
3116 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
3117 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
3118 ! U/modified/spitshell.U U/threads/archname.U
3119 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3120 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
3121 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
3122 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
3123 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3124 Branch: metaconfig/U/perl
3126 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
3127 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
3128 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
3129 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
3130 ! stdio_streams.U uselfs.U
3131 ____________________________________________________________________________
3132 [ 10592] By: jhi on 2001/06/15 00:15:52
3133 Log: The first steps towards cross-compilation.
3135 Abstract execution of compiled test executables with $run,
3136 and abstract transfer of files with $to and $from.
3138 Under cross-compilation the $run, $to, and $from will point
3139 to appropriate wrapper scripts, by default ssh and scp,
3140 but also rsh, rcp, and cp are supported. If not
3141 cross-compiling, they will be set to '', ':', and ':',
3144 With these patches I was able to get Configure for
3145 iPAQ ARM Linux on an Intel Linux about 95% right
3146 (only a few tests failed to execute or they produced
3147 incorrect results), and I was able to compile
3148 a functional miniperl.
3150 The symbol crosscompile renamed to be usecrosscompile,
3151 the corresponding C symbol from CROSSCOMPILE to
3154 ! Configure Cross/README Makefile.SH Porting/Glossary
3155 ! Porting/config.sh Porting/config_H config_h.SH configure.com
3156 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
3157 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3158 ! vos/config.ga.def vos/config.ga.h win32/config.bc
3159 ! win32/config.gc win32/config.vc win32/config_H.bc
3160 ! win32/config_H.gc win32/config_H.vc
3161 ____________________________________________________________________________
3162 [ 10591] By: nick on 2001/06/14 20:00:12
3163 Log: Steps along the road toward Win32 building again.
3165 ! perlio.c win32/makefile.mk
3166 ____________________________________________________________________________
3167 [ 10590] By: jhi on 2001/06/14 16:11:11
3168 Log: Integrate perlio.
3170 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3171 ____________________________________________________________________________
3172 [ 10589] By: nick on 2001/06/14 13:54:07
3173 Log: Routine regen_config_h for Win32
3175 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3176 ____________________________________________________________________________
3177 [ 10588] By: jhi on 2001/06/14 12:30:46
3178 Log: Integrate perlio.
3181 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
3182 ____________________________________________________________________________
3183 [ 10587] By: jhi on 2001/06/14 12:23:24
3187 ____________________________________________________________________________
3188 [ 10586] By: nick on 2001/06/14 08:25:07
3189 Log: Add new step to run_byacc which:
3190 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
3191 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
3194 ! MANIFEST Makefile.SH perly.c
3195 ____________________________________________________________________________
3196 [ 10585] By: nick on 2001/06/14 08:22:29
3197 Log: Integrate mainline
3199 +> locale.c numeric.c
3200 !> Changes cygwin/Makefile.SHs embed.h embed.pl
3201 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
3202 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
3203 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
3205 ____________________________________________________________________________
3206 [ 10584] By: nick on 2001/06/14 08:05:53
3207 Log: Hack to remove insecure directories from PATH so test will run.
3210 ____________________________________________________________________________
3211 [ 10583] By: jhi on 2001/06/14 03:11:16
3212 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
3216 ____________________________________________________________________________
3217 [ 10582] By: jhi on 2001/06/14 03:04:51
3221 ____________________________________________________________________________
3222 [ 10581] By: jhi on 2001/06/14 03:03:14
3223 Log: de-$CONFIG continues.
3225 ! cygwin/Makefile.SHs x2p/Makefile.SH
3226 ____________________________________________________________________________
3227 [ 10580] By: jhi on 2001/06/13 23:56:59
3228 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
3229 From: Nicholas Clark <nick@ccl4.org>
3230 Date: Wed, 13 Jun 2001 21:20:13 +0100
3231 Message-ID: <20010613212013.D98663@plum.flirble.org>
3234 ____________________________________________________________________________
3235 [ 10579] By: jhi on 2001/06/13 23:55:29
3236 Log: Subject: splitting util.c
3237 From: Hugo <hv@crypt.compulink.co.uk>
3238 Date: Thu, 14 Jun 2001 00:41:08 +0100
3239 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
3241 + locale.c numeric.c
3242 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
3243 ! pod/perlapi.pod proto.h util.c
3244 ____________________________________________________________________________
3245 [ 10578] By: jhi on 2001/06/13 23:45:11
3246 Log: Upgrade to Math::BigInt 1.34 from Tels.
3249 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3250 ! t/lib/bigfltpm.t t/lib/bigintpm.t
3251 ____________________________________________________________________________
3252 [ 10577] By: nick on 2001/06/13 19:02:48
3253 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
3255 !> (integrate 125 files)
3256 ____________________________________________________________________________
3257 [ 10576] By: jhi on 2001/06/13 18:10:01
3258 Log: Update Changes.
3260 ! Changes patchlevel.h
3261 ____________________________________________________________________________
3262 [ 10575] By: jhi on 2001/06/13 18:05:09
3263 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
3264 From: "Craig A. Berry" <craigberry@mac.com>
3265 Date: Wed, 13 Jun 2001 13:24:28 -0500
3266 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
3268 ! ext/re/Makefile.PL
3269 ____________________________________________________________________________
3270 [ 10574] By: jhi on 2001/06/13 17:34:36
3271 Log: Mc.u.c. for #10573.
3273 ! U/threads/usethreads.U
3274 ____________________________________________________________________________
3275 [ 10573] By: jhi on 2001/06/13 17:34:00
3276 Log: It would be also be good if I could type.
3279 ____________________________________________________________________________
3280 [ 10572] By: jhi on 2001/06/13 17:26:29
3281 Log: Metaconfig unit change for #10571.
3283 ! U/threads/usethreads.U
3284 ____________________________________________________________________________
3285 [ 10571] By: jhi on 2001/06/13 17:26:05
3286 Log: A non-empty default is a good thing.
3289 ____________________________________________________________________________
3290 [ 10570] By: jhi on 2001/06/13 17:15:16
3291 Log: Metaconfig unit change for #10569.
3293 ! U/threads/usethreads.U
3294 ____________________________________________________________________________
3295 [ 10569] By: jhi on 2001/06/13 17:14:17
3296 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
3297 extremely experimental, not even prompted for.
3299 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3300 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
3301 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
3302 ! win32/config.bc win32/config.gc win32/config.vc
3303 ____________________________________________________________________________
3304 [ 10568] By: jhi on 2001/06/13 16:22:27
3305 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
3308 ____________________________________________________________________________
3309 [ 10567] By: jhi on 2001/06/13 16:20:23
3310 Log: Integrate perlio; conflicts, accept Nick's versions.
3312 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3313 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
3314 ____________________________________________________________________________
3315 [ 10566] By: jhi on 2001/06/13 16:17:42
3316 Log: Subject: Re: ext/ + -Wall
3317 From: Doug MacEachern <dougm@covalent.net>
3318 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
3319 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
3321 ! XSUB.h lib/ExtUtils/xsubpp perl.h
3322 ____________________________________________________________________________
3323 [ 10565] By: jhi on 2001/06/13 16:16:07
3324 Log: Similar logic as DB_File.xs, using the modern macros and
3325 defines them to older ones for older Perls where PERL_VERSION
3326 is not defined, from Doug MacEachern.
3328 ! ext/Storable/Storable.xs
3329 ____________________________________________________________________________
3330 [ 10564] By: nick on 2001/06/13 15:22:01
3331 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
3332 and using that instead (name lookups are sequential search for now).
3334 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3335 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
3336 ____________________________________________________________________________
3337 [ 10563] By: jhi on 2001/06/13 14:07:43
3338 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
3339 From: "Richard Soderberg" <rs@crystalflame.net>
3340 Date: Sat, 26 May 2001 06:44:20 -0700
3341 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
3344 ____________________________________________________________________________
3345 [ 10562] By: jhi on 2001/06/13 13:55:10
3346 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
3347 From: "Craig A. Berry" <craigberry@mac.com>
3348 Date: Tue, 12 Jun 2001 23:55:26 -0500
3349 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
3351 ! ext/re/Makefile.PL ext/re/re.xs
3352 ____________________________________________________________________________
3353 [ 10561] By: jhi on 2001/06/13 13:44:58
3354 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
3357 ! XSUB.h malloc.c perl.h
3358 ____________________________________________________________________________
3359 [ 10560] By: jhi on 2001/06/13 13:35:42
3363 ____________________________________________________________________________
3364 [ 10559] By: jhi on 2001/06/13 12:53:18
3365 Log: Subject: [patch] perl.gprof control
3366 From: Doug MacEachern <dougm@covalent.net>
3367 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
3368 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
3370 ! miniperlmain.c perl.h
3371 ____________________________________________________________________________
3372 [ 10558] By: jhi on 2001/06/13 12:51:47
3373 Log: Subject: Re: ext/ + -Wall
3374 From: Doug MacEachern <dougm@covalent.net>
3375 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
3376 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
3378 Document ax and break up dXSARGS.
3380 ! XSUB.h pod/perlapi.pod
3381 ____________________________________________________________________________
3382 [ 10557] By: jhi on 2001/06/13 12:39:55
3383 Log: More AIX tweakage from Merijn.
3386 ____________________________________________________________________________
3387 [ 10556] By: jhi on 2001/06/13 03:26:58
3388 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
3389 From: "Craig A. Berry" <craigberry@mac.com>
3390 Date: Tue, 12 Jun 2001 22:57:45 -0500
3391 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
3393 ! vms/descrip_mms.template
3394 ____________________________________________________________________________
3395 [ 10555] By: jhi on 2001/06/13 02:50:43
3396 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
3397 From: "Craig A. Berry" <craigberry@mac.com>
3398 Date: Tue, 12 Jun 2001 22:21:39 -0500
3399 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
3401 ! configure.com util.c
3402 ____________________________________________________________________________
3403 [ 10554] By: jhi on 2001/06/13 02:23:16
3404 Log: New AIX dynaloading code from Jens-Uwe Mager.
3405 Does break binary compatibility.
3407 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
3408 ____________________________________________________________________________
3409 [ 10553] By: jhi on 2001/06/13 02:10:16
3410 Log: VMS DEC C compiler found nits by Peter Prymmer.
3413 ____________________________________________________________________________
3414 [ 10552] By: jhi on 2001/06/13 01:36:12
3415 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
3416 From: Peter Prymmer <pvhp@forte.com>
3417 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
3418 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
3421 ____________________________________________________________________________
3422 [ 10551] By: jhi on 2001/06/13 01:26:53
3423 Log: I wonder how many $CONFIGs still lurk in the shadows.
3425 ! pod/Makefile.SH x2p/cflags.SH
3426 ____________________________________________________________________________
3427 [ 10550] By: jhi on 2001/06/13 01:25:12
3428 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
3431 ____________________________________________________________________________
3432 [ 10549] By: jhi on 2001/06/13 01:05:28
3433 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
3435 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
3436 ____________________________________________________________________________
3437 [ 10548] By: jhi on 2001/06/13 00:41:28
3438 Log: Subject: [patch] rid local_patches warnings
3439 From: Doug MacEachern <dougm@covalent.net>
3440 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
3441 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
3443 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
3444 ____________________________________________________________________________
3445 [ 10547] By: jhi on 2001/06/13 00:40:29
3446 Log: Subject: Re: ext/ + -Wall
3447 From: Doug MacEachern <dougm@covalent.net>
3448 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
3449 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
3451 ! ext/attrs/attrs.xs
3452 ____________________________________________________________________________
3453 [ 10546] By: jhi on 2001/06/13 00:39:06
3454 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
3455 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3456 Date: Tue, 12 Jun 2001 14:36:20 -0400
3457 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
3460 ____________________________________________________________________________
3461 [ 10545] By: jhi on 2001/06/13 00:38:02
3462 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
3463 From: Mike Guy <mjtg@cam.ac.uk>
3464 Date: Tue, 12 Jun 2001 19:10:31 +0100
3465 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
3467 Subject: Re: [ID 20010612.001] out of memory during regex compilation
3468 From: Mike Guy <mjtg@cam.ac.uk>
3469 Date: Tue, 12 Jun 2001 19:21:01 +0100
3470 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
3473 ____________________________________________________________________________
3474 [ 10544] By: jhi on 2001/06/13 00:34:39
3475 Log: AIX tweaks from Merijn H. Brand.
3478 ____________________________________________________________________________
3479 [ 10543] By: jhi on 2001/06/13 00:11:42
3480 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
3481 From: "Brendan O'Dea" <bod@compusol.com.au>
3482 Date: Wed, 13 Jun 2001 05:16:47 +1000
3483 Message-ID: <20010613051647.A8945@compusol.com.au>
3484 Branch: maint-5.6/perl
3485 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3486 ____________________________________________________________________________
3487 [ 10542] By: jhi on 2001/06/13 00:07:50
3488 Log: Subject: Small bcopy cleanup
3489 From: Andy Dougherty <doughera@lafayette.edu>
3490 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
3491 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
3493 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
3494 ____________________________________________________________________________
3495 [ 10541] By: jhi on 2001/06/13 00:05:18
3496 Log: Subject: [PATCH] Re: ext/ + -Wall
3497 From: Nicholas Clark <nick@ccl4.org>
3498 Date: Wed, 13 Jun 2001 00:04:30 +0100
3499 Message-ID: <20010613000430.M5901@plum.flirble.org>
3501 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3502 ____________________________________________________________________________
3503 [ 10540] By: jhi on 2001/06/13 00:02:25
3504 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
3505 From: Nicholas Clark <nick@ccl4.org>
3506 Date: Tue, 12 Jun 2001 23:53:07 +0100
3507 Message-ID: <20010612235307.L5901@plum.flirble.org>
3509 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3510 ____________________________________________________________________________
3511 [ 10539] By: jhi on 2001/06/12 23:59:10
3512 Log: MPE/iX tweaks from Mark Bixby.
3514 ! hints/mpeix.sh mpeix/mpeixish.h util.c
3515 ____________________________________________________________________________
3516 [ 10538] By: jhi on 2001/06/12 14:16:15
3517 Log: Update Changes.
3519 ! Changes patchlevel.h
3520 ____________________________________________________________________________
3521 [ 10537] By: jhi on 2001/06/12 14:11:26
3522 Log: One less -Wall whine (found under DEBUGGING).
3524 ! x2p/Makefile.SH x2p/a2p.c
3525 ____________________________________________________________________________
3526 [ 10536] By: jhi on 2001/06/12 13:32:09
3527 Log: s/case-independent/case-insensitive/g
3530 ____________________________________________________________________________
3531 [ 10535] By: jhi on 2001/06/12 13:27:28
3532 Log: As suggested in
3534 Subject: Re: ext/ + -Wall
3535 From: Gurusamy Sarathy <gsar@ActiveState.com>
3536 Date: Mon, 11 Jun 2001 23:34:31 -0700
3537 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
3539 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
3541 ____________________________________________________________________________
3542 [ 10534] By: jhi on 2001/06/12 13:13:27
3543 Log: Subject: ext/ + -Wall
3544 From: Doug MacEachern <dougm@covalent.net>
3545 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
3546 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
3548 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
3549 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
3550 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
3551 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
3552 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
3553 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
3554 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
3555 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
3556 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
3557 ! lib/ExtUtils/xsubpp
3558 ____________________________________________________________________________
3559 [ 10533] By: jhi on 2001/06/12 12:52:57
3560 Log: Subject: [PATCH] anonymous stashes
3561 From: Abhijit Menon-Sen <ams@wiw.org>
3562 Date: Tue, 12 Jun 2001 12:47:04 +0530
3563 Message-ID: <20010612124704.A29029@lustre.linux.in>
3565 ! dump.c gv.c sv.c xsutils.c
3566 ____________________________________________________________________________
3567 [ 10532] By: jhi on 2001/06/12 12:37:36
3568 Log: One more test for $^S.
3571 ____________________________________________________________________________
3572 [ 10531] By: jhi on 2001/06/12 12:35:02
3573 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
3574 From: Abhijit Menon-Sen <ams@wiw.org>
3575 Date: Tue, 12 Jun 2001 17:35:55 +0530
3576 Message-ID: <20010612173555.A32426@lustre.linux.in>
3579 ____________________________________________________________________________
3580 [ 10530] By: jhi on 2001/06/12 12:31:11
3581 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
3582 From: Mike Guy <mjtg@cam.ac.uk>
3583 Date: Tue, 12 Jun 2001 13:14:15 +0100
3584 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
3587 ____________________________________________________________________________
3588 [ 10529] By: jhi on 2001/06/12 12:21:06
3589 Log: AUTHORS updates.
3592 ____________________________________________________________________________
3593 [ 10528] By: jhi on 2001/06/12 12:19:47
3594 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
3595 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
3596 Content-Transfer-Encoding: 7bit
3597 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
3599 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
3600 ____________________________________________________________________________
3601 [ 10527] By: jhi on 2001/06/12 11:58:53
3602 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
3603 From: "Philip Newton" <Philip.Newton@gmx.net>
3604 Date: Mon, 11 Jun 2001 07:08:03 +0200
3605 Message-Id: <200106120802.LAA08992@taas.iki.fi>
3608 ____________________________________________________________________________
3609 [ 10526] By: jhi on 2001/06/12 01:35:34
3610 Log: Cleanup the a2p.c for -Wall.
3612 ! x2p/Makefile.SH x2p/a2p.c
3613 ____________________________________________________________________________
3614 [ 10525] By: jhi on 2001/06/12 01:10:56
3615 Log: File::Find update for MacOS from Chris Nandor.
3617 ! lib/File/Find.pm t/lib/filefind.t
3618 ____________________________________________________________________________
3619 [ 10524] By: jhi on 2001/06/12 00:29:20
3620 Log: gcc -Wall nits picked out by a non-UNIX system
3621 (courtesy of Mark Bixby)
3623 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
3624 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
3626 ____________________________________________________________________________
3627 [ 10523] By: jhi on 2001/06/11 22:34:03
3628 Log: Metaconfig unit change for #10522. (The d_modfl changes
3630 Branch: metaconfig/U/perl
3631 ! d_modfl.U d_u32align.U
3632 ____________________________________________________________________________
3633 [ 10522] By: jhi on 2001/06/11 22:33:00
3634 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
3635 be "./try 2>&1 >/dev/null".
3638 ____________________________________________________________________________
3639 [ 10521] By: jhi on 2001/06/11 19:49:54
3640 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
3641 From: "Craig A. Berry" <craigberry@mac.com>
3642 Date: Mon, 11 Jun 2001 14:00:32 -0500
3643 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
3646 ____________________________________________________________________________
3647 [ 10520] By: jhi on 2001/06/11 17:55:47
3648 Log: Move the full \p\P lists to perlunicode.
3650 ! pod/perlretut.pod pod/perlunicode.pod
3651 ____________________________________________________________________________
3652 [ 10519] By: jhi on 2001/06/11 17:10:00
3653 Log: VOS build tweak for 5.6.1 from Paul Green.
3654 Branch: maint-5.6/perl
3656 ____________________________________________________________________________
3657 [ 10518] By: jhi on 2001/06/11 17:07:03
3658 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
3659 From: "Craig A. Berry" <craigberry@mac.com>
3660 Date: Fri, 8 Jun 2001 18:08:18 -0500
3661 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
3664 ____________________________________________________________________________
3665 [ 10517] By: jhi on 2001/06/11 14:52:01
3666 Log: Update Changes.
3668 ! Changes patchlevel.h
3669 ____________________________________________________________________________
3670 [ 10516] By: jhi on 2001/06/11 14:46:33
3671 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
3673 ! vos/config.alpha.h vos/config.ga.h
3674 ____________________________________________________________________________
3675 [ 10515] By: jhi on 2001/06/11 14:39:05
3676 Log: VOS updates from Paul Green for @10476.
3678 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
3679 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3680 ! vos/config.ga.h vos/configure_perl.cm
3681 ____________________________________________________________________________
3682 [ 10514] By: jhi on 2001/06/11 12:58:43
3683 Log: Subject: [PATCH] Not many people know this ...
3684 From: Mike Guy <mjtg@cam.ac.uk>
3685 Date: Mon, 11 Jun 2001 14:55:15 +0100
3686 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
3689 ____________________________________________________________________________
3690 [ 10513] By: jhi on 2001/06/11 12:30:06
3691 Log: Add final commas to lists as suggested by Philip Newton.
3693 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3694 ____________________________________________________________________________
3695 [ 10512] By: jhi on 2001/06/11 12:28:49
3696 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
3697 Date: Sun, 10 Jun 2001 23:35:38 -0400
3698 From: Chris Nandor <pudge@pobox.com>
3699 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
3701 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
3702 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
3703 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
3704 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
3705 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
3706 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
3707 ! t/op/write.t t/pragma/strict.t
3708 ____________________________________________________________________________
3709 [ 10511] By: jhi on 2001/06/11 12:13:31
3710 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
3711 From: Chris Nandor <pudge@pobox.com>
3712 Date: Mon, 11 Jun 2001 08:24:28 -0400
3713 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
3715 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
3717 ____________________________________________________________________________
3718 [ 10510] By: jhi on 2001/06/11 12:03:16
3719 Log: One more run_byacc (a hand-tweaked version had slipped in).
3721 ! perly.c vms/perly_c.vms
3722 ____________________________________________________________________________
3723 [ 10509] By: nick on 2001/06/11 07:49:15
3724 Log: Integrate mainline
3726 !> Makefile.SH embed.h embed.pl global.sym
3727 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
3728 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
3729 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
3730 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
3731 ____________________________________________________________________________
3732 [ 10508] By: jhi on 2001/06/10 22:38:05
3733 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
3734 From: Mike Guy <mjtg@cam.ac.uk>
3735 Reply-To: mjtg@cam.ac.uk
3736 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
3738 ! lib/ExtUtils/Manifest.pm
3739 ____________________________________________________________________________
3740 [ 10507] By: jhi on 2001/06/10 22:37:16
3741 Log: Subject: [PATCH] ExtUtils::Constant
3742 From: Nicholas Clark <nick@ccl4.org>
3743 Date: Sun, 10 Jun 2001 23:25:41 +0100
3744 Message-ID: <20010610232540.C76396@plum.flirble.org>
3746 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3747 ____________________________________________________________________________
3748 [ 10506] By: jhi on 2001/06/10 20:57:20
3749 Log: Integrate perlio.
3752 ____________________________________________________________________________
3753 [ 10505] By: jhi on 2001/06/10 18:37:57
3754 Log: Move the grok_number and its lieutenant grok_numeric_radix
3755 from sv.c statics to util.c and public.
3757 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
3758 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
3759 ____________________________________________________________________________
3760 [ 10504] By: nick on 2001/06/10 17:47:06
3761 Log: Fix (valid) -Wall warnings in perlio.c
3764 ____________________________________________________________________________
3765 [ 10503] By: jhi on 2001/06/10 17:38:28
3766 Log: Update perly_c.diff, update perly.fixer to edit away
3767 some of the -Wall noise.
3769 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
3770 ____________________________________________________________________________
3771 [ 10502] By: jhi on 2001/06/10 17:09:42
3772 Log: Check the version of byacc.
3775 ____________________________________________________________________________
3776 [ 10501] By: jhi on 2001/06/10 17:00:08
3777 Log: Subject: [PATCH] perly.y overhaul
3778 From: Simon Cozens <simon@netthink.co.uk>
3779 Date: Sun, 10 Jun 2001 16:56:54 +0100
3780 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
3782 Plus make run_byacc.
3784 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
3785 ____________________________________________________________________________
3786 [ 10500] By: jhi on 2001/06/10 16:07:28
3787 Log: Integrate perlio.
3789 !> perlio.c perlsfio.h
3790 ____________________________________________________________________________
3791 [ 10499] By: nick on 2001/06/10 15:01:08
3792 Log: Integrate mainline
3794 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
3795 !> t/pragma/locale.t util.c
3796 ____________________________________________________________________________
3797 [ 10498] By: jhi on 2001/06/10 13:49:23
3798 Log: Put some meat on the perl572delta bones. The list of
3799 selected bug fixes needs more work, as does still the
3802 ! pod/perl572delta.pod
3803 ____________________________________________________________________________
3804 [ 10497] By: nick on 2001/06/10 12:27:51
3805 Log: Paper over a crack or two with USE_SFIO
3807 ! perlio.c perlsfio.h
3808 ____________________________________________________________________________
3809 [ 10496] By: jhi on 2001/06/10 11:04:22
3810 Log: Update Changes.
3812 ! Changes patchlevel.h
3813 ____________________________________________________________________________
3814 [ 10495] By: jhi on 2001/06/10 10:55:34
3815 Log: Subject: Re: pragma/locale.t #107
3816 From: Hugo <hv@crypt.compulink.co.uk>
3817 Date: Sun, 10 Jun 2001 11:23:30 +0100
3818 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
3820 Encapsulate the scan of the decimal radix separator.
3822 ! embed.h embed.pl proto.h sv.c
3823 ____________________________________________________________________________
3824 [ 10494] By: jhi on 2001/06/10 03:00:17
3825 Log: Try to grok numbers both with the locale specific separator
3826 and with the usual "." (if different from the lss); add a test
3827 to locale.t to do also a little bit of math in addition to just
3828 equalness testing; remove extraneous logic as suggested in
3830 Subject: Re: pragma/locale.t #107
3831 From: Nicholas Clark <nick@ccl4.org>
3832 Date: Sat, 9 Jun 2001 22:37:36 +0100
3833 Message-ID: <20010609223735.Y76396@plum.flirble.org>
3835 ! sv.c t/pragma/locale.t
3836 ____________________________________________________________________________
3837 [ 10493] By: jhi on 2001/06/10 01:25:23
3838 Log: Metaconfig unit change for #10492.
3839 Branch: metaconfig/U/perl
3841 ____________________________________________________________________________
3842 [ 10492] By: jhi on 2001/06/10 01:23:59
3843 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
3844 From: Artur Bergman <artur@contiller.se>
3845 Date: Sat, 09 Jun 2001 21:03:51 +0200
3846 Message-ID: <B7483FB6.1398%artur@contiller.se>
3849 ____________________________________________________________________________
3850 [ 10491] By: jhi on 2001/06/10 01:15:40
3851 Log: Integrate perlio.
3854 ____________________________________________________________________________
3855 [ 10490] By: jhi on 2001/06/10 01:08:26
3856 Log: Do locale specific separator if only in locale.
3859 ____________________________________________________________________________
3860 [ 10489] By: nick on 2001/06/09 19:13:25
3861 Log: Make XS/Typemap compile (but fail) with sfio
3864 ____________________________________________________________________________
3865 [ 10488] By: nick on 2001/06/09 19:12:51
3866 Log: Re-integrate mainline
3868 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
3869 !> proto.h sv.c util.c
3870 ____________________________________________________________________________
3871 [ 10487] By: nick on 2001/06/09 16:26:29
3872 Log: Integrate mainline
3874 !> (integrate 31 files)
3875 ____________________________________________________________________________
3876 [ 10486] By: jhi on 2001/06/09 16:11:51
3877 Log: Subject: [PATCH] New attempt to clone callack
3878 From: Artur Bergman <artur@contiller.se>
3879 Date: Thu, 07 Jun 2001 11:52:16 +0200
3880 Message-ID: <B7451B6F.12B7%artur@contiller.se>
3882 ! embedvar.h intrpvar.h perlapi.h sv.c
3883 ____________________________________________________________________________
3884 [ 10485] By: jhi on 2001/06/09 15:23:52
3885 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
3887 ! embed.h embed.pl perl.h proto.h sv.c util.c
3888 ____________________________________________________________________________
3889 [ 10484] By: jhi on 2001/06/09 14:47:25
3890 Log: Subject: Re: pragma/locale.t #107
3891 From: Nicholas Clark <nick@ccl4.org>
3892 Date: Sat, 9 Jun 2001 16:26:10 +0100
3893 Message-ID: <20010609162609.V76396@plum.flirble.org>
3895 A missing NVification.
3898 ____________________________________________________________________________
3899 [ 10483] By: jhi on 2001/06/08 19:40:32
3900 Log: Redo the #10482, there already was a test script for formats.
3903 ! MANIFEST t/op/write.t
3904 ____________________________________________________________________________
3905 [ 10482] By: jhi on 2001/06/08 19:34:45
3906 Log: Twisted format testing, from Merijn.
3910 ____________________________________________________________________________
3911 [ 10481] By: jhi on 2001/06/08 19:21:56
3912 Log: More \p{In...} testing, combined with \N{...}.
3914 ! lib/utf8_heavy.pl t/op/pat.t
3915 ____________________________________________________________________________
3916 [ 10480] By: jhi on 2001/06/08 14:16:06
3917 Log: Metaconfig changes for #10479.
3920 Branch: metaconfig/U/perl
3922 ____________________________________________________________________________
3923 [ 10479] By: jhi on 2001/06/08 14:15:32
3924 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
3926 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3927 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
3928 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
3929 ! win32/config.bc win32/config.gc win32/config.vc
3930 ____________________________________________________________________________
3931 [ 10478] By: jhi on 2001/06/08 12:20:41
3932 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
3933 From: "Craig A. Berry" <craigberry@mac.com>
3934 Date: Thu, 7 Jun 2001 14:27:20 -0500
3935 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
3938 ____________________________________________________________________________
3939 [ 10477] By: jhi on 2001/06/08 12:19:00
3940 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
3941 From: Gisle Aas <gisle@ActiveState.com>
3942 Date: 07 Jun 2001 17:04:29 -0700
3943 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
3946 ____________________________________________________________________________
3947 [ 10476] By: jhi on 2001/06/08 01:35:42
3948 Log: Update Changes.
3950 ! Changes patchlevel.h
3951 ____________________________________________________________________________
3952 [ 10475] By: jhi on 2001/06/08 00:53:45
3953 Log: Regen Glossary et alia.
3955 ! Porting/Glossary Porting/config.sh Porting/config_H
3956 ____________________________________________________________________________
3957 [ 10474] By: jhi on 2001/06/07 22:06:38
3958 Log: Metaconfig unit changes for #10473.
3959 Branch: metaconfig/U/perl
3961 ____________________________________________________________________________
3962 [ 10473] By: jhi on 2001/06/07 22:06:16
3963 Log: Harumph, also AIX will spill its guts (i.e. dump core)
3964 if an executable contains modfl() but it hasn't been
3965 compiled right (in the case of AIX, with cc -qlongdouble).
3968 ____________________________________________________________________________
3969 [ 10472] By: gsar on 2001/06/07 20:04:28
3970 Log: integrate change#10471 from mainline
3972 in change#10451, check that CvOUTSIDE is a CV before looking in
3973 (it can apparently be SVt_NULL during global destruction)
3974 Branch: maint-5.6/perl
3976 ____________________________________________________________________________
3977 [ 10471] By: gsar on 2001/06/07 20:01:31
3978 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
3979 (it can apparently be SVt_NULL during global destruction)
3982 ____________________________________________________________________________
3983 [ 10470] By: jhi on 2001/06/07 12:17:51
3984 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
3985 From: Robin Barker <rmb1@cise.npl.co.uk>
3986 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
3987 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
3989 ! lib/diagnostics.pm pod/perldiag.pod
3990 ____________________________________________________________________________
3991 [ 10469] By: jhi on 2001/06/07 12:16:12
3992 Log: Subject: [PATCH perl@10439] long =item
3993 From: Robin Barker <rmb1@cise.npl.co.uk>
3994 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
3995 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
3997 ! README.amiga lib/Attribute/Handlers.pm
3998 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
3999 ____________________________________________________________________________
4000 [ 10468] By: jhi on 2001/06/07 12:08:56
4001 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
4002 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
4003 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
4004 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
4007 ____________________________________________________________________________
4008 [ 10467] By: jhi on 2001/06/07 12:04:26
4009 Log: Integrate perlio.
4012 ____________________________________________________________________________
4013 [ 10466] By: nick on 2001/06/07 10:25:40
4014 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
4016 Still coredumps in pragma/overload.t - what a nice hard fail that is...
4019 ____________________________________________________________________________
4020 [ 10465] By: nick on 2001/06/07 08:41:58
4021 Log: Raw integrate of mainline for S_grok_number debug
4022 (sv.c has MULTIPLICITY issues as well as whatever else ...)
4024 - plan9/perlplan9.doc plan9/perlplan9.pod
4025 !> (integrate 46 files)
4026 ____________________________________________________________________________
4027 [ 10464] By: jhi on 2001/06/06 23:33:58
4028 Log: The proper prototyping for #10463.
4030 ! embed.h embed.pl proto.h sv.c
4031 ____________________________________________________________________________
4032 [ 10463] By: jhi on 2001/06/06 23:15:30
4033 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
4034 From: Nicholas Clark <nick@ccl4.org>
4035 Date: Thu, 7 Jun 2001 00:29:59 +0100
4036 Message-ID: <20010607002959.Z76396@plum.flirble.org>
4039 ____________________________________________________________________________
4040 [ 10462] By: jhi on 2001/06/06 23:13:19
4041 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
4042 From: "Craig A. Berry" <craigberry@mac.com>
4043 Date: Wed, 06 Jun 2001 17:54:30 -0500
4044 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
4047 ____________________________________________________________________________
4048 [ 10461] By: jhi on 2001/06/06 23:10:00
4049 Log: Podify the remaining README.platform files;
4050 merge README.plan9 and plan9/perlplan9.pod;
4051 delete plan9/perlplan9.* (the perlplan.doc needs to
4052 be regenerated in Plan 9); make the =head1 and =head2
4053 in the README.platform to be a little more verbose
4054 (skipped README.os2 not to anger Ilya) so that they
4055 look better in the toc; regen toc.
4057 - plan9/perlplan9.doc plan9/perlplan9.pod
4058 ! MANIFEST README.aix README.amiga README.apollo README.beos
4059 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
4060 ! README.hpux README.hurd README.machten README.macos
4061 ! README.micro README.mint README.mpeix README.os390
4062 ! README.plan9 README.qnx README.solaris README.threads
4063 ! README.tru64 README.vmesa README.vms README.vos README.win32
4064 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
4065 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4066 ____________________________________________________________________________
4067 [ 10460] By: jhi on 2001/06/06 20:58:53
4068 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
4069 From: Mike Guy <mjtg@cam.ac.uk>
4070 Reply-To: mjtg@cam.ac.uk
4071 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
4074 ____________________________________________________________________________
4075 [ 10459] By: jhi on 2001/06/06 20:58:15
4076 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
4077 From: Mike Guy <mjtg@cam.ac.uk>
4078 Reply-To: mjtg@cam.ac.uk
4079 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
4082 ____________________________________________________________________________
4083 [ 10458] By: jhi on 2001/06/06 20:56:04
4084 Log: Disable long doubles from pre-5.0 Tru64s.
4086 ! README.tru64 hints/dec_osf.sh
4087 ____________________________________________________________________________
4088 [ 10457] By: jhi on 2001/06/06 20:49:23
4089 Log: The #10455 exposed that modfl() is fundamentally busted
4090 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
4094 ____________________________________________________________________________
4095 [ 10456] By: jhi on 2001/06/06 20:48:35
4096 Log: Metaconfig unit change for #10455.
4097 Branch: metaconfig/U/perl
4099 ____________________________________________________________________________
4100 [ 10455] By: jhi on 2001/06/06 20:48:09
4101 Log: Configure check for geborken modfl(), inspired by
4103 Subject: Re: [20010118.017] op/int.t failure
4104 From: Hugo <hv@crypt.compulink.co.uk>
4105 Date: Tue, 05 Jun 2001 13:43:27 +0100
4106 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
4109 ____________________________________________________________________________
4110 [ 10454] By: jhi on 2001/06/06 11:45:08
4111 Log: Integrate changes #10450 and #10451 from maintperl:
4113 optimize change#10448 slightly (don't repeat search in eval""s lexical
4114 scope, since that has already been searched)
4116 change#9108 needs subtler treatment for case of closures created
4120 ____________________________________________________________________________
4121 [ 10453] By: jhi on 2001/06/06 11:42:10
4122 Log: MakeMaker magic to compile (when no dynamic loading)
4123 List/Util.xsc as (ListUtil.c and) ListUtil.o since
4124 POSIX-BC (BS2000) linker has an evil limitation of
4125 being unable to include in the same executable several
4126 object files with the same name - case-insensitively -
4127 because otherwise we conflict with util.c.
4128 Strictly speaking currently required only in POSIX-BC
4129 but probably will do no harm elsewhere where static
4130 linking is required.
4132 ! ext/List/Util/Makefile.PL
4133 ____________________________________________________________________________
4134 [ 10452] By: nick on 2001/06/06 08:59:51
4135 Log: Integrate mainline.
4137 +> lib/Attribute/Handlers/demo/Demo.pm
4138 +> lib/Attribute/Handlers/demo/Descriptions.pm
4139 +> lib/Attribute/Handlers/demo/MyClass.pm
4140 +> lib/Attribute/Handlers/demo/demo.pl
4141 +> lib/Attribute/Handlers/demo/demo2.pl
4142 +> lib/Attribute/Handlers/demo/demo3.pl
4143 +> lib/Attribute/Handlers/demo/demo4.pl
4144 +> lib/Attribute/Handlers/demo/demo_call.pl
4145 +> lib/Attribute/Handlers/demo/demo_chain.pl
4146 +> lib/Attribute/Handlers/demo/demo_cycle.pl
4147 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
4148 +> lib/Attribute/Handlers/demo/demo_phases.pl
4149 +> lib/Attribute/Handlers/demo/demo_range.pl
4150 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
4151 +> uts/strtol_wrap.c
4152 !> (integrate 91 files)
4153 ____________________________________________________________________________
4154 [ 10451] By: gsar on 2001/06/06 07:11:36
4155 Log: change#9108 needs subtler treatment for case of closures created
4157 Branch: maint-5.6/perl
4159 ____________________________________________________________________________
4160 [ 10450] By: gsar on 2001/06/06 05:47:25
4161 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
4162 scope, since that has already been searched)
4163 Branch: maint-5.6/perl
4165 ____________________________________________________________________________
4166 [ 10449] By: jhi on 2001/06/06 01:33:31
4167 Log: Integrate change #10448 from maintperl; lexicals
4168 outside an eval"" weren't resolved correctly inside a subroutine
4169 definition inside the eval"" if they were not already referenced
4170 in the toplevel of the eval""-ed code
4172 !> cop.h op.c pp_ctl.c t/op/misc.t
4173 ____________________________________________________________________________
4174 [ 10448] By: gsar on 2001/06/06 01:03:26
4175 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
4176 outside an eval"" weren't resolved correctly inside a subroutine
4177 definition inside the eval"" if they were not already referenced
4178 in the toplevel of the eval""-ed code
4179 Branch: maint-5.6/perl
4180 ! cop.h op.c pp_ctl.c t/op/misc.t
4181 ____________________________________________________________________________
4182 [ 10447] By: jhi on 2001/06/06 00:51:04
4183 Log: Subject: [PATCH] perl570delta.pod
4184 From: Peter Scott <Peter@PSDT.com>
4185 Date: Tue, 05 Jun 2001 18:51:02 -0700
4186 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
4188 ! pod/perl570delta.pod
4189 ____________________________________________________________________________
4190 [ 10446] By: jhi on 2001/06/05 23:45:05
4191 Log: The fudge factor is no more needed. I hope.
4194 ____________________________________________________________________________
4195 [ 10445] By: jhi on 2001/06/05 23:19:19
4196 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
4197 From: Hugo <hv@crypt.compulink.co.uk>
4198 Date: Tue, 05 Jun 2001 12:58:19 +0100
4199 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
4202 ____________________________________________________________________________
4203 [ 10444] By: jhi on 2001/06/05 11:09:01
4204 Log: Make up prototypes only for those who have the functions
4205 but not the prototypes.
4208 ____________________________________________________________________________
4209 [ 10443] By: jhi on 2001/06/05 11:02:13
4210 Log: Subject: Re: Not OK: perl@10439 on win32
4211 From: Prymmer/Kahn <pvhp@best.com>
4212 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
4213 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
4216 ____________________________________________________________________________
4217 [ 10442] By: jhi on 2001/06/05 00:55:46
4218 Log: The metaconfig units changes for #10441.
4220 ! U/modified/Extract.U U/modified/Extractall.U
4221 ! U/modified/Finish.U
4222 ____________________________________________________________________________
4223 [ 10441] By: jhi on 2001/06/05 00:55:17
4224 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
4227 ____________________________________________________________________________
4228 [ 10440] By: jhi on 2001/06/05 00:28:27
4229 Log: Unnecessary fuzziness undone, noted by Mike Guy.
4232 ____________________________________________________________________________
4233 [ 10439] By: jhi on 2001/06/04 17:14:31
4234 Log: Update Changes.
4236 ! Changes patchlevel.h
4237 ____________________________________________________________________________
4238 [ 10438] By: jhi on 2001/06/04 17:10:16
4239 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
4240 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
4244 ____________________________________________________________________________
4245 [ 10437] By: jhi on 2001/06/04 17:01:06
4246 Log: Test case for #10433/#10424.
4249 ____________________________________________________________________________
4250 [ 10436] By: jhi on 2001/06/04 16:54:21
4251 Log: Subject: One fix for strtoul not setting errno
4252 From: hom00@utsglobal.com (Hal Morris)
4253 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
4254 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
4257 ! MANIFEST hints/uts.sh
4258 ____________________________________________________________________________
4259 [ 10435] By: jhi on 2001/06/04 16:54:01
4260 Log: Metaconfig units changes for #10434.
4262 ! U/modified/Cppsym.U
4263 Branch: metaconfig/U/perl
4264 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
4265 + d_syscallproto.U d_usleepproto.U
4266 ! longdblfio.U quadfio.U
4267 ____________________________________________________________________________
4268 [ 10434] By: jhi on 2001/06/04 16:48:33
4269 Log: Configure tweaks; add prototype probes, make the cpp symbols
4270 probe to cast, not whine; test for %Ld and %Lf before %lld and
4271 %llf because the L is the ANSI way.
4273 ! Configure config_h.SH configure.com epoc/config.sh
4274 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
4275 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4276 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
4277 ____________________________________________________________________________
4278 [ 10433] By: jhi on 2001/06/04 16:45:23
4279 Log: Sigh. This is what #10424 was supposed to check in.
4282 ____________________________________________________________________________
4283 [ 10432] By: jhi on 2001/06/04 16:29:40
4284 Log: More verbose failure.
4287 ____________________________________________________________________________
4288 [ 10431] By: jhi on 2001/06/04 16:21:55
4289 Log: The .pm changes to go with #10428.
4291 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
4292 ! ext/Sys/Syslog/Syslog.pm
4293 ____________________________________________________________________________
4294 [ 10430] By: jhi on 2001/06/04 16:05:20
4295 Log: On second thoughts show to utf8 skippage message only
4296 on failures, it's too confusing otherwise,
4299 ____________________________________________________________________________
4300 [ 10429] By: jhi on 2001/06/04 14:47:50
4301 Log: Do not import anything from Encode.
4303 ! ext/MIME/Base64/QuotedPrint.pm
4304 ____________________________________________________________________________
4305 [ 10428] By: jhi on 2001/06/04 14:45:47
4306 Log: The #10402 didn't take. Weird.
4308 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
4309 ! ext/Sys/Syslog/Syslog.xs
4310 ____________________________________________________________________________
4311 [ 10427] By: jhi on 2001/06/04 12:55:39
4312 Log: Eradicate traces of 'asciirange' re subpragma.
4314 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
4316 ____________________________________________________________________________
4317 [ 10426] By: jhi on 2001/06/04 12:44:05
4318 Log: use is a compile-time thing.
4320 ! ext/MIME/Base64/QuotedPrint.pm
4321 ____________________________________________________________________________
4322 [ 10425] By: jhi on 2001/06/04 12:39:44
4323 Log: Subject: [PATCH perl@10419] -Wall casting patch
4324 From: Robin Barker <rmb1@cise.npl.co.uk>
4325 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
4326 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
4328 ! ext/Devel/DProf/DProf.xs mg.c
4329 ____________________________________________________________________________
4330 [ 10424] By: jhi on 2001/06/04 12:23:30
4331 Log: Subject: [PATCH #2] introducing SVpad_TYPED
4332 From: Abhijit Menon-Sen <ams@wiw.org>
4333 Date: Mon, 4 Jun 2001 12:26:02 +0530
4334 Message-ID: <20010604122602.A5775@lustre.linux.in>
4337 ____________________________________________________________________________
4338 [ 10423] By: gsar on 2001/06/04 05:12:18
4339 Log: testsuite for change#10192 (from Gisle Aas)
4343 ____________________________________________________________________________
4344 [ 10422] By: gsar on 2001/06/04 02:32:03
4345 Log: integrate changes#10414-10416 from mainline
4347 Potential buffer overrun if the radix separator is more than
4348 one byte. Also, under locales, prefer the locale-specific
4349 separator over the old boring ".".
4351 "10.", that is, decimal numbers can have no decimal part at all.
4353 The non-locale places need love, too.
4354 Branch: maint-5.6/perl
4356 ____________________________________________________________________________
4357 [ 10421] By: jhi on 2001/06/04 02:25:53
4358 Log: Missed from #10420.
4361 ____________________________________________________________________________
4362 [ 10420] By: jhi on 2001/06/04 02:19:58
4363 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
4364 often this prototype goes with HAS_SETRESUID_PROTO.
4366 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4367 ! config_h.SH configure.com perl.h uconfig.h
4368 ____________________________________________________________________________
4369 [ 10419] By: jhi on 2001/06/04 00:24:55
4370 Log: Update Changes.
4372 ! Changes patchlevel.h
4373 ____________________________________________________________________________
4374 [ 10418] By: jhi on 2001/06/03 23:58:04
4375 Log: -Wall "subscript has type `char'" cleanup.
4377 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
4378 ____________________________________________________________________________
4379 [ 10417] By: jhi on 2001/06/03 23:37:17
4380 Log: Various "cast to pointer from integer of different size"
4381 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
4382 wide but I32 (int) only 32 bits wide).
4384 WARNING: the classnum and tagnum changes in Storable.xs
4385 may not be wise, they may be breaking binary compatibility
4386 (in 64-bit platforms), asked Raphael Manfredi about the changes.
4388 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
4390 ____________________________________________________________________________
4391 [ 10416] By: jhi on 2001/06/03 23:15:24
4392 Log: The non-locale places need love, too.
4395 ____________________________________________________________________________
4396 [ 10415] By: jhi on 2001/06/03 23:10:55
4397 Log: "10.", that is, decimal numbers can have no decimal part at all.
4400 ____________________________________________________________________________
4401 [ 10414] By: jhi on 2001/06/03 22:49:55
4402 Log: Potential buffer overrun if the radix separator is more than
4403 one byte. Also, under locales, prefer the locale-specific
4404 separator over the old boring ".".
4407 ____________________________________________________________________________
4408 [ 10413] By: jhi on 2001/06/03 22:42:10
4409 Log: Integrate change #10412 from maintperl; locale is now
4410 per-cop, not per-op; plus retweak the locale.t to always
4411 list the skipped utf8 locales.
4414 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
4415 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
4416 ____________________________________________________________________________
4417 [ 10412] By: gsar on 2001/06/03 22:23:16
4418 Log: rationalize locale handling to fix the bugs uncovered by change#10394
4420 the major issue was that the runtime was looking at PL_hints rather
4421 than op_private to notice whether locale was enabled
4423 the secondary issue was that many locale-sensitive numeric ops didn't
4424 have HINT_LOCALE propagated into their op_private
4426 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
4427 instead of per-op, just like HINT_BYTE and the hints for lexical
4428 warnings (this makes the hint available to every op via PL_curcop)
4430 pragma/locale.t may need to be reworked with these fixes in mind
4431 (it currently passes its tests)
4432 Branch: maint-5.6/perl
4433 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
4434 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
4435 ____________________________________________________________________________
4436 [ 10411] By: jhi on 2001/06/03 17:50:49
4437 Log: More verbose debugging.
4440 ____________________________________________________________________________
4441 [ 10410] By: jhi on 2001/06/03 17:36:40
4442 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
4443 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4444 Date: Sat, 2 Jun 2001 22:53:33 +0100
4445 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
4447 ! regcomp.c t/pragma/warn/regcomp
4448 ____________________________________________________________________________
4449 [ 10409] By: jhi on 2001/06/03 17:27:13
4450 Log: Mention that lexicalizing $a or $b is a bad idea if one
4451 wants to use sort().
4454 ____________________________________________________________________________
4455 [ 10408] By: jhi on 2001/06/03 16:52:41
4456 Log: Tweak the test to be happy if the accuracy is 'good enough'.
4459 ____________________________________________________________________________
4460 [ 10407] By: jhi on 2001/06/03 16:50:33
4461 Log: Upgrade to Attribute::Handlers 0.70.
4463 NOTE: this unearthed the "too late for CHECK block" bug,
4464 that's why the 1_compile.t change.
4466 + lib/Attribute/Handlers/demo/Demo.pm
4467 + lib/Attribute/Handlers/demo/Descriptions.pm
4468 + lib/Attribute/Handlers/demo/MyClass.pm
4469 + lib/Attribute/Handlers/demo/demo.pl
4470 + lib/Attribute/Handlers/demo/demo2.pl
4471 + lib/Attribute/Handlers/demo/demo3.pl
4472 + lib/Attribute/Handlers/demo/demo4.pl
4473 + lib/Attribute/Handlers/demo/demo_call.pl
4474 + lib/Attribute/Handlers/demo/demo_chain.pl
4475 + lib/Attribute/Handlers/demo/demo_cycle.pl
4476 + lib/Attribute/Handlers/demo/demo_hashdir.pl
4477 + lib/Attribute/Handlers/demo/demo_phases.pl
4478 + lib/Attribute/Handlers/demo/demo_range.pl
4479 + lib/Attribute/Handlers/demo/demo_rawdata.pl
4480 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
4482 ____________________________________________________________________________
4483 [ 10406] By: jhi on 2001/06/03 16:40:03
4484 Log: One less -Wall whine.
4487 ____________________________________________________________________________
4488 [ 10405] By: jhi on 2001/06/03 16:30:34
4489 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
4492 ____________________________________________________________________________
4493 [ 10404] By: gsar on 2001/06/03 16:23:07
4494 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
4495 aren't "normally" visible inside eval""s contained in subs unless
4496 a cloned reference to them already exists)
4498 strangely enough, t/harness did show this up as a failure (harness
4500 Branch: maint-5.6/perl
4502 ____________________________________________________________________________
4503 [ 10403] By: jhi on 2001/06/03 16:22:59
4504 Log: Update to Text::Balanced 1.85.
4506 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
4507 ____________________________________________________________________________
4508 [ 10402] By: jhi on 2001/06/03 16:18:09
4509 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
4510 From: Nicholas Clark <nick@ccl4.org>
4511 Date: Sun, 3 Jun 2001 17:54:36 +0100
4512 Message-ID: <20010603175436.E76396@plum.flirble.org>
4514 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
4515 ! ext/Sys/Syslog/Syslog.xs
4516 ____________________________________________________________________________
4517 [ 10401] By: jhi on 2001/06/03 16:09:33
4518 Log: Unused variables.
4521 ____________________________________________________________________________
4522 [ 10400] By: jhi on 2001/06/03 16:04:26
4523 Log: Subject: [PATCH] APIfy op_clear
4524 From: Simon Cozens <simon@netthink.co.uk>
4525 Date: Sun, 3 Jun 2001 13:51:46 +0100
4526 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
4528 (despite the subject line, op_null is APIfied by the patch)
4530 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4531 ____________________________________________________________________________
4532 [ 10399] By: jhi on 2001/06/03 15:51:35
4533 Log: Subject: [PATCH] t/lib/extutils.t
4534 From: Nicholas Clark <nick@ccl4.org>
4535 Date: Sat, 2 Jun 2001 23:57:05 +0100
4536 Message-ID: <20010602235705.Q12698@plum.flirble.org>
4538 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4539 ____________________________________________________________________________
4540 [ 10398] By: jhi on 2001/06/03 15:34:11
4541 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
4542 From: Prymmer/Kahn <pvhp@best.com>
4543 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
4544 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
4546 ! win32/Makefile win32/makefile.mk
4547 ____________________________________________________________________________
4548 [ 10397] By: jhi on 2001/06/03 15:12:13
4549 Log: Subject: Re: 'decimal digits' macro?
4550 From: Hugo <hv@crypt.compulink.co.uk>
4551 Date: Sun, 03 Jun 2001 04:26:36 +0100
4552 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
4554 ! handy.h t/lib/posix.t t/op/tr.t
4555 ____________________________________________________________________________
4556 [ 10396] By: jhi on 2001/06/03 15:10:49
4557 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
4558 From: Hugo <hv@crypt.compulink.co.uk>
4559 Date: Sun, 03 Jun 2001 14:56:30 +0100
4560 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
4563 ____________________________________________________________________________
4564 [ 10395] By: jhi on 2001/06/03 14:59:41
4565 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
4567 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
4569 ____________________________________________________________________________
4570 [ 10394] By: gsar on 2001/06/03 03:05:43
4571 Log: fix leakage of lexicals at file scope into subroutines that were
4572 declared before them; this appears to be a longstanding bug that
4573 meant that lexicals at file scope were never "deintroduced", meaning
4574 their scope range was never properly closed, and their visibility
4575 extended to all subsequent eval""s or requires
4579 seems to also fix a case of bogus duplicate warnings
4580 Branch: maint-5.6/perl
4581 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
4583 ____________________________________________________________________________
4584 [ 10393] By: jhi on 2001/06/02 16:55:03
4585 Log: More VMS tweaks from Craig A. Berry.
4587 ! configure.com t/lib/extutils.t
4588 ____________________________________________________________________________
4589 [ 10392] By: jhi on 2001/06/02 16:48:26
4590 Log: -Wall cleanup continues.
4592 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
4593 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
4594 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
4595 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
4596 ! run.c toke.c util.c
4597 ____________________________________________________________________________
4598 [ 10391] By: jhi on 2001/06/02 13:29:47
4599 Log: The metaconfig unit change for #10390.
4600 Branch: metaconfig/U/perl
4602 ____________________________________________________________________________
4603 [ 10390] By: jhi on 2001/06/02 13:29:12
4604 Log: Drop the -ansi from the default gcc flags.
4606 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
4607 that struct cannot be compared with a flat integer, such as STRLEN.
4608 The -ansi will also cause a lot of noise in Solaris because of:
4609 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
4612 ____________________________________________________________________________
4613 [ 10389] By: jhi on 2001/06/02 13:14:57
4614 Log: Integrate perlio.
4616 !> pod/perlapi.pod util.c
4617 ____________________________________________________________________________
4618 [ 10388] By: nick on 2001/06/02 08:01:12
4619 Log: Integrate mainline
4621 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
4622 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
4623 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
4624 !> t/lib/1_compile.t t/lib/mimeqp.t
4625 ____________________________________________________________________________
4626 [ 10387] By: nick on 2001/06/02 07:39:17
4627 Log: Tweak util.c's atof2 for MULTIPLICITY
4630 ____________________________________________________________________________
4631 [ 10386] By: nick on 2001/06/02 07:38:33
4632 Log: Integrate mainline
4634 !> (integrate 41 files)
4635 ____________________________________________________________________________
4636 [ 10385] By: jhi on 2001/06/01 22:12:48
4637 Log: Add Attribute::Handlers 0.61 from Damian Conway.
4639 + lib/Attribute/Handlers.pm t/lib/attrhand.t
4640 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
4641 ____________________________________________________________________________
4642 [ 10384] By: jhi on 2001/06/01 21:53:14
4643 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
4644 From: Peter Prymmer <pvhp@forte.com>
4645 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
4646 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
4648 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
4649 ____________________________________________________________________________
4650 [ 10383] By: jhi on 2001/06/01 21:36:11
4651 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
4652 From: Jeff Pinyan <jeffp@crusoe.net>
4653 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
4654 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
4657 ____________________________________________________________________________
4658 [ 10382] By: jhi on 2001/06/01 21:35:02
4659 Log: Subject: [PATCH perl@10381] configure.com tweaks
4660 From: "Craig A. Berry" <craigberry@mac.com>
4661 Date: Fri, 1 Jun 2001 13:55:43 -0500
4662 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
4665 ____________________________________________________________________________
4666 [ 10381] By: jhi on 2001/06/01 16:37:21
4667 Log: Update Changes.
4669 ! Changes patchlevel.h
4670 ____________________________________________________________________________
4671 [ 10380] By: jhi on 2001/06/01 16:19:18
4672 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
4673 From: Mike Guy <mjtg@cam.ac.uk>
4674 Date: Fri, 01 Jun 2001 18:17:02 +0100
4675 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
4678 ____________________________________________________________________________
4679 [ 10379] By: jhi on 2001/06/01 16:13:28
4680 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
4681 From: Hugo <hv@crypt.compulink.co.uk>
4682 Date: Thu, 31 May 2001 20:49:48 +0100
4683 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
4685 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
4687 ____________________________________________________________________________
4688 [ 10378] By: jhi on 2001/06/01 15:56:35
4689 Log: Zero() is not available in x2p (or, rather, some of its
4690 implementations like memzero() might not be available.)
4693 ____________________________________________________________________________
4694 [ 10377] By: jhi on 2001/06/01 15:44:48
4695 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
4696 From: Michael G Schwern <schwern@pobox.com>
4697 Date: Fri, 1 Jun 2001 12:00:29 +0100
4698 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
4700 (But use Zero() instead of memset.)
4703 ____________________________________________________________________________
4704 [ 10376] By: jhi on 2001/06/01 15:39:52
4705 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
4706 From: Jeff Pinyan <jeffp@crusoe.net>
4707 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
4708 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
4710 ! pod/perldiag.pod regcomp.c t/op/pat.t
4711 ____________________________________________________________________________
4712 [ 10375] By: jhi on 2001/06/01 15:36:35
4713 Log: Retract #10324 and #10333; not needed.
4715 ! hints/irix_6.sh hints/linux.sh
4716 ____________________________________________________________________________
4717 [ 10374] By: jhi on 2001/06/01 15:35:19
4718 Log: The #10370 wasn't quite right.
4720 ! ext/XS/Typemap/Typemap.xs
4721 ____________________________________________________________________________
4722 [ 10373] By: jhi on 2001/06/01 15:34:49
4723 Log: The metaconfig units changes for #10372.
4724 Branch: metaconfig/U/perl
4725 + d_realpath.U d_sresgproto.U d_sresuproto.U
4727 ____________________________________________________________________________
4728 [ 10372] By: jhi on 2001/06/01 15:34:24
4729 Log: Configure tweaks; record the Berkeley DB version,
4730 probe for realpath(), for setresuid() and setresgid()
4731 prototypes; use realpath() (try to be paranoid enough),
4732 use the setres[ug]id prototypes because glibc has the functions
4733 but not their prototypes; add -Wall -ansi to gcc ccflags;
4736 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4737 ! config_h.SH configure.com epoc/config.sh
4738 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
4739 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
4740 ! vos/config.ga.def win32/config.bc win32/config.gc
4742 ____________________________________________________________________________
4743 [ 10371] By: jhi on 2001/06/01 12:50:05
4744 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
4745 From: Michael G Schwern <schwern@pobox.com>
4746 Date: Fri, 1 Jun 2001 11:28:14 +0100
4747 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
4749 ! lib/attributes.pm xsutils.c
4750 ____________________________________________________________________________
4751 [ 10370] By: jhi on 2001/06/01 12:48:55
4752 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
4753 From: Tim Jenness <t.jenness@jach.hawaii.edu>
4754 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
4755 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
4757 ! ext/XS/Typemap/Typemap.xs
4758 ____________________________________________________________________________
4759 [ 10369] By: jhi on 2001/06/01 12:47:21
4760 Log: Subject: [patch] Cwd.xs optimizations/abstraction
4761 From: Doug MacEachern <dougm@covalent.net>
4762 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
4763 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
4765 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
4766 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
4767 ____________________________________________________________________________
4768 [ 10368] By: jhi on 2001/06/01 12:32:00
4769 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!])
4770 From: Nicholas Clark <nick@ccl4.org>
4771 Date: Thu, 31 May 2001 23:56:40 +0100
4772 Message-ID: <20010531235640.F12698@plum.flirble.org>
4774 Make the test work also under only static extensions
4775 (sh Configure -Uusedl fakes this nicely)
4778 ____________________________________________________________________________
4779 [ 10367] By: jhi on 2001/06/01 12:27:53
4780 Log: Subject: [PATCH hv.c] Eliminating trigraph
4781 From: Michael G Schwern <schwern@pobox.com>
4782 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
4783 Date: Fri, 1 Jun 2001 11:49:56 +0100
4786 ____________________________________________________________________________
4787 [ 10366] By: jhi on 2001/06/01 12:14:57
4788 Log: Subject: Re: [PATCH] Tests for File::Compare
4789 From: "Philip Newton" <Philip.Newton@gmx.net>
4790 Date: Thu, 31 May 2001 19:44:05 +0200
4791 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
4793 Unnecessary "quotation marks".
4796 ____________________________________________________________________________
4797 [ 10365] By: jhi on 2001/06/01 12:13:26
4798 Log: Integrate perlio.
4800 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
4801 ____________________________________________________________________________
4802 [ 10364] By: nick on 2001/06/01 10:13:31
4803 Log: Cleanup dll.base and dll.exp created by GCC builds.
4805 ! lib/ExtUtils/MM_Win32.pm
4806 ____________________________________________________________________________
4807 [ 10363] By: nick on 2001/06/01 10:02:17
4808 Log: Make filecomp test work on CRLF platforms by adding binmode.
4811 ____________________________________________________________________________
4812 [ 10362] By: nick on 2001/06/01 08:37:17
4813 Log: Integrate mainline
4815 !> Changes Configure patchlevel.h perlio.c
4816 ____________________________________________________________________________
4817 [ 10361] By: jhi on 2001/05/31 15:09:34
4818 Log: panic:claustrophobia.
4821 ____________________________________________________________________________
4822 [ 10360] By: jhi on 2001/05/31 13:04:25
4823 Log: Update Changes.
4825 ! Changes patchlevel.h
4826 ____________________________________________________________________________
4827 [ 10359] By: nick on 2001/05/31 12:35:50
4828 Log: Integrate mainline.
4831 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
4832 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
4833 ____________________________________________________________________________
4834 [ 10358] By: jhi on 2001/05/31 12:35:05
4835 Log: Integrate perlio.
4837 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
4838 !> win32/config_H.vc
4839 ____________________________________________________________________________
4840 [ 10357] By: jhi on 2001/05/31 12:34:04
4841 Log: Metaconfig unit change for #10356.
4843 ! U/installdirs/inc_version_list.U
4844 ____________________________________________________________________________
4845 [ 10356] By: jhi on 2001/05/31 12:33:41
4846 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
4847 (idea from Sarathy; implementation from Andy)
4850 ____________________________________________________________________________
4851 [ 10355] By: jhi on 2001/05/31 12:18:06
4855 ____________________________________________________________________________
4856 [ 10354] By: jhi on 2001/05/31 12:16:24
4857 Log: Subject: Re: [PATCH] Tests for File::Compare
4858 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
4859 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
4860 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
4863 ! MANIFEST t/lib/1_compile.t
4864 ____________________________________________________________________________
4865 [ 10353] By: jhi on 2001/05/31 12:11:24
4866 Log: Subject: [PATCH] DEBUG_* macro cleanups
4867 From: Abhijit Menon-Sen <ams@wiw.org>
4868 Date: Thu, 31 May 2001 12:16:22 +0530
4869 Message-ID: <20010531121622.B4829@lustre.linux.in>
4871 Subject: Re: [PATCH] DEBUG_* macro cleanups
4872 From: Abhijit Menon-Sen <ams@wiw.org>
4873 Date: Thu, 31 May 2001 13:57:01 +0530
4874 Message-ID: <20010531135701.A21775@lustre.linux.in>
4876 (The DEBUG_ definitions in perl.h changed to use the
4877 STMT_START and STMT_END.)
4879 ! perl.h pp_ctl.c sv.c toke.c
4880 ____________________________________________________________________________
4881 [ 10352] By: jhi on 2001/05/31 11:53:31
4882 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
4883 From: Abhijit Menon-Sen <ams@wiw.org>
4884 Date: Thu, 31 May 2001 08:27:55 +0530
4885 Message-ID: <20010531082755.A10018@lustre.linux.in>
4887 ! ext/Storable/Storable.xs gv.c perl.c
4888 ____________________________________________________________________________
4889 [ 10351] By: jhi on 2001/05/31 11:45:16
4890 Log: Subject: [PATCH] AUTHORS
4891 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4892 Date: Thu, 31 May 2001 01:27:59 -0500
4893 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
4895 Subject: Re: [PATCH] AUTHORS
4896 From: "Philip Newton" <Philip.Newton@gmx.net>
4897 Date: Thu, 31 May 2001 10:08:06 +0200
4898 (Message-Id missing?)
4901 ____________________________________________________________________________
4902 [ 10350] By: nick on 2001/05/31 11:40:43
4903 Log: win32 - dmake regen_config_h
4905 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4906 ____________________________________________________________________________
4907 [ 10349] By: jhi on 2001/05/31 11:38:27
4908 Log: Subject: Re: [PATCH util.c] More warning cleanups.
4909 From: "Philip Newton" <Philip.Newton@gmx.net>
4910 Date: Thu, 31 May 2001 07:41:36 +0200
4911 Message-Id: <200105310538.IAA25458@taku.hut.fi>
4913 Undo C++-ism that snekt in.
4916 ____________________________________________________________________________
4917 [ 10348] By: nick on 2001/05/31 11:36:46
4918 Log: Tolerate Win32 numerics
4920 ! t/pragma/warn/toke
4921 ____________________________________________________________________________
4922 [ 10347] By: jhi on 2001/05/31 11:29:40
4923 Log: Integrate perlio.
4925 !> perlio.c win32/win32.h
4926 ____________________________________________________________________________
4927 [ 10346] By: nick on 2001/05/31 10:54:55
4928 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
4929 perlio.c change 10255.
4932 ____________________________________________________________________________
4933 [ 10345] By: nick on 2001/05/31 10:01:57
4934 Log: Conditionaly put back some "unused" dTHX which are used
4935 with PERL_IMPLICIT_SYS
4938 ____________________________________________________________________________
4939 [ 10344] By: nick on 2001/05/31 10:00:59
4940 Log: Fix Win32 for new spelling IN_BYTES
4943 ____________________________________________________________________________
4944 [ 10343] By: nick on 2001/05/31 08:01:32
4945 Log: perlio.c -Wall cleaner under MULTIPLICITY
4946 - still minor noise with linux stdio
4949 ____________________________________________________________________________
4950 [ 10342] By: nick on 2001/05/31 07:52:23
4951 Log: Integrate mainline.
4953 !> (integrate 42 files)
4954 ____________________________________________________________________________
4955 [ 10341] By: jhi on 2001/05/31 01:39:02
4956 Log: AUTHORS updates.
4959 ____________________________________________________________________________
4960 [ 10340] By: jhi on 2001/05/31 00:19:29
4961 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
4962 From: Peter Prymmer <pvhp@forte.com>
4963 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
4964 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
4967 ____________________________________________________________________________
4968 [ 10339] By: jhi on 2001/05/31 00:16:44
4969 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
4970 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
4971 to match the pragma name; various robustness cleanups.
4973 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
4974 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
4975 ____________________________________________________________________________
4976 [ 10338] By: jhi on 2001/05/30 23:56:14
4977 Log: More -Wall sweeping.
4979 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
4980 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
4981 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
4982 ! regcomp.c sv.c toke.c utf8.c
4983 ____________________________________________________________________________
4984 [ 10337] By: jhi on 2001/05/30 23:20:23
4985 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
4986 From: Nicholas Clark <nick@ccl4.org>
4987 Date: Wed, 30 May 2001 22:34:41 +0100
4988 Message-ID: <20010530223441.Y86445@plum.flirble.org>
4991 ____________________________________________________________________________
4992 [ 10336] By: jhi on 2001/05/30 23:18:48
4993 Log: It's is not, it isn't ain't, and it's it's, not its,
4994 if you mean it is. If you don't, it's its. Then too,
4995 it's hers. It isn't her's. It isn't our's either.
4996 It's ours, and likewise yours and theirs.
4997 -- Oxford University Press, Edpress News
5000 ____________________________________________________________________________
5001 [ 10335] By: jhi on 2001/05/30 23:12:30
5002 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
5004 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
5005 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
5006 ! x2p/str.c x2p/walk.c xsutils.c
5007 ____________________________________________________________________________
5008 [ 10334] By: jhi on 2001/05/30 22:52:41
5009 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
5010 From: Michael G Schwern <schwern@pobox.com>
5011 Date: Wed, 30 May 2001 17:10:38 +0100
5012 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
5014 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
5015 From: Abhijit Menon-Sen <ams@wiw.org>
5016 Date: Wed, 30 May 2001 23:16:13 +0530
5017 Message-ID: <20010530231613.A31933@lustre.linux.in>
5019 ! perl.c t/run/runenv.t
5020 ____________________________________________________________________________
5021 [ 10333] By: jhi on 2001/05/30 22:25:02
5022 Log: (Retracted by #10375.)
5024 IRIX hints patch from Merijn Broeren.
5026 TODO: (this and the earlier Linux hints patch) should be solved
5027 at Configure level. Merijn: -ldb should not be used on any platform
5028 for perl, just when linking DBFile itself. Trying to be helpful here
5029 is counterproductive.
5032 ____________________________________________________________________________
5033 [ 10332] By: jhi on 2001/05/30 22:11:13
5034 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
5035 From: Nicholas Clark <nick@ccl4.org>
5036 Date: Wed, 30 May 2001 23:20:58 +0100
5037 Message-ID: <20010530232058.B86445@plum.flirble.org>
5040 ____________________________________________________________________________
5041 [ 10331] By: jhi on 2001/05/30 22:09:49
5042 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
5043 From: Michael G Schwern <schwern@pobox.com>
5044 Date: Wed, 30 May 2001 15:24:20 +0100
5045 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
5047 ! t/pragma/autouse.t
5048 ____________________________________________________________________________
5049 [ 10330] By: jhi on 2001/05/30 22:02:21
5050 Log: The regex trick wasn't a good idea.
5053 ____________________________________________________________________________
5054 [ 10329] By: nick on 2001/05/30 18:34:35
5055 Log: Integrate mainline
5057 !> (integrate 40 files)
5058 ____________________________________________________________________________
5059 [ 10328] By: jhi on 2001/05/30 14:28:39
5060 Log: Update Changes.
5062 ! Changes patchlevel.h
5063 ____________________________________________________________________________
5064 [ 10327] By: jhi on 2001/05/30 14:07:01
5065 Log: The metaconfig unit change for #10325.
5068 ____________________________________________________________________________
5069 [ 10326] By: jhi on 2001/05/30 14:06:36
5070 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
5073 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
5074 ____________________________________________________________________________
5075 [ 10325] By: jhi on 2001/05/30 14:04:28
5076 Log: Introduce $Config{afsroot}.
5078 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5079 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
5080 ! win32/config.gc win32/config.vc
5081 ____________________________________________________________________________
5082 [ 10324] By: jhi on 2001/05/30 13:49:44
5083 Log: (Retracted by #10375.)
5085 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
5088 ____________________________________________________________________________
5089 [ 10323] By: jhi on 2001/05/30 13:49:29
5090 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
5091 (Also Configure tweaks needed; coming up soon.)
5093 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
5094 ____________________________________________________________________________
5095 [ 10322] By: jhi on 2001/05/30 13:37:56
5096 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
5097 From: Michael G Schwern <schwern@pobox.com>
5098 Date: Sun, 27 May 2001 10:29:43 +0100
5099 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
5102 ____________________________________________________________________________
5103 [ 10321] By: jhi on 2001/05/30 13:36:28
5104 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
5105 and Abhijit Menon-Sen.
5107 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
5108 ! perl.c pp_sys.c regcomp.c
5109 ____________________________________________________________________________
5110 [ 10320] By: jhi on 2001/05/30 13:35:27
5111 Log: Fix the BOOT section to call myU2time properly.
5113 ! ext/Time/HiRes/HiRes.xs
5114 ____________________________________________________________________________
5115 [ 10319] By: jhi on 2001/05/30 13:06:09
5116 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
5117 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
5118 Date: Wed, 30 May 2001 09:44:29 -0400
5119 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
5121 Detypo; plus add one more trick.
5124 ____________________________________________________________________________
5125 [ 10318] By: jhi on 2001/05/30 12:47:11
5126 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)
5127 From: Michael G Schwern <schwern@pobox.com>
5128 Date: Wed, 30 May 2001 14:39:06 +0100
5129 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
5131 ! lib/autouse.pm t/pragma/autouse.t
5132 ____________________________________________________________________________
5133 [ 10317] By: jhi on 2001/05/30 12:46:02
5134 Log: Subject: Re: AIX and gcc (moving targets)
5135 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5136 Date: Wed, 30 May 2001 15:25:08 +0200
5137 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
5139 ! ext/Time/HiRes/HiRes.xs
5140 ____________________________________________________________________________
5141 [ 10316] By: jhi on 2001/05/30 12:40:46
5142 Log: Subject: [PATCH t/TEST] sorting tests
5143 From: Michael G Schwern <schwern@pobox.com>
5144 Date: Wed, 30 May 2001 10:24:02 +0100
5145 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
5148 ____________________________________________________________________________
5149 [ 10315] By: jhi on 2001/05/30 12:37:43
5150 Log: Subject: [ID 20010529.002] typos in man page perlre
5151 From: bart@cg681574-a.adubn1.nj.home.com
5152 Date: Tue, 29 May 2001 13:58:59 -0500
5153 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
5156 ____________________________________________________________________________
5157 [ 10314] By: jhi on 2001/05/30 12:33:53
5158 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
5159 From: "Craig A. Berry" <craigberry@mac.com>
5160 Date: Tue, 29 May 2001 23:23:45 -0500
5161 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
5163 ! t/lib/extutils.t t/pragma/autouse.t
5164 ____________________________________________________________________________
5165 [ 10313] By: jhi on 2001/05/30 12:32:17
5166 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)
5167 From: David Dyck <dcd@tc.fluke.com>
5168 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
5169 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
5172 ____________________________________________________________________________
5173 [ 10312] By: jhi on 2001/05/30 12:31:02
5174 Log: AIX hints update for gcc from Merijn H. Brand.
5177 ____________________________________________________________________________
5178 [ 10311] By: jhi on 2001/05/30 12:18:20
5179 Log: Retract #10295 and #10296: a more generic solution
5180 is needed (there's something funny with gcc on AIX).
5182 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
5183 ____________________________________________________________________________
5184 [ 10310] By: jhi on 2001/05/30 12:08:07
5185 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
5186 From: Hugo <hv@crypt.compulink.co.uk>
5187 Date: Wed, 30 May 2001 11:59:19 +0100
5188 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
5190 localizing $@ has unfortunate semantics - if you die past
5191 a local $@, the die message is lost.
5194 ____________________________________________________________________________
5195 [ 10309] By: nick on 2001/05/30 08:23:02
5196 Log: Integrate mainline (autouse works again.)
5198 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
5199 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
5200 !> pod/perlvar.pod t/op/cmp.t
5201 ____________________________________________________________________________
5202 [ 10308] By: jhi on 2001/05/30 01:55:02
5203 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
5204 From: David Dyck <dcd@tc.fluke.com>
5205 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
5206 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
5209 ____________________________________________________________________________
5210 [ 10307] By: jhi on 2001/05/30 01:47:22
5211 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
5212 From: Nicholas Clark <nick@ccl4.org>
5213 Date: Tue, 29 May 2001 23:16:09 +0100
5214 Message-ID: <20010529231609.U86445@plum.flirble.org>
5216 Make the test output slightly clearer by distinguishing
5217 between '' and undef.
5220 ____________________________________________________________________________
5221 [ 10306] By: jhi on 2001/05/30 01:45:12
5222 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
5223 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5224 Date: Tue, 29 May 2001 19:15:19 -0400
5225 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
5228 ____________________________________________________________________________
5229 [ 10305] By: jhi on 2001/05/30 01:42:36
5230 Log: Subject: perlvar.pod addition
5231 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
5232 Date: Fri, 25 May 2001 20:23:12 +0200
5233 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
5235 Subject: Re: perlvar.pod addition
5236 From: "Abigail" <abigail@foad.org>
5237 Date: Fri, 25 May 2001 22:00:39 +0200
5238 Message-ID: <20010525200039.28029.qmail@foad.org>
5240 Mention $a and $b in perlvar.
5243 ____________________________________________________________________________
5244 [ 10304] By: jhi on 2001/05/30 01:36:37
5245 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
5246 From: Jeff Pinyan <jeffp@crusoe.net>
5247 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
5248 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
5251 ____________________________________________________________________________
5252 [ 10303] By: jhi on 2001/05/30 01:35:31
5253 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
5254 From: Jeff Pinyan <jeffp@crusoe.net>
5255 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
5256 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
5259 ____________________________________________________________________________
5260 [ 10302] By: jhi on 2001/05/29 20:18:49
5261 Log: Mention Time::localtime and Time::gmtime.
5263 ! ext/Time/Piece/Piece.pm
5264 ____________________________________________________________________________
5265 [ 10301] By: jhi on 2001/05/29 20:13:54
5266 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
5267 From: Michael G Schwern <schwern@pobox.com>
5268 Date: Tue, 29 May 2001 18:51:32 +0100
5269 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
5272 ____________________________________________________________________________
5273 [ 10300] By: jhi on 2001/05/29 20:12:09
5274 Log: Retract #10243.
5277 ____________________________________________________________________________
5278 [ 10299] By: nick on 2001/05/29 18:41:19
5279 Log: Post weekend integrate mainline (fails one test pragma/autouse).
5281 +> (branch 29 files)
5282 !> (integrate 91 files)
5283 ____________________________________________________________________________
5284 [ 10298] By: jhi on 2001/05/29 16:29:19
5285 Log: Update Changes.
5287 ! Changes patchlevel.h
5288 ____________________________________________________________________________
5289 [ 10297] By: jhi on 2001/05/29 16:25:47
5290 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
5291 before Perl_load_module/Perl_call_method and restore the value
5292 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
5295 ____________________________________________________________________________
5296 [ 10296] By: jhi on 2001/05/29 16:01:53
5297 Log: Subject: Re: AIX and gcc (moving targets)
5298 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5299 Date: Tue, 29 May 2001 17:59:40 +0200
5300 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
5302 ! ext/Storable/Makefile.PL
5303 ____________________________________________________________________________
5304 [ 10295] By: jhi on 2001/05/29 15:59:05
5305 Log: Subject: Re: AIX and gcc (moving targets)
5306 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5307 Date: Tue, 29 May 2001 12:32:57 +0200
5308 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
5310 ! ext/POSIX/Makefile.PL
5311 ____________________________________________________________________________
5312 [ 10294] By: jhi on 2001/05/29 15:53:43
5313 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
5314 From: Michael G Schwern <schwern@pobox.com>
5315 Date: Tue, 29 May 2001 09:53:29 +0100
5316 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
5320 ! lib/Test/Harness.pm t/lib/test-harness.t
5321 ____________________________________________________________________________
5322 [ 10293] By: jhi on 2001/05/29 15:46:10
5324 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
5325 From: Michael G Schwern <schwern@pobox.com>
5326 Date: Tue, 29 May 2001 09:19:52 +0100
5327 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
5329 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
5330 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
5332 ! MANIFEST lib/Test.pm t/TEST
5333 ____________________________________________________________________________
5334 [ 10292] By: jhi on 2001/05/29 15:34:08
5335 Log: From: Michael G Schwern <schwern@pobox.com>
5336 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
5337 Date: Tue, 29 May 2001 08:26:09 +0100
5338 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
5341 ____________________________________________________________________________
5342 [ 10291] By: jhi on 2001/05/29 15:29:37
5343 Log: Add tests for Time::gmtime and Time::localtime.
5345 + t/lib/time-gmtime.t t/lib/time-localtime.t
5346 ! MANIFEST t/lib/1_compile.t
5347 ____________________________________________________________________________
5348 [ 10290] By: jhi on 2001/05/29 15:15:44
5349 Log: Add test for File::stat.
5352 ! MANIFEST t/lib/1_compile.t
5353 ____________________________________________________________________________
5354 [ 10289] By: jhi on 2001/05/29 15:05:38
5355 Log: Add test for Net::servent.
5358 ! MANIFEST t/lib/1_compile.t
5359 ____________________________________________________________________________
5360 [ 10288] By: jhi on 2001/05/29 14:57:15
5361 Log: Add test for Net::protoent.
5364 ! MANIFEST t/lib/1_compile.t
5365 ____________________________________________________________________________
5366 [ 10287] By: jhi on 2001/05/29 14:53:10
5367 Log: Add test for Net::netent.
5370 ! MANIFEST t/lib/1_compile.t
5371 ____________________________________________________________________________
5372 [ 10286] By: jhi on 2001/05/29 14:31:57
5373 Log: Add test for User::grent. Portability doubtful.
5375 + t/lib/user-grent.t
5376 ! MANIFEST t/lib/1_compile.t
5377 ____________________________________________________________________________
5378 [ 10285] By: jhi on 2001/05/29 14:24:20
5379 Log: Add test for User::pwent.
5380 Probably will fall down somewhere for portability reasons.
5382 + t/lib/user-pwent.t
5383 ! MANIFEST t/lib/1_compile.t
5384 ____________________________________________________________________________
5385 [ 10284] By: jhi on 2001/05/29 13:26:43
5386 Log: Metaconfig units changes for #10283.
5388 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
5389 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
5390 ! U/installdirs/sitescript.U U/modified/Signal.U
5391 ____________________________________________________________________________
5392 [ 10283] By: jhi on 2001/05/29 13:26:24
5393 Log: Subject: [PATCH 5.6.1] signal names in Configure
5394 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5395 Date: Tue, 29 May 2001 03:52:25 -0400
5396 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
5398 Subject: [PATCH 5.6.1] older perl in Configure
5399 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5400 Date: Tue, 29 May 2001 03:55:40 -0400
5401 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
5403 Subject: [PATCH 5.6.1] goofs in Configure
5404 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5405 Date: Tue, 29 May 2001 04:13:07 -0400
5406 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
5408 Configure portability tweaks.
5411 ____________________________________________________________________________
5412 [ 10282] By: jhi on 2001/05/29 12:41:41
5413 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
5414 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5415 Date: Tue, 29 May 2001 04:07:06 -0400
5416 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
5419 ____________________________________________________________________________
5420 [ 10281] By: jhi on 2001/05/29 12:40:31
5421 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
5422 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5423 Date: Tue, 29 May 2001 04:01:38 -0400
5424 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
5426 ! hints/os2.sh os2/Makefile.SHs
5427 ____________________________________________________________________________
5428 [ 10280] By: jhi on 2001/05/29 12:38:48
5429 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
5430 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5431 Date: Tue, 29 May 2001 03:50:18 -0400
5432 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
5434 ! lib/Test/Harness.pm
5435 ____________________________________________________________________________
5436 [ 10279] By: jhi on 2001/05/29 12:34:53
5437 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
5440 ____________________________________________________________________________
5441 [ 10278] By: jhi on 2001/05/29 02:15:24
5442 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
5443 From: Hugo <hv@crypt.compulink.co.uk>
5444 Date: Tue, 29 May 2001 03:03:45 +0100
5445 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
5447 Explanation why the $@ always gets the UTF8 flag when under use utf8--
5448 because we told it to have the flag when under use utf8.
5451 ____________________________________________________________________________
5452 [ 10277] By: jhi on 2001/05/29 00:51:34
5453 Log: At least a partial fix for 20010528.004.
5456 ____________________________________________________________________________
5457 [ 10276] By: jhi on 2001/05/29 00:42:59
5458 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
5459 From: Nicholas Clark <nick@ccl4.org>
5460 Date: Mon, 28 May 2001 23:39:38 +0100
5461 Message-ID: <20010528233938.M86445@plum.flirble.org>
5463 More portable non-zero UV.
5466 ____________________________________________________________________________
5467 [ 10275] By: jhi on 2001/05/29 00:40:28
5468 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
5469 From: Nicholas Clark <nick@ccl4.org>
5470 Date: Mon, 28 May 2001 22:46:09 +0100
5471 Message-ID: <20010528224608.L86445@plum.flirble.org>
5473 Test also "make clean".
5476 ____________________________________________________________________________
5477 [ 10274] By: jhi on 2001/05/29 00:39:18
5478 Log: Subject: Re: Would -Wno-unused -Wall be better?
5479 From: Michael G Schwern <schwern@pobox.com>
5480 Date: Tue, 29 May 2001 00:55:54 +0100
5481 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
5484 ____________________________________________________________________________
5485 [ 10273] By: jhi on 2001/05/29 00:36:06
5486 Log: Add a test for 20010528.007, fixed in #10272.
5488 ! t/op/misc.t toke.c
5489 ____________________________________________________________________________
5490 [ 10272] By: jhi on 2001/05/29 00:21:12
5491 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
5492 From: Hugo <hv@crypt.compulink.co.uk>
5493 Date: Tue, 29 May 2001 00:23:23 +0100
5494 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
5497 ____________________________________________________________________________
5498 [ 10271] By: jhi on 2001/05/28 22:52:11
5499 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
5500 From: Michael G Schwern <schwern@pobox.com>
5501 Date: Tue, 29 May 2001 00:42:59 +0100
5502 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
5504 ! t/pragma/autouse.t
5505 ____________________________________________________________________________
5506 [ 10270] By: jhi on 2001/05/28 21:44:06
5507 Log: Some shells seemingly arrange the signal handlers differently
5508 (bug id 20010521.004).
5511 ____________________________________________________________________________
5512 [ 10269] By: jhi on 2001/05/28 20:34:21
5513 Log: Regen perlmodlib.
5515 ! pod/perlmodlib.pod
5516 ____________________________________________________________________________
5517 [ 10268] By: jhi on 2001/05/28 19:08:45
5518 Log: Update Changes.
5520 ! Changes patchlevel.h
5521 ____________________________________________________________________________
5522 [ 10267] By: jhi on 2001/05/28 19:03:54
5523 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
5524 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5525 Date: Mon, 28 May 2001 14:56:35 -0500
5526 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
5528 ! pod/perlnewmod.pod
5529 ____________________________________________________________________________
5530 [ 10266] By: jhi on 2001/05/28 18:35:03
5534 ____________________________________________________________________________
5535 [ 10265] By: jhi on 2001/05/28 18:33:32
5536 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
5537 From: "Richard Soderberg" <rs@crystalflame.net>
5538 Date: Mon, 28 May 2001 12:31:23 -0700
5539 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
5542 ____________________________________________________________________________
5543 [ 10264] By: jhi on 2001/05/28 17:59:00
5544 Log: The #10260 was too bold: locales and utf8 still do not mix.
5547 ____________________________________________________________________________
5548 [ 10263] By: jhi on 2001/05/28 17:52:25
5549 Log: Subject: [PATCH] Pod nitpicks
5550 From: "Richard Soderberg" <rs@crystalflame.net>
5551 Date: Mon, 28 May 2001 10:08:58 -0700
5552 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
5554 ! pod/perl571delta.pod pod/perlapi.pod sv.h
5555 ____________________________________________________________________________
5556 [ 10262] By: jhi on 2001/05/28 17:50:05
5557 Log: Upgrade to I18N::LangTags 0.22.
5559 + lib/I18N/LangTags/List.pod
5560 ! MANIFEST lib/I18N/LangTags.pm
5561 ____________________________________________________________________________
5562 [ 10261] By: jhi on 2001/05/28 17:23:40
5563 Log: A slightly more serious bug found by -Mutf8; op/misc and
5564 lib/complex dumped core.
5567 ____________________________________________________________________________
5568 [ 10260] By: jhi on 2001/05/28 16:58:11
5569 Log: Various buglets shaken out by -Mutf8.
5571 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
5573 ____________________________________________________________________________
5574 [ 10259] By: jhi on 2001/05/28 15:48:46
5575 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
5578 ____________________________________________________________________________
5579 [ 10258] By: jhi on 2001/05/28 15:32:41
5580 Log: Subject: [PATCH] todo patch
5581 From: Artur Bergman <artur@contiller.se>
5582 Date: Mon, 28 May 2001 17:03:51 +0200
5583 Message-ID: <B7383577.F34%artur@contiller.se>
5586 ____________________________________________________________________________
5587 [ 10257] By: jhi on 2001/05/28 15:31:25
5588 Log: Subject: typo in perlguts.pod
5589 From: "John P. Linderman" <jpl@research.att.com>
5590 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
5591 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
5594 ____________________________________________________________________________
5595 [ 10256] By: jhi on 2001/05/28 15:30:42
5596 Log: Subject: AIX and gcc (moving targets)
5597 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5598 Date: Mon, 28 May 2001 12:54:04 +0200
5599 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
5602 ____________________________________________________________________________
5603 [ 10255] By: jhi on 2001/05/28 15:28:55
5604 Log: Subject: Re: perlio + multiple perl_alloc..destruct
5605 From: Doug MacEachern <dougm@covalent.net>
5606 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
5607 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
5610 ____________________________________________________________________________
5611 [ 10254] By: jhi on 2001/05/28 15:27:49
5612 Log: The #10251 wasn't quite up-to-the-code.
5615 ____________________________________________________________________________
5616 [ 10253] By: jhi on 2001/05/28 15:26:39
5617 Log: Test case for bug 20010526.004, fixed in #10252.
5620 ____________________________________________________________________________
5621 [ 10252] By: jhi on 2001/05/28 15:26:14
5622 Log: Subject: Re: [ID 20010526.004] Taint looses value
5623 From: Hugo <hv@crypt.compulink.co.uk>
5624 Date: Sun, 27 May 2001 20:39:32 +0100
5625 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
5628 ____________________________________________________________________________
5629 [ 10251] By: jhi on 2001/05/28 15:13:40
5630 Log: Test case for 20010422.005, fixed by #10250.
5633 ____________________________________________________________________________
5634 [ 10250] By: jhi on 2001/05/28 15:11:16
5635 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
5636 From: Spider Boardman <spider@Orb.Nashua.NH.US>
5637 Date: Mon, 28 May 2001 06:39:12 -0400
5638 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
5641 ____________________________________________________________________________
5642 [ 10249] By: jhi on 2001/05/28 15:09:24
5643 Log: Linerewrapping.
5646 ____________________________________________________________________________
5647 [ 10248] By: jhi on 2001/05/28 15:09:07
5648 Log: Updates on the modules list.
5651 ____________________________________________________________________________
5652 [ 10247] By: jhi on 2001/05/28 15:03:35
5653 Log: Add a test for PerlIO.
5655 (I probably got the crlf/raw thing wrong for clrfy platforms...)
5658 ! MANIFEST lib/PerlIO.pm
5659 ____________________________________________________________________________
5660 [ 10246] By: jhi on 2001/05/28 14:24:08
5661 Log: Add a test for carp et alia.
5665 ____________________________________________________________________________
5666 [ 10245] By: jhi on 2001/05/28 13:42:55
5667 Log: Adding the new test would be swell.
5669 + t/pragma/autouse.t
5670 ____________________________________________________________________________
5671 [ 10244] By: jhi on 2001/05/28 13:42:34
5672 Log: Add a test for the autouse pragma.
5675 ____________________________________________________________________________
5676 [ 10243] By: jhi on 2001/05/28 13:26:25
5677 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
5678 From: dLux <dlux@spam.sch.bme.hu>
5679 Date: Sun, 27 May 2001 16:14:26 +0200
5680 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
5683 ____________________________________________________________________________
5684 [ 10242] By: jhi on 2001/05/28 13:21:50
5685 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
5686 From: "Richard Soderberg" <rs@crystalflame.net>
5687 Date: Mon, 28 May 2001 03:56:36 -0700
5688 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
5691 ____________________________________________________________________________
5692 [ 10241] By: jhi on 2001/05/28 13:18:56
5693 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
5694 From: "Stephen P. Potter" <spp@spotter.yi.org>
5695 Date: Tue, 22 May 2001 11:40:25 -0400
5696 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
5698 Subject: Re: [ID 20010522.003] Time::Local module bug
5699 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5700 Date: Tue, 22 May 2001 11:50:19 -0400
5701 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
5704 ____________________________________________________________________________
5705 [ 10240] By: jhi on 2001/05/27 22:44:49
5706 Log: The PERL_DL_NONLAZY can have whitespace in front.
5709 ____________________________________________________________________________
5710 [ 10239] By: jhi on 2001/05/27 21:23:21
5711 Log: Document strftime() and strptime().
5713 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
5714 ____________________________________________________________________________
5715 [ 10238] By: jhi on 2001/05/27 20:29:07
5716 Log: Make Time::Piece::strptime() to be a function, not a method.
5718 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
5719 ____________________________________________________________________________
5720 [ 10237] By: jhi on 2001/05/27 20:22:09
5721 Log: Tweak the test to be more portable.
5724 ____________________________________________________________________________
5725 [ 10236] By: jhi on 2001/05/27 19:15:54
5726 Log: Subject: PATCH: Re: Re: Attributes that tie
5727 From: Leon Brocard <acme@astray.com>
5728 Date: Sun, 27 May 2001 12:37:29 +0100
5729 Message-ID: <20010527123729.A22663@ns0.astray.com>
5731 Document that variable attributes are not currently usable
5732 for tieing. (An ugly limitation that should be fixed.)
5735 ____________________________________________________________________________
5736 [ 10235] By: jhi on 2001/05/27 19:03:31
5737 Log: Microperl tweaks.
5739 ! Makefile.micro uconfig.h uconfig.sh
5740 ____________________________________________________________________________
5741 [ 10234] By: jhi on 2001/05/27 18:22:09
5742 Log: Add make target for microperl (kind of silly, but convenient).
5745 ____________________________________________________________________________
5746 [ 10233] By: jhi on 2001/05/27 18:18:56
5747 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
5751 ____________________________________________________________________________
5752 [ 10232] By: jhi on 2001/05/27 17:57:18
5753 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
5754 From: rspier@pobox.com (Robert Spier)
5755 Date: Sat, 26 May 2001 20:05:23 -0400
5756 Message-ID: <15120.17603.148648.12430@rls.cx>
5758 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
5759 From: rspier@pobox.com (Robert Spier)
5760 Date: Sun, 27 May 2001 00:23:12 -0400
5761 Message-ID: <15120.33072.511966.767230@rls.cx>
5763 ! doio.c pod/perlfunc.pod
5764 ____________________________________________________________________________
5765 [ 10231] By: jhi on 2001/05/27 15:45:20
5766 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
5768 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5769 ____________________________________________________________________________
5770 [ 10230] By: jhi on 2001/05/27 15:41:06
5771 Log: Add README.tru64.
5774 ____________________________________________________________________________
5775 [ 10229] By: jhi on 2001/05/27 13:50:57
5776 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
5778 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
5779 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
5781 ____________________________________________________________________________
5782 [ 10228] By: jhi on 2001/05/27 13:43:38
5783 Log: Integrate I18N::LangTags from Sean Burke.
5785 TODO: the language list from RFC 3066 needs to be integrated
5786 and made available somehow. The list is included in the
5787 I18N-LangTags 0.21 distribution, but it is undocumented
5788 and unconnected to the module.
5790 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
5792 ____________________________________________________________________________
5793 [ 10227] By: jhi on 2001/05/27 01:41:33
5794 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
5795 envisioned by Sarathy.
5798 ____________________________________________________________________________
5799 [ 10226] By: jhi on 2001/05/27 00:28:34
5800 Log: Subject: [ID 20010525.001] Pod typo nits fixed
5801 From: lvirden@cas.org
5802 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
5803 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
5805 minus the perlsolaris decimation plus the
5807 Subject: Re: [ID 20010525.001] Pod typo nits fixed
5808 From: "Philip Newton" <Philip.Newton@gmx.net>
5809 Date: Fri, 25 May 2001 18:05:55 +0200
5810 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
5812 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
5813 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
5814 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
5815 ! pod/perlutil.pod pod/perlxstut.pod
5816 ____________________________________________________________________________
5817 [ 10225] By: jhi on 2001/05/26 22:38:16
5818 Log: return clauses are nice.
5821 ____________________________________________________________________________
5822 [ 10224] By: jhi on 2001/05/26 22:35:31
5823 Log: Subject: change 10199 backwards?
5824 From: Doug MacEachern <dougm@covalent.net>
5825 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
5826 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
5829 ____________________________________________________________________________
5830 [ 10223] By: jhi on 2001/05/26 22:31:46
5831 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
5832 From: Hugo <hv@crypt.compulink.co.uk>
5833 Date: Sat, 26 May 2001 17:05:12 +0100
5834 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
5837 ! MANIFEST doop.c embed.h embed.pl global.sym
5838 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
5839 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
5840 ____________________________________________________________________________
5841 [ 10222] By: jhi on 2001/05/26 22:10:38
5842 Log: Regen headers for #10221.
5844 ! global.sym objXSUB.h perlapi.c
5845 ____________________________________________________________________________
5846 [ 10221] By: jhi on 2001/05/26 22:06:06
5847 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
5848 From: Juha Laiho <juha.laiho@Elma.Net>
5849 Date: Thu, 3 May 2001 09:51:30 +0300
5850 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
5853 ____________________________________________________________________________
5854 [ 10220] By: jhi on 2001/05/26 22:01:30
5855 Log: Subject: Re: [PATCH] Re: stability of sort()?
5856 From: "John P. Linderman" <jpl@research.att.com>
5857 Date: Sat, 26 May 2001 13:27:19 -0400
5858 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
5861 ____________________________________________________________________________
5862 [ 10219] By: jhi on 2001/05/26 14:02:34
5863 Log: Integrate perlio.
5866 ____________________________________________________________________________
5867 [ 10218] By: jhi on 2001/05/26 13:39:52
5868 Log: Subject: [PATCH perl@10210] PerlIO for VMS
5869 From: "Craig A. Berry" <craigberry@mac.com>
5870 Date: Sat, 26 May 2001 09:34:11 -0500
5871 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
5873 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
5874 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
5876 ____________________________________________________________________________
5877 [ 10217] By: jhi on 2001/05/26 13:19:05
5878 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
5879 From: David Dyck <dcd@tc.fluke.com>
5880 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
5881 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
5884 ____________________________________________________________________________
5885 [ 10216] By: jhi on 2001/05/26 13:17:47
5886 Log: Subject: utf8 regexp tests
5887 From: Hugo <hv@crypt.compulink.co.uk>
5888 Date: Fri, 25 May 2001 22:35:01 +0100
5889 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
5892 ____________________________________________________________________________
5893 [ 10215] By: jhi on 2001/05/26 13:15:40
5894 Log: Subject: [PATCH] Re: stability of sort()?
5895 From: Nicholas Clark <nick@ccl4.org>
5896 Date: Fri, 25 May 2001 22:40:19 +0100
5897 Message-ID: <20010525224019.B86445@plum.flirble.org>
5900 ____________________________________________________________________________
5901 [ 10214] By: jhi on 2001/05/26 13:14:30
5902 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
5903 From: John Peacock <jpeacock@rowman.com>
5904 Date: Thu, 24 May 2001 22:14:01 -0400
5905 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
5908 ____________________________________________________________________________
5909 [ 10213] By: jhi on 2001/05/26 13:08:56
5910 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
5911 From: Nicholas Clark <nick@ccl4.org>
5912 Date: Sun, 20 May 2001 19:24:13 +0100
5913 Message-ID: <20010520192413.G83222@plum.flirble.org>
5915 + lib/ExtUtils/Constant.pm t/lib/extutils.t
5916 ! MANIFEST utils/h2xs.PL
5917 ____________________________________________________________________________
5918 [ 10212] By: nick on 2001/05/26 09:49:28
5919 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
5920 add a few more notes there on use of mortals on the stack.
5923 ____________________________________________________________________________
5924 [ 10211] By: nick on 2001/05/26 09:05:36
5925 Log: Integrate mainline
5927 +> t/lib/fcntl.t t/pragma/vars.t
5928 !> (integrate 49 files)
5929 ____________________________________________________________________________
5930 [ 10210] By: jhi on 2001/05/25 12:29:16
5931 Log: Update Changes.
5933 ! Changes patchlevel.h
5934 ____________________________________________________________________________
5935 [ 10209] By: jhi on 2001/05/25 12:24:45
5938 Subject: [PATCH pp.c] Wrapping pack("C",256)
5939 From: Simon Cozens <simon@netthink.co.uk>
5940 Date: Sat, 12 May 2001 17:58:41 +0100
5941 Message-ID: <20010512175841.A6132@netthink.co.uk>
5943 ! pod/perldiag.pod pp.c t/pragma/warn/pp
5944 ____________________________________________________________________________
5945 [ 10208] By: jhi on 2001/05/25 01:37:03
5946 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
5947 From: "Brendan O'Dea" <bod@compusol.com.au>
5948 Date: Fri, 25 May 2001 11:18:29 +1000
5949 Message-ID: <20010525111829.A28411@compusol.com.au>
5951 (Slightly modified.)
5954 ____________________________________________________________________________
5955 [ 10207] By: jhi on 2001/05/25 01:12:14
5956 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
5957 From: Hugo <hv@crypt.compulink.co.uk>
5958 Date: Fri, 25 May 2001 02:13:25 +0100
5959 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
5962 ____________________________________________________________________________
5963 [ 10206] By: jhi on 2001/05/25 01:07:59
5964 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
5965 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
5966 Date: Fri, 25 May 2001 10:25:36 +0900
5967 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
5969 ! regcomp.c regexec.c
5970 ____________________________________________________________________________
5971 [ 10205] By: jhi on 2001/05/25 01:07:00
5972 Log: Subject: [PATCH #2] stash autovivification and method call error messages
5973 From: Ilmari Karonen <iltzu@sci.fi>
5974 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
5975 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
5977 ! gv.c pp_hot.c t/op/method.t
5978 ____________________________________________________________________________
5979 [ 10204] By: jhi on 2001/05/25 01:03:50
5980 Log: Add make target and documentation for gprof profiling.
5982 ! Makefile.SH pod/perlhack.pod
5983 ____________________________________________________________________________
5984 [ 10203] By: jhi on 2001/05/24 21:09:36
5985 Log: Subject: Don't think about UTF8
5986 From: Mike Guy <mjtg@cam.ac.uk>
5987 Date: Tue, 22 May 2001 14:35:39 +0100
5988 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
5991 ____________________________________________________________________________
5992 [ 10202] By: jhi on 2001/05/24 21:07:25
5993 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
5994 From: Geraint A Edwards <gedge@serf.org>
5995 Date: Thu, 24 May 2001 22:51:24 +0100
5996 Message-Id: <20010524225124.A34981@cymru.serf.org>
5999 ____________________________________________________________________________
6000 [ 10201] By: jhi on 2001/05/24 21:02:30
6001 Log: DB_File has its own attribute story.
6003 ! ext/DB_File/DB_File.xs
6004 ____________________________________________________________________________
6005 [ 10200] By: jhi on 2001/05/24 19:54:21
6006 Log: Subject: Re: Making perl with -Wall
6007 From: Andy Dougherty <doughera@lafayette.edu>
6008 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
6009 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
6012 ____________________________________________________________________________
6013 [ 10199] By: jhi on 2001/05/24 15:15:03
6014 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
6015 From: "Richard Soderberg" <rs@crystalflame.net>
6016 Date: Thu, 24 May 2001 08:58:16 -0700
6017 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
6020 ____________________________________________________________________________
6021 [ 10198] By: jhi on 2001/05/24 15:10:04
6022 Log: IV/UV casting fixes from Nicholas Clark.
6024 ! perl.h pp_sys.c util.c
6025 ____________________________________________________________________________
6026 [ 10197] By: jhi on 2001/05/24 14:19:44
6027 Log: Subject: Re: Making perl with -Wall
6028 From: Michael G Schwern <schwern@pobox.com>
6029 Date: Thu, 24 May 2001 15:40:28 +0100
6030 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
6033 ____________________________________________________________________________
6034 [ 10196] By: jhi on 2001/05/24 14:04:41
6035 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
6036 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6037 Date: Tue, 22 May 2001 11:49:37 +0200
6038 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
6040 ! U/modified/Oldsym.U
6041 Branch: metaconfig/U/perl
6044 ! Configure config_h.SH myconfig.SH
6045 ____________________________________________________________________________
6046 [ 10195] By: jhi on 2001/05/24 13:25:04
6047 Log: Under versiononly install also the scripts with the version suffix.
6048 (e.g. .../bin/h2xs5.7.1)
6051 ____________________________________________________________________________
6052 [ 10194] By: jhi on 2001/05/24 13:02:49
6053 Log: Subject: [PATCH] Stop segfault in mg.c:636
6054 From: "Richard Soderberg" <rs@crystalflame.net>
6055 Date: Thu, 24 May 2001 05:51:52 -0700
6056 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
6059 ____________________________________________________________________________
6060 [ 10193] By: jhi on 2001/05/24 12:37:13
6061 Log: Iteration continues; hopefully convergently.
6064 ____________________________________________________________________________
6065 [ 10192] By: jhi on 2001/05/24 12:36:35
6066 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
6067 From: Gisle Aas <gisle@ActiveState.com>
6068 Date: 23 May 2001 16:13:10 -0700
6069 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
6072 ____________________________________________________________________________
6073 [ 10191] By: jhi on 2001/05/24 12:25:12
6074 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
6075 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6076 Date: Thu, 24 May 2001 05:05:22 -0500
6077 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
6079 ! lib/dumpvar.pl lib/perl5db.pl
6080 ____________________________________________________________________________
6081 [ 10190] By: jhi on 2001/05/24 12:24:07
6082 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
6083 From: David Dyck <dcd@tc.fluke.com>
6084 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
6085 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
6088 ____________________________________________________________________________
6089 [ 10189] By: jhi on 2001/05/23 22:43:31
6090 Log: Tiny pod nits on READMEs, mostly whitespace issues.
6092 ! README.amiga README.dos README.macos README.mpeix README.vmesa
6094 ____________________________________________________________________________
6095 [ 10188] By: jhi on 2001/05/23 22:26:03
6096 Log: The DG/UX part of the 20010521.005.
6099 ____________________________________________________________________________
6100 [ 10187] By: jhi on 2001/05/23 22:04:05
6101 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
6102 From: Hugo <hv@crypt.compulink.co.uk>
6103 Date: Mon, 21 May 2001 16:32:02 +0100
6104 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
6106 ! regcomp.c t/op/misc.t
6107 ____________________________________________________________________________
6108 [ 10186] By: jhi on 2001/05/23 21:42:15
6109 Log: Subject: [PATCH] Extra UNIVERSAL tests
6110 From: Mike Guy <mjtg@cam.ac.uk>
6111 Date: Wed, 23 May 2001 12:29:20 +0100
6112 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
6115 ____________________________________________________________________________
6116 [ 10185] By: jhi on 2001/05/23 21:38:48
6117 Log: Subject: [PATCH] Remove EQ keyword
6118 From: Mike Guy <mjtg@cam.ac.uk>
6119 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
6120 Date: Wed, 23 May 2001 11:17:29 +0100
6122 ! keywords.h keywords.pl
6123 ____________________________________________________________________________
6124 [ 10184] By: jhi on 2001/05/23 21:29:41
6125 Log: Subject: [PATCH] lib/perl5db.pl
6126 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6127 Date: Wed, 23 May 2001 02:18:03 -0500
6128 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
6131 ____________________________________________________________________________
6132 [ 10183] By: jhi on 2001/05/23 21:27:54
6133 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
6134 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6135 Date: Tue, 22 May 2001 23:34:41 -0500
6136 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
6139 ____________________________________________________________________________
6140 [ 10182] By: jhi on 2001/05/23 21:24:30
6141 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
6142 From: davem@fdgroup.co.uk
6143 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
6144 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
6147 ____________________________________________________________________________
6148 [ 10181] By: jhi on 2001/05/23 21:23:29
6149 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
6150 From: Michael G Schwern <schwern@pobox.com>
6151 Date: Tue, 22 May 2001 14:15:09 +0100
6152 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
6155 ____________________________________________________________________________
6156 [ 10180] By: jhi on 2001/05/23 21:22:14
6157 Log: Subject: [PATCH lib/vars.pm] Odd code nit
6158 From: Michael G Schwern <schwern@pobox.com>
6159 Date: Tue, 22 May 2001 14:14:28 +0100
6160 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
6163 ____________________________________________________________________________
6164 [ 10179] By: jhi on 2001/05/23 21:19:51
6165 Log: Use the new use vars feature.
6168 ____________________________________________________________________________
6169 [ 10178] By: jhi on 2001/05/23 21:19:28
6170 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
6171 From: Mike Guy <mjtg@cam.ac.uk>
6172 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6173 Date: Tue, 22 May 2001 13:11:39 +0100
6176 ! MANIFEST lib/vars.pm t/lib/1_compile.t
6177 ____________________________________________________________________________
6178 [ 10177] By: jhi on 2001/05/23 21:01:48
6179 Log: -qlongdouble considered harmful by Merijn.
6182 ____________________________________________________________________________
6183 [ 10176] By: jhi on 2001/05/21 13:21:21
6184 Log: Update Changes.
6186 ! Changes patchlevel.h
6187 ____________________________________________________________________________
6188 [ 10175] By: jhi on 2001/05/21 13:17:28
6189 Log: Add a test of its very own for Fcntl. Hopefully portable.
6193 ____________________________________________________________________________
6194 [ 10174] By: jhi on 2001/05/21 12:45:41
6195 Log: Must be trickier for 'minitest' not to die.
6198 ____________________________________________________________________________
6199 [ 10173] By: jhi on 2001/05/21 11:24:43
6200 Log: Can't declare other people's variables.
6203 ____________________________________________________________________________
6204 [ 10172] By: jhi on 2001/05/20 20:33:08
6205 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
6207 ! doio.c t/op/taint.t
6208 ____________________________________________________________________________
6209 [ 10171] By: jhi on 2001/05/20 20:18:45
6210 Log: The OS/2 variable needs to be declared.
6213 ____________________________________________________________________________
6214 [ 10170] By: nick on 2001/05/20 16:48:29
6215 Log: Integrate mainline
6217 !> (integrate 41 files)
6218 ____________________________________________________________________________
6219 [ 10169] By: jhi on 2001/05/20 11:50:20
6220 Log: Small perlsec updates: clarify the taintedness of filename
6221 globbing; suggest using Scalar::Util::tainted().
6224 ____________________________________________________________________________
6225 [ 10168] By: jhi on 2001/05/20 11:24:11
6226 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
6227 From: Dave Mitchell <davem@fdgroup.co.uk>
6228 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
6229 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
6231 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
6232 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
6233 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
6235 ____________________________________________________________________________
6236 [ 10167] By: jhi on 2001/05/20 11:12:14
6237 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
6238 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6239 Date: Sat, 19 May 2001 04:08:46 -0400
6240 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
6242 ! lib/ExtUtils/Mksymlists.pm makedef.pl
6243 ____________________________________________________________________________
6244 [ 10166] By: jhi on 2001/05/20 11:08:27
6245 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
6246 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6247 Date: Sat, 19 May 2001 04:30:45 -0400
6248 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
6251 ____________________________________________________________________________
6252 [ 10165] By: jhi on 2001/05/20 11:07:06
6253 Log: Subject: [PATCH 5.6.1] build bugs OS/2
6254 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6255 Date: Sat, 19 May 2001 04:35:28 -0400
6256 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
6258 ! os2/Makefile.SHs os2/os2.c
6259 ____________________________________________________________________________
6260 [ 10164] By: jhi on 2001/05/20 11:06:01
6261 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
6262 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6263 Date: Sat, 19 May 2001 04:04:23 -0400
6264 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
6266 (In bleadperl patched b-stash.t instead of b.t)
6268 ! t/lib/b-stash.t t/lib/bigfltpm.t
6269 ____________________________________________________________________________
6270 [ 10163] By: jhi on 2001/05/20 10:59:46
6271 Log: Subject: [PATCH 5.6.1] perl5db
6272 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6273 Date: Sat, 19 May 2001 03:49:09 -0400
6274 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
6277 ____________________________________________________________________________
6278 [ 10162] By: jhi on 2001/05/20 10:58:18
6279 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
6280 From: Gisle Aas <gisle@ActiveState.com>
6281 Date: 18 May 2001 14:24:51 -0700
6282 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
6285 ____________________________________________________________________________
6286 [ 10161] By: jhi on 2001/05/20 10:57:00
6287 Log: Subject: [PATCH] Chomp should not always stringify
6288 From: Gisle Aas <gisle@ActiveState.com>
6289 Date: 18 May 2001 07:55:25 -0700
6290 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
6292 ! doop.c t/op/chop.t
6293 ____________________________________________________________________________
6294 [ 10160] By: jhi on 2001/05/20 10:49:40
6295 Log: Integrate perlio.
6298 ____________________________________________________________________________
6299 [ 10159] By: nick on 2001/05/20 09:39:46
6300 Log: Document some more of open's features.
6303 ____________________________________________________________________________
6304 [ 10158] By: gsar on 2001/05/18 18:43:38
6305 Log: back out change#10153 (it has compatibility issues such as the
6306 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
6307 benefit for 5.6.x doesn't seem worth the risk)
6308 Branch: maint-5.6/perl
6310 ____________________________________________________________________________
6311 [ 10157] By: jhi on 2001/05/18 17:05:40
6312 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
6315 ____________________________________________________________________________
6316 [ 10156] By: jhi on 2001/05/18 12:06:40
6317 Log: Update Changes.
6319 ! Changes patchlevel.h
6320 ____________________________________________________________________________
6321 [ 10155] By: jhi on 2001/05/18 11:58:57
6322 Log: Integrate change #10144 from maintperl.
6324 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
6326 !> win32/config.bc win32/config.gc win32/config.vc
6327 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6328 ____________________________________________________________________________
6329 [ 10154] By: nick on 2001/05/18 07:23:03
6330 Log: Integrate mainline.
6332 +> README.dgux t/lib/i18n-collate.t utils.lst
6333 !> (integrate 49 files)
6334 ____________________________________________________________________________
6335 [ 10153] By: jhi on 2001/05/18 00:41:51
6336 Log: Integrate change #7224 from mainline into maintperl.
6338 Allow @+ and @- to be doublequoted, from Simon Cozens.
6339 (Approved by Larry, see Tom's comment in 20000830.005.)
6340 Branch: maint-5.6/perl
6342 ____________________________________________________________________________
6343 [ 10152] By: jhi on 2001/05/17 23:18:15
6344 Log: Subject: [PATCH bleadperl] small lookbehind fix
6345 From: Hugo <hv@crypt.compulink.co.uk>
6346 Date: Fri, 18 May 2001 00:07:19 +0100
6347 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
6350 ____________________________________________________________________________
6351 [ 10151] By: jhi on 2001/05/17 22:00:06
6354 ! installman utils.lst
6355 ____________________________________________________________________________
6356 [ 10150] By: jhi on 2001/05/17 20:32:48
6357 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
6360 ! t/lib/glob-basic.t
6361 ____________________________________________________________________________
6362 [ 10149] By: jhi on 2001/05/17 20:08:58
6363 Log: Subject: [PATCH] Test for bug 20010515.004
6364 From: Benjamin Sugars <bsugars@canoe.ca>
6365 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
6366 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
6369 ____________________________________________________________________________
6370 [ 10148] By: jhi on 2001/05/17 20:06:23
6371 Log: Integrate #10145 from maintperl.
6373 fix for ID 20010515.004 (needs test)
6376 ____________________________________________________________________________
6377 [ 10147] By: jhi on 2001/05/17 19:10:46
6378 Log: Thinko noticed by Doug MacEachern.
6381 ____________________________________________________________________________
6382 [ 10146] By: jhi on 2001/05/17 17:30:37
6383 Log: Subject: Re: [PATCH] HERE mark in regex
6384 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6385 Date: Thu, 17 May 2001 12:20:33 -0400
6386 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
6389 ____________________________________________________________________________
6390 [ 10145] By: gsar on 2001/05/17 16:59:55
6391 Log: fix for ID 20010515.004 (needs test)
6392 Branch: maint-5.6/perl
6394 ____________________________________________________________________________
6395 [ 10144] By: gsar on 2001/05/17 16:39:02
6396 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
6397 Branch: maint-5.6/perl
6398 ! win32/config.bc win32/config.gc win32/config.vc
6399 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6400 ____________________________________________________________________________
6401 [ 10143] By: jhi on 2001/05/17 14:21:08
6402 Log: Macrofy the getspecific (and use it also in util.c)
6405 ____________________________________________________________________________
6406 [ 10142] By: jhi on 2001/05/17 01:43:50
6407 Log: Use the unchecked thread-specific key fetch also in Tru64.
6410 ____________________________________________________________________________
6411 [ 10141] By: jhi on 2001/05/17 01:41:07
6412 Log: Subject: [PATCH 5.6.1]Quick thread speedup
6413 From: Dan Sugalski <dan@sidhe.org>
6414 Date: Wed, 16 May 2001 18:05:19 -0400
6415 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
6418 ____________________________________________________________________________
6419 [ 10140] By: jhi on 2001/05/16 19:58:29
6420 Log: I think this is quite enough testing for a deprecated feature.
6422 + t/lib/i18n-collate.t
6423 ! MANIFEST t/lib/1_compile.t
6424 ____________________________________________________________________________
6425 [ 10139] By: jhi on 2001/05/16 18:47:03
6426 Log: More HP-UX lore from Jeff Okamoto.
6429 ____________________________________________________________________________
6430 [ 10138] By: jhi on 2001/05/16 18:21:04
6431 Log: Sort utils.lst for easier maintenance.
6434 ____________________________________________________________________________
6435 [ 10137] By: jhi on 2001/05/16 18:12:01
6436 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
6437 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6438 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
6439 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
6441 Add pod2latex to utils.lst.
6443 ! MANIFEST utils.lst
6444 ____________________________________________________________________________
6445 [ 10136] By: jhi on 2001/05/16 18:00:00
6446 Log: Subject: Re: [PATCH] HERE mark in regex
6447 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6448 Date: Wed, 16 May 2001 13:04:43 -0400
6449 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
6451 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
6452 ! t/op/regmesg.t t/pragma/warn/regcomp
6453 ____________________________________________________________________________
6454 [ 10135] By: jhi on 2001/05/16 17:51:50
6455 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
6456 From: Simon Cozens <simon@netthink.co.uk>
6457 Date: Wed, 16 May 2001 18:02:08 +0100
6458 Message-ID: <20010516180208.A6458@netthink.co.uk>
6460 ! installman utils.lst
6461 ____________________________________________________________________________
6462 [ 10134] By: jhi on 2001/05/16 17:47:26
6463 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
6464 From: "Philip Newton" <pnewton@gmx.de>
6465 Date: Tue, 15 May 2001 15:09:30 +0200
6466 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
6468 Test case for #10128.
6470 ! t/pragma/warn/pp_hot
6471 ____________________________________________________________________________
6472 [ 10133] By: jhi on 2001/05/16 15:12:52
6473 Log: Update Changes.
6475 ! Changes patchlevel.h
6476 ____________________________________________________________________________
6477 [ 10132] By: jhi on 2001/05/16 14:50:55
6478 Log: Deprecate pseudo-hashes.
6480 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
6481 ____________________________________________________________________________
6482 [ 10131] By: jhi on 2001/05/16 14:26:01
6483 Log: HP-UX hints update from Merijn.
6486 ____________________________________________________________________________
6487 [ 10130] By: jhi on 2001/05/16 14:23:01
6488 Log: README.hpux update from Merijn.
6491 ____________________________________________________________________________
6492 [ 10129] By: jhi on 2001/05/16 14:18:56
6493 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
6494 From: Simon Cozens <simon@netthink.co.uk>
6495 Date: Wed, 16 May 2001 15:57:55 +0100
6496 Message-ID: <20010516155755.A4728@netthink.co.uk>
6499 ! MANIFEST installman installperl
6500 ____________________________________________________________________________
6501 [ 10128] By: jhi on 2001/05/16 14:15:36
6502 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
6503 From: "Philip Newton" <pnewton@gmx.de>
6504 Date: Tue, 15 May 2001 16:31:05 +0200
6505 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
6507 Fix PERL_Y2KWARN test to check before rather than after appending.
6510 ____________________________________________________________________________
6511 [ 10127] By: jhi on 2001/05/16 14:08:15
6512 Log: Regen Porting stuff.
6514 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6516 ____________________________________________________________________________
6517 [ 10126] By: jhi on 2001/05/16 13:41:50
6518 Log: Metaconfig unit change for #10125.
6520 ! U/modified/Oldconfig.U
6521 ____________________________________________________________________________
6522 [ 10125] By: jhi on 2001/05/16 13:41:35
6525 ! Configure config_h.SH perl.c
6526 ____________________________________________________________________________
6527 [ 10124] By: jhi on 2001/05/16 13:41:09
6530 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6531 ____________________________________________________________________________
6532 [ 10123] By: jhi on 2001/05/16 13:25:38
6533 Log: Adding the README.dgux to the MANIFEST would be a good idea.
6536 ____________________________________________________________________________
6537 [ 10122] By: jhi on 2001/05/16 13:08:33
6538 Log: Move the stack desire definition to thread.h.
6540 ! ext/Thread/Thread.xs thread.h
6541 ____________________________________________________________________________
6542 [ 10121] By: jhi on 2001/05/16 13:00:12
6543 Log: DG-UX threading patches, including a README.dgux,
6544 from Takis Psarogiannakopoulos.
6547 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
6548 ____________________________________________________________________________
6549 [ 10120] By: jhi on 2001/05/16 12:55:33
6550 Log: Subject: [PATCH B::Deparse] More on /x regexes
6551 From: Robin Houston <robin@kitsite.com>
6552 Date: Tue, 15 May 2001 19:09:35 +0100
6553 Message-ID: <20010515190935.A27268@penderel>
6555 ! ext/B/B/Deparse.pm
6556 ____________________________________________________________________________
6557 [ 10119] By: jhi on 2001/05/16 12:45:29
6558 Log: Document that the core time() may be rounding rather
6559 than truncating, would have saved at least my confusion.
6561 ! ext/Time/HiRes/HiRes.pm
6562 ____________________________________________________________________________
6563 [ 10118] By: jhi on 2001/05/16 12:37:57
6564 Log: Subject: perl-current/t/time-hires.t
6565 From: John Peacock <jpeacock@rowman.com>
6566 Date: Fri, 11 May 2001 14:09:41 -0400
6567 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
6569 ! t/lib/time-hires.t
6570 ____________________________________________________________________________
6571 [ 10117] By: jhi on 2001/05/15 13:40:33
6572 Log: Subject: [PATCH dump.c] Op private flags
6573 From: Simon Cozens <simon@netthink.co.uk>
6574 Date: Sun, 13 May 2001 20:20:36 +0100
6575 Message-ID: <20010513202036.A21896@netthink.co.uk>
6578 ____________________________________________________________________________
6579 [ 10116] By: jhi on 2001/05/15 13:28:26
6580 Log: Upgrade to Switch 2.03.
6583 ____________________________________________________________________________
6584 [ 10115] By: jhi on 2001/05/15 13:19:01
6585 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
6586 to PERL_CONFIG_SH and use it consistently.
6587 Branch: maint-5.6/perl
6588 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
6589 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
6590 !> myconfig.SH writemain.SH
6591 ____________________________________________________________________________
6592 [ 10114] By: jhi on 2001/05/15 13:13:21
6593 Log: Metaconfig units changes for #10113.
6595 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
6596 ____________________________________________________________________________
6597 [ 10113] By: jhi on 2001/05/15 13:12:40
6598 Log: The problem described in 20010514.031 still wasn't
6599 fully cured, there were remnants of $CONFIG when
6600 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
6601 to avoid future conflicts.
6603 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
6604 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
6605 ! myconfig.SH writemain.SH
6606 ____________________________________________________________________________
6607 [ 10112] By: jhi on 2001/05/15 11:55:44
6608 Log: Half of #10107 got lost.
6610 ! ext/B/B/Deparse.pm
6611 ____________________________________________________________________________
6612 [ 10111] By: nick on 2001/05/15 08:39:14
6613 Log: Integrate mainline.
6615 +> ext/POSIX/hints/uts.pl
6616 - Todo Todo-5.6 t/camel-III/vstring.t
6617 !> (integrate 48 files)
6618 ____________________________________________________________________________
6619 [ 10110] By: jhi on 2001/05/15 02:04:05
6620 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
6621 From: Robin Houston <robin@kitsite.com>
6622 Date: Mon, 14 May 2001 22:27:08 +0100
6623 Message-ID: <20010514222708.A22963@penderel>
6626 ____________________________________________________________________________
6627 [ 10109] By: jhi on 2001/05/15 02:03:12
6628 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
6629 From: Robin Houston <robin@kitsite.com>
6630 Date: Mon, 14 May 2001 22:16:43 +0100
6631 Message-ID: <20010514221643.A22437@penderel>
6633 ! ext/B/B/Deparse.pm
6634 ____________________________________________________________________________
6635 [ 10108] By: jhi on 2001/05/15 02:02:17
6636 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
6637 From: Robin Houston <robin@kitsite.com>
6638 Date: Mon, 14 May 2001 22:03:44 +0100
6639 Message-ID: <20010514220344.A20643@penderel>
6641 ! ext/B/B/Deparse.pm
6642 ____________________________________________________________________________
6643 [ 10107] By: jhi on 2001/05/15 02:01:24
6644 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
6645 From: Robin Houston <robin@kitsite.com>
6646 Date: Mon, 14 May 2001 22:10:07 +0100
6647 Message-ID: <20010514221007.A21118@penderel>
6649 ! ext/B/B/Deparse.pm
6650 ____________________________________________________________________________
6651 [ 10106] By: jhi on 2001/05/15 01:41:26
6652 Log: Fix for 20010514.037; substr() didn't invalidate the locale
6656 ____________________________________________________________________________
6657 [ 10105] By: jhi on 2001/05/14 18:18:24
6658 Log: Update Changes.
6660 ! Changes patchlevel.h
6661 ____________________________________________________________________________
6662 [ 10104] By: jhi on 2001/05/14 18:09:07
6663 Log: Retract #10094.
6666 ____________________________________________________________________________
6667 [ 10103] By: jhi on 2001/05/14 15:20:58
6668 Log: Integrate change #10100 from maintperl.
6670 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
6671 bug ID 20010514.027)
6674 ____________________________________________________________________________
6675 [ 10102] By: jhi on 2001/05/14 15:19:21
6676 Log: Document the deprecatedness of suidperl.
6678 ! INSTALL pod/perlfaq1.pod
6679 ____________________________________________________________________________
6680 [ 10101] By: jhi on 2001/05/14 14:54:31
6681 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
6682 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6683 Date: Mon, 14 May 2001 09:38:59 -0400
6684 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
6686 ! lib/ExtUtils/MM_Unix.pm
6687 ____________________________________________________________________________
6688 [ 10100] By: gsar on 2001/05/14 14:43:50
6689 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
6690 bug ID 20010514.027)
6692 TODO: this needs a testsuite addition
6693 Branch: maint-5.6/perl
6695 ____________________________________________________________________________
6696 [ 10099] By: jhi on 2001/05/14 13:42:38
6697 Log: More DWIMminess for Class::Struct: calling the array or hash
6698 accessors only with one argument, an array or a hash reference,
6699 sets the underlying array or hash. This mirrors nicely also
6700 the usage in the constructor.
6701 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
6703 ! lib/Class/Struct.pm t/lib/class-struct.t
6704 ____________________________________________________________________________
6705 [ 10098] By: jhi on 2001/05/14 13:10:34
6706 Log: Reference cmp'ing should go through the whole stringification
6707 process shebang, as pointed out by Sarathy in #10091.
6710 ____________________________________________________________________________
6711 [ 10097] By: jhi on 2001/05/14 12:54:31
6712 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
6713 From: Simon Cozens <simon@netthink.co.uk>
6714 Date: Sat, 12 May 2001 16:36:27 +0100
6715 Message-ID: <20010512163627.A5522@netthink.co.uk>
6717 with some additions salvaged from Todo and Todo-5.6 before
6721 ! MANIFEST pod/perltodo.pod
6722 ____________________________________________________________________________
6723 [ 10096] By: jhi on 2001/05/14 12:37:01
6724 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
6725 From: "Golubev I. N." <gin@mo.msk.ru>
6726 Date: Mon, 07 May 2001 14:33:34 (GMT)
6727 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
6730 ____________________________________________________________________________
6731 [ 10095] By: jhi on 2001/05/14 12:34:24
6732 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
6733 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6734 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
6735 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
6737 ! lib/ExtUtils/MM_Unix.pm
6738 ____________________________________________________________________________
6739 [ 10094] By: jhi on 2001/05/14 12:32:44
6740 Log: (Retracted by #10104.)
6742 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
6743 From: barries <barries@slaysys.com>
6744 Date: Sat, 12 May 2001 01:28:10 -0400
6745 Message-ID: <20010512012810.B26358@jester.slaysys.com>
6748 ____________________________________________________________________________
6749 [ 10093] By: jhi on 2001/05/14 12:30:38
6750 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
6751 From: Mike Guy <mjtg@cam.ac.uk>
6752 Date: Sat, 12 May 2001 19:24:33 +0100
6753 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
6756 ____________________________________________________________________________
6757 [ 10092] By: jhi on 2001/05/14 12:29:21
6758 Log: Yet another HP-UX hints tweak from Merijn.
6761 ____________________________________________________________________________
6762 [ 10091] By: gsar on 2001/05/14 04:38:32
6763 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
6764 isn't defined (changes#9366,9368,9370 from mainline without the
6766 Branch: maint-5.6/perl
6767 ! pp.c pp.h pp_hot.c
6768 ____________________________________________________________________________
6769 [ 10090] By: jhi on 2001/05/12 13:39:43
6770 Log: The sorting seems to happen now automatically.
6772 ! t/lib/glob-basic.t
6773 ____________________________________________________________________________
6774 [ 10089] By: jhi on 2001/05/12 03:38:15
6775 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
6776 From: Benjamin Sugars <bsugars@canoe.ca>
6777 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
6778 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
6781 ____________________________________________________________________________
6782 [ 10088] By: jhi on 2001/05/12 03:37:00
6783 Log: Subject: Re: undef(&foo) does not work for XS functions
6784 From: Doug MacEachern <dougm@covalent.net>
6785 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
6786 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
6789 ____________________________________________________________________________
6790 [ 10087] By: jhi on 2001/05/12 03:35:58
6791 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
6792 From: Peter Prymmer <pvhp@forte.com>
6793 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
6794 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
6797 ____________________________________________________________________________
6798 [ 10086] By: jhi on 2001/05/11 14:23:08
6799 Log: Update Changes.
6801 ! Changes patchlevel.h
6802 ____________________________________________________________________________
6803 [ 10085] By: jhi on 2001/05/11 14:08:20
6804 Log: Remove the 'asciir' re subpragma. Should instead implement
6805 the 'physical vs logical' range scheme:
6807 \xAA-\xCC is a native physical range, you want that range of
6808 codepoints in your native encoding. In EBCDIC the codepoints
6809 in the gaps (between i-j and r-s) should be included.
6811 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
6812 codepoints in Unicode.
6814 a-z is a logical range, you want that range of 'logical' codepoints
6815 in your native encoding. In EBCDIC the codepoints in the gaps
6816 (between i-j and r-s) should not be included.
6818 Mixed cases (a-\xAA, etc) should either be errors, or maybe
6819 the 'logical' endpoints should be converted to native/Unicode
6820 codepoints, and the range handled as a physical range.
6822 'Logical endpoints' are to be recognized only in the A-Z, a-z,
6823 and 0-9 ranges. Probably a warning should be given for mixed
6824 cases like A-z or a-9 (since such expressions are encoding
6825 dependent), with a recommendation to use physical ranges.
6827 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
6829 ____________________________________________________________________________
6830 [ 10084] By: jhi on 2001/05/11 13:56:16
6831 Log: Make the test to cleanup the test directory tree
6832 both before and after the testing so that we always
6833 have a clean slate to work with.
6836 ____________________________________________________________________________
6837 [ 10083] By: jhi on 2001/05/11 13:46:30
6838 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
6839 From: Jon Eveland <jweveland@yahoo.com>
6840 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
6841 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
6844 ____________________________________________________________________________
6845 [ 10082] By: jhi on 2001/05/11 13:45:06
6846 Log: Merge the camel-III/vstring.t with op/ver.t.
6848 - t/camel-III/vstring.t
6849 ! MANIFEST t/TEST t/harness t/op/ver.t
6850 ____________________________________________________________________________
6851 [ 10081] By: jhi on 2001/05/11 13:15:55
6852 Log: Add test.deparse make target.
6855 ____________________________________________________________________________
6856 [ 10080] By: jhi on 2001/05/11 12:52:49
6857 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
6858 From: Robin Houston <robin@kitsite.com>
6859 Date: Fri, 11 May 2001 12:02:22 +0100
6860 Message-ID: <20010511120222.A11529@penderel>
6862 ! ext/B/B/Deparse.pm t/op/method.t
6863 ____________________________________________________________________________
6864 [ 10079] By: jhi on 2001/05/11 01:59:06
6865 Log: A nicely working combination for UTS from Hal Morris.
6867 + ext/POSIX/hints/uts.pl
6868 ! MANIFEST hints/uts.sh
6869 ____________________________________________________________________________
6870 [ 10078] By: jhi on 2001/05/11 01:15:04
6871 Log: i_ieeefp=undef for UTS.
6874 ____________________________________________________________________________
6875 [ 10077] By: jhi on 2001/05/10 22:42:35
6876 Log: Subject: RE: rand(0) is rand(1)
6877 From: Larry Shatzer <lshatzer@islanddata.com>
6878 Date: Thu, 10 May 2001 11:09:27 -0700
6879 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
6882 ____________________________________________________________________________
6883 [ 10076] By: jhi on 2001/05/10 22:36:50
6884 Log: Subject: [patch] make op_{clear,null} public
6885 From: Doug MacEachern <dougm@covalent.net>
6886 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
6887 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
6889 ! embed.h embed.pl op.c proto.h
6890 ____________________________________________________________________________
6891 [ 10075] By: jhi on 2001/05/10 22:28:36
6892 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
6893 From: Robin Houston <robin@kitsite.com>
6894 Date: Thu, 10 May 2001 18:54:59 +0100
6895 Message-ID: <20010510185459.A5995@penderel>
6897 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
6898 ____________________________________________________________________________
6899 [ 10074] By: jhi on 2001/05/10 22:23:41
6900 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
6901 From: Robin Houston <robin@kitsite.com>
6902 Date: Thu, 10 May 2001 12:56:39 +0100
6903 Message-ID: <20010510125639.A2119@penderel>
6905 ! ext/B/B/Deparse.pm
6906 ____________________________________________________________________________
6907 [ 10073] By: jhi on 2001/05/10 14:26:01
6908 Log: Retract #10070, not ready yet.
6910 ! ext/B/B/Deparse.pm
6911 ____________________________________________________________________________
6912 [ 10072] By: jhi on 2001/05/10 13:40:24
6913 Log: The metaconfig unit change for #10071.
6915 ! U/modified/mallocsrc.U
6916 ____________________________________________________________________________
6917 [ 10071] By: jhi on 2001/05/10 13:39:57
6918 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
6921 ____________________________________________________________________________
6922 [ 10070] By: jhi on 2001/05/10 13:18:42
6923 Log: (Retracted by #10073)
6925 Subject: Re: [PATCH t/TEST] B::Deparse tester
6926 From: Hugo <hv@crypt.compulink.co.uk>
6927 Date: Thu, 10 May 2001 05:48:09 +0100
6928 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
6930 ! ext/B/B/Deparse.pm
6931 ____________________________________________________________________________
6932 [ 10069] By: jhi on 2001/05/10 12:24:06
6933 Log: Add a for(func()) test.
6936 ____________________________________________________________________________
6937 [ 10068] By: jhi on 2001/05/10 12:16:00
6938 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
6939 From: Robin Houston <robin@kitsite.com>
6940 Date: Thu, 10 May 2001 13:50:08 +0100
6941 Message-ID: <20010510135008.A2454@penderel>
6943 ! ext/B/B/Deparse.pm
6944 ____________________________________________________________________________
6945 [ 10067] By: jhi on 2001/05/10 01:45:03
6946 Log: A thinko in #10065.
6949 ____________________________________________________________________________
6950 [ 10066] By: jhi on 2001/05/10 01:33:12
6951 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
6952 From: Robin Houston <robin@kitsite.com>
6953 Date: Thu, 10 May 2001 02:10:34 +0100
6954 Message-ID: <20010510021034.A19421@penderel>
6956 ! ext/B/B.xs ext/B/B/Deparse.pm
6957 ____________________________________________________________________________
6958 [ 10065] By: jhi on 2001/05/10 01:30:43
6959 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
6960 From: Doug MacEachern <dougm@covalent.net>
6961 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
6962 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
6965 ____________________________________________________________________________
6966 [ 10064] By: jhi on 2001/05/09 23:13:29
6967 Log: One more workaround for the UTS compiler from Hal Morris.
6970 ____________________________________________________________________________
6971 [ 10063] By: jhi on 2001/05/09 23:09:53
6972 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
6973 From: Robin Houston <robin@kitsite.com>
6974 Date: Thu, 10 May 2001 01:02:08 +0100
6975 Message-ID: <20010510010208.A18200@penderel>
6978 ____________________________________________________________________________
6979 [ 10062] By: jhi on 2001/05/09 23:06:25
6980 Log: Subject: [PATCH] Simplify deb_curcv() a bit
6981 From: Benjamin Sugars <bsugars@canoe.ca>
6982 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
6983 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
6986 ____________________________________________________________________________
6987 [ 10061] By: jhi on 2001/05/09 23:05:28
6988 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
6989 From: Benjamin Sugars <bsugars@canoe.ca>
6990 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
6991 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
6994 ____________________________________________________________________________
6995 [ 10060] By: jhi on 2001/05/09 23:04:38
6996 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
6997 From: Peter Prymmer <pvhp@forte.com>
6998 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
6999 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
7002 ____________________________________________________________________________
7003 [ 10059] By: jhi on 2001/05/09 23:03:52
7004 Log: Subject: [PATCH t/TEST] B::Deparse tester
7005 From: Robin Houston <robin@kitsite.com>
7006 Date: Wed, 9 May 2001 19:17:50 +0100
7007 Message-ID: <20010509191750.A16940@penderel>
7010 ____________________________________________________________________________
7011 [ 10058] By: jhi on 2001/05/09 23:02:56
7012 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
7013 From: Jeff Pinyan <jeffp@crusoe.net>
7014 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
7015 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
7018 ____________________________________________________________________________
7019 [ 10057] By: nick on 2001/05/09 18:37:56
7020 Log: Integrate mainline.
7022 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
7023 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
7024 ____________________________________________________________________________
7025 [ 10056] By: jhi on 2001/05/09 16:44:44
7026 Log: Update Changes.
7028 ! Changes patchlevel.h
7029 ____________________________________________________________________________
7030 [ 10055] By: jhi on 2001/05/09 16:26:47
7031 Log: Integrate perlio.
7033 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7034 ____________________________________________________________________________
7035 [ 10054] By: jhi on 2001/05/09 16:25:42
7036 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
7037 From: Benjamin Sugars <bsugars@canoe.ca>
7038 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
7039 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
7042 ____________________________________________________________________________
7043 [ 10053] By: jhi on 2001/05/09 16:24:37
7044 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
7045 From: Benjamin Sugars <bsugars@canoe.ca>
7046 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
7047 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
7049 ! ext/PerlIO/Scalar/Scalar.xs
7050 ____________________________________________________________________________
7051 [ 10052] By: jhi on 2001/05/09 16:19:04
7052 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
7053 From: Jeff Pinyan <jeffp@crusoe.net>
7054 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
7055 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
7058 ____________________________________________________________________________
7059 [ 10051] By: jhi on 2001/05/09 15:30:17
7060 Log: EPOC tweak from Olaf Flebbe.
7063 ____________________________________________________________________________
7064 [ 10050] By: nick on 2001/05/09 14:37:57
7065 Log: win32, regen_config_h
7067 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7068 ____________________________________________________________________________
7069 [ 10049] By: jhi on 2001/05/09 12:33:39
7070 Log: Integrate perlio.
7073 ____________________________________________________________________________
7074 [ 10048] By: nick on 2001/05/09 11:59:50
7075 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
7076 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
7079 ____________________________________________________________________________
7080 [ 10047] By: jhi on 2001/05/09 10:50:12
7081 Log: Integrate perlio.
7084 ____________________________________________________________________________
7085 [ 10046] By: jhi on 2001/05/09 10:49:34
7086 Log: Subject: Re: Less warnings during configure
7087 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7088 Date: Wed, 09 May 2001 13:12:49 +0200
7089 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
7092 ____________________________________________________________________________
7093 [ 10045] By: nick on 2001/05/09 09:56:59
7094 Log: MULTIPLICITY/DEBUGGING build fix.
7097 ____________________________________________________________________________
7098 [ 10044] By: nick on 2001/05/09 09:46:37
7099 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
7101 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
7102 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
7103 !> (integrate 65 files)
7104 ____________________________________________________________________________
7105 [ 10043] By: jhi on 2001/05/08 22:41:49
7106 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
7107 From: Robin Houston <robin@kitsite.com>
7108 Date: Tue, 8 May 2001 19:38:00 +0100
7109 Message-ID: <20010508193800.A4389@penderel>
7111 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
7112 From: Robin Houston <robin@kitsite.com>
7113 Date: Tue, 8 May 2001 20:03:57 +0100
7114 Message-ID: <20010508200357.A4614@penderel>
7116 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
7117 From: Robin Houston <robin@kitsite.com>
7118 Date: Wed, 9 May 2001 00:12:05 +0100
7119 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
7121 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
7122 ____________________________________________________________________________
7123 [ 10042] By: jhi on 2001/05/08 22:09:35
7124 Log: Retract #10031.
7127 ____________________________________________________________________________
7128 [ 10041] By: jhi on 2001/05/08 18:27:34
7129 Log: The metaconfig unit changes for #10040.
7130 Branch: metaconfig/U/perl
7131 ! Checkcc.U d_dlsymun.U dlsrc.U
7132 ____________________________________________________________________________
7133 [ 10040] By: jhi on 2001/05/08 18:24:47
7134 Log: The Configure half of
7136 Subject: Less warnings during configure
7137 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7138 Date: Tue, 08 May 2001 08:44:02 +0200
7139 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
7142 ____________________________________________________________________________
7143 [ 10039] By: jhi on 2001/05/08 16:48:31
7144 Log: Subject: Less warnings during configure
7145 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7146 Date: Tue, 08 May 2001 08:44:02 +0200
7147 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
7150 ____________________________________________________________________________
7151 [ 10038] By: jhi on 2001/05/08 16:32:07
7152 Log: Don't forget to whine about \d__\d.
7154 ! t/pragma/warn/toke toke.c
7155 ____________________________________________________________________________
7156 [ 10037] By: jhi on 2001/05/08 16:07:05
7157 Log: Allow underscores also in the exponent part.
7159 ! t/pragma/warn/toke toke.c
7160 ____________________________________________________________________________
7161 [ 10036] By: jhi on 2001/05/08 13:33:55
7162 Log: CodeMagicCD doesn't look like an *I*DE.
7165 ____________________________________________________________________________
7166 [ 10035] By: jhi on 2001/05/08 13:27:48
7167 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
7168 to be consistently down).
7171 ____________________________________________________________________________
7172 [ 10034] By: jhi on 2001/05/08 13:21:07
7173 Log: Upgrade to Text::Balanced 1.84.
7175 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
7176 ____________________________________________________________________________
7177 [ 10033] By: jhi on 2001/05/08 12:41:53
7178 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
7179 From: Benjamin Sugars <bsugars@canoe.ca>
7180 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
7181 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
7184 ____________________________________________________________________________
7185 [ 10032] By: jhi on 2001/05/08 12:40:28
7186 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
7187 From: Peter Prymmer <pvhp@forte.com>
7188 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
7189 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
7192 ____________________________________________________________________________
7193 [ 10031] By: jhi on 2001/05/08 12:35:25
7194 Log: (Retracted by #10042)
7196 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
7197 From: "Philip Newton" <pnewton@gmx.de>
7198 Date: Tue, 8 May 2001 09:18:10 +0200
7199 Message-ID: <3AF7B9D2.28861.603732@localhost>
7202 ____________________________________________________________________________
7203 [ 10030] By: jhi on 2001/05/08 12:32:23
7204 Log: Subject: [PATCH B::Deparse] Document known bugs
7205 From: Robin Houston <robin@kitsite.com>
7206 Date: Tue, 8 May 2001 01:53:34 +0100
7207 Message-ID: <20010508015334.A32394@penderel>
7209 ! ext/B/B/Deparse.pm
7210 ____________________________________________________________________________
7211 [ 10029] By: jhi on 2001/05/08 12:28:28
7212 Log: Subject: Re: Perl book, magazine and website updates.
7213 From: "Philip Newton" <pnewton@gmx.de>
7214 Date: Mon, 7 May 2001 17:03:58 +0200
7215 Message-ID: <3AF6D57E.5387.1E29930@localhost>
7218 ____________________________________________________________________________
7219 [ 10028] By: jhi on 2001/05/07 23:53:30
7220 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
7221 From: Peter Prymmer <pvhp@forte.com>
7222 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
7223 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
7226 ____________________________________________________________________________
7227 [ 10027] By: jhi on 2001/05/07 23:22:48
7228 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
7229 From: Robin Houston <robin@kitsite.com>
7230 Date: Tue, 8 May 2001 01:14:55 +0100
7231 Message-ID: <20010508011455.A32162@penderel>
7233 ! ext/B/B/Deparse.pm
7234 ____________________________________________________________________________
7235 [ 10026] By: jhi on 2001/05/07 23:15:05
7236 Log: Typo in #10025.
7239 ____________________________________________________________________________
7240 [ 10025] By: jhi on 2001/05/07 21:15:35
7241 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
7244 ____________________________________________________________________________
7245 [ 10024] By: jhi on 2001/05/07 20:58:40
7246 Log: Subject: Re: [ID 20010506.045] question about hash syntax
7247 From: Peter Scott <Peter@PSDT.com>
7248 Date: Sun, 06 May 2001 13:10:40 -0700
7249 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
7251 ! pod/perl56delta.pod
7252 ____________________________________________________________________________
7253 [ 10023] By: jhi on 2001/05/07 20:41:26
7254 Log: Configure should figure out the list of dynamic extensions
7255 just fine in UTS-- and in fact it does, as reported by Hal Morris.
7258 ____________________________________________________________________________
7259 [ 10022] By: jhi on 2001/05/07 20:24:11
7260 Log: Update Changes.
7262 ! Changes patchlevel.h
7263 ____________________________________________________________________________
7264 [ 10021] By: jhi on 2001/05/07 20:11:31
7265 Log: Subject: [PATCH regcomp.c] Insecure regexes
7266 From: Robin Houston <robin@kitsite.com>
7267 Date: Mon, 7 May 2001 21:56:12 +0100
7268 Message-ID: <20010507215612.A31114@penderel>
7271 ____________________________________________________________________________
7272 [ 10020] By: jhi on 2001/05/07 20:02:30
7273 Log: Drop the foobar.perl.com references for now until Simon
7274 gets them sorted out.
7277 ____________________________________________________________________________
7278 [ 10019] By: jhi on 2001/05/07 19:54:33
7279 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
7280 From: Prymmer/Kahn <pvhp@best.com>
7281 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
7282 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
7284 ! lib/Devel/SelfStubber.pm
7285 ____________________________________________________________________________
7286 [ 10018] By: jhi on 2001/05/07 19:53:10
7287 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
7288 From: Prymmer/Kahn <pvhp@best.com>
7289 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
7290 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
7293 ____________________________________________________________________________
7294 [ 10017] By: jhi on 2001/05/07 19:35:10
7295 Log: s/WebTechnique's/WebTechniques/
7298 ____________________________________________________________________________
7299 [ 10016] By: jhi on 2001/05/07 12:26:29
7300 Log: Llama 3 updates from Randal.
7303 ____________________________________________________________________________
7304 [ 10015] By: jhi on 2001/05/07 01:34:38
7305 Log: Subject: [PATCH] Help -Dt show correct pad variables
7306 From: Benjamin Sugars <ben.sugars@home.com>
7307 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
7308 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
7310 ! embed.h embed.pl proto.h run.c
7311 ____________________________________________________________________________
7312 [ 10014] By: jhi on 2001/05/07 01:23:56
7313 Log: Subject: [PATCH] Document C<our $foo : shared>
7314 From: Benjamin Sugars <ben.sugars@home.com>
7315 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
7316 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
7319 ____________________________________________________________________________
7320 [ 10013] By: jhi on 2001/05/07 01:22:22
7321 Log: Subject: [PATCH B::Deparse] undefined folded constants
7322 From: Robin Houston <robin@kitsite.com>
7323 Date: Sun, 6 May 2001 17:19:09 +0100
7324 Message-ID: <20010506171909.A7046@penderel>
7326 ! ext/B/B/Deparse.pm
7327 ____________________________________________________________________________
7328 [ 10012] By: jhi on 2001/05/07 00:57:38
7329 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
7330 From: Robin Houston <robin@kitsite.com>
7331 Message-ID: <20010506164654.A6848@penderel>
7332 Date: Sun, 6 May 2001 16:46:54 +0100
7334 ! ext/B/B/Deparse.pm
7335 ____________________________________________________________________________
7336 [ 10011] By: jhi on 2001/05/07 00:52:18
7337 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
7338 From: Robin Houston <robin@kitsite.com>
7339 Date: Sun, 6 May 2001 14:47:02 +0100
7340 Message-ID: <20010506144702.A6308@penderel>
7343 ____________________________________________________________________________
7344 [ 10010] By: jhi on 2001/05/06 15:07:51
7345 Log: Subject: Perl book, magazine and website updates.
7346 From: Simon Cozens <simon@netthink.co.uk>
7347 Date: Sun, 6 May 2001 16:55:36 +0100
7348 Message-ID: <20010506165536.A1795@netthink.co.uk>
7350 ! pod/perlbook.pod pod/perlfaq2.pod
7351 ____________________________________________________________________________
7352 [ 10009] By: jhi on 2001/05/06 14:11:40
7353 Log: Tweaks on the Tru64 prof options.
7356 ____________________________________________________________________________
7357 [ 10008] By: jhi on 2001/05/06 13:51:49
7358 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
7359 From: Robin Houston <robin@kitsite.com>
7360 Date: Sun, 6 May 2001 14:40:51 +0100
7361 Message-ID: <20010506144051.A6279@penderel>
7364 ____________________________________________________________________________
7365 [ 10007] By: jhi on 2001/05/06 13:49:31
7366 Log: Subject: [PATCH B::Deparse] scoping
7367 From: Robin Houston <robin@kitsite.com>
7368 Date: Sun, 6 May 2001 14:36:56 +0100
7369 Message-ID: <20010506143656.A4006@penderel>
7371 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
7372 ____________________________________________________________________________
7373 [ 10006] By: jhi on 2001/05/06 13:24:12
7374 Log: Document the undefinedness of bitshifting out of range.
7377 ____________________________________________________________________________
7378 [ 10005] By: jhi on 2001/05/06 13:03:17
7379 Log: Retract #10003 and update the IDE descriptions a bit.
7382 ____________________________________________________________________________
7383 [ 10004] By: jhi on 2001/05/06 03:02:41
7384 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
7385 From: Prymmer/Kahn <pvhp@best.com>
7386 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
7387 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
7389 ! win32/Makefile win32/buildext.pl win32/config.bc
7390 ! win32/config.gc win32/config.vc
7391 ____________________________________________________________________________
7392 [ 10003] By: jhi on 2001/05/05 20:24:44
7393 Log: (Retracted by #10005.)
7396 ____________________________________________________________________________
7397 [ 10002] By: jhi on 2001/05/05 19:23:36
7398 Log: It's "psed", not "sed".
7401 ____________________________________________________________________________
7402 [ 10001] By: jhi on 2001/05/05 18:35:38
7403 Log: Update Changes.
7405 ! Changes patchlevel.h
7406 ____________________________________________________________________________
7407 [ 10000] By: jhi on 2001/05/05 18:32:15
7408 Log: Subject: Re: bleadperl make install fails due to "psed"
7409 From: andreas.koenig@anima.de (Andreas J. Koenig)
7410 Date: 05 May 2001 18:23:28 +0200
7411 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
7413 ! x2p/Makefile.SH x2p/s2p.PL
7414 ____________________________________________________________________________
7415 [ 9999] By: jhi on 2001/05/05 18:28:09
7416 Log: AUTHORS updates.
7419 ____________________________________________________________________________
7420 [ 9998] By: jhi on 2001/05/05 18:16:00
7421 Log: Updates on the pods related to the modules included since 5.6.
7423 TODO: perltodo really could use major updating.
7425 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
7426 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
7427 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
7428 ! pod/perlsyn.pod pod/perltodo.pod
7429 ____________________________________________________________________________
7430 [ 9997] By: jhi on 2001/05/05 17:35:17
7431 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
7436 ____________________________________________________________________________
7437 [ 9996] By: jhi on 2001/05/05 17:25:00
7438 Log: Add preemptive #undefs for some of the shorter and more prone
7439 to collision regcomp.h #defines. (Background: the MASK collided
7440 with a system header #define in Rhapsody.)
7443 ____________________________________________________________________________
7444 [ 9995] By: jhi on 2001/05/05 13:24:21
7445 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
7446 From: Nicholas Clark <nick@ccl4.org>
7447 Date: Sat, 5 May 2001 14:46:39 +0100
7448 Message-ID: <20010505144639.O53513@plum.flirble.org>
7450 Add a test for the constants (if any) being processed correctly.
7453 ____________________________________________________________________________
7454 [ 9994] By: jhi on 2001/05/05 02:11:03
7455 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
7456 From: Peter Prymmer <pvhp@forte.com>
7457 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
7458 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
7461 ____________________________________________________________________________
7462 [ 9993] By: jhi on 2001/05/05 02:03:49
7463 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
7464 From: Peter Prymmer <pvhp@forte.com>
7465 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
7466 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
7468 ! perlio.c vms/vmsish.h
7469 ____________________________________________________________________________
7470 [ 9992] By: jhi on 2001/05/04 17:21:12
7471 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
7472 From: Robin Barker <rmb1@cise.npl.co.uk>
7473 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
7474 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
7478 ____________________________________________________________________________
7479 [ 9991] By: jhi on 2001/05/04 16:47:45
7480 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
7481 From: Robin Barker <rmb1@cise.npl.co.uk>
7482 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
7483 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
7486 ____________________________________________________________________________
7487 [ 9990] By: jhi on 2001/05/04 14:37:20
7488 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
7489 From: Prymmer/Kahn <pvhp@best.com>
7490 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
7491 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
7494 ____________________________________________________________________________
7495 [ 9989] By: jhi on 2001/05/04 14:03:58
7496 Log: Introduce perl572delta, update Todo, add the missing
7497 mention about signal safety since 5.7.1 (though this
7498 requires verification and more details.)
7500 + pod/perl572delta.pod
7501 ! MANIFEST Todo pod/perl571delta.pod
7502 ____________________________________________________________________________
7503 [ 9988] By: jhi on 2001/05/04 12:41:51
7504 Log: Subject: [PATCH perl@9944] long =item
7505 From: Robin Barker <rmb1@cise.npl.co.uk>
7506 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
7507 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
7509 ! ext/Time/HiRes/HiRes.pm
7510 ____________________________________________________________________________
7511 [ 9987] By: jhi on 2001/05/04 12:39:19
7512 Log: The #9901 had removed one line essential for EBCDIC.
7515 ____________________________________________________________________________
7516 [ 9986] By: jhi on 2001/05/04 12:30:23
7517 Log: Subject: cygwin/Makefile.SHs INSTALL patch
7518 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
7519 Date: Mon, 08 Jan 2001 04:59:21 +0200
7520 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
7522 ! cygwin/Makefile.SHs
7523 ____________________________________________________________________________
7524 [ 9985] By: jhi on 2001/05/04 03:51:39
7525 Log: Encode/IO doc tweaks.
7527 ! ext/Encode/Encode.pm
7528 ____________________________________________________________________________
7529 [ 9984] By: jhi on 2001/05/04 03:29:34
7530 Log: Remove GDBM_File from the dynamic extensions for UTS,
7531 GDBM is not a standard feature.
7534 ____________________________________________________________________________
7535 [ 9983] By: jhi on 2001/05/04 03:22:59
7536 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
7539 ____________________________________________________________________________
7540 [ 9982] By: jhi on 2001/05/03 23:21:03
7541 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
7542 From: Benjamin Sugars <bsugars@canoe.ca>
7543 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
7544 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
7547 ____________________________________________________________________________
7548 [ 9981] By: jhi on 2001/05/03 23:20:05
7549 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
7550 From: Benjamin Sugars <bsugars@canoe.ca>
7551 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
7552 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
7554 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7555 ____________________________________________________________________________
7556 [ 9980] By: jhi on 2001/05/03 23:15:29
7557 Log: Integrate perlio.
7559 !> ext/Encode/Encode.pm
7560 ____________________________________________________________________________
7561 [ 9979] By: jhi on 2001/05/03 16:54:59
7562 Log: Install psed man page.
7565 ____________________________________________________________________________
7566 [ 9978] By: jhi on 2001/05/03 16:45:58
7567 Log: Remove unused files; noted by Sarathy.
7569 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
7571 ____________________________________________________________________________
7572 [ 9977] By: jhi on 2001/05/03 16:42:30
7573 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
7574 From: Andy Dougherty <doughera@lafayette.edu>
7575 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
7576 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
7579 ____________________________________________________________________________
7580 [ 9976] By: nick on 2001/05/03 16:40:42
7581 Log: Allow $answer = encode($object,$text); like it says in docs.
7583 ! ext/Encode/Encode.pm
7584 ____________________________________________________________________________
7585 [ 9975] By: nick on 2001/05/03 16:22:30
7586 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
7587 to be in scope (fair enough), and also a package variable (our) for eval to see it.
7589 ! ext/Encode/Encode.pm
7590 ____________________________________________________________________________
7591 [ 9974] By: nick on 2001/05/03 15:48:17
7592 Log: Integrate mainline.
7594 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
7595 +> t/lib/filter-simple.t t/lib/next.t
7596 !> (integrate 70 files)
7597 ____________________________________________________________________________
7598 [ 9973] By: jhi on 2001/05/03 13:09:09
7599 Log: Update Changes.
7601 ! Changes patchlevel.h
7602 ____________________________________________________________________________
7603 [ 9972] By: jhi on 2001/05/03 12:58:33
7604 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
7605 From: Prymmer/Kahn <pvhp@best.com>
7606 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
7607 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
7610 ____________________________________________________________________________
7611 [ 9971] By: jhi on 2001/05/03 12:57:26
7612 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
7613 From: Prymmer/Kahn <pvhp@best.com>
7614 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
7615 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
7618 ____________________________________________________________________________
7619 [ 9970] By: jhi on 2001/05/03 02:42:46
7620 Log: Can't croak sans thread context, from Doug MacEachern.
7623 ____________________________________________________________________________
7624 [ 9969] By: jhi on 2001/05/03 01:23:48
7625 Log: Subject: Random input test and Perl
7626 From: Ilya Zakharevich <ilya@math.berkeley.edu>
7627 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
7628 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
7631 ____________________________________________________________________________
7632 [ 9968] By: jhi on 2001/05/02 22:17:21
7633 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
7634 From: Peter Prymmer <pvhp@forte.com>
7635 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
7636 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
7638 ! pod/perlfunc.pod pod/perlport.pod
7639 ____________________________________________________________________________
7640 [ 9967] By: jhi on 2001/05/02 20:12:45
7641 Log: Workaround for UTS compiler casting bug from Hal Morris.
7644 ____________________________________________________________________________
7645 [ 9966] By: jhi on 2001/05/02 18:31:37
7646 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
7647 From: Dan Sugalski <dan@sidhe.org>
7648 Date: Wed, 02 May 2001 15:23:22 -0400
7649 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
7652 ____________________________________________________________________________
7653 [ 9965] By: jhi on 2001/05/02 18:21:29
7654 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
7657 ____________________________________________________________________________
7658 [ 9964] By: jhi on 2001/05/02 18:15:01
7659 Log: Document large files in INSTALL, document also the %x
7660 limitation if not use64bitint, closes bug 20010326.007.
7663 ____________________________________________________________________________
7664 [ 9963] By: jhi on 2001/05/02 17:24:47
7665 Log: perlmodlib tweaks; regen pods.
7667 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
7669 ____________________________________________________________________________
7670 [ 9962] By: jhi on 2001/05/02 17:14:00
7671 Log: Fix for a segfault, from Marc Lehmann.
7673 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
7674 ____________________________________________________________________________
7675 [ 9961] By: jhi on 2001/05/02 15:55:53
7676 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
7677 From: "Philip Newton" <pnewton@gmx.de>
7678 Date: Wed, 2 May 2001 18:39:03 +0200
7679 Message-ID: <3AF05447.15525.173B588@localhost>
7682 ____________________________________________________________________________
7683 [ 9960] By: jhi on 2001/05/02 15:35:37
7684 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
7685 From: Dan Sugalski <dan@sidhe.org>
7686 Date: Wed, 02 May 2001 11:37:27 -0400
7687 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
7689 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
7690 ! thread.h vms/vms.c vms/vmsish.h
7691 ____________________________________________________________________________
7692 [ 9959] By: jhi on 2001/05/02 15:21:08
7693 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
7694 From: Benjamin Sugars <bsugars@canoe.ca>
7695 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
7696 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
7698 ! ext/PerlIO/Scalar/Scalar.xs
7699 ____________________________________________________________________________
7700 [ 9958] By: jhi on 2001/05/02 15:15:53
7701 Log: Bug in #9915, spotted by Mike Guy.
7704 ____________________________________________________________________________
7705 [ 9957] By: jhi on 2001/05/02 13:26:01
7706 Log: Add a test for not griping about references as array
7707 indices if the reference has magic in it (overloaded
7710 ! pod/perldiag.pod t/pragma/warn/pp_hot
7711 ____________________________________________________________________________
7712 [ 9956] By: jhi on 2001/05/02 13:07:01
7713 Log: Retracted a bit too much in #9952.
7715 ! t/pragma/sub_lval.t
7716 ____________________________________________________________________________
7717 [ 9955] By: jhi on 2001/05/02 13:05:38
7718 Log: Test for #9952.
7721 ____________________________________________________________________________
7722 [ 9954] By: jhi on 2001/05/02 11:48:18
7723 Log: Additional note on the encoding example: one cannot
7724 convert string constants in-place.
7726 ! ext/Encode/Encode.pm
7727 ____________________________________________________________________________
7728 [ 9953] By: jhi on 2001/05/02 11:43:51
7729 Log: Note that if you have recent enough Perl you already
7730 have Filter::Util::Call.
7732 ! lib/Filter/Simple.pm
7733 ____________________________________________________________________________
7734 [ 9952] By: jhi on 2001/05/02 11:31:53
7735 Log: Retract changes #8254 and #8255, causes coredump in
7736 'tie FH, "main"', reported by Abigail, culprit found by
7737 Benjamin Sugars. Mirrors maintperl change #9950.
7739 ! op.c t/pragma/sub_lval.t
7740 ____________________________________________________________________________
7741 [ 9951] By: jhi on 2001/05/02 11:14:29
7742 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
7745 ____________________________________________________________________________
7746 [ 9950] By: gsar on 2001/05/02 03:17:11
7747 Log: revert integration of changes#8254,8255 in change#8620 (causes
7748 a coredump in C<tie FH, 'foo'>; the idea itself may need better
7750 Branch: maint-5.6/perl
7751 ! op.c t/pragma/sub_lval.t
7752 ____________________________________________________________________________
7753 [ 9949] By: gsar on 2001/05/02 02:56:32
7754 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
7756 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
7758 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
7759 Branch: maint-5.6/perl
7761 ____________________________________________________________________________
7762 [ 9948] By: gsar on 2001/05/02 02:49:15
7763 Log: pod/find.t breaks on VMS (from Craig Berry)
7764 Branch: maint-5.6/perl
7766 ____________________________________________________________________________
7767 [ 9947] By: jhi on 2001/05/02 02:43:09
7768 Log: Add an encoding conversion example.
7770 ! ext/Encode/Encode.pm
7771 ____________________________________________________________________________
7772 [ 9946] By: jhi on 2001/05/02 01:34:22
7773 Log: Another coat of paint but still nowhere finished.
7774 Need to decide on the semantics of strptime(): should
7775 strptime() be a function instead of a method? To do
7776 the week/monthname-strptiming the i18n/l10n bullet needs
7777 to be bitten with gusto.
7779 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
7780 ____________________________________________________________________________
7781 [ 9945] By: jhi on 2001/05/01 23:40:52
7782 Log: Update Changes.
7784 ! Changes patchlevel.h
7785 ____________________________________________________________________________
7786 [ 9944] By: jhi on 2001/05/01 23:33:37
7787 Log: Add known-to-be-tested modules to the list-to-be-skipped.
7790 ____________________________________________________________________________
7791 [ 9943] By: jhi on 2001/05/01 23:24:40
7792 Log: Subject: BorlandC++ fix
7793 From: "Vadim Konovalov" <watman@inbox.ru>
7794 Date: Mon, 30 Apr 2001 20:12:26 -0700
7795 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
7798 ____________________________________________________________________________
7799 [ 9942] By: jhi on 2001/05/01 23:18:02
7800 Log: Update to Filter::Simple 0.60, create a test for it.
7802 + t/lib/filter-simple.t
7803 ! MANIFEST lib/Filter/Simple.pm
7804 ____________________________________________________________________________
7805 [ 9941] By: jhi on 2001/05/01 19:47:24
7806 Log: Subject: Re: bleadperl: s/// failure with \b and /g
7807 From: Hugo <hv@crypt.compulink.co.uk>
7808 Date: Tue, 01 May 2001 20:12:20 +0100
7809 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
7811 ! pp_hot.c t/op/re_tests
7812 ____________________________________________________________________________
7813 [ 9940] By: jhi on 2001/05/01 19:42:16
7814 Log: Integrate perlio.
7816 !> lib/base.pm t/lib/fields.t
7817 ____________________________________________________________________________
7818 [ 9939] By: jhi on 2001/05/01 19:39:51
7819 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
7820 From: Benjamin Sugars <bsugars@canoe.ca>
7821 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
7822 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
7824 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7825 ____________________________________________________________________________
7826 [ 9938] By: jhi on 2001/05/01 19:34:09
7827 Log: Add NEXT, a pseudo-class for method redispatching.
7828 <Damian>NEXT.pm probably offers more bang-for-buck
7829 than anything else I've ever written.</Damian>
7831 + lib/NEXT.pm t/lib/next.t
7833 ____________________________________________________________________________
7834 [ 9937] By: jhi on 2001/05/01 19:21:41
7835 Log: Update to Switch 2.02.
7837 ! lib/Switch.pm t/lib/switch.t
7838 ____________________________________________________________________________
7839 [ 9936] By: nick on 2001/05/01 19:09:21
7840 Log: Fix for base.pm clobbering $VERSION
7843 ____________________________________________________________________________
7844 [ 9935] By: nick on 2001/05/01 18:54:38
7845 Log: Test for base.pm clobbering $VERSION.
7848 ____________________________________________________________________________
7849 [ 9934] By: jhi on 2001/05/01 18:39:10
7850 Log: Add information about Scalar::Util::blessed.
7853 ____________________________________________________________________________
7854 [ 9933] By: jhi on 2001/05/01 18:33:51
7855 Log: Subject: Extra UNIVERSAL documentation
7856 From: Mike Guy <mjtg@cam.ac.uk>
7857 Date: Tue, 01 May 2001 20:12:11 +0100
7858 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
7861 ____________________________________________________________________________
7862 [ 9932] By: jhi on 2001/05/01 18:26:54
7863 Log: Subject: Autoflush in tests as appropriate
7864 From: Mike Guy <mjtg@cam.ac.uk>
7865 Date: Tue, 01 May 2001 20:05:31 +0100
7866 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
7868 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
7870 ____________________________________________________________________________
7871 [ 9931] By: jhi on 2001/05/01 18:02:29
7872 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
7873 From: Benjamin Sugars <bsugars@canoe.ca>
7874 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
7875 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
7877 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7878 ____________________________________________________________________________
7879 [ 9930] By: jhi on 2001/05/01 15:12:26
7880 Log: Subject: Re: Finally got a round tuit
7881 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7882 Date: Tue, 01 May 2001 14:14:10 +0200
7883 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
7885 The -DP part, slightly modified.
7888 ____________________________________________________________________________
7889 [ 9929] By: jhi on 2001/05/01 14:17:15
7890 Log: Subject: Re: Finally got a round tuit
7891 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7892 Date: Tue, 01 May 2001 16:34:06 +0200
7893 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
7895 cpp and optimization tweaks for HP-UX.
7898 ____________________________________________________________________________
7899 [ 9928] By: jhi on 2001/05/01 13:24:20
7900 Log: Tune the scan_num() comments to reality.
7903 ____________________________________________________________________________
7904 [ 9927] By: jhi on 2001/05/01 13:14:01
7905 Log: Subject: [PATCH B::Deparse] optimised sort
7906 From: Robin Houston <robin@kitsite.com>
7907 Date: Tue, 1 May 2001 14:07:12 +0100
7908 Message-ID: <20010501140712.A4266@penderel>
7910 ! ext/B/B/Deparse.pm
7911 ____________________________________________________________________________
7912 [ 9926] By: jhi on 2001/05/01 13:10:53
7913 Log: Subject: [PATCH t/lib/b-deparse.t]
7914 From: Robin Houston <robin@kitsite.com>
7915 Date: Tue, 1 May 2001 13:37:42 +0100
7916 Message-ID: <20010501133742.A4082@penderel>
7919 ____________________________________________________________________________
7920 [ 9925] By: jhi on 2001/05/01 13:10:13
7921 Log: Subject: [PATCH B::Deparse] for(;;), sort
7922 From: Robin Houston <robin@kitsite.com>
7923 Date: Tue, 1 May 2001 13:35:00 +0100
7924 Message-ID: <20010501133500.A4061@penderel>
7926 ! ext/B/B/Deparse.pm
7927 ____________________________________________________________________________
7928 [ 9924] By: jhi on 2001/05/01 13:09:22
7929 Log: Subject: [PATCH B::Deparse] do, warn, use
7930 From: Robin Houston <robin@kitsite.com>
7931 Date: Tue, 1 May 2001 13:31:03 +0100
7932 Message-ID: <20010501133103.A4041@penderel>
7934 ! ext/B/B/Deparse.pm
7935 ____________________________________________________________________________
7936 [ 9923] By: jhi on 2001/05/01 11:45:36
7937 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
7938 From: Benjamin Sugars <ben.sugars@home.com>
7939 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
7940 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
7944 ____________________________________________________________________________
7945 [ 9922] By: jhi on 2001/05/01 11:35:42
7946 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
7947 From: Peter Prymmer <pvhp@forte.com>
7948 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
7949 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
7951 ! t/lib/selfstubber.t
7952 ____________________________________________________________________________
7953 [ 9921] By: jhi on 2001/04/30 16:34:33
7954 Log: Subject: [PATCH B::Concise] suppress warning
7955 From: Robin Houston <robin@kitsite.com>
7956 Date: Mon, 30 Apr 2001 16:09:49 +0100
7957 Message-ID: <20010430160949.A25086@penderel>
7959 ! ext/B/B/Concise.pm
7960 ____________________________________________________________________________
7961 [ 9920] By: jhi on 2001/04/30 13:56:04
7962 Log: Strip the *markers* from #9919.
7964 ! pod/perlfaq.pod pod/perlfaq5.pod
7965 ____________________________________________________________________________
7966 [ 9919] By: jhi on 2001/04/30 13:54:04
7967 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
7968 From: Gwyn Judd <b.judd@xtra.co.nz>
7969 Date: Sun, 29 Apr 2001 01:47:49 +1200
7970 Message-ID: <20010429014749.A4418@thislove>
7972 ! pod/perlfaq.pod pod/perlfaq5.pod
7973 ____________________________________________________________________________
7974 [ 9918] By: jhi on 2001/04/30 13:13:54
7977 ! pod/perldata.pod pod/perldiag.pod
7978 ____________________________________________________________________________
7979 [ 9917] By: jhi on 2001/04/30 13:01:27
7980 Log: Update Changes.
7982 ! Changes patchlevel.h
7983 ____________________________________________________________________________
7984 [ 9916] By: jhi on 2001/04/30 12:57:03
7985 Log: T_w_e_a_k_a_g_e.
7987 ! pod/perldata.pod pod/perldiag.pod
7988 ____________________________________________________________________________
7989 [ 9915] By: jhi on 2001/04/30 12:39:29
7990 Log: Install s2p also as psed.
7992 TODO: psed documentation?
7995 ____________________________________________________________________________
7996 [ 9914] By: jhi on 2001/04/30 12:29:21
7997 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
7998 From: Jens Hamisch <jens@Strawberry.COM>
7999 Date: Fri, 27 Apr 2001 17:00:36 +0200
8000 Message-ID: <20010427170036.K1372@Strawberry.COM>
8002 SOCKS5_VERSION_NAME is the right symbol to detect
8003 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
8004 function called socks5_init() is available, and even that is
8005 not universal, most SOCKS5 installations use SOCKSinit()).
8008 ____________________________________________________________________________
8009 [ 9913] By: jhi on 2001/04/30 12:22:15
8010 Log: Allow a zero timeout on IO::Socket accept and connect--
8011 though one really shouldn't do that. Based on
8013 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
8014 From: "John Holdsworth" <coldwave@bigfoot.com>
8015 Date: Sun, 4 Feb 2001 12:48:18 +0100
8016 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
8018 ! ext/IO/lib/IO/Socket.pm
8019 ____________________________________________________________________________
8020 [ 9912] By: jhi on 2001/04/30 11:27:27
8021 Log: Save the spot of regprev (see #9911) for binary compatibility;
8024 ! embedvar.h perlapi.h thrdvar.h
8025 ____________________________________________________________________________
8026 [ 9911] By: jhi on 2001/04/30 11:22:03
8027 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
8028 From: Hugo <hv@crypt.compulink.co.uk>
8029 Date: Sun, 29 Apr 2001 17:09:30 +0100
8030 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
8032 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
8033 ____________________________________________________________________________
8034 [ 9910] By: jhi on 2001/04/30 11:15:12
8035 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
8036 a dummy for PL_numeric_radix); no pressing reason to break
8037 binary compatibility; regen API.
8039 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
8040 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
8041 ____________________________________________________________________________
8042 [ 9909] By: jhi on 2001/04/30 10:56:08
8043 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
8044 From: Walt Mankowski <waltman@netaxs.com>
8045 Date: Sun, 29 Apr 2001 21:53:48 -0400
8046 Message-ID: <20010429215348.A3971@netaxs.com>
8049 ____________________________________________________________________________
8050 [ 9908] By: jhi on 2001/04/30 10:49:40
8051 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
8053 ! t/lib/selfstubber.t
8054 ____________________________________________________________________________
8055 [ 9907] By: nick on 2001/04/30 09:26:50
8056 Log: Integrate mainline.
8058 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
8059 ____________________________________________________________________________
8060 [ 9906] By: jhi on 2001/04/29 23:24:20
8061 Log: Abigail spotted a thinko in #9905.
8064 ____________________________________________________________________________
8065 [ 9905] By: jhi on 2001/04/29 15:55:39
8066 Log: Changed the underscore/undebar syntax in numeric constants;
8067 now any grouping will do, as long as the underscores are not
8068 consecutive (so "zero-grouping" is out), and they do not begin
8069 or end the integer or fractional parts.
8071 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
8072 ____________________________________________________________________________
8073 [ 9904] By: nick on 2001/04/29 15:43:22
8074 Log: Integrate mainline.
8076 +> (branch 98 files)
8077 - lib/unicode/Block.pl
8078 - lib/unicode/In/AlphabeticPresentationForms.pl
8079 - lib/unicode/In/Arabic.pl
8080 - lib/unicode/In/ArabicPresentationForms-A.pl
8081 - lib/unicode/In/ArabicPresentationForms-B.pl
8082 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
8083 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
8084 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
8085 - lib/unicode/In/BopomofoExtended.pl
8086 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
8087 - lib/unicode/In/CJKCompatibility.pl
8088 - lib/unicode/In/CJKCompatibilityForms.pl
8089 - lib/unicode/In/CJKCompatibilityIdeographs.pl
8090 - lib/unicode/In/CJKRadicalsSupplement.pl
8091 - lib/unicode/In/CJKSymbolsandPunctuation.pl
8092 - lib/unicode/In/CJKUnifiedIdeographs.pl
8093 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8094 - lib/unicode/In/Cherokee.pl
8095 - lib/unicode/In/CombiningDiacriticalMarks.pl
8096 - lib/unicode/In/CombiningHalfMarks.pl
8097 - lib/unicode/In/CombiningMarksforSymbols.pl
8098 - lib/unicode/In/ControlPictures.pl
8099 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
8100 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
8101 - lib/unicode/In/EnclosedAlphanumerics.pl
8102 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
8103 - lib/unicode/In/Ethiopic.pl
8104 - lib/unicode/In/GeneralPunctuation.pl
8105 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
8106 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
8107 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
8108 - lib/unicode/In/HalfwidthandFullwidthForms.pl
8109 - lib/unicode/In/HangulCompatibilityJamo.pl
8110 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
8111 - lib/unicode/In/Hebrew.pl
8112 - lib/unicode/In/HighPrivateUseSurrogates.pl
8113 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
8114 - lib/unicode/In/IPAExtensions.pl
8115 - lib/unicode/In/IdeographicDescriptionCharacters.pl
8116 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
8117 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
8118 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
8119 - lib/unicode/In/Latin-1Supplement.pl
8120 - lib/unicode/In/LatinExtended-A.pl
8121 - lib/unicode/In/LatinExtended-B.pl
8122 - lib/unicode/In/LatinExtendedAdditional.pl
8123 - lib/unicode/In/LetterlikeSymbols.pl
8124 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
8125 - lib/unicode/In/MathematicalOperators.pl
8126 - lib/unicode/In/MiscellaneousSymbols.pl
8127 - lib/unicode/In/MiscellaneousTechnical.pl
8128 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8129 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
8130 - lib/unicode/In/OpticalCharacterRecognition.pl
8131 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
8132 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
8133 - lib/unicode/In/SmallFormVariants.pl
8134 - lib/unicode/In/SpacingModifierLetters.pl
8135 - lib/unicode/In/Specials.pl
8136 - lib/unicode/In/SuperscriptsandSubscripts.pl
8137 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
8138 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
8139 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
8140 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8141 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8142 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
8143 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
8144 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
8145 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
8146 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
8147 !> utf8.c win32/Makefile
8148 ____________________________________________________________________________
8149 [ 9903] By: jhi on 2001/04/29 14:30:53
8150 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
8151 From: Prymmer/Kahn <pvhp@best.com>
8152 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
8153 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
8156 ____________________________________________________________________________
8157 [ 9902] By: jhi on 2001/04/29 02:52:44
8158 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
8159 From: "Abigail" <abigail@foad.org>
8160 Date: Sun, 29 Apr 2001 03:14:25 +0200
8161 Message-ID: <20010429011425.24503.qmail@foad.org>
8163 ! ext/IO/lib/IO/Seekable.pm
8164 ____________________________________________________________________________
8165 [ 9901] By: jhi on 2001/04/29 02:04:46
8166 Log: In character classes one couldn't have 0x80..0xff characters
8167 at the left hand side if there were 0x100.. characters in the
8170 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
8172 ____________________________________________________________________________
8173 [ 9900] By: jhi on 2001/04/28 22:55:04
8174 Log: Forgot the latest mktables.PL from #9899.
8176 ! lib/unicode/mktables.PL
8177 ____________________________________________________________________________
8178 [ 9899] By: jhi on 2001/04/28 22:53:28
8179 Log: Explain the \p{} and \P{} error message better and
8180 have prettier prettyprint in In.pl.
8182 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
8184 ____________________________________________________________________________
8185 [ 9898] By: jhi on 2001/04/28 21:03:34
8186 Log: Add one possible explanation for the "Invalid [] range" error.
8189 ____________________________________________________________________________
8190 [ 9897] By: jhi on 2001/04/28 17:18:26
8191 Log: Add a level of indirection to the implementation of \p{InFoo}
8192 so that we don't have to have long filenames. (Nothing changes
8193 in the user interface.) The indirection is defined in
8194 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
8195 Also rename some the character classes by removing '-' from
8196 the classnames, and finally renamed Block.pl as Blocks.pl.
8198 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
8199 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
8200 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
8201 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
8202 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
8203 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
8204 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
8205 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
8206 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
8207 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
8208 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
8209 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
8210 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
8211 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
8212 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
8213 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
8214 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
8215 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
8216 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
8217 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
8218 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
8219 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
8220 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
8221 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
8222 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
8223 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
8224 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
8225 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
8226 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
8227 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
8228 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
8229 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
8230 + lib/unicode/In/94.pl lib/unicode/In/95.pl
8231 - lib/unicode/Block.pl
8232 - lib/unicode/In/AlphabeticPresentationForms.pl
8233 - lib/unicode/In/Arabic.pl
8234 - lib/unicode/In/ArabicPresentationForms-A.pl
8235 - lib/unicode/In/ArabicPresentationForms-B.pl
8236 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
8237 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
8238 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
8239 - lib/unicode/In/BopomofoExtended.pl
8240 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
8241 - lib/unicode/In/CJKCompatibility.pl
8242 - lib/unicode/In/CJKCompatibilityForms.pl
8243 - lib/unicode/In/CJKCompatibilityIdeographs.pl
8244 - lib/unicode/In/CJKRadicalsSupplement.pl
8245 - lib/unicode/In/CJKSymbolsandPunctuation.pl
8246 - lib/unicode/In/CJKUnifiedIdeographs.pl
8247 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8248 - lib/unicode/In/Cherokee.pl
8249 - lib/unicode/In/CombiningDiacriticalMarks.pl
8250 - lib/unicode/In/CombiningHalfMarks.pl
8251 - lib/unicode/In/CombiningMarksforSymbols.pl
8252 - lib/unicode/In/ControlPictures.pl
8253 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
8254 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
8255 - lib/unicode/In/EnclosedAlphanumerics.pl
8256 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
8257 - lib/unicode/In/Ethiopic.pl
8258 - lib/unicode/In/GeneralPunctuation.pl
8259 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
8260 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
8261 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
8262 - lib/unicode/In/HalfwidthandFullwidthForms.pl
8263 - lib/unicode/In/HangulCompatibilityJamo.pl
8264 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
8265 - lib/unicode/In/Hebrew.pl
8266 - lib/unicode/In/HighPrivateUseSurrogates.pl
8267 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
8268 - lib/unicode/In/IPAExtensions.pl
8269 - lib/unicode/In/IdeographicDescriptionCharacters.pl
8270 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
8271 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
8272 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
8273 - lib/unicode/In/Latin-1Supplement.pl
8274 - lib/unicode/In/LatinExtended-A.pl
8275 - lib/unicode/In/LatinExtended-B.pl
8276 - lib/unicode/In/LatinExtendedAdditional.pl
8277 - lib/unicode/In/LetterlikeSymbols.pl
8278 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
8279 - lib/unicode/In/MathematicalOperators.pl
8280 - lib/unicode/In/MiscellaneousSymbols.pl
8281 - lib/unicode/In/MiscellaneousTechnical.pl
8282 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8283 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
8284 - lib/unicode/In/OpticalCharacterRecognition.pl
8285 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
8286 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
8287 - lib/unicode/In/SmallFormVariants.pl
8288 - lib/unicode/In/SpacingModifierLetters.pl
8289 - lib/unicode/In/Specials.pl
8290 - lib/unicode/In/SuperscriptsandSubscripts.pl
8291 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
8292 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
8293 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
8294 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8295 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8296 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
8297 ! pod/perlunicode.pod
8298 ____________________________________________________________________________
8299 [ 9896] By: jhi on 2001/04/28 14:33:17
8300 Log: Update the information on shared library path on HP-UX.
8303 ____________________________________________________________________________
8304 [ 9895] By: jhi on 2001/04/28 14:32:30
8305 Log: Because #9894 seems to do the trick, this workaround can be removed.
8307 ! t/lib/selfstubber.t
8308 ____________________________________________________________________________
8309 [ 9894] By: jhi on 2001/04/28 14:26:13
8310 Log: For PerlIO flush the children's file handles (on fork/exec/system).
8313 ____________________________________________________________________________
8314 [ 9893] By: jhi on 2001/04/28 14:23:15
8315 Log: Test tweak for #9891.
8318 ____________________________________________________________________________
8319 [ 9892] By: jhi on 2001/04/28 14:10:13
8320 Log: New HP-UX hints from Merijn.
8323 ____________________________________________________________________________
8324 [ 9891] By: jhi on 2001/04/28 14:07:27
8325 Log: Subject: [PATCH B::Deparse] non-block scopes
8326 From: Robin Houston <robin@kitsite.com>
8327 Date: Fri, 27 Apr 2001 19:15:14 +0100
8328 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
8330 ! ext/B/B/Deparse.pm
8331 ____________________________________________________________________________
8332 [ 9890] By: nick on 2001/04/27 19:41:25
8333 Log: Integrate mainline
8335 +> t/lib/selfstubber.t
8336 !> (integrate 50 files)
8337 ____________________________________________________________________________
8338 [ 9889] By: jhi on 2001/04/27 18:23:46
8339 Log: Subject: Re: selfstubber test fail on bleadperl
8340 From: Mike Guy <mjtg@cam.ac.uk>
8341 Date: Fri, 27 Apr 2001 19:31:18 +0100
8342 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
8344 ! t/lib/selfstubber.t
8345 ____________________________________________________________________________
8346 [ 9888] By: jhi on 2001/04/27 16:20:54
8347 Log: Test tweak for #9886.
8350 ____________________________________________________________________________
8351 [ 9887] By: jhi on 2001/04/27 16:16:33
8352 Log: Buffering issue at least in Solaris (even with perlio).
8354 ! t/lib/selfstubber.t
8355 ____________________________________________________________________________
8356 [ 9886] By: jhi on 2001/04/27 14:59:23
8357 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
8358 From: Robin Houston <robin@kitsite.com>
8359 Date: Fri, 27 Apr 2001 16:53:20 +0100
8360 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
8362 ! ext/B/B/Deparse.pm
8363 ____________________________________________________________________________
8364 [ 9885] By: jhi on 2001/04/27 14:23:51
8365 Log: Update Changes.
8367 ! Changes patchlevel.h
8368 ____________________________________________________________________________
8369 [ 9884] By: jhi on 2001/04/27 14:14:12
8370 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
8371 From: "Philip Newton" <pnewton@gmx.de>
8372 Date: Fri, 27 Apr 2001 16:40:13 +0200
8373 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
8376 ____________________________________________________________________________
8377 [ 9883] By: jhi on 2001/04/27 13:28:19
8378 Log: Add LOG_PERROR; prettify the "removed".
8380 ! ext/Sys/Syslog/Syslog.xs
8381 ____________________________________________________________________________
8382 [ 9882] By: jhi on 2001/04/27 13:13:18
8383 Log: h2xs tweaks: use NV instead of double, "quote" the removed
8384 prefixes for clarity (especially when nothing is removed),
8385 slight pod reformats.
8388 ____________________________________________________________________________
8389 [ 9881] By: jhi on 2001/04/27 12:58:48
8390 Log: Don't bother creating existing directories.
8393 ____________________________________________________________________________
8394 [ 9880] By: jhi on 2001/04/27 12:45:39
8395 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
8396 From: Mike Schilli <m@perlmeister.com>
8397 Date: Wed, 25 Apr 2001 01:29:21 -0700
8398 Message-id: <3AE68AE1.6A981723@perlmeister.com>
8401 ____________________________________________________________________________
8402 [ 9879] By: jhi on 2001/04/27 12:40:55
8403 Log: break is not yet Perl. Added the template license also to README.
8406 ____________________________________________________________________________
8407 [ 9878] By: jhi on 2001/04/27 03:08:20
8408 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
8409 From: Tim Jenness <t.jenness@jach.hawaii.edu>
8410 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
8411 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
8413 ! t/lib/xs-typemap.t
8414 ____________________________________________________________________________
8415 [ 9877] By: jhi on 2001/04/26 23:54:40
8416 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
8417 From: "Abigail" <abigail@foad.org>
8418 Date: Fri, 27 Apr 2001 01:44:28 +0200
8419 Message-ID: <20010426234428.19786.qmail@foad.org>
8422 ____________________________________________________________________________
8423 [ 9876] By: jhi on 2001/04/26 23:52:06
8424 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
8425 From: Peter Prymmer <pvhp@forte.com>
8426 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
8427 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
8429 ! t/lib/selfstubber.t
8430 ____________________________________________________________________________
8431 [ 9875] By: jhi on 2001/04/26 23:48:10
8434 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
8435 ____________________________________________________________________________
8436 [ 9874] By: jhi on 2001/04/26 22:46:05
8437 Log: Document ANYOF_CLASS.
8440 ____________________________________________________________________________
8441 [ 9873] By: jhi on 2001/04/26 22:35:03
8442 Log: Subject: Re: [PATCH @9846] dumping ANYOF
8443 From: Hugo <hv@crypt.compulink.co.uk>
8444 Date: Thu, 26 Apr 2001 23:33:38 +0100
8445 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
8447 ! regcomp.c regcomp.h
8448 ____________________________________________________________________________
8449 [ 9872] By: jhi on 2001/04/26 22:34:31
8450 Log: Subject: [PATCH] more for Devel::SelfStubber
8451 From: Nicholas Clark <nick@ccl4.org>
8452 Date: Fri, 27 Apr 2001 00:13:52 +0100
8453 Message-ID: <20010427001351.K88186@plum.flirble.org>
8455 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
8456 ____________________________________________________________________________
8457 [ 9871] By: jhi on 2001/04/26 21:59:17
8458 Log: Subject: [PATCH B::Deparse] formats must be flush left
8459 From: Robin Houston <robin@kitsite.com>
8460 Date: Thu, 26 Apr 2001 23:54:29 +0100
8461 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
8463 ! ext/B/B/Deparse.pm
8464 ____________________________________________________________________________
8465 [ 9870] By: jhi on 2001/04/26 21:57:37
8466 Log: If some of the constants are prefixes of others,
8467 the prefixes may never get recognized. (See 20010426.006.)
8470 ____________________________________________________________________________
8471 [ 9869] By: jhi on 2001/04/26 21:50:42
8472 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
8473 From: Chris Bongaarts <cab@tc.umn.edu>
8474 Date: Thu, 26 Apr 2001 17:10:31 -0500
8475 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
8477 ! ext/Sys/Syslog/Syslog.xs
8478 ____________________________________________________________________________
8479 [ 9868] By: jhi on 2001/04/26 21:35:12
8480 Log: Further cuts and more docs from Graham Barr.
8482 ! ext/List/Util/lib/List/Util.pm
8483 ! ext/List/Util/lib/Scalar/Util.pm
8484 ____________________________________________________________________________
8485 [ 9867] By: jhi on 2001/04/26 21:18:57
8486 Log: Subject: [PATCH 5.7.1] DB_File-1.77
8487 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
8488 Date: Thu, 26 Apr 2001 22:37:53 +0100
8489 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
8491 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8492 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
8493 ____________________________________________________________________________
8494 [ 9866] By: jhi on 2001/04/26 21:12:31
8495 Log: Subject: [PATCH B::Deparse] fix easy bugs
8496 From: Robin Houston <robin@kitsite.com>
8497 Date: Thu, 26 Apr 2001 23:03:33 +0100
8498 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
8500 ! ext/B/B/Deparse.pm
8501 ____________________________________________________________________________
8502 [ 9865] By: jhi on 2001/04/26 20:26:13
8503 Log: Update Changes.
8505 ! Changes patchlevel.h
8506 ____________________________________________________________________________
8507 [ 9864] By: jhi on 2001/04/26 19:27:48
8508 Log: Dethinko from Robin Houston.
8510 ! ext/B/B/Deparse.pm
8511 ____________________________________________________________________________
8512 [ 9863] By: jhi on 2001/04/26 19:10:35
8513 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
8514 From: Robin Houston <robin@kitsite.com>
8515 Date: Thu, 26 Apr 2001 21:08:32 +0100
8516 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
8518 ! ext/B/B/Deparse.pm
8519 ____________________________________________________________________________
8520 [ 9862] By: jhi on 2001/04/26 19:04:23
8521 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
8522 From: Robin Houston <robin@kitsite.com>
8523 Date: Thu, 26 Apr 2001 20:52:50 +0100
8524 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
8526 ! ext/B/B/Deparse.pm
8527 ____________________________________________________________________________
8528 [ 9861] By: jhi on 2001/04/26 18:56:14
8529 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
8530 From: Mike Guy <mjtg@cam.ac.uk>
8531 Date: Thu, 26 Apr 2001 14:22:40 +0100
8532 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
8535 ____________________________________________________________________________
8536 [ 9860] By: jhi on 2001/04/26 18:46:42
8537 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
8538 From: Robin Houston <robin@kitsite.com>
8539 Date: Thu, 26 Apr 2001 20:34:29 +0100
8540 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
8542 Hashes do not interpolate.
8544 ! ext/B/B/Deparse.pm
8545 ____________________________________________________________________________
8546 [ 9859] By: jhi on 2001/04/26 18:43:51
8547 Log: Subject: The Time::Piece conspiracy unmasked!!!
8548 From: Mike Guy <mjtg@cam.ac.uk>
8549 Date: Thu, 26 Apr 2001 19:02:50 +0100
8550 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
8552 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
8553 From: Mike Guy <mjtg@cam.ac.uk>
8554 Date: Thu, 26 Apr 2001 19:08:21 +0100
8555 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
8557 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
8558 From: Graham Barr <gbarr@pobox.com>
8559 Date: Thu, 26 Apr 2001 19:12:03 +0100
8560 Message-ID: <20010426191203.A70835@pobox.com>
8562 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
8564 ! ext/List/Util/lib/List/Util.pm
8565 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
8566 ____________________________________________________________________________
8567 [ 9858] By: jhi on 2001/04/26 18:17:42
8568 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
8569 From: Robin Houston <robin@kitsite.com>
8570 Date: Thu, 26 Apr 2001 16:09:35 +0100
8571 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
8574 ____________________________________________________________________________
8575 [ 9857] By: jhi on 2001/04/26 18:04:59
8576 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
8577 From: barries <barries@slaysys.com>
8578 Date: Thu, 26 Apr 2001 12:01:10 -0400
8579 Message-ID: <20010426120110.E29698@jester.slaysys.com>
8582 ____________________________________________________________________________
8583 [ 9856] By: jhi on 2001/04/26 18:03:33
8584 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
8585 Date: Thu, 26 Apr 2001 17:13:41 +0100
8586 From: Robin Houston <robin@kitsite.com>
8587 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
8589 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
8590 From: Robin Houston <robin@kitsite.com>
8591 Date: Thu, 26 Apr 2001 18:44:29 +0100
8592 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
8594 ! ext/B/B/Deparse.pm
8595 ____________________________________________________________________________
8596 [ 9855] By: jhi on 2001/04/26 17:56:04
8597 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
8598 From: Robin Houston <robin@kitsite.com>
8599 Date: Thu, 26 Apr 2001 17:04:08 +0100
8600 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
8602 ! ext/B/B/Deparse.pm
8603 ____________________________________________________________________________
8604 [ 9854] By: jhi on 2001/04/26 17:47:26
8605 Log: Subject: Re: Short test case for undef %stash:: crash
8606 From: Benjamin Sugars <bsugars@canoe.ca>
8607 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
8608 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
8609 Changed and moved the perldiag entry.
8611 ! gv.c pod/perldiag.pod
8612 ____________________________________________________________________________
8613 [ 9853] By: jhi on 2001/04/26 14:35:16
8614 Log: Beginnings of strptime(). Do not touch the wet paint.
8616 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
8617 ____________________________________________________________________________
8618 [ 9852] By: jhi on 2001/04/26 13:17:21
8619 Log: Retract #9851, core dumps from pod2man.
8622 ____________________________________________________________________________
8623 [ 9851] By: jhi on 2001/04/26 11:54:41
8624 Log: (Retracted by #9852.)
8626 Subject: [PATCH @9846] dumping ANYOF
8627 From: Hugo <hv@crypt.compulink.co.uk>
8628 Date: Thu, 26 Apr 2001 05:32:38 +0100
8629 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
8632 ____________________________________________________________________________
8633 [ 9850] By: jhi on 2001/04/26 02:34:44
8634 Log: If ccflags was empty the _previous_ $* containing all the
8635 environment variables and Configure variables was used,
8636 which lead, among other bad things, into $ccflags being your
8637 uname -a output, which lead into test compile with cc failing,
8638 which lead into gcc being selected, which didn't work that well
8639 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
8640 with large files, et cetera.
8643 ____________________________________________________________________________
8644 [ 9849] By: jhi on 2001/04/26 01:44:57
8645 Log: Make selfstubber test more portable.
8647 ! t/lib/selfstubber.t
8648 ____________________________________________________________________________
8649 [ 9848] By: jhi on 2001/04/26 00:50:26
8650 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
8651 From: Benjamin Sugars <ben.sugars@home.com>
8652 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
8653 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
8656 ____________________________________________________________________________
8657 [ 9847] By: jhi on 2001/04/26 00:46:58
8658 Log: Subject: [PATCH: perl@9841] VMS updates
8659 From: Peter Prymmer <pvhp@forte.com>
8660 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
8661 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
8663 ! README.vms configure.com vms/descrip_mms.template
8664 ! vms/ext/filespec.t
8665 ____________________________________________________________________________
8666 [ 9846] By: jhi on 2001/04/26 00:11:56
8667 Log: re 'debug' was broken by #9084.
8670 ____________________________________________________________________________
8671 [ 9845] By: jhi on 2001/04/25 22:33:17
8672 Log: Subject: [PATCH] test for Devel::SelfStubber
8673 From: Nicholas Clark <nick@ccl4.org>
8674 Date: Thu, 26 Apr 2001 00:00:54 +0100
8675 Message-ID: <20010426000054.D89026@plum.flirble.org>
8677 + t/lib/selfstubber.t
8678 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
8679 ____________________________________________________________________________
8680 [ 9844] By: jhi on 2001/04/25 22:29:32
8681 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
8682 From: Paul Johnson <paul@pjcj.net>
8683 Date: Thu, 26 Apr 2001 00:46:08 +0200
8684 Message-ID: <20010426004608.H2338@pjcj.net>
8686 ! ext/B/B/Concise.pm
8687 ____________________________________________________________________________
8688 [ 9843] By: jhi on 2001/04/25 22:28:28
8689 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
8690 From: Peter Prymmer <pvhp@forte.com>
8691 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
8692 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
8695 ____________________________________________________________________________
8696 [ 9842] By: jhi on 2001/04/25 20:58:12
8697 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
8698 From: John Peacock <jpeacock@rowman.com>
8699 Date: Wed, 25 Apr 2001 17:30:26 -0400
8700 Message-ID: <3AE741F2.B3217464@rowman.com>
8702 ! lib/Math/BigInt.pm t/lib/bigintpm.t
8703 ____________________________________________________________________________
8704 [ 9841] By: jhi on 2001/04/25 20:07:05
8705 Log: Update Changes.
8707 ! Changes patchlevel.h
8708 ____________________________________________________________________________
8709 [ 9840] By: jhi on 2001/04/25 19:56:51
8710 Log: Yet another HP-UX hints version from Merijn.
8713 ____________________________________________________________________________
8714 [ 9839] By: jhi on 2001/04/25 19:53:04
8715 Log: abs_path() didn't terminate the filename correctly,
8716 in DIRNAMLENless systems like HP-UX this would fail.
8719 ____________________________________________________________________________
8720 [ 9838] By: jhi on 2001/04/25 16:37:26
8721 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
8722 From: Mike Guy <mjtg@cam.ac.uk>
8723 Date: Wed, 25 Apr 2001 18:31:47 +0100
8724 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
8727 ____________________________________________________________________________
8728 [ 9837] By: jhi on 2001/04/25 16:21:53
8729 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
8730 From: Jon Eveland <jweveland@yahoo.com>
8731 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
8732 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
8735 ____________________________________________________________________________
8736 [ 9836] By: jhi on 2001/04/25 14:17:50
8737 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
8738 From: "Philip Newton" <pnewton@gmx.de>
8739 Date: Wed, 25 Apr 2001 17:05:58 +0200
8740 Message-ID: <3AE703F6.3234.1833C45@localhost>
8742 ! Porting/patching.pod
8743 ____________________________________________________________________________
8744 [ 9835] By: jhi on 2001/04/25 13:58:07
8745 Log: It would seem that both ar and full_ar need to be overridden
8746 for HP-UX to avoid the GNU ar.
8749 ____________________________________________________________________________
8750 [ 9834] By: jhi on 2001/04/25 13:50:40
8751 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
8752 From: "Philip Newton" <pnewton@gmx.de>
8753 Date: Wed, 25 Apr 2001 16:09:23 +0200
8754 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
8759 ____________________________________________________________________________
8760 [ 9833] By: jhi on 2001/04/25 12:36:11
8761 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
8764 ____________________________________________________________________________
8765 [ 9832] By: jhi on 2001/04/25 12:33:36
8766 Log: New version of HP-UX hints from Merijn.
8769 ____________________________________________________________________________
8770 [ 9831] By: jhi on 2001/04/25 03:39:45
8771 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
8774 ____________________________________________________________________________
8775 [ 9830] By: jhi on 2001/04/25 02:53:25
8776 Log: The tzname[] bit is not needed by util.c -- and causes
8777 heartburn in VMS (and it missing was probably the cause of
8778 the Mac OS X trouble). Ouch.
8780 ! ext/POSIX/POSIX.xs util.c
8781 ____________________________________________________________________________
8782 [ 9829] By: jhi on 2001/04/25 00:10:06
8783 Log: Metaconfig unit change for #9828.
8785 ! U/compline/ccflags.U
8786 ____________________________________________________________________________
8787 [ 9828] By: jhi on 2001/04/25 00:04:18
8788 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
8789 (which is actually the reason for the change, we need to pass
8790 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
8791 EP/IX, OS/2, and TitanOS, based on the hints files.
8793 ! Configure config_h.SH
8794 ____________________________________________________________________________
8795 [ 9827] By: jhi on 2001/04/24 23:49:20
8796 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
8797 the $cat must have an absolute path.
8800 ____________________________________________________________________________
8801 [ 9826] By: jhi on 2001/04/24 23:40:53
8802 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
8805 ____________________________________________________________________________
8806 [ 9825] By: jhi on 2001/04/24 23:35:35
8807 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
8808 From: "Philip Newton" <pnewton@gmx.de>
8809 Date: Tue, 24 Apr 2001 18:52:49 +0200
8810 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
8813 ____________________________________________________________________________
8814 [ 9824] By: jhi on 2001/04/24 23:33:07
8815 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
8816 Some gcc specifics dropped out due to extensive rewriting;
8817 will be put back later as needed.
8820 ____________________________________________________________________________
8821 [ 9823] By: jhi on 2001/04/24 23:27:57
8822 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
8824 ! ext/POSIX/POSIX.xs
8825 ____________________________________________________________________________
8826 [ 9822] By: jhi on 2001/04/24 23:25:21
8827 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
8828 From: Tim Jenness <t.jenness@jach.hawaii.edu>
8829 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
8830 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
8832 ! ext/XS/Typemap/Typemap.xs
8833 ____________________________________________________________________________
8834 [ 9821] By: jhi on 2001/04/24 23:24:10
8835 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
8836 From: "Abigail" <abigail@foad.org>
8837 Date: Tue, 24 Apr 2001 23:12:03 +0200
8838 Message-ID: <20010424211203.7901.qmail@foad.org>
8841 ____________________________________________________________________________
8842 [ 9820] By: jhi on 2001/04/24 23:23:15
8843 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
8844 From: Matt Sergeant <matt@sergeant.org>
8845 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
8846 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
8849 ____________________________________________________________________________
8850 [ 9819] By: nick on 2001/04/24 18:49:43
8851 Log: Integrate mainline.
8853 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
8854 !> (integrate 37 files)
8855 ____________________________________________________________________________
8856 [ 9818] By: jhi on 2001/04/24 14:35:23
8857 Log: Update Changes.
8859 ! Changes patchlevel.h
8860 ____________________________________________________________________________
8861 [ 9817] By: jhi on 2001/04/24 14:09:17
8862 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
8863 From: "Philip Newton" <pnewton@gmx.de>
8864 Date: Tue, 24 Apr 2001 12:58:12 +0200
8865 Message-ID: <3AE57864.8304.B77A0A@localhost>
8867 plus add CPAN to the list of modules that have their own tests.
8870 ____________________________________________________________________________
8871 [ 9816] By: jhi on 2001/04/24 14:07:03
8872 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
8873 From: Michael G Schwern <schwern@pobox.com>
8874 Date: Sat, 21 Apr 2001 22:35:00 +0100
8875 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
8878 ____________________________________________________________________________
8879 [ 9815] By: jhi on 2001/04/24 13:54:32
8880 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
8881 From: Robin Houston <robin@kitsite.com>
8882 Date: Tue, 24 Apr 2001 15:51:18 +0100
8883 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
8885 ! ext/B/B/Deparse.pm
8886 ____________________________________________________________________________
8887 [ 9814] By: jhi on 2001/04/24 13:17:34
8888 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
8889 From: Bill Glicker <billg@burrelles.com>
8890 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
8891 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
8894 ____________________________________________________________________________
8895 [ 9813] By: jhi on 2001/04/24 12:54:23
8896 Log: Prevent path disclosure (probing for existence of filenames)
8897 using suidperl; bug id 20010322.218.
8899 ! perl.c pod/perldiag.pod
8900 ____________________________________________________________________________
8901 [ 9812] By: jhi on 2001/04/24 12:08:36
8904 ! ext/POSIX/POSIX.xs
8905 ____________________________________________________________________________
8906 [ 9811] By: jhi on 2001/04/24 11:57:35
8907 Log: (Retracted by #9812.)
8909 ! ext/POSIX/POSIX.xs
8910 ____________________________________________________________________________
8911 [ 9810] By: jhi on 2001/04/24 03:32:35
8912 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
8915 ____________________________________________________________________________
8916 [ 9809] By: jhi on 2001/04/24 03:16:13
8917 Log: The Math::BigFloat::import() was broken.
8918 (Fixes bug id 20010422.002.)
8920 ! lib/Math/BigFloat.pm
8921 ____________________________________________________________________________
8922 [ 9808] By: jhi on 2001/04/24 01:11:40
8923 Log: Additional dependencies; should help for parallel makes
8924 not to fail on missing lib/lib.pm or lib/re.pm.
8927 ____________________________________________________________________________
8928 [ 9807] By: jhi on 2001/04/24 00:57:01
8929 Log: Update the test failure disclaimer.
8931 ! t/pragma/warn/pp_hot
8932 ____________________________________________________________________________
8933 [ 9806] By: jhi on 2001/04/24 00:54:04
8934 Log: Add make target "install-all" which is alias for "install"
8935 to cater for case-preserving filesystems like HFS+.
8937 ! INSTALL Makefile.SH
8938 ____________________________________________________________________________
8939 [ 9805] By: jhi on 2001/04/24 00:47:28
8940 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
8941 From: Peter Prymmer <pvhp@forte.com>
8942 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
8943 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
8945 (Ken William's message forwarded from macosx@perl.org)
8948 ____________________________________________________________________________
8949 [ 9804] By: jhi on 2001/04/23 23:57:35
8953 ____________________________________________________________________________
8954 [ 9803] By: jhi on 2001/04/23 23:52:25
8955 Log: More PerlIO robustness.
8958 ____________________________________________________________________________
8959 [ 9802] By: jhi on 2001/04/23 23:43:35
8960 Log: Make the "STD* opened only for ..." errors more consistent.
8963 ____________________________________________________________________________
8964 [ 9801] By: jhi on 2001/04/23 23:34:26
8965 Log: Test case for #9800.
8968 ____________________________________________________________________________
8969 [ 9800] By: jhi on 2001/04/23 23:14:43
8970 Log: Avoid coredump on 'close STDERR; die' by making
8971 the PerlIO calls more robust. Also use SETERRNO()
8972 instead of errno = to be more VMS-ready.
8975 ____________________________________________________________________________
8976 [ 9799] By: jhi on 2001/04/23 21:41:10
8977 Log: Subject: test for ID 20010423.002
8978 From: Robin Houston <robin@kitsite.com>
8979 Date: Mon, 23 Apr 2001 16:52:21 +0100
8980 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
8983 ____________________________________________________________________________
8984 [ 9798] By: jhi on 2001/04/23 21:40:07
8985 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
8986 From: David Dyck <dcd@tc.fluke.com>
8987 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
8988 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
8991 ____________________________________________________________________________
8992 [ 9797] By: jhi on 2001/04/23 21:37:56
8993 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
8994 From: Benjamin Sugars <bsugars@canoe.ca>
8995 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
8996 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
8998 ! ext/Cwd/Cwd.xs lib/Cwd.pm
8999 ____________________________________________________________________________
9000 [ 9796] By: jhi on 2001/04/23 21:29:24
9001 Log: Synchronize h2xs and pod2man some more on the documentation
9002 templates they propose.
9004 ! pod/pod2man.PL utils/h2xs.PL
9005 ____________________________________________________________________________
9006 [ 9795] By: jhi on 2001/04/23 17:30:40
9007 Log: Add one more naughty test for base64; make encoding logic cleaner.
9010 ____________________________________________________________________________
9011 [ 9794] By: jhi on 2001/04/23 13:51:32
9012 Log: Update Changes.
9014 ! Changes patchlevel.h
9015 ____________________________________________________________________________
9016 [ 9793] By: jhi on 2001/04/23 13:44:18
9017 Log: Duplicate lines.
9020 ____________________________________________________________________________
9021 [ 9792] By: jhi on 2001/04/23 13:39:13
9022 Log: Subject: Re: PATCH 5.7.1
9023 From: Mark-Jason Dominus <mjd@plover.com>
9024 Date: Mon, 23 Apr 2001 10:30:21 -0400
9025 Message-ID: <20010423143021.17335.qmail@plover.com>
9028 ____________________________________________________________________________
9029 [ 9791] By: jhi on 2001/04/23 13:32:40
9030 Log: Add the CPAN.pm 1.59_54 tests.
9032 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
9034 ____________________________________________________________________________
9035 [ 9790] By: jhi on 2001/04/23 13:21:55
9036 Log: Subject: Deparse nit
9037 From: Robin Houston <robin@kitsite.com>
9038 Date: Mon, 23 Apr 2001 12:38:20 +0100
9039 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
9041 ! ext/B/B/Deparse.pm
9042 ____________________________________________________________________________
9043 [ 9789] By: jhi on 2001/04/23 13:19:07
9044 Log: Subject: [PATCH] bug 20010423.002
9045 From: Robin Houston <robin@kitsite.com>
9046 Date: Mon, 23 Apr 2001 13:12:30 +0100
9047 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
9050 ____________________________________________________________________________
9051 [ 9788] By: jhi on 2001/04/23 13:02:49
9052 Log: Subject: PATCH [5.7.1] hv.c unused #define
9053 From: Mark-Jason Dominus <mjd@plover.com>
9054 Date: Sun, 22 Apr 2001 14:17:49 -0400
9055 Message-ID: <20010422181749.26976.qmail@plover.com>
9058 ____________________________________________________________________________
9059 [ 9787] By: jhi on 2001/04/23 13:02:02
9060 Log: Subject: PATCH 5.7.1
9061 From: Mark-Jason Dominus <mjd@plover.com>
9062 Date: Sun, 22 Apr 2001 15:12:57 -0400
9063 Message-ID: <20010422191258.6539.qmail@plover.com>
9065 plus Sarathy's STMT_START + STMT_END suggestion.
9068 ____________________________________________________________________________
9069 [ 9786] By: jhi on 2001/04/23 12:53:25
9072 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
9073 From: dLux <dlux@spam.sch.bme.hu>
9074 Date: Mon, 23 Apr 2001 01:25:26 +0200
9075 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
9077 (SvGROW really does return a char *.)
9079 ! pod/perlapi.pod sv.h
9080 ____________________________________________________________________________
9081 [ 9785] By: jhi on 2001/04/23 04:34:04
9082 Log: Time::Piece work continues. $t->day removed since
9083 I think it's too confusing. Now has normal and
9084 abbreviated length weekday names and month names,
9085 the names change with _names(), not _list().
9086 Now has strftime() in Perl, _strftime() is
9087 the libc version (to which strftime() falls back
9088 if it doesn't know the format. To do: the reverse
9089 of strftime, strptime(), and the localisation of both.
9091 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
9092 ! t/lib/time-piece.t
9093 ____________________________________________________________________________
9094 [ 9784] By: jhi on 2001/04/23 02:41:46
9095 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
9096 From: andreas.koenig@anima.de (Andreas J. Koenig)
9097 Date: 23 Apr 2001 05:20:55 +0200
9098 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
9100 ! t/pragma/overload.t
9101 ____________________________________________________________________________
9102 [ 9783] By: jhi on 2001/04/22 23:32:42
9103 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
9104 From: Robin Houston <robin@kitsite.com>
9105 Date: Mon, 23 Apr 2001 00:38:18 +0100
9106 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
9108 ! ext/B/B/Deparse.pm
9109 ____________________________________________________________________________
9110 [ 9782] By: jhi on 2001/04/22 20:55:43
9111 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
9112 From: Simon Cozens <simon@netthink.co.uk>
9113 Date: Sun, 22 Apr 2001 18:47:25 +0100
9114 Message-ID: <20010422184725.A14411@netthink.co.uk>
9116 ! sv.c t/pragma/overload.t
9117 ____________________________________________________________________________
9118 [ 9781] By: jhi on 2001/04/22 20:52:13
9119 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
9120 From: Robin Houston <robin@kitsite.com>
9121 Date: Sun, 22 Apr 2001 22:14:50 +0100
9122 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
9124 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
9125 ____________________________________________________________________________
9126 [ 9780] By: nick on 2001/04/22 20:40:31
9127 Log: Integrate mainline.
9129 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
9131 !> (integrate 38 files)
9132 ____________________________________________________________________________
9133 [ 9779] By: jhi on 2001/04/22 15:16:03
9134 Log: Subject: IO::Socket::INET patch
9135 From: andrew deryabin <djsf@technarchy.ru>
9136 Date: Sat, 21 Apr 2001 17:46:52 +0400
9137 Message-ID: <20010421174652.B1426@technarchy>
9139 ! ext/IO/lib/IO/Socket/INET.pm
9140 ____________________________________________________________________________
9141 [ 9778] By: jhi on 2001/04/22 15:14:33
9142 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
9143 From: Mark-Jason Dominus <mjd@plover.com>
9144 Date: Sat, 21 Apr 2001 21:27:49 -0400
9145 Message-ID: <20010422012749.27024.qmail@plover.com>
9148 ____________________________________________________________________________
9149 [ 9777] By: jhi on 2001/04/22 15:10:51
9150 Log: Subject: Re: Regex debugger patch
9151 From: Mark-Jason Dominus <mjd@plover.com>
9152 Date: Sat, 21 Apr 2001 21:48:51 -0400
9153 Message-ID: <20010422014851.27165.qmail@plover.com>
9155 ! pod/perldebguts.pod
9156 ____________________________________________________________________________
9157 [ 9776] By: jhi on 2001/04/22 15:09:48
9158 Log: Subject: Re: Regex debugger patch
9159 From: Mark-Jason Dominus <mjd@plover.com>
9160 Date: Sat, 21 Apr 2001 14:24:39 -0400
9161 Message-ID: <20010421182439.16508.qmail@plover.com>
9163 Regex debugger backend.
9165 ! regcomp.c regexp.h
9166 ____________________________________________________________________________
9167 [ 9775] By: jhi on 2001/04/21 16:45:40
9168 Log: Subject: [PATCH] Typo in utf8.h
9169 From: Jesús Quiroga <jquiroga@pobox.com>
9170 Date: Sat, 21 Apr 2001 19:25:33 +0200
9171 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
9174 ____________________________________________________________________________
9175 [ 9774] By: jhi on 2001/04/21 16:43:52
9176 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
9177 From: Joe Orton <jorton@redhat.com>
9178 Date: Tue, 17 Apr 2001 15:50:43 +0100
9179 Message-Id: <20010417155043.D19132@eu.c2.net>
9182 ____________________________________________________________________________
9183 [ 9773] By: jhi on 2001/04/21 15:30:15
9184 Log: Subject: Patch utils/h2xs.PL
9185 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9186 Date: Sat, 21 Apr 2001 10:32:16 -0500
9187 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
9189 Add MAILING list and LICENSE templates.
9192 ____________________________________________________________________________
9193 [ 9772] By: jhi on 2001/04/21 15:28:36
9194 Log: Subject: perlfaq2.patch for 5.7.1
9195 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9196 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
9197 Date: Fri, 20 Apr 2001 16:42:19 -0500
9199 rm an extra tab, a blurb about the xx.cpan to clarify
9200 which countries actually have that and dejanews is history
9201 as well as most of that nonsensical entry.
9204 ____________________________________________________________________________
9205 [ 9771] By: jhi on 2001/04/21 15:27:17
9206 Log: Subject: perlfaq1.patch for 5.7.1
9207 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9208 Date: Fri, 20 Apr 2001 16:57:36 -0500
9209 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
9211 Evil URLs must die. Especially when they are broken.
9214 ____________________________________________________________________________
9215 [ 9770] By: jhi on 2001/04/21 15:23:38
9216 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
9217 From: Michael G Schwern <schwern@pobox.com>
9218 Date: Sat, 21 Apr 2001 16:11:12 +0100
9219 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
9221 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
9223 ! MANIFEST ext/B/B.pm t/lib/b.t
9224 ____________________________________________________________________________
9225 [ 9769] By: jhi on 2001/04/21 15:03:32
9226 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
9227 From: Michael G Schwern <schwern@pobox.com>
9228 Date: Sat, 21 Apr 2001 09:48:00 +0100
9229 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
9232 ____________________________________________________________________________
9233 [ 9768] By: jhi on 2001/04/21 14:33:49
9234 Log: PerlIO and Encode doc cleanup and tweaks.
9236 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
9237 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
9238 ____________________________________________________________________________
9239 [ 9767] By: jhi on 2001/04/21 12:40:16
9240 Log: Integrate perlio.
9243 ____________________________________________________________________________
9244 [ 9766] By: nick on 2001/04/20 18:28:35
9245 Log: Avoid core dump on
9246 open(STDOUT,">",\$foo);
9249 ____________________________________________________________________________
9250 [ 9765] By: jhi on 2001/04/20 13:23:43
9251 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
9252 From: Robin Houston <robin@kitsite.com>
9253 Date: Fri, 20 Apr 2001 14:29:22 +0100
9254 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
9256 ! ext/B/B.pm ext/B/B/Deparse.pm
9257 ____________________________________________________________________________
9258 [ 9764] By: jhi on 2001/04/20 13:19:33
9259 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
9260 From: Peter Prymmer <pvhp@forte.com>
9261 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
9262 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
9264 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
9265 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
9266 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
9267 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
9268 ____________________________________________________________________________
9269 [ 9763] By: jhi on 2001/04/20 12:36:39
9270 Log: Subject: Re: A new PerlIO coredump
9271 From: Nick Ing-Simmons <nik@tiuk.ti.com>
9272 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
9273 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
9276 ____________________________________________________________________________
9277 [ 9762] By: jhi on 2001/04/19 23:02:30
9278 Log: Update Changes.
9280 ! Changes patchlevel.h
9281 ____________________________________________________________________________
9282 [ 9761] By: jhi on 2001/04/19 22:59:19
9283 Log: More cleanup cleanup.
9285 ! Makefile.SH win32/Makefile win32/makefile.mk
9286 ____________________________________________________________________________
9287 [ 9760] By: jhi on 2001/04/19 22:50:31
9288 Log: lib/Time is non-empty, let's not rmdir it.
9291 ____________________________________________________________________________
9292 [ 9759] By: jhi on 2001/04/19 22:36:51
9293 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
9294 From: Robin Houston <robin@kitsite.com>
9295 Date: Fri, 20 Apr 2001 00:18:53 +0100
9296 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
9298 ! ext/B/B/Deparse.pm
9299 ____________________________________________________________________________
9300 [ 9758] By: jhi on 2001/04/19 22:36:00
9301 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
9302 From: Peter Prymmer <pvhp@forte.com>
9303 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
9304 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
9307 ____________________________________________________________________________
9308 [ 9757] By: nick on 2001/04/19 18:53:54
9309 Log: Blind (untested) integrate of mainline.
9311 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
9312 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
9313 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
9314 !> (integrate 53 files)
9315 ____________________________________________________________________________
9316 [ 9756] By: jhi on 2001/04/19 16:59:23
9317 Log: Document and test Time::Piece.
9319 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
9320 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
9321 ____________________________________________________________________________
9322 [ 9755] By: jhi on 2001/04/19 12:13:29
9323 Log: A better fix for the \x{12345678} trouble from NI-S.
9326 ____________________________________________________________________________
9327 [ 9754] By: jhi on 2001/04/19 11:56:07
9328 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
9329 From: Robin Houston <robin@kitsite.com>
9330 Date: Wed, 18 Apr 2001 17:58:33 +0100
9331 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
9333 ! ext/B/B/Deparse.pm op.c
9334 ____________________________________________________________________________
9335 [ 9753] By: jhi on 2001/04/19 04:21:52
9336 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
9337 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
9338 Date: Thu, 19 Apr 2001 01:11:41 -0400
9339 Message-ID: <20010419011141.A5798@cpan.org>
9341 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
9342 ____________________________________________________________________________
9343 [ 9752] By: jhi on 2001/04/19 02:41:10
9344 Log: The new time utils need to be thread-aware, too.
9347 ____________________________________________________________________________
9348 [ 9751] By: jhi on 2001/04/19 02:26:47
9349 Log: Compilation nit noticed by AIX compiler.
9352 ____________________________________________________________________________
9353 [ 9750] By: jhi on 2001/04/19 02:20:06
9354 Log: The new time utils need to be public.
9357 ____________________________________________________________________________
9358 [ 9749] By: jhi on 2001/04/19 01:42:39
9362 ____________________________________________________________________________
9363 [ 9748] By: jhi on 2001/04/19 01:41:10
9364 Log: Add Time::Piece, a slight rewrite of Time::Object,
9367 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
9368 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
9369 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
9370 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
9371 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
9373 ____________________________________________________________________________
9374 [ 9747] By: jhi on 2001/04/19 00:55:35
9375 Log: The new metaconfig unit from strftime.
9376 Branch: metaconfig/U/perl
9378 ____________________________________________________________________________
9379 [ 9746] By: jhi on 2001/04/19 00:54:54
9380 Log: Move the strftime() wrapper from POSIX.xs to util.c
9381 as my_strftime(), requires HAS_STRFTIME.
9383 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9384 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
9385 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
9386 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9387 ! vos/config.ga.h win32/config.bc win32/config.gc
9389 ____________________________________________________________________________
9390 [ 9745] By: jhi on 2001/04/18 23:11:03
9391 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
9392 in preparation of Time::Piece.
9394 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
9395 ____________________________________________________________________________
9396 [ 9744] By: jhi on 2001/04/18 22:33:12
9397 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
9398 From: Peter Prymmer <pvhp@forte.com>
9399 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
9400 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
9403 ____________________________________________________________________________
9404 [ 9743] By: jhi on 2001/04/18 22:32:23
9405 Log: Subject: Fwd: pod2html leaves cache files lying around?
9406 From: Rajesh Vaidheeswarran <rv@gnu.org>
9407 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
9408 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
9411 ____________________________________________________________________________
9412 [ 9742] By: jhi on 2001/04/18 20:31:49
9413 Log: Update Changes.
9415 ! Changes patchlevel.h
9416 ____________________________________________________________________________
9417 [ 9741] By: jhi on 2001/04/18 20:23:02
9418 Log: Declare hints only if needed.
9420 ! ext/B/B/Deparse.pm
9421 ____________________________________________________________________________
9422 [ 9740] By: jhi on 2001/04/18 19:06:05
9423 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
9424 bug noticed by Robin Houston; basically the code of detecting
9425 value wraparound was acting differently under different compilers
9426 and platforms. The workaround is to remove the overflow check
9427 for now, a real fix would be to do the overflow (portably) right.
9430 ____________________________________________________________________________
9431 [ 9739] By: jhi on 2001/04/18 19:01:23
9432 Log: Subject: [PATCH B::Deparse] some pragma support
9433 From: Robin Houston <robin@kitsite.com>
9434 Date: Wed, 18 Apr 2001 19:32:12 +0100
9435 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
9437 ! ext/B/B/Deparse.pm
9438 ____________________________________________________________________________
9439 [ 9738] By: jhi on 2001/04/18 15:16:37
9440 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
9441 From: Benjamin Sugars <bsugars@canoe.ca>
9442 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
9443 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
9446 ____________________________________________________________________________
9447 [ 9737] By: jhi on 2001/04/18 13:24:50
9448 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
9449 From: Tim Jenness <t.jenness@jach.hawaii.edu>
9450 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
9451 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
9453 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
9454 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
9455 ____________________________________________________________________________
9456 [ 9736] By: jhi on 2001/04/18 04:15:14
9457 Log: The #9735 also changes the subtest 12.
9460 ____________________________________________________________________________
9461 [ 9735] By: jhi on 2001/04/18 03:55:17
9462 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
9463 From: David Dyck <dcd@tc.fluke.com>
9464 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
9465 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
9467 ! ext/B/B/Deparse.pm
9468 ____________________________________________________________________________
9469 [ 9734] By: jhi on 2001/04/18 03:54:11
9470 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
9471 From: Gisle Aas <gisle@ActiveState.com>
9472 Date: 17 Apr 2001 19:06:45 -0700
9473 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
9475 ! pp_hot.c t/op/misc.t
9476 ____________________________________________________________________________
9477 [ 9733] By: jhi on 2001/04/17 22:25:22
9478 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
9479 From: "Abigail" <abigail@foad.org>
9480 Date: Wed, 18 Apr 2001 01:17:46 +0200
9481 Message-ID: <20010417231746.21657.qmail@foad.org>
9483 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
9484 ____________________________________________________________________________
9485 [ 9732] By: jhi on 2001/04/17 20:47:56
9486 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
9487 From: Robin Houston <robin@kitsite.com>
9488 Date: Tue, 17 Apr 2001 22:37:42 +0100
9489 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
9491 ! ext/B/B/Deparse.pm
9492 ____________________________________________________________________________
9493 [ 9731] By: nick on 2001/04/17 20:46:35
9494 Log: Re-sync for t/lib/b.t fix
9496 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
9497 ____________________________________________________________________________
9498 [ 9730] By: jhi on 2001/04/17 20:45:29
9499 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
9500 From: Robin Houston <robin@kitsite.com>
9501 Date: Tue, 17 Apr 2001 22:29:36 +0100
9502 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
9504 ! ext/B/B.xs ext/B/B/Deparse.pm
9505 ____________________________________________________________________________
9506 [ 9729] By: jhi on 2001/04/17 20:43:11
9507 Log: Subject: Deparse - parenthesise args to undeclared subs
9508 From: Robin Houston <robin@kitsite.com>
9509 Date: Tue, 17 Apr 2001 21:31:05 +0100
9510 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
9512 ! ext/B/B/Deparse.pm
9513 ____________________________________________________________________________
9514 [ 9728] By: jhi on 2001/04/17 18:57:30
9515 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
9516 From: Benjamin Sugars <ben.sugars@home.com>
9517 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
9518 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
9521 ____________________________________________________________________________
9522 [ 9727] By: jhi on 2001/04/17 18:20:20
9523 Log: Subject: [PATCH B::Deparse] ambient pragmas
9524 From: Robin Houston <robin@kitsite.com>
9525 Date: Tue, 17 Apr 2001 20:01:59 +0100
9526 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
9528 ! ext/B/B/Deparse.pm t/lib/b.t
9529 ____________________________________________________________________________
9530 [ 9726] By: nick on 2001/04/17 16:33:51
9531 Log: Integrate mainline (t/lib/b.t fails test 2...)
9533 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
9534 +> ext/List/Util/README ext/List/Util/Util.xs
9535 +> ext/List/Util/lib/List/Util.pm
9536 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
9537 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
9538 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
9539 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
9540 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
9541 !> (integrate 31 files)
9542 ____________________________________________________________________________
9543 [ 9725] By: jhi on 2001/04/17 12:14:24
9544 Log: Subject: multiple B::* changes
9545 From: Robin Houston <robin@kitsite.com>
9546 Date: Thu, 12 Apr 2001 20:12:27 +0100
9547 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
9549 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
9550 ____________________________________________________________________________
9551 [ 9724] By: jhi on 2001/04/17 11:59:05
9552 Log: Thread-awareness from Doug MacEachern.
9554 ! ext/List/Util/Util.xs
9555 ____________________________________________________________________________
9556 [ 9723] By: jhi on 2001/04/17 11:57:41
9557 Log: Make the test more portable.
9560 ____________________________________________________________________________
9561 [ 9722] By: jhi on 2001/04/17 11:53:50
9562 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
9563 From: Benjamin Sugars <ben.sugars@home.com>
9564 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
9565 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
9568 ____________________________________________________________________________
9569 [ 9721] By: jhi on 2001/04/17 11:52:17
9570 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
9571 From: Benjamin Sugars <bsugars@canoe.ca>
9572 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
9573 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
9576 ____________________________________________________________________________
9577 [ 9720] By: jhi on 2001/04/17 11:35:42
9578 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
9579 From: Chris Nandor <pudge@pobox.com>
9580 Date: Tue, 17 Apr 2001 00:30:49 -0400
9581 Message-Id: <p05100207b701768712de@[10.0.1.177]>
9583 ! ext/File/Glob/bsd_glob.c gv.c
9584 ____________________________________________________________________________
9585 [ 9719] By: jhi on 2001/04/17 11:32:13
9586 Log: Subject: [PATCH] Tweten->West
9587 From: Casey West <casey@geeknest.com>
9588 Date: Mon, 16 Apr 2001 12:11:22 -0400
9589 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
9591 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
9593 ____________________________________________________________________________
9594 [ 9718] By: jhi on 2001/04/16 03:22:52
9595 Log: Update Changes.
9597 ! Changes patchlevel.h
9598 ____________________________________________________________________________
9599 [ 9717] By: jhi on 2001/04/16 03:06:28
9603 ____________________________________________________________________________
9604 [ 9716] By: jhi on 2001/04/16 02:58:42
9605 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
9606 From: Prymmer/Kahn <pvhp@best.com>
9607 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
9608 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
9611 ____________________________________________________________________________
9612 [ 9715] By: jhi on 2001/04/15 23:40:35
9613 Log: Subject: Re: Net::Ping patch, adds stream protocol
9614 From: bronson@rinspin.com (Scott Bronson)
9615 Date: Tue, 10 Apr 2001 23:58:33 -0700
9616 Message-ID: <20010410235833.N29719@rinspin.com>
9619 ____________________________________________________________________________
9620 [ 9714] By: jhi on 2001/04/15 23:31:46
9621 Log: Printing out the ok messages helps successful testing.
9623 ! t/lib/time-hires.t
9624 ____________________________________________________________________________
9625 [ 9713] By: jhi on 2001/04/15 21:43:24
9626 Log: Update Douglas Wegscheid's email.
9629 ____________________________________________________________________________
9630 [ 9712] By: jhi on 2001/04/15 21:40:41
9631 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
9632 From: Michael G Schwern <schwern@pobox.com>
9633 Date: Sat, 14 Apr 2001 22:40:50 +0100
9634 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
9637 ! MANIFEST lib/Exporter/Heavy.pm
9638 ____________________________________________________________________________
9639 [ 9711] By: jhi on 2001/04/15 21:39:21
9640 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
9641 From: Michael G Schwern <schwern@pobox.com>
9642 Date: Sat, 14 Apr 2001 22:13:59 +0100
9643 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
9646 ____________________________________________________________________________
9647 [ 9710] By: jhi on 2001/04/15 21:30:19
9648 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
9649 From: Michael G Schwern <schwern@pobox.com>
9650 Date: Sat, 14 Apr 2001 22:05:32 +0100
9651 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
9653 ! t/pragma/warnings.t
9654 ____________________________________________________________________________
9655 [ 9709] By: jhi on 2001/04/15 19:34:09
9656 Log: Integrate changes #9706,9707 from maintperl into mainline.
9658 change#7210 broke .packlist generation
9660 ExtUtils::Installed doesn't quote regex metacharacters in paths
9661 before using them in match; also make it work for dosish platforms
9663 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9664 ____________________________________________________________________________
9665 [ 9708] By: jhi on 2001/04/15 19:31:01
9666 Log: Test also the scalar aspect of getitimer().
9668 ! t/lib/time-hires.t
9669 ____________________________________________________________________________
9670 [ 9707] By: gsar on 2001/04/15 17:24:20
9671 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
9672 before using them in match; also make it work for dosish platforms
9673 Branch: maint-5.6/perl
9674 ! lib/ExtUtils/Installed.pm
9675 ____________________________________________________________________________
9676 [ 9706] By: gsar on 2001/04/15 17:21:59
9677 Log: change#7210 broke .packlist generation (listed only filename
9678 rather than fully qualified path name)
9679 Branch: maint-5.6/perl
9680 ! lib/ExtUtils/Install.pm
9681 ____________________________________________________________________________
9682 [ 9705] By: jhi on 2001/04/15 12:36:33
9683 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
9685 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
9686 ! t/lib/time-hires.t
9687 ____________________________________________________________________________
9688 [ 9704] By: jhi on 2001/04/15 10:49:08
9689 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
9690 From: Prymmer/Kahn <pvhp@best.com>
9691 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
9692 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
9694 ! lib/utf8.pm pod/perlebcdic.pod
9695 ____________________________________________________________________________
9696 [ 9703] By: jhi on 2001/04/15 02:26:26
9697 Log: I keep forgetting to sort MANIFEST.
9700 ____________________________________________________________________________
9701 [ 9702] By: jhi on 2001/04/15 02:07:47
9702 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
9703 Now we have blessed, reftype, tainted, first, reduce, ...
9705 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
9706 + ext/List/Util/README ext/List/Util/Util.xs
9707 + ext/List/Util/lib/List/Util.pm
9708 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
9709 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
9710 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
9711 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
9712 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
9714 ____________________________________________________________________________
9715 [ 9701] By: jhi on 2001/04/14 15:05:25
9716 Log: Subject: RE: dprofpp.pl updates
9717 From: Carl Eklof <CEklof@endeca.com>
9718 Date: Thu, 12 Apr 2001 18:45:46 -0400
9719 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
9722 ____________________________________________________________________________
9723 [ 9700] By: jhi on 2001/04/14 14:44:55
9724 Log: Do not just blindly add CR.
9727 ____________________________________________________________________________
9728 [ 9699] By: jhi on 2001/04/13 13:17:01
9729 Log: Update Changes.
9731 ! Changes patchlevel.h
9732 ____________________________________________________________________________
9733 [ 9698] By: jhi on 2001/04/13 12:44:48
9734 Log: Integrate perlio.
9736 !> ext/PerlIO/Scalar/Scalar.xs
9737 ____________________________________________________________________________
9738 [ 9697] By: jhi on 2001/04/13 12:29:15
9739 Log: Add more debug output to the test.
9742 ____________________________________________________________________________
9743 [ 9696] By: nick on 2001/04/13 10:14:29
9744 Log: Fix core dump on binmode($fh,'Scalar')
9746 ! ext/PerlIO/Scalar/Scalar.xs
9747 ____________________________________________________________________________
9748 [ 9695] By: nick on 2001/04/13 09:05:42
9749 Log: Integrate mainline
9751 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9752 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9753 +> t/lib/time-hires.t
9754 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
9755 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
9756 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9757 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
9758 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
9759 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
9760 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
9761 ____________________________________________________________________________
9762 [ 9694] By: jhi on 2001/04/12 22:23:35
9763 Log: Integrate change #9693 from maintperl into mainline.
9765 $VERSION and Version() on the same line provokes a warning from
9766 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
9768 !> lib/Devel/SelfStubber.pm
9769 ____________________________________________________________________________
9770 [ 9693] By: gsar on 2001/04/12 21:55:56
9771 Log: $VERSION and Version() on the same line provokes a warning from
9772 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
9773 Branch: maint-5.6/perl
9774 ! lib/Devel/SelfStubber.pm
9775 ____________________________________________________________________________
9776 [ 9692] By: jhi on 2001/04/12 13:54:00
9777 Log: This is at least 5.005.
9779 ! ext/Time/HiRes/HiRes.xs
9780 ____________________________________________________________________________
9781 [ 9691] By: jhi on 2001/04/12 13:37:20
9782 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
9784 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
9785 ! win32/Makefile win32/makefile.mk
9786 ____________________________________________________________________________
9787 [ 9690] By: jhi on 2001/04/12 01:34:46
9788 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
9790 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9791 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9792 + t/lib/time-hires.t
9794 ____________________________________________________________________________
9795 [ 9689] By: jhi on 2001/04/12 00:28:39
9796 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
9797 From: Gisle Aas <gisle@ActiveState.com>
9798 Date: 11 Apr 2001 16:36:11 -0700
9799 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
9801 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
9802 ____________________________________________________________________________
9803 [ 9688] By: jhi on 2001/04/12 00:27:39
9804 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
9805 From: Gisle Aas <gisle@ActiveState.com>
9806 Date: 11 Apr 2001 11:13:24 -0700
9807 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
9809 ! ext/MIME/Base64/Base64.xs
9810 ____________________________________________________________________________
9811 [ 9687] By: jhi on 2001/04/11 19:51:47
9812 Log: Slight update on the Todo list. (Should integrate to Todo?)
9815 ____________________________________________________________________________
9816 [ 9686] By: jhi on 2001/04/11 16:54:25
9817 Log: Subject: [PATCH opcode.pl] Documentation of table format
9818 From: Simon Cozens <simon@netthink.co.uk>
9819 Date: Wed, 11 Apr 2001 12:59:31 +0100
9820 Message-ID: <20010411125931.A25681@netthink.co.uk>
9823 ____________________________________________________________________________
9824 [ 9685] By: jhi on 2001/04/11 16:53:15
9825 Log: Subject: [PATCH] prototype("CORE::recv")
9826 From: Simon Cozens <simon@netthink.co.uk>
9827 Date: Wed, 11 Apr 2001 13:24:35 +0100
9828 Message-ID: <20010411132435.A26169@netthink.co.uk>
9830 ! pp.c t/comp/proto.t
9831 ____________________________________________________________________________
9832 [ 9684] By: jhi on 2001/04/11 16:47:13
9833 Log: FAQ (and AUTHORS) update from Dan Carson: the information
9834 was several years obsolete, Term::Readkey has been updated
9835 to have the functionality.
9837 ! AUTHORS pod/perlfaq5.pod
9838 ____________________________________________________________________________
9839 [ 9683] By: jhi on 2001/04/11 12:15:46
9840 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
9841 From: Calle Dybedahl <calle@lysator.liu.se>
9842 Date: 10 Apr 2001 16:44:16 +0200
9843 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
9845 ! ext/MIME/Base64/Base64.xs
9846 ____________________________________________________________________________
9847 [ 9682] By: jhi on 2001/04/11 12:12:26
9848 Log: A more minimal fix for 20010410.006 from Hugo.
9851 ____________________________________________________________________________
9852 [ 9681] By: jhi on 2001/04/11 11:34:23
9853 Log: Integrate changes #9678,9679 from maintline into mainperl.
9855 addendum to change#9676
9857 up $File::Glob::VERSION; add a note pointing out the version of
9858 the OpenBSD glob bsd_glob.c resembles
9860 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9861 !> ext/File/Glob/bsd_glob.h
9862 ____________________________________________________________________________
9863 [ 9680] By: jhi on 2001/04/11 11:30:38
9864 Log: Bad test numbering in integrate in #9677.
9865 Fixes ID 20010411.001.
9868 ____________________________________________________________________________
9869 [ 9679] By: gsar on 2001/04/11 03:38:40
9870 Log: up $File::Glob::VERSION; add a note pointing out the version of
9871 the OpenBSD glob bsd_glob.c resembles
9872 Branch: maint-5.6/perl
9873 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9874 ! ext/File/Glob/bsd_glob.h
9875 ____________________________________________________________________________
9876 [ 9678] By: gsar on 2001/04/11 03:09:48
9877 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
9878 revision 1.8.10.1 found here:
9880 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
9881 Branch: maint-5.6/perl
9882 ! ext/File/Glob/bsd_glob.c
9883 ____________________________________________________________________________
9884 [ 9677] By: jhi on 2001/04/11 02:54:39
9885 Log: Integrate changes #9675,9676 from maintperl into mainline.
9887 fix for bug 20010410.006, undo change#7115
9889 port the OpenBSD glob() security patch
9891 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
9892 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
9894 ____________________________________________________________________________
9895 [ 9676] By: gsar on 2001/04/11 02:19:02
9896 Log: port the glob() security patch found at:
9898 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
9900 CERT advisory for the issue is here:
9902 http://www.cert.org/advisories/CA-2001-07.html
9904 Note that the security scare is only relevant for those who are
9905 foolish enough to build suidperl (which is now officially discouraged)
9906 Branch: maint-5.6/perl
9907 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
9908 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
9909 ____________________________________________________________________________
9910 [ 9675] By: gsar on 2001/04/10 23:52:11
9911 Log: fix for bug 20010410.006
9913 undo change#7115 (came into maint-5.6 as change#8156)
9915 add tests to keep it from coming back
9916 Branch: maint-5.6/perl
9917 ! regexec.c t/op/pat.t
9918 ____________________________________________________________________________
9919 [ 9674] By: nick on 2001/04/10 20:39:31
9920 Log: Integrate mainline
9922 +> Porting/testall.atom
9923 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
9924 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
9925 !> t/lib/lc-uk.t t/pod/find.t
9926 ____________________________________________________________________________
9927 [ 9673] By: nick on 2001/04/10 18:46:14
9928 Log: Integrate against change 9670 aka perl-5.7.1
9930 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
9931 !> (integrate 53 files)
9932 ____________________________________________________________________________
9933 [ 9672] By: jhi on 2001/04/10 13:45:01
9934 Log: Add a script for doing cumulative profile of the test suite.
9935 (Requires ATOM, that is, Tru64.)
9937 + Porting/testall.atom
9939 ____________________________________________________________________________
9940 [ 9671] By: jhi on 2001/04/10 12:38:53
9941 Log: Missing std block.
9943 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
9944 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
9946 ____________________________________________________________________________
9947 [ 9670] By: jhi on 2001/04/10 01:25:58
9951 ____________________________________________________________________________
9952 [ 9669] By: jhi on 2001/04/10 01:09:14
9953 Log: Update Changes.
9955 ! Changes patchlevel.h
9956 ____________________________________________________________________________
9957 [ 9668] By: jhi on 2001/04/10 01:00:38
9961 ____________________________________________________________________________
9962 [ 9667] By: jhi on 2001/04/10 00:52:16
9963 Log: Update perlhist.
9966 ____________________________________________________________________________
9967 [ 9666] By: jhi on 2001/04/09 23:38:59
9968 Log: Slight wording tweaks from Damian to #9658.
9971 ____________________________________________________________________________
9972 [ 9665] By: jhi on 2001/04/09 19:56:06
9973 Log: Subject: [PATCH perlutil.pod] Nit
9974 From: Simon Cozens <simon@netthink.co.uk>
9975 Date: Mon, 9 Apr 2001 20:29:44 +0100
9976 Message-ID: <20010409202944.A14796@the.earth.li>
9979 ____________________________________________________________________________
9980 [ 9664] By: jhi on 2001/04/09 19:54:42
9981 Log: Subject: Re: perl571delta.pod@9631
9982 From: Mike Guy <mjtg@cam.ac.uk>
9983 Date: Mon, 09 Apr 2001 18:09:14 +0100
9984 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
9986 ! pod/perl571delta.pod
9987 ____________________________________________________________________________
9988 [ 9663] By: jhi on 2001/04/09 13:43:35
9989 Log: Update Changes.
9991 ! Changes patchlevel.h
9992 ____________________________________________________________________________
9993 [ 9662] By: jhi on 2001/04/09 13:24:46
9996 ! AUTHORS pod/perl571delta.pod
9997 ____________________________________________________________________________
9998 [ 9661] By: jhi on 2001/04/09 13:15:13
9999 Log: Thinko in manual patch applying.
10002 ____________________________________________________________________________
10003 [ 9660] By: jhi on 2001/04/09 13:07:53
10004 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
10005 From: Robin Barker <rmb1@cise.npl.co.uk>
10006 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
10007 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
10009 (This corrects the case where the "isn't numeric" string contains \0s
10010 and is longer than the temporary buffer, and contains \0 at the point
10011 the string would be truncated by "...".)
10014 ____________________________________________________________________________
10015 [ 9659] By: jhi on 2001/04/09 12:57:41
10016 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
10018 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
10019 ! t/lib/cgi-function.t t/lib/cgi-html.t
10020 ____________________________________________________________________________
10021 [ 9658] By: jhi on 2001/04/09 12:48:47
10022 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
10023 From: Ilmari Karonen <iltzu@sci.fi>
10024 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
10025 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
10027 Rearrange and rewrite the Method Invocation section
10028 to explain the concepts in nicer order.
10031 ____________________________________________________________________________
10032 [ 9657] By: jhi on 2001/04/09 12:35:58
10033 Log: Upgrade to podlators 1.09, from Russ Allbery.
10035 ! lib/Pod/Man.pm lib/Pod/Text.pm
10036 ____________________________________________________________________________
10037 [ 9656] By: jhi on 2001/04/09 12:31:53
10040 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
10041 ____________________________________________________________________________
10042 [ 9655] By: jhi on 2001/04/09 12:20:09
10043 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
10044 From: Prymmer/Kahn <pvhp@best.com>
10045 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
10046 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
10048 ! lib/utf8.pm pod/perlunicode.pod
10049 ____________________________________________________________________________
10050 [ 9654] By: gsar on 2001/04/09 03:38:33
10051 Log: here lies 5.6.1
10052 Branch: maint-5.6/perl
10054 ____________________________________________________________________________
10055 [ 9653] By: jhi on 2001/04/09 03:25:24
10056 Log: Update perlhist.
10059 ____________________________________________________________________________
10060 [ 9652] By: jhi on 2001/04/09 03:18:49
10061 Log: perl571delta tweaking continues.
10063 ! pod/perl571delta.pod
10064 ____________________________________________________________________________
10065 [ 9651] By: gsar on 2001/04/09 03:11:19
10066 Log: update Changes, patchlevel.h &c.
10067 Branch: maint-5.6/perl
10068 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
10070 ____________________________________________________________________________
10071 [ 9650] By: jhi on 2001/04/09 02:40:24
10072 Log: Integrate the perlfork half of #9513 from maintperl into mainline
10073 (the perlunicode half is obsolete)
10076 ____________________________________________________________________________
10077 [ 9649] By: gsar on 2001/04/09 02:35:43
10078 Log: tweak perldelta as suggested by Jarkko
10079 Branch: maint-5.6/perl
10080 ! pod/perldelta.pod
10081 ____________________________________________________________________________
10082 [ 9648] By: jhi on 2001/04/09 02:13:04
10083 Log: Integrate change #9646 from maintperl into mainline.
10085 add note about ithreads and Thread.pm
10087 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
10088 ____________________________________________________________________________
10089 [ 9647] By: jhi on 2001/04/09 02:10:18
10090 Log: Bad assumption that shortsize == 2.
10092 ! t/lib/xs-typemap.t
10093 ____________________________________________________________________________
10094 [ 9646] By: gsar on 2001/04/09 00:48:04
10095 Log: add note about ithreads and Thread.pm (too many people are
10096 confused by the fact that Thread.pm is built and installed
10097 under non-5005threads but doesn't work)
10098 Branch: maint-5.6/perl
10099 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
10100 ____________________________________________________________________________
10101 [ 9645] By: gsar on 2001/04/09 00:19:03
10102 Log: update perldelta.pod for changes in 5.6.1
10103 Branch: maint-5.6/perl
10104 ! Changes pod/perldelta.pod
10105 ____________________________________________________________________________
10106 [ 9644] By: jhi on 2001/04/08 20:37:00
10107 Log: Integrate change #9639 from maintperl into mainline:
10108 on windows, many of the README.* pods were being copied to
10111 !> win32/Makefile win32/makefile.mk
10112 ____________________________________________________________________________
10113 [ 9643] By: jhi on 2001/04/08 20:07:11
10114 Log: Integrate change #9624 from maintperl into mainline:
10115 the pod tests were not okay. (t/pod/find.t changes ignored)
10117 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
10118 !> t/pod/include.t t/pod/included.t t/pod/lref.t
10119 !> t/pod/multiline_items.t t/pod/nested_items.t
10120 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
10121 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
10122 ____________________________________________________________________________
10123 [ 9642] By: jhi on 2001/04/08 19:57:17
10124 Log: Integrate change #9638 from maintperl into mainline:
10125 update to latest JPL from the anoncvs repository
10127 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
10128 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10129 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10130 ____________________________________________________________________________
10131 [ 9641] By: jhi on 2001/04/08 19:53:30
10132 Log: perl571delta updates.
10134 ! lib/Filter/Simple.pm pod/perl571delta.pod
10135 ____________________________________________________________________________
10136 [ 9640] By: gsar on 2001/04/08 19:20:46
10137 Log: integrate change#9634 from mainline
10139 Fix the perlmodlib generation (didn't understand separate .pod
10140 files; didn't understand -- as the name-thing separator).
10141 Update the CPAN mirrors list.
10142 Branch: maint-5.6/perl
10143 ! pod/perlmodlib.pod
10144 !> pod/perlmodlib.PL
10145 ____________________________________________________________________________
10146 [ 9639] By: gsar on 2001/04/08 18:57:31
10147 Log: on windows, many of the README.* pods were being copied to the wrong
10149 Branch: maint-5.6/perl
10150 ! win32/Makefile win32/makefile.mk
10151 ____________________________________________________________________________
10152 [ 9638] By: gsar on 2001/04/08 18:38:25
10153 Log: update to latest JPL from the anoncvs repository
10154 Branch: maint-5.6/perl
10155 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
10156 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10157 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10158 ____________________________________________________________________________
10159 [ 9637] By: jhi on 2001/04/08 17:53:53
10160 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
10162 ! pod/perl571delta.pod
10163 ____________________________________________________________________________
10164 [ 9636] By: jhi on 2001/04/08 17:18:32
10168 ____________________________________________________________________________
10169 [ 9635] By: jhi on 2001/04/08 17:16:33
10170 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
10171 From: "Craig A. Berry" <craigberry@mac.com>
10172 Date: Sun, 08 Apr 2001 12:30:16 -0500
10173 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
10175 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
10176 ____________________________________________________________________________
10177 [ 9634] By: jhi on 2001/04/08 17:09:19
10178 Log: Fix the perlmodlib generation (didn't understand separate .pod
10179 files; didn't understand -- as the name-thing separator).
10181 Update the CPAN mirrors list.
10183 ! pod/perlmodlib.PL pod/perlmodlib.pod
10184 ____________________________________________________________________________
10185 [ 9633] By: jhi on 2001/04/08 16:49:17
10186 Log: Sort MANIFEST.
10189 ____________________________________________________________________________
10190 [ 9632] By: gsar on 2001/04/08 16:36:06
10191 Log: add $Tie::RefHash::VERSION
10192 Branch: maint-5.6/perl
10193 ! lib/Tie/RefHash.pm
10194 ____________________________________________________________________________
10195 [ 9631] By: jhi on 2001/04/08 16:10:15
10196 Log: perl571delta updates based on p5p feedback; still needs
10199 ! pod/perl571delta.pod
10200 ____________________________________________________________________________
10201 [ 9630] By: jhi on 2001/04/08 15:59:13
10202 Log: Update the list of supported platforms to talk about 5.7.1
10206 ____________________________________________________________________________
10207 [ 9629] By: jhi on 2001/04/08 15:55:41
10208 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
10209 from maintperl into mainline: perlport updates.
10212 ____________________________________________________________________________
10213 [ 9628] By: jhi on 2001/04/08 15:53:17
10214 Log: perlsolaris.pod copied to wrong directory.
10216 ! win32/makefile.mk
10217 ____________________________________________________________________________
10218 [ 9627] By: jhi on 2001/04/08 14:48:18
10219 Log: Subject: Typos in perl571delta.pod
10220 From: "Stephen P. Potter" <spp@spotter.yi.org>
10221 Date: Sat, 07 Apr 2001 20:37:05 -0400
10222 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
10224 ! pod/perl571delta.pod
10225 ____________________________________________________________________________
10226 [ 9626] By: jhi on 2001/04/08 14:39:04
10227 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
10230 ____________________________________________________________________________
10231 [ 9625] By: nick on 2001/04/08 10:14:23
10232 Log: Integrate mainline
10234 +> pod/perl570delta.pod pod/perl571delta.pod
10235 !> (integrate 27 files)
10236 ____________________________________________________________________________
10237 [ 9624] By: gsar on 2001/04/08 06:08:17
10238 Log: test in t/pod/* were busted
10240 these tests are still not enabled in t/{harness,TEST}
10241 Branch: maint-5.6/perl
10242 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
10243 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
10244 ! t/pod/multiline_items.t t/pod/nested_items.t
10245 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
10246 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
10247 ____________________________________________________________________________
10248 [ 9623] By: gsar on 2001/04/08 03:37:01
10249 Log: integrate change#9470 from mainline
10251 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
10252 Branch: maint-5.6/perl
10253 !> ext/Socket/Socket.xs
10254 ____________________________________________________________________________
10255 [ 9622] By: jhi on 2001/04/07 22:40:47
10256 Log: Update Changes.
10258 ! Changes patchlevel.h
10259 ____________________________________________________________________________
10260 [ 9621] By: jhi on 2001/04/07 22:34:16
10261 Log: Update AUTHORS.
10264 ____________________________________________________________________________
10265 [ 9620] By: jhi on 2001/04/07 22:12:47
10266 Log: Forgot to bump the number of tests in #9164.
10269 ____________________________________________________________________________
10270 [ 9619] By: jhi on 2001/04/07 22:09:50
10271 Log: Bump patchlevel to 5.7.1.
10273 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10274 ! config_h.SH patchlevel.h
10275 ____________________________________________________________________________
10276 [ 9618] By: jhi on 2001/04/07 22:02:41
10277 Log: Populate perl571delta.
10279 ! pod/perl571delta.pod
10280 ____________________________________________________________________________
10281 [ 9617] By: jhi on 2001/04/07 22:01:23
10282 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
10283 to forget it later; do not change patchlevel.h yet or regenerate
10286 ! epoc/config.sh win32/Makefile win32/config_H.bc
10287 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10288 ____________________________________________________________________________
10289 [ 9616] By: jhi on 2001/04/07 17:46:33
10290 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
10292 ! pod/perl571delta.pod
10293 ____________________________________________________________________________
10294 [ 9615] By: jhi on 2001/04/07 17:33:21
10295 Log: Change the toc configuration.
10297 ! pod/buildtoc.PL pod/perl.pod
10298 ____________________________________________________________________________
10299 [ 9614] By: jhi on 2001/04/07 17:29:47
10300 Log: Subject: PATCH: $[
10301 From: Robin Houston <robin@kitsite.com>
10302 Date: Fri, 6 Apr 2001 18:10:14 +0100
10303 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
10305 ! op.c t/op/array.t
10306 ____________________________________________________________________________
10307 [ 9613] By: jhi on 2001/04/07 17:28:26
10308 Log: Subject: [PATCH perl@9424] isn't numeric warning
10309 From: Robin Barker <rmb1@cise.npl.co.uk>
10310 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
10311 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
10313 ! sv.c t/pragma/warn/sv
10314 ____________________________________________________________________________
10315 [ 9612] By: jhi on 2001/04/07 17:26:45
10316 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
10317 From: Mike Guy <mjtg@cam.ac.uk>
10318 Date: Fri, 06 Apr 2001 12:47:06 +0100
10319 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
10321 ! dump.c t/lib/peek.t
10322 ____________________________________________________________________________
10323 [ 9611] By: jhi on 2001/04/07 17:21:35
10324 Log: Create perl571delta and seed it off with the perldelta changes
10325 since 5.7.0; remove those changes from perldelta and rename it
10326 as perl570delta; recreate perldelta but leave it almost empty.
10328 + pod/perl570delta.pod pod/perl571delta.pod
10329 ! MANIFEST pod/perldelta.pod
10330 ____________________________________________________________________________
10331 [ 9610] By: jhi on 2001/04/07 16:56:32
10334 ! pod/perldelta.pod
10335 ____________________________________________________________________________
10336 [ 9609] By: jhi on 2001/04/07 16:38:32
10337 Log: Retract #9523: needs more thought.
10340 ____________________________________________________________________________
10341 [ 9608] By: jhi on 2001/04/07 14:59:20
10342 Log: atmark() code cleanaup.
10345 ____________________________________________________________________________
10346 [ 9607] By: jhi on 2001/04/07 14:48:14
10347 Log: Integrate change #9605 from maintperl into mainline.
10349 can't optimize away scope entry if tr/// is present
10352 ____________________________________________________________________________
10353 [ 9606] By: jhi on 2001/04/07 14:43:59
10354 Log: Integrate perlio.
10356 +> win32/FindExt.pm
10357 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
10358 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
10359 ____________________________________________________________________________
10360 [ 9605] By: gsar on 2001/04/07 11:52:40
10361 Log: can't optimize away scope entry if tr/// is present
10362 Branch: maint-5.6/perl
10364 ____________________________________________________________________________
10365 [ 9604] By: nick on 2001/04/07 11:39:45
10366 Log: Split out extension finding code from buildext.pl into FindExt.pm
10367 Use it to get Config.pm's idea of available extensions in line
10368 with what is built.
10371 ! MANIFEST win32/buildext.pl win32/config_sh.PL
10372 ! win32/makefile.mk
10373 ____________________________________________________________________________
10374 [ 9603] By: nick on 2001/04/07 09:11:38
10375 Log: Cleanup correction for failed :Via() layer, also set an error code.
10377 ! ext/PerlIO/Via/Via.xs
10378 ____________________________________________________________________________
10379 [ 9602] By: nick on 2001/04/07 08:38:04
10380 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
10381 style. So don't use binmode() on the handles so that Win32 etc. see
10382 same sequence and produce same digests.
10385 ____________________________________________________________________________
10386 [ 9601] By: nick on 2001/04/07 08:36:26
10387 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
10388 Else it complains and so crlf layer (say) does not get pushed.
10391 ____________________________________________________________________________
10392 [ 9600] By: jhi on 2001/04/06 23:00:09
10393 Log: Integrate change #9599 from perlio into mainline.
10395 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
10396 !> win32/config_H.vc
10397 ____________________________________________________________________________
10398 [ 9599] By: nick on 2001/04/06 21:42:43
10399 Log: Quote $VERSION in Encode.pm.
10400 regen_config_h as requested.
10402 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
10403 ! win32/config_H.vc
10404 ____________________________________________________________________________
10405 [ 9598] By: nick on 2001/04/06 20:34:59
10406 Log: Integrate mainline
10409 !> (integrate 39 files)
10410 ____________________________________________________________________________
10411 [ 9597] By: gsar on 2001/04/06 18:06:35
10412 Log: integrate change#9464 from mainline (addendum to change#8313)
10414 Subject: [PATCH @9452] Better peep()ing for foreach() loops
10415 Branch: maint-5.6/perl
10417 ____________________________________________________________________________
10418 [ 9596] By: jhi on 2001/04/06 17:26:03
10419 Log: The d_casti32=undef is good for you even when not use64bitall.
10422 ____________________________________________________________________________
10423 [ 9595] By: gsar on 2001/04/06 14:57:17
10424 Log: add a low-impact fix to accomodate darwin-ism
10425 Branch: maint-5.6/perl
10426 ! ext/Errno/Errno_pm.PL
10427 ____________________________________________________________________________
10428 [ 9594] By: jhi on 2001/04/06 14:55:14
10429 Log: Integrate changes #9528,9593 from mainline into maintperl;
10430 tweaking the editor/IDE/shell list.
10431 Branch: maint-5.6/perl
10432 !> pod/perlfaq3.pod
10433 ____________________________________________________________________________
10434 [ 9593] By: jhi on 2001/04/06 14:51:39
10435 Log: Make the editor/IDE/shell list a little bit airier.
10438 ____________________________________________________________________________
10439 [ 9592] By: gsar on 2001/04/06 14:45:18
10440 Log: integrate change#9477 from mainline (base.pm doc tweak)
10442 missing doc entry for fmod()
10443 Branch: maint-5.6/perl
10444 ! lib/Math/BigFloat.pm
10446 ____________________________________________________________________________
10447 [ 9591] By: jhi on 2001/04/06 13:55:48
10451 ____________________________________________________________________________
10452 [ 9590] By: jhi on 2001/04/06 13:54:52
10453 Log: Math::BigFloat patches from John Peacock. The equivalent
10454 of #9586 from maintperl but reworked by John to work with
10457 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
10458 ____________________________________________________________________________
10459 [ 9589] By: jhi on 2001/04/06 13:42:23
10460 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
10462 ! ext/Digest/MD5/Makefile.PL
10463 ____________________________________________________________________________
10464 [ 9588] By: jhi on 2001/04/06 13:31:45
10465 Log: Integrate changes #9584,9587 from maintperl into mainline.
10467 keep eval"" CVs alive until the end of the statement in which
10470 add README.macos (from Chris Nandor)
10472 tyop in change#9555
10475 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
10476 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
10477 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
10478 !> win32/makefile.mk
10479 ____________________________________________________________________________
10480 [ 9587] By: gsar on 2001/04/06 07:31:30
10481 Log: add README.macos (from Chris Nandor)
10483 tyop in change#9555
10484 Branch: maint-5.6/perl
10486 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
10487 ! win32/Makefile win32/makefile.mk
10488 ____________________________________________________________________________
10489 [ 9586] By: gsar on 2001/04/06 07:08:54
10490 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
10491 Branch: maint-5.6/perl
10492 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
10493 ____________________________________________________________________________
10494 [ 9585] By: gsar on 2001/04/06 06:58:44
10495 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
10498 Subject: [PATCH] Base64 update to perlfaq9.pod
10500 Subject: [PATCH AUTHORS] Housekeeping
10502 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
10503 Mac OS X (Darwin) has extra pwent fields.
10505 Subject: [PATCH B::*] print control-character vars readably
10506 Needs EBCDICification.
10508 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
10510 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
10512 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
10514 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
10516 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
10518 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
10520 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
10522 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
10524 FreeBSD hints tweak from Anton Berezin.
10526 Subject: [PATCH foolperl & bleadperl] README.vms update
10528 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
10529 Branch: maint-5.6/perl
10530 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
10531 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
10532 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
10533 ____________________________________________________________________________
10534 [ 9584] By: gsar on 2001/04/06 04:09:00
10535 Log: keep eval"" CVs alive until the end of the statement in which
10536 they're called; this avoids a coredump ensuing from search for
10537 lexicals in code such as:
10541 eval q[sub { eval 'sub { &$s }' }];
10545 this code still doesn't work as intended (as it has remained
10546 since time immemorial), but it doesn't provoke a coredump anymore
10547 Branch: maint-5.6/perl
10548 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10549 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
10550 ____________________________________________________________________________
10551 [ 9583] By: jhi on 2001/04/05 23:52:51
10552 Log: Update Changes.
10554 ! Changes patchlevel.h
10555 ____________________________________________________________________________
10556 [ 9582] By: jhi on 2001/04/05 23:11:23
10557 Log: Slight doc tweak.
10559 ! pod/perlunicode.pod
10560 ____________________________________________________________________________
10561 [ 9581] By: jhi on 2001/04/05 23:04:11
10562 Log: Integrate perlio.
10564 !> pod/perlunicode.pod
10565 ____________________________________________________________________________
10566 [ 9580] By: jhi on 2001/04/05 23:03:29
10567 Log: Test for #9579.
10570 ____________________________________________________________________________
10571 [ 9579] By: jhi on 2001/04/05 22:54:17
10572 Log: Subject: [PATCH] Propagate calling context for do '...'
10573 From: Gisle Aas <gisle@ActiveState.com>
10574 Date: 04 Apr 2001 20:17:29 -0700
10575 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
10577 ! pod/perlfunc.pod pp_ctl.c
10578 ____________________________________________________________________________
10579 [ 9578] By: jhi on 2001/04/05 22:52:51
10580 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
10581 From: Peter Prymmer <pvhp@forte.com>
10582 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
10583 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
10586 ____________________________________________________________________________
10587 [ 9577] By: jhi on 2001/04/05 22:48:22
10588 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
10589 From: "Craig A. Berry" <craigberry@mac.com>
10590 Date: Thu, 5 Apr 2001 13:43:28 -0500
10591 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
10594 ____________________________________________________________________________
10595 [ 9576] By: jhi on 2001/04/05 22:31:38
10596 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
10597 From: Michael G Schwern <schwern@pobox.com>
10598 Date: Thu, 5 Apr 2001 21:53:21 +0100
10599 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
10601 ! lib/base.pm t/lib/fields.t
10602 ____________________________________________________________________________
10603 [ 9575] By: jhi on 2001/04/05 22:26:10
10604 Log: FreeBSD hints tweak from Anton Berezin.
10607 ____________________________________________________________________________
10608 [ 9574] By: jhi on 2001/04/05 22:24:03
10609 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
10610 From: David Dyck <dcd@tc.fluke.com>
10611 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
10612 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
10615 ____________________________________________________________________________
10616 [ 9573] By: jhi on 2001/04/05 22:23:06
10617 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
10618 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
10619 From: David Dyck <dcd@tc.fluke.com>
10620 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
10623 ____________________________________________________________________________
10624 [ 9572] By: jhi on 2001/04/05 22:14:47
10625 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
10626 From: Robin Houston <robin@kitsite.com>
10627 Date: Thu, 5 Apr 2001 20:56:48 +0100
10628 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
10630 ! ext/B/B/Deparse.pm
10631 ____________________________________________________________________________
10632 [ 9571] By: jhi on 2001/04/05 22:12:53
10633 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
10634 From: Robin Houston <robin@kitsite.com>
10635 Date: Thu, 5 Apr 2001 19:55:51 +0100
10636 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
10638 ! ext/B/B/Deparse.pm
10639 ____________________________________________________________________________
10640 [ 9570] By: jhi on 2001/04/05 22:11:06
10641 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
10642 From: Robin Houston <robin@kitsite.com>
10643 Date: Thu, 5 Apr 2001 20:16:29 +0100
10644 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
10646 ! ext/B/B/Deparse.pm
10647 ____________________________________________________________________________
10648 [ 9569] By: nick on 2001/04/05 21:32:26
10649 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
10651 ! pod/perlunicode.pod
10652 ____________________________________________________________________________
10653 [ 9568] By: nick on 2001/04/05 19:38:09
10654 Log: Integrate mainline
10656 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
10657 !> (integrate 35 files)
10658 ____________________________________________________________________________
10659 [ 9567] By: jhi on 2001/04/05 18:31:45
10660 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
10661 From: Robin Houston <robin@kitsite.com>
10662 Date: Thu, 5 Apr 2001 18:03:23 +0100
10663 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
10665 ! ext/B/B/Deparse.pm
10666 ____________________________________________________________________________
10667 [ 9566] By: jhi on 2001/04/05 18:29:35
10668 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
10669 From: Robin Houston <robin@kitsite.com>
10670 Date: Thu, 5 Apr 2001 16:45:18 +0100
10671 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
10673 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
10674 ____________________________________________________________________________
10675 [ 9565] By: jhi on 2001/04/05 18:24:23
10676 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
10677 From: Robin Houston <robin@kitsite.com>
10678 Date: Thu, 5 Apr 2001 14:50:09 +0100
10679 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
10681 ! ext/B/B/Deparse.pm
10682 ____________________________________________________________________________
10683 [ 9564] By: jhi on 2001/04/05 18:23:03
10684 Log: Subject: [PATCH B::*] print control-character vars readably
10685 From: Robin Houston <robin@kitsite.com>
10686 Date: Thu, 5 Apr 2001 14:27:38 +0100
10687 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
10689 Needs EBCDICification.
10691 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
10693 ____________________________________________________________________________
10694 [ 9563] By: jhi on 2001/04/05 18:20:32
10695 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
10696 Date: Thu, 5 Apr 2001 13:21:42 -0400
10697 From: Paul Schinder <schinder@pobox.com>
10698 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
10700 Mac OS X (Darwin) has extra pwent fields.
10703 ____________________________________________________________________________
10704 [ 9562] By: jhi on 2001/04/05 17:57:51
10708 ____________________________________________________________________________
10709 [ 9561] By: jhi on 2001/04/05 17:47:33
10710 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
10713 Branch: metaconfig/U/perl
10715 ! d_cmsghdr_s.U d_msghdr_s.U
10716 ____________________________________________________________________________
10717 [ 9560] By: jhi on 2001/04/05 17:47:01
10718 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
10719 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
10720 Introduce probes for struct msghdr, struct cmsghdr,
10721 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
10722 ualarm, usleep, for possible later extension work.
10724 + t/lib/md5-align.t
10725 ! Configure MANIFEST Porting/Glossary Porting/config.sh
10726 ! Porting/config_H config_h.SH configure.com epoc/config.sh
10727 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
10728 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10729 ! vos/config.ga.h win32/config.bc win32/config.gc
10731 ____________________________________________________________________________
10732 [ 9559] By: jhi on 2001/04/05 13:03:04
10733 Log: Be traditional in your cpp (for the Errno extension).
10736 ____________________________________________________________________________
10737 [ 9558] By: jhi on 2001/04/05 13:00:05
10738 Log: Add $Config{cppflags} to the gcc incantation.
10740 ! ext/Errno/Errno_pm.PL
10741 ____________________________________________________________________________
10742 [ 9557] By: jhi on 2001/04/05 04:22:39
10743 Log: Introduce Sean Burke's Class::ISA 0.32.
10745 + lib/Class/ISA.pm t/lib/class-isa.t
10747 ____________________________________________________________________________
10748 [ 9556] By: jhi on 2001/04/05 04:09:50
10749 Log: Subject: [PATCH AUTHORS] Housekeeping
10750 From: Paul Johnson <paul@pjcj.net>
10751 Date: Wed, 4 Apr 2001 22:45:47 +0200
10752 Message-ID: <20010404224547.D9548@pjcj.net>
10755 ____________________________________________________________________________
10756 [ 9555] By: jhi on 2001/04/05 04:06:33
10757 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
10758 From: Gisle Aas <gisle@ActiveState.com>
10759 Date: 04 Apr 2001 14:23:04 -0700
10760 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
10763 ____________________________________________________________________________
10764 [ 9554] By: jhi on 2001/04/05 04:05:49
10765 Log: Downgrade also the "Wide character" diagnostic.
10768 ____________________________________________________________________________
10769 [ 9553] By: jhi on 2001/04/05 04:00:33
10770 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
10771 maintperl into mainline.
10773 "double" should be "NV"; standard typemap is missing entry
10778 Downgrade "Wide character in print" to a warning.
10780 B::Deparse fix for ${^FOO} and documentation for PVX() method
10781 (from Robin Houston)
10783 tr/// doesn't null-terminate the result in some situations
10786 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
10787 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
10788 !> t/io/utf8.t t/op/tr.t
10789 ____________________________________________________________________________
10790 [ 9552] By: jhi on 2001/04/05 03:52:50
10791 Log: Retract changes #9542 and #9538 (from maintperl, integrated
10792 at #9540), shouldn't be needed because of the perlio changes.
10795 ____________________________________________________________________________
10796 [ 9551] By: gsar on 2001/04/05 00:18:34
10797 Log: tr/// doesn't null-terminate the result in some situations
10799 Branch: maint-5.6/perl
10801 ____________________________________________________________________________
10802 [ 9550] By: gsar on 2001/04/04 20:04:17
10803 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
10804 (from Robin Houston)
10805 Branch: maint-5.6/perl
10806 ! ext/B/B.pm ext/B/B/Deparse.pm
10807 ____________________________________________________________________________
10808 [ 9549] By: nick on 2001/04/04 18:56:15
10809 Log: Downgrade "Wide character in print" to a warning.
10811 ! doio.c t/io/utf8.t
10812 ____________________________________________________________________________
10813 [ 9548] By: gsar on 2001/04/04 18:51:49
10814 Log: integrate changes#9460,9462,9482,9521,9522
10816 Subject: PATCH: B::Debug should show LOOP-specific fields
10818 Subject: B::Deparse precedence bug. (Patch included.)
10820 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
10822 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
10824 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
10825 Branch: maint-5.6/perl
10826 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
10827 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
10828 ____________________________________________________________________________
10829 [ 9547] By: gsar on 2001/04/04 18:49:16
10831 Branch: maint-5.6/perl
10832 ! ext/Thread/Thread.xs
10833 ____________________________________________________________________________
10834 [ 9546] By: nick on 2001/04/04 18:44:00
10835 Log: Integrate mainline.
10837 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
10838 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
10839 ____________________________________________________________________________
10840 [ 9545] By: gsar on 2001/04/04 18:38:52
10841 Log: integrate change#8837 from mainline
10843 Subject: [patch] -Wall cleanup round 2
10844 Branch: maint-5.6/perl
10845 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10846 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
10847 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
10848 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10849 !> ext/SDBM_File/SDBM_File.xs
10850 ____________________________________________________________________________
10851 [ 9544] By: gsar on 2001/04/04 17:49:57
10852 Log: "double" should be "NV"; standard typemap is missing entry
10854 Branch: maint-5.6/perl
10855 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
10856 ____________________________________________________________________________
10857 [ 9543] By: jhi on 2001/04/04 14:13:18
10858 Log: Thou shalt not (just) match for English error messages.
10860 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
10861 ! os2/OS2/Process/Process.pm
10862 ____________________________________________________________________________
10863 [ 9542] By: jhi on 2001/04/04 13:20:39
10864 Log: Make the stdio tricks of fflush_all() to exist only if
10865 stdio is being used.
10868 ____________________________________________________________________________
10869 [ 9541] By: jhi on 2001/04/04 04:20:24
10870 Log: Subject: Re: [PATCH] Lighten up glob
10871 From: Benjamin Sugars <bsugars@canoe.ca>
10872 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
10873 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
10875 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
10877 ____________________________________________________________________________
10878 [ 9540] By: jhi on 2001/04/04 04:03:57
10879 Log: Integrate changes #9538,9539 from maintperl into mainline.
10881 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
10882 for use with _fwalk() (fix for change#7705)
10884 another tweak needed for SunOS 4.1.x build (from Mike Guy)
10885 (cp -f is not portable)
10887 !> Makefile.SH util.c
10888 ____________________________________________________________________________
10889 [ 9539] By: gsar on 2001/04/04 03:01:14
10890 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
10891 Branch: maint-5.6/perl
10893 ____________________________________________________________________________
10894 [ 9538] By: gsar on 2001/04/04 01:00:38
10895 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
10896 for use with _fwalk() (fix for change#7705)
10897 Branch: maint-5.6/perl
10899 ____________________________________________________________________________
10900 [ 9537] By: nick on 2001/04/03 19:24:55
10901 Log: Integrate mainline
10903 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
10904 +> lib/unicode/PropList.html
10905 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
10906 !> (integrate 69 files)
10907 ____________________________________________________________________________
10908 [ 9536] By: jhi on 2001/04/03 18:02:31
10909 Log: Integrate change #9533 from maintperl into mainline.
10911 better fix for change#9517 to accomodate UNC paths like
10912 \\server\share\foo, and paths with trailing backslash
10915 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
10916 ____________________________________________________________________________
10917 [ 9535] By: jhi on 2001/04/03 17:58:07
10918 Log: Change the push/unshift warning to be of class syntax, not misc.
10920 ! op.c pod/perldiag.pod t/pragma/warn/op
10921 ____________________________________________________________________________
10922 [ 9534] By: jhi on 2001/04/03 15:03:46
10923 Log: Change the push/unshift warning (#9532) to talk about "no values"
10924 instead of "no arguments".
10926 ! op.c pod/perldiag.pod t/pragma/warn/op
10927 ____________________________________________________________________________
10928 [ 9533] By: gsar on 2001/04/03 14:30:07
10929 Log: better fix for change#9517 to accomodate UNC paths like
10930 \\server\share\foo, and paths with trailing backslash
10932 Branch: maint-5.6/perl
10933 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
10934 ____________________________________________________________________________
10935 [ 9532] By: jhi on 2001/04/03 13:11:46
10936 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
10937 From: Robin Houston <robin@kitsite.com>
10938 Date: Mon, 2 Apr 2001 15:03:29 +0100
10939 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
10941 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
10942 ____________________________________________________________________________
10943 [ 9531] By: jhi on 2001/04/03 13:06:34
10944 Log: Integrate change #9530 from maintperl into mainline.
10946 accomodate VMS "mailbox overflow" quirk in testsuite (from
10950 ____________________________________________________________________________
10951 [ 9530] By: gsar on 2001/04/03 04:56:41
10952 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
10954 Branch: maint-5.6/perl
10956 ____________________________________________________________________________
10957 [ 9529] By: jhi on 2001/04/03 02:34:34
10958 Log: Update Changes.
10960 ! Changes patchlevel.h
10961 ____________________________________________________________________________
10962 [ 9528] By: jhi on 2001/04/03 01:27:57
10963 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
10964 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
10965 To: perl5-porters@perl.org
10966 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
10969 ____________________________________________________________________________
10970 [ 9527] By: jhi on 2001/04/03 01:22:09
10971 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
10972 From: Peter Prymmer <pvhp@forte.com>
10973 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
10974 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
10976 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
10977 ____________________________________________________________________________
10978 [ 9526] By: jhi on 2001/04/03 01:18:25
10979 Log: The metaconfig unit changes for #9525.
10981 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
10982 Branch: metaconfig/U/perl
10984 ____________________________________________________________________________
10985 [ 9525] By: jhi on 2001/04/03 01:17:30
10986 Log: Configure sanity checks:
10987 * if use64bitall is attempted but pointers are only 32-bit,
10988 'downgrade' to use64bitint
10989 * if use64bitint is attempted but there's no quad type,
10990 forget about use64bitint (well, the default for it is 'n',
10991 the user can still override this)
10992 * if pointers are 64 bits, do not try to use Perl's malloc
10995 ____________________________________________________________________________
10996 [ 9524] By: gsar on 2001/04/03 01:09:12
10997 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
10998 Branch: maint-5.6/perl
11000 ____________________________________________________________________________
11001 [ 9523] By: jhi on 2001/04/03 00:02:31
11002 Log: (Retracted by #9609)
11004 Make it harder for parallel makes to enter 'test' before
11005 Dynaloader and File::Glob are happy. (In principle 'make_ext'
11006 should be unhappy enough, but sometimes parallel makes seem
11007 to sneak past both in Tru64 and AIX.)
11010 ____________________________________________________________________________
11011 [ 9522] By: jhi on 2001/04/02 22:35:31
11012 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
11013 Date: Mon, 2 Apr 2001 22:54:10 +0100
11014 From: Robin Houston <robin@kitsite.com>
11015 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
11017 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
11018 ____________________________________________________________________________
11019 [ 9521] By: jhi on 2001/04/02 22:32:23
11020 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
11021 From: Robin Houston <robin@kitsite.com>
11022 Date: Mon, 2 Apr 2001 20:24:03 +0100
11023 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
11025 ! ext/B/B/Concise.pm
11026 ____________________________________________________________________________
11027 [ 9520] By: jhi on 2001/04/02 22:30:43
11028 Log: Subject: [PATCH] REALLY pedantic hv.h nit
11029 From: Simon Cozens <simon@netthink.co.uk>
11030 Date: Mon, 2 Apr 2001 15:43:06 +0100
11031 Message-ID: <20010402154306.A21711@netthink.co.uk>
11034 ____________________________________________________________________________
11035 [ 9519] By: jhi on 2001/04/02 22:28:04
11038 Subject: [foolperl] EPOC fix
11039 From: Olaf Flebbe <O.Flebbe@science-computing.de>
11040 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
11041 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
11044 ____________________________________________________________________________
11045 [ 9518] By: jhi on 2001/04/02 22:22:34
11046 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
11048 README.win32 tweaks; add a note about alternative location for
11049 getting a gcc-2.95.2 that will build perl properly on windows
11051 add some notes about gutsy threading matters
11053 many of the utilities interpolate literal paths within doublequotes
11054 (fails on dosish platforms where path contains backslashes)
11056 !> README.win32 pod/perlguts.pod utils/perldoc.PL
11057 !> x2p/find2perl.PL x2p/s2p.PL
11058 ____________________________________________________________________________
11059 [ 9517] By: gsar on 2001/04/02 19:52:21
11060 Log: many of the utilities interpolate literal paths within doublequotes
11061 (fails on dosish platforms where path contains backslashes)
11062 Branch: maint-5.6/perl
11063 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
11064 ____________________________________________________________________________
11065 [ 9516] By: gsar on 2001/04/02 05:49:37
11066 Log: a foolish release
11067 Branch: maint-5.6/perl
11068 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
11070 ____________________________________________________________________________
11071 [ 9515] By: gsar on 2001/04/02 05:04:29
11072 Log: add missing changelog summaries
11073 Branch: maint-5.6/perl
11075 ____________________________________________________________________________
11076 [ 9514] By: gsar on 2001/04/02 04:07:13
11077 Log: add some notes about gutsy threading matters
11078 Branch: maint-5.6/perl
11080 ____________________________________________________________________________
11081 [ 9513] By: gsar on 2001/04/02 03:25:21
11082 Log: add more prominent caveat notices about experimental features
11083 Branch: maint-5.6/perl
11084 ! pod/perlfork.pod pod/perlunicode.pod
11085 ____________________________________________________________________________
11086 [ 9512] By: gsar on 2001/04/02 02:54:33
11087 Log: integrate changes#9479,9509 from mainline
11089 [PATCH] File::Glob stuff for Mac OS
11091 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
11092 Branch: maint-5.6/perl
11093 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11094 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
11095 !> t/lib/glob-taint.t
11096 ____________________________________________________________________________
11097 [ 9511] By: gsar on 2001/04/02 02:38:24
11098 Log: README.win32 tweaks; add a note about alternative location for
11099 getting a gcc-2.95.2 that will build perl properly on windows
11100 Branch: maint-5.6/perl
11102 ____________________________________________________________________________
11103 [ 9510] By: jhi on 2001/04/01 20:45:10
11104 Log: An ambiguosity warning.
11107 ____________________________________________________________________________
11108 [ 9509] By: jhi on 2001/04/01 19:53:47
11109 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
11110 From: Jonathan Stowe <gellyfish@gellyfish.com>
11111 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
11112 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
11114 ! ext/File/Glob/bsd_glob.c
11115 ____________________________________________________________________________
11116 [ 9508] By: jhi on 2001/04/01 19:35:03
11117 Log: Update Changes.
11119 ! Changes patchlevel.h
11120 ____________________________________________________________________________
11121 [ 9507] By: jhi on 2001/04/01 19:24:01
11122 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
11123 from mainline to maintperl: pod tweaks.
11124 Branch: maint-5.6/perl
11125 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
11126 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
11128 ____________________________________________________________________________
11129 [ 9506] By: jhi on 2001/04/01 19:11:53
11130 Log: Commit Sarathy to April release of 5.6.1 :-)
11133 ____________________________________________________________________________
11134 [ 9505] By: jhi on 2001/04/01 19:03:15
11135 Log: Subject: PATCH 5.6.0 (perldebug.pod)
11136 From: Mark-Jason Dominus <mjd@plover.com>
11137 Date: Sun, 01 Apr 2001 14:25:11 -0400
11138 Message-ID: <20010401182511.9247.qmail@plover.com>
11140 ! pod/perldebug.pod
11141 ____________________________________________________________________________
11142 [ 9504] By: jhi on 2001/04/01 18:43:09
11143 Log: Add great_circle_direction().
11145 ! lib/Math/Trig.pm t/lib/trig.t
11146 ____________________________________________________________________________
11147 [ 9503] By: jhi on 2001/04/01 17:29:12
11148 Log: Unicode ReadMe update for Unicode 3.1.
11150 ! lib/unicode/ReadMe.txt
11151 ____________________________________________________________________________
11152 [ 9502] By: jhi on 2001/04/01 17:18:40
11153 Log: Integrate change #9501 from maintperl into mainline.
11155 fix the perlembed notes on multiple interpreters
11157 fix ExtUtils::Embed to work passably on Windows
11159 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
11160 ____________________________________________________________________________
11161 [ 9501] By: gsar on 2001/04/01 07:21:57
11162 Log: fix the perlembed notes on multiple interpreters
11164 fix ExtUtils::Embed to work passably on Windows
11165 Branch: maint-5.6/perl
11166 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
11167 ____________________________________________________________________________
11168 [ 9500] By: jhi on 2001/04/01 05:58:23
11169 Log: Test for #9499.
11172 ____________________________________________________________________________
11173 [ 9499] By: jhi on 2001/04/01 05:55:46
11174 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
11176 ! embed.h embed.pl op.c proto.h
11177 ____________________________________________________________________________
11178 [ 9498] By: jhi on 2001/04/01 05:44:34
11179 Log: Protect the workaround hunk more.
11182 ____________________________________________________________________________
11183 [ 9497] By: jhi on 2001/04/01 00:24:25
11184 Log: Integrate changes #9493,9494,9495,9496 from maintperl
11187 fix a broken workaround for Borland compiler in change#4739
11188 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
11190 nits spotted by Borland compiler
11192 avoid redefinition warnings under Borland 5.02
11194 various nits identified by the Borland 5.5 compiler; remove suppression
11197 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
11199 ____________________________________________________________________________
11200 [ 9496] By: gsar on 2001/03/31 23:22:28
11201 Log: various nits identified by the Borland 5.5 compiler; remove suppression
11203 Branch: maint-5.6/perl
11204 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
11205 ____________________________________________________________________________
11206 [ 9495] By: gsar on 2001/03/31 21:03:08
11207 Log: avoid redefinition warnings under Borland 5.02
11208 Branch: maint-5.6/perl
11209 ! win32/makefile.mk
11210 ____________________________________________________________________________
11211 [ 9494] By: gsar on 2001/03/31 20:18:59
11212 Log: nits spotted by Borland compiler
11213 Branch: maint-5.6/perl
11214 ! utf8.h win32/win32.h
11215 ____________________________________________________________________________
11216 [ 9493] By: gsar on 2001/03/31 20:18:05
11217 Log: fix a broken workaround for Borland compiler in change#4739
11218 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
11219 Branch: maint-5.6/perl
11221 ____________________________________________________________________________
11222 [ 9492] By: jhi on 2001/03/31 18:36:24
11223 Log: Integrate change #9491 from maintperl into mainline.
11225 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
11226 directory is relative (need to fetch the full path name *before*
11230 ____________________________________________________________________________
11231 [ 9491] By: gsar on 2001/03/31 17:01:56
11232 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
11233 directory is relative (need to fetch the full path name *before*
11236 this is a followup patch for change#6749
11237 Branch: maint-5.6/perl
11239 ____________________________________________________________________________
11240 [ 9490] By: jhi on 2001/03/31 15:50:18
11241 Log: Subject: Re: [PATCH] av.h cosmetics
11242 From: Simon Cozens <simon@netthink.co.uk>
11243 Date: Sat, 31 Mar 2001 13:09:59 +0100
11244 Message-ID: <20010331130959.A22000@netthink.co.uk>
11249 ____________________________________________________________________________
11250 [ 9489] By: jhi on 2001/03/31 15:48:44
11251 Log: Subject: [PATCH] Re: Math::Big* v1.21
11252 From: Tels <perl_dummy@bloodgate.com>
11253 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
11254 Message-Id: <200103311125.GAA377738@www08.hway.net>
11257 ____________________________________________________________________________
11258 [ 9488] By: jhi on 2001/03/31 03:39:51
11259 Log: Debug output tweak.
11262 ____________________________________________________________________________
11263 [ 9487] By: jhi on 2001/03/31 03:33:02
11264 Log: OverVMSification.
11267 ____________________________________________________________________________
11268 [ 9486] By: jhi on 2001/03/31 03:01:40
11269 Log: Missed MANIFESTations in #9483.
11272 ____________________________________________________________________________
11273 [ 9485] By: jhi on 2001/03/31 02:58:17
11274 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
11275 From: Peter Prymmer <pvhp@forte.com>
11276 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
11277 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
11279 ! regexec.c t/lib/cwd.t
11280 ____________________________________________________________________________
11281 [ 9484] By: jhi on 2001/03/31 01:04:41
11282 Log: Obsolete file (see #3938)
11284 - lib/unicode/README.Ethiopic
11286 ____________________________________________________________________________
11287 [ 9483] By: jhi on 2001/03/31 00:52:42
11288 Log: Update to Unicode 3.1.
11289 (Rename Names.txt to NamesList.txt.)
11291 + lib/unicode/NamesList.txt lib/unicode/PropList.html
11292 - lib/unicode/Names.txt
11293 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
11294 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
11295 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
11296 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
11297 ! lib/unicode/UCD.html lib/unicode/Unicode.html
11298 ! lib/unicode/rename lib/unicode/version
11299 ____________________________________________________________________________
11300 [ 9482] By: jhi on 2001/03/30 23:33:44
11301 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
11302 From: Robin Houston <robin@kitsite.com>
11303 Date: Fri, 30 Mar 2001 20:07:22 +0100
11304 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
11306 ! ext/B/B/Deparse.pm
11307 ____________________________________________________________________________
11308 [ 9481] By: jhi on 2001/03/30 23:20:25
11309 Log: Subject: Re: [PATCH] CwdXS, Take 2
11310 From: Benjamin Sugars <bsugars@canoe.ca>
11311 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
11312 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
11314 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
11315 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
11316 ____________________________________________________________________________
11317 [ 9480] By: jhi on 2001/03/30 22:52:38
11318 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
11319 From: David Dyck <dcd@tc.fluke.com>
11320 Date: Fri, 30 Mar 2001 14:44:13 -0800
11321 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
11323 The t/rantests flags file creation was accidentally
11327 ____________________________________________________________________________
11328 [ 9479] By: jhi on 2001/03/30 22:45:45
11329 Log: Subject: [PATCH] File::Glob stuff for Mac OS
11330 From: Chris Nandor <pudge@pobox.com>
11331 Date: Fri, 30 Mar 2001 16:51:00 -0500
11332 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
11334 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11335 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
11336 ! t/lib/glob-taint.t
11337 ____________________________________________________________________________
11338 [ 9478] By: jhi on 2001/03/30 22:43:12
11339 Log: Subject: fix for win32/buildext.pl
11340 From: "Vadim Konovalov" <watman@inbox.ru>
11341 Date: Sat, 31 Mar 2001 00:50:36 +0400
11342 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
11344 ! win32/buildext.pl
11345 ____________________________________________________________________________
11346 [ 9477] By: jhi on 2001/03/30 22:41:16
11347 Log: Subject: small base.pm doc patch
11348 From: Leon Brocard <acme@astray.com>
11349 Date: Fri, 30 Mar 2001 21:49:57 +0100
11350 Message-ID: <20010330214957.B8733@ns0.astray.com>
11353 ____________________________________________________________________________
11354 [ 9476] By: jhi on 2001/03/30 18:16:57
11355 Log: Subject: [PATCH] av.h cosmetics
11356 From: Simon Cozens <simon@netthink.co.uk>
11357 Date: Fri, 30 Mar 2001 18:12:28 +0100
11358 Message-ID: <20010330181228.A9319@netthink.co.uk>
11361 ____________________________________________________________________________
11362 [ 9475] By: jhi on 2001/03/30 18:15:50
11363 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
11364 From: "Philip Newton" <pnewton@gmx.de>
11365 Date: Fri, 30 Mar 2001 19:06:57 +0200
11366 Message-ID: <3AC4D951.14815.1AC7068@localhost>
11369 ____________________________________________________________________________
11370 [ 9474] By: jhi on 2001/03/30 18:14:02
11371 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
11372 From: Benjamin Sugars <bsugars@canoe.ca>
11373 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
11374 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
11376 ! t/lib/glob-basic.t
11377 ____________________________________________________________________________
11378 [ 9473] By: jhi on 2001/03/30 16:09:24
11379 Log: Update Changes.
11381 ! Changes patchlevel.h
11382 ____________________________________________________________________________
11383 [ 9472] By: jhi on 2001/03/30 15:16:08
11384 Log: Integrate perlio.
11386 !> t/lib/cwd.t t/lib/glob-basic.t
11387 ____________________________________________________________________________
11388 [ 9471] By: nick on 2001/03/30 14:47:10
11389 Log: Should be (^O eq 'MSWin32') not 'Win32'
11390 Fail #12 seems real - chdir is in wrong dir.
11393 ____________________________________________________________________________
11394 [ 9470] By: jhi on 2001/03/30 14:41:11
11395 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
11396 From: Radu Greab <radu@netsoft.ro>
11397 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
11398 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
11402 ! ext/Socket/Socket.xs pp_sys.c
11403 ____________________________________________________________________________
11404 [ 9469] By: jhi on 2001/03/30 14:37:51
11405 Log: Subject: PATCH pod/perldiag.pod
11406 From: Robin Houston <robin@kitsite.com>
11407 Date: Fri, 30 Mar 2001 14:10:36 +0100
11408 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
11410 ! pod/perldiag.pod t/lib/glob-basic.t
11411 ____________________________________________________________________________
11412 [ 9468] By: jhi on 2001/03/30 14:36:36
11413 Log: Subject: Better diagnostic in io/fs.t
11414 From: andreas.koenig@anima.de (Andreas J. Koenig)
11415 Date: 30 Mar 2001 10:11:43 +0200
11416 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
11419 ____________________________________________________________________________
11420 [ 9467] By: nick on 2001/03/30 14:25:43
11421 Log: Skip order test of glob if case-ignoring system cannot
11422 create a.test and A.test
11424 ! t/lib/glob-basic.t
11425 ____________________________________________________________________________
11426 [ 9466] By: nick on 2001/03/30 13:03:12
11427 Log: Integrate mainline.
11429 - ext/re/hints/aix.pl
11430 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
11431 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
11432 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
11433 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
11434 ____________________________________________________________________________
11435 [ 9465] By: jhi on 2001/03/30 03:53:37
11436 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
11437 the tests sometimes hang, sometimes not.)
11439 ! t/lib/io_multihomed.t t/lib/io_sock.t
11440 ____________________________________________________________________________
11441 [ 9464] By: jhi on 2001/03/30 02:56:04
11442 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
11443 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11444 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
11445 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
11448 ____________________________________________________________________________
11449 [ 9463] By: jhi on 2001/03/30 02:34:48
11450 Log: Test for #9462.
11453 ____________________________________________________________________________
11454 [ 9462] By: jhi on 2001/03/30 02:29:37
11455 Log: Subject: B::Deparse precedence bug. (Patch included.)
11456 From: Jeremy Madea <jmadea@inktomi.com>
11457 Date: Thu, 29 Mar 2001 12:05:02 -0800
11458 Message-ID: <20010329120502.A24881@dr.inktomi.com>
11460 ! ext/B/B/Deparse.pm
11461 ____________________________________________________________________________
11462 [ 9461] By: jhi on 2001/03/30 02:18:41
11463 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
11464 From: Peter Prymmer <pvhp@forte.com>
11465 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
11466 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
11468 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
11470 ____________________________________________________________________________
11471 [ 9460] By: jhi on 2001/03/30 02:17:07
11472 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
11473 From: Robin Houston <robin@kitsite.com>
11474 Date: Thu, 29 Mar 2001 20:47:56 +0100
11475 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
11478 ____________________________________________________________________________
11479 [ 9459] By: jhi on 2001/03/30 02:16:05
11480 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
11481 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11482 Date: Wed, 28 Mar 2001 18:02:20 -0600
11483 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
11485 ! lib/ExtUtils/MM_VMS.pm
11486 ____________________________________________________________________________
11487 [ 9458] By: jhi on 2001/03/30 02:07:58
11488 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
11489 From: "Joshua E. Rodd" <jrodd@pbs.org>
11490 Date: Wed, 28 Mar 2001 17:29:12 -0500
11491 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
11494 ____________________________________________________________________________
11495 [ 9457] By: jhi on 2001/03/30 02:04:33
11496 Log: Subject: ext/re/aix.pl can go
11497 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11498 Date: Thu, 29 Mar 2001 12:03:28 +0200
11499 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
11501 - ext/re/hints/aix.pl
11503 ____________________________________________________________________________
11504 [ 9456] By: jhi on 2001/03/30 02:03:32
11505 Log: Integrate perlio.
11507 !> ext/Encode/Encode.xs installperl
11508 ____________________________________________________________________________
11509 [ 9455] By: nick on 2001/03/29 21:11:46
11510 Log: DLL name has changed so installperl needs to know
11511 (Why isn't it working it out or passed it?)
11514 ____________________________________________________________________________
11515 [ 9454] By: nick on 2001/03/29 20:56:12
11516 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
11517 and we don't get undef warnings.
11519 ! ext/Encode/Encode.xs
11520 ____________________________________________________________________________
11521 [ 9453] By: nick on 2001/03/29 17:58:48
11522 Log: Integrate mainline
11524 !> Changes patchlevel.h
11525 ____________________________________________________________________________
11526 [ 9452] By: jhi on 2001/03/29 16:44:55
11527 Log: Update Changes.
11529 ! Changes patchlevel.h
11530 ____________________________________________________________________________
11531 [ 9451] By: nick on 2001/03/29 16:31:38
11532 Log: Integrate mainline
11534 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
11535 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
11536 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
11537 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
11538 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
11539 ____________________________________________________________________________
11540 [ 9450] By: jhi on 2001/03/29 16:29:17
11541 Log: Integrate perlio.
11543 !> win32/buildext.pl
11544 ____________________________________________________________________________
11545 [ 9449] By: jhi on 2001/03/29 15:50:01
11546 Log: Update Changes.
11548 ! Changes patchlevel.h
11549 ____________________________________________________________________________
11550 [ 9448] By: nick on 2001/03/29 15:47:15
11551 Log: Make sure buildext.pl finds Errno.pm
11553 ! win32/buildext.pl
11554 ____________________________________________________________________________
11555 [ 9447] By: jhi on 2001/03/29 15:39:34
11556 Log: Integrate perlio.
11558 !> win32/makefile.mk
11559 ____________________________________________________________________________
11560 [ 9446] By: nick on 2001/03/29 15:30:03
11561 Log: Integrate win32/makefile.mk with mainline.
11563 !> win32/makefile.mk
11564 ____________________________________________________________________________
11565 [ 9445] By: nick on 2001/03/29 15:27:32
11566 Log: Fix breakage ...
11568 ! win32/makefile.mk
11569 ____________________________________________________________________________
11570 [ 9444] By: jhi on 2001/03/29 15:03:08
11571 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
11572 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11573 Date: Thu, 29 Mar 2001 10:32:59 +0400
11574 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
11576 ! win32/makefile.mk
11577 ____________________________________________________________________________
11578 [ 9443] By: jhi on 2001/03/29 15:02:12
11579 Log: Integrate perlio.
11581 +> win32/buildext.pl
11582 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
11583 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
11584 ____________________________________________________________________________
11585 [ 9442] By: nick on 2001/03/29 14:59:11
11586 Log: Work in progress - determine win32 extensions to build via script.
11588 + win32/buildext.pl
11589 ! MANIFEST win32/makefile.mk
11590 ____________________________________________________________________________
11591 [ 9441] By: jhi on 2001/03/29 14:51:47
11592 Log: Reintroduce the use of external pwd.
11595 ____________________________________________________________________________
11596 [ 9440] By: jhi on 2001/03/29 14:42:58
11597 Log: use warnings instead of -w.
11600 ____________________________________________________________________________
11601 [ 9439] By: jhi on 2001/03/29 14:41:52
11602 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
11603 From: Jonathan Stowe <gellyfish@gellyfish.com>
11604 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
11605 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
11608 ____________________________________________________________________________
11609 [ 9438] By: jhi on 2001/03/29 14:39:38
11610 Log: Subject: [PATCH perl@9424] minor pod nits
11611 From: Robin Barker <rmb1@cise.npl.co.uk>
11612 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
11613 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
11615 ! pod/perlhack.pod pod/perliol.pod
11616 ____________________________________________________________________________
11617 [ 9437] By: jhi on 2001/03/29 14:29:16
11618 Log: Subject: [PATCH perl@9424] typemap cast warning
11619 From: Robin Barker <rmb1@cise.npl.co.uk>
11620 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
11621 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
11623 ! lib/ExtUtils/typemap
11624 ____________________________________________________________________________
11625 [ 9436] By: jhi on 2001/03/29 14:26:03
11626 Log: Subject: [PATCH perl@9424] printf warning
11627 From: Robin Barker <rmb1@cise.npl.co.uk>
11628 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
11629 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
11631 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
11632 ! ext/Storable/Storable.xs toke.c
11633 ____________________________________________________________________________
11634 [ 9435] By: nick on 2001/03/29 14:23:31
11635 Log: Win32 has name conflict with ERROR
11637 ! ext/PerlIO/Via/Via.xs
11638 ____________________________________________________________________________
11639 [ 9434] By: jhi on 2001/03/29 14:17:48
11640 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
11641 From: Peter Prymmer <pvhp@forte.com>
11642 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
11643 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
11645 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
11646 ____________________________________________________________________________
11647 [ 9433] By: jhi on 2001/03/29 13:52:44
11648 Log: test-prep target was missing.
11651 ____________________________________________________________________________
11652 [ 9432] By: nick on 2001/03/29 12:40:03
11653 Log: Make as-shipped compiler default to MSVC6
11655 ! win32/makefile.mk
11656 ____________________________________________________________________________
11657 [ 9431] By: nick on 2001/03/29 12:12:16
11658 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
11659 akin to PerlIO::Scalar.
11661 ! perlio.c perlio.h
11662 ____________________________________________________________________________
11663 [ 9430] By: nick on 2001/03/29 10:56:35
11664 Log: Integrate mainline.
11666 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
11667 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
11668 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
11669 !> win32/makefile.mk win32/win32sck.c
11670 ____________________________________________________________________________
11671 [ 9429] By: nick on 2001/03/29 09:03:43
11672 Log: Noticed that two tests were skipped as perlio:: package
11673 isn't there any more. Changed the skip condition.
11674 Avoid core-dump if sv_utf8_upgrade() called on something
11675 that does not become SvPOK after SvPV() (e.g. a ref).
11677 ! sv.c t/io/utf8.t t/lib/io_scalar.t
11678 ____________________________________________________________________________
11679 [ 9428] By: jhi on 2001/03/29 01:31:47
11680 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
11681 From: Benjamin Sugars <bsugars@canoe.ca>
11682 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
11683 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
11685 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
11686 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
11687 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
11688 ____________________________________________________________________________
11689 [ 9427] By: jhi on 2001/03/29 00:49:30
11690 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
11691 From: "Vadim Konovalov" <watman@inbox.ru>
11692 Date: Thu, 29 Mar 2001 01:50:12 +0400
11693 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
11695 ! win32/makefile.mk win32/win32sck.c
11696 ____________________________________________________________________________
11697 [ 9426] By: gsar on 2001/03/29 00:28:04
11698 Log: dmake can only handle == and != in comparisons; support building
11699 with Borland's VCL libraries (from Vadim Konovalov)
11700 Branch: maint-5.6/perl
11701 ! win32/makefile.mk
11702 ____________________________________________________________________________
11703 [ 9425] By: nick on 2001/03/28 19:29:56
11704 Log: Integrate (@snapshot)
11706 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
11707 ____________________________________________________________________________
11708 [ 9424] By: jhi on 2001/03/28 19:03:16
11709 Log: Update Changes.
11711 ! Changes patchlevel.h
11712 ____________________________________________________________________________
11713 [ 9423] By: jhi on 2001/03/28 18:52:09
11714 Log: Rmdir lib/XS on cleanup.
11717 ____________________________________________________________________________
11718 [ 9422] By: jhi on 2001/03/28 18:49:34
11719 Log: Integrate perlio.
11721 !> t/op/utf8decode.t
11722 ____________________________________________________________________________
11723 [ 9421] By: nick on 2001/03/28 18:46:44
11724 Log: Loose duplicate chunk.
11726 ! t/op/utf8decode.t
11727 ____________________________________________________________________________
11728 [ 9420] By: nick on 2001/03/28 18:44:11
11729 Log: Integrate mainline.
11731 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
11733 ____________________________________________________________________________
11734 [ 9419] By: jhi on 2001/03/28 18:42:05
11735 Log: Can't trust external pwds
11736 (either shell builtins or external programs)
11739 ____________________________________________________________________________
11740 [ 9418] By: jhi on 2001/03/28 18:34:05
11741 Log: Integrate perlio.
11744 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
11745 !> t/op/utf8decode.t
11746 ____________________________________________________________________________
11747 [ 9417] By: nick on 2001/03/28 18:24:02
11748 Log: PerlIO.pm / perlio.pm conflict.
11750 Make t/op/utf8decode.t a text file.
11753 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
11754 ! t/op/utf8decode.t
11755 ____________________________________________________________________________
11756 [ 9416] By: jhi on 2001/03/28 18:06:07
11757 Log: Integrate change #9409 from mainline to maintperl.
11759 Yet another tweak on AIX dynaloading.
11760 Branch: maint-5.6/perl
11761 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11762 ____________________________________________________________________________
11763 [ 9415] By: gsar on 2001/03/28 17:13:01
11764 Log: integrate changes#9377,9385,9401 from mainline
11766 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
11768 If directory entries compare equal case-insensitively,
11769 retry case-sensitively.
11771 Subject: [PATCH] B::Terse and warnings
11772 Branch: maint-5.6/perl
11773 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
11774 !> t/pragma/warn/perl
11775 ____________________________________________________________________________
11776 [ 9414] By: jhi on 2001/03/28 17:11:12
11777 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
11778 From: "Craig A. Berry" <craigberry@mac.com>
11779 Date: Wed, 28 Mar 2001 10:55:20 -0600
11780 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
11782 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
11783 ____________________________________________________________________________
11784 [ 9413] By: jhi on 2001/03/28 17:03:12
11787 ! t/op/utf8decode.t
11788 ____________________________________________________________________________
11789 [ 9412] By: jhi on 2001/03/28 17:02:36
11790 Log: Forced integrate from perlio.
11792 !> t/op/utf8decode.t
11793 ____________________________________________________________________________
11794 [ 9411] By: nick on 2001/03/28 16:50:03
11795 Log: Integrate mainline.
11798 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11799 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
11800 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
11801 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
11802 !> t/pragma/warn/perl
11803 ____________________________________________________________________________
11804 [ 9410] By: jhi on 2001/03/28 16:44:23
11805 Log: Subject: Re: [PATCH] 9403 cannot be tested
11806 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11807 Date: Wed, 28 Mar 2001 18:33:56 +0200
11808 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
11811 ____________________________________________________________________________
11812 [ 9409] By: jhi on 2001/03/28 16:12:45
11813 Log: Yet another tweak on AIX dynaloading.
11815 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11816 ____________________________________________________________________________
11817 [ 9408] By: jhi on 2001/03/28 15:52:55
11818 Log: Subject: [PATCH] 9403 cannot be tested
11819 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11820 Date: Wed, 28 Mar 2001 17:23:00 +0200
11821 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
11826 ____________________________________________________________________________
11827 [ 9407] By: jhi on 2001/03/28 15:47:43
11828 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
11830 ! t/op/utf8decode.t
11831 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
11832 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
11833 ____________________________________________________________________________
11834 [ 9406] By: jhi on 2001/03/28 15:37:08
11835 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
11836 From: Benjamin Sugars <bsugars@canoe.ca>
11837 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
11838 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
11842 ____________________________________________________________________________
11843 [ 9405] By: jhi on 2001/03/28 15:13:18
11844 Log: pp_ne() needs a CORRECT boolean.
11847 ____________________________________________________________________________
11848 [ 9404] By: jhi on 2001/03/28 15:09:23
11849 Log: pp_ne() needs a boolean, not an integer.
11852 ____________________________________________________________________________
11853 [ 9403] By: jhi on 2001/03/28 14:47:43
11854 Log: (Retracted by #9404.)
11857 ____________________________________________________________________________
11858 [ 9402] By: jhi on 2001/03/28 14:43:59
11859 Log: Subject: Re: [PATCH] Typemap testing
11860 From: Tim Jenness <t.jenness@jach.hawaii.edu>
11861 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
11862 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
11864 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11865 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
11866 ____________________________________________________________________________
11867 [ 9401] By: jhi on 2001/03/28 14:42:14
11868 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
11869 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11870 Date: Sun, 25 Mar 2001 21:59:15 +0100
11871 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
11873 A variable will be checked for the "use once" warnings if:
11875 1. It is in the scope of a use warnings 'once'
11876 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
11878 Otherwise it won't be checked at all.
11880 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
11882 The enclosed patch partially fixes this issue. What I didn't
11883 get to work was the case where the "used once" warning is enabled
11884 in any file other than the main file.
11886 ! gv.c t/pragma/warn/perl
11887 ____________________________________________________________________________
11888 [ 9400] By: nick on 2001/03/28 14:38:24
11889 Log: More EBCDIC tweaks:
11890 - one more swash issue &~(0xA0-1) did not do the right thing,
11891 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
11892 - add "use re 'asciirange'" to make [!-~] etc. work
11893 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
11894 - Choose a key for t/op/each.t test which gets encoded.
11895 - Skip utf8decode if this is UTF-EBCDIC.
11897 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
11898 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
11899 ____________________________________________________________________________
11900 [ 9399] By: jhi on 2001/03/28 14:21:00
11901 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
11905 ____________________________________________________________________________
11906 [ 9398] By: jhi on 2001/03/28 00:55:56
11907 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
11908 From: David Dyck <dcd@tc.fluke.com>
11909 Date: Tue, 27 Mar 2001 15:16:24 -0800
11910 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
11912 ! ext/IO/lib/IO/Socket.pm
11913 ____________________________________________________________________________
11914 [ 9397] By: jhi on 2001/03/27 21:52:49
11915 Log: Integrate perlio.
11917 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
11918 +> ext/PerlIO/Via/Via.xs
11919 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
11920 ____________________________________________________________________________
11921 [ 9396] By: nick on 2001/03/27 21:45:13
11922 Log: Integrate mainline.
11924 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
11925 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
11926 ____________________________________________________________________________
11927 [ 9395] By: nick on 2001/03/27 21:18:58
11928 Log: Outline docs for PerlIO and PerlIO::Scalar
11930 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
11931 ____________________________________________________________________________
11932 [ 9394] By: nick on 2001/03/27 20:50:13
11933 Log: PerlIO::Via layer (alpha-ish).
11935 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
11936 + ext/PerlIO/Via/Via.xs
11938 ____________________________________________________________________________
11939 [ 9393] By: jhi on 2001/03/27 20:49:55
11940 Log: Retract #9329 now that 9390 should take care of the matter.
11943 ____________________________________________________________________________
11944 [ 9390] By: jhi on 2001/03/27 20:47:50
11945 Log: Subject: Autoloading Errno.pm when %! is encountered
11946 From: Robin Houston <robin@kitsite.com>
11947 Date: Tue, 27 Mar 2001 20:57:11 +0100
11948 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
11950 ! embed.h embed.pl gv.c proto.h t/op/magic.t
11951 ____________________________________________________________________________
11952 [ 9389] By: jhi on 2001/03/27 20:24:31
11953 Log: Integrate perlio.
11955 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
11956 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
11958 ____________________________________________________________________________
11959 [ 9388] By: jhi on 2001/03/27 20:21:38
11960 Log: Better have a three-element array if one is going to assign
11961 to the third element of that array. (from Tim Jenness)
11963 ! ext/XS/Typemap/Typemap.xs
11964 ____________________________________________________________________________
11965 [ 9387] By: nick on 2001/03/27 20:15:43
11966 Log: Integrate mainline.
11968 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
11969 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11970 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
11971 +> t/lib/xs-typemap.t
11972 !> (integrate 34 files)
11973 ____________________________________________________________________________
11974 [ 9386] By: jhi on 2001/03/27 20:04:18
11975 Log: Subject: Re: perl@9359 breaks HTML::Parser
11976 From: Gisle Aas <gisle@ActiveState.com>
11977 Date: 27 Mar 2001 11:30:24 -0800
11978 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
11980 Clarify the UTF-8 issues of the API docs.
11981 (Slightly reworded and expanded.)
11983 ! pod/perlapi.pod sv.c sv.h
11984 ____________________________________________________________________________
11985 [ 9385] By: jhi on 2001/03/27 19:44:25
11986 Log: If directory entries compare equal case-insensitively,
11987 retry case-sensitively.
11989 ! ext/File/Glob/bsd_glob.c
11990 ____________________________________________________________________________
11991 [ 9384] By: nick on 2001/03/27 19:38:50
11992 Log: Various EBCDIC fixes:
11993 - major revelation that swash code is encoding aware,
11994 (or thought it was) - now it is ;-)
11995 - With that out of the way fix a slab of tr/// cases.
11996 - Fix Encode 'Unicode' to be true Unicode so tests pass.
11997 - As anticipated Base64.xs needed tweaks.
11998 - Until tr/// works right avoid old_encode64 in MIME tests.
12000 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
12001 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
12002 ____________________________________________________________________________
12003 [ 9383] By: jhi on 2001/03/27 18:34:41
12004 Log: Add the std test suite BEGIN block.
12006 ! t/lib/xs-typemap.t
12007 ____________________________________________________________________________
12008 [ 9382] By: jhi on 2001/03/27 15:16:07
12009 Log: Add debugging output to the test.
12011 ! t/lib/glob-basic.t
12012 ____________________________________________________________________________
12013 [ 9381] By: jhi on 2001/03/27 15:08:10
12014 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
12016 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
12017 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
12018 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
12019 + t/lib/xs-typemap.t
12021 ____________________________________________________________________________
12022 [ 9380] By: jhi on 2001/03/27 14:48:34
12023 Log: Subject: [PATCH] Typemap testing
12024 From: Tim Jenness <t.jenness@jach.hawaii.edu>
12025 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
12026 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
12028 (The first part of the patch.)
12030 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
12031 ____________________________________________________________________________
12032 [ 9379] By: jhi on 2001/03/27 14:44:56
12033 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
12034 From: Benjamin Sugars <bsugars@canoe.ca>
12035 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
12036 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
12038 ! t/lib/glob-basic.t
12039 ____________________________________________________________________________
12040 [ 9378] By: jhi on 2001/03/27 14:42:30
12041 Log: Subject: [PATCH] perlvar nit
12042 From: Simon Cozens <simon@netthink.co.uk>
12043 Date: Tue, 27 Mar 2001 01:12:01 +0100
12044 Message-ID: <20010327011201.A19179@netthink.co.uk>
12047 ____________________________________________________________________________
12048 [ 9377] By: jhi on 2001/03/27 14:36:26
12049 Log: Subject: [PATCH] B::Terse and warnings
12050 From: Benjamin Sugars <ben.sugars@home.com>
12051 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
12052 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
12054 ! ext/B/B.pm ext/B/B/Terse.pm
12055 ____________________________________________________________________________
12056 [ 9376] By: jhi on 2001/03/27 14:31:31
12057 Log: Document sockatmark() some.
12059 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
12061 ____________________________________________________________________________
12062 [ 9375] By: jhi on 2001/03/27 14:00:24
12063 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
12064 noted by Gisle and fixed by NI-S.
12067 ____________________________________________________________________________
12068 [ 9374] By: jhi on 2001/03/27 05:50:01
12072 ____________________________________________________________________________
12073 [ 9373] By: jhi on 2001/03/27 05:43:51
12074 Log: Pixie documenting.
12076 ! Makefile.SH pod/perlhack.pod
12077 ____________________________________________________________________________
12078 [ 9372] By: jhi on 2001/03/27 05:29:34
12079 Log: Metaconfig unit changes for #9371.
12081 ! U/modified/myhostname.U
12082 Branch: metaconfig/U/perl
12085 ____________________________________________________________________________
12086 [ 9371] By: jhi on 2001/03/27 05:29:07
12087 Log: Add sockatmark() probing.
12089 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12090 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12091 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12092 ! vos/config.ga.h win32/config.bc win32/config.gc
12094 ____________________________________________________________________________
12095 [ 9370] By: jhi on 2001/03/26 22:01:18
12096 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
12097 Really need to benchmark this.
12100 ____________________________________________________________________________
12101 [ 9369] By: nick on 2001/03/26 21:59:30
12102 Log: Integrate mainline.
12104 ! ext/MIME/Base64/QuotedPrint.pm
12105 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
12106 !> patchlevel.h pod/perlhack.pod pp_sys.c
12107 ____________________________________________________________________________
12108 [ 9368] By: jhi on 2001/03/26 21:47:03
12109 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
12112 TODO2: le, lt, ge, gt? Yech.
12115 ____________________________________________________________________________
12116 [ 9367] By: jhi on 2001/03/26 21:34:57
12117 Log: Too much cut-and-paste in #9363.
12120 ____________________________________________________________________________
12121 [ 9366] By: jhi on 2001/03/26 21:20:53
12122 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
12123 From: Andreas Schwab <schwab@suse.de>
12124 Date: 26 Mar 2001 17:29:04 +0200
12125 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
12127 (The patch for 5.6.0 or so, this is a guess for bleadperl)
12130 ____________________________________________________________________________
12131 [ 9365] By: jhi on 2001/03/26 21:07:54
12132 Log: Integrate perlio.
12135 ____________________________________________________________________________
12136 [ 9364] By: nick on 2001/03/26 20:30:48
12137 Log: REFCNT botch in layer name cache hash.
12140 ____________________________________________________________________________
12141 [ 9363] By: jhi on 2001/03/26 18:44:32
12142 Log: Subject: [PATCH] socket() leaks file descriptors
12143 From: Benjamin Sugars <bsugars@canoe.ca>
12144 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
12145 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
12147 Also sockpair() fixed similarly.
12150 ____________________________________________________________________________
12151 [ 9362] By: jhi on 2001/03/26 18:37:52
12152 Log: Integrate perlio.
12154 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
12155 ____________________________________________________________________________
12156 [ 9361] By: nick on 2001/03/26 17:32:06
12157 Log: Implement flush of linebuffered streams on read of a tty.
12159 ! perlio.c perliol.h
12160 ____________________________________________________________________________
12161 [ 9360] By: nick on 2001/03/26 17:12:32
12162 Log: Memory tweaks and notes for OEMVS.
12164 ! README.os390 miniperlmain.c t/op/pat.t
12165 ____________________________________________________________________________
12166 [ 9359] By: jhi on 2001/03/26 02:12:54
12167 Log: Update Changes.
12169 ! Changes patchlevel.h
12170 ____________________________________________________________________________
12171 [ 9358] By: jhi on 2001/03/26 02:05:32
12172 Log: Document the most common pixie options.
12175 ____________________________________________________________________________
12176 [ 9357] By: jhi on 2001/03/26 01:25:28
12177 Log: For perl.pixie check *before* compiling that optimize is -g,
12181 ____________________________________________________________________________
12182 [ 9356] By: jhi on 2001/03/26 01:13:41
12183 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
12186 ____________________________________________________________________________
12187 [ 9355] By: jhi on 2001/03/26 01:11:19
12188 Log: Remove t/perl.third.
12191 ____________________________________________________________________________
12192 [ 9354] By: jhi on 2001/03/26 00:23:38
12193 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
12196 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
12197 ____________________________________________________________________________
12198 [ 9353] By: jhi on 2001/03/25 22:25:04
12199 Log: Integrate perlio.
12201 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12202 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
12203 !> pp_hot.c win32/makefile.mk
12204 ____________________________________________________________________________
12205 [ 9352] By: jhi on 2001/03/25 22:21:41
12206 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
12207 From: Radu Greab <radu@netsoft.ro>
12208 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
12209 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
12212 ____________________________________________________________________________
12213 [ 9351] By: nick on 2001/03/25 22:15:02
12214 Log: Fix readline in list mode to tell rest of world that it has
12215 things on the stack. Otherwise if perl code gets invoked
12216 underneath it it scribbles over results-so-far.
12217 (Why TIEHANDLE has not tripped on this is a mystery.)
12220 ____________________________________________________________________________
12221 [ 9350] By: nick on 2001/03/25 22:10:13
12222 Log: win32/makefile.mk typos
12224 ! win32/makefile.mk
12225 ____________________________________________________________________________
12226 [ 9349] By: nick on 2001/03/25 21:31:14
12227 Log: Integrate now-non-binary file.
12230 ____________________________________________________________________________
12231 [ 9348] By: nick on 2001/03/25 21:27:24
12235 ____________________________________________________________________________
12236 [ 9347] By: nick on 2001/03/25 21:25:37
12237 Log: Integrate mainline.
12239 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
12240 !> lib/Term/ReadLine.pm t/lib/md5-file.t
12241 ____________________________________________________________________________
12242 [ 9346] By: nick on 2001/03/25 20:58:15
12243 Log: Add destruct time hook to PerlIO (for work-in-process implementing
12244 layers in perl code. In such cases layers need to be popped before
12245 we loose the ability to run perl code.)
12246 Also back-out "PerlIO::object" hook - it isn't going to work like that...
12248 ! perl.c perlio.c perlio.h perliol.h
12249 ____________________________________________________________________________
12250 [ 9345] By: nick on 2001/03/25 20:49:11
12251 Log: Avoid at leasy one of undefined warnings in Encode.
12253 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12254 ____________________________________________________________________________
12255 [ 9344] By: jhi on 2001/03/25 20:37:43
12256 Log: A workaround for using Term::ReadLine in emacs minibuffer
12257 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
12258 additional tweaks from Ilya Zakharevich.
12260 ! lib/Term/ReadLine.pm
12261 ____________________________________________________________________________
12262 [ 9343] By: nick on 2001/03/25 20:21:14
12263 Log: Missing return value.
12265 ! ext/PerlIO/Scalar/Scalar.xs
12266 ____________________________________________________________________________
12267 [ 9342] By: jhi on 2001/03/25 16:21:00
12268 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
12269 to equal the CPAN versions since no code changes have been made.
12271 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
12273 ____________________________________________________________________________
12274 [ 9341] By: jhi on 2001/03/25 16:01:48
12275 Log: Escape 8-bit characters.
12278 ____________________________________________________________________________
12279 [ 9340] By: gsar on 2001/03/25 15:50:53
12280 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
12284 ____________________________________________________________________________
12285 [ 9339] By: gsar on 2001/03/25 15:48:50
12286 Log: delete mimeqp.t for later with text mode set
12289 ____________________________________________________________________________
12290 [ 9338] By: nick on 2001/03/25 09:01:57
12291 Log: Integrate mainline.
12293 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12294 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
12295 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
12296 +> t/lib/mimeb64u.t t/lib/mimeqp.t
12297 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
12298 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
12299 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
12300 ____________________________________________________________________________
12301 [ 9337] By: jhi on 2001/03/25 04:23:24
12302 Log: Add MIME::Base64 here and there. Again, a lot of
12303 optimism is in the air.
12305 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
12306 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
12307 ____________________________________________________________________________
12308 [ 9336] By: jhi on 2001/03/25 04:12:43
12309 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
12310 this by ear as I do not do Win32 programming.)
12312 ! win32/Makefile win32/makefile.mk
12313 ____________________________________________________________________________
12314 [ 9335] By: jhi on 2001/03/25 04:03:50
12315 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
12318 ____________________________________________________________________________
12319 [ 9334] By: jhi on 2001/03/25 03:58:53
12320 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
12322 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12323 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
12324 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
12325 + t/lib/mimeb64u.t t/lib/mimeqp.t
12327 ____________________________________________________________________________
12328 [ 9333] By: jhi on 2001/03/24 20:14:37
12329 Log: Integrate perlio.
12331 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
12332 ____________________________________________________________________________
12333 [ 9332] By: nick on 2001/03/24 19:40:34
12334 Log: Fix un-init variable leading to spurious "Out of Memory!"
12337 ____________________________________________________________________________
12338 [ 9331] By: nick on 2001/03/24 19:09:59
12339 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
12340 and update layers internals doc.
12342 ! pod/perlfunc.pod pod/perliol.pod
12343 ____________________________________________________________________________
12344 [ 9330] By: jhi on 2001/03/24 18:42:11
12345 Log: The length might be uninitialized garbage if the *svp is the undef.
12348 ____________________________________________________________________________
12349 [ 9329] By: jhi on 2001/03/24 18:26:57
12350 Log: (Retracted by #9393)
12352 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
12353 From: Simon Cozens <simon@netthink.co.uk>
12354 Date: Sat, 24 Mar 2001 17:13:17 +0000
12355 Message-ID: <20010324171317.A13406@netthink.co.uk>
12358 ____________________________________________________________________________
12359 [ 9328] By: nick on 2001/03/24 17:22:02
12360 Log: Integrate mainline.
12362 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
12363 !> lib/unicode/version
12364 ____________________________________________________________________________
12365 [ 9327] By: nick on 2001/03/24 17:16:02
12366 Log: Integrate mainline.
12368 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12369 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
12370 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
12371 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
12372 +> t/lib/md5-file.t
12373 !> MANIFEST Makefile.SH configure.com djgpp/config.over
12374 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
12375 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
12376 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
12377 !> win32/makefile.mk
12378 ____________________________________________________________________________
12379 [ 9326] By: jhi on 2001/03/24 17:00:42
12380 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
12382 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
12383 ! lib/unicode/version
12384 ____________________________________________________________________________
12385 [ 9325] By: jhi on 2001/03/24 16:22:33
12386 Log: Subject: Re: B::Deparse bug (5.6.0)
12387 From: Robin Houston <robin@kitsite.com>
12388 Date: Sat, 24 Mar 2001 14:33:09 +0000
12389 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
12391 ! op.c pp.c t/lib/b.t t/op/repeat.t
12392 ____________________________________________________________________________
12393 [ 9324] By: jhi on 2001/03/24 16:21:56
12394 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
12395 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
12396 these additions may be too optimistic.
12398 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
12399 ! hints/uwin.sh hints/vmesa.sh
12400 ____________________________________________________________________________
12401 [ 9323] By: jhi on 2001/03/24 16:06:01
12402 Log: Integrate perlio.
12404 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
12405 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12407 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
12408 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
12409 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
12410 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12411 !> win32/makefile.mk win32/perlhost.h win32/win32.c
12412 !> win32/win32iop.h
12413 ____________________________________________________________________________
12414 [ 9322] By: nick on 2001/03/24 14:39:12
12415 Log: Routine Win32 regen_config_h - no real changes.
12417 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12418 ____________________________________________________________________________
12419 [ 9321] By: nick on 2001/03/24 14:31:49
12420 Log: PerlIO fixups for Win32:
12421 - provide win33_popenlist() - non-functional as yet.
12422 - avoid need for aTHX in PerlIO_debug calls - even if not
12423 enabled args are still evaluated so Win32 has trouble during fork().
12424 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
12425 - Fixup makedef.pl for latest set of symbols.
12427 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
12428 ! win32/perlhost.h win32/win32.c win32/win32iop.h
12429 ____________________________________________________________________________
12430 [ 9320] By: nick on 2001/03/24 14:26:58
12431 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
12432 was gibberish - broke it on WIn32 at least.
12434 ! ext/POSIX/POSIX.xs
12435 ____________________________________________________________________________
12436 [ 9319] By: nick on 2001/03/24 11:29:41
12437 Log: Generated files.
12439 ! embed.h global.sym objXSUB.h perlapi.c proto.h
12440 ____________________________________________________________________________
12441 [ 9318] By: nick on 2001/03/24 10:29:37
12443 1. open($fh,"+<",undef); # add test to t/io/open.t
12444 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
12446 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
12447 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12448 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
12449 ! t/io/open.t t/io/utf8.t
12450 ____________________________________________________________________________
12451 [ 9317] By: jhi on 2001/03/23 23:41:25
12452 Log: AIX does seems to have optimization problems with its C compilers.
12455 ____________________________________________________________________________
12456 [ 9316] By: jhi on 2001/03/23 23:40:46
12457 Log: Integrate perlio.
12460 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
12462 ____________________________________________________________________________
12463 [ 9315] By: jhi on 2001/03/23 22:16:30
12464 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
12467 ____________________________________________________________________________
12468 [ 9314] By: nick on 2001/03/23 20:49:02
12469 Log: Perlio internals re-organized.
12470 - open process creates AV of layer/arg pairs
12471 (appends layers from open() or open.pm to default list).
12472 - push arg is now an SV.
12473 - layer ->Open get passed the AV
12474 - open is no longer mandatory method.
12475 - topmost layer that has ->Open method does the open
12476 - any layers above are pushed once that returns.
12477 - vtable re-ordered so dummy layers need only provide push/pop methods.
12479 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12480 ____________________________________________________________________________
12481 [ 9313] By: nick on 2001/03/23 16:27:41
12482 Log: Check in a stable (working) version before next round of tweaks.
12484 - Move default layers code out of doio.c and into perlio.c
12485 - Single routine for parsing layer specification strings.
12486 - Skeleton support for demand loading of layers
12487 - Core-dump avoidance if PERLIO environment specifies loadable layer
12488 (does not _work_ as need IO to load and need load to do IO ...)
12491 ! MANIFEST doio.c perlio.c
12492 ____________________________________________________________________________
12493 [ 9312] By: gsar on 2001/03/23 16:25:25
12494 Log: add execute bit to files with shebang lines in the repository;
12495 avoid clobbering execute bit in Porting/makerel
12496 Branch: maint-5.6/perl
12498 ____________________________________________________________________________
12499 [ 9311] By: jhi on 2001/03/23 14:25:35
12500 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
12503 ____________________________________________________________________________
12504 [ 9310] By: jhi on 2001/03/23 13:45:04
12505 Log: Subject: [PATCH] Net::Ping
12506 From: Colin McMillen <mcmi0037@tc.umn.edu>
12507 Date: Thu, 22 Mar 2001 19:30:31 -0600
12508 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
12511 ____________________________________________________________________________
12512 [ 9309] By: jhi on 2001/03/23 13:39:13
12513 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
12515 ! t/lib/md5-aaa.t t/lib/md5-file.t
12516 ____________________________________________________________________________
12517 [ 9308] By: jhi on 2001/03/23 13:20:34
12518 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
12519 - bump the version to 2.14
12520 - drop the base64 tests since they require MIME::Base64
12521 - drop the rfc1321.txt
12522 - drop the hints/dec_osf.pl since it's only needed for
12525 - the U32 alignment testing is now removed; it needs to
12526 be reintroduced as as a Config variable (meaning also
12527 as a Configure test)
12528 - get the new EBCDIC md5sum for MD5.pm
12529 - test in Win32 to see how badly I botched the makefiles
12531 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12532 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
12533 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
12534 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
12536 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
12537 ! win32/Makefile win32/makefile.mk
12538 ____________________________________________________________________________
12539 [ 9307] By: jhi on 2001/03/23 12:56:14
12540 Log: Integrate change #9306 from maintperl into mainline,
12541 AIX dynaloader for AIXes without <load.h>.
12543 !> ext/DynaLoader/hints/aix.pl
12544 ____________________________________________________________________________
12545 [ 9306] By: jhi on 2001/03/23 12:51:36
12546 Log: There are AIXes without /usr/include/load.h,
12547 patch from H.Merijn Brand.
12548 Branch: maint-5.6/perl
12549 ! ext/DynaLoader/hints/aix.pl
12550 ____________________________________________________________________________
12551 [ 9305] By: nick on 2001/03/23 11:00:42
12552 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
12554 ! ext/Encode/Encode.xs perlio.c perlio.h
12555 ____________________________________________________________________________
12556 [ 9304] By: nick on 2001/03/23 10:20:46
12557 Log: Render -Duseperlio functional again.
12558 - this is "quick fix" which calls PerlIO_apply_layers after opening,
12559 which is what old scheme did. New scheme needs to change that
12560 to make open(...,\$scalar) etc. work but this will do for now.
12563 ____________________________________________________________________________
12564 [ 9303] By: nick on 2001/03/23 09:53:20
12565 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
12566 -Uuseperlio now works again.
12567 -Duseperlio is still poorly. Don't merge yet...
12570 ____________________________________________________________________________
12571 [ 9302] By: nick on 2001/03/22 22:26:51
12572 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
12574 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
12575 is its main caller. In particular now has access to "extra" args, and
12576 can tell when an open handle is "reopened" (or duped?).
12577 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
12578 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
12579 PerlIO_open() et. al. (i.e. other way round).
12580 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
12581 with args close to PerlIO_openn().
12583 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12584 ____________________________________________________________________________
12585 [ 9301] By: jhi on 2001/03/22 20:58:04
12586 Log: Integrate perlio.
12588 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
12589 !> t/io/open.t util.c
12590 ____________________________________________________________________________
12591 [ 9300] By: nick on 2001/03/22 17:36:32
12592 Log: Don't include $@ in not ok message.
12595 ____________________________________________________________________________
12596 [ 9299] By: gsar on 2001/03/22 16:53:45
12597 Log: back out changes#7532,7521 for now (appears to have problems
12599 Branch: maint-5.6/perl
12600 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12601 ! ext/POSIX/typemap pod/perlvar.pod
12602 ____________________________________________________________________________
12603 [ 9298] By: nick on 2001/03/22 14:35:46
12604 Log: Give a meaning to '&' in n-arg open case:
12605 open($fh,"<&",$scalar);
12607 - an integer which does "fdopen"
12608 open($fh,"<&",2); # like open($fh,"<&2")
12609 - something that will yield a file handle via sv_2io()
12610 useful for dup'ing anonymous handles.
12612 open(my $fh,"<&",\*STDIN);
12613 open(my $dup,"<&",$fh);
12615 ! doio.c t/io/open.t
12616 ____________________________________________________________________________
12617 [ 9297] By: nick on 2001/03/22 13:34:35
12618 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
12621 ____________________________________________________________________________
12622 [ 9296] By: nick on 2001/03/22 12:51:20
12623 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
12626 ____________________________________________________________________________
12627 [ 9295] By: nick on 2001/03/22 11:59:44
12628 Log: If stdin, stdout or stderr get opened in unexpected read/write state
12629 then warn at time of open not at time of use.
12631 ! doio.c pp_hot.c pp_sys.c
12632 ____________________________________________________________________________
12633 [ 9294] By: nick on 2001/03/22 10:54:35
12634 Log: Die on n-arg open(...,"",xxx,yyy,...)
12635 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
12636 - die on read/write cases so we can decide what it means later.
12638 ! doio.c embed.pl iperlsys.h util.c
12639 ____________________________________________________________________________
12640 [ 9293] By: nick on 2001/03/22 09:02:45
12641 Log: perlio tweaks (reported by Nick Clark)
12642 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
12643 error check in Pendinf_read().
12646 ____________________________________________________________________________
12647 [ 9292] By: gsar on 2001/03/22 07:12:00
12648 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
12650 Branch: maint-5.6/perl
12651 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
12652 ____________________________________________________________________________
12653 [ 9291] By: jhi on 2001/03/22 06:06:44
12654 Log: Regex tests from Chicheng Zhang. (Already fixed.)
12657 ____________________________________________________________________________
12658 [ 9290] By: jhi on 2001/03/22 05:57:01
12659 Log: Move MacOS Classic higher in the list of supported platforms.
12660 Branch: maint-5.6/perl
12662 ____________________________________________________________________________
12663 [ 9289] By: gsar on 2001/03/22 05:35:04
12664 Log: revert part of change#6438 for compatibility (av_reify()
12665 appears to be needed to implement av_splice()ish things
12667 Branch: maint-5.6/perl
12668 ! embed.pl global.sym objXSUB.h perlapi.c
12669 ____________________________________________________________________________
12670 [ 9288] By: gsar on 2001/03/22 03:09:19
12671 Log: update copyright year
12672 Branch: maint-5.6/perl
12673 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
12674 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
12675 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
12676 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
12677 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
12678 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
12679 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
12681 ____________________________________________________________________________
12682 [ 9287] By: jhi on 2001/03/21 20:30:54
12683 Log: Integrate perlio.
12685 !> ext/Data/Dumper/Dumper.xs
12686 ____________________________________________________________________________
12687 [ 9286] By: gsar on 2001/03/21 19:49:54
12688 Log: makefile.mk tweak
12689 Branch: maint-5.6/perl
12690 ! win32/Makefile win32/makefile.mk
12691 ____________________________________________________________________________
12692 [ 9285] By: nick on 2001/03/21 19:07:13
12693 Log: Multiplicity fix for Dumper.
12695 ! ext/Data/Dumper/Dumper.xs
12696 ____________________________________________________________________________
12697 [ 9284] By: nick on 2001/03/21 19:01:07
12698 Log: Integrate mainline - (does not build xTHX issue in Dumper).
12700 !> (integrate 27 files)
12701 ____________________________________________________________________________
12702 [ 9283] By: jhi on 2001/03/21 17:17:35
12703 Log: Integrate change #9282 from mainline into maintperl,
12704 4-arg UTF-8 substr().
12705 Branch: maint-5.6/perl
12707 ____________________________________________________________________________
12708 [ 9282] By: jhi on 2001/03/21 17:15:43
12709 Log: The #9270 would have leaked a scalar if pp_substr()
12713 ____________________________________________________________________________
12714 [ 9281] By: gsar on 2001/03/21 17:03:14
12715 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
12716 Branch: maint-5.6/perl
12717 ! win32/makefile.mk
12718 ____________________________________________________________________________
12719 [ 9280] By: gsar on 2001/03/21 17:01:20
12720 Log: some tweaks to change#9278 (fork() emulation should be enabled
12721 by setting BUILD_FLAVOR instead of changing the defaults)
12722 Branch: maint-5.6/perl
12723 ! win32/makefile.mk
12724 ____________________________________________________________________________
12725 [ 9279] By: gsar on 2001/03/21 16:47:19
12726 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
12727 Branch: maint-5.6/perl
12728 ! ext/File/Glob/Glob.pm
12730 ____________________________________________________________________________
12731 [ 9278] By: jhi on 2001/03/21 14:35:10
12732 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
12733 From: "Vadim Konovalov" <watman@inbox.ru>
12734 Date: Wed, 21 Mar 2001 01:53:51 +0300
12735 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
12736 Branch: maint-5.6/perl
12737 ! win32/makefile.mk win32/win32sck.c
12738 ____________________________________________________________________________
12739 [ 9277] By: jhi on 2001/03/21 13:58:28
12740 Log: Integrate change #9270 from mainline to maintperl:
12741 continued 4-arg UTF-8 substr() fixing.
12742 Branch: maint-5.6/perl
12743 !> pp.c t/op/substr.t
12744 ____________________________________________________________________________
12745 [ 9276] By: jhi on 2001/03/21 13:33:00
12746 Log: More pixie cleaning.
12749 ____________________________________________________________________________
12750 [ 9275] By: jhi on 2001/03/21 03:54:17
12751 Log: Update Changes.
12753 ! Changes patchlevel.h
12754 ____________________________________________________________________________
12755 [ 9274] By: jhi on 2001/03/21 03:48:24
12756 Log: First stab at making Data::Dumper to grok Unicode.
12758 TODO: tests, EBCDICify.
12760 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12761 ____________________________________________________________________________
12762 [ 9273] By: jhi on 2001/03/21 02:23:00
12765 Subject: Memory leak in unquoted print
12766 From: Benjamin Sugars <bsugars@canoe.ca>
12767 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
12768 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
12771 ____________________________________________________________________________
12772 [ 9272] By: jhi on 2001/03/21 01:33:17
12773 Log: Subject: Re: [PATCH] POSIX::getcwd()
12774 From: Benjamin Sugars <bsugars@canoe.ca>
12775 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
12776 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
12778 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12779 ____________________________________________________________________________
12780 [ 9271] By: jhi on 2001/03/21 01:22:52
12781 Log: Subject: [PATCH] Cwd.pm docs
12782 From: Benjamin Sugars <bsugars@canoe.ca>
12783 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
12784 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
12787 ____________________________________________________________________________
12788 [ 9270] By: jhi on 2001/03/21 01:16:29
12789 Log: Continue 4-arg substr() UTF-8 fixage.
12791 ! pp.c t/op/substr.t
12792 ____________________________________________________________________________
12793 [ 9269] By: jhi on 2001/03/21 00:46:14
12794 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
12796 revert the leak fix in change#9142 (problem needs a more experimental
12797 fix unsuitable for 5.6.1)
12799 do alphabetical sorting by default (for csh compatibility)
12801 cut-n-paste goof in change#9264
12803 VMS piping fixes (from Charles Lane)
12805 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
12806 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
12807 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
12808 ____________________________________________________________________________
12809 [ 9268] By: jhi on 2001/03/21 00:37:04
12810 Log: Integrate perlio.
12812 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
12813 !> utf8.c utf8.h utfebcdic.h
12814 ____________________________________________________________________________
12815 [ 9267] By: nick on 2001/03/20 20:04:39
12816 Log: More EBCDIC stuff:
12817 - Loose the extra level of function on ASCII.
12818 - spotted a chr(0) issue in sv.c
12819 - re-work of UTF-X tr/// ranges to work in Unicode
12820 space. Still issues with the "0xff is illegal UTF-8" hack.
12821 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
12822 (why do it once when you can do it all over the place :-(
12823 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
12824 need utf8.pm for swashes.
12825 - Simplified and commented scan_const() in toke.c
12826 Still something wrong regexp and tr (swashes?).
12828 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
12829 ! utf8.c utf8.h utfebcdic.h
12830 ____________________________________________________________________________
12831 [ 9266] By: gsar on 2001/03/20 19:16:43
12832 Log: VMS piping fixes (from Charles Lane)
12833 Branch: maint-5.6/perl
12834 ! vms/vms.c vms/vmspipe.com
12835 ____________________________________________________________________________
12836 [ 9265] By: gsar on 2001/03/20 17:53:52
12837 Log: cut-n-paste goof in change#9264
12838 Branch: maint-5.6/perl
12839 ! ext/File/Glob/Glob.xs
12840 ____________________________________________________________________________
12841 [ 9264] By: gsar on 2001/03/20 17:43:47
12842 Log: do alphabetical sorting by default (for csh compatibility);
12843 bsd_glob() does ASCII sort by default as usual, unless
12844 GLOB_ALPHASORT was specified
12845 Branch: maint-5.6/perl
12846 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
12847 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
12848 ! ext/File/Glob/bsd_glob.h
12849 ____________________________________________________________________________
12850 [ 9263] By: gsar on 2001/03/20 16:40:08
12851 Log: integrate change#9255 from mainline (unicode fix)
12853 substr($bytestr, i, n, $charstr)
12854 Branch: maint-5.6/perl
12855 !> Todo-5.6 pp.c t/op/substr.t
12856 ____________________________________________________________________________
12857 [ 9262] By: gsar on 2001/03/20 15:57:41
12858 Log: revert the leak fix in change#9142 (problem needs a more experimental
12859 fix unsuitable for 5.6.1)
12860 Branch: maint-5.6/perl
12862 ____________________________________________________________________________
12863 [ 9261] By: jhi on 2001/03/20 14:26:25
12864 Log: Integrate changes #9259,9260 from maintperl into mainline.
12866 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
12868 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
12870 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
12871 ____________________________________________________________________________
12872 [ 9260] By: jhi on 2001/03/20 14:05:46
12873 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
12874 From: Robin Barker <rmb1@cise.npl.co.uk>
12875 Date: Tue, 20 Mar 2001 10:12:04 GMT
12876 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
12877 Branch: maint-5.6/perl
12879 ____________________________________________________________________________
12880 [ 9259] By: jhi on 2001/03/20 14:04:39
12881 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
12882 From: Chris Nandor <pudge@pobox.com>
12883 Date: Tue, 20 Mar 2001 00:40:56 -0500
12884 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
12885 Branch: maint-5.6/perl
12886 ! ext/POSIX/POSIX.xs lib/File/Path.pm
12887 ____________________________________________________________________________
12888 [ 9258] By: jhi on 2001/03/20 05:09:34
12889 Log: Update Changes.
12891 ! Changes patchlevel.h
12892 ____________________________________________________________________________
12893 [ 9257] By: jhi on 2001/03/20 05:04:25
12894 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
12897 ____________________________________________________________________________
12898 [ 9256] By: jhi on 2001/03/20 04:43:12
12899 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
12900 From: Peter Prymmer <pvhp@forte.com>
12901 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
12902 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
12903 Branch: maint-5.6/perl
12904 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
12905 ____________________________________________________________________________
12906 [ 9255] By: jhi on 2001/03/19 23:17:17
12907 Log: substr($bytestr, i, n, $charstr)
12909 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
12911 ! Todo-5.6 pp.c t/op/substr.t
12912 ____________________________________________________________________________
12913 [ 9254] By: jhi on 2001/03/19 22:25:09
12914 Log: Rearrange the make test target prerequisites so that
12915 in a parallel make 'all' is finished before 'test'.
12918 ____________________________________________________________________________
12919 [ 9253] By: jhi on 2001/03/19 21:48:07
12920 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
12921 From: Robin Houston <robin@kitsite.com>
12922 Date: Mon, 19 Mar 2001 15:48:41 +0000
12923 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
12926 ____________________________________________________________________________
12927 [ 9252] By: jhi on 2001/03/19 21:42:27
12928 Log: Integrate perlio.
12930 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
12931 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
12932 !> utfebcdic.h vms/perly_c.vms
12933 ____________________________________________________________________________
12934 [ 9251] By: jhi on 2001/03/19 21:31:28
12935 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
12937 Dynaloading in 64-bit AIX with vac.
12939 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
12941 ____________________________________________________________________________
12942 [ 9250] By: jhi on 2001/03/19 21:18:00
12943 Log: A more robust solution for the 64bitall AIX dynaloading
12944 problem, from Jens-Uwe Mager.
12945 Branch: maint-5.6/perl
12946 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
12947 ____________________________________________________________________________
12948 [ 9249] By: nick on 2001/03/19 20:59:37
12949 Log: Integrate mainline.
12951 !> (integrate 42 files)
12952 ____________________________________________________________________________
12953 [ 9248] By: nick on 2001/03/19 20:22:07
12954 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
12955 (Building on OS390 uses native YACC and YYDEBUG has other
12958 ! perly.c perly.y vms/perly_c.vms
12959 ____________________________________________________________________________
12960 [ 9247] By: jhi on 2001/03/19 19:59:53
12961 Log: 64-bit AIX dynaloading problem (see #9244) idea
12962 from Jens-Uwe Mager.
12963 Branch: maint-5.6/perl
12964 ! ext/DynaLoader/dl_aix.xs
12965 ____________________________________________________________________________
12966 [ 9246] By: nick on 2001/03/19 19:27:57
12967 Log: More EBCDIC fixes.
12969 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
12970 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
12971 ____________________________________________________________________________
12972 [ 9245] By: jhi on 2001/03/19 19:05:19
12973 Log: Integrate change #9243 from mainline into maintperl.
12975 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
12976 Branch: maint-5.6/perl
12978 ____________________________________________________________________________
12979 [ 9244] By: jhi on 2001/03/19 19:03:15
12980 Log: Get 64bitall AIX building, but still does not test okay:
12981 dynaloading anything fails, for example for op/defins:
12982 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
12983 (update: fixed by #9247,9250)
12984 Branch: maint-5.6/perl
12986 ____________________________________________________________________________
12987 [ 9243] By: jhi on 2001/03/19 19:00:16
12988 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
12989 From: Robin Barker <rmb1@cise.npl.co.uk>
12990 Date: Mon, 19 Mar 2001 18:01:57 GMT
12991 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
12994 ____________________________________________________________________________
12995 [ 9242] By: jhi on 2001/03/19 18:58:43
12996 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
13001 ____________________________________________________________________________
13002 [ 9241] By: gsar on 2001/03/19 17:34:46
13003 Log: VMSify tests (from Charles Lane)
13004 Branch: maint-5.6/perl
13005 ! t/lib/filehand.t t/lib/texttabs.t
13006 ____________________________________________________________________________
13007 [ 9240] By: jhi on 2001/03/19 14:24:26
13008 Log: Integrate change #9233 from maintperl into mainline.
13010 some refcounts were incorrect in perl_clone()
13013 ____________________________________________________________________________
13014 [ 9239] By: gsar on 2001/03/19 09:23:17
13015 Log: this is 5.6.1-trial3
13016 Branch: maint-5.6/perl
13018 ____________________________________________________________________________
13019 [ 9238] By: gsar on 2001/03/19 08:47:04
13020 Log: some new symbols are only available under ithreads
13021 Branch: maint-5.6/perl
13023 ____________________________________________________________________________
13024 [ 9237] By: gsar on 2001/03/19 08:42:28
13025 Log: update patchlevel.h, Changes, &c.
13026 Branch: maint-5.6/perl
13027 ! Changes patchlevel.h pod/perlhist.pod
13029 ____________________________________________________________________________
13030 [ 9236] By: gsar on 2001/03/19 08:17:49
13031 Log: integrate changes#8068,8717 from mainline
13033 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
13035 [PATCH CPAN 1.59_51] warning message (not!)
13036 Branch: maint-5.6/perl
13037 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
13038 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
13039 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
13040 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
13041 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
13042 ____________________________________________________________________________
13043 [ 9235] By: gsar on 2001/03/19 08:07:09
13044 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
13046 [PATCH] Add missing CV flags to dump.c
13048 Re: [patch] Re: PL_ptr_table
13050 Fixup non-ithread build after 8713
13052 Generated files form 8713 etc.
13054 Correct the correction :-(
13056 Documenting coderef @INC (Re: CPAN "make this script work" feature)
13058 Subject: Re: sync sync sync: have I missed any patches?
13059 Replace djSP with dSP.
13060 Branch: maint-5.6/perl
13061 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
13062 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
13063 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
13064 !> sv.c sv.h win32/perlhost.h
13065 ____________________________________________________________________________
13066 [ 9234] By: gsar on 2001/03/19 07:22:05
13067 Log: revert the change#9090 integrate for now (change looks somewhat
13068 incomplete in that [ha]v_exists() need something similar; lacks
13070 Branch: maint-5.6/perl
13072 ____________________________________________________________________________
13073 [ 9233] By: gsar on 2001/03/19 07:10:01
13074 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
13075 destruction when there are unreferenced scalars (SvREFCNT==0)
13076 Branch: maint-5.6/perl
13078 ____________________________________________________________________________
13079 [ 9232] By: jhi on 2001/03/19 05:11:02
13080 Log: Regen api and toc.
13081 Branch: maint-5.6/perl
13082 ! pod/perlapi.pod pod/perltoc.pod
13083 ____________________________________________________________________________
13084 [ 9231] By: jhi on 2001/03/19 04:06:03
13085 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
13086 add a lost line in pp.c:pp_chop(), update to new op/chop.
13088 Clarify the description differentiating for and while; inspired by
13090 Subject: [ID 20010306.004] || != named unary operator
13092 The $Is_MacOS needs to be declared.
13093 Branch: maint-5.6/perl
13095 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
13096 ____________________________________________________________________________
13097 [ 9230] By: jhi on 2001/03/19 03:48:16
13098 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
13099 9079,9083,9089,9090,9091 from mainline to maintperl.
13101 Quieten some noise in Win32 builds
13103 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
13105 The perlretut was still talking about the old \p and \P
13108 More tweakage on the Unicode character class descriptions.
13110 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
13112 Subject: 'no *POSIX' Patch speeding up make on BS2000
13114 Subject: [PATCH] perldata.pod here-doc docs
13116 Add /sbin and /usr/sbin to the list of directories scanned
13117 for setuid programs. Takes care of bug id 20010309.003.
13119 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
13121 In op/stat #35 better to scan all the potential directories
13122 for setuids, not just the first one.
13123 Branch: maint-5.6/perl
13125 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
13126 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
13127 !> t/op/stat.t toke.c win32/win32.h
13128 ____________________________________________________________________________
13129 [ 9229] By: jhi on 2001/03/19 02:31:50
13130 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
13131 From: Chris Nandor <pudge@pobox.com>
13132 Date: Sat, 10 Mar 2001 14:22:19 -0500
13133 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
13134 Branch: maint-5.6/perl
13135 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
13136 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
13137 ! t/lib/b.t t/lib/errno.t
13138 ____________________________________________________________________________
13139 [ 9228] By: jhi on 2001/03/19 02:29:59
13140 Log: Integrate changes #9113,9122 from mainline into maintperl.
13142 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?)
13143 Branch: maint-5.6/perl
13144 !> Configure README.os390 hints/os390.sh
13145 ____________________________________________________________________________
13146 [ 9227] By: jhi on 2001/03/19 02:22:35
13147 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
13150 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
13152 Forgot to check-in the larger part of #9120, duh.
13154 Subject: Another patch for integer.pm POD
13156 h2ph strictness and cleanliness from Kurt Starsinic.
13158 Borland filename case problem.
13160 h2ph strictness and cleanliness from Kurt Starsinic.
13162 Subject: [PATCH] the uncontroversial doc patches
13163 Branch: maint-5.6/perl
13164 +> win32/sncfnmcs.pl
13165 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
13166 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
13167 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
13168 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
13169 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
13170 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
13171 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
13172 ____________________________________________________________________________
13173 [ 9226] By: jhi on 2001/03/19 02:10:21
13174 Log: Integrate changes #9207,9214 from mainline into maintperl.
13176 podchecker relaxations: =over has an *optional* number after it,
13177 and whitespace in L<> is okay.
13178 Branch: maint-5.6/perl
13179 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
13180 !> t/pod/poderrs.xr
13181 ____________________________________________________________________________
13182 [ 9225] By: jhi on 2001/03/19 02:07:38
13183 Log: Integrate change #9219 from maintperl into mainline.
13185 remove duplicated tests
13188 ____________________________________________________________________________
13189 [ 9224] By: jhi on 2001/03/19 02:06:11
13190 Log: Integrate change #9223 from mainline to maintperl.
13192 Document -Dmksymlinks.
13193 Branch: maint-5.6/perl
13195 ____________________________________________________________________________
13196 [ 9223] By: jhi on 2001/03/19 02:01:25
13197 Log: Document -Dmksymlinks.
13200 ____________________________________________________________________________
13201 [ 9222] By: jhi on 2001/03/19 01:15:35
13202 Log: The -Dmksymlinks wasn't working for maintperl.
13203 Branch: maint-5.6/perl
13205 ____________________________________________________________________________
13206 [ 9221] By: jhi on 2001/03/19 00:49:43
13207 Log: Cleanup pixie residue.
13210 ____________________________________________________________________________
13211 [ 9220] By: jhi on 2001/03/19 00:44:47
13212 Log: Document the use of pixie/prof; create make targets for it.
13214 TODO: make t/TEST pixie-aware.
13216 ! Makefile.SH pod/perlhack.pod
13217 ____________________________________________________________________________
13218 [ 9219] By: gsar on 2001/03/19 00:16:55
13219 Log: remove duplicated tests
13220 Branch: maint-5.6/perl
13222 ____________________________________________________________________________
13223 [ 9218] By: jhi on 2001/03/18 23:59:31
13224 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
13226 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
13227 ____________________________________________________________________________
13228 [ 9217] By: jhi on 2001/03/18 23:25:20
13229 Log: Rewrite the tests section of Makefile to be less redundant
13230 and to allow for more flexible test targets, many recursive
13231 make calls introduced.
13234 ____________________________________________________________________________
13235 [ 9216] By: jhi on 2001/03/18 22:30:04
13236 Log: Document the use of Third Degree (sparsely).
13238 ! pod/perlhack.pod t/TEST
13239 ____________________________________________________________________________
13240 [ 9215] By: jhi on 2001/03/18 22:10:30
13241 Log: Make targets for testing with Third Degree.
13244 ____________________________________________________________________________
13245 [ 9214] By: jhi on 2001/03/18 21:08:53
13246 Log: The podchecker relaxations need to mirrored also at the tests.
13249 ____________________________________________________________________________
13250 [ 9213] By: jhi on 2001/03/18 20:56:21
13251 Log: Update Changes.
13253 ! Changes patchlevel.h
13254 ____________________________________________________________________________
13255 [ 9212] By: jhi on 2001/03/18 20:36:59
13256 Log: Looking for config.sh in parent directories isn't
13257 very useful for the toplevel Makefile.
13260 ____________________________________________________________________________
13261 [ 9211] By: jhi on 2001/03/18 20:33:37
13262 Log: On "make clean" take care of Third Degree droppings.
13265 ____________________________________________________________________________
13266 [ 9210] By: jhi on 2001/03/18 20:21:34
13267 Log: Add a hook for running the tests under the Third Degree
13268 debugging tool (set $ENV{PERL_3LOG} to non-zero)
13270 TODO: Document the use of Third Degree.
13273 ____________________________________________________________________________
13274 [ 9209] By: jhi on 2001/03/18 20:19:07
13275 Log: Regen toc and api pods.
13277 ! pod/perlapi.pod pod/perltoc.pod
13278 ____________________________________________________________________________
13279 [ 9208] By: jhi on 2001/03/18 20:12:12
13280 Log: Integrate changes #8128,9132 from mainline into maintperl,
13281 Tie::SubstrHash fixes.
13282 Branch: maint-5.6/perl
13283 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
13284 ____________________________________________________________________________
13285 [ 9207] By: jhi on 2001/03/18 20:07:43
13286 Log: podchecker relaxations from Michael Stevens.
13288 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
13289 ____________________________________________________________________________
13290 [ 9206] By: jhi on 2001/03/18 20:04:24
13291 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
13293 ! lib/Locale/Constants.pm lib/Locale/Country.pm
13294 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
13295 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
13296 ____________________________________________________________________________
13297 [ 9205] By: jhi on 2001/03/18 19:54:45
13298 Log: Integrate changes #9161,9162 from maintperl to mainline.
13300 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
13304 ____________________________________________________________________________
13305 [ 9204] By: jhi on 2001/03/18 19:37:46
13306 Log: Make perl.third checks more understandable to the builder.
13309 ____________________________________________________________________________
13310 [ 9203] By: jhi on 2001/03/18 19:20:54
13311 Log: Re-integrate #9138 from maintperl to mainline,
13312 the squelching of the unneeded "Scalars leaked" messages.
13314 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
13315 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
13316 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
13317 ____________________________________________________________________________
13318 [ 9202] By: jhi on 2001/03/18 18:48:36
13319 Log: More robust and more paranoid perl.third target.
13322 ____________________________________________________________________________
13323 [ 9201] By: jhi on 2001/03/18 18:39:21
13324 Log: Integrate change #9197 from maintperl to mainline.
13326 more thorough cleaning of arenas.
13328 !> embed.pl perl.c proto.h sv.c t/op/sort.t
13329 ____________________________________________________________________________
13330 [ 9200] By: jhi on 2001/03/18 18:25:17
13331 Log: Integrate perlio.
13333 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
13334 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
13335 !> t/lib/encode.t toke.c universal.c utf8.c
13336 ____________________________________________________________________________
13337 [ 9199] By: nick on 2001/03/18 15:23:51
13338 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
13339 is the sense of the test being done. Avoid some magical 127 and 128 values
13342 ! doop.c pp_ctl.c sv.c toke.c
13343 ____________________________________________________________________________
13344 [ 9198] By: nick on 2001/03/18 14:18:12
13345 Log: UTF-X encoding invariance for Encode:
13346 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
13347 - move the XS code for those to universal.c (so in miniperl)
13348 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
13349 - change ext/Encode/compile to use above.
13350 - Fix t/lib/encode.t for above
13351 - Teach t/lib/b.t to expect -uutf8
13352 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
13355 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
13356 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
13357 ____________________________________________________________________________
13358 [ 9197] By: gsar on 2001/03/18 12:15:57
13359 Log: more thorough cleaning of arenas--keep going until no more
13360 SvREFCNT_dec()s occur (this fixes the problem that causes the
13361 pesky "Scalars leaked" warnings)
13362 Branch: maint-5.6/perl
13363 ! embed.pl perl.c proto.h sv.c t/op/sort.t
13364 ____________________________________________________________________________
13365 [ 9196] By: nick on 2001/03/18 10:57:29
13366 Log: Fix pragma/utf8.t # 15
13367 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
13368 are SvUTF8 as well.
13371 ____________________________________________________________________________
13372 [ 9195] By: nick on 2001/03/18 09:27:06
13373 Log: Integrate mainline
13375 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
13377 ____________________________________________________________________________
13378 [ 9194] By: jhi on 2001/03/18 05:29:59
13379 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
13380 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
13382 ! op.c op.h t/op/misc.t t/op/pat.t
13383 ____________________________________________________________________________
13384 [ 9193] By: jhi on 2001/03/18 05:15:06
13385 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
13388 ____________________________________________________________________________
13389 [ 9192] By: jhi on 2001/03/18 04:22:43
13390 Log: tr/// UTF-8 patches from Inaba Hiroto.
13393 ____________________________________________________________________________
13394 [ 9191] By: jhi on 2001/03/18 04:21:17
13395 Log: Integrate perlio.
13397 !> utf8.c utfebcdic.h
13398 ____________________________________________________________________________
13399 [ 9190] By: nick on 2001/03/17 20:32:01
13400 Log: Correct #if EBCDIC side typos.
13401 Builds and passes many tests on OS390.
13403 ! utf8.c utfebcdic.h
13404 ____________________________________________________________________________
13405 [ 9189] By: jhi on 2001/03/17 18:55:49
13406 Log: Add prerequisites for the perl.third target.
13409 ____________________________________________________________________________
13410 [ 9188] By: jhi on 2001/03/17 18:46:00
13411 Log: Integrate perlio.
13414 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
13415 ____________________________________________________________________________
13416 [ 9187] By: jhi on 2001/03/17 18:38:47
13417 Log: Add a make rule for perl.third (the Third Degree memory debugging
13418 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
13421 ____________________________________________________________________________
13422 [ 9186] By: nick on 2001/03/17 18:34:48
13423 Log: MANIFEST addition :-(
13426 ____________________________________________________________________________
13427 [ 9185] By: nick on 2001/03/17 18:29:50
13428 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
13429 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
13430 a superset of ASCII are invariant under the encoding. This is EBCDIC
13431 friendly as an encoded string can be looked at as being EBCDIC by lexer
13432 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
13433 ASCII on ASCII machines.
13435 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
13437 - Add some more macros to comprehend different shift amounts and
13438 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
13439 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
13440 and conditionaly #include it.
13442 EBCDIC build as yet untested. ASCII still fails the one test.
13446 ____________________________________________________________________________
13447 [ 9184] By: nick on 2001/03/17 17:44:16
13448 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
13450 ! doop.c perl.h pp.c utf8.h
13451 ____________________________________________________________________________
13452 [ 9183] By: jhi on 2001/03/17 15:55:42
13453 Log: Integrate perlio.
13456 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
13457 ____________________________________________________________________________
13458 [ 9182] By: nick on 2001/03/17 09:16:06
13459 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
13462 ____________________________________________________________________________
13463 [ 9181] By: nick on 2001/03/17 09:15:11
13464 Log: Integrate mainline.
13466 +> lib/Locale/Constants.pm lib/Locale/Country.pm
13467 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
13468 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
13469 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
13470 !> (integrate 83 files)
13471 ____________________________________________________________________________
13472 [ 9180] By: nick on 2001/03/16 17:23:21
13475 ! perl.h sv.c toke.c utf8.c utf8.h
13476 ____________________________________________________________________________
13477 [ 9179] By: jhi on 2001/03/16 14:10:12
13478 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
13479 a change needed to work around an AIX compiler bug.
13481 ! ext/Storable/Storable.xs
13482 ____________________________________________________________________________
13483 [ 9178] By: jhi on 2001/03/16 03:19:59
13484 Log: With Damian's approval synchronize damian's modules'
13485 licensing with Perl's standard module licensing.
13487 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
13488 ____________________________________________________________________________
13489 [ 9177] By: jhi on 2001/03/16 03:15:34
13490 Log: Make the Filter::Util:Call files have their own copies
13491 of the Perl standard module licensing, from Paul Marquess.
13493 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13494 ____________________________________________________________________________
13495 [ 9176] By: jhi on 2001/03/16 02:56:04
13496 Log: Subject: [PATCH] more pod patches
13497 From: Michael Stevens <michael@etla.org>
13498 Date: Thu, 15 Mar 2001 21:25:18 +0000
13499 Message-ID: <20010315212518.A18870@firedrake.org>
13501 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
13502 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
13503 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
13504 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
13505 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
13506 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
13507 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
13508 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
13509 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
13510 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
13511 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
13512 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
13513 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
13514 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
13515 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
13516 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
13517 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
13518 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
13519 ! lib/Locale/Country.pm lib/Locale/Language.pm
13520 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
13521 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
13522 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
13523 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
13524 ! os2/OS2/Process/Process.pm
13525 ____________________________________________________________________________
13526 [ 9175] By: jhi on 2001/03/16 02:53:32
13527 Log: Subject: [PATCH] the uncontroversial doc patches
13528 From: Michael Stevens <michael@etla.org>
13529 Date: Thu, 15 Mar 2001 20:01:12 +0000
13530 Message-ID: <20010315200112.A7636@firedrake.org>
13532 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
13533 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
13534 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
13535 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
13536 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
13537 ____________________________________________________________________________
13538 [ 9174] By: jhi on 2001/03/16 02:50:49
13539 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
13540 From: Paul Lindner <lindner@inuus.com>
13541 Date: Fri, 16 Mar 2001 11:28:03 -0800
13542 Message-ID: <20010316112803.A7577@inuus.com>
13544 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13545 ____________________________________________________________________________
13546 [ 9173] By: nick on 2001/03/15 20:21:03
13547 Log: 1st day's EBCDIC fixes:
13548 - toke.c's parsing of strings needed attention
13549 needed to conditionally e2a if string was already UTF-8
13550 - e2a/a2e tables where wrong way round.
13551 - new macros in utf8.h
13553 ! perl.h toke.c utf8.h
13554 ____________________________________________________________________________
13555 [ 9172] By: jhi on 2001/03/15 15:17:17
13556 Log: Update Changes.
13558 ! Changes patchlevel.h
13559 ____________________________________________________________________________
13560 [ 9171] By: jhi on 2001/03/15 15:09:32
13561 Log: Subject: Re: Another Borland C++ problem.
13562 From: "Vadim Konovalov" <watman@inbox.ru>
13563 Date: Sat, 10 Mar 2001 19:26:07 +0300
13564 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
13566 Borland filename case problem.
13568 + win32/sncfnmcs.pl
13569 ! MANIFEST README.win32
13570 ____________________________________________________________________________
13571 [ 9170] By: jhi on 2001/03/15 14:54:23
13572 Log: Add Locale::Codes 1.06, from Neil Bowers.
13574 + lib/Locale/Constants.pm lib/Locale/Country.pm
13575 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
13576 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
13577 + t/lib/lc-language.t t/lib/lc-uk.t
13579 ____________________________________________________________________________
13580 [ 9169] By: jhi on 2001/03/15 14:19:01
13581 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
13583 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13584 ! ext/Storable/Storable.xs
13585 ____________________________________________________________________________
13586 [ 9168] By: jhi on 2001/03/15 14:13:22
13587 Log: Integrate changes #9120,9167 from mainline to maintperl.
13589 Subject: [PATCH 5.6.1] OS/2 docs
13591 Subject: [PATCH 5.6.1] perldoc
13592 Branch: maint-5.6/perl
13593 !> os2/Changes utils/perldoc.PL
13594 ____________________________________________________________________________
13595 [ 9167] By: jhi on 2001/03/15 14:07:42
13596 Log: Subject: [PATCH 5.6.1] perldoc
13597 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13598 Date: Wed, 14 Mar 2001 23:46:52 -0500
13599 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
13602 ____________________________________________________________________________
13603 [ 9166] By: jhi on 2001/03/15 13:53:15
13604 Log: sigaction test condition tweakage.
13606 ! t/lib/sigaction.t
13607 ____________________________________________________________________________
13608 [ 9165] By: alanbur on 2001/03/15 03:49:17
13609 Log: Resynchronised with parent
13610 Branch: maint-5.6/pureperl
13611 +> os2/os2add.sym t/op/anonsub.t
13612 !> (integrate 72 files)
13613 ____________________________________________________________________________
13614 [ 9164] By: jhi on 2001/03/15 01:05:01
13615 Log: Avoid stomping off the beginning of an array in tr///.
13618 ____________________________________________________________________________
13619 [ 9163] By: jhi on 2001/03/15 00:58:57
13620 Log: h2ph strictness and cleanliness from Kurt Starsinic.
13623 ____________________________________________________________________________
13624 [ 9162] By: gsar on 2001/03/15 00:56:53
13625 Log: avoid warnings
13626 Branch: maint-5.6/perl
13628 ____________________________________________________________________________
13629 [ 9161] By: gsar on 2001/03/15 00:52:09
13630 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
13632 Branch: maint-5.6/perl
13634 ____________________________________________________________________________
13635 [ 9160] By: jhi on 2001/03/14 22:02:10
13636 Log: Do not use the Perl malloc in IRIX, suggested by
13640 ____________________________________________________________________________
13641 [ 9159] By: nick on 2001/03/14 21:45:59
13642 Log: Integrate mainline
13645 !> (integrate 41 files)
13646 ____________________________________________________________________________
13647 [ 9158] By: jhi on 2001/03/14 21:10:09
13648 Log: The Day of the Retractions continues: the #9138
13649 (integrated in #9144) doesn't work well in mainline.
13651 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
13652 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
13653 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
13654 ____________________________________________________________________________
13655 [ 9157] By: jhi on 2001/03/14 20:58:12
13656 Log: The #9145 CANNOT be enabled: the clear_pmop code still
13657 dumps core all over in Tru64.
13659 ! op.c op.h t/op/pat.t
13660 ____________________________________________________________________________
13661 [ 9156] By: jhi on 2001/03/14 20:48:06
13662 Log: Integrate change #9154 from maintperl to mainline.
13664 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
13665 (caused Storable 1.0.10 to break on windows)
13667 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
13668 !> perlapi.c proto.h
13669 ____________________________________________________________________________
13670 [ 9155] By: jhi on 2001/03/14 20:23:53
13671 Log: Retract #9136: breaks threading (and binary compatibility).
13673 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
13674 ____________________________________________________________________________
13675 [ 9154] By: gsar on 2001/03/14 17:48:18
13676 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
13677 (caused Storable 1.0.10 to break on windows)
13678 Branch: maint-5.6/perl
13679 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
13680 ! perlapi.c proto.h
13681 ____________________________________________________________________________
13682 [ 9153] By: jhi on 2001/03/14 13:35:21
13683 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
13685 ! t/lib/sigaction.t
13686 ____________________________________________________________________________
13687 [ 9152] By: gsar on 2001/03/14 07:29:40
13688 Log: back out changes#9012,9010,9009 and parts of change#9016
13689 (causes ABRs under purify, and some prerequisites don't
13690 seem to be there in 5.6.x)
13691 Branch: maint-5.6/perl
13692 ! doop.c op.c t/op/tr.t toke.c
13693 ____________________________________________________________________________
13694 [ 9151] By: gsar on 2001/03/14 07:01:29
13695 Log: reenable change#9145 (the test was busted due to a missing
13696 C<print "ok 27\n">)
13698 ! op.c op.h t/op/pat.t
13699 ____________________________________________________________________________
13700 [ 9150] By: jhi on 2001/03/14 06:38:36
13701 Log: Retract #9145.
13703 ! op.c op.h t/op/pat.t
13704 ____________________________________________________________________________
13705 [ 9149] By: jhi on 2001/03/14 06:14:56
13706 Log: Retract #9143.
13709 ____________________________________________________________________________
13710 [ 9148] By: gsar on 2001/03/14 06:13:02
13711 Log: Uninitialized Memory Read in regexec.c
13714 ____________________________________________________________________________
13715 [ 9147] By: jhi on 2001/03/14 04:59:54
13716 Log: Subject: PATCH: make goto work in nested eval ""
13717 From: Robin Houston <robin@kitsite.com>
13718 Date: Wed, 14 Mar 2001 04:16:10 +0000
13719 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
13721 ! pp_ctl.c t/op/goto.t
13722 ____________________________________________________________________________
13723 [ 9146] By: jhi on 2001/03/14 04:42:54
13724 Log: Preserve the #ifdef PERL_CORE in perly.h.
13727 ____________________________________________________________________________
13728 [ 9145] By: jhi on 2001/03/14 03:57:41
13729 Log: (Retracted by #9150.)
13731 ! op.c op.h t/op/pat.t
13732 ____________________________________________________________________________
13733 [ 9144] By: jhi on 2001/03/14 03:50:38
13734 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
13736 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
13738 remove squelch controls for "Scalars leaked" messages in most places
13739 (these are now cured)
13741 fix another memory leak reported by purify (tie callbacks that
13742 croak can leak when wiping out magic)
13744 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
13745 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
13746 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
13747 !> t/pragma/warnings.t
13748 ____________________________________________________________________________
13749 [ 9143] By: jhi on 2001/03/14 03:37:53
13750 Log: (Retracted by #9149.)
13753 ____________________________________________________________________________
13754 [ 9142] By: gsar on 2001/03/14 03:20:48
13755 Log: fix another memory leak reported by purify (tie callbacks that
13756 croak can leak when wiping out magic)
13757 Branch: maint-5.6/perl
13759 ____________________________________________________________________________
13760 [ 9141] By: jhi on 2001/03/14 02:55:00
13761 Log: Subject: PATCH for [ID 20010305.003]
13762 From: Robin Houston <robin@kitsite.com>
13763 Date: Wed, 14 Mar 2001 02:45:51 +0000
13764 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
13766 ! pp_ctl.c t/op/eval.t
13767 ____________________________________________________________________________
13768 [ 9140] By: jhi on 2001/03/14 02:41:54
13769 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
13770 Date: Wed, 14 Mar 2001 01:52:51 +0000
13771 From: Robin Houston <robin@kitsite.com>
13772 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
13774 Fix for 2000313.004.
13776 ! pp_ctl.c t/op/goto.t
13777 ____________________________________________________________________________
13778 [ 9139] By: jhi on 2001/03/14 02:40:50
13779 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
13780 From: Robin Houston <robin@kitsite.com>
13781 Date: Wed, 14 Mar 2001 00:43:45 +0000
13782 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
13785 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
13787 ____________________________________________________________________________
13788 [ 9138] By: gsar on 2001/03/14 01:18:00
13789 Log: remove squelch controls for "Scalars leaked" messages in most places
13790 (these are now cured)
13791 Branch: maint-5.6/perl
13792 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
13793 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
13794 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
13795 ____________________________________________________________________________
13796 [ 9137] By: gsar on 2001/03/14 00:57:04
13797 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
13798 Branch: maint-5.6/perl
13800 ____________________________________________________________________________
13801 [ 9136] By: jhi on 2001/03/13 23:12:24
13802 Log: (Retracted by #9155)
13804 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
13805 From: Jens-Uwe Mager <jum@helios.de>
13806 Date: Wed, 21 Feb 2001 21:32:04 +0100
13807 Message-ID: <20010221213203.A18340@ans.helios.de>
13809 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
13810 ____________________________________________________________________________
13811 [ 9135] By: jhi on 2001/03/13 22:50:05
13812 Log: Integrate perlio.
13815 ____________________________________________________________________________
13816 [ 9134] By: jhi on 2001/03/13 22:49:05
13817 Log: Integrate change #9131 from maintperl into mainline.
13819 make the error text look more consistent in hints/hpux.sh
13822 ____________________________________________________________________________
13823 [ 9133] By: gsar on 2001/03/13 22:46:20
13824 Log: integrate change#9067 from mainline
13826 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
13827 Branch: maint-5.6/perl
13828 !> lib/ExtUtils/MM_Unix.pm
13829 ____________________________________________________________________________
13830 [ 9132] By: jhi on 2001/03/13 22:41:21
13831 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
13832 From: "John P. Linderman" <jpl@research.att.com>
13833 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
13834 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
13836 A more correct prime finder.
13838 ! lib/Tie/SubstrHash.pm
13839 ____________________________________________________________________________
13840 [ 9131] By: gsar on 2001/03/13 22:30:42
13841 Log: make the error text look more consistent in hints/hpux.sh
13842 Branch: maint-5.6/perl
13844 ____________________________________________________________________________
13845 [ 9130] By: jhi on 2001/03/13 22:23:44
13846 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
13847 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13848 Date: Tue, 13 Mar 2001 18:41:26 +0100
13849 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
13851 If the test is run non-interactively the default handler
13854 ! t/lib/sigaction.t
13855 ____________________________________________________________________________
13856 [ 9129] By: jhi on 2001/03/13 22:20:21
13857 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
13858 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13859 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
13860 Date: Tue, 13 Mar 2001 16:44:32 EST
13862 ! t/lib/1_compile.t
13863 ____________________________________________________________________________
13864 [ 9128] By: jhi on 2001/03/13 22:18:34
13865 Log: Subject: Another patch for integer.pm POD
13866 From: "John L. Allen" <allen@grumman.com>
13867 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
13868 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
13871 ____________________________________________________________________________
13872 [ 9127] By: nick on 2001/03/13 21:26:30
13873 Log: Integrate mainline.
13875 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
13876 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
13877 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
13878 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
13879 !> Changes Configure MANIFEST README.os2 README.os390
13880 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
13881 !> os2/Changes patchlevel.h win32/perlhost.h
13882 ____________________________________________________________________________
13883 [ 9126] By: nick on 2001/03/13 20:39:51
13884 Log: #ifdef'ed out code to make packed side of pack/unpack
13885 octets. (i.e. pack('U') => encode_utf8).
13888 ____________________________________________________________________________
13889 [ 9125] By: jhi on 2001/03/13 15:07:16
13890 Log: Update Changes.
13892 ! Changes patchlevel.h
13893 ____________________________________________________________________________
13894 [ 9124] By: jhi on 2001/03/13 14:22:45
13895 Log: Workaround for the buggy ("internal compiler error")
13896 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
13897 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
13900 ! ext/re/Makefile.PL hints/aix.sh
13901 ____________________________________________________________________________
13902 [ 9123] By: jhi on 2001/03/13 03:24:34
13903 Log: Typo in #9114.
13905 ! U/modified/myhostname.U
13906 ____________________________________________________________________________
13907 [ 9122] By: jhi on 2001/03/13 03:24:06
13908 Log: Typo in #9113.
13911 ____________________________________________________________________________
13912 [ 9121] By: jhi on 2001/03/13 01:53:05
13913 Log: Forgot to check-in the larger part of #9120, duh.
13916 ____________________________________________________________________________
13917 [ 9120] By: jhi on 2001/03/13 01:51:31
13918 Log: Subject: [PATCH 5.6.1] OS/2 docs
13919 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13920 Date: Mon, 12 Mar 2001 03:27:32 -0500
13921 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
13924 ____________________________________________________________________________
13925 [ 9119] By: jhi on 2001/03/13 01:49:41
13926 Log: Integrate change #9116 from maintperl into mainline.
13928 Win32::GetCwd() returns C: instead of C:\ in the root directory
13931 !> win32/perlhost.h
13932 ____________________________________________________________________________
13933 [ 9118] By: jhi on 2001/03/13 01:13:39
13934 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
13936 + lib/Switch.pm t/lib/switch.t
13938 ____________________________________________________________________________
13939 [ 9117] By: jhi on 2001/03/13 01:03:17
13940 Log: Add Text::Balanced 1.83.
13942 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
13943 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
13944 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
13947 ____________________________________________________________________________
13948 [ 9116] By: gsar on 2001/03/13 00:55:53
13949 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
13951 Branch: maint-5.6/perl
13953 ____________________________________________________________________________
13954 [ 9115] By: jhi on 2001/03/13 00:54:09
13955 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
13956 From: "John L. Allen" <allen@grumman.com>
13957 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
13958 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
13960 use integer document clarification.
13963 ____________________________________________________________________________
13964 [ 9114] By: jhi on 2001/03/13 00:38:54
13965 Log: Metaconfig unit change for #9113.
13967 ! U/modified/myhostname.U
13968 ____________________________________________________________________________
13969 [ 9113] By: jhi on 2001/03/13 00:38:35
13970 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?)
13971 From: Peter Prymmer <pvhp@forte.com>
13972 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
13973 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
13975 ! Configure README.os390 hints/os390.sh
13976 ____________________________________________________________________________
13977 [ 9112] By: jhi on 2001/03/13 00:29:00
13978 Log: Integrate perlio.
13981 ____________________________________________________________________________
13982 [ 9111] By: nick on 2001/03/12 21:16:33
13983 Log: Integrate mainline.
13986 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
13988 ____________________________________________________________________________
13989 [ 9110] By: nick on 2001/03/12 21:00:13
13990 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
13993 ____________________________________________________________________________
13994 [ 9109] By: jhi on 2001/03/12 16:04:47
13995 Log: Integrate change #9108 from maintperl to mainline.
13997 fix memory leak in C<sub X { sub {} }> arising from a refcount
13998 loop between the outer sub and the inner prototype anonsub
14000 this also enables closures returned by subroutines that
14001 subsequently get redefined to work without generating coredumps :)
14003 completely removed the free_closures() hack--it shouldn't be
14007 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
14009 ____________________________________________________________________________
14010 [ 9108] By: gsar on 2001/03/12 10:21:31
14011 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
14012 loop between the outer sub and the inner prototype anonsub
14014 this also enables closures returned by subroutines that
14015 subsequently get redefined to work without generating coredumps :)
14017 completely removed the free_closures() hack--it shouldn't be
14019 Branch: maint-5.6/perl
14021 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
14023 ____________________________________________________________________________
14024 [ 9107] By: jhi on 2001/03/12 05:15:31
14025 Log: Integrate perlio.
14027 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
14028 ____________________________________________________________________________
14029 [ 9106] By: nick on 2001/03/11 20:10:12
14030 Log: regcomp.c is working in native space, not Unicode space (if different)
14031 as it is doing compare against 'W' in \W etc.
14034 ____________________________________________________________________________
14035 [ 9105] By: nick on 2001/03/11 19:39:34
14036 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
14037 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
14039 ! regcomp.c toke.c utf8.c
14040 ____________________________________________________________________________
14041 [ 9104] By: nick on 2001/03/11 18:15:44
14042 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
14045 ____________________________________________________________________________
14046 [ 9103] By: nick on 2001/03/11 18:03:28
14047 Log: Integrate mainline (for regexp stuff).
14049 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
14050 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
14051 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
14052 !> t/lib/errno.t t/op/pat.t
14053 ____________________________________________________________________________
14054 [ 9102] By: nick on 2001/03/11 17:44:20
14055 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
14056 - exclude layer syms in makedef.pl for sfio
14057 - also inhibit Encode from trying to build ":encode()" layer.
14059 ! ext/Encode/Encode.xs makedef.pl
14060 ____________________________________________________________________________
14061 [ 9101] By: jhi on 2001/03/10 22:38:13
14062 Log: The $Is_MacOS needs to be declared.
14064 ! lib/ExtUtils/Manifest.pm
14065 ____________________________________________________________________________
14066 [ 9100] By: jhi on 2001/03/10 22:14:29
14067 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
14068 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
14069 pollute the symbolspace if using sfio.
14071 ! ext/Encode/Encode.xs
14072 ____________________________________________________________________________
14073 [ 9099] By: jhi on 2001/03/10 21:58:48
14074 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
14075 Date: Sat, 10 Mar 2001 14:23:55 -0500
14076 From: Chris Nandor <pudge@pobox.com>
14077 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
14079 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
14080 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
14082 ____________________________________________________________________________
14083 [ 9098] By: jhi on 2001/03/10 21:38:30
14084 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
14086 ! regcomp.c regexec.c t/op/pat.t
14087 ____________________________________________________________________________
14088 [ 9097] By: jhi on 2001/03/10 14:38:07
14089 Log: Integrate perlio.
14091 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
14092 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
14093 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
14094 ____________________________________________________________________________
14095 [ 9096] By: nick on 2001/03/10 11:55:43
14096 Log: EBCDIC sanity - phase I
14097 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
14098 - use utf8n_xxxx (c.f. pvn) for forms which take length.
14099 - back out vN.N and $^V exceptions to e2a/a2e
14100 - make "locale" isxxx macros be uvchr (may be redundant?)
14102 Not clear yet that toUPPER_uni et. al. return being handled correctly.
14103 The tr// and rexexp stuff still needs an audit, assumption is they are working
14106 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
14108 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
14109 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
14110 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
14111 ____________________________________________________________________________
14112 [ 9095] By: jhi on 2001/03/09 22:10:01
14113 Log: Integrate perlio.
14116 ____________________________________________________________________________
14117 [ 9094] By: nick on 2001/03/09 17:36:38
14118 Log: Builds an passes all tests after integrate and this tweak.
14121 ____________________________________________________________________________
14122 [ 9093] By: nick on 2001/03/09 17:16:03
14123 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
14125 +> lib/unicode/Scripts.txt t/lib/sigaction.t
14126 !> (integrate 79 files)
14127 ____________________________________________________________________________
14128 [ 9092] By: jhi on 2001/03/09 15:28:26
14129 Log: Update Changes.
14131 ! Changes patchlevel.h
14132 ____________________________________________________________________________
14133 [ 9091] By: jhi on 2001/03/09 15:25:05
14134 Log: In op/stat #35 better to scan all the potential directories
14135 for setuids, not just the first one.
14138 ____________________________________________________________________________
14139 [ 9090] By: jhi on 2001/03/09 15:01:27
14140 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
14141 From: rspier@pobox.com (Robert Spier)
14142 Date: Fri, 9 Mar 2001 03:30:20 -0500
14143 Message-ID: <15016.38044.381174.160189@rls.cx>
14145 EXISTS() returning undef mistakenly triggered a FETCH().
14148 ____________________________________________________________________________
14149 [ 9089] By: jhi on 2001/03/09 14:59:02
14150 Log: Add /sbin and /usr/sbin to the list of directories scanned
14151 for setuid programs. Takes care of bug id 20010309.003.
14154 ____________________________________________________________________________
14155 [ 9088] By: jhi on 2001/03/09 14:48:32
14156 Log: Regen perlapi, perltoc.
14158 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
14159 ____________________________________________________________________________
14160 [ 9087] By: jhi on 2001/03/09 14:38:56
14161 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
14162 From: David Mitchell <davem@fdgroup.co.uk>
14163 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
14164 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
14166 ! dump.c perl.c perl.h pod/perlrun.pod
14167 ____________________________________________________________________________
14168 [ 9086] By: jhi on 2001/03/09 01:47:16
14169 Log: A modified version of
14171 Subject: [ID 20010307.005] POSIX::sigaction has various problems
14172 From: anders@broadcom.com
14173 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
14174 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
14176 Currently the sigaction.t test #6 fails (and is fudged to look
14177 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
14178 This may well be a genuine bug in Linux sigaction() (since at
14179 least Tru64, Solaris, and HP-UX disagree with Linux).
14180 Anyone with POSIX / SUSv2 tome handy? The problem is that
14181 the flags of the oldaction don't match with the flags in
14182 the previously installed disposition.
14184 + t/lib/sigaction.t
14185 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14186 ____________________________________________________________________________
14187 [ 9085] By: jhi on 2001/03/09 01:30:13
14188 Log: Subject: Re: mission impossible for the day
14189 From: Alex Gough <alex@rcon.org>
14190 Date: Thu, 08 Mar 2001 17:18:19 +0000
14191 Message-ID: <3AA7BEDB.8070409@rcon.org>
14193 If references (are overloaded) and can be directly stringified,
14194 show that instead of "stringified".
14196 (The problem, infinite mutual recursion caused by overloaded bool
14197 in Switch.pm, tracked by David Mitchell)
14199 ! lib/Carp/Heavy.pm
14200 ____________________________________________________________________________
14201 [ 9084] By: jhi on 2001/03/09 01:20:39
14202 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
14203 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
14204 From: David Mitchell <davem@fdgroup.co.uk>
14205 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
14207 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
14208 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
14209 ____________________________________________________________________________
14210 [ 9083] By: jhi on 2001/03/09 01:16:51
14211 Log: Subject: [PATCH] perldata.pod here-doc docs
14212 From: Jeff Pinyan <jeffp@crusoe.net>
14213 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
14214 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
14217 ____________________________________________________________________________
14218 [ 9082] By: jhi on 2001/03/09 01:01:27
14219 Log: Subject: Re: Unicode/EBCDIC
14220 From: Peter Prymmer <pvhp@forte.com>
14221 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
14222 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
14224 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
14225 ____________________________________________________________________________
14226 [ 9081] By: jhi on 2001/03/08 13:41:30
14227 Log: Subject: Ooops, wrong 'no *POSIX' Patch
14228 From: Dorner Thomas <Thomas.Dorner@start.de>
14229 Date: Thu, 8 Mar 2001 08:43:28 +0100
14230 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
14232 ! hints/posix-bc.sh
14233 ____________________________________________________________________________
14234 [ 9080] By: jhi on 2001/03/08 13:11:42
14235 Log: It's Scripts.txt, not Script.txt.
14238 ____________________________________________________________________________
14239 [ 9079] By: jhi on 2001/03/08 12:59:05
14240 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
14241 From: Dorner Thomas <Thomas.Dorner@start.de>
14242 Date: Wed, 7 Mar 2001 14:13:31 +0100
14243 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
14246 ____________________________________________________________________________
14247 [ 9078] By: jhi on 2001/03/08 12:57:43
14248 Log: Retract #9069, wrong patch.
14251 ____________________________________________________________________________
14252 [ 9077] By: jhi on 2001/03/08 01:06:13
14253 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
14255 + lib/unicode/Scripts.txt
14256 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
14257 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
14258 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
14259 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
14260 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
14261 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
14262 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
14263 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
14264 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
14265 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
14266 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
14267 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
14268 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
14269 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
14270 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
14271 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
14272 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
14273 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
14274 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
14275 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
14276 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
14277 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
14278 ! lib/unicode/version
14279 ____________________________________________________________________________
14280 [ 9076] By: jhi on 2001/03/07 22:59:39
14281 Log: Integrate change #7784 from mainline into maintperl.
14283 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
14284 Branch: maint-5.6/perl
14285 !> pp_ctl.c t/op/pat.t
14286 ____________________________________________________________________________
14287 [ 9075] By: jhi on 2001/03/07 22:05:11
14288 Log: More UTF-8 test tweaks.
14290 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
14291 ____________________________________________________________________________
14292 [ 9074] By: nick on 2001/03/07 21:39:29
14293 Log: Integrate mainline.
14295 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
14296 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
14297 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
14298 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
14299 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
14300 ____________________________________________________________________________
14301 [ 9073] By: jhi on 2001/03/07 16:37:09
14302 Log: Update Changes.
14304 ! Changes patchlevel.h
14305 ____________________________________________________________________________
14306 [ 9072] By: jhi on 2001/03/07 16:32:30
14307 Log: Subject: [ID 20010306.004] || != named unary operator
14308 From: abela@geneanet.org
14309 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
14310 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
14313 ____________________________________________________________________________
14314 [ 9071] By: jhi on 2001/03/07 15:14:11
14315 Log: Subject: downgrading to bytes for common functions
14316 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
14317 Date: Wed, 7 Mar 2001 02:36:55 -0500
14318 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
14321 ____________________________________________________________________________
14322 [ 9070] By: jhi on 2001/03/07 15:04:58
14323 Log: Clarify the description differentiating for and while; inspired by
14325 Subject: [ID 20010306.002] for/while difference in for definition
14326 From: abela@geneanet.org
14327 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
14328 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
14331 ____________________________________________________________________________
14332 [ 9069] By: jhi on 2001/03/07 14:55:30
14333 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
14334 From: Dorner Thomas <Thomas.Dorner@start.de>
14335 Date: Wed, 7 Mar 2001 14:13:31 +0100
14336 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
14339 ____________________________________________________________________________
14340 [ 9068] By: jhi on 2001/03/07 14:51:17
14341 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
14342 From: Radu Greab <radu@netsoft.ro>
14343 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
14344 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
14347 ____________________________________________________________________________
14348 [ 9067] By: jhi on 2001/03/07 14:48:57
14349 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
14350 From: Simon Cozens <simon@netthink.co.uk>
14351 Date: Wed, 7 Mar 2001 13:59:28 +0000
14352 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
14354 In order to allow MakeMaker to build correct Makefiles,
14355 you need to change the order of the arguments in MM_Unix.pm
14356 as well. (Unless you have C89_CCMODE set, but we're trying
14357 to be POSIXly correct)
14359 Thanks to Merijn Broeren for tracking this down.
14361 ! lib/ExtUtils/MM_Unix.pm
14362 ____________________________________________________________________________
14363 [ 9066] By: jhi on 2001/03/07 14:30:02
14364 Log: Floating point too messy.
14366 ! t/camel-III/vstring.t
14367 ____________________________________________________________________________
14368 [ 9065] By: jhi on 2001/03/07 14:17:44
14369 Log: Integrate change #9064 from maintperl into mainline.
14371 fix memory leak in pack("Bb",...)
14374 ____________________________________________________________________________
14375 [ 9064] By: gsar on 2001/03/07 06:29:24
14376 Log: fix memory leak in pack("Bb",...)
14377 Branch: maint-5.6/perl
14379 ____________________________________________________________________________
14380 [ 9063] By: jhi on 2001/03/07 00:55:04
14381 Log: Major utf8 test reorganisation and rewrite.
14382 Hopefully no tests were lost in the shuffle.
14383 (The beginning of pragma/utf8 was lost intentionally,
14384 the tests were rather bogus and incomplete.)
14386 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
14388 ____________________________________________________________________________
14389 [ 9062] By: jhi on 2001/03/07 00:41:16
14390 Log: More tweakage on the Unicode character class descriptions.
14392 ! lib/unicode/mktables.PL pod/perlretut.pod
14393 ____________________________________________________________________________
14394 [ 9061] By: jhi on 2001/03/06 23:12:38
14395 Log: The perlretut was still talking about the old \p and \P
14398 ! pod/perlretut.pod
14399 ____________________________________________________________________________
14400 [ 9060] By: nick on 2001/03/06 20:52:37
14401 Log: Integrate mainline (make test works again now).
14403 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
14404 ____________________________________________________________________________
14405 [ 9059] By: jhi on 2001/03/06 15:36:14
14406 Log: 0.999... does equal 1.0, doesn't it?
14408 ! t/camel-III/vstring.t
14409 ____________________________________________________________________________
14410 [ 9058] By: jhi on 2001/03/06 15:34:00
14411 Log: Make /x{abcd}/ to work without use utf8.
14414 ____________________________________________________________________________
14415 [ 9057] By: jhi on 2001/03/06 03:02:36
14416 Log: Easier to outcomment all the three reset() tests for now.
14419 ____________________________________________________________________________
14420 [ 9056] By: jhi on 2001/03/06 02:30:02
14421 Log: Comment out the deadly reset; until the 20010301.005
14425 ____________________________________________________________________________
14426 [ 9055] By: jhi on 2001/03/06 02:21:26
14427 Log: Integrate the change #9054 from mainline:
14428 retract the PMOP cleanup patch pending further investigation.
14429 Branch: maint-5.6/perl
14431 ____________________________________________________________________________
14432 [ 9054] By: jhi on 2001/03/06 02:19:57
14433 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
14434 with oddly familiar stack traces.
14437 ____________________________________________________________________________
14438 [ 9053] By: jhi on 2001/03/05 23:20:28
14439 Log: Integrate perlio.
14441 +> ext/Encode/Encode/koi8-r.ucm
14442 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
14444 ____________________________________________________________________________
14445 [ 9052] By: nick on 2001/03/05 23:08:17
14446 Log: skipping USE_PERLIO symbols correction.
14449 ____________________________________________________________________________
14450 [ 9051] By: nick on 2001/03/05 22:35:07
14451 Log: More Encode alias tidying.
14453 + ext/Encode/Encode/koi8-r.ucm
14454 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
14455 ____________________________________________________________________________
14456 [ 9050] By: jhi on 2001/03/05 21:44:29
14457 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
14458 Sarathy's fix for ID 20010301.005.
14459 Branch: maint-5.6/perl
14461 ____________________________________________________________________________
14462 [ 9049] By: nick on 2001/03/05 19:54:04
14463 Log: Integrate Jarkko's Encode.pm tweak.
14465 !> ext/Encode/Encode.pm
14466 ____________________________________________________________________________
14467 [ 9048] By: nick on 2001/03/05 19:47:57
14468 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
14471 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
14472 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
14473 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
14474 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
14475 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
14476 ____________________________________________________________________________
14477 [ 9047] By: jhi on 2001/03/05 19:25:26
14478 Log: Regen perlapi.
14481 ____________________________________________________________________________
14482 [ 9046] By: jhi on 2001/03/05 19:12:14
14483 Log: Integrate perlio.
14485 +> t/camel-III/vstring.t
14486 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
14487 ____________________________________________________________________________
14488 [ 9045] By: jhi on 2001/03/05 19:10:36
14489 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
14491 ! ext/Encode/Encode.pm
14492 ____________________________________________________________________________
14493 [ 9044] By: jhi on 2001/03/05 18:49:12
14494 Log: Forgot the other half of the PMOP patch (#9033).
14497 ____________________________________________________________________________
14498 [ 9043] By: nick on 2001/03/05 18:14:47
14499 Log: Update MANIFEST for new test.
14502 ____________________________________________________________________________
14503 [ 9042] By: nick on 2001/03/05 18:12:41
14504 Log: Some tests for Camel 3rd edition features.
14505 Make gethostbyaddr() test in above work.
14507 + t/camel-III/vstring.t
14508 ! pp.h pp_sys.c t/TEST t/harness
14509 ____________________________________________________________________________
14510 [ 9041] By: jhi on 2001/03/05 17:41:48
14511 Log: Add more ISO 8859 encoding aliases.
14513 ! ext/Encode/Encode.pm
14514 ____________________________________________________________________________
14515 [ 9040] By: jhi on 2001/03/05 17:30:43
14516 Log: Integrate perlio.
14519 ____________________________________________________________________________
14520 [ 9039] By: nick on 2001/03/05 17:11:36
14521 Log: Missed added file.
14524 ____________________________________________________________________________
14525 [ 9038] By: jhi on 2001/03/05 15:58:01
14526 Log: Add tr tests for EBCDIC, from Karsten Sperling.
14529 ____________________________________________________________________________
14530 [ 9037] By: nick on 2001/03/05 15:56:35
14531 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
14532 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
14534 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
14535 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
14536 - uses SvPV() rather than sv_2pv() in case it isn't a string.
14539 ____________________________________________________________________________
14540 [ 9036] By: jhi on 2001/03/05 15:49:15
14541 Log: Add matching tests currently failing in EBCDIC,
14542 suggested by Karsten Sperling.
14545 ____________________________________________________________________________
14546 [ 9035] By: jhi on 2001/03/05 15:36:55
14547 Log: The #9034 needs a MANIFESTation.
14550 ____________________________________________________________________________
14551 [ 9034] By: jhi on 2001/03/05 15:35:14
14552 Log: Integrate perlio.
14554 +> ext/Encode/Encode/Tcl.pm
14555 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14556 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
14557 !> ext/Encode/Encode/iso8859-1.ucm
14558 !> ext/Encode/Encode/iso8859-10.ucm
14559 !> ext/Encode/Encode/iso8859-13.ucm
14560 !> ext/Encode/Encode/iso8859-14.ucm
14561 !> ext/Encode/Encode/iso8859-15.ucm
14562 !> ext/Encode/Encode/iso8859-16.ucm
14563 !> ext/Encode/Encode/iso8859-2.ucm
14564 !> ext/Encode/Encode/iso8859-3.ucm
14565 !> ext/Encode/Encode/iso8859-4.ucm
14566 !> ext/Encode/Encode/iso8859-5.ucm
14567 !> ext/Encode/Encode/iso8859-6.ucm
14568 !> ext/Encode/Encode/iso8859-7.ucm
14569 !> ext/Encode/Encode/iso8859-8.ucm
14570 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
14572 ____________________________________________________________________________
14573 [ 9033] By: jhi on 2001/03/05 15:33:18
14574 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
14575 From: Gurusamy Sarathy <gsar@ActiveState.com>
14576 Date: Sun, 04 Mar 2001 22:33:15 -0800
14577 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
14579 PMOPs need to remember their own stash so that they can
14580 gracefully remove themselves from their linked list.
14583 ____________________________________________________________________________
14584 [ 9032] By: nick on 2001/03/05 14:51:50
14585 Log: Encode implementation "completion"
14586 Implement and document define_encoding()
14587 Implement and document encoding aliases including define_alias()
14588 Make Encode::XS use define_encoding() rather than back-door.
14589 Move run-time *.enc to separate Encode::Tcl module.
14590 Make 'compile' honour <codeset_name>
14591 Change canonical names of to iso-8859-* and US-ascii.
14593 + ext/Encode/Encode/Tcl.pm
14594 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14595 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
14596 ! ext/Encode/Encode/iso8859-1.ucm
14597 ! ext/Encode/Encode/iso8859-10.ucm
14598 ! ext/Encode/Encode/iso8859-13.ucm
14599 ! ext/Encode/Encode/iso8859-14.ucm
14600 ! ext/Encode/Encode/iso8859-15.ucm
14601 ! ext/Encode/Encode/iso8859-16.ucm
14602 ! ext/Encode/Encode/iso8859-2.ucm
14603 ! ext/Encode/Encode/iso8859-3.ucm
14604 ! ext/Encode/Encode/iso8859-4.ucm
14605 ! ext/Encode/Encode/iso8859-5.ucm
14606 ! ext/Encode/Encode/iso8859-6.ucm
14607 ! ext/Encode/Encode/iso8859-7.ucm
14608 ! ext/Encode/Encode/iso8859-8.ucm
14609 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
14611 ____________________________________________________________________________
14612 [ 9031] By: jhi on 2001/03/05 13:51:17
14613 Log: Integrate change #9030 from maintperl into mainline.
14615 Subject: [PATCH 5.6.1] OS/2 cleanup
14618 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14619 !> makedef.pl os2/Changes os2/Makefile.SHs
14620 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
14621 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
14622 !> os2/os2.sym os2/os2ish.h
14623 ____________________________________________________________________________
14624 [ 9030] By: jhi on 2001/03/05 13:46:49
14625 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
14626 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14627 Date: Mon, 5 Mar 2001 02:29:44 -0500
14628 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
14629 Branch: maint-5.6/perl
14631 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14632 ! makedef.pl os2/Changes os2/Makefile.SHs
14633 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
14634 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
14635 ! os2/os2.sym os2/os2ish.h
14636 ____________________________________________________________________________
14637 [ 9029] By: jhi on 2001/03/05 13:40:35
14638 Log: Integrate change #9028 from maintperl into mainline.
14640 various nits in MM_Unix.pm found by disabling SelfLoader
14642 !> lib/ExtUtils/MM_Unix.pm
14643 ____________________________________________________________________________
14644 [ 9028] By: gsar on 2001/03/05 09:58:38
14645 Log: various nits in MM_Unix.pm found by disabling SelfLoader
14646 Branch: maint-5.6/perl
14647 ! lib/ExtUtils/MM_Unix.pm
14648 ____________________________________________________________________________
14649 [ 9027] By: nick on 2001/03/05 08:35:22
14650 Log: Integrate mainline
14652 !> (integrate 28 files)
14653 ____________________________________________________________________________
14654 [ 9026] By: jhi on 2001/03/05 02:14:59
14655 Log: Integrate change #9025 from mainline to maintperl,
14656 retract \N{U+HHHH}.
14657 Branch: maint-5.6/perl
14658 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
14659 !> t/lib/charnames.t toke.c
14660 ____________________________________________________________________________
14661 [ 9025] By: jhi on 2001/03/05 02:13:09
14662 Log: Retracting \N{U+HHHH}.
14664 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
14665 ! t/lib/charnames.t toke.c
14666 ____________________________________________________________________________
14667 [ 9024] By: jhi on 2001/03/04 20:51:07
14668 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
14669 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14670 Date: Fri, 02 Mar 2001 18:25:26 +0100
14671 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
14675 ! ext/Storable/Storable.xs
14676 ____________________________________________________________________________
14677 [ 9023] By: jhi on 2001/03/04 19:46:45
14678 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
14679 From: nick@talking.bollo.cx
14680 Date: Sat, 03 Mar 2001 21:41:33 +0000
14681 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
14683 Revert the workaround.
14686 ____________________________________________________________________________
14687 [ 9022] By: jhi on 2001/03/04 19:36:28
14688 Log: Update Changes.
14690 ! Changes patchlevel.h
14691 ____________________________________________________________________________
14692 [ 9021] By: jhi on 2001/03/04 18:41:00
14693 Log: makedef.pl updates suggested by Chris Nandor; double-checking
14694 the changes in AIX, OS/2 Win32 would be nice.
14697 ____________________________________________________________________________
14698 [ 9020] By: jhi on 2001/03/04 18:23:58
14699 Log: Integrate change #9012 from maintperl into mainline,
14700 quench a compiler warning.
14703 ____________________________________________________________________________
14704 [ 9019] By: jhi on 2001/03/04 18:18:43
14705 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
14709 pattern in G_ARRAY context
14710 Branch: maint-5.6/perl
14711 !> pp_hot.c t/op/pat.t toke.c
14712 ____________________________________________________________________________
14713 [ 9018] By: jhi on 2001/03/04 18:07:48
14714 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
14715 From: Jeff Pinyan <jeffp@crusoe.net>
14716 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
14717 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
14719 ! pp_hot.c t/op/pat.t
14720 ____________________________________________________________________________
14721 [ 9017] By: jhi on 2001/03/04 18:06:21
14722 Log: I thought I tested the #9014.
14725 ____________________________________________________________________________
14726 [ 9016] By: jhi on 2001/03/04 17:41:22
14727 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
14729 Tweak the get*ent() OS/2 prototypes.
14731 Add the \N{U+HHHH} syntax.
14733 More tr/// UTF-8 fixes from Inaba Hiroto.
14734 Branch: maint-5.6/perl
14735 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
14736 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
14737 ____________________________________________________________________________
14738 [ 9015] By: jhi on 2001/03/04 17:36:04
14739 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
14742 ____________________________________________________________________________
14743 [ 9014] By: jhi on 2001/03/04 17:24:49
14744 Log: Add the \N{U+HHHH} syntax.
14746 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
14747 ! t/lib/charnames.t toke.c
14748 ____________________________________________________________________________
14749 [ 9013] By: jhi on 2001/03/04 17:20:45
14750 Log: Tweak the get*ent() OS/2 prototypes.
14753 ____________________________________________________________________________
14754 [ 9012] By: gsar on 2001/03/04 06:26:14
14755 Log: avoid warning (nit in change#9009)
14756 Branch: maint-5.6/perl
14758 ____________________________________________________________________________
14759 [ 9011] By: gsar on 2001/03/04 06:15:24
14760 Log: lib/charnames.t fails in 5.6.x because of older Unicode
14763 TODO: need to revisit this after updating lib/unicode/...
14764 Branch: maint-5.6/perl
14765 ! t/lib/charnames.t
14766 ____________________________________________________________________________
14767 [ 9010] By: gsar on 2001/03/04 06:08:36
14768 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
14769 Branch: maint-5.6/perl
14771 ____________________________________________________________________________
14772 [ 9009] By: jhi on 2001/03/03 19:27:20
14773 Log: Integrate change #9008 from mainline to maintperl,
14774 UTF-8 tr/// fixes from Inaba Hiroto.
14775 Branch: maint-5.6/perl
14776 !> doop.c op.c t/op/tr.t toke.c
14777 ____________________________________________________________________________
14778 [ 9008] By: jhi on 2001/03/03 19:19:42
14779 Log: UTF8 tr/// fixes from Inaba Hiroto.
14781 ! doop.c op.c t/op/tr.t toke.c
14782 ____________________________________________________________________________
14783 [ 9007] By: jhi on 2001/03/03 19:00:30
14784 Log: Integrate change #9006 from maintperl to mainline,
14785 more robust quest for the infinite.
14787 !> lib/Math/Complex.pm
14788 ____________________________________________________________________________
14789 [ 9006] By: jhi on 2001/03/03 18:58:06
14790 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
14791 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14792 Date: Sat, 3 Mar 2001 12:51:50 -0500
14793 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
14795 Be more robust in our quest for the infinite.
14796 Branch: maint-5.6/perl
14797 ! lib/Math/Complex.pm
14798 ____________________________________________________________________________
14799 [ 9005] By: jhi on 2001/03/03 17:55:50
14800 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
14801 Branch: maint-5.6/perl
14803 ____________________________________________________________________________
14804 [ 9004] By: jhi on 2001/03/03 17:40:14
14805 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
14806 so that picky compilers like IRIX won't get huffy about
14807 "statements without effect" (like 1;).
14810 ____________________________________________________________________________
14811 [ 9003] By: jhi on 2001/03/03 17:15:52
14812 Log: Integrate change #9002 from mainline to maintperl.
14814 Subject: [perl-5.6.x, perl-current] accept for EPOC
14815 Branch: maint-5.6/perl
14817 ____________________________________________________________________________
14818 [ 9002] By: jhi on 2001/03/03 17:14:30
14819 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
14820 From: Olaf Flebbe <O.Flebbe@science-computing.de>
14821 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
14822 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
14825 ____________________________________________________________________________
14826 [ 9001] By: jhi on 2001/03/03 17:13:13
14827 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
14828 From: "Craig A. Berry" <craigberry@mac.com>
14829 Date: Fri, 02 Mar 2001 17:44:40 -0600
14830 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
14833 ____________________________________________________________________________
14834 [ 9000] By: jhi on 2001/03/03 17:11:55
14835 Log: Integrate changes #8997,8999 from maintperl.
14837 Subject: [PATCH 5.6.1] compiling on OS/2
14838 (Better error message from hints/os2.sh)
14840 Subject: [PATCH 5.6.1] syslog.t
14842 !> hints/os2.sh t/lib/syslog.t
14843 ____________________________________________________________________________
14844 [ 8999] By: jhi on 2001/03/03 17:09:28
14845 Log: Subject: [PATCH 5.6.1] syslog.t
14846 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14847 Date: Sat, 3 Mar 2001 02:11:17 -0500
14848 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
14849 Branch: maint-5.6/perl
14851 ____________________________________________________________________________
14852 [ 8998] By: jhi on 2001/03/03 17:07:50
14853 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
14854 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14855 Date: Sat, 3 Mar 2001 01:53:52 -0500
14856 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
14857 Branch: maint-5.6/perl
14858 ! opcode.pl os2/os2.c
14859 ____________________________________________________________________________
14860 [ 8997] By: jhi on 2001/03/03 17:03:30
14861 Log: Subject: [PATCH 5.6.1] compiling on OS/2
14862 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14863 Date: Sat, 3 Mar 2001 01:59:59 -0500
14864 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
14865 Branch: maint-5.6/perl
14867 ____________________________________________________________________________
14868 [ 8996] By: jhi on 2001/03/03 00:55:58
14869 Log: Regen files for mainline.
14871 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14872 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
14873 ____________________________________________________________________________
14874 [ 8995] By: jhi on 2001/03/03 00:35:22
14875 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
14876 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
14879 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
14881 Add Configure option -Dmksymlinks which will create a symlink
14882 forest if the current/build differs from the source directory.
14883 (8218,8220,8221,8317,8318,8971)
14885 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
14886 (Document APPLLIB_EXP in INSTALL.)
14888 If running byacc write-enable also perly.h.
14890 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
14892 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
14894 Sanity check for conflicting thread flavours.
14896 Fix the sys/fcntl.h problem reported by Peter Prymmer.
14898 Add few CPUs/architectures to the Cppsym scan,
14899 add -perlio to archname if so selected (modified 8890)
14901 Be more helpful for devel builders, suggested by John L. Allen.
14902 (admittedly pointless change for maintperl, but the usedevel
14903 code is there already)
14904 Branch: maint-5.6/perl
14905 !> Configure INSTALL Makefile.SH Porting/Glossary
14906 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
14907 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
14908 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
14909 !> win32/config.bc win32/config.gc win32/config.vc
14910 ____________________________________________________________________________
14911 [ 8994] By: jhi on 2001/03/02 23:31:41
14912 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
14913 Branch: metaconfig/U/perl
14915 ____________________________________________________________________________
14916 [ 8993] By: jhi on 2001/03/02 23:22:12
14917 Log: Regenerate various files for maint.
14918 Branch: maint-5.6/perl
14919 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
14920 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
14921 ____________________________________________________________________________
14922 [ 8992] By: alanbur on 2001/03/02 22:48:34
14923 Log: Resync wuth parent
14924 Branch: maint-5.6/pureperl
14925 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
14926 !> (integrate 60 files)
14927 ____________________________________________________________________________
14928 [ 8991] By: jhi on 2001/03/02 21:00:08
14929 Log: Retract the #8742 part of #8986, backward compat.
14930 Branch: maint-5.6/perl
14932 ____________________________________________________________________________
14933 [ 8990] By: jhi on 2001/03/02 20:40:07
14934 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
14935 Branch: maint-5.6/perl
14937 ____________________________________________________________________________
14938 [ 8989] By: jhi on 2001/03/02 19:59:56
14939 Log: Update Changes.
14941 ! Changes patchlevel.h
14942 ____________________________________________________________________________
14943 [ 8988] By: jhi on 2001/03/02 19:57:08
14944 Log: Integrate perlio.
14946 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
14947 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14948 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
14949 !> ext/Encode/Encode/iso8859-10.ucm
14950 !> ext/Encode/Encode/iso8859-13.ucm
14951 !> ext/Encode/Encode/iso8859-14.ucm
14952 !> ext/Encode/Encode/iso8859-15.ucm
14953 !> ext/Encode/Encode/iso8859-16.ucm
14954 !> ext/Encode/Encode/iso8859-2.ucm
14955 !> ext/Encode/Encode/iso8859-3.ucm
14956 !> ext/Encode/Encode/iso8859-4.ucm
14957 !> ext/Encode/Encode/iso8859-5.ucm
14958 !> ext/Encode/Encode/iso8859-6.ucm
14959 !> ext/Encode/Encode/iso8859-7.ucm
14960 !> ext/Encode/Encode/iso8859-8.ucm
14961 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
14962 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
14963 ____________________________________________________________________________
14964 [ 8987] By: jhi on 2001/03/02 19:43:40
14965 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
14966 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
14967 8950,8952,8955 from mainline to maintperl.
14969 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
14971 Put to rest the 20010205.001, the email address checking (not) regex.
14973 fork() not everywhere, cleanup temp files.
14975 The #8843 wasn't quite right: %Config needs to imported.
14977 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
14978 (#8849: the glob-basic hunk needed massaging as it depended
14979 on Schwern's large-scale (unintegrated) patches)
14981 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
14983 Upgrade to CGI.pm 2.752, from Lincoln Stein.
14984 (Note: there were some conflicts due to EBCDIC and EPOC
14985 patches, in general I preferred the repository code.)
14986 (When 2.753 comes out, we need to synchronize.)
14988 Subject: [PATCH] fix for charnames above FFFF
14990 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
14992 If no sfio, no -lsfio.
14994 Run run/*.t also in minitest.
14996 Subject: [PATCH perl 5.7.0] malloc message address offset
14998 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
15000 Subject: fix for parameter -Dm (for perl@8867)
15002 Subject: [PATCH: perl@8892] was Re: hashing order difference?
15003 (make the test more portable)
15005 Subject: Re: [PATCH] fix for charnames above FFFF
15007 Subject: Re: I'm losing the war...
15008 (hv_store() not working correctly in ENV_IS_CASELESS case.)
15010 Subject: Modified README.bs2000
15012 Subject: [PATCH: perl@8935] -Dt padsv($var)
15014 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
15016 Subject: PATCH: extra tests to check on negative float to unsigned cast
15018 Subject: [PATCH] XPUSH[insp] was Re: progress
15020 Subject: Re: Compile with perlcc..
15021 Branch: maint-5.6/perl
15022 !> (integrate 36 files)
15023 ____________________________________________________________________________
15024 [ 8986] By: jhi on 2001/03/02 18:51:25
15025 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
15026 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
15029 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
15031 Subject: [DOC PATCH] overload.pm nits
15033 Add header for LIB$ prototypes (C. Berry)
15035 Convert fwrite()s to sockets to write()s, since some socket stacks
15036 don't take kindly to stdio.
15037 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
15038 (for often optional LNMs)
15039 Correct a few typos
15042 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
15046 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
15048 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
15050 Upgrade to CPAN 1.59_54, from Andreas König.
15054 Subject: [PATCH] Document makepatch in Porting/patching
15056 UTF-8 documentation.
15058 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
15062 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
15064 Subject: [PATCH @8807] toke.c cleanup: scan_str()
15066 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
15068 Add run/*.t to testables.
15070 TODO: integrate #8784.
15071 Branch: maint-5.6/perl
15072 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
15073 !> (integrate 28 files)
15074 ____________________________________________________________________________
15075 [ 8985] By: nick on 2001/03/02 18:15:45
15076 Log: Integrate mainline
15078 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
15080 ____________________________________________________________________________
15081 [ 8984] By: jhi on 2001/03/02 16:00:17
15082 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
15084 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
15085 5.004_05, and mention the suidperl August 2000 security problem.
15088 Subject: [ID 20010301.004] Technically speaking in perldata
15090 Subject: [PATCH] File::Copy for bleadperl, maintperl
15092 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
15094 (The #8982, fix for 20010221.005 and 20010221.008,
15095 would be nice too but it didn't integrate cleanly.)
15096 Branch: maint-5.6/perl
15097 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
15098 ____________________________________________________________________________
15099 [ 8983] By: jhi on 2001/03/02 15:51:16
15100 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
15101 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15102 Date: Thu, 1 Mar 2001 15:54:09 EST
15103 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
15106 ____________________________________________________________________________
15107 [ 8982] By: jhi on 2001/03/02 15:43:31
15108 Log: Subject: Re: sync sync sync: have I missed any patches?
15109 From: Radu Greab <radu@netsoft.ro>
15110 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
15111 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
15113 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
15114 was checking argv[0] regardless of whether a different pathname
15115 will actually be executed." Test case not supplied because
15116 drafting that, ironically enough, revealed another bug
15120 ____________________________________________________________________________
15121 [ 8981] By: jhi on 2001/03/02 15:28:03
15122 Log: Misdate in #8978.
15125 ____________________________________________________________________________
15126 [ 8980] By: jhi on 2001/03/02 15:24:20
15127 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
15128 From: Chris Nandor <pudge@pobox.com>
15129 Date: Wed, 28 Feb 2001 22:10:15 -0500
15130 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
15133 ____________________________________________________________________________
15134 [ 8979] By: jhi on 2001/03/02 15:17:16
15135 Log: Subject: [ID 20010301.004] Technically speaking in perldata
15136 From: abela@geneanet.org
15137 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
15138 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
15141 ____________________________________________________________________________
15142 [ 8978] By: jhi on 2001/03/02 15:15:27
15143 Log: Subject: [ID 20010301.003] ref to 5.004
15144 From: abela@geneanet.org
15145 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
15146 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
15148 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
15149 and mention the suidperl August 2000 security problem.
15152 ____________________________________________________________________________
15153 [ 8977] By: alanbur on 2001/03/02 14:17:45
15154 Log: Resynchronised with parent
15155 Branch: maint-5.6/pureperl
15156 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
15157 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
15158 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
15159 !> vms/descrip_mms.template win32/win32.c win32/win32.h
15160 !> win32/win32iop.h
15161 ____________________________________________________________________________
15162 [ 8976] By: nick on 2001/03/01 23:25:30
15163 Log: Integrate mainline.
15166 !> (integrate 55 files)
15167 ____________________________________________________________________________
15168 [ 8975] By: jhi on 2001/03/01 16:51:34
15169 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
15172 ____________________________________________________________________________
15173 [ 8974] By: gsar on 2001/03/01 16:28:21
15174 Log: fix for bugid 20010226.008
15176 the problem was that some of the pointers (PL_last_lop and
15177 PL_last_uni specifically) into the lex buffers weren't correctly
15178 being invalidated when the buffer changed; this would leave the
15179 pointers pointing at an arbitrary location in the buffer if
15180 the buffer didn't need to be reallocated, or point into freed
15181 memory if the buffer had to be realloced
15183 TODO item for bugdb maintainers: check other seemingly random
15184 parser-related bugs--they might be cured by this
15185 Branch: maint-5.6/perl
15187 ____________________________________________________________________________
15188 [ 8973] By: jhi on 2001/03/01 02:23:25
15189 Log: Retract #8970 because of a completely mysterious core dump:
15190 adding the tests 241..244 causes op/pat dump core at test #25.
15191 The test needs a lot of whittling down before the bug can be solved.
15194 ____________________________________________________________________________
15195 [ 8972] By: jhi on 2001/03/01 01:58:38
15196 Log: Regen perlapi.
15199 ____________________________________________________________________________
15200 [ 8971] By: jhi on 2001/03/01 01:34:09
15201 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))
15202 From: Nicholas Clark <nick@ccl4.org>
15203 Date: Wed, 28 Feb 2001 23:28:49 +0000
15204 Message-ID: <20010228232849.A55187@plum.flirble.org>
15206 Allow a completely write protected source code tree
15207 when using the Configure -Dmksymlinks.
15209 ! embed.pl warnings.pl
15210 ____________________________________________________________________________
15211 [ 8970] By: jhi on 2001/03/01 01:32:04
15212 Log: Add back the EBCDIC character range tests (for matching).
15215 ____________________________________________________________________________
15216 [ 8969] By: nick on 2001/02/28 18:18:01
15217 Log: Add charname comments to .ucm files writen by 'compile',
15218 also order charmaps in those files by source encoding.
15219 regenerate distrubuted .ucm files
15221 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
15222 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
15223 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
15224 ! ext/Encode/Encode/iso8859-10.ucm
15225 ! ext/Encode/Encode/iso8859-13.ucm
15226 ! ext/Encode/Encode/iso8859-14.ucm
15227 ! ext/Encode/Encode/iso8859-15.ucm
15228 ! ext/Encode/Encode/iso8859-16.ucm
15229 ! ext/Encode/Encode/iso8859-2.ucm
15230 ! ext/Encode/Encode/iso8859-3.ucm
15231 ! ext/Encode/Encode/iso8859-4.ucm
15232 ! ext/Encode/Encode/iso8859-5.ucm
15233 ! ext/Encode/Encode/iso8859-6.ucm
15234 ! ext/Encode/Encode/iso8859-7.ucm
15235 ! ext/Encode/Encode/iso8859-8.ucm
15236 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
15237 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
15238 ____________________________________________________________________________
15239 [ 8968] By: jhi on 2001/02/28 16:26:37
15240 Log: Expand usemorebits early if d_casti32 needs to be undefined.
15242 ! hints/hpux.sh hints/irix_6.sh
15243 ____________________________________________________________________________
15244 [ 8967] By: jhi on 2001/02/28 16:22:26
15245 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
15246 retract toke.c/qu parts of #8583, retract #8485, retract
15247 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
15248 op/length.t, and MANIFEST, and delete t/op/qu.t.
15251 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
15252 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
15253 ! t/op/length.t toke.c
15254 ____________________________________________________________________________
15255 [ 8966] By: jhi on 2001/02/28 15:00:27
15256 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
15257 by not changing from pre-Unicode days into being Unicode-aware.
15260 ! pp.c t/op/pack.t t/op/qu.t
15261 ____________________________________________________________________________
15262 [ 8965] By: jhi on 2001/02/28 14:37:55
15263 Log: Subject: Re: Errors in core PODs
15264 From: Michael Stevens <michael@etla.org>
15265 Date: Fri, 23 Feb 2001 15:47:56 +0000
15266 Message-ID: <20010223154756.A7723@firedrake.org>
15268 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
15269 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
15270 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
15272 ____________________________________________________________________________
15273 [ 8964] By: jhi on 2001/02/28 14:35:35
15274 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
15275 (The #8961 was too bold.)
15277 ! hints/hpux.sh hints/irix_6.sh
15278 ____________________________________________________________________________
15279 [ 8963] By: jhi on 2001/02/28 14:33:39
15280 Log: Subject: Re: sync sync sync: have I missed any patches?
15281 From: Tim Jenness <t.jenness@jach.hawaii.edu>
15282 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
15283 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
15284 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
15286 Replace djSP with dSP.
15288 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
15289 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
15291 ____________________________________________________________________________
15292 [ 8962] By: jhi on 2001/02/27 23:21:14
15293 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
15295 ! lib/Filter/Simple.pm
15296 ____________________________________________________________________________
15297 [ 8961] By: jhi on 2001/02/27 22:55:26
15298 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
15299 and this would be it.
15301 ! hints/hpux.sh hints/irix_6.sh
15302 ____________________________________________________________________________
15303 [ 8960] By: jhi on 2001/02/27 22:51:33
15304 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
15305 From: "Craig A. Berry" <craigberry@mac.com>
15306 Date: Tue, 27 Feb 2001 16:11:44 -0600
15307 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
15308 Branch: maint-5.6/perl
15309 ! configure.com vms/descrip_mms.template
15310 ____________________________________________________________________________
15311 [ 8959] By: jhi on 2001/02/27 22:47:23
15312 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
15313 From: "Craig A. Berry" <craigberry@mac.com>
15314 Date: Tue, 27 Feb 2001 16:11:44 -0600
15315 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
15317 ! configure.com vms/descrip_mms.template
15318 ____________________________________________________________________________
15319 [ 8958] By: jhi on 2001/02/27 15:16:42
15320 Log: Update Changes.
15322 ! Changes patchlevel.h
15323 ____________________________________________________________________________
15324 [ 8957] By: jhi on 2001/02/27 06:15:07
15325 Log: Subject: [5.6.x] EPOC additions
15326 From: Olaf Flebbe <O.Flebbe@science-computing.de>
15327 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
15328 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
15329 Branch: maint-5.6/perl
15330 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
15331 ____________________________________________________________________________
15332 [ 8956] By: jhi on 2001/02/27 06:12:11
15333 Log: Subject: [perl-current] EPOC
15334 From: Olaf Flebbe <O.Flebbe@science-computing.de>
15335 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
15336 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
15338 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
15339 ! epoc/epocish.c epoc/epocish.h pp_sys.c
15340 ____________________________________________________________________________
15341 [ 8955] By: jhi on 2001/02/27 05:59:50
15342 Log: Subject: Re: Compile with perlcc..
15343 From: Edward Peschko <edwardp@excitehome.net>
15344 Date: Mon, 26 Feb 2001 18:51:58 -0800
15345 Message-ID: <20010226185158.A9871@excitehome.net>
15347 plus add a simple usage message if no arguments given.
15349 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
15350 ! utils/Makefile utils/perlcc.PL win32/pod.mak
15351 ____________________________________________________________________________
15352 [ 8954] By: nick on 2001/02/26 21:02:59
15353 Log: Integrate mainline
15355 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
15356 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
15358 ____________________________________________________________________________
15359 [ 8953] By: jhi on 2001/02/26 14:43:54
15360 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
15361 From: Nicholas Clark <nick@ccl4.org>
15362 Date: Mon, 26 Feb 2001 00:42:07 +0000
15363 Message-ID: <20010226004207.F23333@plum.flirble.org>
15366 ____________________________________________________________________________
15367 [ 8952] By: jhi on 2001/02/26 14:42:13
15368 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
15369 From: Simon Cozens <simon@netthink.co.uk>
15370 Date: Mon, 26 Feb 2001 12:23:48 +0000
15371 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
15374 ____________________________________________________________________________
15375 [ 8951] By: jhi on 2001/02/26 14:39:15
15376 Log: Subject: [PATCH] perlio - unknown layer
15377 From: Nicholas Clark <nick@ccl4.org>
15378 Date: Mon, 26 Feb 2001 00:27:19 +0000
15379 Message-ID: <20010226002719.E23333@plum.flirble.org>
15382 ____________________________________________________________________________
15383 [ 8950] By: jhi on 2001/02/26 14:38:04
15384 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
15385 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
15386 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
15387 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
15390 ____________________________________________________________________________
15391 [ 8949] By: jhi on 2001/02/26 14:37:07
15392 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
15393 From: Peter Prymmer <pvhp@forte.com>
15394 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
15395 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
15398 ____________________________________________________________________________
15399 [ 8948] By: jhi on 2001/02/26 14:35:53
15400 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
15401 From: Radu Greab <radu@netsoft.ro>
15402 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
15403 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
15406 ____________________________________________________________________________
15407 [ 8947] By: jhi on 2001/02/26 14:34:46
15408 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
15409 From: David Mitchell <davem@fdgroup.co.uk>
15410 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
15411 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
15414 ____________________________________________________________________________
15415 [ 8946] By: jhi on 2001/02/26 14:32:37
15416 Log: Subject: Modified README.bs2000
15417 From: Dorner Thomas <Thomas.Dorner@start.de>
15418 Date: Mon, 26 Feb 2001 09:22:17 +0100
15419 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
15422 ____________________________________________________________________________
15423 [ 8945] By: jhi on 2001/02/26 14:19:53
15424 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
15425 to maintperl, listing the known failures on the tests 129 and 130.
15426 Branch: maint-5.6/perl
15428 ____________________________________________________________________________
15429 [ 8944] By: jhi on 2001/02/26 14:14:15
15430 Log: Add more known sprintf failures.
15433 ____________________________________________________________________________
15434 [ 8943] By: jhi on 2001/02/26 13:56:22
15435 Log: perlglob.exe needs to be found in Win32, patch from
15436 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
15437 which needs external glob at mini-perl time."
15439 ! ext/Encode/compile
15440 ____________________________________________________________________________
15441 [ 8942] By: jhi on 2001/02/26 13:52:19
15442 Log: A missing dTHX from Vadim Konovalov.
15445 ____________________________________________________________________________
15446 [ 8941] By: jhi on 2001/02/26 13:37:05
15447 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
15450 ____________________________________________________________________________
15451 [ 8940] By: jhi on 2001/02/26 13:35:40
15452 Log: Integrate perlio.
15454 !> ext/Encode/Encode.pm
15455 ____________________________________________________________________________
15456 [ 8939] By: nick on 2001/02/25 23:47:09
15457 Log: Integrate mainline.
15459 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
15460 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
15461 ____________________________________________________________________________
15462 [ 8938] By: nick on 2001/02/25 19:36:28
15463 Log: Encode implementations docs.
15465 ! ext/Encode/Encode.pm
15466 ____________________________________________________________________________
15467 [ 8937] By: jhi on 2001/02/25 19:26:16
15468 Log: Script wasn't aligned with reality.
15471 ____________________________________________________________________________
15472 [ 8936] By: jhi on 2001/02/25 18:54:55
15473 Log: Update Changes.
15475 ! Changes patchlevel.h
15476 ____________________________________________________________________________
15477 [ 8935] By: jhi on 2001/02/25 18:46:36
15478 Log: Retract #8929,8930,8932,8933 for now.
15480 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
15481 ____________________________________________________________________________
15482 [ 8934] By: jhi on 2001/02/25 17:34:35
15483 Log: Integrate perlio.
15485 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
15486 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
15488 ____________________________________________________________________________
15489 [ 8933] By: jhi on 2001/02/25 17:33:12
15490 Log: (Retracted by #8395.)
15492 Slight tweaks in scan_const(), not fixes yet, it seems like
15493 lots of work remains to be done...
15496 ____________________________________________________________________________
15497 [ 8932] By: jhi on 2001/02/25 17:27:11
15498 Log: (Retracted by #8395.)
15500 Missing from #8930.
15503 ____________________________________________________________________________
15504 [ 8931] By: jhi on 2001/02/25 17:26:19
15505 Log: A comment tweak.
15508 ____________________________________________________________________________
15509 [ 8930] By: jhi on 2001/02/25 17:25:47
15510 Log: (Retracted by #8395.)
15512 Attempt to fix the EBCDIC character range problwm with //.
15515 ____________________________________________________________________________
15516 [ 8929] By: jhi on 2001/02/25 17:23:45
15517 Log: (Retracted by #8395.)
15519 Expand the EBCDIC character range tests, and add few nasty
15520 tr tests from Karsten Sperling.
15522 ! t/op/pat.t t/op/tr.t
15523 ____________________________________________________________________________
15524 [ 8928] By: jhi on 2001/02/25 17:18:49
15525 Log: Missing check-in.
15528 ____________________________________________________________________________
15529 [ 8927] By: nick on 2001/02/25 11:30:22
15530 Log: Change method names in Encode implementation classes to something
15531 less confusing (preparing to "go public").
15533 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
15534 ____________________________________________________________________________
15535 [ 8926] By: nick on 2001/02/25 10:53:24
15536 Log: GCC __atribute__ / printf fix
15539 ____________________________________________________________________________
15540 [ 8925] By: nick on 2001/02/25 10:52:25
15541 Log: Checked in the wrong one ...
15543 ! ext/Encode/Encode.pm
15544 ____________________________________________________________________________
15545 [ 8924] By: nick on 2001/02/24 18:46:51
15546 Log: Integrate mainline - to see what Jarkko has in ...
15548 +> t/pod/testpods/lib/Pod/Stuff.pm
15549 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
15550 ____________________________________________________________________________
15551 [ 8923] By: nick on 2001/02/24 17:05:23
15552 Log: Encode API documentation nd tidy up.
15553 Minor additions to test.
15554 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
15555 Adds STRLEN to standard typemap.
15557 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
15558 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
15559 ____________________________________________________________________________
15560 [ 8922] By: jhi on 2001/02/24 16:38:12
15561 Log: Add a test for the "character range should match in EBCDIC
15562 if specified using explicit numerics" bug found by Karsten
15566 ____________________________________________________________________________
15567 [ 8921] By: jhi on 2001/02/24 16:30:16
15568 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
15569 From: schwern@pobox.com
15570 Date: Fri, 23 Feb 2001 03:21:37 -0500
15571 Message-ID: <20010223032137.A26022@magnonel.guild.net>
15573 plus Charles Lane's fixes, plus tweaks.
15575 + t/pod/testpods/lib/Pod/Stuff.pm
15576 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
15577 ____________________________________________________________________________
15578 [ 8920] By: nick on 2001/02/24 10:30:11
15579 Log: Integrate mainline
15581 !> (integrate 33 files)
15582 ____________________________________________________________________________
15583 [ 8919] By: jhi on 2001/02/24 00:23:35
15584 Log: Subject: Re: I'm losing the war...
15585 From: "Vadim Konovalov" <watman@inbox.ru>
15586 Date: Sat, 24 Feb 2001 00:10:14 +0300
15587 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
15589 hv_store() not working correctly in ENV_IS_CASELESS case.
15592 ____________________________________________________________________________
15593 [ 8918] By: jhi on 2001/02/24 00:20:09
15594 Log: Subject: Re: [PATCH] fix for charnames above FFFF
15595 From: andreas.koenig@anima.de (Andreas J. Koenig)
15596 Date: 23 Feb 2001 02:39:03 +0100
15597 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
15599 A further efficiency tweak.
15602 ____________________________________________________________________________
15603 [ 8917] By: jhi on 2001/02/23 20:27:51
15604 Log: Integrate change #8916 from mainline,
15605 do away with USE_WIN32_RTL_ENV.
15606 Branch: maint-5.6/perl
15607 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
15608 ____________________________________________________________________________
15609 [ 8916] By: jhi on 2001/02/23 20:02:25
15610 Log: Abolish USE_WIN32_RTL_ENV.
15612 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
15613 ____________________________________________________________________________
15614 [ 8915] By: jhi on 2001/02/23 19:36:00
15615 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
15616 later protected by some #define.
15619 ____________________________________________________________________________
15620 [ 8914] By: jhi on 2001/02/23 19:31:38
15621 Log: Retract #8902 for now, requested by Charles Lane, the correct
15622 fix will be something else.
15625 ____________________________________________________________________________
15626 [ 8913] By: jhi on 2001/02/23 19:11:36
15627 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
15628 From: Peter Prymmer <pvhp@forte.com>
15629 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
15630 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
15632 ! t/op/lex_assign.t
15633 ____________________________________________________________________________
15634 [ 8912] By: jhi on 2001/02/23 18:38:20
15635 Log: Subject: [patch] perlio + useithreads
15636 From: Doug MacEachern <dougm@covalent.net>
15637 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
15638 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
15640 Gets things running but not complete.
15642 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
15643 ____________________________________________________________________________
15644 [ 8911] By: jhi on 2001/02/23 04:20:02
15645 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
15647 Duplicated environment freeing, File::Temp 0.12,
15648 op/append portability (EBCDIC) tweak.
15649 Branch: maint-5.6/perl
15650 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15652 ____________________________________________________________________________
15653 [ 8910] By: jhi on 2001/02/23 02:07:33
15654 Log: Integrate change #8909 from mainline, a better Borland
15655 putenv() workaround.
15656 Branch: maint-5.6/perl
15658 ____________________________________________________________________________
15659 [ 8909] By: jhi on 2001/02/23 02:05:46
15660 Log: A better workaround for Borland putenv() brokenness from Sarathy.
15663 ____________________________________________________________________________
15664 [ 8908] By: jhi on 2001/02/23 02:04:14
15665 Log: Subject: fix for parameter -Dm (for perl@8867)
15666 From: "Vadim Konovalov" <watman@inbox.ru>
15667 Date: Thu, 22 Feb 2001 17:30:12 +0300
15668 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
15671 ____________________________________________________________________________
15672 [ 8907] By: jhi on 2001/02/23 01:58:20
15673 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
15674 From: Peter Prymmer <pvhp@forte.com>
15675 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
15676 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
15679 ____________________________________________________________________________
15680 [ 8906] By: jhi on 2001/02/23 01:48:34
15681 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
15683 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15684 ____________________________________________________________________________
15685 [ 8905] By: jhi on 2001/02/23 01:43:30
15686 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
15687 From: Peter Prymmer <pvhp@forte.com>
15688 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
15689 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
15691 ! t/lib/st-06compat.t
15692 ____________________________________________________________________________
15693 [ 8904] By: jhi on 2001/02/23 01:42:39
15694 Log: Metaconfig unit change for #8903.
15695 Branch: metaconfig/U/perl
15697 ____________________________________________________________________________
15698 [ 8903] By: jhi on 2001/02/23 01:42:12
15699 Log: Be more helpful for devel builders, suggested by John L. Allen.
15702 ____________________________________________________________________________
15703 [ 8902] By: jhi on 2001/02/23 01:37:41
15704 Log: (Retracted by #8914)
15705 (Wrongly, reinstated by #8941)
15707 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
15708 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15709 Date: Thu, 22 Feb 2001 09:43:57 EST
15710 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
15713 ____________________________________________________________________________
15714 [ 8901] By: jhi on 2001/02/23 01:20:32
15715 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
15716 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15717 Date: Thu, 22 Feb 2001 08:01:35 EST
15718 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
15721 ____________________________________________________________________________
15722 [ 8900] By: jhi on 2001/02/23 01:18:02
15723 Log: Integrate changes #8898,8899 from mainline, environ handling.
15724 Branch: maint-5.6/perl
15726 ____________________________________________________________________________
15727 [ 8899] By: jhi on 2001/02/23 01:16:25
15728 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
15729 putenv() is not to be relied on, they are either broken or leaky
15733 ____________________________________________________________________________
15734 [ 8898] By: jhi on 2001/02/22 23:36:59
15735 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
15736 and safesysfree() must be used.
15739 ____________________________________________________________________________
15740 [ 8897] By: jhi on 2001/02/22 23:25:45
15741 Log: With environ one must use safesysmalloc()/safesysfree().
15744 ____________________________________________________________________________
15745 [ 8896] By: jhi on 2001/02/22 22:13:18
15746 Log: If we have a duplicated environment free it
15747 if PERL_DESTRUCT_LEVEL.
15750 ____________________________________________________________________________
15751 [ 8895] By: alanbur on 2001/02/22 19:31:57
15752 Log: Synchronised with parent
15753 Branch: maint-5.6/pureperl
15754 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
15755 ____________________________________________________________________________
15756 [ 8894] By: gsar on 2001/02/22 19:06:18
15757 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
15759 fix memory leak in method call optimization (change#3768);
15760 made C<eval "$x->foo()"> leak
15762 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
15763 Branch: maint-5.6/perl
15765 ____________________________________________________________________________
15766 [ 8893] By: jhi on 2001/02/22 18:35:27
15767 Log: (Retracted by #8915.)
15769 Third Degree finding:
15770 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
15773 ____________________________________________________________________________
15774 [ 8892] By: jhi on 2001/02/22 14:28:32
15775 Log: Update Changes.
15777 ! Changes patchlevel.h
15778 ____________________________________________________________________________
15779 [ 8891] By: jhi on 2001/02/22 13:22:45
15780 Log: Metaconfig unit changes for #8890.
15782 ! U/modified/Cppsym.U U/threads/archname.U
15783 ____________________________________________________________________________
15784 [ 8890] By: jhi on 2001/02/22 13:22:12
15785 Log: Add -stdio to the archname if no perlio selected,
15786 no -perlio added since that is now the default.
15788 Add few CPUs/architectures to the Cppsym scan.
15790 ! Configure config_h.SH
15791 ____________________________________________________________________________
15792 [ 8889] By: jhi on 2001/02/22 13:05:59
15793 Log: Metaconfig unit change for #8888.
15794 Branch: metaconfig/U/perl
15796 ____________________________________________________________________________
15797 [ 8888] By: jhi on 2001/02/22 13:05:28
15798 Log: *drum roll* Make perlio the default.
15800 ! Configure config_h.SH
15801 ____________________________________________________________________________
15802 [ 8887] By: jhi on 2001/02/22 12:50:52
15803 Log: Integrate change #8665 from maintperl to mainline,
15804 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
15806 !> ext/POSIX/POSIX.xs
15807 ____________________________________________________________________________
15808 [ 8886] By: jhi on 2001/02/22 12:49:24
15809 Log: Integrate changes #8883,8884 from mainline to maintperl.
15811 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
15812 Subject: Re: File::Temp::_gettemp warning
15813 Branch: maint-5.6/perl
15814 !> embed.h embed.pl lib/File/Temp.pm
15815 ____________________________________________________________________________
15816 [ 8885] By: jhi on 2001/02/22 12:43:59
15819 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
15820 From: schwab@suse.de
15821 Date: Thu, 22 Feb 2001 13:08:09 +0100
15822 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
15824 but the fix done slightly differently because the other
15825 half was already done in #8664.
15826 Branch: maint-5.6/perl
15827 ! ext/POSIX/POSIX.xs
15828 ____________________________________________________________________________
15829 [ 8884] By: jhi on 2001/02/22 12:37:15
15830 Log: Subject: Re: File::Temp::_gettemp warning
15831 From: Tim Jenness <t.jenness@jach.hawaii.edu>
15832 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
15833 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
15835 This patch to File::Temp does two things:
15837 1. Fixes the problem with CGI::Carp when determining
15838 the Fcntl constants
15840 2. Removes most of the carps and consolidates them so that all the
15841 reasons are included in a single die that is caught by the test. This
15842 means that the correct skipping behaviour is displayed by the test.
15845 ____________________________________________________________________________
15846 [ 8883] By: jhi on 2001/02/22 12:29:19
15847 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
15848 From: Peter Prymmer <pvhp@forte.com>
15849 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
15850 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
15853 ____________________________________________________________________________
15854 [ 8882] By: jhi on 2001/02/21 19:41:33
15855 Log: Integrate change #8881 from mainlin to maintperl.
15857 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
15858 Branch: maint-5.6/perl
15860 ____________________________________________________________________________
15861 [ 8881] By: jhi on 2001/02/21 19:38:57
15862 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
15863 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15864 Date: Wed, 21 Feb 2001 13:08:03 EST
15865 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
15868 ____________________________________________________________________________
15869 [ 8880] By: jhi on 2001/02/21 19:34:34
15870 Log: Retract #8875, cannot let go of the old semantics of unpack U
15871 without rethinking utf8decode.t.
15874 ____________________________________________________________________________
15875 [ 8879] By: jhi on 2001/02/21 19:08:02
15876 Log: Run run/*.t also in minitest.
15879 ____________________________________________________________________________
15880 [ 8878] By: nick on 2001/02/21 18:55:37
15881 Log: Integrate mainline
15883 !> (integrate 76 files)
15884 ____________________________________________________________________________
15885 [ 8877] By: jhi on 2001/02/21 15:09:33
15886 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
15888 ! U/compline/nblock_io.U
15890 ! Configure config_h.SH
15891 ____________________________________________________________________________
15892 [ 8876] By: jhi on 2001/02/21 14:54:45
15893 Log: If no sfio, no -lsfio.
15894 Branch: metaconfig/U/perl
15897 ! Configure config_h.SH
15898 ____________________________________________________________________________
15899 [ 8875] By: jhi on 2001/02/21 14:54:00
15900 Log: Make unpack C and unpack C truly equivalent.
15903 ____________________________________________________________________________
15904 [ 8874] By: jhi on 2001/02/21 14:26:02
15905 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
15906 From: Peter Prymmer <pvhp@forte.com>
15907 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
15908 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
15911 ____________________________________________________________________________
15912 [ 8873] By: jhi on 2001/02/21 14:24:31
15913 Log: Subject: [PATCH] fix for charnames above FFFF
15914 From: andreas.koenig@anima.de (Andreas J. Koenig)
15915 Date: 21 Feb 2001 07:05:45 +0100
15916 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
15918 ! lib/charnames.pm t/lib/charnames.t
15919 ____________________________________________________________________________
15920 [ 8872] By: jhi on 2001/02/21 14:15:25
15921 Log: Integrate change #8868 from pureperl to mainline.
15923 Fixed reference count loop caused by sv_magic.
15926 ____________________________________________________________________________
15927 [ 8871] By: jhi on 2001/02/21 14:07:29
15928 Log: Integrate change #8868 from pureperl to maintperl.
15930 Fixed reference count loop caused by sv_magic.
15931 Branch: maint-5.6/perl
15933 ____________________________________________________________________________
15934 [ 8870] By: jhi on 2001/02/21 14:04:41
15935 Log: Put back the #8840, it was innocent.
15937 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15938 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
15939 ____________________________________________________________________________
15940 [ 8869] By: jhi on 2001/02/21 14:00:03
15941 Log: unpack("C", ...) was left slightly unfinished by #8865.
15944 ____________________________________________________________________________
15945 [ 8868] By: alanbur on 2001/02/21 01:33:45
15946 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
15947 from gv_fetchpv to create single-character magic variables (e.g. $!),
15948 and it is passed a sv and the gv that contains the sv as the mg_obj
15949 value. When sv_magic stores the mg_obj pointer it increments the gv
15950 refcount, thus causing a sv-gv pair that can't be freed. There is
15951 already a check for sv == obj which is used to prevent such reference
15952 loops. This change extends the check to cover the case described above.
15953 Branch: maint-5.6/pureperl
15955 ____________________________________________________________________________
15956 [ 8867] By: jhi on 2001/02/21 00:52:39
15957 Log: Update Changes.
15959 ! Changes patchlevel.h
15960 ____________________________________________________________________________
15961 [ 8866] By: jhi on 2001/02/21 00:34:20
15962 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
15963 (Note: there were some conflicts due to EBCDIC and EPOC
15964 patches, in general I preferred the repository code.)
15965 (When 2.753 comes out, we need to synchronize.)
15967 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
15968 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
15970 ____________________________________________________________________________
15971 [ 8865] By: jhi on 2001/02/21 00:24:22
15972 Log: Make pack("C", 0x100) to create Unicode, unless under the
15973 evil influence of 'use bytes'. Similarly, unpack("C", ...)
15974 will understand Unicode, unless you under know what.
15976 ! pp.c t/op/pack.t t/op/qu.t
15977 ____________________________________________________________________________
15978 [ 8864] By: alanbur on 2001/02/20 22:35:34
15979 Log: Resynchronised with parent
15980 Branch: maint-5.6/pureperl
15981 !> README.win32 ext/GDBM_File/GDBM_File.pm
15982 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15983 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
15984 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
15985 !> t/lib/sdbm.t util.c
15986 ____________________________________________________________________________
15987 [ 8863] By: jhi on 2001/02/20 20:55:11
15988 Log: Integrate change #8860,8861 from mainline into maintperl.
15992 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
15993 Branch: maint-5.6/perl
15994 !> lib/Test.pm pod/perlop.pod
15995 ____________________________________________________________________________
15996 [ 8862] By: jhi on 2001/02/20 20:30:07
15997 Log: Don't do casting between pointers pointing to differently sized
16001 ____________________________________________________________________________
16002 [ 8861] By: jhi on 2001/02/20 19:53:44
16003 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
16004 From: Peter Prymmer <pvhp@forte.com>
16005 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
16006 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
16009 ____________________________________________________________________________
16010 [ 8860] By: jhi on 2001/02/20 19:48:02
16011 Log: "pseudo-literal j", a documentation glitch reported to Debian.
16012 The text recovered from Perl 5.005_03, and pseudo-literal replaced
16013 by "backtick string".
16016 ____________________________________________________________________________
16017 [ 8859] By: jhi on 2001/02/20 19:15:46
16018 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
16022 ____________________________________________________________________________
16023 [ 8858] By: jhi on 2001/02/20 17:36:53
16024 Log: Integrate pureperl changes #8844,8845,8850 to mainline
16025 (via maintperl #8855).
16027 Fixed %^H scoping bug
16029 Removed GV <-> CV refcount loop
16031 Removed %ENV refcount loop
16033 !> gv.c op.c perl.c pp.c scope.c
16034 ____________________________________________________________________________
16035 [ 8857] By: jhi on 2001/02/20 17:34:32
16036 Log: Integrate changes #8853,8854 from maintperl to mainline.
16038 EBDIC fixes, README.win32 Borland update.
16040 !> README.win32 handy.h util.c
16041 ____________________________________________________________________________
16042 [ 8856] By: jhi on 2001/02/20 17:33:16
16043 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
16044 Branch: maint-5.6/perl
16045 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
16046 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
16047 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
16048 ____________________________________________________________________________
16049 [ 8855] By: jhi on 2001/02/20 17:32:13
16050 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
16052 Fixed %^H scoping bug
16054 Removed GV <-> CV refcount loop
16056 Removed %ENV refcount loop
16057 Branch: maint-5.6/perl
16058 !> gv.c op.c perl.c pp.c scope.c
16059 ____________________________________________________________________________
16060 [ 8854] By: jhi on 2001/02/20 17:25:06
16061 Log: Subject: Addition to readme.win32 for Borland C++ compilers
16062 Date: Tue, 20 Feb 2001 02:15:25 +0300
16063 From: "Vadim Konovalov" <watman@inbox.ru>
16064 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
16066 Document Borland compiler misbehaviour.
16067 Branch: maint-5.6/perl
16069 ____________________________________________________________________________
16070 [ 8853] By: jhi on 2001/02/20 17:22:25
16071 Log: The assimilation of ebcdic.c didn't quite work at the first try,
16072 patches from Thomas Dorner.
16073 Branch: maint-5.6/perl
16075 ____________________________________________________________________________
16076 [ 8852] By: jhi on 2001/02/20 17:20:15
16077 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
16078 From: Chris Nandor <pudge@pobox.com>
16079 Date: Tue, 20 Feb 2001 08:32:45 -0500
16080 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
16081 Branch: maint-5.6/perl
16083 ____________________________________________________________________________
16084 [ 8851] By: jhi on 2001/02/20 17:15:52
16085 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
16087 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
16088 ! t/lib/filter-util.t
16089 ____________________________________________________________________________
16090 [ 8850] By: alanbur on 2001/02/20 17:12:40
16091 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
16092 and the magic pointer points back to the GV that contains the
16093 %ENV hash. This creates a refcount loop that prevents members
16094 of %ENV from being freed correctly. This change removes the
16095 refcount loop - the magic pointer was never used anyway, the
16096 only use of the magic was to check the type ('E') so that the
16097 appropriate environment manipulation code is called when %ENV
16099 Branch: maint-5.6/pureperl
16101 ____________________________________________________________________________
16102 [ 8849] By: jhi on 2001/02/20 17:12:20
16103 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
16104 From: "Craig A. Berry" <craigberry@mac.com>
16105 Date: Mon, 19 Feb 2001 23:36:12 -0600
16106 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
16108 Case-forgiving systems match TestInit.pm with TES*.
16110 ! t/lib/glob-basic.t
16111 ____________________________________________________________________________
16112 [ 8848] By: jhi on 2001/02/20 17:10:02
16113 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
16115 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
16116 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
16117 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
16118 ____________________________________________________________________________
16119 [ 8847] By: jhi on 2001/02/20 15:34:41
16120 Log: The #8843 wasn't quite right: %Config needs to imported.
16123 ____________________________________________________________________________
16124 [ 8846] By: jhi on 2001/02/20 15:31:50
16125 Log: Retract the #8838 and #8840 for now because of
16126 the DB_File tie problem.
16128 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
16129 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
16131 ____________________________________________________________________________
16132 [ 8845] By: alanbur on 2001/02/20 14:25:41
16133 Log: Removed GV <-> CV refcount loop
16134 CvGV(mycv) points to the parent GV of the CV, and was previously
16135 refcounted. The pointer remains, but the refcounting has been removed
16136 as it causes a refcount loop between the CV and GV that means the CV
16137 can't ever be deleted.
16138 Branch: maint-5.6/pureperl
16140 ____________________________________________________________________________
16141 [ 8844] By: alanbur on 2001/02/20 14:23:13
16142 Log: Fixed %^H scoping bug
16143 Branch: maint-5.6/pureperl
16145 ____________________________________________________________________________
16146 [ 8843] By: jhi on 2001/02/19 13:38:08
16147 Log: fork() not everywhere, cleanup temp files.
16150 ____________________________________________________________________________
16151 [ 8842] By: alanbur on 2001/02/19 12:42:07
16152 Log: Resynchronised with parent
16153 Branch: maint-5.6/pureperl
16154 !> pod/perlfaq4.pod sv.c utf8.c
16155 ____________________________________________________________________________
16156 [ 8841] By: jhi on 2001/02/19 03:35:51
16157 Log: Update Changes.
16159 ! Changes patchlevel.h
16160 ____________________________________________________________________________
16161 [ 8840] By: jhi on 2001/02/19 00:23:41
16162 Log: Subject: [patch] add sv_setref_uv
16163 From: Doug MacEachern <dougm@covalent.net>
16164 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
16165 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
16167 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16168 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
16169 ____________________________________________________________________________
16170 [ 8839] By: jhi on 2001/02/19 00:01:38
16171 Log: Put to rest the 20010205.001, the email address checking (not) regex.
16174 ____________________________________________________________________________
16175 [ 8838] By: jhi on 2001/02/18 22:17:54
16176 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
16177 From: Doug MacEachern <dougm@covalent.net>
16178 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
16179 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
16181 ! lib/ExtUtils/xsubpp
16182 ____________________________________________________________________________
16183 [ 8837] By: jhi on 2001/02/18 22:16:50
16184 Log: Subject: [patch] -Wall cleanup round 2
16185 From: Doug MacEachern <dougm@covalent.net>
16186 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
16187 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
16189 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
16190 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
16191 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
16192 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
16193 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
16194 ! ext/SDBM_File/SDBM_File.xs
16195 ____________________________________________________________________________
16196 [ 8836] By: jhi on 2001/02/18 22:11:20
16197 Log: Misapplied regex optimizations when \C is present.
16198 Fixes 20001230.002.
16200 What still remains broken is that the submatches that
16201 have \C in them get their UTF8 flag on because their
16202 parent SV has it on. This will result in malformed
16203 UTF8 if a \C happened to match a non-ASCII byte.
16205 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
16207 ____________________________________________________________________________
16208 [ 8835] By: jhi on 2001/02/18 20:12:02
16209 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
16211 The hash key got wrongly UTF8fied.
16213 ! pod/perlapi.pod toke.c utf8.c
16214 ____________________________________________________________________________
16215 [ 8834] By: jhi on 2001/02/18 19:44:25
16216 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
16217 don't warn on magical or overloaded things.
16220 ____________________________________________________________________________
16221 [ 8833] By: nick on 2001/02/18 19:31:22
16222 Log: Integrate mainline
16224 +> t/TestInit.pm t/run/runenv.t
16226 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
16227 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
16228 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
16229 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
16230 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
16231 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
16233 ____________________________________________________________________________
16234 [ 8832] By: jhi on 2001/02/18 19:21:18
16235 Log: Integrate perlio.
16237 !> perlio.c pod/perldiag.pod
16238 ____________________________________________________________________________
16239 [ 8831] By: jhi on 2001/02/18 19:14:20
16240 Log: Integrate change #8827 from mainline.
16243 Branch: maint-5.6/perl
16245 ____________________________________________________________________________
16246 [ 8830] By: nick on 2001/02/18 19:10:34
16247 Log: Apply the spirit of patch from Nick Clark:
16248 Subject: [PATCH] Re: extensions that provide layers
16249 From: Nicholas Clark <nick@ccl4.org>
16250 Date: Mon, 12 Feb 2001 16:43:51 +0000
16251 Message-Id: <20010212164350.Q3652@plum.flirble.org>
16253 ! perlio.c pod/perldiag.pod
16254 ____________________________________________________________________________
16255 [ 8829] By: jhi on 2001/02/18 19:03:25
16256 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
16257 From: schwern@pobox.com
16258 Date: Sun, 18 Feb 2001 13:44:35 -0500
16259 Message-ID: <20010218134435.A17544@magnonel.guild.net>
16261 Applied, but as t/TestInit.pm.
16264 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
16265 ! t/op/subst_wamp.t
16266 ____________________________________________________________________________
16267 [ 8828] By: jhi on 2001/02/18 18:43:52
16268 Log: Integrate perlio.
16271 ____________________________________________________________________________
16272 [ 8827] By: jhi on 2001/02/18 18:41:33
16276 ____________________________________________________________________________
16277 [ 8826] By: nick on 2001/02/18 17:40:59
16278 Log: Fix [ID 20010217.002]
16279 open FOO, "<:raw:perlio", ...
16280 :raw now inserts default base layer below itself.
16282 open FOO, "<:unix", ...
16283 works as well - but leaves buffer layer on stack under the unix layer.
16286 ____________________________________________________________________________
16287 [ 8825] By: jhi on 2001/02/18 17:15:39
16288 Log: Integrate perlio.
16290 !> perlio.c perliol.h
16291 ____________________________________________________________________________
16292 [ 8824] By: jhi on 2001/02/18 17:10:53
16293 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
16294 From: schwern@pobox.com
16295 Date: Sun, 18 Feb 2001 01:48:50 -0500
16296 Message-ID: <20010218014850.C19957@magnonel.guild.net>
16298 ! lib/Test/Harness.pm t/TEST t/op/chop.t
16299 ____________________________________________________________________________
16300 [ 8823] By: jhi on 2001/02/18 17:01:06
16301 Log: Add run/*.t to testables.
16304 ____________________________________________________________________________
16305 [ 8822] By: jhi on 2001/02/18 16:58:58
16306 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
16307 From: schwern@pobox.com
16308 Date: Sun, 18 Feb 2001 01:11:35 -0500
16309 Message-ID: <20010218011135.A19957@magnonel.guild.net>
16311 Revive mjd's and Simon's PERL5OPT fix.
16315 ____________________________________________________________________________
16316 [ 8821] By: jhi on 2001/02/18 16:53:46
16317 Log: Subject: Re: Why t/TEST and not Test::Harness?
16318 From: schwern@pobox.com
16319 Date: Sat, 17 Feb 2001 22:44:44 -0500
16320 Message-ID: <20010217224444.A6679@magnonel.guild.net>
16322 Replace UTEST with TEST -utf8.
16325 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
16326 ! t/lib/glob-basic.t
16327 ____________________________________________________________________________
16328 [ 8820] By: nick on 2001/02/18 13:06:16
16329 Log: Clean up a few core dumps when layers are used in unexpected ways.
16330 (Still not "right"...)
16332 ! perlio.c perliol.h
16333 ____________________________________________________________________________
16334 [ 8819] By: jhi on 2001/02/18 02:25:55
16335 Log: Integrate change #8818 from maintperl, a FAQ nit.
16337 !> pod/perlfaq4.pod
16338 ____________________________________________________________________________
16339 [ 8818] By: jhi on 2001/02/18 02:24:50
16340 Log: FAQ nit from Chris Fedde.
16341 Branch: maint-5.6/perl
16343 ____________________________________________________________________________
16344 [ 8817] By: nick on 2001/02/17 18:20:14
16345 Log: Integrate mainline
16347 +> lib/unicode/UCD.html lib/unicode/Unicode.html
16348 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
16349 +> pod/perlclib.pod
16350 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
16351 - lib/unicode/Unicode.301
16352 !> (integrate 324 files)
16353 ____________________________________________________________________________
16354 [ 8816] By: jhi on 2001/02/17 16:56:58
16355 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
16357 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16358 ! ext/Storable/Storable.xs t/lib/st-06compat.t
16359 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
16360 ____________________________________________________________________________
16361 [ 8815] By: jhi on 2001/02/17 16:40:07
16362 Log: Subject: [patch] -Wall
16363 From: Doug MacEachern <dougm@covalent.net>
16364 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
16365 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
16367 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
16368 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
16369 ____________________________________________________________________________
16370 [ 8814] By: jhi on 2001/02/16 19:27:18
16371 Log: Document qu better.
16374 ____________________________________________________________________________
16375 [ 8813] By: jhi on 2001/02/15 13:54:37
16376 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
16377 From: Hugo <hv@crypt.compulink.co.uk>
16378 Date: Thu, 15 Feb 2001 13:39:49 +0000
16379 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
16382 ____________________________________________________________________________
16383 [ 8812] By: alanbur on 2001/02/15 13:52:16
16384 Log: Resynchronised with parent
16385 Branch: maint-5.6/pureperl
16387 !> (integrate 36 files)
16388 ____________________________________________________________________________
16389 [ 8811] By: jhi on 2001/02/15 13:51:16
16390 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
16392 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
16393 From: Jan Dubois <JanD@ActiveState.com>
16394 Date: Wed, 31 Jan 2001 21:17:03 -0800
16395 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
16397 tweak change#8659 to keep it simple
16399 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
16400 From: Russ Allbery <rra@stanford.edu>
16401 Date: 14 Feb 2001 10:15:41 -0800
16402 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
16406 Upgrade to podlators 1.08, from Russ Allbery.
16408 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
16409 !> utils/perldoc.PL
16410 ____________________________________________________________________________
16411 [ 8810] By: jhi on 2001/02/15 13:35:08
16412 Log: Upgrade to podlators 1.08, from Russ Allbery.
16413 Branch: maint-5.6/perl
16414 ! lib/Pod/Man.pm lib/Pod/Text.pm
16415 ____________________________________________________________________________
16416 [ 8809] By: jhi on 2001/02/15 13:26:38
16417 Log: (accidentally empty check-in)
16418 Branch: maint-5.6/perl
16419 ! lib/Test/Harness.pm
16420 ____________________________________________________________________________
16421 [ 8808] By: jhi on 2001/02/15 13:23:47
16422 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
16423 From: Russ Allbery <rra@stanford.edu>
16424 Date: 14 Feb 2001 10:15:41 -0800
16425 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
16427 perldoc was hardcoding $Config{installscript}, which breaks
16428 when install* isn't where Perl ends up (such as with AFS).
16430 Use $Config{scriptdir} instead.
16431 Branch: maint-5.6/perl
16433 ____________________________________________________________________________
16434 [ 8807] By: jhi on 2001/02/14 14:37:27
16435 Log: Update Changes.
16437 ! Changes patchlevel.h
16438 ____________________________________________________________________________
16439 [ 8806] By: jhi on 2001/02/14 14:25:31
16440 Log: Integrate changes #8803,8804,8805 from mainline.
16442 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
16444 Don't skip too much of the locale error message if no environ array,
16447 More MacOS Classic fixes from Chris Nandor.
16448 Branch: maint-5.6/perl
16449 !> doop.c lib/Cwd.pm perl.c perl.h util.c
16450 ____________________________________________________________________________
16451 [ 8805] By: jhi on 2001/02/14 03:29:01
16452 Log: More MacOS Classic fixes from Chris Nandor.
16454 ! doop.c lib/Cwd.pm
16455 ____________________________________________________________________________
16456 [ 8804] By: jhi on 2001/02/14 03:18:35
16457 Log: Don't skip too much of the locale error message if no environ array,
16461 ____________________________________________________________________________
16462 [ 8803] By: jhi on 2001/02/14 03:14:14
16463 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
16466 ____________________________________________________________________________
16467 [ 8802] By: jhi on 2001/02/13 18:31:33
16468 Log: AUTHORS update.
16471 ____________________________________________________________________________
16472 [ 8801] By: jhi on 2001/02/13 17:55:19
16473 Log: Integrate change #8792 from mainline.
16475 Subject: buncha MacPerl patches for bleadperl
16476 From: Chris Nandor <pudge@pobox.com>
16477 Date: Tue, 13 Feb 2001 00:02:43 -0500
16478 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
16479 Branch: maint-5.6/perl
16480 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16481 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
16482 !> t/lib/basename.t toke.c util.h
16483 ____________________________________________________________________________
16484 [ 8800] By: jhi on 2001/02/13 17:46:43
16485 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
16486 to be forced to Off_t.
16488 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
16489 From: nick@ccl4.org
16490 Date: Thu, 1 Feb 2001 12:01:04 +0000
16491 Message-Id: <20010201120103.E11401@plum.flirble.org>
16492 Branch: maint-5.6/perl
16493 ! iperlsys.h perlio.c
16494 ____________________________________________________________________________
16495 [ 8799] By: jhi on 2001/02/13 16:52:51
16496 Log: Duplex duplex hunk hunk.
16497 Branch: maint-5.6/perl
16499 ____________________________________________________________________________
16500 [ 8797] By: jhi on 2001/02/13 14:52:04
16501 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
16502 From: "Craig A. Berry" <craigberry@mac.com>
16503 Date: Mon, 12 Feb 2001 11:05:25 -0600
16504 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
16506 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
16507 ____________________________________________________________________________
16508 [ 8796] By: jhi on 2001/02/13 14:36:47
16509 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
16510 From: simon.cozens@pembroke.oxford.ac.uk
16511 Date: Sat, 10 Feb 2001 17:57:02 +0000
16512 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
16514 Now it does include.
16517 ____________________________________________________________________________
16518 [ 8795] By: jhi on 2001/02/13 14:30:11
16519 Log: Sort the MANIFEST.
16522 ____________________________________________________________________________
16523 [ 8794] By: jhi on 2001/02/13 14:26:51
16524 Log: Integrate change #8793 from mainline, FAQ updates.
16525 Branch: maint-5.6/perl
16526 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
16527 ____________________________________________________________________________
16528 [ 8793] By: jhi on 2001/02/13 14:25:13
16529 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
16531 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
16532 ____________________________________________________________________________
16533 [ 8792] By: jhi on 2001/02/13 14:22:50
16534 Log: Subject: buncha MacPerl patches for bleadperl
16535 From: Chris Nandor <pudge@pobox.com>
16536 Date: Tue, 13 Feb 2001 00:02:43 -0500
16537 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
16539 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16540 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
16541 ! t/lib/basename.t toke.c util.h
16542 ____________________________________________________________________________
16543 [ 8791] By: jhi on 2001/02/13 14:10:39
16544 Log: Integrate change #8790 from mainline.
16546 environ array wrongly assumed in Perl_init_i18nl10n(),
16547 Branch: maint-5.6/perl
16549 ____________________________________________________________________________
16550 [ 8790] By: jhi on 2001/02/13 14:06:15
16551 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
16552 noticed by Chris Nandor in MacOS Classic.
16555 ____________________________________________________________________________
16556 [ 8789] By: jhi on 2001/02/13 13:58:07
16557 Log: Integrate changes #8373,8487,8544,8783 from mainline.
16559 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
16560 hints files, the dynaloading, assimilate ebcdic into util.c.
16561 Branch: maint-5.6/perl
16563 ! MANIFEST hints/posix-bc.sh
16564 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
16565 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
16566 !> perlapi.c proto.h util.c
16567 ____________________________________________________________________________
16568 [ 8788] By: alanbur on 2001/02/13 10:33:13
16569 Log: Integrated changes from maint-5.6
16570 Branch: maint-5.6/pureperl
16571 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
16572 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
16573 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16574 !> vos/config.ga.h vos/configure_perl.cm
16575 ____________________________________________________________________________
16576 [ 8787] By: jhi on 2001/02/13 05:56:36
16577 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
16580 ____________________________________________________________________________
16581 [ 8786] By: jhi on 2001/02/13 05:54:34
16582 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
16583 From: Dorner Thomas <Thomas.Dorner@start.de>
16584 Date: Mon, 12 Feb 2001 15:06:26 +0100
16585 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
16586 Branch: maint-5.6/perl
16588 ____________________________________________________________________________
16589 [ 8785] By: jhi on 2001/02/13 05:29:04
16590 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
16592 !> hints/openbsd.sh
16593 ____________________________________________________________________________
16594 [ 8784] By: jhi on 2001/02/13 02:25:24
16595 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
16596 From: Peter Prymmer <pvhp@forte.com>
16597 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
16598 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
16601 ____________________________________________________________________________
16602 [ 8783] By: jhi on 2001/02/13 02:22:36
16603 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
16606 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
16607 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
16609 ____________________________________________________________________________
16610 [ 8782] By: jhi on 2001/02/13 02:00:07
16611 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
16612 Branch: maint-5.6/perl
16614 ____________________________________________________________________________
16615 [ 8781] By: jhi on 2001/02/13 01:58:44
16616 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
16617 Branch: maint-5.6/perl
16619 ____________________________________________________________________________
16620 [ 8780] By: jhi on 2001/02/13 01:57:33
16621 Log: Synchronize the regexp tests between maintperl and mainline.
16622 Branch: maint-5.6/perl
16624 ____________________________________________________________________________
16625 [ 8779] By: jhi on 2001/02/13 01:49:35
16626 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
16627 From: Hugo <hv@crypt.compulink.co.uk>
16628 Date: Tue, 13 Feb 2001 00:11:11 +0000
16629 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
16631 ! regcomp.c t/op/re_tests
16632 ____________________________________________________________________________
16633 [ 8778] By: jhi on 2001/02/13 00:23:10
16634 Log: Comments do not nest.
16637 ____________________________________________________________________________
16638 [ 8777] By: jhi on 2001/02/13 00:17:54
16639 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
16640 From: Hugo <hv@crypt.compulink.co.uk>
16641 Date: Tue, 13 Feb 2001 00:11:11 +0000
16642 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
16643 Branch: maint-5.6/perl
16644 ! regcomp.c t/op/re_tests
16645 ____________________________________________________________________________
16646 [ 8776] By: jhi on 2001/02/12 23:25:52
16647 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
16648 Branch: maint-5.6/perl
16650 ____________________________________________________________________________
16651 [ 8775] By: jhi on 2001/02/12 23:04:28
16652 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
16653 Branch: maint-5.6/perl
16654 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
16655 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16656 ! vos/configure_perl.cm
16657 ____________________________________________________________________________
16658 [ 8774] By: jhi on 2001/02/12 22:59:11
16659 Log: Subject: Re: [patch] context for 'U' magic functions
16660 From: Doug MacEachern <dougm@covalent.net>
16661 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
16662 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
16664 plus the suggestion by Nick Ing-Simmons to name the macro
16665 as PERL_MG_UFUNC to avoid namespace pollution, plus add
16666 the advice by Doug for XS writers to perl.h
16669 ____________________________________________________________________________
16670 [ 8773] By: jhi on 2001/02/11 20:14:12
16671 Log: Update Changes.
16673 ! Changes patchlevel.h
16674 ____________________________________________________________________________
16675 [ 8772] By: jhi on 2001/02/11 18:47:52
16676 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
16677 From: Simon Cozens <simon@cozens.net>
16678 Date: Wed, 31 Jan 2001 16:31:43 +0000
16679 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
16682 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
16684 ____________________________________________________________________________
16685 [ 8771] By: jhi on 2001/02/11 18:36:48
16686 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
16688 Blocks-4d3.beta.txt
16689 CaseFolding-3d4.beta.txt
16690 CompositionExclusions-3d6.beta.txt
16691 EastAsianWidth-4d4.beta.txt
16692 LineBreak-6d3.beta.txt
16693 NamesList-3.1.0d1.beta.txt
16694 PropList-3.1.0d4.beta.txt
16695 SpecialCasing-4d1.beta.txt
16696 UnicodeData-3.1.0d6.beta.txt
16698 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
16699 +> lib/unicode/UCD.html lib/unicode/Unicode.html
16700 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
16701 - lib/unicode/Unicode.301
16703 ____________________________________________________________________________
16704 [ 8770] By: jhi on 2001/02/11 17:26:22
16705 Log: UTF-8 documentation.
16708 ____________________________________________________________________________
16709 [ 8769] By: jhi on 2001/02/11 17:12:49
16710 Log: Retract #8762.
16713 ____________________________________________________________________________
16714 [ 8768] By: jhi on 2001/02/11 16:54:45
16715 Log: Subject: [PATCH] Test::Harness
16716 From: andreas.koenig@anima.de (Andreas J. Koenig)
16717 Date: 11 Feb 2001 14:37:00 +0100
16718 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
16720 ! lib/Test/Harness.pm
16721 ____________________________________________________________________________
16722 [ 8767] By: jhi on 2001/02/11 16:53:52
16723 Log: Subject: [PATCH] Document makepatch in Porting/patching
16724 From: andreas.koenig@anima.de (Andreas J. Koenig)
16725 Date: 11 Feb 2001 16:46:28 +0100
16726 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
16728 ! Porting/patching.pod
16729 ____________________________________________________________________________
16730 [ 8766] By: jhi on 2001/02/11 06:30:23
16731 Log: Subject: Re: [patch] GvSHARED
16732 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
16733 From: Doug MacEachern <dougm@covalent.net>
16734 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
16736 Subject: Re: [patch] GvSHARED
16737 From: Doug MacEachern <dougm@covalent.net>
16738 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
16739 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
16741 Subject: [patch] attributes.pm support for `shared'
16742 From: Doug MacEachern <dougm@covalent.net>
16743 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
16744 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
16746 our() attributes were ignored, our :shared pieces missing,
16747 allow attributes.pm to turn on shared.
16749 ! op.c t/op/attrs.t toke.c xsutils.c
16750 ____________________________________________________________________________
16751 [ 8765] By: alanbur on 2001/02/10 23:11:19
16752 Log: Resync with parent (hopefully sucessfully this time)
16753 Branch: maint-5.6/pureperl
16754 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
16755 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
16756 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16757 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
16758 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
16759 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
16760 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
16761 ____________________________________________________________________________
16762 [ 8764] By: jhi on 2001/02/10 22:54:38
16763 Log: Make TEST and UTEST more verbose in case something goes
16764 wrong in running/compiling a script, suggested by Doug
16768 ____________________________________________________________________________
16769 [ 8763] By: jhi on 2001/02/10 22:11:34
16770 Log: Bogus shebang.
16773 ____________________________________________________________________________
16774 [ 8762] By: jhi on 2001/02/10 21:56:02
16775 Log: (Retracted by #8769)
16778 ____________________________________________________________________________
16779 [ 8761] By: jhi on 2001/02/10 21:26:15
16780 Log: Subject: Re: [patch] GvSHARED
16781 From: Doug MacEachern <dougm@covalent.net>
16782 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
16783 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
16785 our @EXPORT : shared = (...);
16788 ____________________________________________________________________________
16789 [ 8760] By: jhi on 2001/02/10 21:25:07
16790 Log: Subject: [patch] GvSHARED
16791 From: Doug MacEachern <dougm@covalent.net>
16792 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
16793 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
16795 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
16796 ____________________________________________________________________________
16797 [ 8759] By: alanbur on 2001/02/10 21:24:27
16798 Log: Backed out mismerge.
16799 Branch: maint-5.6/pureperl
16800 ! MANIFEST README.hpux README.vmesa gv.c installhtml
16801 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
16802 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16803 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
16804 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
16805 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
16806 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
16807 ____________________________________________________________________________
16808 [ 8758] By: jhi on 2001/02/10 18:01:17
16809 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
16811 Fixed UMRs and leak in Perl_pmtrans()
16813 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
16814 associated UTFied tr/// code. Also fixed scoping leak of
16817 newATTRSUB leaks when an attempt to redefine the active sort sub is
16819 Branch: maint-5.6/perl
16821 ____________________________________________________________________________
16822 [ 8757] By: alanbur on 2001/02/10 17:56:46
16823 Log: Resynchronised with parent
16824 Branch: maint-5.6/pureperl
16828 !> MANIFEST README.hpux README.vmesa installhtml
16829 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
16830 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16831 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
16832 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
16833 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
16834 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
16835 ____________________________________________________________________________
16836 [ 8756] By: alanbur on 2001/02/10 17:51:15
16837 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
16839 Branch: maint-5.6/pureperl
16841 ____________________________________________________________________________
16842 [ 8755] By: jhi on 2001/02/09 22:41:35
16843 Log: Upgrade to CPAN 1.59_54, from Andreas König.
16845 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16846 ____________________________________________________________________________
16847 [ 8754] By: jhi on 2001/02/09 22:29:20
16848 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
16850 Didn't upgrade the fill.t since it has a dependency to File::Slurp
16851 purely for debugging purposes, the actual test hasn't changed.
16853 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
16855 ____________________________________________________________________________
16856 [ 8753] By: jhi on 2001/02/09 20:17:50
16857 Log: Integrate change #8682 from maintperl.
16859 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
16863 ____________________________________________________________________________
16864 [ 8752] By: jhi on 2001/02/09 20:00:46
16865 Log: Update Changes.
16867 ! Changes patchlevel.h
16868 ____________________________________________________________________________
16869 [ 8751] By: nick on 2001/02/09 19:48:37
16870 Log: Integrate mainline
16872 +> README.bs2000 t/lib/cgi-esc.t
16874 !> (integrate 53 files)
16875 ____________________________________________________________________________
16876 [ 8750] By: nick on 2001/02/09 19:25:16
16877 Log: Subject: RE: Biannual Competition to Improve Hashing Function
16878 From: Fisher Mark <fisherm@tce.com>
16879 Date: Thu, 8 Feb 2001 10:44:00 -0500
16880 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
16881 Date: Thu, 8 Feb 2001 15:02:47 -0500
16882 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
16884 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
16885 ____________________________________________________________________________
16886 [ 8749] By: jhi on 2001/02/09 19:02:35
16887 Log: Forgotten fragment.
16890 ____________________________________________________________________________
16891 [ 8748] By: jhi on 2001/02/09 18:31:34
16892 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
16893 plus manual tweakage.
16895 Sync the perlfaq2 between mainline and maintperl.
16896 Branch: maint-5.6/perl
16899 !> pod/perlfaq2.pod
16900 ____________________________________________________________________________
16901 [ 8747] By: jhi on 2001/02/09 18:12:04
16902 Log: Subject: versiononly and installperl
16903 From: abigail@foad.org
16904 Date: Wed, 7 Feb 2001 22:43:12 +0100
16905 Message-ID: <20010207214312.7045.qmail@foad.org>
16907 Add +v flag to force a normal install of the perl binary
16910 Subject: [PATCH] installperl
16911 From: Nicholas Clark <nick@ccl4.org>
16912 Date: Fri, 9 Feb 2001 16:28:57 +0000
16913 Message-ID: <20010209162857.B10931@plum.flirble.org>
16915 Add -A flag which also hardlinks the binary with
16916 the full architecture name.
16919 ____________________________________________________________________________
16920 [ 8746] By: jhi on 2001/02/09 18:03:43
16921 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
16923 Subject: perlfaq2, re: perlmongers
16925 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
16927 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
16929 Subject: [ID 20010205.001] typo in perlfaq9
16931 Subject: [ID 20010208.002] unordered explanation in perlcall
16932 Branch: maint-5.6/perl
16933 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16934 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
16935 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
16936 ____________________________________________________________________________
16937 [ 8745] By: jhi on 2001/02/09 17:59:09
16938 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
16939 From: abela@geneanet.org
16940 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
16941 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
16944 ____________________________________________________________________________
16945 [ 8744] By: jhi on 2001/02/09 17:48:16
16946 Log: Subject: [ID 20010205.001] typo in perlfaq9
16947 From: eserte@vran.herceg.de
16948 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
16949 Message-Id: <200102042244.XAA21926@vran.herceg.de>
16952 ____________________________________________________________________________
16953 [ 8743] By: jhi on 2001/02/09 17:25:12
16954 Log: Integrate change #8695 from maintperl.
16956 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
16959 ____________________________________________________________________________
16960 [ 8742] By: jhi on 2001/02/09 17:21:22
16961 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
16962 From: Andy Dougherty <doughera@lafayette.edu>
16963 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
16964 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
16967 ____________________________________________________________________________
16968 [ 8741] By: jhi on 2001/02/09 17:05:19
16969 Log: Integrate changes #8738,8739,8740 from maintperl.
16971 Html files will be installed in a more logical and easier to
16972 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
16974 Html files will be generated with a header to make them look
16975 a little less bare.
16977 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
16979 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
16980 ____________________________________________________________________________
16981 [ 8740] By: jhi on 2001/02/09 17:03:46
16982 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
16983 From: "Brendan O'Dea" <bod@compusol.com.au>
16984 Date: Sun, 4 Feb 2001 11:17:56 +1100
16985 Message-ID: <20010204111756.A16301@compusol.com.au>
16986 Branch: maint-5.6/perl
16988 ____________________________________________________________________________
16989 [ 8739] By: jhi on 2001/02/09 17:01:59
16990 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
16991 From: "Indy Singh" <indy@nusphere.com>
16992 Date: Fri, 2 Feb 2001 15:09:59 -0500
16993 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
16995 Html files will be generated with a header to make them look
16996 a little less bare.
16997 Branch: maint-5.6/perl
16999 ____________________________________________________________________________
17000 [ 8738] By: jhi on 2001/02/09 16:58:48
17001 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
17002 From: "Indy Singh" <indy@nusphere.com>
17003 Date: Fri, 2 Feb 2001 15:08:23 -0500
17004 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
17006 Html files will be installed in a more logical and easier to
17007 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
17008 Branch: maint-5.6/perl
17009 ! win32/Makefile win32/makefile.mk
17010 ____________________________________________________________________________
17011 [ 8737] By: jhi on 2001/02/09 16:46:54
17012 Log: Integrate changes #8687,8736 from maintperl.
17014 HP-UX thread patches from Merijn H. Brand.
17016 Latin nit from Philip Newton.
17018 !> README.hpux hints/hpux.sh
17019 ____________________________________________________________________________
17020 [ 8736] By: jhi on 2001/02/09 16:42:31
17021 Log: Latin nit from Philip Newton.
17022 Branch: maint-5.6/perl
17024 ____________________________________________________________________________
17025 [ 8735] By: jhi on 2001/02/09 16:24:03
17026 Log: Integrate changes #8704,8710 from pureperl.
17028 Fixed UMRs and leak in Perl_pmtrans()
17030 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
17031 associated UTFied tr/// code. Also fixed scoping leak of
17035 ____________________________________________________________________________
17036 [ 8734] By: jhi on 2001/02/09 15:40:21
17037 Log: Integrate change #8733 from maintperl.
17039 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
17042 ____________________________________________________________________________
17043 [ 8733] By: jhi on 2001/02/09 15:35:47
17044 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
17045 From: Prymmer/Kahn <pvhp@best.com>
17046 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
17047 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
17048 Branch: maint-5.6/perl
17050 ____________________________________________________________________________
17051 [ 8732] By: jhi on 2001/02/09 15:26:17
17052 Log: Rename README.posix-bc to README.bs2000 (to avoid the
17053 confusion of a "perlposix-bc.pod"), add a few missing
17054 arch pods, regen toc.
17055 Branch: maint-5.6/perl
17058 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17059 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17060 ____________________________________________________________________________
17061 [ 8731] By: jhi on 2001/02/09 15:23:39
17062 Log: De-cut-and-pasto.
17065 ____________________________________________________________________________
17066 [ 8730] By: jhi on 2001/02/09 15:11:13
17067 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
17068 when people think that perlposix-bc.pod tells anything about
17069 Perl and POSIX. Regen toc.
17073 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17074 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17075 ____________________________________________________________________________
17076 [ 8729] By: jhi on 2001/02/09 14:52:28
17077 Log: The README.vmesa part of #8712 from maintperl.
17080 ____________________________________________________________________________
17081 [ 8728] By: jhi on 2001/02/09 14:46:06
17082 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
17083 From: Peter Prymmer <pvhp@forte.com>
17084 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
17085 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
17086 Branch: maint-5.6/perl
17087 ! README.vmesa win32/Makefile win32/makefile.mk
17088 ____________________________________________________________________________
17089 [ 8727] By: jhi on 2001/02/09 14:33:25
17090 Log: Integrate change #8712 from mainline.
17092 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
17093 Branch: maint-5.6/perl
17095 ____________________________________________________________________________
17096 [ 8726] By: jhi on 2001/02/09 14:30:28
17097 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
17098 From: Peter Prymmer <pvhp@forte.com>
17099 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
17100 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
17103 ! MANIFEST lib/CGI/Util.pm
17104 ____________________________________________________________________________
17105 [ 8725] By: jhi on 2001/02/09 04:56:47
17106 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
17107 Branch: maint-5.6/perl
17109 ____________________________________________________________________________
17110 [ 8724] By: jhi on 2001/02/09 04:40:59
17111 Log: Integrate changes 7819,7820 from vmsperl into mainline.
17113 Add header for LIB$ prototypes (C. Berry)
17115 Convert fwrite()s to sockets to write()s, since some socket stacks
17116 don't take kindly to stdio.
17117 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
17118 (for often optional LNMs)
17119 Correct a few typos
17122 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
17123 ____________________________________________________________________________
17124 [ 8723] By: jhi on 2001/02/09 03:29:29
17125 Log: Integrate change #8722 from mainline.
17127 The Im() function wasn't returning zero for non-Math::Complex
17128 arguments. The bug reported by John Gamble.
17129 Branch: maint-5.6/perl
17130 !> lib/Math/Complex.pm
17131 ____________________________________________________________________________
17132 [ 8722] By: jhi on 2001/02/09 03:28:33
17133 Log: The Im() function wasn't returning zero for non-Math::Complex
17134 arguments. The bug reported by John Gamble.
17136 ! lib/Math/Complex.pm
17137 ____________________________________________________________________________
17138 [ 8721] By: nick on 2001/02/08 22:11:35
17139 Log: Correct the correction :-(
17142 ____________________________________________________________________________
17143 [ 8720] By: bailey on 2001/02/08 20:59:22
17144 Log: Convert frwite()s to sockets to write()s, since some socket stacks
17145 don't take kindly to stdio.
17146 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
17147 (for often optional LNMs)
17148 Correct a few typos
17151 ! vms/vms.c vms/vmsish.h
17152 ____________________________________________________________________________
17153 [ 8719] By: bailey on 2001/02/08 20:51:02
17154 Log: Add header for LIB$ prototypes (C. Berry)
17156 ! ext/Devel/DProf/DProf.xs
17157 ____________________________________________________________________________
17158 [ 8718] By: bailey on 2001/02/08 20:49:00
17161 +> pod/perliol.pod t/lib/sample-tests/bailout
17162 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
17163 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
17164 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
17165 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
17166 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
17167 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
17168 - lib/unicode/Is/DCinital.pl
17169 !> (integrate 101 files)
17170 ____________________________________________________________________________
17171 [ 8717] By: nick on 2001/02/08 19:38:48
17172 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
17173 From: Robin Barker <rmb1@cise.npl.co.uk>
17174 Date: Thu, 8 Feb 2001 14:38:07 GMT
17175 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
17178 ____________________________________________________________________________
17179 [ 8716] By: nick on 2001/02/08 19:29:07
17180 Log: Generated files form 8713 etc.
17182 ! embed.h global.sym objXSUB.h perlapi.c proto.h
17183 ____________________________________________________________________________
17184 [ 8715] By: nick on 2001/02/08 19:26:08
17185 Log: Fixup non-ithread build after 8713
17188 ____________________________________________________________________________
17189 [ 8714] By: nick on 2001/02/08 19:17:45
17190 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
17191 From: nick@ccl4.org
17192 Date: Wed, 7 Feb 2001 00:27:47 +0000
17193 Message-Id: <20010207002747.B63724@plum.flirble.org>
17196 ____________________________________________________________________________
17197 [ 8713] By: nick on 2001/02/08 19:15:58
17198 Log: Subject: Re: [patch] Re: PL_ptr_table
17199 From: Doug Maceachern <dougm@covalent.net>
17200 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
17201 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
17203 ! embed.pl perl.c sv.c sv.h
17204 ____________________________________________________________________________
17205 [ 8712] By: nick on 2001/02/08 19:12:47
17206 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
17207 From: Peter Prymmer <pvhp@forte.com>
17208 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
17209 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
17212 ____________________________________________________________________________
17213 [ 8711] By: nick on 2001/02/07 21:06:11
17214 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
17215 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
17216 From: Alan Burlison <Alan.Burlison@uk.sun.com>
17217 Date: Tue, 06 Feb 2001 23:37:01 +0000
17218 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
17221 ____________________________________________________________________________
17222 [ 8710] By: alanbur on 2001/02/07 00:22:04
17223 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
17224 associated UTFied tr/// code. Also fixed scoping leak of
17226 Branch: maint-5.6/pureperl
17228 ____________________________________________________________________________
17229 [ 8709] By: nick on 2001/02/06 21:16:49
17230 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
17231 From: Michael G Schwern <schwern@pobox.com>
17232 Date: Sun, 4 Feb 2001 19:47:14 -0500
17233 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
17235 ! pod/perlapi.pod pod/perlmodlib.PL
17236 ____________________________________________________________________________
17237 [ 8708] By: nick on 2001/02/06 20:41:20
17238 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
17239 From: Michael G Schwern <schwern@pobox.com>
17240 Date: Sun, 4 Feb 2001 21:17:49 -0500
17241 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
17243 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
17244 ! pod/perltootc.pod
17245 ____________________________________________________________________________
17246 [ 8707] By: nick on 2001/02/06 20:29:11
17247 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
17248 From: Michael G Schwern <schwern@pobox.com>
17249 Date: Tue, 6 Feb 2001 05:54:30 -0500
17250 Message-Id: <20010206055430.A951@blackrider.aocn.com>
17252 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
17253 ____________________________________________________________________________
17254 [ 8706] By: nick on 2001/02/06 20:21:40
17255 Log: Subject: RE: some win32 fixes
17256 Date: Tue, 6 Feb 2001 09:23:20 +0300
17257 From: Vadim Konovalov <vkonovalov@lucent.com>
17258 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
17260 ! toke.c win32/Makefile win32/config.bc win32/config.gc
17261 ! win32/config.vc win32/config_H.bc win32/makefile.mk
17262 ____________________________________________________________________________
17263 [ 8705] By: alanbur on 2001/02/06 15:00:03
17264 Log: Synchronised with parent
17265 Branch: maint-5.6/pureperl
17267 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
17268 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
17269 ____________________________________________________________________________
17270 [ 8704] By: alanbur on 2001/02/06 14:55:24
17271 Log: Fixed UMRs and leak in Perl_pmtrans()
17272 Branch: maint-5.6/pureperl
17274 ____________________________________________________________________________
17275 [ 8703] By: gsar on 2001/02/06 02:29:37
17276 Log: $(MAKE) distclean doesn't clean up properly on windows
17277 Branch: maint-5.6/perl
17278 ! win32/Makefile win32/makefile.mk
17279 ____________________________________________________________________________
17280 [ 8702] By: gsar on 2001/02/06 01:00:46
17281 Log: tweak change#8659 to keep it simple
17282 Branch: maint-5.6/perl
17284 ____________________________________________________________________________
17285 [ 8701] By: gsar on 2001/02/05 22:45:41
17286 Log: change#8693 was missing testsuite changes
17287 Branch: maint-5.6/perl
17288 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
17289 ____________________________________________________________________________
17290 [ 8700] By: nick on 2001/02/05 20:32:52
17291 Log: Integrate mainline
17293 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
17294 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
17295 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
17296 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
17297 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
17298 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
17299 +> t/lib/test-harness.t
17300 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
17301 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
17302 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
17303 !> pod/perlutil.pod t/TEST utils/h2xs.PL
17304 ____________________________________________________________________________
17305 [ 8699] By: nick on 2001/02/05 19:41:07
17306 Log: Subject: perlfaq2, re: perlmongers
17307 From: David H. Adler <dha@panix.com>
17308 Date: Sun, 4 Feb 2001 23:48:23 -0500
17309 Message-Id: <20010204234823.A13429@panix.com>
17312 ____________________________________________________________________________
17313 [ 8698] By: nick on 2001/02/05 19:39:31
17314 Log: Missed file f#rom the testharness mess.
17316 + t/lib/test-harness.t
17317 ____________________________________________________________________________
17318 [ 8697] By: nick on 2001/02/05 19:37:21
17319 Log: Subject: [DOC PATCH] overload.pm nits
17320 From: John Tobey <jtobey@john-edwin-tobey.org>
17321 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
17322 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
17325 ____________________________________________________________________________
17326 [ 8696] By: alanbur on 2001/02/05 11:56:00
17327 Log: Sync with parent
17328 Branch: maint-5.6/pureperl
17330 ____________________________________________________________________________
17331 [ 8695] By: gsar on 2001/02/05 03:27:34
17332 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
17333 Branch: maint-5.6/perl
17335 ____________________________________________________________________________
17336 [ 8694] By: alanbur on 2001/02/05 00:07:47
17337 Log: Initial branch creation from //depot/maint-5.6/perl
17338 Branch: maint-5.6/pureperl
17339 +> (branch 1719 files)
17340 ____________________________________________________________________________
17341 [ 8693] By: gsar on 2001/02/04 22:38:49
17342 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
17344 Branch: maint-5.6/perl
17345 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17346 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
17347 !> ext/DB_File/version.c
17348 ____________________________________________________________________________
17349 [ 8692] By: nick on 2001/02/04 18:15:57
17350 Log: The missed t/TEST part of the grand testharness upgrade.
17353 ____________________________________________________________________________
17354 [ 8691] By: nick on 2001/02/04 18:05:17
17355 Log: New improved test harness
17356 Subject: Re: [PATCH Test::Harness] Third time's a charm?
17357 From: Michael G Schwern <schwern@pobox.com>
17358 Date: Sun, 4 Feb 2001 08:01:20 -0500
17359 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
17361 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
17362 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
17363 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
17364 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
17365 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
17366 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
17367 ! MANIFEST lib/Test/Harness.pm
17368 ____________________________________________________________________________
17369 [ 8690] By: nick on 2001/02/04 17:57:51
17370 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
17371 From: Jonathan Stowe <gellyfish@gellyfish.com>
17372 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
17373 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
17376 ____________________________________________________________________________
17377 [ 8689] By: nick on 2001/02/04 17:55:24
17378 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
17379 From: Michael G Schwern <schwern@pobox.com>
17380 Date: Sat, 3 Feb 2001 22:46:38 -0500
17381 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
17383 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
17384 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
17385 ____________________________________________________________________________
17386 [ 8688] By: nick on 2001/02/04 17:43:55
17387 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
17388 length byfailing to spot lack of closing )
17389 From: nick@talking.bollo.cx
17390 Date: Sat, 03 Feb 2001 23:53:16 +0000
17391 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
17393 ! perlio.c pod/perldiag.pod
17394 ____________________________________________________________________________
17395 [ 8687] By: jhi on 2001/02/03 17:11:42
17396 Log: HP-UX thread patches from Merijn H. Brand.
17397 Branch: maint-5.6/perl
17398 ! README.hpux hints/hpux.sh
17399 ____________________________________________________________________________
17400 [ 8686] By: jhi on 2001/02/03 16:40:12
17401 Log: Metaconfig changes for #8685.
17403 ! U/installdirs/instubperl.U
17404 Branch: metaconfig/U/perl
17405 ! Devel.U versiononly.U
17406 ____________________________________________________________________________
17407 [ 8685] By: jhi on 2001/02/03 16:39:49
17408 Log: For -Dusedevel builds turn off installusrbinperl and turn on
17409 versiononly, a combined idea of Richard Soderberg and Merijn
17410 H. Brand. You can still override both of these from the command
17411 line if you need to, -Dinstallusrbinperl and -Uversiononly.
17414 ____________________________________________________________________________
17415 [ 8684] By: jhi on 2001/02/03 16:16:34
17416 Log: Metaconfig unit fix for #8683.
17418 ! U/compline/nblock_io.U
17419 ____________________________________________________________________________
17420 [ 8683] By: jhi on 2001/02/03 16:16:12
17421 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
17422 reported by Peter Prymmer for 5.6-TRIAL1.
17425 ____________________________________________________________________________
17426 [ 8682] By: jhi on 2001/02/03 05:52:11
17427 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
17429 Branch: maint-5.6/perl
17431 ____________________________________________________________________________
17432 [ 8681] By: jhi on 2001/02/03 05:47:33
17433 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
17434 Branch: maint-5.6/perl
17436 ____________________________________________________________________________
17437 [ 8680] By: jhi on 2001/02/02 21:39:49
17438 Log: perlport update from Peter Prymmer.
17439 Branch: maint-5.6/perl
17441 ____________________________________________________________________________
17442 [ 8679] By: nick on 2001/02/02 20:50:48
17443 Log: Integrate mainline
17445 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
17446 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
17447 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
17448 ____________________________________________________________________________
17449 [ 8678] By: gsar on 2001/02/02 16:02:12
17450 Log: note about bincompat, slightly modified (from Lupe Christoph)
17451 Branch: maint-5.6/perl
17453 ____________________________________________________________________________
17454 [ 8677] By: jhi on 2001/02/02 15:46:20
17455 Log: Supported platforms updates.
17456 Branch: maint-5.6/perl
17458 ____________________________________________________________________________
17459 [ 8676] By: jhi on 2001/02/02 03:41:26
17460 Log: A couple more perlfaq2 tweaks.
17461 Branch: maint-5.6/perl
17463 ____________________________________________________________________________
17464 [ 8675] By: jhi on 2001/02/02 03:17:44
17465 Log: Misedit in #8661.
17466 Branch: maint-5.6/perl
17468 ____________________________________________________________________________
17469 [ 8674] By: jhi on 2001/02/02 03:14:38
17471 Branch: maint-5.6/perl
17473 ____________________________________________________________________________
17474 [ 8673] By: jhi on 2001/02/02 03:12:40
17475 Log: perlfaq update from Elaine Ashton.
17476 Branch: maint-5.6/perl
17478 ____________________________________________________________________________
17479 [ 8672] By: jhi on 2001/02/02 03:07:08
17480 Log: UTF-8 s/// patch from Inaba Hiroto.
17481 Branch: maint-5.6/perl
17482 ! pp_ctl.c pp_hot.c
17483 ____________________________________________________________________________
17484 [ 8671] By: jhi on 2001/02/01 22:34:31
17485 Log: Update Changes.
17487 ! Changes patchlevel.h
17488 ____________________________________________________________________________
17489 [ 8670] By: jhi on 2001/02/01 22:15:29
17490 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
17493 Upgrade to Getopt::Long 2.25, from Johan Vromans.
17495 more files need to be writable in the source distribution
17497 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
17499 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
17501 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
17503 Allow the float to be fuzzier.
17505 need to use INT2PTR instead of a straight cast or ia64 fails
17507 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
17509 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
17511 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
17512 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
17513 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
17514 ____________________________________________________________________________
17515 [ 8669] By: jhi on 2001/02/01 21:57:02
17516 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
17517 From: Robin Barker <rmb1@cise.npl.co.uk>
17518 Date: Thu, 1 Feb 2001 16:59:05 GMT
17519 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
17520 Branch: maint-5.6/perl
17521 ! pod/perlmodlib.PL
17522 ____________________________________________________________________________
17523 [ 8668] By: nick on 2001/02/01 19:41:40
17524 Log: Integrate mainline
17526 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
17527 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
17528 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
17529 ____________________________________________________________________________
17530 [ 8667] By: gsar on 2001/02/01 16:59:11
17531 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
17532 Branch: maint-5.6/perl
17533 ! embed.pl embedvar.h
17534 ____________________________________________________________________________
17535 [ 8666] By: gsar on 2001/02/01 16:34:51
17536 Log: add missing entries to win32/config.?c
17537 Branch: maint-5.6/perl
17538 ! win32/config.bc win32/config.gc win32/config.vc
17539 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17540 ____________________________________________________________________________
17541 [ 8665] By: jhi on 2001/02/01 14:58:51
17542 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
17543 From: "Stephen P. Potter" <spp@spotter.yi.org>
17544 Date: Thu, 01 Feb 2001 10:45:46 -0500
17545 Message-Id: <200102011545.KAA31479@spotter.yi.org>
17546 Branch: maint-5.6/perl
17548 ____________________________________________________________________________
17549 [ 8664] By: gsar on 2001/02/01 14:52:37
17550 Log: need to use INT2PTR instead of a straight cast or ia64 fails
17551 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
17552 Branch: maint-5.6/perl
17553 ! ext/POSIX/POSIX.xs
17554 ____________________________________________________________________________
17555 [ 8663] By: jhi on 2001/02/01 14:09:13
17556 Log: Allow the float to be fuzzier.
17557 Branch: maint-5.6/perl
17559 ____________________________________________________________________________
17560 [ 8662] By: jhi on 2001/02/01 13:59:00
17561 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
17562 From: Robin Barker <rmb1@cise.npl.co.uk>
17563 Date: Thu, 1 Feb 2001 13:05:39 GMT
17564 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
17565 Branch: maint-5.6/perl
17566 ! pod/perlmodlib.pod
17567 ____________________________________________________________________________
17568 [ 8661] By: jhi on 2001/02/01 13:57:38
17569 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
17570 Date: Thu, 01 Feb 2001 14:15:41 +0100
17571 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17572 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
17574 Have the $ccflags in the gcc version test (strange, this change
17575 is claimed to be have been integrated already)
17576 Branch: maint-5.6/perl
17578 ____________________________________________________________________________
17579 [ 8660] By: jhi on 2001/02/01 13:44:10
17580 Log: Integrate changes #7950,7964,7962 from mainline.
17582 Find the stdchar signedness using cpp, should fix some of
17583 the Solaris compiler warnings reported by Alan Burlison.
17584 Branch: maint-5.6/perl
17585 !> Configure config_h.SH
17586 ____________________________________________________________________________
17587 [ 8659] By: jhi on 2001/02/01 05:35:32
17588 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
17589 From: Jan Dubois <JanD@ActiveState.com>
17590 Date: Wed, 31 Jan 2001 21:17:03 -0800
17591 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
17592 Branch: maint-5.6/perl
17594 ____________________________________________________________________________
17595 [ 8658] By: jhi on 2001/02/01 04:33:17
17596 Log: Integrate the README.os390 and README.posix-bc parts of mainline
17597 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
17598 installperl parts were taken care of by #8657.)
17599 Branch: maint-5.6/perl
17600 !> README.os390 README.posix-bc
17601 ____________________________________________________________________________
17602 [ 8657] By: jhi on 2001/02/01 04:29:21
17603 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
17604 From: Peter Prymmer <pvhp@forte.com>
17605 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
17606 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
17607 Branch: maint-5.6/perl
17608 + ext/DynaLoader/dl_dllload.xs
17609 ! MANIFEST Makefile.SH hints/os390.sh installperl
17610 ____________________________________________________________________________
17611 [ 8656] By: jhi on 2001/02/01 04:25:45
17612 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
17613 From: Peter Prymmer <pvhp@forte.com>
17614 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
17615 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
17616 Branch: maint-5.6/perl
17617 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
17618 ____________________________________________________________________________
17619 [ 8655] By: jhi on 2001/02/01 04:14:47
17620 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
17621 From: troc@netrus.net
17622 Date: Wed, 31 Jan 2001 22:31:26 -0500
17623 Message-Id: <200102010331.WAA117.85@rocco.homenet>
17624 Branch: maint-5.6/perl
17626 ____________________________________________________________________________
17627 [ 8654] By: jhi on 2001/02/01 04:12:52
17628 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
17629 as reported by Alan Burlison.
17630 Branch: maint-5.6/perl
17632 ____________________________________________________________________________
17633 [ 8653] By: jhi on 2001/02/01 04:05:12
17634 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
17635 From: dsugalski@northernlight.com
17636 Date: Wed, 31 Jan 2001 18:54:11 -0500
17637 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
17638 Branch: maint-5.6/perl
17640 ____________________________________________________________________________
17641 [ 8652] By: jhi on 2001/02/01 04:03:11
17642 Log: Misplaced #endif.
17644 Subject: [perl-5-6-1-trial2] patches for EPOC
17645 From: Olaf Flebbe <O.Flebbe@science-computing.de>
17646 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
17647 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
17648 Branch: maint-5.6/perl
17650 ____________________________________________________________________________
17651 [ 8651] By: jhi on 2001/02/01 04:00:25
17652 Log: Integrate changes #8647,8648,8650 from mainline.
17654 Macrofy a magic UTF-8 test.
17656 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
17658 Watch out for cross compiling for EPOC (usually done on linux).
17659 Branch: maint-5.6/perl
17660 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
17661 ____________________________________________________________________________
17662 [ 8650] By: jhi on 2001/02/01 03:56:20
17663 Log: Watch out for cross compiling for EPOC (usually done on linux)
17665 Subject: [perl-5-6-1-trial2] patches for EPOC
17666 From: Olaf Flebbe <O.Flebbe@science-computing.de>
17667 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
17668 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
17670 ! ext/Errno/Errno_pm.PL
17671 ____________________________________________________________________________
17672 [ 8649] By: gsar on 2001/02/01 00:46:00
17673 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
17674 Branch: maint-5.6/perl
17676 ____________________________________________________________________________
17677 [ 8648] By: jhi on 2001/01/31 23:35:36
17678 Log: All the uses of PL_numeric_radix must be protected by
17679 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
17681 Subject: [perl-5-6-1-trial2] patches for EPOC
17682 From: Olaf Flebbe <O.Flebbe@science-computing.de>
17683 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
17684 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
17687 ____________________________________________________________________________
17688 [ 8647] By: jhi on 2001/01/31 22:56:16
17689 Log: Macrofy a magic UTF-8 test.
17692 ____________________________________________________________________________
17693 [ 8646] By: gsar on 2001/01/31 15:55:12
17694 Log: update Changes
17695 Branch: maint-5.6/perl
17697 ____________________________________________________________________________
17698 [ 8645] By: gsar on 2001/01/31 15:10:14
17699 Log: Configure tweak suggested by Peter Prymmer
17700 Branch: maint-5.6/perl
17702 ____________________________________________________________________________
17703 [ 8644] By: gsar on 2001/01/31 15:06:32
17704 Log: more files need to be writable in the source distribution
17705 Branch: maint-5.6/perl
17707 ____________________________________________________________________________
17708 [ 8643] By: jhi on 2001/01/31 14:59:46
17709 Log: Integrate changes #8258,8278,8279 from mainline.
17711 Make the large file tests more robust/talkative.
17712 Branch: maint-5.6/perl
17713 !> t/lib/syslfs.t t/op/lfs.t
17714 ____________________________________________________________________________
17715 [ 8642] By: gsar on 2001/01/31 14:53:48
17716 Log: integrate changes#8311,8334 from mainline
17718 Add a new MakeMaker variable PM_FILTER that defines a Unix
17719 filter to be run on each .pm during the pm_to_blib() phase,
17721 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
17723 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
17724 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
17725 accurate reading of the "atime".
17726 Branch: maint-5.6/perl
17727 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
17728 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
17729 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
17730 ____________________________________________________________________________
17731 [ 8641] By: jhi on 2001/01/31 14:46:37
17732 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
17733 Branch: maint-5.6/perl
17734 ! lib/Getopt/Long.pm
17735 ____________________________________________________________________________
17736 [ 8640] By: gsar on 2001/01/31 14:40:24
17737 Log: make regen_all
17738 Branch: maint-5.6/perl
17739 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
17740 ____________________________________________________________________________
17741 [ 8639] By: gsar on 2001/01/31 14:37:25
17742 Log: refresh windows config files
17743 Branch: maint-5.6/perl
17744 ! win32/Makefile win32/config_H.bc win32/config_H.gc
17745 ! win32/config_H.vc win32/makefile.mk
17746 ____________________________________________________________________________
17747 [ 8638] By: gsar on 2001/01/31 14:28:10
17748 Log: makefile tweaks for windows: introduce a bulk-switch to enable
17749 same options as ActivePerl; sync changes with makefile.mk
17750 Branch: maint-5.6/perl
17751 ! win32/Makefile win32/makefile.mk
17752 ____________________________________________________________________________
17753 [ 8637] By: jhi on 2001/01/31 04:41:30
17754 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
17755 From: Nicholas Clark <nick@ccl4.org>
17756 Date: Tue, 30 Jan 2001 19:51:05 +0000
17757 Message-ID: <20010130195105.R76607@plum.flirble.org>
17761 ! pp.c pp.h pp_hot.c t/op/arith.t
17762 ____________________________________________________________________________
17763 [ 8636] By: jhi on 2001/01/31 02:38:32
17764 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
17765 no perlio],8257,8380,8479,8515 from mainline.
17767 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
17769 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
17770 Subject: [PATCH perl@8133] fix-up for VMS extensions
17772 In VMS embedded perls couldn't access the statically built Socket.
17774 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
17776 Further VMS piping fixes from Charles Lane.
17778 Subject: [PATCH] make t/op/misc.t work on VMS
17780 Add tracing for debugging extensions builds in VMS.
17782 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
17783 Branch: maint-5.6/perl
17784 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
17785 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
17786 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
17787 ____________________________________________________________________________
17788 [ 8635] By: jhi on 2001/01/31 01:46:41
17789 Log: Integrate change #7732 from mainline.
17791 Sparc 64-bit pack() fix from Jens Hamisch.
17792 Branch: maint-5.6/perl
17794 ____________________________________________________________________________
17795 [ 8634] By: jhi on 2001/01/31 01:41:16
17796 Log: One spot missing from #8626.
17797 Branch: maint-5.6/perl
17799 ____________________________________________________________________________
17800 [ 8633] By: jhi on 2001/01/31 00:49:17
17801 Log: Integrate change #7495 from mainline.
17803 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
17804 Branch: maint-5.6/perl
17805 !> MANIFEST ext/re/Makefile.PL
17806 ____________________________________________________________________________
17807 [ 8632] By: jhi on 2001/01/30 23:38:49
17808 Log: Integrate change #8396 from mainline.
17810 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
17811 better multicast support (resend)
17812 Branch: maint-5.6/perl
17813 !> ext/Socket/Socket.pm
17814 ____________________________________________________________________________
17815 [ 8631] By: jhi on 2001/01/30 23:28:03
17816 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
17818 More AIX lore. (7514, ext/re/hints/aix.pl)
17820 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
17822 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)
17824 Subject: [ID 20001214.002] Net::Ping patch
17826 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
17828 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
17830 Add ReuseAddr as a (preferred) alias for Reuse as we now
17831 also have ReusePort.
17833 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
17834 Branch: maint-5.6/perl
17835 +> ext/re/hints/aix.pl
17836 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
17837 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
17838 ____________________________________________________________________________
17839 [ 8630] By: jhi on 2001/01/30 23:03:59
17840 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
17842 read() documentation tweak for 20001121.004.
17844 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
17845 Branch: maint-5.6/perl
17846 !> pod/perlfunc.pod pod/perlre.pod
17847 ____________________________________________________________________________
17848 [ 8629] By: jhi on 2001/01/30 22:41:57
17849 Log: Integrate change #8098 from mainline.
17851 fastgetcwd is defined using a glob alias on a $^O dependent basis
17852 and there was no default assignment or perl subroutine.
17853 Branch: maint-5.6/perl
17855 ____________________________________________________________________________
17856 [ 8628] By: jhi on 2001/01/30 21:58:52
17857 Log: Integrate change #7866 from mainline.
17860 Branch: maint-5.6/perl
17861 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
17862 ____________________________________________________________________________
17863 [ 8627] By: jhi on 2001/01/30 21:39:44
17864 Log: Integrate changes #8075,8086,8228 from mainline.
17866 Darwin is not Windows. (8075,8086)
17868 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
17869 Branch: maint-5.6/perl
17870 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
17871 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
17872 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
17873 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
17874 ____________________________________________________________________________
17875 [ 8626] By: jhi on 2001/01/30 21:22:11
17876 Log: Integrate with tweakery the change #8625 from mainline,
17877 the multibyte decimal separator fix ("fa_IR locale failure").
17878 Branch: maint-5.6/perl
17879 ! embedvar.h perlapi.h
17880 !> intrpvar.h perl.c perl.h sv.c util.c
17881 ____________________________________________________________________________
17882 [ 8625] By: jhi on 2001/01/30 20:26:33
17883 Log: Fix for the fa_IR locale failure. The reason for the failure
17884 was that Perl was assuming the decimal separator aka the radix
17885 separator is one character. The Farsi-Iranian locale crushed
17886 that bad assumption since there the separator is 'Momayyez',
17887 glyphwise looking somewhat like a slash, and in Unicode UTF-8
17888 encoded in two bytes, 0xd9 0xab.
17890 ! intrpvar.h perl.c perl.h sv.c util.c
17891 ____________________________________________________________________________
17892 [ 8624] By: gsar on 2001/01/30 20:17:03
17894 Branch: maint-5.6/perl
17895 ! Makefile.SH pod/perlintern.pod
17896 ____________________________________________________________________________
17897 [ 8623] By: gsar on 2001/01/30 19:42:34
17898 Log: backout change#7431 and its dependents (causes spurious rebuilds
17899 of autogenerated files)
17901 fix benign b.t failure
17902 Branch: maint-5.6/perl
17903 ! Makefile.SH t/lib/b.t
17904 ____________________________________________________________________________
17905 [ 8622] By: jhi on 2001/01/30 19:41:41
17906 Log: Microperl sync.
17909 ____________________________________________________________________________
17910 [ 8621] By: gsar on 2001/01/30 19:24:47
17911 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
17914 Subject: podlators 1.06 released
17916 Subject: [PATCH @8436] Eliminate op_children
17918 (Replaced by #8448) Traces of op_children (cleanup of #8442)
17920 (Replaced by #8448) More op_children traces (cleanup of #8442).
17922 Subject: [PATCH #3 @8436] Re: Eliminate op_children
17923 Replace #8444 and #8445.
17925 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
17926 at the setting of the ofs_sv in new_struct_thread() as the
17927 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
17928 uninitialized fields are, uh, initialized with),
17929 SvREFCNT_inc()ing that invited a core dump.
17931 podlators 1.07, from Russ Allbery.
17933 Subject: [PATCH] regcomp.c old feature removal
17934 From: mjd@plover.com
17935 Date: 16 Jan 2001 14:43:18 -0000
17936 Message-ID: <20010116144318.7140.qmail@plover.com>
17937 Branch: maint-5.6/perl
17938 +> lib/Pod/Text/Overstrike.pm
17939 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
17940 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
17941 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
17942 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
17943 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
17945 ____________________________________________________________________________
17946 [ 8620] By: gsar on 2001/01/30 18:48:32
17947 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
17948 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
17949 now fails one test)
17951 Subject: [PATCH] lvalue AUTOLOAD. No, really.
17953 Subject: [PATCH] Interesting syntax idea
17954 Make opens + bareword assigns do typeglob assigns.
17958 Subject: [PATCH @8269] Continue blocks and B::Deparse
17959 Make the peephole optimizer to bypass more null ops and
17960 and rewrite the deparse handling of continue blocks.
17962 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
17963 Doc tweak on #8313.
17965 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
17967 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
17969 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
17971 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
17972 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
17973 according to the platform.
17975 Subject: [PATCH @8404] Consolidated lvalue sub changes
17977 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
17979 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
17981 Subject: B::Concise -- an improved replacement for B::Terse
17983 The B::Terse drop-in replacement wasn't quite drop-in.
17985 The LVRET macro needed an aTHX.
17987 Use the /^Perl_/-less form of is_lvalue_sub().
17989 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
17990 Branch: maint-5.6/perl
17991 +> ext/B/B/Concise.pm
17992 !> (integrate 27 files)
17993 ____________________________________________________________________________
17994 [ 8619] By: nick on 2001/01/30 18:40:28
17995 Log: Integrate mainline
17997 !> (integrate 40 files)
17998 ____________________________________________________________________________
17999 [ 8618] By: jhi on 2001/01/30 18:37:18
18000 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
18001 Date: Mon, 29 Jan 2001 22:51:29 -0600
18002 From: "Craig A. Berry" <craigberry@mac.com>
18003 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
18006 ____________________________________________________________________________
18007 [ 8617] By: jhi on 2001/01/30 18:34:53
18008 Log: Subject: [PATCH] Add missing CV flags to dump.c
18009 From: Tim Jenness <t.jenness@jach.hawaii.edu>
18010 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
18011 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
18014 ____________________________________________________________________________
18015 [ 8616] By: jhi on 2001/01/30 18:20:58
18016 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
18017 part isn't applicable to maintperl.
18019 UTF-8 nit from Inaba Hiroto.
18020 Branch: maint-5.6/perl
18021 !> pod/perlapi.pod utf8.c
18022 ____________________________________________________________________________
18023 [ 8615] By: jhi on 2001/01/30 18:18:51
18024 Log: UTF-8 nit from Inaba Hiroto.
18026 ! pod/perlapi.pod t/op/each.t utf8.c
18027 ____________________________________________________________________________
18028 [ 8614] By: jhi on 2001/01/30 18:13:38
18029 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
18031 perl's internal variables are not for public consumption,
18032 move their docs from perlapi.pod to perlintern.pod
18034 support for -Dusethreads build under HP-UX 10.20 and DCE threads
18035 library (11.0 and later have pthreads but 10.x don't)
18037 avoid uninitialized value warnings
18039 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
18040 gets weird results)
18042 perldoc nit on windows
18044 make it possible to run the tests outside the source tree
18045 (there's still a dependency on ../lib being the library
18048 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
18049 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
18050 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
18051 !> win32/bin/search.pl win32/vdir.h
18052 ____________________________________________________________________________
18053 [ 8613] By: gsar on 2001/01/30 16:39:59
18054 Log: make it possible to run the tests outside the source tree
18055 (there's still a dependency on ../lib being the library
18057 Branch: maint-5.6/perl
18058 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
18059 ____________________________________________________________________________
18060 [ 8612] By: gsar on 2001/01/30 16:31:12
18061 Log: perldoc nit on windows
18062 Branch: maint-5.6/perl
18064 ____________________________________________________________________________
18065 [ 8611] By: gsar on 2001/01/30 16:22:54
18066 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
18067 gets weird results)
18068 Branch: maint-5.6/perl
18070 ____________________________________________________________________________
18071 [ 8610] By: gsar on 2001/01/30 16:12:45
18072 Log: avoid uninitialized value warnings
18073 Branch: maint-5.6/perl
18074 ! win32/bin/search.pl
18075 ____________________________________________________________________________
18076 [ 8609] By: gsar on 2001/01/30 16:08:01
18077 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
18078 library (11.0 and later have pthreads but 10.x don't)
18079 Branch: maint-5.6/perl
18080 ! hints/hpux.sh thread.h
18081 ____________________________________________________________________________
18082 [ 8608] By: gsar on 2001/01/30 15:48:55
18083 Log: perl's internal variables are not for public consumption,
18084 move their docs from perlapi.pod to perlintern.pod
18085 Branch: maint-5.6/perl
18086 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
18088 ____________________________________________________________________________
18089 [ 8607] By: gsar on 2001/01/30 15:44:27
18090 Log: mistakenly branched perl56delta.pod, revert
18091 Branch: maint-5.6/perl
18092 - pod/perl56delta.pod
18093 !> pod/perldelta.pod
18094 ____________________________________________________________________________
18095 [ 8606] By: gsar on 2001/01/30 14:20:24
18096 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
18097 dTHR which has been a noop for a while now, except for the
18098 compatibility definition in thread.h)
18099 Branch: maint-5.6/perl
18100 !> (integrate 45 files)
18101 ____________________________________________________________________________
18102 [ 8605] By: jhi on 2001/01/30 05:43:58
18103 Log: Mark the UTF-8 APIs as experimental.
18104 Branch: maint-5.6/perl
18105 ! embed.pl pod/perlapi.pod
18106 ____________________________________________________________________________
18107 [ 8604] By: jhi on 2001/01/30 05:38:40
18108 Log: Nits from earlier integrates.
18109 Branch: maint-5.6/perl
18110 ! lib/Carp/Heavy.pm
18112 ____________________________________________________________________________
18113 [ 8603] By: jhi on 2001/01/30 05:27:26
18114 Log: Regenerate Porting files.
18115 Branch: maint-5.6/perl
18116 ! Porting/Glossary Porting/config.sh Porting/config_H
18117 ____________________________________________________________________________
18118 [ 8602] By: jhi on 2001/01/30 05:14:59
18119 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
18120 8310,8339,8447,8492,8493,8505,8525: documentation changes.
18122 Subject: Re: perlfaq style changes
18124 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
18126 Subject: [PATCH] docs on NaN
18128 Subject: [patch] perlfaq7
18130 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
18132 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
18134 Subject: [PATCH] open() example in perlfunc.pod
18136 Podify README.mpeix (a new version from the web)
18138 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18140 Subject: [PATCH] format and rewording in perlfaq.pod
18142 Subject: [PATCH] API Variable documentation
18144 Memory management calls documentation.
18146 Subject: [PATCH: perl@8482] README.vms URL updates
18148 Subject: Minor typos in perlfaq2.pod
18150 Subject: [PATCH] pod/perlvar.pod
18151 Branch: maint-5.6/perl
18152 +> pod/perl56delta.pod
18153 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18154 !> README.amiga README.epoc README.mpeix README.vms
18155 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
18156 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
18157 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
18158 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
18159 !> pod/perlvar.pod thrdvar.h
18160 ____________________________________________________________________________
18161 [ 8601] By: jhi on 2001/01/30 04:38:35
18162 Log: Integrate changes #8036,8096,8253 from mainline:
18165 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
18166 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
18168 Output the (apparent) version of gcc in Tru64.
18169 Branch: maint-5.6/perl
18170 +> ext/POSIX/hints/svr4.pl
18171 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
18172 !> hints/svr4.sh t/lib/bigfltpm.t
18173 ____________________________________________________________________________
18174 [ 8600] By: jhi on 2001/01/30 04:04:01
18175 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
18178 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
18180 Debian allows /usr/bin/locale to exist without any locales. (7868)
18182 Allow the locale test needing POSIX and the taint test
18183 needing IPC::SysV to run under 'minitest' (basically,
18184 bail out if loading the extension fails). (8384)
18186 Cleanup the locale.t output (8480)
18187 Branch: maint-5.6/perl
18188 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
18189 !> t/pragma/locale.t
18190 ____________________________________________________________________________
18191 [ 8599] By: jhi on 2001/01/30 03:51:04
18192 Log: Missing generated files from #8598.
18193 Branch: maint-5.6/perl
18194 ! embed.h global.sym objXSUB.h perlapi.c proto.h
18195 ____________________________________________________________________________
18196 [ 8598] By: jhi on 2001/01/30 03:41:54
18197 Log: Integrate change #8555 from mainline, manually integrate parts
18198 of changes 8452 and 8583.
18200 Subject: [PATCH] utf8.c documentation (8452)
18202 No point in checking the length if the pointer is bogus. (8555)
18204 Introduce bytes_from_utf8() and implement sv_eq() using it,
18205 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
18206 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
18207 was malformed. (8583)
18208 Branch: maint-5.6/perl
18209 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
18210 !> pod/perlapi.pod sv.c utf8.c
18211 ____________________________________________________________________________
18212 [ 8597] By: gsar on 2001/01/30 02:37:26
18213 Log: get PERL_OBJECT build going again on windows
18214 Branch: maint-5.6/perl
18215 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18216 ! pod/perlapi.pod proto.h sv.c
18217 ____________________________________________________________________________
18218 [ 8596] By: jhi on 2001/01/30 02:16:17
18219 Log: Signedness nit.
18222 ____________________________________________________________________________
18223 [ 8595] By: jhi on 2001/01/30 02:11:07
18224 Log: EBCDIC patch for Storable, from Peter Prymmer.
18226 ! t/lib/st-06compat.t
18227 ____________________________________________________________________________
18228 [ 8594] By: jhi on 2001/01/30 01:04:48
18229 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
18230 From: Peter Prymmer <pvhp@forte.com>
18231 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
18232 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
18235 ____________________________________________________________________________
18236 [ 8593] By: jhi on 2001/01/30 00:56:47
18237 Log: Subject: [PATCH: perl@8585] pod problems in io
18238 From: Peter Prymmer <pvhp@forte.com>
18239 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
18240 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
18242 ! pod/perlapio.pod pod/perliol.pod
18243 ____________________________________________________________________________
18244 [ 8592] By: jhi on 2001/01/30 00:48:20
18245 Log: Integrate perlio.
18247 !> pod/perlapio.pod pod/perliol.pod
18248 ____________________________________________________________________________
18249 [ 8591] By: nick on 2001/01/29 22:02:28
18250 Log: GNU 'merge' Simon's copy of perliol.pod with version
18251 patched by Craig's patch.
18254 ____________________________________________________________________________
18255 [ 8590] By: nick on 2001/01/29 21:55:10
18256 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
18258 ! pod/perlapio.pod pod/perliol.pod
18259 ____________________________________________________________________________
18260 [ 8589] By: jhi on 2001/01/29 15:35:33
18261 Log: Integrate change #8586 from maint-5.6/perl.
18263 make the BOM detection code not call tell() until it has to
18264 (meant to fix esoteric compatibility issues where PL_rsfp
18268 ____________________________________________________________________________
18269 [ 8588] By: jhi on 2001/01/29 15:29:11
18270 Log: Subject: MAking Solaris malloc() the default
18271 From: Lupe Christoph <lupe@lupe-christoph.de>
18272 Date: Mon, 29 Jan 2001 12:59:36 +0100
18273 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
18275 The README.solaris part slightly tweaked.
18277 ! README.solaris hints/solaris_2.sh
18278 ____________________________________________________________________________
18279 [ 8587] By: jhi on 2001/01/29 15:17:34
18280 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
18281 From: root@ak-75.mind.de
18282 Date: Sun, 28 Jan 2001 20:32:29 +0100
18283 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
18286 ____________________________________________________________________________
18287 [ 8586] By: gsar on 2001/01/29 13:43:44
18288 Log: make the BOM detection code not call tell() until it has to
18289 (meant to fix esoteric compatibility issues where PL_rsfp
18291 Branch: maint-5.6/perl
18293 ____________________________________________________________________________
18294 [ 8585] By: jhi on 2001/01/28 20:05:45
18295 Log: Update Changes.
18297 ! Changes patchlevel.h
18298 ____________________________________________________________________________
18299 [ 8584] By: jhi on 2001/01/28 19:30:02
18300 Log: Integrate perlio.
18303 !> MANIFEST pod/perlapio.pod
18304 ____________________________________________________________________________
18305 [ 8583] By: jhi on 2001/01/28 19:28:40
18306 Log: Patch from Inaba Hiroto:
18307 - canonical UTF-8 hash keys: if a key string for a hash is
18308 UTF8-on, try downgrade the string and use it if
18309 unicode::distinct is not in effect.
18310 For the task, I added a function bytes_from_utf8() to utf8.c.
18311 It might resemble utf8_to_bytes() but it is not convenient
18313 Made a test for it and added to t/op/each.t
18314 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
18315 the mortal copy of the argument SV.
18316 And changed t/io/utf8.t test 18 which expects print() to
18317 upgrade its argument.
18318 - re-implement sv_eq with bytes_from_utf8()
18320 - tr/// does not handle UTF8 range (\x{}-\x{})
18321 - \ before raw UTF8 character produced
18322 "Malformed UTF-8 character" warning.
18323 - "\x{100}\N{CENT SIGN}" is Malformed.
18324 Added tests for these 3.
18325 - and one silly bug (by me) with qu operator.
18327 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
18328 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
18329 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
18330 ____________________________________________________________________________
18331 [ 8582] By: nick on 2001/01/28 19:25:04
18332 Log: Add pod/perliol.pod to MANIFEST :-(
18335 ____________________________________________________________________________
18336 [ 8581] By: nick on 2001/01/28 19:22:40
18337 Log: PerlIO documentation. Proofing and sub-editing requested.
18341 ____________________________________________________________________________
18342 [ 8580] By: jhi on 2001/01/28 05:16:25
18343 Log: Revert the change to sv_2pv() done by #8054: Someone who
18344 did SvNV_set() on a scalar that also happened to be POK,
18345 followed by sv_2pv() won't get the right coercion anymore.
18347 Branch: maint-5.6/perl
18349 ____________________________________________________________________________
18350 [ 8579] By: jhi on 2001/01/28 05:15:04
18351 Log: Remove the #8084 effect: do not allow -Q to be interpreted
18352 as -&Q(), this is too much wiggle room.
18353 Branch: maint-5.6/perl
18355 ____________________________________________________________________________
18356 [ 8578] By: jhi on 2001/01/28 05:12:45
18357 Log: Needed bits of #8439 (should have been in #8576),
18358 mainly for lval substr().
18359 Branch: maint-5.6/perl
18360 ! mg.c pp.c pp_hot.c
18361 ____________________________________________________________________________
18362 [ 8577] By: jhi on 2001/01/28 05:02:46
18363 Log: A missing check-in.
18364 Branch: maint-5.6/perl
18366 ____________________________________________________________________________
18367 [ 8576] By: jhi on 2001/01/28 04:26:18
18368 Log: Integrate changes #8425,8436,8439,8517 from mainline.
18369 The 8439 was not truly integrated because it had too many
18370 dependencies on the development branch and because it introduced
18371 concepts too bold for a maintenance branch (such as the qu operator).
18373 Subject: [PATCH perl@8342] -Wformat
18375 Tighten some of the UTF-8 tests a bit.
18377 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
18378 - The substr lval was still not okay.
18379 - Now pp_stringify and sv_setsv copies source's UTF8 flag
18380 even if IN_BYTE. pp_stringify is called from fold_constants
18381 at optimization phase and "\x{100}" was made SvUTF8_off under
18382 use bytes (the bytes pragma is for "byte semantics" and not
18383 for "do not produce UTF8 data")
18384 Branch: maint-5.6/perl
18385 ! t/lib/charnames.t t/op/substr.t toke.c
18386 !> sv.c t/pragma/utf8.t
18387 ____________________________________________________________________________
18388 [ 8575] By: jhi on 2001/01/28 04:01:51
18389 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
18391 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
18393 Subject: [ID 20001230.003] UTF-8 tr still hurts
18395 Test cases for #8385 (from Simon's "torture.pl")
18397 Start fixing UTF-8 lval substr() (8405)
18398 Branch: maint-5.6/perl
18399 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
18400 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
18401 ____________________________________________________________________________
18402 [ 8574] By: jhi on 2001/01/28 03:09:06
18403 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
18408 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
18410 "\x{FF}\xFF" was broken.
18412 Tests for #8329 and #8330.
18414 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
18416 IRIX compiler noticed that the bof initialization might be
18417 bypassed by control flow.
18419 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
18420 Branch: maint-5.6/perl
18421 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
18422 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
18423 ____________________________________________________________________________
18424 [ 8573] By: jhi on 2001/01/28 02:06:12
18425 Log: Retract #8552.
18427 ! lib/Text/Wrap.pm t/lib/textwrap.t
18428 ____________________________________________________________________________
18429 [ 8572] By: jhi on 2001/01/28 02:04:49
18430 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
18431 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
18432 not really integrated but instead salvaged by hand
18433 (they had too many dependencies on the development release
18434 to be cleanly integratable).
18436 Subject: more UTF8 test suites and an UTF8 patch
18438 Tweak for MULTIPLICITY/USE_PERLIO
18442 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
18444 Use the UTF8_XXX macros in is_utf8_char().
18446 Rewrite pp_concat() in terms of sv_catsv(). The . operator
18447 should now be UTF-8-proof.
18449 Subject: [PATCH perl@8269] scanning two hex-constants
18450 fails on EBCDIC environment (script length.t)
18452 Add some Unicode chop() tests.
18453 Branch: maint-5.6/perl
18454 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
18455 !> sv.c t/op/chop.t utf8.h
18456 ____________________________________________________________________________
18457 [ 8571] By: jhi on 2001/01/28 00:35:59
18458 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
18459 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
18461 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
18463 The maxiters upper limit sanity check (guarding against
18464 non-progress) assumed bytes instead of characters in s///
18469 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
18470 join() should now be UTF-8-proof.
18472 More split // UTF-8 tests. (8250)
18473 Branch: maint-5.6/perl
18474 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
18476 ____________________________________________________________________________
18477 [ 8570] By: jhi on 2001/01/27 22:15:46
18478 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
18479 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
18480 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
18481 8084,8204,8244,8333 from mainline.
18483 For -Q where Q might be a one-letter sub name one does no more
18484 get a warning about an unknown filetest (7941,7943,7944,8084).
18486 Subject: Re: [ID 20001130.011] expression parsing bug ?
18488 Make uv_to_utf8() to zero-terminate its output buffer.
18490 Split off t/op/length.t (7995)
18492 Split off t/op/utf8decode.t (7996)
18494 Remove an unnecessary 'use utf8' from the utf8.t (7998)
18496 Split off t/op/concat.t (8004)
18498 Split off t/op/ver.t (8005)
18500 Document utf8_length(), utf8_distance(), and utf8_hop().
18502 Document utf8_to_uv() better.
18504 Introduce macros for UTF8 decoding (8028,8033).
18506 Add test for reverse() (8030,8031).
18508 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
18510 Do not return the Unicode replacement character on UTF-8
18513 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
18514 not this_utf8 i.e. the output string has one, but don't mess
18515 with source assumption. (8052,8053)
18517 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
18518 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
18519 was not expecting to be called with something that was already
18520 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
18521 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
18524 Recode the naughty binary bytes in utf8decode.t using the \xHH.
18526 Make some panic messages a bit more logical.
18527 Branch: maint-5.6/perl
18528 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
18529 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
18530 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
18531 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
18532 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
18534 ____________________________________________________________________________
18535 [ 8569] By: jhi on 2001/01/27 19:16:43
18536 Log: Integrate changes #7750 from perlio and #8566 from mainline.
18537 Branch: maint-5.6/perl
18539 ____________________________________________________________________________
18540 [ 8568] By: jhi on 2001/01/27 18:06:51
18541 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
18542 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
18543 7935[-perlio.c],7936,7959,7965 from mainline.
18545 Change the "big byte" error message to "Wide character".
18546 (7355, the croak-if-wide-chars-in-print part ignored)
18550 Introduce Perl_utf8_length().
18552 diff -se shows these as different (7753, forgotten check-ins)
18554 Subject: [PATCH] doop.c - UTF8 tr///
18556 If we use (aTHX_ ...) then put Perl_ on the front.
18558 Make utf8_length() and utf8_distance() to be less forgiving
18561 Test line numbers are different with utf8.
18563 No need to scan till infinity, 13 is enough. (7872,7911)
18565 Subject: [PATCH] Tokeniser debugging
18567 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
18569 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
18571 Be more careful in Perl_sv_utf8_downgrade().
18575 Raw zero bytes in text files confuse at least GNU patch 2.1.
18576 Branch: maint-5.6/perl
18577 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
18578 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
18579 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
18580 !> t/pragma/utf8.t toke.c utf8.c utf8.h
18581 ____________________________________________________________________________
18582 [ 8567] By: nick on 2001/01/27 11:10:38
18583 Log: Integrate mainline
18585 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
18586 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
18587 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
18589 ____________________________________________________________________________
18590 [ 8566] By: jhi on 2001/01/27 06:22:48
18591 Log: More documentation for the regexp context stack.
18594 ____________________________________________________________________________
18595 [ 8565] By: jhi on 2001/01/27 05:21:57
18596 Log: Update Changes.
18598 ! Changes patchlevel.h
18599 ____________________________________________________________________________
18600 [ 8564] By: jhi on 2001/01/27 04:44:04
18601 Log: Threadedness patch for #8562 from Doug MacEachern.
18604 ____________________________________________________________________________
18605 [ 8563] By: jhi on 2001/01/27 04:26:24
18606 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
18607 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18608 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
18609 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
18612 ____________________________________________________________________________
18613 [ 8562] By: jhi on 2001/01/27 04:20:30
18614 Log: Subject: Re: Announce : Tokener reporting patch
18615 From: Simon Cozens <simon@cozens.net>
18616 Date: Mon, 22 Jan 2001 02:17:22 +0000
18617 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
18619 ! embed.h embed.pl proto.h toke.c
18620 ____________________________________________________________________________
18621 [ 8561] By: jhi on 2001/01/27 04:17:24
18622 Log: Forgot from #8545. Oops.
18624 ! pp.c t/pragma/overload.t
18625 ____________________________________________________________________________
18626 [ 8560] By: jhi on 2001/01/27 03:01:47
18627 Log: A better module compilation test, use MANIFEST as suggested
18630 ! t/lib/1_compile.t
18631 ____________________________________________________________________________
18632 [ 8559] By: jhi on 2001/01/27 02:50:48
18633 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
18634 From: Peter Prymmer <pvhp@forte.com>
18635 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
18636 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
18639 ____________________________________________________________________________
18640 [ 8558] By: jhi on 2001/01/27 02:27:05
18641 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
18642 From: Peter Prymmer <pvhp@forte.com>
18643 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
18644 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
18646 ! t/pragma/sub_lval.t
18647 ____________________________________________________________________________
18648 [ 8557] By: jhi on 2001/01/27 02:26:03
18649 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
18650 From: Peter Prymmer <pvhp@forte.com>
18651 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
18652 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
18654 ! t/lib/st-06compat.t
18655 ____________________________________________________________________________
18656 [ 8556] By: jhi on 2001/01/27 02:24:33
18657 Log: Subject: [PATCH: perl@8531] minor update to README.os390
18658 From: Peter Prymmer <pvhp@forte.com>
18659 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
18660 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
18663 ____________________________________________________________________________
18664 [ 8555] By: jhi on 2001/01/27 00:35:47
18665 Log: No point in checking the length before we know whether the pointer
18666 is bogus or not, fixes Abigail's odbm failures in Linux.
18669 ____________________________________________________________________________
18670 [ 8554] By: nick on 2001/01/26 19:01:31
18671 Log: Integrate mainline
18673 !> lib/Text/Wrap.pm t/lib/textwrap.t
18674 ____________________________________________________________________________
18675 [ 8553] By: jhi on 2001/01/26 15:19:39
18676 Log: Integrate change #7792 from perlio (multiplicity fix),
18677 fix the AV leak in regex DEBUGGING (tiny part of the
18678 polymorphic regexp patch #8143).
18679 Branch: maint-5.6/perl
18682 ____________________________________________________________________________
18683 [ 8552] By: jhi on 2001/01/26 15:03:23
18684 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
18685 From: Michael G Schwern <schwern@pobox.com>
18686 Date: Fri, 26 Jan 2001 09:28:31 -0500
18687 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
18689 ! lib/Text/Wrap.pm t/lib/textwrap.t
18690 ____________________________________________________________________________
18691 [ 8551] By: jhi on 2001/01/26 02:33:19
18692 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
18693 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
18695 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
18697 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
18701 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
18703 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
18705 (the cleanup of unused submatches in regtry() and regcppop())
18707 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
18708 stored and restored, and thusly was trounced by the utf8 swash
18711 use utf8 not required to use \x{}.
18713 Removed two more tests that make no sense in UTF-8 since the test
18714 data is not in UTF-8.
18716 Get the three different space character classes right under utf8.
18718 Implement ANYOFUTF8 regprop() dumping.
18720 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
18722 Document the regex context pushing/popping a bit better.
18723 Branch: maint-5.6/perl
18724 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
18725 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
18726 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
18727 !> t/op/regmesg.t utf8.c
18728 ____________________________________________________________________________
18729 [ 8550] By: nick on 2001/01/25 19:42:30
18730 Log: Integrate mainline
18732 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
18733 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
18734 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
18735 !> t/lib/bigint.t t/lib/bigintpm.t
18736 ____________________________________________________________________________
18737 [ 8549] By: jhi on 2001/01/25 15:22:28
18738 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
18739 Branch: maint-5.6/perl
18740 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
18741 ____________________________________________________________________________
18742 [ 8548] By: jhi on 2001/01/25 15:02:55
18743 Log: Integrate changes #7997,8063,8492,8547 from mainline.
18745 Subject: Re: STRLEN - what?
18747 Subject: [PATCH] perlguts.pod
18749 Memory management calls documentation.
18751 Layout using tabulator is not a good idea in a pod.
18752 Branch: maint-5.6/perl
18753 !> pod/perlguts.pod
18754 ____________________________________________________________________________
18755 [ 8547] By: jhi on 2001/01/25 14:49:05
18756 Log: Layout using tabulator is not a good idea in a pod.
18759 ____________________________________________________________________________
18760 [ 8546] By: jhi on 2001/01/25 14:31:12
18761 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
18764 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18766 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
18768 More Win32 editor/IDE/shell hints.
18770 More Win32 Perling.
18772 Yet another editor edit.
18776 IDE/editor section tweaking.
18778 Few more IDE/editor nits from p5p.
18779 Branch: maint-5.6/perl
18780 !> pod/perlfaq3.pod
18781 ____________________________________________________________________________
18782 [ 8545] By: jhi on 2001/01/25 04:16:32
18783 Log: Subject: [PATCH 5.7.0] overload int()
18784 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18785 Date: Wed, 24 Jan 2001 19:06:57 -0500
18786 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
18788 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
18789 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
18791 ____________________________________________________________________________
18792 [ 8544] By: jhi on 2001/01/25 04:15:11
18793 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
18794 From: Peter Prymmer <pvhp@forte.com>
18795 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
18796 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
18798 ! Makefile.SH README.os390 hints/os390.sh installperl
18799 ____________________________________________________________________________
18800 [ 8543] By: jhi on 2001/01/25 03:52:08
18801 Log: Integrate change #8462,8469 from mainline.
18803 In VMS Perl subversion (perl -V) is undef.
18804 Branch: maint-5.6/perl
18806 ____________________________________________________________________________
18807 [ 8542] By: jhi on 2001/01/25 03:44:55
18808 Log: Integrate changes #7835,7850,8315,8316 from mainline.
18811 Branch: maint-5.6/perl
18812 !> hints/solaris_2.sh
18813 ____________________________________________________________________________
18814 [ 8541] By: jhi on 2001/01/25 03:39:28
18815 Log: Integrate #8336 from mainline.
18816 Branch: maint-5.6/perl
18818 ____________________________________________________________________________
18819 [ 8540] By: jhi on 2001/01/25 03:23:50
18820 Log: Retract #8539.
18821 Branch: maint-5.6/perl
18823 ____________________________________________________________________________
18824 [ 8539] By: jhi on 2001/01/25 03:21:55
18825 Log: (Retracted by #5940.)
18826 Branch: maint-5.6/perl
18828 ____________________________________________________________________________
18829 [ 8538] By: jhi on 2001/01/25 03:14:07
18830 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
18831 From: Peter Prymmer <pvhp@forte.com>
18832 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
18833 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
18836 Branch: maint-5.6/perl
18837 ! configure.com vms/descrip_mms.template
18838 ____________________________________________________________________________
18839 [ 8537] By: jhi on 2001/01/25 03:06:09
18840 Log: Integrate #7710,7824,7973 from mainline.
18841 Branch: maint-5.6/perl
18842 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18843 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
18844 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
18845 !> vos/config.ga.def vos/config.ga.h win32/config.bc
18846 !> win32/config.gc win32/config.vc
18847 ____________________________________________________________________________
18848 [ 8536] By: jhi on 2001/01/24 13:50:20
18849 Log: Revert the edits made by me so far to the 5.6 branch since
18850 the TRIAL1 since I did edits when I should have been using
18851 integrates. Bad programmer. (Will integrate them properly later.)
18852 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
18853 The #8353 will not be reapplied at least for now since
18854 the UTF-8 hash keys need more thinking.
18855 (The patches #8347, #8354, #8454, #8473 were okay since they
18856 were original edits made specifically for the 5.6.1-TRIAL1.)
18857 Branch: maint-5.6/perl
18858 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18859 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
18860 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
18861 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
18862 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
18863 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18864 ! win32/config.bc win32/config.gc win32/config.vc
18865 ____________________________________________________________________________
18866 [ 8535] By: bailey on 2001/01/24 06:37:02
18869 +> (branch 26 files)
18870 !> (integrate 130 files)
18871 ____________________________________________________________________________
18872 [ 8534] By: nick on 2001/01/23 19:30:57
18873 Log: Integrate mainline.
18875 !> Changes Configure Porting/Glossary Porting/config.sh
18876 !> Porting/config_H embed.h embed.pl ext/Encode/compile
18877 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
18878 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
18879 !> pod/perlvar.pod proto.h t/lib/1_compile.t
18880 ____________________________________________________________________________
18881 [ 8533] By: jhi on 2001/01/23 16:15:46
18882 Log: Forgotten from #8501.
18884 ! Porting/Glossary Porting/config.sh Porting/config_H
18885 ____________________________________________________________________________
18886 [ 8532] By: jhi on 2001/01/23 16:13:27
18887 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
18888 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18889 Date: Mon, 22 Jan 2001 17:51:58 +0100
18890 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
18892 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
18893 ____________________________________________________________________________
18894 [ 8531] By: jhi on 2001/01/23 15:46:01
18895 Log: Update Changes.
18897 ! Changes patchlevel.h
18898 ____________________________________________________________________________
18899 [ 8530] By: jhi on 2001/01/23 15:38:39
18900 Log: De-cut-and-pasto.
18902 ! t/lib/1_compile.t
18903 ____________________________________________________________________________
18904 [ 8529] By: jhi on 2001/01/23 15:11:04
18905 Log: Document the mkdir trailing slashes case.
18908 ____________________________________________________________________________
18909 [ 8528] By: jhi on 2001/01/23 15:08:28
18910 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
18913 Subject: lib/lib.pm
18914 From: <abigail@foad.org>
18915 Date: Mon, 28 Aug 2000 20:35:08 -0400
18916 Message-ID: <20000829003508.21281.qmail@foad.org>
18919 ____________________________________________________________________________
18920 [ 8527] By: jhi on 2001/01/23 14:44:04
18921 Log: Metaconfig unit change for #8526.
18923 ! U/threads/archname.U
18924 ____________________________________________________________________________
18925 [ 8526] By: jhi on 2001/01/23 14:43:19
18926 Log: Attach -perlio to the archname if so selected.
18929 ____________________________________________________________________________
18930 [ 8525] By: jhi on 2001/01/23 14:24:01
18931 Log: Subject: [PATCH] pod/perlvar.pod
18932 From: abigail@foad.org
18933 Date: Tue, 23 Jan 2001 01:41:10 +0100
18934 Message-ID: <20010123004110.22259.qmail@foad.org>
18937 ____________________________________________________________________________
18938 [ 8524] By: jhi on 2001/01/23 14:22:32
18939 Log: A bug introduced in #8217 (the undefined variable in the
18940 lib/safe1_t #3) fixed, by Charles Lane:
18942 The earlier patch made it so that stuff running in Safe
18943 compartments could do a "caller" and see "main". That
18944 little change in name is done right before the code in
18945 the compartment is run, and apparantly the parser
18946 was picking up the stash name before it got changed.
18948 (why it was threaded vs. unthreaded Perl that was sensitive to this
18949 I still don't know...and it probably doesn't matter).
18951 I tryed removing the stash name-change and saw that threaded Perl
18952 did indeed pass the lib/safe1.t tests.
18954 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
18955 do the name change (and to connect _ in the compartment to the global
18956 _) which is removed from _safe_call_sv. Then Safe.pm is modified
18957 to call _safe_pkg_prep when creating a new compartment.
18959 Passes all tests with threaded perl on linux; passes all tests
18960 with unthreaded perl on VMS.
18962 At some point I'll probably want to revisit Safe and Opcode to
18963 provide more sensible handling of global variables...and to get
18964 formats working in Safe compartments, which they don't do currently.
18966 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
18967 ____________________________________________________________________________
18968 [ 8523] By: jhi on 2001/01/23 14:11:58
18969 Log: Also the lib/Thread.pm itself needs to be ignored if
18970 the Thread extension hasn't been built.
18972 ! t/lib/1_compile.t
18973 ____________________________________________________________________________
18974 [ 8522] By: jhi on 2001/01/23 13:51:28
18975 Log: print() instead of warn() so that stderr doesn't get
18976 unncessarily polluted.
18978 ! ext/Encode/compile
18979 ____________________________________________________________________________
18980 [ 8521] By: jhi on 2001/01/23 13:49:48
18981 Log: Integrate perlio.
18983 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
18984 !> ext/Encode/encode.h
18985 ____________________________________________________________________________
18986 [ 8520] By: nick on 2001/01/22 21:44:00
18987 Log: More messing with Encode:
18988 Extra fields in header to allow multiple names and to record
18989 other things "compile" knows.
18990 Re-organise compile to factor out common output routines.
18992 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
18993 ____________________________________________________________________________
18994 [ 8519] By: nick on 2001/01/22 20:33:50
18995 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
18997 ! ext/Encode/Makefile.PL ext/Encode/compile
18998 ____________________________________________________________________________
18999 [ 8518] By: nick on 2001/01/22 20:28:13
19000 Log: Integrate mainline
19002 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
19003 !> vos/config.alpha.def vos/config.alpha.h
19004 ____________________________________________________________________________
19005 [ 8517] By: jhi on 2001/01/22 15:37:17
19006 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
19010 ____________________________________________________________________________
19011 [ 8516] By: jhi on 2001/01/22 14:55:15
19012 Log: More SIG_SIZE fixes.
19014 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
19015 ____________________________________________________________________________
19016 [ 8515] By: jhi on 2001/01/22 14:50:27
19017 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
19018 From: "Craig A. Berry" <craigberry@mac.com>
19019 Date: Mon, 22 Jan 2001 00:42:24 -0600
19020 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
19023 ____________________________________________________________________________
19024 [ 8514] By: jhi on 2001/01/22 14:31:17
19025 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
19026 From: "Craig A. Berry" <craigberry@mac.com>
19027 Date: Sun, 21 Jan 2001 23:03:25 -0600
19028 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
19031 ____________________________________________________________________________
19032 [ 8513] By: jhi on 2001/01/22 14:14:00
19033 Log: Add the .ucm encoding tables to the MANIFEST.
19036 ____________________________________________________________________________
19037 [ 8512] By: jhi on 2001/01/22 13:43:33
19038 Log: Integrate perlio.
19040 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19041 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19042 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19043 +> ext/Encode/Encode/iso8859-10.ucm
19044 +> ext/Encode/Encode/iso8859-13.ucm
19045 +> ext/Encode/Encode/iso8859-14.ucm
19046 +> ext/Encode/Encode/iso8859-15.ucm
19047 +> ext/Encode/Encode/iso8859-16.ucm
19048 +> ext/Encode/Encode/iso8859-2.ucm
19049 +> ext/Encode/Encode/iso8859-3.ucm
19050 +> ext/Encode/Encode/iso8859-4.ucm
19051 +> ext/Encode/Encode/iso8859-5.ucm
19052 +> ext/Encode/Encode/iso8859-6.ucm
19053 +> ext/Encode/Encode/iso8859-7.ucm
19054 +> ext/Encode/Encode/iso8859-8.ucm
19055 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19056 +> ext/Encode/Encode/symbol.ucm
19057 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
19059 ____________________________________________________________________________
19060 [ 8511] By: nick on 2001/01/21 23:44:47
19061 Log: Make "real" layers of ":utf8" and ":raw".
19062 So now PERLIO=utf8 perl ...
19063 does what Andreas wanted.
19064 Fix arg passing in open.pm (still have a Carp issue).
19066 ! lib/open.pm perlio.c perliol.h
19067 ____________________________________________________________________________
19068 [ 8510] By: jhi on 2001/01/21 22:56:53
19069 Log: Document the regex context pushing/popping a bit better.
19072 ____________________________________________________________________________
19073 [ 8509] By: jhi on 2001/01/21 22:55:44
19074 Log: Tweak the mkdir trailing slash code some more.
19076 TO DO: the same handling should probably be done for
19077 all the other filesystem functions that can have directories
19078 as their arguments.
19081 ____________________________________________________________________________
19082 [ 8508] By: nick on 2001/01/21 21:37:43
19083 Log: Switch "compiled in" encodings to .ucm format.
19084 (Leave others as .enc till we can run-time load .ucm,
19085 or find some other way to load them.)
19087 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19088 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19089 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19090 + ext/Encode/Encode/iso8859-10.ucm
19091 + ext/Encode/Encode/iso8859-13.ucm
19092 + ext/Encode/Encode/iso8859-14.ucm
19093 + ext/Encode/Encode/iso8859-15.ucm
19094 + ext/Encode/Encode/iso8859-16.ucm
19095 + ext/Encode/Encode/iso8859-2.ucm
19096 + ext/Encode/Encode/iso8859-3.ucm
19097 + ext/Encode/Encode/iso8859-4.ucm
19098 + ext/Encode/Encode/iso8859-5.ucm
19099 + ext/Encode/Encode/iso8859-6.ucm
19100 + ext/Encode/Encode/iso8859-7.ucm
19101 + ext/Encode/Encode/iso8859-8.ucm
19102 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19103 + ext/Encode/Encode/symbol.ucm
19104 ! ext/Encode/Makefile.PL ext/Encode/compile
19105 ____________________________________________________________________________
19106 [ 8507] By: nick on 2001/01/21 21:02:03
19107 Log: Integrate (partial) mainline.
19109 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
19110 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
19111 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19112 ____________________________________________________________________________
19113 [ 8506] By: jhi on 2001/01/21 20:09:30
19114 Log: Update Changes.
19116 ! Changes patchlevel.h
19117 ____________________________________________________________________________
19118 [ 8505] By: jhi on 2001/01/21 19:39:59
19119 Log: Subject: Minor typos in perlfaq2.pod
19120 From: "Stephen P. Potter" <spp@spotter.yi.org>
19121 Message-Id: <200101192101.QAA11911@spotter.yi.org>
19122 Date: Fri, 19 Jan 2001 16:01:13 -0500
19124 with a nit from Philip Netwon.
19127 ____________________________________________________________________________
19128 [ 8504] By: jhi on 2001/01/21 19:33:05
19129 Log: Metaconfig change for #8503.
19131 ! U/threads/usethreads.U
19132 ____________________________________________________________________________
19133 [ 8503] By: jhi on 2001/01/21 19:32:21
19134 Log: Sanity check for conflicting thread flavours.
19136 ! Configure config_h.SH
19137 ____________________________________________________________________________
19138 [ 8502] By: jhi on 2001/01/21 19:23:00
19139 Log: Metaconfig change for #8501.
19141 ! U/modified/sig_name.U
19142 ____________________________________________________________________________
19143 [ 8501] By: jhi on 2001/01/21 19:22:26
19144 Log: The SIG_SIZE is the number of the elements *excluding*
19145 the terminating NULL.
19147 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
19148 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
19149 ! win32/config_H.vc
19150 ____________________________________________________________________________
19151 [ 8500] By: jhi on 2001/01/21 18:31:31
19152 Log: Integrate perlio.
19154 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
19155 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
19156 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
19157 !> pp_sys.c proto.h sv.c
19158 ____________________________________________________________________________
19159 [ 8499] By: jhi on 2001/01/21 17:43:57
19160 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
19161 From: Hugo <hv@crypt.compulink.co.uk>
19162 Date: Sun, 21 Jan 2001 13:34:05 +0000
19163 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
19165 In sprintf UTF8ize only if necessary.
19168 ____________________________________________________________________________
19169 [ 8498] By: nick on 2001/01/21 16:25:32
19170 Log: Encode cleanup.
19171 Add command line control over "compile" so that Makefile.PL
19172 needs can be combined with other uses.
19173 Use command line options in Makefile.PL.
19174 Fix multi-byte parsing in .ucm files.
19176 ! ext/Encode/Makefile.PL ext/Encode/compile
19177 ____________________________________________________________________________
19178 [ 8497] By: nick on 2001/01/21 12:56:27
19179 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
19181 ! ext/Encode/Encode.xs
19182 ____________________________________________________________________________
19183 [ 8496] By: nick on 2001/01/21 12:18:45
19184 Log: Fixup after integrate:
19185 missed the .sym files that are changed by regen_headers
19186 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
19188 ! global.sym pp.sym sv.c
19189 ____________________________________________________________________________
19190 [ 8495] By: nick on 2001/01/21 11:51:07
19191 Log: Integrate mainline.
19193 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
19194 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
19195 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
19196 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
19197 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
19198 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
19199 !> win32/Makefile win32/makefile.mk
19200 ____________________________________________________________________________
19201 [ 8494] By: jhi on 2001/01/20 23:12:11
19202 Log: Forgot the expect_number() prototype.
19204 ! embed.h embed.pl proto.h
19205 ____________________________________________________________________________
19206 [ 8493] By: jhi on 2001/01/20 22:56:39
19207 Log: Subject: [PATCH: perl@8482] README.vms URL updates
19208 From: Peter Prymmer <pvhp@forte.com>
19209 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
19210 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
19212 Plus Craig A. Berry's suggestion to use compaq.com instead
19216 ____________________________________________________________________________
19217 [ 8492] By: jhi on 2001/01/20 22:50:05
19218 Log: Memory management calls documentation.
19221 ____________________________________________________________________________
19222 [ 8491] By: jhi on 2001/01/20 22:38:33
19223 Log: Signedness nit plus few memcpy/Copy nits.
19226 ____________________________________________________________________________
19227 [ 8490] By: jhi on 2001/01/20 22:25:53
19228 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
19229 From: Peter Prymmer <pvhp@forte.com>
19230 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
19231 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
19233 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
19234 ____________________________________________________________________________
19235 [ 8489] By: jhi on 2001/01/20 22:24:41
19236 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
19237 From: Peter Prymmer <pvhp@forte.com>
19238 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
19239 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
19241 ! win32/Makefile win32/makefile.mk
19242 ____________________________________________________________________________
19243 [ 8488] By: jhi on 2001/01/20 22:22:27
19244 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
19245 From: Peter Prymmer <pvhp@forte.com>
19246 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
19247 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
19250 ____________________________________________________________________________
19251 [ 8487] By: jhi on 2001/01/20 22:21:18
19252 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
19253 From: Peter Prymmer <pvhp@forte.com>
19254 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
19255 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
19257 + ext/DynaLoader/dl_dllload.xs
19258 ! MANIFEST Makefile.SH hints/os390.sh
19259 ____________________________________________________________________________
19260 [ 8486] By: jhi on 2001/01/20 22:17:53
19261 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
19262 From: Peter Prymmer <pvhp@forte.com>
19263 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
19264 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
19266 ! README.os390 README.posix-bc
19267 ____________________________________________________________________________
19268 [ 8485] By: jhi on 2001/01/20 20:15:30
19269 Log: Document and test the new qu operator.
19272 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
19273 ! pod/perlretut.pod pod/perlunicode.pod
19274 ____________________________________________________________________________
19275 [ 8484] By: nick on 2001/01/20 19:42:30
19276 Log: Infrastructure to allow:
19277 open($fh,"|-",@array);
19279 i.e. mark pp_open as needing a stack mark, and make pp_open
19280 process its args in that style (and pass them _all_ to tied handles OPEN).
19281 Invent do_openn() which takes SV ** at allow it to see multiple args.
19282 Note this does not _do_ anything yet.
19284 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
19285 ! perlapi.c pp_proto.h pp_sys.c proto.h
19286 ____________________________________________________________________________
19287 [ 8483] By: nick on 2001/01/20 17:23:14
19288 Log: Integrate mainline.
19290 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
19291 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
19292 ____________________________________________________________________________
19293 [ 8482] By: jhi on 2001/01/19 15:37:49
19294 Log: Update Changes.
19296 ! Changes patchlevel.h
19297 ____________________________________________________________________________
19298 [ 8481] By: jhi on 2001/01/19 14:41:24
19299 Log: Subject: Re: new feature: s?printf parameter reordering
19300 From: Hugo <hv@crypt.compulink.co.uk>
19301 Date: Thu, 11 Jan 2001 17:09:03 +0000
19302 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
19304 - support reordering for all parameters: %, *v, *, .*
19305 - lay down that the reordering specification must immediately
19306 follow that parameter: %3$, *v3$, *3$, .*3$
19307 - fix vectorisation of a zero-length string
19308 - factor out the code choosing the argument to format
19310 Possibly unwanted side-effects:
19311 - the special format specifiers ' +-0' must now precede any
19312 vectorisation specifier. Tests in op/sprintf and op/ver
19313 have been changed to reflect this.
19314 - sprintf.t test #214 changed its expectations because in many
19315 cases, the next parameter has already been consumed when an
19316 invalid type letter is detected.
19318 Probably wanted side-effects:
19319 - attempts to format a non-existent parameter will warn as if C<undef>
19320 - attempt to write to non-existent parameter with '%n' will complain
19321 of "attempt to modify read-only value" instead of being silent
19323 ! sv.c t/op/sprintf.t t/op/ver.t
19324 ____________________________________________________________________________
19325 [ 8480] By: jhi on 2001/01/19 14:08:37
19326 Log: Subject: PATCH pragma/locale.t
19327 From: andreas.koenig@anima.de (Andreas J. Koenig)
19328 Date: 18 Jan 2001 09:45:37 +0100
19329 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
19331 ! t/pragma/locale.t
19332 ____________________________________________________________________________
19333 [ 8479] By: jhi on 2001/01/19 13:19:58
19334 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
19337 ____________________________________________________________________________
19338 [ 8478] By: jhi on 2001/01/19 02:12:35
19339 Log: Automate 1_compile.t.
19341 ! t/lib/1_compile.t
19342 ____________________________________________________________________________
19343 [ 8477] By: jhi on 2001/01/19 01:49:56
19344 Log: Integrate perlio.
19346 !> sv.c win32/config.bc win32/config.gc win32/config.vc
19347 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19348 ____________________________________________________________________________
19349 [ 8476] By: nick on 2001/01/18 21:51:52
19350 Log: Integrate mainline
19352 +> t/lib/1_compile.t t/lib/compmod.pl
19353 !> MANIFEST configure.com lib/unicode/distinct.pm
19354 ____________________________________________________________________________
19355 [ 8475] By: nick on 2001/01/18 21:48:02
19356 Log: Win32 "safe signals" co-existance fix.
19357 Fix SIG_SIZE value.
19358 Clear PL_sig_pending when cloning (fork).
19360 ! sv.c win32/config.bc win32/config.gc win32/config.vc
19361 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19362 ____________________________________________________________________________
19363 [ 8474] By: jhi on 2001/01/18 14:40:57
19364 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
19366 ! t/lib/1_compile.t
19367 ____________________________________________________________________________
19368 [ 8473] By: gsar on 2001/01/18 11:42:31
19369 Log: unsubmitted trial1 change
19370 Branch: maint-5.6/perl
19372 ____________________________________________________________________________
19373 [ 8472] By: jhi on 2001/01/18 04:30:24
19374 Log: The first bug found by 1_compile.t.
19376 ! lib/unicode/distinct.pm
19377 ____________________________________________________________________________
19378 [ 8471] By: jhi on 2001/01/18 04:29:42
19379 Log: Add Schwern's 1_compile test. The compile_module script renamed
19380 to be a bit shorter for the 8.3 people.
19382 + t/lib/1_compile.t t/lib/compmod.pl
19384 ____________________________________________________________________________
19385 [ 8470] By: jhi on 2001/01/18 04:16:00
19386 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)
19387 From: Peter Prymmer <pvhp@forte.com>
19388 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
19389 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
19391 Branch: maint-5.6/perl
19393 ____________________________________________________________________________
19394 [ 8469] By: jhi on 2001/01/18 04:13:02
19395 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)
19396 From: Peter Prymmer <pvhp@forte.com>
19397 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
19398 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
19402 ____________________________________________________________________________
19403 [ 8468] By: jhi on 2001/01/18 03:42:08
19404 Log: Integrate perlio.
19406 !> gv.c mg.c perlio.c util.c
19407 ____________________________________________________________________________
19408 [ 8467] By: nick on 2001/01/17 22:41:10
19409 Log: "Safe" signals - trial implementation.
19410 gv.c tweaked to zero PL_sig_pend array
19411 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
19412 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
19413 Odd thing is that it "works" with PERLIO=stdio as well (linux).
19415 ! gv.c mg.c perlio.c util.c
19416 ____________________________________________________________________________
19417 [ 8466] By: nick on 2001/01/17 20:40:20
19418 Log: Integrate mainline.
19420 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19421 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
19422 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
19423 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19424 !> vos/config.ga.h win32/config.bc win32/config.gc
19426 ____________________________________________________________________________
19427 [ 8465] By: jhi on 2001/01/17 18:37:13
19428 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
19429 From: Nicholas Clark <nick@ccl4.org>
19430 Date: Wed, 17 Jan 2001 17:31:33 +0000
19431 Message-ID: <20010117173133.I2633@plum.flirble.org>
19434 ____________________________________________________________________________
19435 [ 8464] By: jhi on 2001/01/17 14:43:17
19436 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
19437 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19438 Date: Wed, 17 Jan 2001 15:16:43 +0100
19439 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
19441 pp_int() was dropping an NV to the floor,
19442 int(279964589018079/59) either returned not an integer
19443 4745162525730.15, or one got "Attempt to free unreferenced scalar."
19446 ____________________________________________________________________________
19447 [ 8463] By: jhi on 2001/01/17 06:12:42
19448 Log: (Replaced by #8470)
19450 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)
19451 From: "Craig A. Berry" <craigberry@mac.com>
19452 Date: Tue, 16 Jan 2001 23:38:46 -0600
19453 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
19454 Branch: maint-5.6/perl
19456 ____________________________________________________________________________
19457 [ 8462] By: jhi on 2001/01/17 06:11:31
19458 Log: (Replaced by #8469)
19460 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)
19461 From: "Craig A. Berry" <craigberry@mac.com>
19462 Date: Tue, 16 Jan 2001 23:38:46 -0600
19463 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
19466 ____________________________________________________________________________
19467 [ 8461] By: jhi on 2001/01/17 05:56:12
19468 Log: Allow for one trailing slash in the directory of mkdir().
19471 ____________________________________________________________________________
19472 [ 8460] By: jhi on 2001/01/17 03:26:01
19473 Log: Metaconfig unit changes for #8459.
19475 ! U/modified/Loc.U U/modified/sig_name.U
19476 ____________________________________________________________________________
19477 [ 8459] By: jhi on 2001/01/17 03:24:48
19478 Log: Define SIG_SIZE, the number of elements in the sig_name and
19479 sig_num arrays, including the final NULL entry.
19481 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19482 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
19483 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
19484 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19485 ! win32/config.bc win32/config.gc win32/config.vc
19486 ____________________________________________________________________________
19487 [ 8458] By: jhi on 2001/01/17 01:41:33
19488 Log: Integrate perlio.
19490 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
19491 !> perlapi.h proto.h sv.c
19492 ____________________________________________________________________________
19493 [ 8457] By: nick on 2001/01/16 22:07:26
19494 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
19495 Provides all the "cost" but no benefit yet - it is to allow cost
19496 to be measured, and implementation experiments (just in mg.c?).
19498 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
19499 ! perlapi.h proto.h sv.c
19500 ____________________________________________________________________________
19501 [ 8456] By: nick on 2001/01/16 21:07:07
19502 Log: Integrate mainline.
19504 !> (integrate 51 files)
19505 ____________________________________________________________________________
19506 [ 8455] By: jhi on 2001/01/16 18:13:43
19507 Log: Subject: [PATCH] regcomp.c old feature removal
19508 From: mjd@plover.com
19509 Date: 16 Jan 2001 14:43:18 -0000
19510 Message-ID: <20010116144318.7140.qmail@plover.com>
19513 ____________________________________________________________________________
19514 [ 8454] By: jhi on 2001/01/16 16:12:39
19515 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
19516 From: "Indy Singh" <indy@nusphere.com>
19517 Date: Wed, 10 Jan 2001 20:17:49 -0500
19518 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
19519 Branch: maint-5.6/perl
19521 ____________________________________________________________________________
19522 [ 8453] By: jhi on 2001/01/16 16:09:33
19523 Log: Update Changes.
19525 ! Changes patchlevel.h
19526 ____________________________________________________________________________
19527 [ 8452] By: jhi on 2001/01/16 15:42:04
19528 Log: Subject: Re: API Cleanup
19529 To: perl5-porters@perl.org
19530 Date: Tue, 16 Jan 2001 13:42:30 +0000
19531 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
19533 Subject: [PATCH] utf8.c documentation
19534 From: Simon Cozens <simon@cozens.net>
19535 Date: Tue, 16 Jan 2001 13:52:48 +0000
19536 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
19538 Subject: Re: API Cleanup
19539 From: Simon Cozens <simon@cozens.net>
19540 Date: Tue, 16 Jan 2001 14:58:55 +0000
19541 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
19545 ! embed.pl pod/perlapi.pod utf8.c
19546 ____________________________________________________________________________
19547 [ 8451] By: jhi on 2001/01/16 14:41:39
19548 Log: podlators 1.07, from Russ Allbery.
19551 ____________________________________________________________________________
19552 [ 8450] By: jhi on 2001/01/16 14:24:19
19553 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
19554 From: "Indy Singh" <indy@nusphere.com>
19555 Date: Mon, 15 Jan 2001 20:59:40 -0500
19556 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
19559 ____________________________________________________________________________
19560 [ 8449] By: jhi on 2001/01/16 03:42:55
19561 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
19562 at the setting of the ofs_sv in new_struct_thread() as the
19563 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
19564 that invited a core dump.
19567 ____________________________________________________________________________
19568 [ 8448] By: jhi on 2001/01/16 01:49:07
19569 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
19570 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19571 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
19572 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
19574 Replace #8444 and #8445.
19576 ! ext/B/B.xs ext/B/B/Debug.pm
19577 ____________________________________________________________________________
19578 [ 8447] By: jhi on 2001/01/15 21:05:35
19579 Log: Subject: [PATCH] API Variable documentation
19580 From: Simon Cozens <simon@cozens.net>
19581 Date: Mon, 15 Jan 2001 19:35:54 +0000
19582 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
19584 ! pod/perlapi.pod thrdvar.h
19585 ____________________________________________________________________________
19586 [ 8446] By: jhi on 2001/01/15 20:49:20
19587 Log: Signedness nit.
19590 ____________________________________________________________________________
19591 [ 8445] By: jhi on 2001/01/15 20:28:48
19592 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
19595 ____________________________________________________________________________
19596 [ 8444] By: jhi on 2001/01/15 13:09:10
19597 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
19600 ____________________________________________________________________________
19601 [ 8443] By: jhi on 2001/01/15 13:06:26
19602 Log: Missing from #8439.
19605 ____________________________________________________________________________
19606 [ 8442] By: jhi on 2001/01/15 13:02:38
19607 Log: Subject: [PATCH @8436] Eliminate op_children
19608 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19609 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
19610 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
19612 Subject: [PATCH @8436] Re: Eliminate op_children
19613 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19614 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
19615 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
19617 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
19618 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
19620 ____________________________________________________________________________
19621 [ 8441] By: jhi on 2001/01/15 12:57:08
19622 Log: Use the /^Perl_/-less form of is_lvalue_sub().
19625 ____________________________________________________________________________
19626 [ 8440] By: jhi on 2001/01/15 05:13:09
19627 Log: Revert #8437 and #8438, the Linux large files story is more complex.
19628 Branch: metaconfig/U/perl
19629 ! d_fpos64_t.U d_off64_t.U
19631 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19632 ! config_h.SH configure.com epoc/config.sh perl.h
19633 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
19634 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19635 ! win32/config.bc win32/config.gc win32/config.vc
19636 ____________________________________________________________________________
19637 [ 8439] By: jhi on 2001/01/15 05:02:24
19638 Log: More UTF-8 patches from Inaba Hiroto.
19639 - The substr lval was still not okay.
19640 - Now pp_stringify and sv_setsv copies source's UTF8 flag
19641 even if IN_BYTE. pp_stringify is called from fold_constants
19642 at optimization phase and "\x{100}" was made SvUTF8_off under
19643 use bytes (the bytes pragma is for "byte semantics" and not
19644 for "do not produce UTF8 data")
19645 - New `qu' operator to generate UTF8 string explicitly.
19646 Though I agree with the policy "0x00-0xff always produce bytes",
19647 sometimes want to such a string to be coded in UTF8.
19648 I can use pack"U0a*" but it requires more typing and has
19650 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
19651 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
19652 string is not UTF8_on and has char 0x80-0xff.
19654 TODO: document and test qu.
19656 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
19657 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
19659 ____________________________________________________________________________
19660 [ 8438] By: jhi on 2001/01/14 05:10:23
19661 Log: Metaconfig unit changes for #8437.
19662 Branch: metaconfig/U/perl
19663 ! d_fpos64_t.U d_off64_t.U
19664 ____________________________________________________________________________
19665 [ 8437] By: jhi on 2001/01/14 04:55:34
19666 Log: Add <features.h> probing, seems to be needed for (some?)
19667 Linux largefileness.
19669 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19670 ! config_h.SH configure.com epoc/config.sh perl.h
19671 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
19672 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19673 ! win32/config.bc win32/config.gc win32/config.vc
19674 ____________________________________________________________________________
19675 [ 8436] By: jhi on 2001/01/13 17:47:21
19676 Log: Tighten some of the tests a bit.
19679 ____________________________________________________________________________
19680 [ 8435] By: jhi on 2001/01/13 17:31:54
19681 Log: Integrate perlio.
19683 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
19684 !> win32/config_H.gc win32/config_H.vc
19685 ____________________________________________________________________________
19686 [ 8434] By: nick on 2001/01/13 11:36:53
19687 Log: Run dmake regen_config_h for Win32
19689 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19690 ____________________________________________________________________________
19691 [ 8433] By: nick on 2001/01/13 11:31:55
19692 Log: VMS friendly patch to Encode compile process
19694 ! ext/Encode/Makefile.PL ext/Encode/compile
19695 ____________________________________________________________________________
19696 [ 8432] By: nick on 2001/01/13 11:06:44
19697 Log: Integrate mainline
19699 +> ext/B/B/Concise.pm
19700 !> (integrate 52 files)
19701 ____________________________________________________________________________
19702 [ 8431] By: jhi on 2001/01/13 05:55:55
19703 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
19704 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19705 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
19706 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
19708 ! ext/B/B/Concise.pm
19709 ____________________________________________________________________________
19710 [ 8430] By: jhi on 2001/01/13 04:24:18
19711 Log: The LVRET macro needed an aTHX.
19714 ____________________________________________________________________________
19715 [ 8429] By: jhi on 2001/01/13 02:12:42
19716 Log: Update Changes.
19718 ! Changes patchlevel.h
19719 ____________________________________________________________________________
19720 [ 8428] By: jhi on 2001/01/13 02:08:50
19721 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
19722 From: Peter Prymmer <pvhp@forte.com>
19723 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
19724 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
19726 Add a BEGIN guard for sloppy floating point division.
19728 ! lib/Math/BigInt.pm lib/bigint.pl
19729 ____________________________________________________________________________
19730 [ 8427] By: jhi on 2001/01/13 01:47:16
19731 Log: The B::Terse drop-in replacement wasn't quite drop-in.
19734 ____________________________________________________________________________
19735 [ 8426] By: jhi on 2001/01/12 21:20:43
19738 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19739 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
19740 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19741 ! vos/config.ga.def vos/config.ga.h win32/config.bc
19742 ! win32/config.gc win32/config.vc
19743 ____________________________________________________________________________
19744 [ 8425] By: jhi on 2001/01/12 20:20:14
19745 Log: Subject: [PATCH perl@8342] -Wformat
19746 From: Robin Barker <rmb1@cise.npl.co.uk>
19747 Date: Fri, 12 Jan 2001 20:03:14 GMT
19748 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
19750 ! ext/Encode/Encode.xs mg.c sv.c toke.c
19751 ____________________________________________________________________________
19752 [ 8424] By: jhi on 2001/01/12 20:01:48
19753 Log: Subject: B::Concise -- an improved replacement for B::Terse
19754 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19755 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
19756 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
19758 + ext/B/B/Concise.pm
19759 ! MANIFEST ext/B/B/Terse.pm
19760 ____________________________________________________________________________
19761 [ 8423] By: jhi on 2001/01/12 19:24:02
19762 Log: The new metaconfig unit from the #8421.
19763 Branch: metaconfig/U/perl
19765 ____________________________________________________________________________
19766 [ 8422] By: jhi on 2001/01/12 19:23:43
19767 Log: Forgot the microperl config from the #8421.
19769 ! uconfig.h uconfig.sh
19770 ____________________________________________________________________________
19771 [ 8421] By: jhi on 2001/01/12 19:05:27
19772 Log: Add sigprocmask() probe, regen Configure, regen toc.
19774 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19775 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
19776 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19777 ! vos/config.ga.h win32/config.bc win32/config.gc
19779 ____________________________________________________________________________
19780 [ 8420] By: jhi on 2001/01/12 18:34:31
19781 Log: Add sockatmark() to the todo list.
19784 ____________________________________________________________________________
19785 [ 8419] By: jhi on 2001/01/12 18:09:46
19786 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
19789 ____________________________________________________________________________
19790 [ 8418] By: jhi on 2001/01/12 18:05:30
19791 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
19792 From: Radu Greab <radu@netsoft.ro>
19793 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
19794 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
19796 ! op.c t/pragma/sub_lval.t
19797 ____________________________________________________________________________
19798 [ 8417] By: jhi on 2001/01/12 16:09:09
19799 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
19800 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19801 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
19802 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
19804 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
19805 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
19806 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
19807 ! t/pragma/sub_lval.t toke.c
19808 ____________________________________________________________________________
19809 [ 8416] By: jhi on 2001/01/12 15:42:06
19810 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
19811 From: "Richard Soderberg" <rs@crystalflame.net>
19812 Date: Fri, 12 Jan 2001 04:49:35 -0800
19813 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
19815 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
19816 according to the platform.
19819 ____________________________________________________________________________
19820 [ 8415] By: jhi on 2001/01/12 15:33:41
19821 Log: One more UTF-8 fix from Inaba Hiroto.
19823 ! pp.c regexec.c t/pragma/utf8.t
19824 ____________________________________________________________________________
19825 [ 8414] By: jhi on 2001/01/12 15:30:18
19826 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
19829 ____________________________________________________________________________
19830 [ 8413] By: jhi on 2001/01/12 15:22:10
19831 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
19832 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19833 Date: Thu, 11 Jan 2001 12:53:36 +0100
19834 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
19837 ____________________________________________________________________________
19838 [ 8412] By: jhi on 2001/01/12 15:20:25
19839 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
19840 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19841 Date: Fri, 12 Jan 2001 14:37:55 +0100
19842 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
19844 ! hints/posix-bc.sh
19845 ____________________________________________________________________________
19846 [ 8411] By: jhi on 2001/01/12 15:14:14
19847 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
19848 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19849 Date: Fri, 12 Jan 2001 10:42:21 +0100
19850 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
19853 ____________________________________________________________________________
19854 [ 8410] By: jhi on 2001/01/12 05:48:55
19855 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
19856 From: Nicholas Clark <nick@ccl4.org>
19857 Date: Sun, 7 Jan 2001 19:47:14 +0000
19858 Message-ID: <20010107194714.B1048@plum.flirble.org>
19860 ! t/op/numconvert.t
19861 ____________________________________________________________________________
19862 [ 8409] By: jhi on 2001/01/12 05:41:28
19863 Log: Integrate perlio.
19866 ____________________________________________________________________________
19867 [ 8408] By: nick on 2001/01/11 22:43:28
19868 Log: Remove variables that were used in experiments.
19871 ____________________________________________________________________________
19872 [ 8407] By: nick on 2001/01/11 20:57:44
19873 Log: Catch die in %SIG handler and unblock the signal before re-dying.
19874 This make Linux work _without_ sigsetjmp().
19875 Turn off sigsetjmp() to see what else it does.
19876 May need Configure probe for sigprocmask() if anything has sigaction()
19877 but not sigprocmask().
19880 ____________________________________________________________________________
19881 [ 8406] By: nick on 2001/01/11 19:32:07
19882 Log: Integrate mainline
19884 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
19885 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
19887 ____________________________________________________________________________
19888 [ 8405] By: jhi on 2001/01/11 17:11:01
19889 Log: Fix UTF-8 lval substr().
19891 ! mg.c t/op/substr.t
19892 ____________________________________________________________________________
19893 [ 8404] By: jhi on 2001/01/11 05:13:58
19894 Log: Update Changes.
19896 ! Changes patchlevel.h
19897 ____________________________________________________________________________
19898 [ 8403] By: jhi on 2001/01/11 04:38:24
19899 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
19900 From: Hugo <hv@crypt.compulink.co.uk>
19901 Date: Mon, 30 Oct 2000 01:33:26 +0000
19902 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
19904 ! regexec.c t/op/re_tests
19905 ____________________________________________________________________________
19906 [ 8402] By: jhi on 2001/01/11 04:26:12
19907 Log: Integrate perlio.
19910 ____________________________________________________________________________
19911 [ 8401] By: nick on 2001/01/10 22:52:55
19912 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
19913 (So Alan and Ilya can try setting via hints.)
19914 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
19915 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
19916 doing the save everywhere seems to restart read() correctly, but just
19917 doing it once "round" the handler does not.
19920 ____________________________________________________________________________
19921 [ 8400] By: jhi on 2001/01/10 21:57:54
19922 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
19923 of IRIX, HP-UX is unaffected.
19926 ____________________________________________________________________________
19927 [ 8399] By: nick on 2001/01/10 21:29:19
19928 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
19931 ____________________________________________________________________________
19932 [ 8398] By: jhi on 2001/01/10 20:55:31
19933 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
19934 also have ReusePort.
19936 ! ext/IO/lib/IO/Socket/INET.pm
19937 ____________________________________________________________________________
19938 [ 8397] By: jhi on 2001/01/10 20:50:57
19939 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
19940 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
19941 Date: Wed, 10 Jan 2001 01:38:13 -0800
19942 Message-ID: <20010110013813.B41744@yahoo-inc.com>
19944 ! ext/IO/lib/IO/Socket/INET.pm
19945 ____________________________________________________________________________
19946 [ 8396] By: jhi on 2001/01/10 20:49:30
19947 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
19948 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
19949 Date: Wed, 10 Jan 2001 01:37:32 -0800
19950 Message-ID: <20010110013732.A41744@yahoo-inc.com>
19952 ! ext/Socket/Socket.pm
19953 ____________________________________________________________________________
19954 [ 8395] By: jhi on 2001/01/10 20:41:37
19955 Log: Test for bug id 20010105.016 (fixed by #8378).
19958 ____________________________________________________________________________
19959 [ 8394] By: jhi on 2001/01/10 20:26:32
19960 Log: Integrate perlio.
19963 ____________________________________________________________________________
19964 [ 8393] By: nick on 2001/01/10 19:34:30
19965 Log: Back out Simon's pid hackery for now.
19968 ____________________________________________________________________________
19969 [ 8392] By: nick on 2001/01/10 19:23:13
19970 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
19972 !> (integrate 29 files)
19973 ____________________________________________________________________________
19974 [ 8391] By: jhi on 2001/01/10 18:43:15
19975 Log: Subject: [PATCH] Fix my_pclose segfault
19976 From: Simon Cozens <simon@cozens.net>
19977 Date: Wed, 10 Jan 2001 18:39:35 +0000
19978 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
19981 ____________________________________________________________________________
19982 [ 8390] By: jhi on 2001/01/10 18:42:08
19983 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
19984 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19985 Date: Wed, 10 Jan 2001 13:23:02 EST
19986 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
19988 ! ext/Opcode/Opcode.xs
19989 ____________________________________________________________________________
19990 [ 8389] By: jhi on 2001/01/10 15:16:07
19991 Log: Turn off the integer preservation for now.
19994 ____________________________________________________________________________
19995 [ 8388] By: jhi on 2001/01/10 15:01:25
19996 Log: Few more IDE/editor nits from p5p.
19999 ____________________________________________________________________________
20000 [ 8387] By: jhi on 2001/01/10 06:53:16
20001 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
20002 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
20003 Date: Tue, 9 Jan 2001 23:16:02 +0000
20004 Message-ID: <20010109231602.A81101@plum.flirble.org>
20007 ____________________________________________________________________________
20008 [ 8386] By: jhi on 2001/01/10 03:17:54
20009 Log: Test cases for #8385 (from Simon's "torture.pl")
20012 ____________________________________________________________________________
20013 [ 8385] By: jhi on 2001/01/10 03:17:11
20014 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
20015 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
20016 Date: Wed, 10 Jan 2001 11:39:39 +0900
20017 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
20019 Some more UTF-8 tr cases fixed.
20022 ____________________________________________________________________________
20023 [ 8384] By: jhi on 2001/01/09 22:45:40
20024 Log: Allow the locale test needing POSIX and the taint test
20025 needing IPC::SysV to run under 'minitest' (basically,
20026 bail out if loading the extension fails)
20028 ! t/op/misc.t t/op/taint.t
20029 ____________________________________________________________________________
20030 [ 8383] By: jhi on 2001/01/09 21:36:04
20031 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
20032 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20033 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
20034 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
20037 ____________________________________________________________________________
20038 [ 8382] By: jhi on 2001/01/09 21:06:08
20039 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
20040 Should finish up the bug id 20001205.022.
20042 ! pp.c pp_hot.c scope.c
20043 ____________________________________________________________________________
20044 [ 8381] By: jhi on 2001/01/09 18:27:43
20045 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
20046 From: Andy Dougherty <doughera@lafayette.edu>
20047 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
20048 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
20050 More robust yacc/bison error detection.
20053 ____________________________________________________________________________
20054 [ 8380] By: jhi on 2001/01/09 15:21:38
20055 Log: Subject: [PATCH] make t/op/misc.t work on VMS
20056 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20057 Date: Tue, 9 Jan 2001 07:53:55 EST
20058 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
20060 ! t/op/misc.t vms/test.com
20061 ____________________________________________________________________________
20062 [ 8379] By: jhi on 2001/01/09 15:20:38
20063 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
20064 From: jhi@cc.hut.fi
20065 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
20066 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
20068 The #8378 fixed this.
20071 ____________________________________________________________________________
20072 [ 8378] By: jhi on 2001/01/09 15:05:32
20073 Log: Subject: One more patch for UTF8
20074 From: Inaba Hiroto <inaba@st.rim.or.jp>
20075 Date: Tue, 09 Jan 2001 01:04:32 +0900
20076 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
20078 UTF-8 fixes for 'x' and tr///.
20080 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
20081 ! regcomp.c regexec.c toke.c utf8.c
20082 ____________________________________________________________________________
20083 [ 8377] By: jhi on 2001/01/09 14:32:17
20084 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
20087 ____________________________________________________________________________
20088 [ 8376] By: jhi on 2001/01/09 04:32:32
20089 Log: integrate changes #7775, #8316, #8316 from mainline
20090 Branch: maint-5.6/perl
20091 ! hints/solaris_2.sh
20092 ____________________________________________________________________________
20093 [ 8375] By: jhi on 2001/01/09 04:26:43
20094 Log: Update Changes.
20096 ! Changes patchlevel.h
20097 ____________________________________________________________________________
20098 [ 8374] By: jhi on 2001/01/09 04:14:32
20099 Log: IDE/editor section tweaking.
20102 ____________________________________________________________________________
20103 [ 8373] By: jhi on 2001/01/09 02:38:26
20104 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
20105 From: Peter Prymmer <pvhp@forte.com>
20106 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
20107 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
20109 In preparation os OS/390 dynamic loading.
20111 ! README.os390 hints/os390.sh
20112 ____________________________________________________________________________
20113 [ 8372] By: jhi on 2001/01/09 00:24:30
20114 Log: Integrate with perlio.
20116 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
20117 ____________________________________________________________________________
20118 [ 8371] By: nick on 2001/01/08 23:54:33
20119 Log: Fix "scalars leaked" bugs caused by overload magic
20120 (Highlighted by Ilya's DESTROY optimization.)
20122 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
20123 ____________________________________________________________________________
20124 [ 8370] By: nick on 2001/01/08 20:19:41
20125 Log: Integrate mainline
20127 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
20128 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
20130 ____________________________________________________________________________
20131 [ 8369] By: jhi on 2001/01/08 17:30:52
20132 Log: save_delete() Safefree() doesn't (anymore?) work with shared
20133 strings, one test failure in op/misc and almost all of lib/b.
20134 (Outcomments #8369.)
20137 ____________________________________________________________________________
20138 [ 8368] By: jhi on 2001/01/08 14:47:10
20139 Log: (Outcommented by #8369.)
20141 Subject: Re: Perl BugID 20001205.022 ---- save_delete
20142 From: Simon Cozens <simon@cozens.net>
20143 Date: Sat, 6 Jan 2001 11:48:40 +0000
20144 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
20146 The save_delete() does need the Safefree.
20149 ____________________________________________________________________________
20150 [ 8367] By: bailey on 2001/01/08 08:53:52
20151 Log: Once again syncing after too long an absence
20153 +> (branch 55 files)
20154 - MAINTAIN fix_pl vos/config.def vos/config.h
20155 - vos/config_h.SH_orig
20156 !> (integrate 498 files)
20157 ____________________________________________________________________________
20158 [ 8366] By: jhi on 2001/01/08 02:42:59
20159 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
20160 From: nick@ccl4.org
20161 Date: Sun, 7 Jan 2001 21:07:18 +0000
20162 Message-Id: <20010107210717.D1048@plum.flirble.org>
20164 ! sv.c t/op/64bitint.t
20165 ____________________________________________________________________________
20166 [ 8365] By: jhi on 2001/01/08 02:35:16
20167 Log: Subject: [PATCH] environ nit
20168 From: Simon Cozens <simon@cozens.net>
20169 Date: Sun, 7 Jan 2001 17:57:07 +0000
20170 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
20172 Use environ only if we have it.
20175 ____________________________________________________________________________
20176 [ 8364] By: jhi on 2001/01/08 02:24:51
20177 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
20179 ! ext/GDBM_File/GDBM_File.xs
20180 ____________________________________________________________________________
20181 [ 8363] By: jhi on 2001/01/08 02:19:24
20182 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
20183 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20184 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
20185 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
20188 ____________________________________________________________________________
20189 [ 8362] By: jhi on 2001/01/08 02:17:43
20190 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
20191 From: Doug MacEachern <dougm@covalent.net>
20192 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
20193 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
20195 Allow AUTOLOAD to be an xsub and allow such xsubs
20196 to avoid use of $AUTOLOAD.
20199 ____________________________________________________________________________
20200 [ 8361] By: jhi on 2001/01/08 02:16:07
20201 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
20202 From: Radu Greab <radu@netsoft.ro>
20203 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
20204 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
20206 No need for the potentially unportable $SIG{CHLD}.
20209 ____________________________________________________________________________
20210 [ 8360] By: jhi on 2001/01/08 01:58:23
20211 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
20213 ! lib/Getopt/Long.pm
20214 ____________________________________________________________________________
20215 [ 8359] By: jhi on 2001/01/08 01:55:44
20216 Log: Integrate perlio.
20218 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
20219 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
20220 !> utf8.c win32/Makefile
20221 ____________________________________________________________________________
20222 [ 8358] By: jhi on 2001/01/07 21:16:50
20223 Log: Update the EPOC cross SDK URL.
20226 ____________________________________________________________________________
20227 [ 8357] By: jhi on 2001/01/07 21:16:09
20228 Log: Update the EPOC cross SDK URL.
20229 Branch: maint-5.6/perl
20231 ____________________________________________________________________________
20232 [ 8356] By: nick on 2001/01/06 21:47:52
20233 Log: FILE * in XS code for PerlIO world:
20234 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
20235 - Add FILE * T_STDIO typemap.
20236 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
20238 ! lib/ExtUtils/typemap perlio.c perlio.h
20239 ____________________________________________________________________________
20240 [ 8355] By: jhi on 2001/01/06 20:27:15
20241 Log: integrate change #8336 from mainline
20243 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
20244 Branch: maint-5.6/perl
20246 ____________________________________________________________________________
20247 [ 8354] By: jhi on 2001/01/06 20:24:29
20248 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
20249 From: Robin Barker <rmb1@cise.npl.co.uk>
20250 Date: Fri, 22 Dec 2000 12:17:38 GMT
20251 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
20253 The patch reformats some long =item lines so they give
20254 correct output via pod2man | nroff -man
20256 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
20257 From: Robin Barker <rmb1@cise.npl.co.uk>
20258 Date: Tue, 2 Jan 2001 15:35:03 GMT
20259 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
20261 Here is a _further_ patch which corrects a few more errors:
20262 * an empty C<=item> in CPAN.pm
20263 * patching the wrong file (pod/perlamiga.pod not README.amiga)
20264 * leaving empty C<=item>s which formatted incorrectly
20265 * over long C<=item>s revealed by latest patch to Pod::Man
20266 Branch: maint-5.6/perl
20267 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
20268 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
20269 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
20270 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
20271 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
20272 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
20273 ____________________________________________________________________________
20274 [ 8353] By: jhi on 2001/01/06 20:21:10
20275 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
20278 Branch: maint-5.6/perl
20279 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
20280 ____________________________________________________________________________
20281 [ 8352] By: jhi on 2001/01/06 20:18:44
20282 Log: Forgotten from #8438.
20283 Branch: maint-5.6/perl
20285 ____________________________________________________________________________
20286 [ 8351] By: jhi on 2001/01/06 20:18:12
20287 Log: Forgotten from #8347.
20288 Branch: maint-5.6/perl
20290 ____________________________________________________________________________
20291 [ 8350] By: jhi on 2001/01/06 20:00:19
20292 Log: Thinko in #8347.
20293 Branch: maint-5.6/perl
20295 ____________________________________________________________________________
20296 [ 8349] By: jhi on 2001/01/06 18:05:30
20297 Log: Copy the FAQ3 IDE section from the development branch,
20298 changes originally by Peter Prymmer.
20299 Branch: maint-5.6/perl
20301 ____________________________________________________________________________
20302 [ 8348] By: jhi on 2001/01/06 18:03:02
20303 Log: EPOC updates for TRIAL1.
20305 Subject: [5.6.1 trial1] EPOC update
20306 From: Olaf Flebbe <O.Flebbe@science-computing.de>
20307 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
20308 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
20310 Subject: epoc patch2 for perl-5.6.1-trial1
20311 From: Olaf Flebbe <O.Flebbe@science-computing.de>
20312 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
20313 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
20314 Branch: maint-5.6/perl
20315 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
20317 ____________________________________________________________________________
20318 [ 8347] By: jhi on 2001/01/06 17:29:10
20319 Log: integrate changes #7710,7824,7973 from mainline,
20320 plus VMS nits from Peter Prymmer and Dan Sugalski.
20322 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
20323 library (getprotobyname and getprotobynumber are outversioned by
20324 the same calls in libc, at least for xlc version 3.
20326 Add HAS_SBRK_PROTO.
20328 Fixes for signedness warnings noticed by VMSperlers.
20329 Branch: maint-5.6/perl
20330 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20331 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
20332 ! sv.c vms/descrip_mms.template vos/config.alpha.def
20333 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20334 ! win32/config.bc win32/config.gc win32/config.vc
20335 ____________________________________________________________________________
20336 [ 8346] By: nick on 2001/01/06 14:36:01
20337 Log: Fixup accumulated integrate muddles (perlio == devperl again)
20339 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
20340 ____________________________________________________________________________
20341 [ 8345] By: nick on 2001/01/06 14:24:58
20342 Log: Integrate mainline
20344 !> (integrate 55 files)
20345 ____________________________________________________________________________
20346 [ 8344] By: jhi on 2001/01/06 02:24:02
20347 Log: Subject: [patch] PerlIO_cleanup() prototype
20348 From: Doug MacEachern <dougm@covalent.net>
20349 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
20350 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
20353 ____________________________________________________________________________
20354 [ 8343] By: jhi on 2001/01/06 01:04:09
20355 Log: IRIX compiler noticed that the bof initialization might be
20356 bypassed by control flow.
20359 ____________________________________________________________________________
20360 [ 8342] By: jhi on 2001/01/06 00:10:48
20361 Log: Update Changes.
20363 ! Changes patchlevel.h
20364 ____________________________________________________________________________
20365 [ 8341] By: jhi on 2001/01/05 23:52:33
20366 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
20369 ____________________________________________________________________________
20370 [ 8340] By: jhi on 2001/01/05 22:44:08
20371 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
20372 From: Radu Greab <radu@netsoft.ro>
20373 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
20374 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
20376 ! t/io/pipe.t util.c
20377 ____________________________________________________________________________
20378 [ 8339] By: jhi on 2001/01/05 22:35:17
20379 Log: Subject: [PATCH] format and rewording in perlfaq.pod
20380 From: Robin Barker <rmb1@cise.npl.co.uk>
20381 Date: Fri, 5 Jan 2001 18:51:20 GMT
20382 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
20385 ____________________________________________________________________________
20386 [ 8338] By: jhi on 2001/01/05 22:31:17
20387 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
20388 From: Peter Prymmer <pvhp@forte.com>
20389 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
20390 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
20393 ____________________________________________________________________________
20394 [ 8337] By: jhi on 2001/01/05 18:15:11
20395 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
20396 From: Robin Barker <rmb1@cise.npl.co.uk>
20397 Date: Tue, 2 Jan 2001 15:24:07 GMT
20398 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
20400 If you call configure as C<./Configure> or C<sh ./Configure>,
20401 $src is set to the absolute path name, not '.'.
20403 This, in turn, means -Dmksymlink tries to do its stuff because
20404 it does not think it is in the src directory.
20406 (plus a metaconfig nitfix)
20408 ! U/compline/ccflags.U U/modified/src.U
20410 ! Configure config_h.SH
20411 ____________________________________________________________________________
20412 [ 8336] By: jhi on 2001/01/05 17:48:32
20413 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
20414 From: Alan Burlison <Alan.Burlison@uk.sun.com>
20415 Message-ID: <3A5606C4.473D2226@uk.sun.com>
20416 Date: Fri, 05 Jan 2001 17:39:16 +0000
20419 ____________________________________________________________________________
20420 [ 8335] By: jhi on 2001/01/05 16:05:44
20421 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
20423 ! lib/Getopt/Long.pm
20424 ____________________________________________________________________________
20425 [ 8334] By: jhi on 2001/01/05 16:00:51
20426 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
20427 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
20428 Date: Fri, 05 Jan 2001 13:46:51 +0100
20429 Message-ID: <13693.978698811@nice.ram.loc>
20431 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
20432 accurate reading of the "atime".
20435 ____________________________________________________________________________
20436 [ 8333] By: jhi on 2001/01/05 15:57:37
20437 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
20438 From: Simon Cozens <simon@cozens.net>
20439 Date: Fri, 8 Dec 2000 13:33:31 +0000
20440 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
20442 A lost patch fragment.
20445 ____________________________________________________________________________
20446 [ 8332] By: jhi on 2001/01/05 15:40:42
20447 Log: Do away with strncpy() and a fixed length buffer.
20450 ____________________________________________________________________________
20451 [ 8331] By: jhi on 2001/01/05 15:03:07
20452 Log: Tests for #8329 and #8330.
20455 ____________________________________________________________________________
20456 [ 8330] By: jhi on 2001/01/05 15:02:38
20457 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
20458 raw 8-bit form to the UTF-8 string.
20461 ____________________________________________________________________________
20462 [ 8329] By: jhi on 2001/01/05 14:55:13
20463 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
20464 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20465 Date: Fri, 5 Jan 2001 12:28:52 +0100
20466 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
20468 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
20469 no effect. (changed the strncpy() to Copy())
20472 ____________________________________________________________________________
20473 [ 8328] By: jhi on 2001/01/05 06:44:27
20474 Log: UTF-8 cleanup.
20476 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
20477 ! regexec.c sv.c toke.c
20478 ____________________________________________________________________________
20479 [ 8327] By: jhi on 2001/01/05 01:11:29
20480 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')
20481 From: Radu Greab <radu@netsoft.ro>
20482 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
20483 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
20485 Cleans up Harness to not use FileHandle, which uses IO.
20487 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20488 ____________________________________________________________________________
20489 [ 8326] By: jhi on 2001/01/05 00:56:37
20490 Log: Update Changes.
20492 ! Changes patchlevel.h
20493 ____________________________________________________________________________
20494 [ 8325] By: jhi on 2001/01/05 00:53:18
20495 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
20496 From: Peter Prymmer <pvhp@forte.com>
20497 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
20498 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
20500 plus a couple more tailing whitespace removals.
20503 ____________________________________________________________________________
20504 [ 8324] By: jhi on 2001/01/05 00:47:39
20505 Log: Add some Unicode chop() tests.
20508 ____________________________________________________________________________
20509 [ 8323] By: jhi on 2001/01/05 00:47:23
20510 Log: Unify UTF-8 malformedness handling.
20512 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
20513 ____________________________________________________________________________
20514 [ 8322] By: jhi on 2001/01/04 22:21:54
20515 Log: The new $issymlink was unknown to Mksymlinks.
20516 Branch: metaconfig/U/perl
20517 ! Mksymlinks.U issymlink.U
20519 ! Configure config_h.SH
20520 ____________________________________________________________________________
20521 [ 8321] By: jhi on 2001/01/04 21:51:05
20522 Log: The test didn't work under the core test framework.
20525 ____________________________________________________________________________
20526 [ 8320] By: jhi on 2001/01/04 21:14:22
20527 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
20529 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
20530 ____________________________________________________________________________
20531 [ 8319] By: jhi on 2001/01/04 20:46:17
20532 Log: Typo in #8312 when manually appying a problematic patch fragment.
20534 ! ext/Storable/Storable.xs
20535 ____________________________________________________________________________
20536 [ 8318] By: jhi on 2001/01/04 20:43:01
20537 Log: The $sh_c didn't fly.
20539 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
20540 ! U/modified/Loc.U U/modified/myhostname.U
20541 ! U/modified/spitshell.U
20542 Branch: metaconfig/U/perl
20545 ! Configure config_h.SH
20546 ____________________________________________________________________________
20547 [ 8317] By: jhi on 2001/01/04 19:58:01
20548 Log: AIX builtin test -h is broken, changes based on
20550 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
20551 Date: Tue, 02 Jan 2001 11:24:39 +0100
20552 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20553 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
20555 + U/modified/spitshell.U
20556 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
20557 ! U/modified/Loc.U U/modified/myhostname.U
20558 Branch: metaconfig/U/perl
20559 ! Mksymlinks.U issymlink.U
20562 ____________________________________________________________________________
20563 [ 8316] By: jhi on 2001/01/04 19:02:22
20564 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
20565 From: Andy Dougherty <doughera@lafayette.edu>
20566 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
20567 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
20571 ! hints/solaris_2.sh
20572 ____________________________________________________________________________
20573 [ 8315] By: jhi on 2001/01/04 18:56:48
20574 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
20575 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
20576 Date: Wed, 3 Jan 2001 07:58:51 +0100
20577 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
20579 ! hints/solaris_2.sh
20580 ____________________________________________________________________________
20581 [ 8314] By: jhi on 2001/01/04 18:54:07
20582 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
20583 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20584 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
20585 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
20587 Doc tweak on #8313.
20589 ! ext/B/B/Deparse.pm
20590 ____________________________________________________________________________
20591 [ 8313] By: jhi on 2001/01/04 18:52:27
20592 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
20593 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
20594 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20595 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
20597 Make the peephole optimizer to bypass more null ops and
20598 and rewrite the deparse handling of continue blocks.
20600 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
20601 ____________________________________________________________________________
20602 [ 8312] By: jhi on 2001/01/04 18:47:39
20603 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
20605 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
20606 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20608 ____________________________________________________________________________
20609 [ 8311] By: jhi on 2001/01/04 18:36:08
20610 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
20611 filter to be run on each .pm during the pm_to_blib() phase,
20614 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
20615 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
20616 Date: Wed, 03 Jan 2001 22:01:30 +0100
20617 Message-ID: <5296.978555690@nice.ram.loc>
20619 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
20620 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20621 ! lib/ExtUtils/MakeMaker.pm
20622 ____________________________________________________________________________
20623 [ 8310] By: jhi on 2001/01/04 18:32:54
20624 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
20625 From: Robin Barker <rmb1@cise.npl.co.uk>
20626 Date: Tue, 2 Jan 2001 15:35:03 GMT
20627 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
20629 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
20630 ! pod/perlrequick.pod
20631 ____________________________________________________________________________
20632 [ 8309] By: jhi on 2001/01/04 18:29:07
20633 Log: Subject: Re: [patch] static-ize XS()
20634 From: Doug MacEachern <dougm@covalent.net>
20635 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
20636 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
20638 Provide prototypes for the XS functions.
20640 ! lib/ExtUtils/xsubpp
20641 ____________________________________________________________________________
20642 [ 8308] By: jhi on 2001/01/04 18:27:44
20643 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
20644 From: Doug MacEachern <dougm@covalent.net>
20645 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
20646 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
20648 ! lib/ExtUtils/typemap
20649 ____________________________________________________________________________
20650 [ 8307] By: jhi on 2001/01/04 18:25:25
20651 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
20652 From: Doug MacEachern <dougm@covalent.net>
20653 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
20654 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
20656 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
20658 ! lib/ExtUtils/MM_Unix.pm
20659 ____________________________________________________________________________
20660 [ 8306] By: jhi on 2001/01/04 18:23:00
20661 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
20662 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20663 Date: Thu, 4 Jan 2001 12:47:10 +0100
20664 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
20666 The toke.c part only, patching embed.h and proto.h is futile.
20669 ____________________________________________________________________________
20670 [ 8305] By: jhi on 2001/01/04 18:05:51
20671 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
20672 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20673 Date: Thu, 4 Jan 2001 17:50:12 +0100
20674 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
20677 ____________________________________________________________________________
20678 [ 8304] By: jhi on 2001/01/04 18:03:26
20679 Log: Subject: [PATCH perl@8269]
20680 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20681 Date: Thu, 4 Jan 2001 12:53:39 +0100
20682 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
20684 If running byacc write-enable also perly.h.
20687 ____________________________________________________________________________
20688 [ 8303] By: jhi on 2001/01/04 15:40:49
20689 Log: Rewrite pp_concat() in terms of sv_catsv().
20692 ____________________________________________________________________________
20693 [ 8302] By: nick on 2001/01/03 22:43:22
20694 Log: Integrate mainline.
20696 !> ext/Encode/Encode.xs sv.c utf8.c
20697 ____________________________________________________________________________
20698 [ 8301] By: jhi on 2001/01/02 23:40:26
20699 Log: Variable naming tweak.
20702 ____________________________________________________________________________
20703 [ 8300] By: jhi on 2001/01/02 23:40:02
20704 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
20705 in is_utf8_string().
20708 ____________________________________________________________________________
20709 [ 8299] By: jhi on 2001/01/02 22:14:40
20710 Log: Integrate perlio.
20712 !> pp.c pp_hot.c win32/Makefile
20713 ____________________________________________________________________________
20714 [ 8298] By: nick on 2001/01/02 22:03:06
20715 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
20718 ____________________________________________________________________________
20719 [ 8297] By: jhi on 2001/01/02 04:26:28
20720 Log: Signedness nit.
20722 ! ext/Encode/Encode.xs
20723 ____________________________________________________________________________
20724 [ 8296] By: nick on 2001/01/01 23:49:36
20725 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
20728 ____________________________________________________________________________
20729 [ 8295] By: jhi on 2001/01/01 23:05:48
20730 Log: Integrate perlio.
20732 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
20734 ____________________________________________________________________________
20735 [ 8294] By: nick on 2001/01/01 22:48:34
20736 Log: Integrate mainline
20738 ! pp_hot.c t/lib/encode.t
20739 !> (integrate 65 files)
20740 ____________________________________________________________________________
20741 [ 8293] By: nick on 2001/01/01 21:58:50
20742 Log: More rigor in UTF-8-ness of Encode's toUnicode
20743 XS export some of the utf8 internal functions.
20744 Test some of the functions.
20745 Fix pp_concat() bug shown by said tests.
20747 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
20749 ____________________________________________________________________________
20750 [ 8292] By: jhi on 2001/01/01 18:11:44
20751 Log: Integrate perlio.
20753 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
20754 !> ext/Encode/encengine.c ext/Encode/encode.h
20755 ____________________________________________________________________________
20756 [ 8291] By: jhi on 2001/01/01 18:10:58
20757 Log: Podify README.mpeix (a new version from the web),
20758 add a dummy NAME to Carp::Heavy, regen toc.
20760 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
20762 ____________________________________________________________________________
20763 [ 8290] By: nick on 2001/01/01 17:43:47
20764 Log: Loose the "Loading..." warning.
20765 Another bug in fallback support
20767 ! ext/Encode/Encode.pm ext/Encode/encengine.c
20768 ____________________________________________________________________________
20769 [ 8289] By: jhi on 2001/01/01 00:01:57
20770 Log: Bump up Larry's copyright.
20772 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
20773 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
20774 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
20775 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
20776 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
20777 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
20778 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
20779 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
20780 ____________________________________________________________________________
20781 [ 8288] By: nick on 2000/12/31 21:27:53
20782 Log: Fix .ucm reading - forgot a chr()
20783 Start of .ucm write (for .enc to .ucm)
20785 ! ext/Encode/compile
20786 ____________________________________________________________________________
20787 [ 8287] By: jhi on 2000/12/31 18:15:56
20788 Log: Comment away a diagnostic message as noted by Craig A. Berry
20789 (the unexpected message was confusing testing)
20791 ! ext/Encode/Encode.pm
20792 ____________________________________________________________________________
20793 [ 8286] By: jhi on 2000/12/31 18:14:51
20794 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
20795 Date: Sun, 31 Dec 2000 11:17:37 -0600
20796 From: "Craig A. Berry" <craigberry@mac.com>
20797 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
20799 ! ext/Encode/Makefile.PL
20800 ____________________________________________________________________________
20801 [ 8285] By: nick on 2000/12/31 18:11:54
20802 Log: Start of support of ICU-style .ucm files:
20803 - teach compile how to read a .ucm file
20804 - first guess at how to represent fallbacks in "tries".
20805 - use fallbacks if check == 0
20806 - new return code to indicate we used one.
20808 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
20809 ! ext/Encode/encengine.c ext/Encode/encode.h
20810 ____________________________________________________________________________
20811 [ 8284] By: jhi on 2000/12/31 18:04:41
20812 Log: Pacify picky VMS compiler.
20814 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
20815 From: "Craig A. Berry" <craig.berry@psinetcs.com>
20816 Date: Sat, 30 Dec 2000 18:10:02 -0600
20817 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
20820 ____________________________________________________________________________
20821 [ 8283] By: jhi on 2000/12/31 16:11:47
20822 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
20824 ! t/lib/glob-basic.t
20825 ____________________________________________________________________________
20826 [ 8282] By: jhi on 2000/12/31 15:26:11
20827 Log: Integrate perlio.
20829 !> makedef.pl opcode.pl os2/os2.c perlio.c
20830 ____________________________________________________________________________
20831 [ 8281] By: nick on 2000/12/31 10:06:15
20832 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
20833 is available to be exported
20835 ! makedef.pl perlio.c
20836 ____________________________________________________________________________
20837 [ 8280] By: nick on 2000/12/31 09:41:26
20838 Log: Ilya's OS2 patch (testing for damage on Win32)
20840 ! makedef.pl opcode.pl os2/os2.c
20841 ____________________________________________________________________________
20842 [ 8279] By: jhi on 2000/12/30 21:52:07
20845 ! t/lib/syslfs.t t/op/lfs.t
20846 ____________________________________________________________________________
20847 [ 8278] By: jhi on 2000/12/30 21:47:49
20848 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
20849 From: andreas.koenig@anima.de (Andreas J. Koenig)
20850 Date: 30 Dec 2000 22:35:37 +0100
20851 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
20853 The 32-bit wraparound test wasn't quite right.
20855 ! t/lib/syslfs.t t/op/lfs.t
20856 ____________________________________________________________________________
20857 [ 8277] By: jhi on 2000/12/30 21:33:44
20858 Log: Subject: [PATCH] open() example in perlfunc.pod
20859 From: Karsten Sperling <s_sperli@ira.uka.de>
20860 Date: Sat, 30 Dec 2000 22:27:09 +0100
20861 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
20864 ____________________________________________________________________________
20865 [ 8276] By: jhi on 2000/12/30 20:32:40
20866 Log: Not quite that many tests yet.
20869 ____________________________________________________________________________
20870 [ 8275] By: jhi on 2000/12/30 20:26:58
20871 Log: Integrate perlio.
20874 ____________________________________________________________________________
20875 [ 8274] By: jhi on 2000/12/30 20:24:56
20876 Log: Signedness nit.
20879 ____________________________________________________________________________
20880 [ 8273] By: jhi on 2000/12/30 20:15:46
20881 Log: Add a test case for 20000731.001 which was fixed by the #8267.
20884 ____________________________________________________________________________
20885 [ 8272] By: nick on 2000/12/30 19:47:51
20886 Log: Tweak for MULTIPLICITY/USE_PERLIO
20889 ____________________________________________________________________________
20890 [ 8271] By: nick on 2000/12/30 19:46:45
20891 Log: Integrate mainline
20893 +> lib/unicode/distinct.pm
20894 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
20895 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
20896 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
20897 ____________________________________________________________________________
20898 [ 8270] By: jhi on 2000/12/30 19:39:50
20899 Log: Subject: RE: perl@8269
20900 From: "Richard Soderberg" <rs@crystalflame.net>
20901 Date: Sat, 30 Dec 2000 11:36:27 -0800
20902 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
20907 ____________________________________________________________________________
20908 [ 8269] By: jhi on 2000/12/30 18:55:48
20909 Log: Update Changes.
20911 ! Changes patchlevel.h
20912 ____________________________________________________________________________
20913 [ 8268] By: jhi on 2000/12/30 17:18:40
20914 Log: Add a test for Unicode split //. The #8267 was the cure.
20917 ____________________________________________________________________________
20918 [ 8267] By: jhi on 2000/12/30 17:14:19
20919 Log: Subject: more UTF8 test suites and an UTF8 patch
20920 From: Inaba Hiroto <inaba@st.rim.or.jp>
20921 Date: Sat, 30 Dec 2000 14:27:10 +0900
20922 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
20924 Just the patch part for now, and the pragma renamed
20925 as unicode::distinct.
20927 + lib/unicode/distinct.pm
20928 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
20929 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
20930 ! regcomp.h regexec.c sv.c toke.c utf8.c
20931 ____________________________________________________________________________
20932 [ 8266] By: nick on 2000/12/30 16:40:49
20933 Log: Integrate mainline
20935 +> lib/Pod/Text/Overstrike.pm
20936 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
20937 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
20938 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
20939 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
20940 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
20941 ____________________________________________________________________________
20942 [ 8265] By: jhi on 2000/12/30 07:28:55
20943 Log: The sv_catsv() fix, take two.
20946 ____________________________________________________________________________
20947 [ 8264] By: jhi on 2000/12/30 06:19:18
20948 Log: Undo all the join-related changes since #8248: relevant
20949 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
20950 The new sv_catsv() doesn't fly so it must go back to
20953 ! sv.c t/op/join.t t/pragma/utf8.t
20954 ____________________________________________________________________________
20955 [ 8263] By: jhi on 2000/12/30 01:08:32
20956 Log: (Retracted by #8264) Tweak sv_catsv() some more.
20959 ____________________________________________________________________________
20960 [ 8262] By: jhi on 2000/12/30 00:45:14
20961 Log: Retract #8261.
20964 ____________________________________________________________________________
20965 [ 8261] By: jhi on 2000/12/30 00:38:32
20966 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
20969 ____________________________________________________________________________
20970 [ 8260] By: jhi on 2000/12/29 22:51:33
20971 Log: (Retracted by #8264) More fixing for #8251.
20974 ____________________________________________________________________________
20975 [ 8259] By: jhi on 2000/12/29 18:27:30
20976 Log: Subject: podlators 1.06 released
20977 From: Russ Allbery <rra@stanford.edu>
20978 Date: 25 Dec 2000 05:09:30 -0800
20979 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
20981 + lib/Pod/Text/Overstrike.pm
20982 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
20983 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
20984 ____________________________________________________________________________
20985 [ 8258] By: jhi on 2000/12/29 18:20:45
20986 Log: Make the large file tests more robust/talkative as suggested by
20988 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
20989 From: andreas.koenig@anima.de (Andreas J. Koenig)
20990 Date: 29 Dec 2000 14:23:01 +0100
20991 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
20993 ! t/lib/syslfs.t t/op/lfs.t
20994 ____________________________________________________________________________
20995 [ 8257] By: jhi on 2000/12/29 17:48:04
20996 Log: Further VMS piping fixes from Charles Lane:
20998 In summary, error messages produced when a subprocess terminated
20999 abnormally were being sent not just to the parent process, but to
21000 grandparents, because of default values for error output that were
21001 not completely overridden when the subprocess was started.
21003 This patch fixes this behavior by defining user-mode (i.e., temporary
21004 for the duration of the program) logical names for SYS$OUTPUT and
21005 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
21006 changes to make it so that the user-mode logicals are the ones that
21007 control where Perl's error messages go if it terminates abnormally.
21009 I also added some gratuitous fixes to the indentation of braces in
21010 the piping code. It just looked ugly, before.
21012 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
21013 ____________________________________________________________________________
21014 [ 8256] By: jhi on 2000/12/29 17:45:12
21015 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
21016 From: "Casey R. Tweten" <crt@kiski.net>
21017 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
21018 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
21020 Tests for for #8240.
21022 ! t/pragma/constant.t
21023 ____________________________________________________________________________
21024 [ 8255] By: jhi on 2000/12/29 17:43:07
21025 Log: Subject: Re: [PATCH] Interesting syntax idea
21026 From: Simon Cozens <simon@cozens.net>
21027 Date: Fri, 29 Dec 2000 14:34:04 +0000
21028 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
21032 ! t/pragma/sub_lval.t
21033 ____________________________________________________________________________
21034 [ 8254] By: jhi on 2000/12/29 17:42:11
21035 Log: Subject: [PATCH] Interesting syntax idea
21036 From: Simon Cozens <simon@cozens.net>
21037 Date: Wed, 27 Dec 2000 05:08:57 +0000
21038 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
21040 Make opens + bareword assigns do typeglob assigns.
21043 ____________________________________________________________________________
21044 [ 8253] By: jhi on 2000/12/29 17:36:45
21045 Log: Output the (apparent) version of gcc, as suggested by
21047 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
21048 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
21049 Date: 26 Dec 2000 04:29:17 -0500
21050 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
21052 (The patch as such didn't any more apply as the misparsing had
21053 already been addressed in #6474.) Also change the wording about
21054 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
21057 ____________________________________________________________________________
21058 [ 8252] By: nick on 2000/12/29 12:14:31
21059 Log: Integrate mainline
21061 !> (integrate 27 files)
21062 ____________________________________________________________________________
21063 [ 8251] By: jhi on 2000/12/29 08:45:46
21064 Log: (Retracted by #8264)
21068 sv_catsv() needs one more byte space than seems reasonable.
21069 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
21070 Curiouser and curiouser.
21073 ____________________________________________________________________________
21074 [ 8250] By: jhi on 2000/12/29 07:57:52
21075 Log: More split // UTF-8 tests.
21078 ____________________________________________________________________________
21079 [ 8249] By: jhi on 2000/12/29 07:54:51
21080 Log: (Retracted by #8264) More join() testing which was good because
21081 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
21083 ! pp.c t/op/join.t utf8.c utf8.h
21084 ____________________________________________________________________________
21085 [ 8248] By: jhi on 2000/12/29 07:08:32
21086 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
21087 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
21088 that the only cases to care about are byte+byte and byte+character.
21090 TODO: See how well pp_concat() could be implemented in terms
21093 ! doop.c sv.c t/op/join.t utf8.h
21094 ____________________________________________________________________________
21095 [ 8247] By: jhi on 2000/12/29 06:35:23
21096 Log: Signedness nit.
21099 ____________________________________________________________________________
21100 [ 8246] By: jhi on 2000/12/29 01:23:31
21101 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
21102 From: Lupe Christoph <lupe@lupe-christoph.de>
21103 Date: Thu, 28 Dec 2000 23:00:00 +0100
21104 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
21106 Suggest rsync --delete --dry-run.
21109 ____________________________________________________________________________
21110 [ 8245] By: jhi on 2000/12/28 23:57:05
21111 Log: The maxiters upper limit sanity check (guarding against
21112 non-progress) assumed bytes instead of characters in s///
21116 ____________________________________________________________________________
21117 [ 8244] By: jhi on 2000/12/28 23:34:08
21118 Log: Make some panic messages a bit more logical.
21120 ! doop.c pod/perldiag.pod pp.c pp_hot.c
21121 ____________________________________________________________________________
21122 [ 8243] By: jhi on 2000/12/28 22:59:16
21123 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
21124 From: Simon Cozens <simon@cozens.net>
21125 Date: Wed, 27 Dec 2000 02:30:03 +0000
21126 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
21128 ! pp.c t/pragma/sub_lval.t
21129 ____________________________________________________________________________
21130 [ 8242] By: jhi on 2000/12/28 22:56:53
21131 Log: Subject: [PATCH blead] Fix B::Terse indentation
21132 From: Daniel Chetlin <daniel@chetlin.com>
21133 Date: Wed, 27 Dec 2000 06:43:30 -0800
21134 Message-ID: <20001227064329.B9573@darkstar>
21136 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
21137 ____________________________________________________________________________
21138 [ 8241] By: jhi on 2000/12/28 22:48:59
21139 Log: The latter patch from the
21141 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
21142 From: Peter Prymmer <pvhp@forte.com>
21143 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
21144 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
21146 (the former patch from the above should have been
21147 taken care of by Nick I-S)
21150 ____________________________________________________________________________
21151 [ 8240] By: jhi on 2000/12/28 22:45:22
21152 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
21153 From: "Casey R. Tweten" <crt@kiski.net>
21154 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
21155 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
21158 ____________________________________________________________________________
21159 [ 8239] By: jhi on 2000/12/28 22:37:45
21160 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
21161 From: Simon Cozens <simon@cozens.net>
21162 Date: Wed, 27 Dec 2000 14:12:44 +0000
21163 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
21165 ! t/op/method.t t/op/sort.t toke.c
21166 ____________________________________________________________________________
21167 [ 8238] By: jhi on 2000/12/28 22:30:32
21168 Log: Subject: [PATCH perl@8229] Call.pm
21169 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21170 Date: Mon, 25 Dec 2000 10:47:15 -0000
21171 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
21173 ! ext/Filter/Util/Call/Call.pm
21174 ____________________________________________________________________________
21175 [ 8237] By: jhi on 2000/12/28 22:19:21
21176 Log: Subject: [PATCH blead] Fix problem with `&' prototype
21177 From: Daniel Chetlin <daniel@chetlin.com>
21178 Date: Wed, 27 Dec 2000 15:55:32 -0800
21179 Message-ID: <20001227155532.D9573@darkstar>
21181 ! op.c t/comp/proto.t
21182 ____________________________________________________________________________
21183 [ 8236] By: jhi on 2000/12/28 22:09:25
21184 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
21185 From: Daniel Chetlin <daniel@chetlin.com>
21186 Date: Sun, 24 Dec 2000 04:09:49 -0800
21187 Message-ID: <20001224040949.B3090@darkstar>
21189 ! gv.c mg.c t/op/attrs.t
21190 ____________________________________________________________________________
21191 [ 8235] By: jhi on 2000/12/28 22:07:11
21192 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
21193 From: Jan Dubois <jand@ActiveState.com>
21194 Date: Tue, 26 Dec 2000 20:57:31 -0800
21195 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
21198 ____________________________________________________________________________
21199 [ 8234] By: jhi on 2000/12/28 21:52:42
21200 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
21201 From: Simon Cozens <simon@cozens.net>
21202 Date: Thu, 28 Dec 2000 20:33:13 +0000
21203 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
21205 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
21206 ____________________________________________________________________________
21207 [ 8233] By: jhi on 2000/12/28 19:40:49
21208 Log: Integrate perlio.
21210 !> ext/Encode/Makefile.PL ext/Encode/compile
21211 ____________________________________________________________________________
21212 [ 8232] By: nick on 2000/12/23 16:06:00
21213 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
21214 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
21216 ! ext/Encode/Makefile.PL
21217 ____________________________________________________________________________
21218 [ 8231] By: nick on 2000/12/23 14:30:34
21219 Log: "Compiled" encode build cleanup
21220 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
21221 - .c files do not export sub-tables
21223 ! ext/Encode/Makefile.PL ext/Encode/compile
21224 ____________________________________________________________________________
21225 [ 8230] By: nick on 2000/12/23 12:50:37
21226 Log: Integrate mainline
21228 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
21229 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
21230 !> pod/perl5004delta.pod pod/perl5005delta.pod
21231 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
21232 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
21233 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
21235 ____________________________________________________________________________
21236 [ 8229] By: jhi on 2000/12/22 15:32:12
21237 Log: Integrate perlio.
21239 +> win32/distclean.bat
21240 !> MANIFEST t/io/utf8.t
21241 ____________________________________________________________________________
21242 [ 8228] By: jhi on 2000/12/22 15:29:40
21243 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
21244 From: Robin Barker <rmb1@cise.npl.co.uk>
21245 Date: Fri, 22 Dec 2000 12:17:38 GMT
21246 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
21248 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
21249 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
21250 ! pod/perl5004delta.pod pod/perl5005delta.pod
21251 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
21252 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
21253 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
21255 ____________________________________________________________________________
21256 [ 8227] By: jhi on 2000/12/22 15:24:28
21257 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
21258 From: "John L. Allen" <allen@grumman.com>
21259 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
21260 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
21262 Document APPLLIB_EXP.
21265 ____________________________________________________________________________
21266 [ 8226] By: nick on 2000/12/21 22:11:50
21267 Log: Handy script for when one forgets to "dmake clean"
21269 + win32/distclean.bat
21271 ____________________________________________________________________________
21272 [ 8225] By: nick on 2000/12/21 21:54:04
21273 Log: CRLF platform issue with io/utf8 fix.
21276 ____________________________________________________________________________
21277 [ 8224] By: nick on 2000/12/21 21:02:20
21278 Log: Integrate mainline
21280 !> Changes Configure Makefile.SH Porting/Glossary
21281 !> Porting/config.sh Porting/config_H configure.com
21282 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
21283 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
21284 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
21285 !> win32/config.bc win32/config.gc win32/config.vc
21286 ____________________________________________________________________________
21287 [ 8223] By: jhi on 2000/12/21 17:09:16
21288 Log: Update Changes.
21290 ! Changes patchlevel.h
21291 ____________________________________________________________________________
21292 [ 8222] By: jhi on 2000/12/21 16:24:01
21293 Log: Metaconfig unit changes for #8221.
21294 Branch: metaconfig/U/perl
21298 ____________________________________________________________________________
21299 [ 8221] By: jhi on 2000/12/21 16:23:48
21300 Log: Rename testsyml to issymlink.
21302 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21303 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
21305 ____________________________________________________________________________
21306 [ 8220] By: jhi on 2000/12/21 15:47:26
21307 Log: Robustness support for #8218 (symlink forest) since the GNU
21308 tools seem to be overly picky about symlinkage depths.
21310 ! Makefile.SH t/io/fs.t
21311 ____________________________________________________________________________
21312 [ 8219] By: jhi on 2000/12/21 15:38:27
21313 Log: Metaconfig changes for #8218.
21315 ! U/modified/Oldconfig.U
21316 Branch: metaconfig/U/perl
21319 ____________________________________________________________________________
21320 [ 8218] By: jhi on 2000/12/21 15:37:57
21321 Log: Add Configure option -Dmksymlinks which will create a symlink
21322 forest if the current/build differs from the source directory.
21323 TODO: mkdir -p is not portable.
21326 ____________________________________________________________________________
21327 [ 8217] By: jhi on 2000/12/21 14:39:12
21328 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
21329 From: Nick Ing-Simmons <nik@tiuk.ti.com>
21330 Date: Thu, 21 Dec 2000 09:38:18 GMT
21331 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
21333 The ofs became an SV.
21335 ! ext/Thread/Thread.xs
21336 ____________________________________________________________________________
21337 [ 8216] By: jhi on 2000/12/21 05:40:21
21338 Log: The polymorphism seems to have fixed 20000517.001.
21341 ____________________________________________________________________________
21342 [ 8215] By: jhi on 2000/12/21 04:44:52
21343 Log: read() documentation tweak for 20001121.004.
21346 ____________________________________________________________________________
21347 [ 8214] By: jhi on 2000/12/21 03:54:11
21348 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
21350 ! pp_sys.c t/op/misc.t
21351 ____________________________________________________________________________
21352 [ 8213] By: jhi on 2000/12/21 00:28:10
21353 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
21354 From: Peter Prymmer <pvhp@forte.com>
21355 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
21356 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
21359 ____________________________________________________________________________
21360 [ 8212] By: jhi on 2000/12/21 00:26:21
21361 Log: Edit edit edit.
21364 ____________________________________________________________________________
21365 [ 8211] By: jhi on 2000/12/20 18:52:46
21366 Log: Update Changes.
21368 ! Changes patchlevel.h
21369 ____________________________________________________________________________
21370 [ 8210] By: jhi on 2000/12/20 18:34:47
21371 Log: Yet another editor edit.
21374 ____________________________________________________________________________
21375 [ 8209] By: jhi on 2000/12/20 15:33:28
21376 Log: More Win32 Perling.
21379 ____________________________________________________________________________
21380 [ 8208] By: jhi on 2000/12/20 15:07:46
21381 Log: More Win32 editor/IDE/shell hints.
21384 ____________________________________________________________________________
21385 [ 8207] By: jhi on 2000/12/20 03:54:08
21386 Log: Subject: [PATCH] obscure timing knowledge
21387 From: Nicholas Clark <nick@ccl4.org>
21388 Date: Tue, 19 Dec 2000 19:22:31 +0000
21389 Message-ID: <20001219192231.F2827@plum.flirble.org>
21392 ____________________________________________________________________________
21393 [ 8206] By: jhi on 2000/12/20 03:45:57
21394 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
21395 From: Spider Boardman <spider@leggy.zk3.dec.com>
21396 Date: Tue, 19 Dec 2000 21:30:16 -0500
21397 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
21400 ____________________________________________________________________________
21401 [ 8205] By: jhi on 2000/12/19 23:02:01
21402 Log: Update Changes.
21404 ! Changes patchlevel.h
21405 ____________________________________________________________________________
21406 [ 8204] By: jhi on 2000/12/19 22:58:18
21407 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
21408 using the \xHH notation. No more inlined UTF-8, sigh, but easier
21409 on editors and diffing/patching.
21411 ! t/op/utf8decode.t
21412 ____________________________________________________________________________
21413 [ 8203] By: nick on 2000/12/19 21:36:16
21414 Log: Integrate mainline (forgot my own change...)
21416 !> ext/Encode/compile
21417 ____________________________________________________________________________
21418 [ 8202] By: nick on 2000/12/19 21:34:42
21419 Log: Integrate mainline.
21421 !> (integrate 61 files)
21422 ____________________________________________________________________________
21423 [ 8201] By: nick on 2000/12/19 21:34:06
21424 Log: Avoid looking for File::Glob when we don't need it.
21426 ! ext/Encode/compile
21427 ____________________________________________________________________________
21428 [ 8200] By: jhi on 2000/12/19 18:35:49
21429 Log: Update Changes.
21431 ! Changes patchlevel.h
21432 ____________________________________________________________________________
21433 [ 8199] By: jhi on 2000/12/19 18:35:07
21434 Log: Microperl tweaks.
21436 ! sv.c uconfig.h uconfig.sh
21437 ____________________________________________________________________________
21438 [ 8198] By: jhi on 2000/12/19 18:29:59
21439 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
21441 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21442 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
21443 ____________________________________________________________________________
21444 [ 8197] By: jhi on 2000/12/19 17:55:29
21445 Log: In VMS embedded perls couldn't access the statically built Socket,
21449 ____________________________________________________________________________
21450 [ 8196] By: jhi on 2000/12/19 17:49:50
21451 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
21452 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21453 Date: Sun, 17 Dec 2000 19:11:44 -0000
21454 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
21456 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21457 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
21458 ____________________________________________________________________________
21459 [ 8195] By: jhi on 2000/12/19 17:47:53
21460 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
21461 From: Jonathan Stowe <gellyfish@gellyfish.com>
21462 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
21463 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
21466 ____________________________________________________________________________
21467 [ 8194] By: jhi on 2000/12/19 17:46:28
21468 Log: Subject: Re: useless use of void context work-around
21469 From: andreas.koenig@anima.de (Andreas J. Koenig)
21470 Date: 16 Dec 2000 15:13:36 +0100
21471 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
21473 Document (comment) the q(di ds ig) trick in the code.
21476 ____________________________________________________________________________
21477 [ 8193] By: jhi on 2000/12/19 17:10:57
21478 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
21479 From: "Mark J. Reed" <mreed@strange.turner.com>
21480 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
21481 Message-Id: <200012160222.VAA13986@strange.turner.com>
21483 ! ext/Sys/Syslog/Syslog.pm
21484 ____________________________________________________________________________
21485 [ 8192] By: jhi on 2000/12/19 17:07:45
21486 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
21487 From: Nicholas Clark <nick@ccl4.org>
21488 Date: Sat, 16 Dec 2000 19:03:13 +0000
21489 Message-ID: <20001216190313.D68304@plum.flirble.org>
21492 ____________________________________________________________________________
21493 [ 8191] By: jhi on 2000/12/19 17:06:13
21494 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
21495 From: Dominic Dunlop <domo@computer.org>
21496 Date: Mon, 18 Dec 2000 12:00:15 +0100
21497 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
21499 This patchlet is needed in order that perl can be statically linked.
21502 ____________________________________________________________________________
21503 [ 8190] By: jhi on 2000/12/19 17:03:08
21504 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
21505 From: "Craig A. Berry" <craig.berry@psinetcs.com>
21506 Date: Sun, 17 Dec 2000 00:18:35 -0600
21507 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
21509 ! perlio.h vms/gen_shrfls.pl
21510 ____________________________________________________________________________
21511 [ 8189] By: jhi on 2000/12/19 16:20:28
21512 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
21513 From: Prymmer/Kahn <pvhp@best.com>
21514 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
21515 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
21517 A better version of #8188.
21520 ____________________________________________________________________________
21521 [ 8188] By: jhi on 2000/12/19 15:57:06
21522 Log: (Replaced by #8189)
21524 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
21525 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
21526 From: Prymmer/Kahn <pvhp@best.com>
21527 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
21528 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
21529 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
21530 Date: Mon, 18 Dec 2000 11:10:45 -0500
21531 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
21534 ____________________________________________________________________________
21535 [ 8187] By: jhi on 2000/12/19 15:54:19
21536 Log: Email address fix for Anton Berezin.
21539 ____________________________________________________________________________
21540 [ 8186] By: jhi on 2000/12/19 15:38:54
21541 Log: Subject: [PATCH perl@8102] cygwin port
21542 From: "Eric Fifer" <efifer@dircon.co.uk>
21543 Date: Thu, 14 Dec 2000 13:41:29 -0000
21544 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
21546 When compiling modules the data item that is being imported
21547 from libperl.dll needs to be tagged as imported/shared data:
21548 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
21551 ____________________________________________________________________________
21552 [ 8185] By: jhi on 2000/12/19 14:53:24
21553 Log: Regen uconfig.h and uconfig.sh.
21555 ! uconfig.h uconfig.sh
21556 ____________________________________________________________________________
21557 [ 8184] By: jhi on 2000/12/18 20:43:49
21558 Log: Comments work so much better when they are closed.
21561 ____________________________________________________________________________
21562 [ 8183] By: jhi on 2000/12/18 18:04:02
21563 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
21564 Fixes the bug 20001218.016.
21567 ____________________________________________________________________________
21568 [ 8182] By: gsar on 2000/12/18 09:53:47
21569 Log: delete spurious files
21570 Branch: maint-5.6/perl
21571 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
21572 - vos/config.h vos/config_h.SH_orig
21573 ____________________________________________________________________________
21574 [ 8181] By: gsar on 2000/12/18 09:46:08
21576 Branch: maint-5.6/perl
21577 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
21578 ____________________________________________________________________________
21579 [ 8180] By: gsar on 2000/12/18 09:20:27
21580 Log: integrate changes#7924..7926,7946,7952 from mainline
21581 Branch: maint-5.6/perl
21582 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
21583 !> lib/File/stat.pm t/lib/class-struct.t
21584 ____________________________________________________________________________
21585 [ 8179] By: gsar on 2000/12/18 08:55:54
21586 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
21587 7918,7919,7988,8907 from mainline (various)
21588 Branch: maint-5.6/perl
21589 +> t/lib/class-struct.t
21590 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
21591 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
21592 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
21593 ____________________________________________________________________________
21594 [ 8178] By: gsar on 2000/12/18 08:16:30
21595 Log: avoid redefinition warnings on windows due to sys/socket.h getting
21596 #included before win32.h
21597 Branch: maint-5.6/perl
21598 ! win32/include/sys/socket.h
21599 ____________________________________________________________________________
21600 [ 8177] By: gsar on 2000/12/18 05:24:04
21601 Log: make regen_headers; fix POSIX.xs problems; remove outdated
21602 code from sys/socket.h that makes build fail now
21603 Branch: maint-5.6/perl
21604 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
21606 !> win32/include/sys/socket.h
21607 ____________________________________________________________________________
21608 [ 8176] By: gsar on 2000/12/18 05:20:17
21609 Log: update Changes
21610 Branch: maint-5.6/perl
21611 ! Changes patchlevel.h
21612 ____________________________________________________________________________
21613 [ 8175] By: gsar on 2000/12/18 04:57:48
21614 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
21615 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
21616 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
21617 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
21618 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
21620 Branch: maint-5.6/perl
21621 +> lib/File/Spec/Epoc.pm
21622 !> (integrate 88 files)
21623 ____________________________________________________________________________
21624 [ 8174] By: gsar on 2000/12/18 03:53:09
21625 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
21626 7625..7629,7631..7634,7637,7639,7642 from mainline
21627 Branch: maint-5.6/perl
21629 !> (integrate 26 files)
21630 ____________________________________________________________________________
21631 [ 8173] By: gsar on 2000/12/18 03:37:02
21632 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
21633 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
21634 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
21635 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
21636 Branch: maint-5.6/perl
21637 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
21639 !> (integrate 111 files)
21640 ____________________________________________________________________________
21641 [ 8172] By: jhi on 2000/12/18 02:49:27
21644 ! pod/perlmodlib.pod pod/perltoc.pod
21645 ____________________________________________________________________________
21646 [ 8171] By: gsar on 2000/12/18 02:49:24
21647 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
21648 7465..7471 from mainline
21650 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
21651 in platforms that strictly require all the symbols being present
21654 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
21656 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
21658 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
21660 Subject: [PATCH] todo
21662 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
21664 Use $sort, $uniq (and $tr) consistently as wondered
21667 Too enthusiastic editing in #7460.
21669 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
21671 Upgrade to CPAN 1.58_55.
21672 Subject: CPAN.pm status
21674 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
21676 Make target reordering to avoid pointless re-makes.
21677 Subject: Re: Total re-make of 'make okfile' after 7451 ?
21679 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
21681 Subject: DOC PATCH 5.6.0
21683 Add the repository doc by Malcolm, Sarathy, and by Simon,
21684 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
21685 Branch: maint-5.6/perl
21686 +> Porting/repository.pod
21687 !> Configure MANIFEST Makefile.SH README.dos README.os2
21688 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
21689 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
21690 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
21691 ____________________________________________________________________________
21692 [ 8169] By: gsar on 2000/12/18 02:33:34
21693 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
21694 7435..7441,7445 from mainline
21696 Make the UTF-8 decoding stricter and more verbose when
21697 malformation happens. This involved adding an argument
21698 to utf8_to_uv_chk(), which involved changing its prototype,
21699 and prefer STRLEN over I32 for the UTF-8 length, which as
21700 a domino effect necessitated changing the prototypes of
21701 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
21702 The stricter UTF-8 decoding checking uses Markus Kuhn's
21703 UTF-8 Decode Stress Tester from
21704 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
21706 Run vms/vms_yfix.pl, should have done that after changing
21709 Subject: [PATCH 5.7.0] static linking with uninstalled perl
21711 (Replaced by #7440.)
21712 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
21714 Fix the bug ID 20001024.005, the bug introduced by #7416.
21716 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
21718 Fix the bug reported in
21719 From: andreas.koenig@anima.de (Andreas J. Koenig)
21720 Also make is_utf8_char() stricter.
21722 Missed the header file changes from #7425.
21724 Check if stdio supports tweaking lval and cnt simultaneously.
21725 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
21727 Stratus VOS updates from Paul Green.
21729 Podify README.epoc and README.vos.
21731 Add targets to Makefile.SH, most importantly
21732 'regen_all' which also remembers to update vms/perly*.
21734 Subject: Minor update to find2perl, for portability
21736 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
21738 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
21740 Rename UTF8LEN() to be UNISKIP(), too confusing to have
21741 UTF8LEN() and UTF8SKIP().
21743 Allow poking holes at the UTF-8 decoding strictness.
21745 Continue the internal UTF-8 API tweaking.
21746 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
21747 used much more than the simpler API, now called utf8_to_uv_simple().
21748 Still not quite happy with API, too much partial duplication
21751 A new version of making the syslog test more robust.
21753 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
21755 buildtoc target tweaks.
21757 Integrate with vmsperl #7430 by Charles Bailey:
21759 Cleanup from prior patch (Charles Lane?):
21760 - improve handling of MFDs in Basename and Path
21761 - default to no xsubpp line # munging when building debug images
21762 Branch: maint-5.6/perl
21763 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21764 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
21765 !> (integrate 67 files)
21766 ____________________________________________________________________________
21767 [ 8168] By: gsar on 2000/12/18 02:05:49
21768 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
21770 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
21771 From: Martin Husemann <martin@duskware.de>
21773 Subject: [PATCH 5.7.0] restore match data on backtracing
21774 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21775 Branch: maint-5.6/perl
21776 !> regcomp.c regexec.c t/op/re_tests
21777 ____________________________________________________________________________
21778 [ 8167] By: gsar on 2000/12/18 01:55:22
21779 Log: integrate changes#7858,7986 from mainline
21781 C<foreach my $x ...> in pseudo-fork()ed process may diddle
21782 parent's memory; fix it by keeping track of the actual pad
21783 offset rather than a raw pointer (this change is probably also
21784 relevant to non-ithreads case to avoid fallout from reallocs of
21785 the pad array, but is currently only enabled for the ithreads
21786 case in the interests of minimal disruption to existing "well
21789 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
21790 due to the notorious GetFileType() bug in Windows 9x, which fstat()
21792 Branch: maint-5.6/perl
21793 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
21794 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
21795 !> win32/win32.c win32/win32.h win32/win32sck.c
21796 ____________________________________________________________________________
21797 [ 8166] By: gsar on 2000/12/18 01:52:59
21798 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
21799 from mainline (xsubpp and ExtUtils::LibList fixups, various
21801 Branch: maint-5.6/perl
21802 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
21803 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21804 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
21805 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
21806 !> win32/bin/search.pl
21807 ____________________________________________________________________________
21808 [ 8165] By: gsar on 2000/12/18 01:28:45
21809 Log: integrate changes#7533,7563,7611,7623 from mainline (various
21810 malloc.c embellishments)
21811 Branch: maint-5.6/perl
21812 !> malloc.c pod/perldiag.pod
21813 ____________________________________________________________________________
21814 [ 8164] By: gsar on 2000/12/18 01:23:33
21815 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
21817 Branch: maint-5.6/perl
21819 ____________________________________________________________________________
21820 [ 8163] By: gsar on 2000/12/18 01:17:50
21821 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
21823 Branch: maint-5.6/perl
21824 !> Makefile.SH utils/perlbug.PL
21825 ____________________________________________________________________________
21826 [ 8162] By: gsar on 2000/12/18 00:25:43
21827 Log: always export Perl_deb() (it is required by re.xs whether
21828 Perl is built with or without -DDEBUGGING)
21829 Branch: maint-5.6/perl
21831 ____________________________________________________________________________
21832 [ 8161] By: gsar on 2000/12/18 00:23:38
21833 Log: integrate change#7414 from mainline
21835 Undo the basename() part of #7412 since the lib/basename
21836 tests would need upgrading too.
21838 squelch two tests in tr.t that rely on tr/// paranoia change
21839 that's not in 5.6.x
21840 Branch: maint-5.6/perl
21842 !> lib/File/Basename.pm
21843 ____________________________________________________________________________
21844 [ 8160] By: gsar on 2000/12/18 00:05:30
21845 Log: missing change in previous integrate
21846 Branch: maint-5.6/perl
21848 ____________________________________________________________________________
21849 [ 8159] By: gsar on 2000/12/18 00:03:38
21850 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
21851 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
21852 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
21853 7410..7413 from mainline
21854 Branch: maint-5.6/perl
21855 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
21856 +> t/lib/tie-splice.t
21857 - lib/unicode/Is/DCinital.pl
21858 !> (integrate 112 files)
21859 ____________________________________________________________________________
21860 [ 8158] By: jhi on 2000/12/17 23:04:24
21861 Log: Subject: [PATCHES] RE: perl@8150
21862 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
21863 Date: Sun, 17 Dec 2000 21:46:39 +0100
21864 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
21866 Neither cygwin has a getpwuid() one can trust on.
21868 ! t/lib/glob-basic.t
21869 ____________________________________________________________________________
21870 [ 8157] By: jhi on 2000/12/17 23:01:54
21871 Log: More MAN.PODS => {} fixes.
21873 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
21874 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
21875 ! os2/OS2/REXX/Makefile.PL
21876 ____________________________________________________________________________
21877 [ 8156] By: gsar on 2000/12/17 22:49:13
21878 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
21879 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
21880 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
21881 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
21882 7201,7204 from mainline
21883 Branch: maint-5.6/perl
21884 !> (integrate 121 files)
21885 ____________________________________________________________________________
21886 [ 8155] By: jhi on 2000/12/17 22:30:58
21887 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
21888 From: "Craig A. Berry" <craigberry@mac.com>
21889 Date: Sun, 17 Dec 2000 13:09:28 -0600
21890 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
21892 MAN.PODS => ' ' is naughty.
21894 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
21895 ____________________________________________________________________________
21896 [ 8154] By: nick on 2000/12/17 22:07:13
21897 Log: MULTIPLICITY nit.
21900 ____________________________________________________________________________
21901 [ 8153] By: gsar on 2000/12/17 21:23:05
21902 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
21903 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
21906 Document the SvIOK_.*UV().
21908 Update Unicode todo list.
21910 Guard against bad string->int conversion for quads.
21912 Subject: small apidoc fix
21914 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
21916 Subject: [PATCH] Tied filehandle documentation
21918 Subject: [PATCH] Modernize Opcode.pm documentation
21920 Make Data::Dumper (non-XS) to work with changed semantics of ref().
21921 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
21922 [applied even though said semantics didn't change in 5.6.x]
21924 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
21926 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
21928 Fix the URL, but the server is still missing in action.
21929 Subject: [ID 20000905.002] perlfaq1.pod URL error
21931 Subject: [ID 20000903.001] \w in utf8-strings
21933 Fix the ccversion detection for 5.1 and beyond.
21934 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21936 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
21938 Subject: [ID 20000904.008] Tiny fix for perldiag
21940 Subject: Re: [ID 20000906.004] segfault with bad perl statement
21942 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21944 Subject: [ID 20000908.002] perlipc documentation bug.
21946 Subject: [PATCH lib/Benchmark.pm]
21948 Re-allow vec() for characters > 255.
21949 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
21951 Do away with memory models cruft. Sorry, PDP users.
21955 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
21957 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
21959 Upgrade to CPAN 1.57_65, from Andreas König.
21961 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
21964 Silence t/pod/*.t about alternate quote-mappings now implemented
21965 by Pod::Text, from Brad Appleton.
21967 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
21968 Subject: borland C++ win32.c tweak
21970 C<@a = @b = split(...)> optimization coredumps under ithreads
21971 (missed a spot when fixing up op_pmreplroot hack for ithreads)
21973 Document the SvUTF8*().
21975 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
21977 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
21979 Do in VMS as the #7054 does.
21981 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
21983 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
21985 Subject: [patch: perl@7045] vms updates
21987 Test for the #7049.
21988 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
21990 Break up the myconfig lines a bit.
21991 Subject: perlbug/perl -V output format
21993 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
21995 The #7054 truncated Configure badly.
21997 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
21998 initialization in all the threads on Windows
22000 Allow for whitespace between "#" and "line" in cpp output.
22001 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
22003 Remove vestiges of tr//CU.
22004 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22006 The return value of setlocale must be copied away.
22007 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
22009 Allow chop() and chomp() to be overridden.
22010 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
22012 Hints optimization.
22015 Subject: [PATCH] de-wall t/README
22017 Subject: Re: Two advertising clauses need to be removed
22018 Branch: maint-5.6/perl
22019 !> (integrate 75 files)
22020 ____________________________________________________________________________
22021 [ 8152] By: gsar on 2000/12/17 20:30:11
22022 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
22023 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
22024 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
22026 Don't attach -ld to the archname if pointless.
22028 Document UNTIE in a very minimalistic way.
22030 POSIX doesn't report long double values under -Duselongdouble
22031 when the long doubles are "real" (bigger than doubles).
22033 More author updates.
22035 Try to deduce NV_MAX. Really should be Configure fodder.
22037 :: not allowed in pathnames, change to .
22038 Subject: [PATCH perl@6938] cygwin port
22040 Forget about NV_MAX (#6951). Various floating point tweaks,
22041 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
22043 Move the Solaris 7 scan to use64bitall, make the
22044 failure to find 64-bot sparc libc to mention the
22045 possibility of being in an intel, from Lupe and Alan.
22049 AUTHORS tweaks, from Peter Prymmer.
22051 More address tweaking.
22053 Small tweaks all over.
22055 File::Temp patches from Andreas König,
22057 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
22059 Subject: CPAN.pm beta 1.57_57 for the core
22061 Part of the solution.
22062 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
22064 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
22066 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
22068 Add the overload warnings to perldiag.
22070 Drop unused argument.
22071 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
22073 Subject: Nit in Configure (bleadperl@6961)
22075 Update to PodParser 1.18, from Brad Appleton.
22077 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
22079 Subject: [PATCH: 6948] add SCNfldbl to configure.com
22081 Document UNTIE. Also tweak implementation to suppress the 'inner references'
22082 warning when UNTIE exists and instead pass the cound of extra references to
22085 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
22086 so that case-ignoring systems like DCL can tell them from
22087 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
22089 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
22091 Feature ordering tweak.
22095 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
22097 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
22099 Subject: http:// in L<>
22103 change#6791 accidentally clobbered change#6710, put it back
22105 Only the first line, thank you very much.
22107 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
22108 plus rework the http: spots as suggested by Tom Christiansen,
22109 plus regen perltoc.
22111 Undo part of change 6489 which looks like a bulk edit which
22112 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
22113 The supressing of main:: on return from select() is undesirable.
22115 Apparently avoiding the swapping is too costly.
22117 Various Configure nits by Philip Newton,
22118 plus the ebcdic one by me.
22120 Make certain cc is set before trying to run it.
22122 If overloaded %{} etc. return the object do not loop.
22123 Thus sub deref { $_[0] } functions if object is wanted type.
22127 More %{} and other deref special casing - do not pass to 'nomethod'.
22128 Branch: maint-5.6/perl
22129 !> (integrate 59 files)
22130 ____________________________________________________________________________
22131 [ 8151] By: gsar on 2000/12/17 19:14:38
22132 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
22133 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
22135 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
22137 Make the epsilon to be relative, not absolute.
22139 Put back the flags dump as reasoned in
22140 Subject: Re: [PATCH] Glob dumping
22142 Introduce ccname to keep track of what compiler kind of we have.
22144 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
22146 Put back the slice accidentally removed by #6907.
22148 Reset archname and archname64 always, forcing them be
22149 recomputed at each Configure run, make Configure and
22150 the hints files agree on the naming of largefiles variables.
22152 Don't say "Perl 5.0 source kit".
22154 Subject: [PATCH] fix misc cast warnings
22156 Subject: typos in pods
22158 NVs not necessarily doubles, as pointed out by Yitzchak.
22160 Subject: [PATCH 6889] add a few ldbl formats to configure.com
22162 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
22164 Better options for rsync.
22166 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
22168 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
22170 Subject: [PATCH] Re: UNTIE method
22172 A better fix for the Socket building problem from Craig Berry.
22174 Retract the dummy test, skip the security tests (instead of failing),
22175 explain what the warnings mean.
22178 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
22180 Update to Unicode 3.0.1.
22182 Missed one Unicode file.
22184 Subject: Re: typos in pods
22186 The #6929 was too skimpy.
22188 sscanf() may be the only way to read long doubles from strings.
22190 Reveal Borland's isnan.
22191 Subject: build with BC++ tweak
22193 Issue useful diagnostic on unknown pod commands.
22194 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
22196 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
22198 Clarify the third case of ftmp-security warnings.
22200 Make -Dusemorebits find long doubles in Solaris.
22202 Wrap the test in eval.
22203 Branch: maint-5.6/perl
22204 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
22205 +> lib/unicode/PropList.txt lib/unicode/README.perl
22206 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22207 +> lib/unicode/Unicode.301 vms/vmspipe.com
22208 - lib/unicode/Props.txt lib/unicode/UCD300.html
22209 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
22210 !> (integrate 305 files)
22211 ____________________________________________________________________________
22212 [ 8150] By: jhi on 2000/12/17 18:47:57
22213 Log: Uncheckedin generated files.
22215 ! global.sym perlapi.c pod/perlapi.pod
22216 ____________________________________________________________________________
22217 [ 8149] By: jhi on 2000/12/17 18:41:22
22218 Log: Update Changes.
22220 ! Changes patchlevel.h
22221 ____________________________________________________________________________
22222 [ 8148] By: jhi on 2000/12/17 18:39:16
22223 Log: Subject: [PATCH] Fcntl constants speedup
22224 From: Nicholas Clark <nick@ccl4.org>
22225 Date: Sun, 17 Dec 2000 16:29:24 +0000
22226 Message-ID: <20001217162924.E97668@plum.flirble.org>
22228 Use IVs for the Fcntl constants instead of NVs.
22230 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
22231 ____________________________________________________________________________
22232 [ 8147] By: jhi on 2000/12/17 18:33:41
22233 Log: Add test for #8145 (binmode() warning), add warning for
22234 ioctl() and sockpair(), document them. (fileno() cannot
22235 be tripwired with the same kind of warning because
22236 'defined fileno($foo)' seems to be an idiom.)
22238 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
22239 ____________________________________________________________________________
22240 [ 8146] By: gsar on 2000/12/17 18:09:08
22241 Log: update Changes
22242 Branch: maint-5.6/perl
22244 ____________________________________________________________________________
22245 [ 8145] By: jhi on 2000/12/17 17:39:35
22246 Log: Subject: [PATCH] Re: The long awaited feature ...
22247 From: Simon Cozens <simon@cozens.net>
22248 Date: Sun, 17 Dec 2000 12:31:56 +0000
22249 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
22251 Add a warning to binmode() about using bad filehandles
22252 (can happen e.g. if someone forgets the filehandle argument)
22255 ____________________________________________________________________________
22256 [ 8144] By: jhi on 2000/12/17 17:33:48
22257 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
22258 From: Jonathan Stowe <gellyfish@gellyfish.com>
22259 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
22260 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
22263 ____________________________________________________________________________
22264 [ 8143] By: jhi on 2000/12/17 05:31:37
22265 Log: Polymorphic regexps.
22267 Fixes at least the bugs 20001028.003 (both of them...) and
22268 20001108.001. The bugs 20001114.001 and 20001205.014 seem
22269 also to be fixed by now, probably already before this patch.
22271 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
22272 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
22273 ! t/op/utf8decode.t t/pragma/utf8.t
22274 ____________________________________________________________________________
22275 [ 8142] By: jhi on 2000/12/16 17:16:05
22276 Log: Subject: [patch perl@8102] dos/djgpp update
22277 From: Laszlo Molnar <ml1050@freemail.hu>
22278 Date: Sat, 16 Dec 2000 01:40:52 +0100
22279 Message-ID: <20001216014052.A335@freemail.hu>
22281 ! djgpp/config.over t/base/commonsense.t
22282 ____________________________________________________________________________
22283 [ 8141] By: jhi on 2000/12/16 17:09:27
22284 Log: Few uncheckedin files.
22286 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
22287 ____________________________________________________________________________
22288 [ 8140] By: nick on 2000/12/15 22:14:31
22289 Log: Integrate mainline
22291 !> (integrate 53 files)
22292 ____________________________________________________________________________
22293 [ 8139] By: jhi on 2000/12/15 19:49:49
22294 Log: One more IVUV tweak from Nicholas Clark.
22297 ____________________________________________________________________________
22298 [ 8138] By: jhi on 2000/12/15 19:17:06
22299 Log: Return of the IVUV-preservation, now seems to be happy even
22300 in Digital UNIX (the broken strtoul brokenness detection
22301 seems to have been the fly in the ointment).
22303 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22304 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
22305 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
22306 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
22307 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22308 ! vos/config.ga.h win32/config.bc win32/config.gc
22310 ____________________________________________________________________________
22311 [ 8137] By: jhi on 2000/12/15 18:12:14
22312 Log: Metaconfig unit change for #8136.
22314 ! U/modified/d_strtoul.U
22315 Branch: metaconfig/U/perl
22316 ! d_strtoull.U d_strtouq.U
22317 ____________________________________________________________________________
22318 [ 8136] By: jhi on 2000/12/15 18:11:35
22319 Log: I don't think it's sensible or portable to test the strtou*
22323 ____________________________________________________________________________
22324 [ 8135] By: jhi on 2000/12/15 17:18:49
22325 Log: Metaconfig unit change for #8134.
22327 ! U/modified/d_strtoul.U
22328 ____________________________________________________________________________
22329 [ 8134] By: jhi on 2000/12/15 17:14:13
22330 Log: If longsize is 8 we don't need a LL suffix for integer constants.
22332 ! Configure config_h.SH
22333 ____________________________________________________________________________
22334 [ 8133] By: jhi on 2000/12/15 16:00:23
22335 Log: Update Changes.
22337 ! Changes patchlevel.h
22338 ____________________________________________________________________________
22339 [ 8132] By: jhi on 2000/12/15 15:44:16
22340 Log: Some compilers get huffy if you do not cast a const pointer
22341 to a non-const when assigning.
22344 ____________________________________________________________________________
22345 [ 8131] By: jhi on 2000/12/15 15:38:30
22346 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
22347 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22348 Date: Fri, 15 Dec 2000 05:26:57 -0500
22349 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
22351 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
22352 ! t/pragma/overload.t
22353 ____________________________________________________________________________
22354 [ 8130] By: jhi on 2000/12/15 15:36:08
22355 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
22356 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22357 Date: Thu, 14 Dec 2000 22:02:43 -0500
22358 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
22361 ____________________________________________________________________________
22362 [ 8129] By: jhi on 2000/12/15 15:34:16
22363 Log: Subject: PATCH: h2xs nit
22364 From: Tim Jenness <t.jenness@jach.hawaii.edu>
22365 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
22366 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
22368 Add a template README.
22371 ____________________________________________________________________________
22372 [ 8128] By: jhi on 2000/12/15 15:32:22
22373 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
22375 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
22376 ____________________________________________________________________________
22377 [ 8127] By: jhi on 2000/12/15 15:19:34
22378 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
22379 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22380 Date: Thu, 14 Dec 2000 20:04:42 EST
22381 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
22383 ! ext/Opcode/Opcode.xs
22384 ____________________________________________________________________________
22385 [ 8126] By: jhi on 2000/12/15 15:17:49
22386 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
22387 From: Peter Prymmer <pvhp@forte.com>
22388 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
22389 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
22391 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
22392 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
22393 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
22394 ____________________________________________________________________________
22395 [ 8125] By: jhi on 2000/12/15 15:11:05
22396 Log: This seems to be a stage sane and stable enough to checkin.
22397 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
22399 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
22400 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
22401 ! t/op/cmp.t t/op/numconvert.t
22402 ____________________________________________________________________________
22403 [ 8124] By: jhi on 2000/12/15 04:20:26
22404 Log: Something is really wonky.
22407 ____________________________________________________________________________
22408 [ 8123] By: jhi on 2000/12/15 04:00:50
22409 Log: Fixes for the IV UV patches to compile in Digital UNIX.
22412 ____________________________________________________________________________
22413 [ 8122] By: jhi on 2000/12/15 02:53:40
22414 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
22415 From: "Craig A. Berry" <craigberry@mac.com>
22416 Date: Thu, 14 Dec 2000 19:10:49 -0600
22417 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
22420 ____________________________________________________________________________
22421 [ 8121] By: jhi on 2000/12/15 02:50:00
22422 Log: Metaconfig changes for #8120.
22424 + U/modified/d_strtoul.U
22425 Branch: metaconfig/U/perl
22426 ! d_strtoull.U d_strtouq.U
22427 ____________________________________________________________________________
22428 [ 8120] By: jhi on 2000/12/15 02:49:42
22429 Log: From: Nicholas Clark <nick@ccl4.org>
22430 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
22431 Date: Thu, 14 Dec 2000 18:38:57 +0000
22432 Message-ID: <20001214183857.B97909@plum.flirble.org>
22434 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22435 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
22436 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22437 ! vos/config.ga.def vos/config.ga.h win32/config.bc
22438 ! win32/config.gc win32/config.vc
22439 ____________________________________________________________________________
22440 [ 8119] By: jhi on 2000/12/14 23:40:58
22441 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
22442 From: Nicholas Clark <nick@ccl4.org>
22443 Date: Wed, 13 Dec 2000 20:08:50 +0000
22444 Message-ID: <20001213200849.B71166@plum.flirble.org>
22446 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
22447 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
22448 ____________________________________________________________________________
22449 [ 8118] By: jhi on 2000/12/14 22:46:26
22450 Log: Integrate perlio.
22452 !> MANIFEST ext/Encode/compile makedef.pl
22453 ____________________________________________________________________________
22454 [ 8117] By: nick on 2000/12/14 22:38:53
22455 Log: Win32 tweaks to get Encode to build
22456 - temp hack to makedef.pl till PerlIO is properly "exported".
22458 static encpage_t foo[];
22459 so make 'em extern for now.
22461 ! ext/Encode/compile makedef.pl
22462 ____________________________________________________________________________
22463 [ 8116] By: nick on 2000/12/14 22:00:53
22464 Log: Document the new files
22467 ____________________________________________________________________________
22468 [ 8115] By: jhi on 2000/12/14 21:58:01
22469 Log: MANIFEST new files of #8114.
22472 ____________________________________________________________________________
22473 [ 8114] By: jhi on 2000/12/14 21:50:49
22474 Log: Integrate perlio.
22476 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
22477 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22478 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
22479 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
22480 !> ext/Encode/Makefile.PL
22481 ____________________________________________________________________________
22482 [ 8113] By: jhi on 2000/12/14 21:48:49
22483 Log: The documentation part of the
22485 Subject: [ID 20001214.002] Net::Ping patch
22486 From: Jonathan Stowe <gellyfish@gellyfish.com>
22487 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
22488 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
22489 since the #7529 had already addressed the same problem.
22492 ____________________________________________________________________________
22493 [ 8112] By: jhi on 2000/12/14 21:42:57
22494 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
22495 From: Dominic Dunlop <domo@computer.org>
22496 Date: Tue, 12 Dec 2000 10:47:10 +0100
22497 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
22499 Document how elusive subroutines can be.
22502 ____________________________________________________________________________
22503 [ 8111] By: jhi on 2000/12/14 21:38:05
22504 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
22505 From: Dominic Dunlop <domo@computer.org>
22506 Date: Thu, 14 Dec 2000 10:13:51 +0100
22507 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
22509 ! ext/POSIX/POSIX.pod
22510 ____________________________________________________________________________
22511 [ 8110] By: jhi on 2000/12/14 21:36:32
22512 Log: Subject: [patch] perlfaq7
22513 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
22514 Date: Thu, 14 Dec 2000 15:31:07 +0100
22515 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
22518 ____________________________________________________________________________
22519 [ 8109] By: jhi on 2000/12/14 21:29:20
22520 Log: Subject: [8104] Encode
22521 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22522 Date: Thu, 14 Dec 2000 14:49:34 +0100
22523 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
22525 Type casting for nervous compilers.
22527 ! ext/Encode/Encode.xs
22528 ____________________________________________________________________________
22529 [ 8108] By: jhi on 2000/12/14 21:26:17
22530 Log: Subject: [8104] DB_File
22531 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22532 Date: Thu, 14 Dec 2000 14:49:35 +0100
22533 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
22535 Type definition incorrect for DB 2.7.7. Not known when it
22536 changed, so only changed it for a known revision.
22538 ! ext/DB_File/DB_File.xs
22539 ____________________________________________________________________________
22540 [ 8107] By: jhi on 2000/12/14 21:23:41
22541 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
22542 From: Peter Prymmer <pvhp@forte.com>
22543 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
22544 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
22546 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
22548 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
22549 ! ext/Encode/Encode/posix-bc.enc
22550 ____________________________________________________________________________
22551 [ 8106] By: nick on 2000/12/14 20:36:13
22552 Log: "Cold" build correction to Encode's Makefile.PL
22554 ! ext/Encode/Makefile.PL
22555 ____________________________________________________________________________
22556 [ 8105] By: nick on 2000/12/14 20:09:37
22557 Log: "Compiled" encodings.
22558 Correct replacement character in EBCDIC .enc files
22559 Add 0x7F to ASCII repertoire.
22561 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22562 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
22563 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
22564 ! ext/Encode/Makefile.PL ext/Encode/compile
22565 ! ext/Encode/encengine.c ext/Encode/encode.h
22566 ____________________________________________________________________________
22567 [ 8104] By: nick on 2000/12/14 00:38:20
22568 Log: Integrate mainline
22570 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
22571 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
22572 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
22573 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
22574 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
22575 !> t/lib/db-hash.t t/lib/db-recno.t
22576 ____________________________________________________________________________
22577 [ 8103] By: nick on 2000/12/13 23:16:13
22578 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
22579 so far and so it does not get lost.
22581 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
22582 ____________________________________________________________________________
22583 [ 8102] By: jhi on 2000/12/13 17:14:22
22584 Log: Update Changes.
22586 ! Changes patchlevel.h
22587 ____________________________________________________________________________
22588 [ 8101] By: jhi on 2000/12/13 16:53:41
22589 Log: Move the proto of start_glob() to a better place; regen api files.
22591 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
22592 ____________________________________________________________________________
22593 [ 8100] By: jhi on 2000/12/13 16:47:11
22594 Log: Metaconfig change for #8099.
22596 ! U/modified/Head.U
22597 ____________________________________________________________________________
22598 [ 8099] By: jhi on 2000/12/13 16:46:48
22599 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
22600 From: Andy Dougherty <doughera@lafayette.edu>
22601 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
22602 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
22605 ____________________________________________________________________________
22606 [ 8098] By: jhi on 2000/12/13 16:39:02
22607 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
22608 From: rspier@pobox.com (Robert Spier)
22609 Date: Tue, 12 Dec 2000 21:12:39 -0500
22610 Message-ID: <14902.56087.678086.725773@rls.cx>
22612 fastgetcwd is defined using a glob alias on a $^O dependent basis -
22613 and there was no default assignment or perl subroutine.
22616 ____________________________________________________________________________
22617 [ 8097] By: jhi on 2000/12/13 16:16:01
22618 Log: Subject: [PATCH] move startglob out of pp_hot.c
22619 From: Nicholas Clark <nick@ccl4.org>
22620 Date: Mon, 11 Dec 2000 23:16:39 +0000
22621 Message-ID: <20001211231638.A55550@plum.flirble.org>
22623 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
22624 ____________________________________________________________________________
22625 [ 8096] By: jhi on 2000/12/13 15:26:23
22626 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
22627 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22628 Date: Wed, 13 Dec 2000 14:01:37 +0100
22629 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
22631 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
22632 in turn requires libpthread in libswanted.
22635 ____________________________________________________________________________
22636 [ 8095] By: jhi on 2000/12/12 19:51:05
22637 Log: The integration wars continue.
22640 ____________________________________________________________________________
22641 [ 8094] By: jhi on 2000/12/12 19:48:26
22642 Log: Subject: [PATCH perl@8070] DB_File-1.74
22643 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22644 Date: Mon, 11 Dec 2000 23:07:17 -0000
22645 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
22647 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22648 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
22649 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
22651 ____________________________________________________________________________
22652 [ 8093] By: nick on 2000/12/12 19:42:13
22653 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
22656 !> lib/File/DosGlob.pm
22657 ____________________________________________________________________________
22658 [ 8092] By: jhi on 2000/12/12 19:28:11
22659 Log: Integrate perlio.
22662 ____________________________________________________________________________
22663 [ 8091] By: nick on 2000/12/12 18:49:45
22664 Log: Fix for Tk, and upgrading shared SVs.
22667 ____________________________________________________________________________
22668 [ 8090] By: jhi on 2000/12/12 16:48:59
22669 Log: Subject: [PATCH] Re: Breadperl & Tk
22670 From: Nick Ing-Simmons <nik@tiuk.ti.com>
22671 Date: Tue, 12 Dec 2000 14:48:27 GMT
22672 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
22675 ____________________________________________________________________________
22676 [ 8089] By: jhi on 2000/12/12 03:37:19
22677 Log: Subject: DosGlob.pm diff for bash style brace expansion.
22678 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
22679 Date: Fri, 8 Dec 2000 10:45:30 -0600
22680 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
22682 ! lib/File/DosGlob.pm
22683 ____________________________________________________________________________
22684 [ 8088] By: nick on 2000/12/11 23:59:59
22685 Log: Integrate mainline
22687 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
22688 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
22689 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
22690 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
22691 !> t/op/local.t t/pragma/warn/toke toke.c
22692 ____________________________________________________________________________
22693 [ 8087] By: jhi on 2000/12/11 23:20:23
22694 Log: Integrate perlio.
22696 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22697 ____________________________________________________________________________
22698 [ 8086] By: jhi on 2000/12/11 22:50:59
22699 Log: Tune further the OS detection of CGI.
22702 ____________________________________________________________________________
22703 [ 8085] By: nick on 2000/12/11 22:50:46
22704 Log: Finish 1st pass of "encoding" layer e.g. :
22705 open($fh,"<encoding(iso8859-7)",$greek) || die;
22707 ! ext/Encode/Encode.xs perlio.c perliol.h
22708 ____________________________________________________________________________
22709 [ 8084] By: jhi on 2000/12/11 22:32:06
22710 Log: Revert the -f ambiguousity patch, seems to cause
22711 too much hassle (the interpret -Q as a function
22712 where Q is not a known filetest part is left in).
22714 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
22716 ____________________________________________________________________________
22717 [ 8083] By: jhi on 2000/12/11 22:27:23
22718 Log: (accidentally empty check-in)
22720 ! lib/File/DosGlob.pm
22721 ____________________________________________________________________________
22722 [ 8082] By: nick on 2000/12/11 19:09:51
22723 Log: Restore mmap function (broken by tweaks to shared buffer
22724 layer for encode(xxxx)).
22727 ____________________________________________________________________________
22728 [ 8081] By: jhi on 2000/12/11 18:29:13
22729 Log: Subject: Re: The long awaited feature ...
22730 From: Simon Cozens <simon@cozens.net>
22731 Date: Mon, 11 Dec 2000 15:54:24 +0000
22732 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
22734 More io/utf8 tests.
22737 ____________________________________________________________________________
22738 [ 8080] By: jhi on 2000/12/11 18:19:36
22739 Log: Subject: PATCH MakeMaker manpage clarification
22740 From: andreas.koenig@anima.de (Andreas J. Koenig)
22741 Date: 10 Dec 2000 20:46:13 +0100
22742 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
22744 ! lib/ExtUtils/MakeMaker.pm
22745 ____________________________________________________________________________
22746 [ 8079] By: jhi on 2000/12/11 15:35:07
22747 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
22748 From: Simon Cozens <simon@cozens.net>
22749 Date: Sun, 10 Dec 2000 19:06:19 +0000
22750 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
22752 ! ext/B/B/Deparse.pm t/lib/b.t
22753 ____________________________________________________________________________
22754 [ 8078] By: jhi on 2000/12/11 15:09:11
22755 Log: Subject: [PATCH] docs on NaN
22756 From: Nicholas Clark <nick@ccl4.org>
22757 Date: Mon, 11 Dec 2000 01:48:38 +0000
22758 Message-ID: <20001211014838.B99205@plum.flirble.org>
22761 ____________________________________________________________________________
22762 [ 8077] By: jhi on 2000/12/11 15:02:21
22763 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
22764 From: Simon Cozens <simon@cozens.net>
22765 Date: Mon, 11 Dec 2000 01:21:45 +0000
22766 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
22768 ! pp.c pp_hot.c scope.c t/op/local.t
22769 ____________________________________________________________________________
22770 [ 8076] By: nick on 2000/12/10 20:43:32
22771 Log: Not merge worthy...
22772 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
22773 syntax is modelled on attributes.
22774 Untested fix for io/utf8 on Win32 etc.
22775 Very clumsy start to the encode layer.
22777 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22778 ____________________________________________________________________________
22779 [ 8075] By: jhi on 2000/12/10 18:39:33
22780 Log: Darwin is not Windows.
22783 ____________________________________________________________________________
22784 [ 8074] By: jhi on 2000/12/10 18:31:27
22785 Log: Subject: Ambiguous -%c() resolved as a file test
22786 From: "Paul Marquess" <Paul.Marquess@openwave.com>
22787 Date: Sun, 10 Dec 2000 15:35:07 -0000
22788 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
22790 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
22791 ____________________________________________________________________________
22792 [ 8073] By: jhi on 2000/12/10 18:16:29
22793 Log: Subject: PATCH installperl misinformed
22794 From: andreas.koenig@anima.de (Andreas J. Koenig)
22795 Date: 10 Dec 2000 13:01:32 +0100
22796 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
22799 ____________________________________________________________________________
22800 [ 8072] By: jhi on 2000/12/10 18:07:55
22801 Log: The walkoptree confusion rages; walkoptree() seems to be coming
22802 from B.xs, while walkoptree_slow() comes from B.pm.
22805 ____________________________________________________________________________
22806 [ 8071] By: nick on 2000/12/10 11:45:47
22807 Log: Integrate mainline
22809 +> t/base/commonsense.t
22810 !> (integrate 37 files)
22811 ____________________________________________________________________________
22812 [ 8070] By: jhi on 2000/12/10 04:46:21
22813 Log: Update Changes.
22815 ! Changes patchlevel.h
22816 ____________________________________________________________________________
22817 [ 8069] By: jhi on 2000/12/10 04:39:19
22818 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
22819 From: andreas.koenig@anima.de (Andreas J. Koenig)
22820 Date: 09 Dec 2000 17:14:25 +0100
22821 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
22823 + t/base/commonsense.t
22824 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
22825 ____________________________________________________________________________
22826 [ 8068] By: jhi on 2000/12/10 04:17:36
22827 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
22828 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22829 Date: Sat, 9 Dec 2000 16:47:22 -0000
22830 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
22832 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
22833 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
22834 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
22835 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
22836 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
22837 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
22839 ____________________________________________________________________________
22840 [ 8067] By: jhi on 2000/12/10 03:52:02
22841 Log: Test case for #8066.
22844 ____________________________________________________________________________
22845 [ 8066] By: jhi on 2000/12/10 03:50:30
22846 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
22847 From: Simon Cozens <simon@cozens.net>
22848 Date: Sun, 10 Dec 2000 00:55:37 +0000
22849 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
22852 ____________________________________________________________________________
22853 [ 8065] By: jhi on 2000/12/10 03:44:52
22854 Log: Test case for #8064.
22857 ____________________________________________________________________________
22858 [ 8064] By: jhi on 2000/12/10 03:42:32
22859 Log: Subject: Re: prototype of substr
22860 From: Simon Cozens <simon@cozens.net>
22861 Date: Sun, 10 Dec 2000 00:13:33 +0000
22862 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
22864 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
22867 ____________________________________________________________________________
22868 [ 8063] By: jhi on 2000/12/10 03:39:42
22869 Log: Subject: [PATCH] perlguts.pod
22870 From: Simon Cozens <simon@cozens.net>
22871 Date: Sun, 10 Dec 2000 00:06:47 +0000
22872 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
22874 Documentation of the different types of ops,
22875 plus the functions in dump.c
22878 ____________________________________________________________________________
22879 [ 8062] By: jhi on 2000/12/10 03:30:04
22880 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
22881 From: Nicholas Clark <nick@talking.bollo.cx>
22882 Date: Sat, 09 Dec 2000 18:57:25 +0000
22883 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
22885 Be more robust in weird hostname setups.
22887 ! t/lib/net-hostent.t
22888 ____________________________________________________________________________
22889 [ 8061] By: jhi on 2000/12/10 03:28:21
22890 Log: Pacify fussy compiler.
22893 ____________________________________________________________________________
22894 [ 8060] By: jhi on 2000/12/10 02:52:46
22895 Log: Integrate perlio.
22897 !> pp_sys.c t/io/utf8.t
22898 ____________________________________________________________________________
22899 [ 8059] By: nick on 2000/12/09 23:40:14
22900 Log: read/sysread/recv should now be utf8 aware.
22901 Basic test for utf8 read.
22903 ! pp_sys.c t/io/utf8.t
22904 ____________________________________________________________________________
22905 [ 8058] By: jhi on 2000/12/09 21:56:02
22906 Log: Integrate perlio.
22909 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
22910 ____________________________________________________________________________
22911 [ 8057] By: jhi on 2000/12/09 21:53:35
22912 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
22913 From: Inaba Hiroto <inaba@st.rim.or.jp>
22914 Date: Sun, 10 Dec 2000 05:53:21 +0900
22915 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
22920 ____________________________________________________________________________
22921 [ 8056] By: jhi on 2000/12/09 21:51:16
22922 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
22923 From: Inaba Hiroto <inaba@st.rim.or.jp>
22924 Date: Sat, 09 Dec 2000 18:02:00 +0900
22925 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
22927 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
22929 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
22930 ____________________________________________________________________________
22931 [ 8055] By: nick on 2000/12/09 20:11:48
22932 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
22933 than raw PerlIO_write() - does not seem to break any tests.
22936 ____________________________________________________________________________
22937 [ 8054] By: nick on 2000/12/09 19:47:30
22938 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
22939 (sysread, recv and write i.e. formats still to do...)
22940 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
22941 open($fh,">:utf8","name")
22942 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
22943 so no extra overhead is involved.
22944 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
22945 to a non-utf8 stream.
22946 Add initial io/utf8.t
22947 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
22948 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
22949 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
22952 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
22953 ____________________________________________________________________________
22954 [ 8053] By: nick on 2000/12/09 19:26:37
22955 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
22956 was only testing this_utf8.
22959 ____________________________________________________________________________
22960 [ 8052] By: nick on 2000/12/09 19:09:41
22961 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
22962 i.e. the output string has one, but don't mess with source assumption.
22965 ____________________________________________________________________________
22966 [ 8051] By: jhi on 2000/12/09 16:55:17
22967 Log: Integrate perlio.
22969 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
22970 !> sv.c thrdvar.h util.c
22971 ____________________________________________________________________________
22972 [ 8050] By: jhi on 2000/12/09 16:48:07
22973 Log: Nits noticed by Peter Prymmer.
22975 ! lib/ExtUtils/MM_VMS.pm
22976 ____________________________________________________________________________
22977 [ 8049] By: nick on 2000/12/09 13:49:40
22978 Log: UTF8 output prework.
22979 - Store $\ and $, as SVs so they can have SvUTF8 flag
22980 - use do_print() rather than raw PerlIO_write() to print them.
22982 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
22984 ____________________________________________________________________________
22985 [ 8048] By: nick on 2000/12/09 12:30:43
22986 Log: Integrate mainline.
22988 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
22990 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
22991 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22992 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
22993 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
22994 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
22995 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
22996 ____________________________________________________________________________
22997 [ 8047] By: jhi on 2000/12/09 00:23:27
22998 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
22999 From: Michael G Schwern <schwern@pobox.com>
23000 Date: Fri, 8 Dec 2000 14:43:04 -0600
23002 ! lib/ExtUtils/MM_VMS.pm
23003 ____________________________________________________________________________
23004 [ 8046] By: jhi on 2000/12/08 23:10:27
23005 Log: A missed check-in.
23007 ! lib/ExtUtils/Manifest.pm
23008 ____________________________________________________________________________
23009 [ 8045] By: jhi on 2000/12/08 21:57:12
23010 Log: (null check-in)
23012 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
23013 ____________________________________________________________________________
23014 [ 8044] By: jhi on 2000/12/08 21:11:06
23015 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
23016 at the final draft stage.
23018 + ext/Encode/Encode/iso8859-16.enc
23020 ____________________________________________________________________________
23021 [ 8043] By: jhi on 2000/12/08 16:39:04
23022 Log: Update Changes.
23024 ! Changes patchlevel.h
23025 ____________________________________________________________________________
23026 [ 8042] By: jhi on 2000/12/08 16:33:39
23027 Log: Do not return the Unicode replacement character if UTF-8
23028 decoding goes awry, it should be up to the caller to decide.
23030 ! pod/perlapi.pod utf8.c
23031 ____________________________________________________________________________
23032 [ 8041] By: jhi on 2000/12/08 16:22:28
23033 Log: metaconfig maintenance.
23035 ! U/modified/stdchar.U
23036 Branch: metaconfig/U/perl
23038 ____________________________________________________________________________
23039 [ 8040] By: jhi on 2000/12/08 16:03:08
23040 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
23041 From: sthoenna@efn.org
23042 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
23043 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
23045 ! Changes lib/ExtUtils/MM_OS2.pm
23046 ____________________________________________________________________________
23047 [ 8039] By: jhi on 2000/12/08 15:57:11
23048 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
23049 From: Simon Cozens <simon@cozens.net>
23050 Date: Fri, 8 Dec 2000 13:33:31 +0000
23051 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
23053 (The pp_hot part needed a rewrite.)
23055 ! doop.c pp_hot.c utf8.c
23056 ____________________________________________________________________________
23057 [ 8038] By: jhi on 2000/12/08 15:25:08
23059 From: Michael Stevens <michael@etla.org>
23060 Date: Wed, 6 Dec 2000 23:24:01 +0000
23061 Message-ID: <20001206232400.A21381@firedrake.org>
23063 Plus a note from Nick Ing-Simmons.
23066 ____________________________________________________________________________
23067 [ 8037] By: jhi on 2000/12/08 15:18:35
23068 Log: Filetype is text.
23070 ! t/op/utf8decode.t
23071 ____________________________________________________________________________
23072 [ 8036] By: jhi on 2000/12/08 03:31:27
23073 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
23074 From: Andy Dougherty <doughera@lafayette.edu>
23075 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
23076 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
23078 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
23079 From: Andy Dougherty <doughera@lafayette.edu>
23080 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
23081 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
23083 + ext/POSIX/hints/svr4.pl
23084 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
23085 ____________________________________________________________________________
23086 [ 8035] By: jhi on 2000/12/08 03:26:01
23087 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
23088 From: Andy Dougherty <doughera@lafayette.edu>
23089 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
23090 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
23092 ! t/README t/base/term.t
23093 ____________________________________________________________________________
23094 [ 8034] By: jhi on 2000/12/08 03:21:59
23095 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
23096 From: mjd@plover.com
23097 Date: 7 Dec 2000 21:04:20 -0000
23098 Message-ID: <20001207210420.22282.qmail@plover.com>
23103 ____________________________________________________________________________
23104 [ 8033] By: jhi on 2000/12/08 03:19:03
23105 Log: Use the UTF8 macros a bit. They can't be used with abandon
23106 everywhere because we do generate illegal UTF-8 in some situations.
23107 This is of course naughty.
23109 ! pod/perlapi.pod utf8.c utf8.h
23110 ____________________________________________________________________________
23111 [ 8032] By: jhi on 2000/12/08 03:00:09
23114 ! t/pragma/warn/utf8
23115 ____________________________________________________________________________
23116 [ 8031] By: jhi on 2000/12/08 02:22:39
23120 ____________________________________________________________________________
23121 [ 8030] By: jhi on 2000/12/08 01:23:54
23122 Log: Add test for reverse().
23126 ____________________________________________________________________________
23127 [ 8029] By: jhi on 2000/12/08 01:21:47
23128 Log: Integrate perlio.
23130 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
23131 !> perlio.c perlio.h perlsdio.h warnings.pl
23132 ____________________________________________________________________________
23133 [ 8028] By: jhi on 2000/12/08 01:19:08
23134 Log: Introduce macros for UTF8 decoding.
23136 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
23137 ____________________________________________________________________________
23138 [ 8027] By: nick on 2000/12/07 22:18:19
23139 Log: Integrate mainline
23141 !> embed.pl pod/perlapi.pod utf8.c
23142 ____________________________________________________________________________
23143 [ 8026] By: nick on 2000/12/07 21:45:08
23144 Log: Various oddities p4 diff -se showed up
23145 Remove 'our' from warnings.pl
23147 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
23148 ____________________________________________________________________________
23149 [ 8025] By: nick on 2000/12/07 21:43:32
23150 Log: Change PerlIO_(get|set)pos to take SV *
23151 Should fix, OS/2, VMS, (sfio??)
23153 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
23154 ____________________________________________________________________________
23155 [ 8024] By: jhi on 2000/12/07 19:05:32
23156 Log: Document utf8_to_uv() better.
23158 ! pod/perlapi.pod utf8.c
23159 ____________________________________________________________________________
23160 [ 8023] By: jhi on 2000/12/07 18:23:47
23161 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
23163 ! embed.pl pod/perlapi.pod utf8.c
23164 ____________________________________________________________________________
23165 [ 8022] By: jhi on 2000/12/07 04:13:51
23166 Log: Integrate perlio.
23168 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
23169 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
23170 !> win32/makefile.mk
23171 ____________________________________________________________________________
23172 [ 8021] By: nick on 2000/12/07 00:28:14
23173 Log: Various attempts at MSVC debug - not sure what has
23174 changed but works now.
23175 Seems atexit() _may_ work for DLLs built with MSVC so don't
23176 call cleanup that way.
23178 ! perlio.c win32/makefile.mk
23179 ____________________________________________________________________________
23180 [ 8020] By: nick on 2000/12/06 19:57:20
23181 Log: Integrate mainline
23183 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
23184 !> (integrate 75 files)
23185 ____________________________________________________________________________
23186 [ 8019] By: nick on 2000/12/06 19:28:21
23187 Log: Add useperlio to config.vc
23188 Turn off binmode in config_H.PL
23189 Regen all the config_H.xx
23190 Attempt to get debugging build with MSVC.
23192 ! win32/config.vc win32/config_H.bc win32/config_H.gc
23193 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
23194 ____________________________________________________________________________
23195 [ 8018] By: nick on 2000/12/06 19:21:57
23196 Log: Test various dup/external program options on all platforms.
23199 ____________________________________________________________________________
23200 [ 8017] By: nick on 2000/12/06 19:20:47
23201 Log: Fix harness to be less picky
23203 ! lib/Test/Harness.pm
23204 ____________________________________________________________________________
23205 [ 8016] By: jhi on 2000/12/06 16:45:12
23206 Log: Update Changes.
23208 ! Changes patchlevel.h
23209 ____________________________________________________________________________
23210 [ 8015] By: jhi on 2000/12/06 16:41:03
23211 Log: Test \x{...} with ord().
23214 ____________________________________________________________________________
23215 [ 8014] By: jhi on 2000/12/06 16:20:33
23216 Log: Test tweak because of #8013.
23219 ____________________________________________________________________________
23220 [ 8013] By: jhi on 2000/12/06 16:09:09
23221 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
23222 From: Michael G Schwern <schwern@pobox.com>
23223 Date: Tue, 5 Dec 2000 21:23:28 -0500
23224 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
23226 Carp::Heavy parts not very applicable because of recent changes.
23228 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
23229 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
23230 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
23231 ! lib/Exporter.pm lib/Exporter/Heavy.pm
23232 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
23233 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23234 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
23235 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
23236 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
23237 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
23238 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
23239 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
23240 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
23241 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
23242 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
23243 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
23244 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
23245 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
23246 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
23247 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
23249 ____________________________________________________________________________
23250 [ 8012] By: jhi on 2000/12/06 15:22:38
23251 Log: Subject: [PATCH] Re: New harness is failing things
23252 From: Nick Ing-Simmons <nik@tiuk.ti.com>
23253 Date: Wed, 6 Dec 2000 13:00:30 GMT
23254 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
23256 ! lib/Test/Harness.pm
23257 ____________________________________________________________________________
23258 [ 8011] By: jhi on 2000/12/06 15:12:08
23259 Log: Subject: installhtml changes
23260 From: Michael Stevens <michael@etla.org>
23261 Date: Wed, 6 Dec 2000 13:15:53 +0000
23262 Message-ID: <20001206131553.A27317@firedrake.org>
23265 ____________________________________________________________________________
23266 [ 8010] By: jhi on 2000/12/06 15:06:05
23267 Log: Subject: the dTHR hits
23268 From: Michael Stevens <michael@etla.org>
23269 Date: Wed, 6 Dec 2000 12:06:03 +0000
23270 Message-ID: <20001206120603.A24581@firedrake.org>
23272 More, errrm, less dTHRs.
23274 ! bytecode.pl ext/B/B/C.pm
23275 ____________________________________________________________________________
23276 [ 8009] By: jhi on 2000/12/06 15:04:25
23277 Log: Subject: MakeMaker mailing list gone?
23278 From: Michael G Schwern <schwern@pobox.com>
23279 Date: Tue, 5 Dec 2000 19:29:59 -0500
23280 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
23282 The MakeMaker mailing list is dead, perlbug is the right
23283 address to report bugs.
23285 ! lib/ExtUtils/MakeMaker.pm
23286 ____________________________________________________________________________
23287 [ 8008] By: jhi on 2000/12/06 15:00:32
23288 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
23289 From: Michael G Schwern <schwern@pobox.com>
23290 Date: Tue, 5 Dec 2000 19:21:21 -0500
23291 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
23293 Add a default MANIFEST skip that ignores things like
23294 version control files, editor temporary files, and the Makefile.
23296 + lib/ExtUtils/MANIFEST.SKIP
23297 ! MANIFEST lib/ExtUtils/Manifest.pm
23298 ____________________________________________________________________________
23299 [ 8007] By: jhi on 2000/12/06 14:57:20
23300 Log: In Amiga more manual hackery of the scripts seems to be needed,
23301 from Jan-Erik Karlsson. Why Configure does not get this right
23302 is unknown, may be shell-induced.
23305 ____________________________________________________________________________
23306 [ 8006] By: jhi on 2000/12/05 23:53:12
23307 Log: Add TOPm1s to peek at the second topmost stack item.
23310 ____________________________________________________________________________
23311 [ 8005] By: jhi on 2000/12/05 23:13:55
23312 Log: Avaunt, you foul UTF-8 tests.
23314 ! t/op/ver.t t/pragma/utf8.t
23315 ____________________________________________________________________________
23316 [ 8004] By: jhi on 2000/12/05 23:09:54
23317 Log: Continue utf8 dispersal.
23320 ! MANIFEST t/pragma/utf8.t
23321 ____________________________________________________________________________
23322 [ 8003] By: nick on 2000/12/05 23:02:39
23323 Log: Integrate mainline.
23325 +> t/op/length.t t/op/utf8decode.t
23326 !> (integrate 69 files)
23327 ____________________________________________________________________________
23328 [ 8002] By: jhi on 2000/12/05 22:59:28
23329 Log: Integrate perlio.
23331 !> iperlsys.h perl.c perlio.c win32/perllib.c
23332 ____________________________________________________________________________
23333 [ 8001] By: nick on 2000/12/05 22:07:52
23334 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
23335 - calloc/free suffer from damage on TerminateThread()
23336 - use PerlMemShared (as originally planned) now fixed
23337 - avoid doing anything important on DLL "detach".
23339 ! perl.c perlio.c win32/perllib.c
23340 ____________________________________________________________________________
23341 [ 8000] By: nick on 2000/12/05 21:05:09
23342 Log: Fix gross PerlMemShared issue.
23345 ____________________________________________________________________________
23346 [ 7999] By: jhi on 2000/12/05 20:46:58
23347 Log: Test for Unicode (UTF-8) hash keys.
23350 ____________________________________________________________________________
23351 [ 7998] By: jhi on 2000/12/05 20:30:35
23352 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
23353 is now always UTF-8), empty line cosmetics.
23356 ____________________________________________________________________________
23357 [ 7997] By: jhi on 2000/12/05 20:15:40
23358 Log: Subject: Re: STRLEN - what?
23359 From: Andy Dougherty <doughera@lafayette.edu>
23360 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
23361 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
23366 ____________________________________________________________________________
23367 [ 7996] By: jhi on 2000/12/05 20:13:34
23368 Log: Split off the UTF-8 decoder tests, make them to check also
23371 + t/op/utf8decode.t
23372 ! MANIFEST t/pragma/utf8.t utf8.c
23373 ____________________________________________________________________________
23374 [ 7995] By: jhi on 2000/12/05 16:39:47
23375 Log: Start migrating bits of pragma/utf8 to elsewhere
23376 (since the long term plan is to obsolete 'use utf8').
23379 ! MANIFEST t/pragma/utf8.t
23380 ____________________________________________________________________________
23381 [ 7994] By: jhi on 2000/12/05 16:30:21
23382 Log: Fix a manual edit typo from #7993, fix the message formatting
23383 for Unicode, add few our declarations.
23385 ! lib/Carp/Heavy.pm
23386 ____________________________________________________________________________
23387 [ 7993] By: jhi on 2000/12/05 16:09:15
23388 Log: Subject: Need help with warnings :-(
23389 From: "Ben Tilly" <ben_tilly@hotmail.com>
23390 Date: Tue, 05 Dec 2000 01:35:54 -0500
23391 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
23393 Subject: UPDATE: Carp/Heavy now passes all tests
23394 From: "Ben Tilly" <ben_tilly@hotmail.com>
23395 Date: Tue, 05 Dec 2000 07:59:41 -0500
23396 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
23398 The Brave New Carp.
23400 ! lib/Carp.pm lib/Carp/Heavy.pm
23401 ____________________________________________________________________________
23402 [ 7992] By: jhi on 2000/12/05 15:55:08
23403 Log: Subject: [PATCH perl@7979] cygwin port
23404 From: "Eric Fifer" <efifer@dircon.co.uk>
23405 Date: Tue, 5 Dec 2000 14:04:09 -0000
23406 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
23408 ! t/lib/net-hostent.t
23409 ____________________________________________________________________________
23410 [ 7991] By: jhi on 2000/12/05 15:52:34
23411 Log: Subject: Re: [PATCH] The largest hoax of all times?
23412 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23413 Date: Tue, 5 Dec 2000 00:40:25 -0500
23414 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
23416 Subject: Re: [PATCH] The largest hoax of all times?
23417 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23418 Date: Mon, 4 Dec 2000 23:55:53 -0500
23419 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
23421 Subject: Re: [PATCH] The largest hoax of all times?
23422 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23423 Date: Tue, 5 Dec 2000 01:28:45 -0500
23424 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
23426 Fix the unpredictable order of DESTROYs.
23428 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
23429 ! sv.c sv.h t/op/ref.t
23430 ____________________________________________________________________________
23431 [ 7990] By: jhi on 2000/12/05 14:38:53
23432 Log: Subject: [PATCH] shrink pp_hot fractionally
23433 From: Nicholas Clark <nick@ccl4.org>
23434 Date: Tue, 5 Dec 2000 12:44:31 +0000
23435 Message-ID: <20001205124431.E74518@plum.flirble.org>
23437 Use report_evil_fh().
23439 ! opcode.pl opnames.h pp_hot.c util.c
23440 ____________________________________________________________________________
23441 [ 7989] By: jhi on 2000/12/05 14:21:27
23442 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
23443 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23444 Date: Mon, 04 Dec 2000 22:21:59 -0800
23445 Message-ID: <HmIL6gzkgepS092yn@efn.org>
23447 Harness shouldn't ignore responses like "ok 3\r\r\n".
23449 ! lib/Test/Harness.pm
23450 ____________________________________________________________________________
23451 [ 7988] By: jhi on 2000/12/05 13:51:28
23452 Log: Integrate the "skip" messages to explain().
23454 ! t/lib/syslfs.t t/op/lfs.t
23455 ____________________________________________________________________________
23456 [ 7987] By: jhi on 2000/12/05 12:34:54
23457 Log: The one that got away in #7984.
23459 Subject: Re: dTHR - what and why?
23460 From: Michael Stevens <michael@etla.org>
23461 Date: Tue, 5 Dec 2000 11:15:52 +0000
23462 Message-ID: <20001205111552.A4647@firedrake.org>
23465 ____________________________________________________________________________
23466 [ 7986] By: gsar on 2000/12/05 09:14:44
23467 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
23468 due to the notorious GetFileType() bug in Windows 9x, which fstat()
23471 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
23472 ____________________________________________________________________________
23473 [ 7985] By: jhi on 2000/12/05 05:49:03
23474 Log: Integrate perlio.
23476 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
23477 !> win32/perlhost.h win32/perllib.c
23478 ____________________________________________________________________________
23479 [ 7984] By: jhi on 2000/12/05 05:48:16
23480 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
23482 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
23483 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
23484 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
23485 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
23486 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
23487 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
23488 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
23489 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
23491 ____________________________________________________________________________
23492 [ 7983] By: nick on 2000/12/04 23:27:43
23493 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
23495 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
23496 ! win32/perlhost.h win32/perllib.c
23497 ____________________________________________________________________________
23498 [ 7982] By: jhi on 2000/12/04 19:44:09
23499 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
23500 uncovered by #7980.
23503 ____________________________________________________________________________
23504 [ 7981] By: jhi on 2000/12/04 19:42:07
23505 Log: Subject: [PATCH] Trivial dump.c feature
23506 From: Simon Cozens <simon@cozens.net>
23507 Date: Mon, 4 Dec 2000 18:08:38 +0000
23508 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
23510 Show whether a constant is UTF-8.
23513 ____________________________________________________________________________
23514 [ 7980] By: jhi on 2000/12/04 19:36:51
23515 Log: UTF-8 hash keys, patch from Inaba Hiroto.
23517 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
23518 ____________________________________________________________________________
23519 [ 7979] By: jhi on 2000/12/04 17:36:28
23520 Log: Update Changes.
23522 ! Changes patchlevel.h
23523 ____________________________________________________________________________
23524 [ 7978] By: jhi on 2000/12/04 16:42:17
23525 Log: Retract #7977, still too volatile (the euphemism of the day
23526 for unfinished and buggy :-)
23528 ! doop.c hv.c pp.c sv.h
23529 ____________________________________________________________________________
23530 [ 7977] By: jhi on 2000/12/04 16:25:15
23531 Log: (Retracted by #7978, too shaky yet.)
23533 Subject: Re: utf8 in hash keys, implementor missing
23534 From: Simon Cozens <simon@cozens.net>
23535 Date: Sat, 2 Dec 2000 19:49:35 +0000
23536 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
23538 The first step at UTF-8 hash keys.
23540 ! doop.c hv.c pp.c sv.h
23541 ____________________________________________________________________________
23542 [ 7976] By: jhi on 2000/12/04 16:13:53
23543 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
23544 From: sthoenna@efn.org
23545 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
23546 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
23548 ! os2/os2.c perlio.c
23549 ____________________________________________________________________________
23550 [ 7975] By: jhi on 2000/12/04 16:05:25
23551 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
23552 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23553 Date: Thu, 30 Nov 2000 20:50:37 -0800
23554 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
23557 ____________________________________________________________________________
23558 [ 7974] By: jhi on 2000/12/04 16:03:57
23559 Log: Subject: [PATCH] ++ 20% faster
23560 From: Nicholas Clark <nick@ccl4.org>
23561 Date: Mon, 4 Dec 2000 12:17:27 +0000
23562 Message-ID: <20001204121726.B52976@plum.flirble.org>
23564 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
23567 ____________________________________________________________________________
23568 [ 7973] By: jhi on 2000/12/04 16:00:48
23570 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
23571 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23572 Date: Mon, 04 Dec 2000 12:30:45 +0100
23573 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
23575 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
23576 library (getprotobyname and getprotobynumber are outversioned by
23577 the same calls in libc, at least for xlc version 3.
23580 ____________________________________________________________________________
23581 [ 7972] By: jhi on 2000/12/04 02:58:31
23582 Log: Integrate perlio.
23584 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
23585 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
23586 !> win32/win32.h win32/win32iop.h win32/win32thread.h
23587 ____________________________________________________________________________
23588 [ 7971] By: nick on 2000/12/04 00:24:33
23589 Log: Quieten some noise in Win32 builds:
23590 - win32.h is included after <sys/socket.h>, so need to
23591 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
23592 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
23594 ! doio.c perl.h toke.c win32/win32.h
23595 ____________________________________________________________________________
23596 [ 7970] By: nick on 2000/12/03 22:57:46
23597 Log: PERL_IMPLICIT_SYS compiles but does not work.
23599 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
23600 ! win32/perlhost.h win32/perllib.c win32/win32.h
23601 ! win32/win32iop.h win32/win32thread.h
23602 ____________________________________________________________________________
23603 [ 7969] By: jhi on 2000/12/03 22:12:58
23604 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
23605 used to swash_init(), makes regprop() dumps more informative
23606 (+utf8::IsAlpha, -utf8::IsDigit, for example).
23608 ! regcomp.c regexec.c
23609 ____________________________________________________________________________
23610 [ 7968] By: jhi on 2000/12/03 21:39:56
23611 Log: Implement ANYOFUTF8 regprop() dumping.
23614 ____________________________________________________________________________
23615 [ 7967] By: jhi on 2000/12/03 20:57:19
23616 Log: Make uv_to_utf8() to zero-terminate its output buffer,
23617 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
23619 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
23620 ____________________________________________________________________________
23621 [ 7966] By: nick on 2000/12/03 18:41:21
23622 Log: Integrate mainline (STDCHAR)
23624 !> Configure t/pragma/utf8.t
23625 ____________________________________________________________________________
23626 [ 7965] By: jhi on 2000/12/03 17:58:20
23627 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
23630 ____________________________________________________________________________
23631 [ 7964] By: jhi on 2000/12/03 17:35:56
23632 Log: Integrate perlio.
23634 !> iperlsys.h perlio.c
23635 ____________________________________________________________________________
23636 [ 7963] By: jhi on 2000/12/03 17:33:55
23637 Log: Metaconfig unit change for #7962.
23639 ! U/modified/stdchar.U
23640 ____________________________________________________________________________
23641 [ 7962] By: jhi on 2000/12/03 17:33:27
23642 Log: Untangle the <stdio.h> #include nest for the stdchar test,
23643 from Andy Dougherty.
23646 ____________________________________________________________________________
23647 [ 7961] By: nick on 2000/12/03 16:53:00
23648 Log: Make iperlsys.h vector stdio not PerlIO.
23650 ! iperlsys.h perlio.c
23651 ____________________________________________________________________________
23652 [ 7960] By: nick on 2000/12/03 14:43:01
23653 Log: Integrate mainline
23655 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
23656 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
23657 ____________________________________________________________________________
23658 [ 7959] By: jhi on 2000/12/03 08:16:36
23659 Log: Use DO_UTF8().
23662 ____________________________________________________________________________
23663 [ 7958] By: jhi on 2000/12/02 18:33:05
23664 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
23665 From: Mike Guy <mjtg@cam.ac.uk>
23666 Date: Sat, 02 Dec 2000 17:27:13 +0000
23667 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
23669 An extraneous argument.
23672 ____________________________________________________________________________
23673 [ 7957] By: jhi on 2000/12/02 18:22:32
23674 Log: A missing hunk.
23676 ! t/lib/net-hostent.t
23677 ____________________________________________________________________________
23678 [ 7956] By: jhi on 2000/12/02 18:06:20
23679 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
23680 From: Nicholas Clark <nick@ccl4.org>
23681 Date: Sat, 2 Dec 2000 14:28:27 +0000
23682 Message-ID: <20001202142827.A12308@plum.flirble.org>
23686 ! t/lib/net-hostent.t
23687 ____________________________________________________________________________
23688 [ 7955] By: jhi on 2000/12/02 17:58:06
23689 Log: Metaconfig unit change for #7954.
23691 ! U/modified/stdchar.U
23692 ____________________________________________________________________________
23693 [ 7954] By: jhi on 2000/12/02 17:54:32
23694 Log: An inconvenient hang would happen if the stdio _ptr wasn't
23695 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
23696 would be grepping stdin for all eternity for the _ptr.)
23699 ____________________________________________________________________________
23700 [ 7953] By: jhi on 2000/12/02 00:07:15
23701 Log: Update Changes.
23703 ! Changes patchlevel.h
23704 ____________________________________________________________________________
23705 [ 7952] By: jhi on 2000/12/01 23:54:47
23706 Log: Subject: Re: long shell lines
23707 From: Andy Dougherty <doughera@lafayette.edu>
23708 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
23709 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
23711 Split overly long shell command lines.
23713 ! lib/ExtUtils/MM_Unix.pm
23714 ____________________________________________________________________________
23715 [ 7951] By: jhi on 2000/12/01 23:48:02
23716 Log: The metaconfig unit change for #7950.
23718 + U/modified/stdchar.U
23719 ____________________________________________________________________________
23720 [ 7950] By: jhi on 2000/12/01 23:47:39
23721 Log: Try to find stdchar also from <stdio_impl.h>.
23723 ! Configure config_h.SH
23724 ____________________________________________________________________________
23725 [ 7949] By: jhi on 2000/12/01 23:46:45
23726 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
23727 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23728 Date: Fri, 1 Dec 2000 16:26:08 -0500
23729 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
23731 Reword the diagnostic message.
23734 ____________________________________________________________________________
23735 [ 7948] By: nick on 2000/12/01 22:49:43
23736 Log: Integrate mainline (for s/y/m as sub names stuff).
23738 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
23739 !> t/pragma/warn/toke toke.c
23740 ____________________________________________________________________________
23741 [ 7947] By: jhi on 2000/12/01 20:55:41
23742 Log: Integrate perlio.
23744 !> perlio.c perliol.h t/io/pipe.t
23745 ____________________________________________________________________________
23746 [ 7946] By: jhi on 2000/12/01 20:36:51
23747 Log: Upgrade to CPAN 1.59_51, from Andreas König.
23749 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23750 ____________________________________________________________________________
23751 [ 7945] By: nick on 2000/12/01 20:31:32
23752 Log: Integrate mainline
23754 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
23755 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
23756 +> t/lib/net-hostent.t
23757 !> (integrate 35 files)
23758 ____________________________________________________________________________
23759 [ 7944] By: jhi on 2000/12/01 20:23:29
23760 Log: Some help for 20001130.011. Now one gets warnings like
23761 "Ambiguous -f() resolved as a file test ..."
23763 ! pod/perldiag.pod t/pragma/warn/toke toke.c
23764 ____________________________________________________________________________
23765 [ 7943] By: jhi on 2000/12/01 19:44:44
23766 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
23767 that also breaks using them as methods.
23769 ! pod/perldiag.pod t/op/misc.t toke.c
23770 ____________________________________________________________________________
23771 [ 7942] By: nick on 2000/12/01 17:56:46
23772 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
23773 Make 'unix' pass most tests
23774 - do unread by temporary push of layer ("pending") holding unread chars
23775 - fast_gets is now based on per-handle flag
23776 - relax one of io/pipe.t tests to allow print to fail and close to
23777 succeed so that it passes on unbuffered "unix" layer.
23778 Remaining fail is sporadic and a genuine race condition between
23779 parent/child in fork test.
23781 ! perlio.c perliol.h t/io/pipe.t
23782 ____________________________________________________________________________
23783 [ 7941] By: jhi on 2000/12/01 15:28:58
23784 Log: (Retracted by #7943.)
23786 Reserve the short named string operator names.
23788 ! pod/perldiag.pod t/op/misc.t toke.c
23789 ____________________________________________________________________________
23790 [ 7940] By: jhi on 2000/12/01 06:45:53
23791 Log: Get the three different space character classes right under utf8.
23793 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
23794 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
23795 ! regexec.c t/op/pat.t utf8.c
23796 ____________________________________________________________________________
23797 [ 7939] By: jhi on 2000/12/01 03:26:26
23798 Log: Two more tests that make no sense in UTF-8 since the test
23799 data is not in UTF-8.
23802 ____________________________________________________________________________
23803 [ 7938] By: jhi on 2000/12/01 03:20:39
23804 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
23805 should it be required inside regexen?
23807 ! regcomp.c t/op/regmesg.t
23808 ____________________________________________________________________________
23809 [ 7937] By: jhi on 2000/12/01 02:58:53
23810 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
23811 stored and restored, and thusly was trounced by the utf8 swash
23815 ____________________________________________________________________________
23816 [ 7936] By: jhi on 2000/11/30 20:41:39
23817 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
23818 Why the different platforms behave so differently (core dump vs
23819 no core dump) on this bug is a but of a mystery, but if I had to
23820 guess I would mumble something like 'alignment'.
23823 ____________________________________________________________________________
23824 [ 7935] By: jhi on 2000/11/30 16:17:02
23825 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
23826 From: Robin Barker <rmb1@cise.npl.co.uk>
23827 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
23828 Date: Thu, 30 Nov 2000 14:27:12 GMT
23831 ____________________________________________________________________________
23832 [ 7934] By: jhi on 2000/11/30 16:04:49
23833 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
23835 ! t/lib/net-hostent.t
23836 ____________________________________________________________________________
23837 [ 7933] By: jhi on 2000/11/30 06:07:26
23838 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
23839 From: Peter Prymmer <pvhp@forte.com>
23840 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
23841 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
23843 In VMS the localhost may be LOCALHOST.
23845 ! t/lib/net-hostent.t
23846 ____________________________________________________________________________
23847 [ 7932] By: jhi on 2000/11/30 01:11:11
23848 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
23849 From: Peter Prymmer <pvhp@forte.com>
23850 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
23851 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
23853 plus regen perlapi.pod.
23855 ! pod/perlapi.pod utf8.c
23856 ____________________________________________________________________________
23857 [ 7931] By: jhi on 2000/11/30 01:06:19
23858 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
23859 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23860 Date: Wed, 29 Nov 2000 17:15:11 EST
23861 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
23863 ! t/lib/filter-util.pl t/lib/filter-util.t
23864 ____________________________________________________________________________
23865 [ 7930] By: jhi on 2000/11/29 18:51:55
23866 Log: Update Changes.
23868 ! Changes patchlevel.h
23869 ____________________________________________________________________________
23870 [ 7929] By: jhi on 2000/11/29 18:50:55
23871 Log: Update the va_copy() metaconfig unit.
23872 Branch: metaconfig/U/perl
23874 ____________________________________________________________________________
23875 [ 7928] By: jhi on 2000/11/29 17:50:43
23876 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
23877 From: Dominic Dunlop <domo@computer.org>
23878 Date: Tue, 28 Nov 2000 16:41:57 +0100
23879 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
23881 Patch to catch a core dump in the Configure va_copy test.
23883 ! Configure config_h.SH
23884 ____________________________________________________________________________
23885 [ 7927] By: jhi on 2000/11/29 17:31:59
23886 Log: Retract #7921, the patch shouldn't be needed.
23889 ____________________________________________________________________________
23890 [ 7926] By: jhi on 2000/11/29 17:01:41
23891 Log: Make the Class::Struct import() wiser.
23893 ! lib/Class/Struct.pm t/lib/class-struct.t
23894 ____________________________________________________________________________
23895 [ 7925] By: jhi on 2000/11/29 16:36:33
23896 Log: All the core library users of Class::Struct seem to be
23897 using "use Class::Struct 'struct';" instead of the bare
23898 "use Class::Struct;", which isn't documented in Class::Struct.
23899 This can't be right.
23902 ____________________________________________________________________________
23903 [ 7924] By: jhi on 2000/11/29 16:32:15
23904 Log: A test works better if it has the right 1..$n output.
23906 ! t/lib/class-struct.t
23907 ____________________________________________________________________________
23908 [ 7923] By: jhi on 2000/11/29 16:29:11
23909 Log: Forgot to MANIFEST the new Net::hostent test.
23912 ____________________________________________________________________________
23913 [ 7922] By: jhi on 2000/11/29 16:27:49
23914 Log: Integrate perlio.
23916 !> iperlsys.h perlio.c
23917 ____________________________________________________________________________
23918 [ 7921] By: jhi on 2000/11/29 16:27:10
23919 Log: (Retracted by #7927.)
23921 Subject: [PATCH] Is infinity a number?
23922 From: Simon Cozens <simon@cozens.net>
23923 Date: Wed, 29 Nov 2000 14:48:20 +0000
23924 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
23927 ____________________________________________________________________________
23928 [ 7920] By: jhi on 2000/11/29 16:23:02
23929 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
23930 From: rspier@pobox.com (Robert Spier)
23931 Date: Wed, 29 Nov 2000 02:17:49 -0500
23932 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
23934 Add a test for Net::hostent.
23936 + t/lib/net-hostent.t
23937 ____________________________________________________________________________
23938 [ 7919] By: jhi on 2000/11/29 16:21:31
23939 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
23940 add a test for Class::Struct.
23942 + t/lib/class-struct.t
23943 ! MANIFEST lib/Class/Struct.pm
23944 ____________________________________________________________________________
23945 [ 7918] By: jhi on 2000/11/29 15:48:40
23946 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
23947 From: rspier@pobox.com (Robert Spier)
23948 Date: Wed, 29 Nov 2000 02:25:39 -0500
23949 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
23951 More checking in case someone has broken their services or
23952 protocol databases.
23954 ! ext/Sys/Syslog/Syslog.pm
23955 ____________________________________________________________________________
23956 [ 7917] By: jhi on 2000/11/29 15:46:25
23957 Log: Subject: [PATCH] $^O win32 -> MSWin32
23958 From: rspier@pobox.com (Robert Spier)
23959 Date: Wed, 29 Nov 2000 02:17:38 -0500
23960 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
23962 plus similar nits for vms, err, VMS, and UNICOS.
23964 ! t/lib/syslfs.t t/op/lfs.t
23965 ____________________________________________________________________________
23966 [ 7916] By: jhi on 2000/11/29 15:42:51
23967 Log: Subject: [PATCH] Tokeniser debugging
23968 From: Simon Cozens <simon@cozens.net>
23969 Date: Wed, 29 Nov 2000 14:15:45 +0000
23970 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
23972 ! perl.c perl.h pod/perlrun.pod toke.c
23973 ____________________________________________________________________________
23974 [ 7915] By: jhi on 2000/11/29 15:41:36
23975 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
23976 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23977 Date: Wed, 29 Nov 2000 02:13:14 -0500
23978 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
23982 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
23983 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23984 Date: Wed, 29 Nov 2000 03:09:04 -0500
23985 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
23987 OUT and IN_OUT documentation.
23989 ! lib/ExtUtils/xsubpp pod/perlxs.pod
23990 ____________________________________________________________________________
23991 [ 7914] By: jhi on 2000/11/29 03:35:01
23992 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
23993 From: John Tobey <jtobey@john-edwin-tobey.org>
23994 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
23995 Message-Id: <m140e1N-000FOoC@feynman.localnet>
23997 plus a performance speedup noticed by Sarathy.
24000 ____________________________________________________________________________
24001 [ 7913] By: jhi on 2000/11/29 03:16:59
24002 Log: Use "1 while unlink" so that VMS gets clean, too.
24004 ! t/lib/filter-util.t
24005 ____________________________________________________________________________
24006 [ 7912] By: jhi on 2000/11/29 03:09:08
24007 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
24008 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24009 Date: Tue, 28 Nov 2000 03:27:09 -0500
24010 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
24012 ! lib/ExtUtils/xsubpp
24013 ____________________________________________________________________________
24014 [ 7911] By: jhi on 2000/11/29 03:06:30
24015 Log: This should have been part of #7872: no need to scan UTF-8
24019 ____________________________________________________________________________
24020 [ 7910] By: jhi on 2000/11/29 02:50:04
24021 Log: One more perltie.pod nit from Casey R. Tweten.
24024 ____________________________________________________________________________
24025 [ 7909] By: jhi on 2000/11/29 02:44:23
24026 Log: Document the known sprintf test failures, exact standard
24027 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
24029 ! pod/perldelta.pod t/op/sprintf.t
24030 ____________________________________________________________________________
24031 [ 7908] By: jhi on 2000/11/29 02:36:23
24032 Log: Add the Encoding table format documentation.
24034 + ext/Encode/Encode/EncodeFormat.pod
24036 ____________________________________________________________________________
24037 [ 7907] By: jhi on 2000/11/29 02:07:24
24038 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
24039 From: "Casey R. Tweten" <crt@kiski.net>
24040 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
24041 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
24043 Subject: Re: [PATCH] Updating perltie.pod for arrays
24044 From: "Casey R. Tweten" <crt@kiski.net>
24045 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
24046 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
24049 ____________________________________________________________________________
24050 [ 7906] By: nick on 2000/11/28 22:40:59
24051 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
24053 ! iperlsys.h perlio.c
24054 ____________________________________________________________________________
24055 [ 7905] By: nick on 2000/11/28 22:04:34
24056 Log: Integrate mainline
24058 !> (integrate 39 files)
24059 ____________________________________________________________________________
24060 [ 7904] By: jhi on 2000/11/28 16:44:43
24061 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
24062 From: Nicholas Clark <nick@babyhippo.co.uk>
24063 Date: Tue, 28 Nov 2000 11:16:57 +0000
24064 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
24067 ____________________________________________________________________________
24068 [ 7903] By: jhi on 2000/11/28 16:40:31
24069 Log: Subject: [PATCH] Updating perltie.pod for arrays
24070 From: "Casey R. Tweten" <crt@kiski.net>
24071 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
24072 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
24075 ____________________________________________________________________________
24076 [ 7902] By: jhi on 2000/11/28 16:39:37
24077 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
24078 From: Robin Barker <rmb1@cise.npl.co.uk>
24079 Date: Mon, 27 Nov 2000 17:56:44 GMT
24080 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
24082 ! pod/perlfunc.pod t/op/split.t
24083 ____________________________________________________________________________
24084 [ 7901] By: jhi on 2000/11/28 16:28:04
24085 Log: setmode() is a DOSish-only thing.
24088 ____________________________________________________________________________
24089 [ 7900] By: jhi on 2000/11/28 16:21:46
24090 Log: Subject: [PATCH] perlcc.PL cleanups
24091 From: Simon Cozens <simon@cozens.net>
24092 Date: Tue, 28 Nov 2000 12:44:35 +0000
24093 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
24096 ____________________________________________________________________________
24097 [ 7899] By: gsar on 2000/11/28 06:32:55
24098 Log: reintegrate files missed by change#7895
24099 Branch: maint-5.6/perl
24100 +> ext/ByteLoader/bytecode.h utils/Makefile
24102 ____________________________________________________________________________
24103 [ 7897] By: gsar on 2000/11/27 18:22:47
24104 Log: can't integrate these two files, for some reason
24105 Branch: maint-5.6/perl
24106 - ext/ByteLoader/bytecode.h utils/Makefile
24107 ____________________________________________________________________________
24108 [ 7895] By: gsar on 2000/11/27 18:11:21
24109 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
24110 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
24111 6757..6890,6892..6901 from mainline
24113 Bytecompiler patches from Benjamin Stuhl.
24117 Subject: [PATCH blead] B:: missing dependency
24119 Subject: [PATCH: 6757] configure.com updates and syslog build
24121 Long double Gconvert fixes from Yitzchak Scott-Thoennes
24122 and Spider Boardman.
24124 Subject: [PATCH blead] nextchar() abuse misses an optimisation
24126 Long double fixes from Spider Boardman.
24128 Make the selection of NVff et al stricter.
24130 cSVOPo_*v things index into the current PL_curpad
24131 under ithreads, which is different from the curpad
24132 used by the XSUB. (In other words, the code as-is
24133 before this patch wouldn't work under ithreads.)
24137 VMS MMS (make) wants null action.
24139 Mac and other portability updates from Chris Nandor.
24141 Storable support, v-version fixes.
24142 Subject: CPAN.pm beta for testing available
24144 Portability fix from Hugo van der Sanden.
24148 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
24150 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
24152 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24154 Replace #6705 with a minimal doc patch.
24155 Subject: [PATCH 5.6.0] replace change #6705
24157 Drop the separate perlbc, perlcc -b should be enough.
24159 installperl couldn't tell whether it had run tests or not.
24160 Subject: [PATCH] Re: installperl and t/TEST
24162 Add silencer flags to installperl.
24163 Subject: [PATCH] Making installperl silent.
24165 Make "make install" by default silent. A new "install-verbose"
24168 More liberal parsing of version numbers.
24169 Subject: Re: CPAN.pm beta for testing available
24171 Create directories in silence.
24172 Subject: [PATCH] Another silencer for MakeMaker
24174 DOS patches and portability/porting notes, from Tim Jenness.
24176 Make installman to recognize the silence flag -S.
24178 Actually do something with the silencer option.
24180 Continue silencing.
24182 Show the doc file, not the temp file.
24186 Subject: [PATCH] More silencing of installman.
24188 Better wording for the vec lvalue diagnostic.
24189 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24191 Subject: [PATCH: 6805] several more tweaks to configure.com
24193 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
24196 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
24198 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
24199 (applied slightly modified)
24201 installperl --verbose and --silent.
24202 Subject: Re: [PATCH] More silencing of installman.
24204 Add install-silent target.
24206 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
24207 the problem reported in
24208 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
24210 Tweak the sfio/useperlio logic, hopefully as wished in
24211 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
24213 One forgotten file from #6816.
24215 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24217 Remove duplicately applied patch shards.
24218 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
24220 Support preserving extremely big/small angles.
24222 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
24224 Subject: [PATCH] installation not quite silent yet.
24226 Update the test count.
24228 Use UVxf, PTR2UV, NVff.
24230 Document PTR2XX and INT2PTR.
24232 no-install target a la make -n.
24233 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
24235 grep -e isn't portable.
24236 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
24238 Can't get the test to reliably work thanks to the
24239 inaccurateness of floating point. "Resolves" bug ids
24240 20000826.003, 20000826.009, 20000826.010,
24242 Subject: installman buglet
24244 DJGPP update from Laszlo Molnar.
24246 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24248 Passing -R in ldflags makes now it to appear in the default
24249 for lddlflags, just like with -L.
24250 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24254 Use the actual thread type, not the pointer-to-struct.
24256 Provice virtual $Config{ccflags_nolargefiles} etc.
24258 display_format used as a class method without arguments was broken,
24260 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
24262 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
24264 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
24266 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
24268 opmini.o may be left around if a build is interrupted.
24272 Fix for ID 20000828.001, long doubles were not formatted
24273 correctly (showed up in $], which stopped installing perl).
24275 An attempt to fix the problem reported in
24276 Subject: Building perl@6856 using gcc/AIX 4.3.3
24277 I can't test this properly since the gcc installation I have
24278 access to seems to be botched (gcc is calling the AIX cpp,
24279 a losing proposition...)
24281 Add -ld to archname on long tr...double platforms.
24283 Subject: hv.h Doc Patch
24287 Subject: [PATCH bleedperl@6856] warnings fixes
24289 -S is the silent flag, -s is the strip flag.
24290 Subject: [PATCH] Re: [PATCH] make no-install
24292 Take out the SUIDMAIL thing, that will not be
24293 a problem in 5.7.*.
24295 Subject: [PATCH bleedperl@6866] spellings
24297 Subject: [PATCH] Re: files not cleaned even by veryclean
24299 Use minimal @INC in tests, most of the time just '../lib',
24300 so that we simply can't pick up stuff from other Perls than
24301 the one we are testing. Pointed out by
24302 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
24304 Update to Getopt::Long 2.24, from Johan Vromans.
24306 Fix for thinko in #6848.
24307 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
24309 Patches all over for people and the files they (hopefully) care about.
24311 Subject: Net::protoent does not export 'getproto'
24313 Missed a change in #6869.
24315 Subject: [PATCH] Warnings in B::Deparse
24317 Subject: [PATCH] Glob dumping
24319 Disable one of the tests for now.
24321 Disabling the one test is a bit tricky.
24323 Don't forget to tidy up.
24325 The #6881 removed one dump line.
24327 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
24329 Under usethreads the dumped variable is IN_PAD.
24330 Subject: Re: [PATCH] Glob dumping
24332 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
24334 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
24336 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
24338 Regen Configure for #6894.
24340 Subject: [PATCH: 6889] updates to perlebcdic.pod
24342 Undo namespace pollution of #6878.
24343 Subject: Re: Net::protoent does not export 'getproto'
24345 Admit that we are leaking scalars.
24347 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
24348 Branch: maint-5.6/perl
24349 !> (integrate 271 files)
24350 ____________________________________________________________________________
24351 [ 7894] By: gsar on 2000/11/27 16:00:34
24352 Log: a couple of nits
24353 Branch: maint-5.6/perl
24354 ! MANIFEST pp_sys.c
24355 ____________________________________________________________________________
24356 [ 7893] By: gsar on 2000/11/27 15:10:56
24357 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
24358 6740..6745,6747..6757,6760
24360 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
24362 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
24364 Doc nits spotted by Richard Soderberg.
24366 move WNOHANG definition to where other such things are
24368 Make $Config{byteorder} more magical so that it is
24369 dynamically computed: nice for 'fat binaries'.
24370 Subject: [PATCH]: default byteorder
24372 Subject: [PATCH] Cwd.pm now uses strict
24374 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
24376 Get -DLEAKTEST to compile (not necessarily to work, mind)
24377 Subject: [ID 20000724.006] -DLEAKTEST problem
24379 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
24381 Add perlebcdic from Peter Prymmer, regen toc.
24383 Don't propose using modules built for 5.005 if no binary
24384 compatibility with 5.005 is attempted.
24386 Do not use prototyping here.
24387 Subject: [ID 20000817.016] [PATCH] Peek.xs
24389 Document what the backtick returns if the command fails.
24391 Add byteorder to the myconfig output.
24393 Introduce NVef, NVff, and NVgf, use the middle one.
24394 (helps for lib/peek + Linux + long doubles) Reported in
24395 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
24396 Use NVs in POSIX math, not doubles.
24397 Subject: [ID 20000817.014] POSIX & modfl
24399 Subject: [PATCH 5.6.0+] newSVrv() memory leak
24401 The byteorder code in #6671 was wrong.
24403 Fix the lib/complex failure of
24404 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
24405 Linux long double accuracy issue: something that
24406 when printed with %g looks like "2" but int() of it is 1.
24408 Propagate new Configure vars.
24410 Unbuffer the output.
24412 Subject: [PATCH] perltrap.pod spring cleaning
24414 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
24415 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
24417 Tiny Getopt::Long patch from Johan Vromans.
24419 Document code point which makes if (defined %stash::) to work
24420 (noted by Spider Boardman).
24422 Subject: [PATCH perl@6698] cygwin port
24424 Document the NDBM_File and ODBM_File as SDBM_File
24425 was documented in #6417.
24427 The new tests were missing from #6415.
24429 Add [[:blank:]] as suggested in
24430 Subject: [ID 20000716.024] [=cc=] / [:blank:]
24431 (the [=cc=] has already been taken care of by #6439
24432 so the whole bug report can be closed)
24433 and make [[:space:]] to be equivalent to isspace(3)
24434 (as opposed to \s, which is isSPACE()). The difference
24435 is that now [[:space:]] matches the mythical vertical tab,
24438 Don't eat leading os from index entries.
24439 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
24441 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
24443 Typo in pp_complement().
24444 Subject: [PATCH perl-current] Deparse
24446 Add warnif(), check warnings further up the stack,
24447 all the warnings functions now can take an optional object reference.
24448 Subject: [PATCH bleedperl@6691] warnings pragma update
24450 Fix a core dump in lib/selfloader under -DDEBUGGING.
24451 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
24453 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
24455 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
24457 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
24458 Put back the long double avoidance code to POSIX.xs
24459 because VMS seems to need it still.
24461 Introduce a 'veryclean' target that is like 'distclean'
24462 but also removes *~ and *.orig.
24464 Subject: [ID 20000817.023] endianness description in perlfunc.pod
24466 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
24468 Let's try #6717 again.
24471 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
24473 pp_open() could pass an uninitialized filename down to do_open9().
24475 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
24477 Update to CGI 2.72, from Lincoln Stein.
24479 Subject: [PATCH] Silence MakeMaker (Was: installman)
24481 Use temporary directory instead of current directory.
24482 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
24484 Document odd vs even subreleases and -Dusedevel.
24486 The veryclean target needs to clobber.
24488 Use File::Spec->tmpdir().
24490 Document the number of exponent digits.
24492 Mention perlebcdic and perlposix-bc.
24494 s/this one/the 5.6.0 release/
24498 The correct cleaning order is an art.
24500 small tweaks for change#6705: avoid C++ style comments in C code;
24501 use Perl's malloc API rather than the low level system one
24503 Array context keeps slithering in.
24505 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
24507 Subject: [PATCH] os2.c fix for use64bitint
24509 Update to Pod::LaTeX 0.53.
24510 Subject: [PATCH] lib/Pod/LaTeX.pm updates
24512 Document the endianness of Alpha more precisely.
24514 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
24516 Rename the macro argument because some preprocessors
24517 can't tell the difference and expand arguments also inside
24518 double quoted strings.
24520 free TLS slot properly on Windows
24522 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
24524 Unicos/mk requires elaborate paranoia.
24526 Tweak the floating point output routine preferences.
24528 Also under djgpp the timestamps are funky.
24530 Apply some PodParser 1.18 patches; the Pod/Find.pm
24531 patches cannot be applied since #6712 conflicts.
24533 Use PodParser 1.18 new test.
24536 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
24539 Branch: maint-5.6/perl
24540 +> pod/perlebcdic.pod
24541 !> (integrate 106 files)
24542 ____________________________________________________________________________
24543 [ 7892] By: jhi on 2000/11/27 15:02:32
24544 Log: Update Changes.
24546 ! Changes patchlevel.h
24547 ____________________________________________________________________________
24548 [ 7891] By: jhi on 2000/11/27 14:57:23
24549 Log: Subject: Re: perlfaq style changes
24550 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24551 Date: Sat, 25 Nov 2000 23:32:26 -0800
24552 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
24554 plus a note from Ronald Kimball.
24556 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
24557 ____________________________________________________________________________
24558 [ 7890] By: jhi on 2000/11/27 14:53:14
24559 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
24560 From: Benjamin Holzman <bah@ecnvantage.com>
24561 Date: Sun, 26 Nov 2000 16:27:33 -0500
24562 Message-ID: <20001126162733.J25040@ecnvantage.com>
24565 ____________________________________________________________________________
24566 [ 7889] By: jhi on 2000/11/27 14:43:11
24567 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
24568 From: lvirden@cas.org
24569 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
24570 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
24573 ____________________________________________________________________________
24574 [ 7888] By: jhi on 2000/11/27 14:32:34
24575 Log: Restore also the locale test to no-sprintf-taint state.
24576 Fixes the bug 20001127.003.
24578 ! sv.c t/pragma/locale.t
24579 ____________________________________________________________________________
24580 [ 7887] By: gsar on 2000/11/27 14:13:05
24581 Log: integrate changes#6613..6616,6620..6665 from mainline
24583 VMS configure.com update continues.
24585 Subject: Test fails / warnings with perl-current #6612
24587 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
24589 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24591 For now remove the mail code.
24593 Subject: Re: [PATCH] @+, @- readonly
24595 Subject: warning: storage class after type is obsolescent
24599 Subject: Re: File::Temp problems on VMS in bleedperl
24602 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
24604 Make the user to give up his firstborn, err, to knowingly
24605 verify installing an unstable developer release. Also bump
24606 the release to 5.7.0, but leave a patch tag in the local
24607 patches saying that this is not yet the real thing.
24609 Update (kinda) to Test 1.14, from Joshua Pritikin.
24611 make ok etc also for win32.
24613 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
24615 Don't blow limited stacks, a lower number is enough to
24616 tickle the lookbehind limit.
24618 Use -Dusedevel; regen Configure and the respective Porting stuff.
24620 Subject: [PATCH] debugger exit code should reflect user exit code
24622 Subject: [PATCH perl@6620] cygwin port
24624 Missed a file from #6638.
24626 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)
24628 magic callbacks all need to have same type signature
24630 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
24632 Fix a dependency problem.
24633 Subject: [PATCH: 6640] VMS Makefile.SH update
24635 The numeric locale was reset to "C" by s?printf and never restored.
24636 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
24637 No test since adding the failing example to locale.t
24638 does not fail -- probably because the locale settings are so
24639 thoroughly tweaked by that time. Running the example standalone
24640 does fail, though. UPDATE: test case added at change #7540.
24642 Subject: [ID 20000324.040] minor fix to perlhpux.pod
24644 Update to CPAN 1.57.
24646 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
24648 Change the perlbug address to perl.org since it's more forgiving.
24650 Change the regx compilation error markers to use = instead of <
24651 since pod makes using the latter quite messy. Reported in
24652 ID 20000814.006 by Abigail and in
24653 Subject: Unknown escape E<> ?
24655 Update to perldebtut 1.9, from Richard Foley.
24657 check that the number pseudo children doesn't exceed
24658 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
24659 the WaitForMultipleObjects() limit that would cause wait()
24661 wait() and waitpid() could potentially be rewritten to use
24662 more than one thread to do the waiting to eliminate this
24665 change#6328 could make close(SOCKET) return false on windows
24668 pod nit seen in passing
24670 on windows, the return values from wait() and waitpid() don't
24671 match those of pseudo-pids
24673 waitpid() now handles externally spawned pids correctly;
24674 fixes for backtick/wait/waitpid failures on Windows 9x
24675 these changes make the pid returned by process functions on
24676 Windows 9x always positive by clearing the high bit (which
24677 is always set on Win9x); pseudo-process PIDs are likewise
24678 always negative now on Win9x (just as on NT/2000)
24680 trailing new %ENV entries weren't being pushed into the real
24681 environment of subprocesses on Windows
24683 Tweak the regex compilation errors once more.
24685 avoid warnings from dense compiler
24687 add "ok" targets from change#6632 in makefile.mk
24688 Branch: maint-5.6/perl
24689 - lib/Pod/PlainText.pm vms/configure.com
24690 !> (integrate 66 files)
24691 ____________________________________________________________________________
24692 [ 7886] By: jhi on 2000/11/27 13:54:18
24693 Log: __FUNCTION__ isn't portable and trying to emulate it leads
24694 into practically spelling out the name of the function.
24695 Takes care of the bug 20001127.001.
24698 ____________________________________________________________________________
24699 [ 7885] By: gsar on 2000/11/27 13:53:18
24700 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
24701 6610..6611 from mainline
24703 Make regular expression parse error messages easier to understand.
24704 Subject: Re: enhanced(?) regex error messages
24706 Tiny tidying on report_evil_fh().
24708 Subject: Re: enhanced(?) regex error messages
24709 plus Capitalize the error messages, plus perldiag them.
24711 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
24713 Document here-doc better.
24715 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24717 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
24718 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
24719 (either perlbug or p5p ate the original), plus regen
24720 perlapi and perltoc.
24724 Double check that we have a dirhandle.
24726 Subject: Re: enhanced(?) regex error messages
24727 (plus two small patches sent privately)
24728 (this still seems to leave few test failures)
24730 warn is a macro, avoid using at a variable to avoid warnings
24731 in some configurations; readdir.t is too conservative in
24732 estimating number of *.t's
24734 Get back into sync with Jeffrey on the enhanced regex warnings.
24736 Subject: [PATCH 5.6.0] cygwin port
24738 Zero entries were skipped, fix from Adrian Goalby
24739 <argoalby@yahoo.co.uk>
24741 Subject: Remove dead entry in perldiag
24743 Amend the description of Perl6.
24744 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
24748 It's the 2ndO'ROSSC.
24750 Revert the sv.c part of #6559, a better fix is needed.
24752 Iterating perl6 description.
24754 Update to Term::ANSIColor 1.03, from Russ Allbery.
24756 Update to Getopt::Long 2.23_05, from Johan Vromans.
24758 Small AUTHORS and MAINTAIN updates. Could do with big updates.
24760 Update to Pod::Parser 1.17, from Brad Appleton.
24762 Update to CPAN 1.56, from Andreas König.
24764 Update to CGI 2.70, from Lincoln Stein.
24766 Put back the std @INC thing.
24768 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
24769 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
24771 Document the IO::Select timeout.
24773 sleep(1) does not necessarily return 1.
24774 Subject: [PATCH bleadperl] op/lex_assign.t
24776 Subject: debugger "d" command doesnt check line number
24778 B::Deparse didn't do sub attributes.
24779 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24781 Preprocessing and postprocessing for File::Find.
24782 Subject: Patch to Find::File.pm to allow alphabetical results
24784 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
24786 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
24788 Subject: Re: [ID 20000730.003] utf8::length() bad
24790 Subject: Getting perlio and threads to compile
24791 (the Solaris version changes in Configure skipped)
24794 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24796 Add Perl debugging tutorial, regen toc.
24797 Subject: perldebtut.pod
24799 Add a few missing files, update MANIFEST.
24801 Rewrite of vms/subconfigure.com as configure.com,
24802 from Peter Prymmer and the vmsperl crew.
24804 Should have deleted this in #6603.
24806 Fix the test for 5005threads.
24808 Fix-n-skip the tests under 5005threads.
24810 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
24812 Upgrade to CGI 2.71, from Lincoln Stein.
24813 Branch: maint-5.6/perl
24814 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
24815 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
24816 +> t/op/regmesg.t t/pod/find.t vms/configure.com
24817 - vms/subconfigure.com
24819 !> (integrate 115 files)
24820 ____________________________________________________________________________
24821 [ 7884] By: jhi on 2000/11/27 13:44:33
24822 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
24823 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24824 Date: Mon, 27 Nov 2000 08:23:54 EST
24825 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
24827 ! vms/descrip_mms.template vms/test.com
24828 ____________________________________________________________________________
24829 [ 7883] By: gsar on 2000/11/27 11:50:46
24830 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
24831 6511..6513,6515..6523,6525..6536
24833 The swallow_bom() saga continues. The #23 of require.t
24834 (UTF16-LE) still fails (silently, no output) but the #22
24835 (UTF16-BE) seems to be working now. The root of the
24836 failure may be in sv_gets(): is it UTF-16LE-aware,
24837 especially when it comes to line endings?
24839 Document the problem with -P in HP-UX and its workaround.
24841 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
24842 (aka ID 20000730.002)
24844 Subject: fix and question re: waitpid() under win32
24846 Make the safety catch for buggy gccs work with triple version
24847 numbers like 2.95.2. Reported in
24848 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
24850 In Digital UNIX warn if gcc explicitly chosen because even
24851 2.95.2 is known to cause problems.
24853 Make chr() for values >127 to create utf8 when under utf8.
24855 various syntax errors and such (not fixed: comp/require.t#22 coredump
24858 Stash away the largefiles flags and libswanted.
24860 BOM patching from Simon Cozens.
24862 If gccosandvers is equal to osname, clear gccosandvers.
24864 Make p4desc to skip non-mainperl branches by default.
24866 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
24869 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
24871 In new BSDs changes to argv[] do not show up in ps(1) output,
24872 instead one must use setproctitle(). This was already addressed
24873 by change #6457, but the below has a new variant for FreeBSD 4.0
24874 or later, and the matter is also documented more.
24876 FreeBSD 3.* updates from
24877 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
24879 regen_headers, regen perltoc.
24881 Document in one place the memory abstractions used in Perl core.
24883 memcpy has n o in it, as pinted ut by Sarathy.
24885 Remove the extraneous "main::" prefix from all the
24886 "opened only for", "on closed", and "never opened" warnings.
24888 The name of a filehandle does not have <these>.
24890 The tr utf8 patching continues.
24892 The new setproctitle() feature is available only in
24893 bleeding edge FreeBSD. From Paul Saab.
24895 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
24897 Dump UVs as UVs in Data::Dumper.
24901 Document the IVdf UVuf UVof UVxf.
24903 require.t needs binmode() to work on windows
24905 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
24906 that are hopefully soon put into use.
24908 Allow "no Module;" even if there is no 'unimport'.
24910 Better skip message for the test; one of the two problems in
24911 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
24913 The subtest 4 may fail also on VOBS, as pointed out
24914 by Nick Ing-Simmons in November 1999, bug id 19991124.003
24915 (but the failure in that bug report isn't the subtest 4).
24917 Be more informative on what is skipped and why,
24918 also repeat the list at the end.
24922 Subject: [PATCH] sv.h documentation - SvLEN
24924 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
24926 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
24928 Subject: [PATCH] bad cppsymbols on os2 + Configure question
24930 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
24932 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
24933 mention the idea of @( and @)
24935 This is 6512. Really.
24937 Subject: [ID 19990721.004] Documentation bug in perlfunc
24939 Subject: Minor tweak to perlvar.pod
24941 In the warnings call filehandles consistently so;
24942 add "unopened" warning for stat().
24944 After the #6519 a warning about stat() is just that,
24945 not about a filetest, which now have their own warning.
24947 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
24949 Subject: Re: Array vs. List context
24951 Subject: New perlcc, take 2
24953 Weed buglets pointed out by
24954 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
24956 gcc versions might have (parentheses) in them.
24958 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
24960 Essential prototype changes were missing from #6527.
24961 Also make report_evil_fh() more bomb-proof.
24963 Zap lib/Sys directory when cleaning up.
24965 Change the Policy policy: now -Dprefix= with an existing
24966 Policy.sh and prefix == siteprefix == vendorprefix, then all
24967 of them follow along the new prefix.
24968 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
24970 Continue fixing the io warnings. This also
24971 sort of fixes bug ID 20000802.003: the core dump
24972 is no more. Whether the current behaviour is correct
24973 (giving a warning: "Not a format reference"), is another matter.
24975 Have symbols for the IoTYPEs.
24977 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
24979 Document a bit that UDP is not what you might think.
24980 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
24981 tr memory corruption fix from Simon Cozens.
24983 Plug the security hole described in the Aug 05 2000 bugtraq message
24984 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
24985 The security hole exists only in suidperls, which isn't
24986 installed or even built by default.
24987 Branch: maint-5.6/perl
24988 !> (integrate 71 files)
24989 ____________________________________________________________________________
24990 [ 7882] By: gsar on 2000/11/27 10:25:36
24991 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
24994 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
24995 to be fatal errors (instead of by default ignoring them, and
24996 ignoring with a bug: even though -w gave an error, the opening [
24997 was left in) Reported in:
24999 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
25001 Subject: [PATCH] split /^/
25003 MacOS nits from Matthias Neeracher.
25005 More split() doc and test patches from Mike Guy.
25007 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
25008 from Graham Barr in the module list.
25010 docfix from Peter Scott <Peter@PSDT.com>.
25012 File::Temp patches for VMS and OS/2 from Tim Jenness.
25014 open() wariness in perlbug.
25016 Subject: [PATCH] minor doc change - perlguts
25018 Subject: Minor doc patch: handy.h
25020 Be wary of close()s, too.
25022 Further File::Temp patches from Yitzchak Scott-Thoennes
25023 and Craig A. Berry.
25025 Subject: [PATCH] fixes bug 20000508.004
25027 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
25029 Allow "no AutoLoader;", based on change #6444,
25030 suggested by Graham Barr.
25032 Use setproctitle() if available to modify $0.
25034 Warn if the version of the operating system used to compile gcc
25035 differs from the current version of the operating system.
25036 Also display the gcc compilation os and version in myconfig.
25039 Tiny fixes for #6460.
25041 The problem described in this
25042 Subject: [ID 20000322.018] named chars aren't magical enough
25043 has been fixed in perl 5.6.0 but just in case added a test
25044 to keep it away. (The report from Joseph Hall.)
25046 Tune the comments and hopefully stop a memory leak.
25048 Subject: UTF8 concat
25049 (with a memory leak fixed, plus a few casts added)
25050 This also seems to help for
25051 Subject: [ID 20000716.015] join UTF8 weirdness
25053 Do not upgrade SVs into utf8 just because they participate
25054 in eq or cmp. Reported and fix suggested in
25055 Subject: [ID 20000720.009] sv_eq UTF8 bug
25057 Fix the HALF_UPGRADE() macro introduced in #6263.
25059 Find green threads before native threads.
25060 Subject: Re: Patch to jpl/JNI/Makefile.PL
25061 Branch: maint-5.6/perl
25062 !> (integrate 30 files)
25063 ____________________________________________________________________________
25064 [ 7881] By: jhi on 2000/11/27 05:48:41
25065 Log: It seems that *both* the unused submatch loop cleanup
25069 ____________________________________________________________________________
25070 [ 7880] By: jhi on 2000/11/27 04:50:07
25071 Log: Clean .exists deeper.
25074 ____________________________________________________________________________
25075 [ 7879] By: jhi on 2000/11/27 02:31:35
25076 Log: The code in regcppop() (see #7878) contains the correct lower
25077 limit for the unused submatch 'cleanup' loop so that under
25078 "use utf8" the following code wouldn't dump core:
25079 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
25080 the cleanup loop in regtry() stomped beyond allocated area
25081 in the startp[] array. Therefore, copied the correct lower
25082 loop limit (*PL_reglastparen) to regtry(). Note: something
25083 may still not be quite right: why was the _higher_ loop limit
25084 (prog->nparens) different in the utf8 case?
25086 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
25087 without core dumps, there were about 17 of them before
25088 the patch (with us since Perl 5.7.0). Two failures, still:
25089 496 and 505 (though these may not be severe).
25091 Patch #7881 is also needed since both the cleanup loops
25094 Also, the t/op/pat#44 seems to core dump under utf8.
25095 Plus a couple of failures. UGH-8.
25098 ____________________________________________________________________________
25099 [ 7878] By: jhi on 2000/11/27 02:21:17
25100 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
25101 the code in regcppop() seems to be redundant for the test suite --
25102 but it contains a germ of truth, and it needed for the build
25103 process itself: see #7879 and #7881.
25106 ____________________________________________________________________________
25107 [ 7877] By: jhi on 2000/11/27 01:53:09
25108 Log: Comment on comment.
25111 ____________________________________________________________________________
25112 [ 7876] By: jhi on 2000/11/27 00:49:59
25113 Log: Adjust the docs to agree with #7875.
25115 ! pod/perllocale.pod
25116 ____________________________________________________________________________
25117 [ 7875] By: jhi on 2000/11/27 00:49:27
25118 Log: Retract #7863. It makes more sense not to taint formatted output,
25119 not even by sprintf().
25122 ____________________________________________________________________________
25123 [ 7874] By: jhi on 2000/11/26 23:36:02
25124 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
25125 Not really fixed (should really dump the UTF-8 charclass),
25126 but stopped displaying the garbage.
25128 Also add a note on the (missing) Unicode PSXSPC and BLANK.
25131 ____________________________________________________________________________
25132 [ 7873] By: jhi on 2000/11/26 21:31:13
25133 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
25136 ____________________________________________________________________________
25137 [ 7872] By: jhi on 2000/11/26 21:06:04
25138 Log: No need to scan till infinity, 13 is enough.
25141 ____________________________________________________________________________
25142 [ 7871] By: jhi on 2000/11/26 20:20:32
25143 Log: Test line numbers are different with utf8.
25146 ____________________________________________________________________________
25147 [ 7870] By: jhi on 2000/11/26 20:10:12
25151 ____________________________________________________________________________
25152 [ 7869] By: jhi on 2000/11/26 19:01:05
25153 Log: Make utf8_length() and utf8_distance() (the latter of which
25154 is unused at the moment) to be less forgiving about bad UTF-8.
25156 ! embed.h embed.pl objXSUB.h proto.h utf8.c
25157 ____________________________________________________________________________
25158 [ 7868] By: jhi on 2000/11/26 18:45:56
25159 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
25160 From: Benjamin Holzman <bah@ecnvantage.com>
25161 Date: Sat, 25 Nov 2000 20:40:20 -0500
25162 Message-ID: <20001125204020.A25040@ecnvantage.com>
25164 Debian allows installing /usr/bin/locale without installing
25165 any locales, an error message will ensue.
25167 ! t/pragma/locale.t
25168 ____________________________________________________________________________
25169 [ 7867] By: jhi on 2000/11/26 18:31:12
25170 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
25171 From: Benjamin Holzman <bah@ecnvantage.com>
25172 Date: Sun, 26 Nov 2000 02:42:34 -0500
25173 Message-ID: <20001126024234.G25040@ecnvantage.com>
25175 Patch for the bug 20000212.002.
25177 ! sv.c t/op/array.t
25178 ____________________________________________________________________________
25179 [ 7866] By: jhi on 2000/11/26 18:28:09
25180 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
25181 From: Tim Jenness <t.jenness@jach.hawaii.edu>
25182 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
25183 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
25187 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
25188 ____________________________________________________________________________
25189 [ 7865] By: jhi on 2000/11/26 18:24:22
25190 Log: The metaconfig unit change for #7864.
25191 Branch: metaconfig/U/perl
25193 ____________________________________________________________________________
25194 [ 7864] By: jhi on 2000/11/26 18:23:41
25195 Log: Make the va_copy() test not to be so talkative.
25197 ! Configure config_h.SH
25198 ____________________________________________________________________________
25199 [ 7863] By: jhi on 2000/11/26 18:11:02
25200 Log: Fix locale inconsistencies unearthed by Hugo's work.
25201 Now the floating point sprintf really does taint the result
25202 string as perllocale promises (has promised for a long time)
25203 if "use locale" is in the lexical scope.
25205 ! sv.c t/pragma/locale.t
25206 ____________________________________________________________________________
25207 [ 7862] By: jhi on 2000/11/26 00:35:15
25208 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
25209 From: Nicholas Clark <nick@ccl4.org>
25210 Date: Sun, 26 Nov 2000 00:07:50 +0000
25211 Message-ID: <20001126000750.A22446@plum.flirble.org>
25216 ____________________________________________________________________________
25217 [ 7861] By: jhi on 2000/11/26 00:01:26
25218 Log: Integrate perlio.
25220 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
25221 ____________________________________________________________________________
25222 [ 7860] By: nick on 2000/11/25 22:04:17
25223 Log: Correct relative path from new ext\Filter\Util\Call location
25226 ! win32/makefile.mk
25227 ____________________________________________________________________________
25228 [ 7859] By: nick on 2000/11/25 21:26:54
25229 Log: Integrate mainline.
25231 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25232 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
25233 +> t/lib/filter-util.t
25234 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25235 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
25236 - t/lib/filt-util.t
25237 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
25238 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
25239 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
25240 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
25241 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
25242 !> win32/makefile.mk
25243 ____________________________________________________________________________
25244 [ 7858] By: gsar on 2000/11/25 20:52:17
25245 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
25246 parent's memory; fix it by keeping track of the actual pad
25247 offset rather than a raw pointer (this change is probably also
25248 relevant to non-ithreads case to avoid fallout from reallocs of
25249 the pad array, but is currently only enabled for the ithreads
25250 case in the interests of minimal disruption to existing "well
25253 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
25254 ! proto.h scope.c scope.h sv.c t/op/fork.t
25255 ____________________________________________________________________________
25256 [ 7857] By: nick on 2000/11/25 20:01:28
25257 Log: All tests pass on Win32/gcc/USE_PERLIO.
25258 - when crlf layer is pushed make unix-level binary.
25259 - remove :crlf injection in pp_backtick in pp_sys.c
25260 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
25262 ! doio.c perlio.c pp_sys.c win32/makefile.mk
25263 ____________________________________________________________________________
25264 [ 7856] By: jhi on 2000/11/25 18:38:30
25265 Log: Update the metaconfig units for #7855.
25266 Branch: metaconfig/U/perl
25267 ! useperlio.U usesocks.U
25268 ____________________________________________________________________________
25269 [ 7855] By: jhi on 2000/11/25 18:37:54
25270 Log: Undo the SOCKS workarounds, instead start using PerlIO
25271 if SOCKS is selected.
25273 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
25274 From: Jens Hamisch <jens@Strawberry.COM>
25275 Date: Fri, 24 Nov 2000 18:31:30 +0100
25276 Message-ID: <20001124183130.E28337@Strawberry.COM>
25278 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
25279 From: Jens Hamisch <jens@Strawberry.COM>
25280 Date: Fri, 24 Nov 2000 19:11:51 +0100
25281 Message-ID: <20001124191151.A28753@Strawberry.COM>
25283 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
25284 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
25285 ____________________________________________________________________________
25286 [ 7854] By: jhi on 2000/11/25 17:39:08
25287 Log: Undo #7848. Some of the code seems to use walkoptree(),
25288 some walkoptree_slow(). An unfinished renaming?
25289 Now the sub is walkoptree() (which is @EXPORT_OK),
25290 the walkoptree_slow() is a typeglob alias to walkoptree.
25291 This makes the tests to pass, at least.
25293 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
25294 ____________________________________________________________________________
25295 [ 7853] By: nick on 2000/11/24 22:24:33
25296 Log: Re-arrange crlf vs binary for platforms that care.
25297 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
25298 Lip-service to making stdio layer work on such platfroms (untested).
25299 Now fails 3 tests rather than one, checkin to see if I can debug
25300 the issue under linux. (Do not merge.)
25302 ! doio.c perlio.c perliol.h
25303 ____________________________________________________________________________
25304 [ 7852] By: jhi on 2000/11/24 18:57:39
25305 Log: AUTHORS edits.
25308 ____________________________________________________________________________
25309 [ 7851] By: jhi on 2000/11/24 17:34:56
25310 Log: Add Jan-Erik Karlsson.
25313 ____________________________________________________________________________
25314 [ 7850] By: jhi on 2000/11/24 17:27:56
25315 Log: Configure should find stdchar on its own.
25317 ! hints/solaris_2.sh
25318 ____________________________________________________________________________
25319 [ 7849] By: jhi on 2000/11/24 17:24:55
25320 Log: Subject: PATCH over 7848: Filter test flawed
25321 From: andreas.koenig@anima.de (Andreas J. Koenig)
25322 Date: 24 Nov 2000 10:28:29 +0100
25323 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
25325 ! t/lib/filter-util.t
25326 ____________________________________________________________________________
25327 [ 7848] By: jhi on 2000/11/24 17:22:15
25328 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
25329 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
25330 Date: Fri, 24 Nov 2000 16:12:58 +0000
25331 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
25334 ____________________________________________________________________________
25335 [ 7847] By: jhi on 2000/11/24 03:07:01
25336 Log: Integrate perlio.
25338 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
25339 !> win32/makefile.mk
25340 ____________________________________________________________________________
25341 [ 7846] By: gsar on 2000/11/24 00:55:57
25342 Log: integrate changes#6415..6418,6420..6438 from mainline
25344 Fix the bitvector ops for utf8 (tricky since past 7 bits
25345 the utf8 'characters' can be more than one octet).
25347 MPE/ix updates for perl 5.6.0 from Mark Bixby.
25349 Subject: SDBM_File documentation
25355 Send all installperl messages to STDERR and be -w clean.
25357 Out-of-date note removed.
25359 Protect against "wild next"s, that is, callbacks doing "next"
25360 instead of "return".
25362 Use STDOUT consistently.
25364 The output might have been produced in the wrong order.
25366 A missing 'break' after the [[:space:]] switch case.
25369 [ID 19991110.003] another matching finding by pcre author
25370 which has already been fixed by some patch, as verified in
25372 Documentation to explain the behaviour of map().
25374 Add an optimization for map-maps-a-list-element-to-more-list-elements
25375 case, but add also notes explaining the relationship of this
25376 patch and the earlier notes by Sarathy.
25378 Subject: [ID 20000716.023] syslog test fails without sockets
25380 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
25381 Test cases for #6431.
25383 File::Spec::VMS fixup for tmpdir from Craig Berry.
25385 Make the "uninit variable" warning to say "concat or string"
25386 or "join or string" when in concat or join .
25388 Get UTF16 BOMs working. Patch from
25389 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
25391 Subject: [PATCH] Make large file tests deal with SIGXFSZ
25393 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
25395 Subject: [PATCH] av.c apidoc
25396 Branch: maint-5.6/perl
25397 !> (integrate 43 files)
25398 ____________________________________________________________________________
25399 [ 7845] By: gsar on 2000/11/24 00:20:45
25400 Log: integrate changes#6406..6414 from mainline
25402 Merge perlhacktut into perlhack, update perlguts.
25404 Fix AutoSplit to use File::Spec the right way in VMS,
25405 from Peter Prymmer.
25408 [ID 19991110.002] minimal matching discrepancy found by pcre author
25409 seems to have been fixed (though differently from what was suggested
25410 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
25412 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
25413 not in pod, from Peter Prymmer
25415 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
25416 From: Hugo <hv@crypt.compulink.co.uk>
25417 Date: Fri, 14 Jul 2000 23:05:20 +0100
25418 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
25420 Didn't anymore apply, but that point still could use another fix.
25422 lib/b test fixes from Peter Prymmer.
25424 More docs for sv functions.
25426 perlvms.pod whitespace cleanup to keep pod utils happy.
25428 another VMS build tweak from Peter Prymmer
25429 Branch: maint-5.6/perl
25430 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
25431 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
25432 !> vms/descrip_mms.template vms/perlvms.pod
25433 ____________________________________________________________________________
25434 [ 7844] By: nick on 2000/11/23 23:42:45
25435 Log: Win32/perlio Now just fails one io/argv.t test - lack
25436 of default :crlf on standard streams.
25439 ____________________________________________________________________________
25440 [ 7843] By: nick on 2000/11/23 23:04:05
25441 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
25442 peek fail is showing a real problem (multiple crlf layers
25443 are getting pushed.)
25445 ! doio.c perlio.c win32/makefile.mk
25446 ____________________________________________________________________________
25447 [ 7842] By: nick on 2000/11/23 19:46:23
25448 Log: Implement PerlIO_binmode()
25449 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
25450 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
25451 make binmode in t/lib/io_tell.t unconditional so that works.
25452 Checkin just so Win32 machine can see these changes.
25454 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
25455 ____________________________________________________________________________
25456 [ 7841] By: jhi on 2000/11/23 19:30:00
25457 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
25460 ____________________________________________________________________________
25461 [ 7840] By: jhi on 2000/11/23 17:18:02
25462 Log: SOCKS wrestling continues, patches from Jens Hamisch.
25464 ! doio.c embed.h embed.pl perlsdio.h proto.h
25465 ____________________________________________________________________________
25466 [ 7839] By: jhi on 2000/11/23 16:54:14
25467 Log: Push Filter::Util::Call one level deeper.
25469 + t/lib/filter-util.t
25470 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25471 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
25472 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25473 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
25474 - t/lib/filt-util.t
25475 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
25476 ! win32/Makefile win32/makefile.mk
25477 ____________________________________________________________________________
25478 [ 7838] By: jhi on 2000/11/23 16:52:40
25479 Log: Reach back one higher up when searching for PERL_SRC.
25481 ! lib/ExtUtils/MM_Unix.pm
25482 ____________________________________________________________________________
25483 [ 7837] By: jhi on 2000/11/23 16:05:41
25484 Log: Subject: Re: perl@7826
25485 Date: Thu, 23 Nov 2000 02:20:25 -0600
25486 From: "Craig A. Berry" <craigberry@mac.com>
25487 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
25489 Make VMS to like Filter::Util::Call.
25491 ! configure.com ext/Filter/Util/Makefile.PL
25492 ____________________________________________________________________________
25493 [ 7836] By: nick on 2000/11/23 16:04:08
25494 Log: Implement crlf layer - not ready for merge.
25496 ! perlio.c win32/makefile.mk
25497 ____________________________________________________________________________
25498 [ 7835] By: jhi on 2000/11/23 15:56:52
25499 Log: STDCHAR is different in Sparc v9 vs x86.
25501 ! hints/solaris_2.sh
25502 ____________________________________________________________________________
25503 [ 7834] By: jhi on 2000/11/23 15:50:47
25504 Log: The type needs to be visible to protos.
25507 ____________________________________________________________________________
25508 [ 7833] By: jhi on 2000/11/23 15:40:46
25509 Log: Finish unfinished SOCKS workaround changes.
25512 ____________________________________________________________________________
25513 [ 7832] By: jhi on 2000/11/23 15:33:30
25514 Log: Integrate perlio.
25516 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25517 !> win32/makefile.mk
25518 ____________________________________________________________________________
25519 [ 7831] By: nick on 2000/11/23 10:31:07
25520 Log: Correct makefile.mk dependancies for ext/Filter/Util
25522 Run dmake regen_config_h
25524 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25525 ! win32/makefile.mk
25526 ____________________________________________________________________________
25527 [ 7830] By: nick on 2000/11/23 08:05:07
25528 Log: Integrate mainline
25530 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25531 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
25532 +> t/lib/filt-util.pl t/lib/filt-util.t
25533 !> (integrate 41 files)
25534 ____________________________________________________________________________
25535 [ 7829] By: gsar on 2000/11/23 03:07:11
25536 Log: build the Filter extension on windows
25538 ! win32/Makefile win32/makefile.mk
25539 ____________________________________________________________________________
25540 [ 7828] By: gsar on 2000/11/23 02:46:35
25541 Log: regenerate win32/config* and fix some inconsistencies in the
25542 makefiles; always export Perl_deb() because it is needed
25543 by ext/re/* (whether perl itself is built with -DDEBUGGING
25546 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
25547 ! win32/config_H.vc win32/makefile.mk
25548 ____________________________________________________________________________
25549 [ 7827] By: gsar on 2000/11/23 02:18:38
25550 Log: get sources building on windows+MSVC again (untested with other
25553 ! win32/include/sys/socket.h win32/perllib.c
25554 ____________________________________________________________________________
25555 [ 7826] By: jhi on 2000/11/23 01:18:26
25556 Log: Update Changes.
25558 ! Changes patchlevel.h
25559 ____________________________________________________________________________
25560 [ 7825] By: jhi on 2000/11/23 00:20:41
25561 Log: Subject: Re: av.c patch (having slight problems)
25562 From: "Ben Tilly" <ben_tilly@hotmail.com>
25563 Date: Tue, 21 Nov 2000 23:29:31 -0500
25564 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
25569 ____________________________________________________________________________
25570 [ 7824] By: jhi on 2000/11/22 23:59:15
25571 Log: Fixes for signedness warnings noticed by VMSperlers.
25573 ! ext/Storable/Storable.xs regcomp.c sv.c
25574 ____________________________________________________________________________
25575 [ 7823] By: jhi on 2000/11/22 23:19:31
25576 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
25577 From: Peter Prymmer <pvhp@forte.com>
25578 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
25579 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
25581 ! t/pragma/warn/pp_hot
25582 ____________________________________________________________________________
25583 [ 7822] By: jhi on 2000/11/22 22:52:20
25587 ____________________________________________________________________________
25588 [ 7821] By: jhi on 2000/11/22 22:46:39
25589 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
25590 by Damian Conway, as suggested by Paul Marquess.
25592 + lib/Filter/Simple.pm
25593 ____________________________________________________________________________
25594 [ 7820] By: jhi on 2000/11/22 22:45:51
25595 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
25597 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
25598 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
25599 + t/lib/filt-util.t
25601 ____________________________________________________________________________
25602 [ 7819] By: jhi on 2000/11/22 22:03:27
25603 Log: Integrate perlio.
25605 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
25606 !> win32/makefile.mk
25607 ____________________________________________________________________________
25608 [ 7818] By: jhi on 2000/11/22 21:56:02
25609 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
25611 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
25613 ____________________________________________________________________________
25614 [ 7817] By: jhi on 2000/11/22 21:39:49
25615 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
25616 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25617 Date: Wed, 22 Nov 2000 16:08:12 -0500
25618 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
25620 ! lib/ExtUtils/Liblist.pm
25621 ____________________________________________________________________________
25622 [ 7816] By: jhi on 2000/11/22 21:38:25
25623 Log: Go ahead and #include <unistd.h> in perl.h.
25625 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
25627 ____________________________________________________________________________
25628 [ 7815] By: jhi on 2000/11/22 21:22:52
25629 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
25630 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25631 Date: Mon, 20 Nov 2000 18:30:52 -0500
25632 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
25634 ! pod/perlre.pod regcomp.c t/op/re_tests
25635 ____________________________________________________________________________
25636 [ 7814] By: jhi on 2000/11/22 21:21:46
25637 Log: Subject: [PATCH 5.7.0] Liblist finally works
25638 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25639 Date: Tue, 21 Nov 2000 22:02:17 -0500
25640 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
25642 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
25643 ! lib/ExtUtils/MakeMaker.pm
25644 ____________________________________________________________________________
25645 [ 7813] By: jhi on 2000/11/22 21:20:23
25646 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
25647 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25648 Date: Wed, 22 Nov 2000 17:53:15 +0100
25649 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
25651 AIX dynaloader and perlio patch.
25653 ! ext/DynaLoader/dl_aix.xs
25654 ____________________________________________________________________________
25655 [ 7812] By: jhi on 2000/11/22 21:17:52
25656 Log: (Accidentally empty patch.)
25659 ____________________________________________________________________________
25660 [ 7811] By: jhi on 2000/11/22 21:16:31
25661 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
25662 From: Peter Prymmer <pvhp@forte.com>
25663 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
25664 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
25667 ____________________________________________________________________________
25668 [ 7810] By: jhi on 2000/11/22 21:15:36
25669 Log: Subject: Re: perl@7777
25670 From: "John P. Linderman" <jpl@research.att.com>
25671 Date: Wed, 22 Nov 2000 13:11:11 -0500
25672 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
25677 ____________________________________________________________________________
25678 [ 7809] By: jhi on 2000/11/22 21:14:19
25679 Log: Subject: [PATCH perl@7795] Perlio_tell fix
25680 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25681 Date: Wed, 22 Nov 2000 13:51:37 EST
25682 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
25685 ____________________________________________________________________________
25686 [ 7808] By: jhi on 2000/11/22 21:13:27
25687 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
25688 From: Casey Tweten <crt@kiski.net>
25689 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
25690 Message-Id: <200011201653.LAA10194@home.kiski.net>
25693 ____________________________________________________________________________
25694 [ 7807] By: jhi on 2000/11/22 21:12:35
25695 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
25696 From: Casey Tweten <crt@kiski.net>
25697 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
25698 Message-Id: <200011201636.LAA07227@home.kiski.net>
25701 ____________________________________________________________________________
25702 [ 7806] By: jhi on 2000/11/22 21:10:59
25703 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
25704 From: "Casey R. Tweten" <crt@kiski.net>
25705 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
25706 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
25709 ____________________________________________________________________________
25710 [ 7805] By: nick on 2000/11/22 21:05:06
25711 Log: Integrate mainline
25713 !> Changes Porting/genlog ext/DB_File/DB_File.xs
25714 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
25715 !> utils/perlbug.PL
25716 ____________________________________________________________________________
25717 [ 7804] By: jhi on 2000/11/22 21:01:12
25718 Log: Subject: [PATCH] Test.pm POD peculiarity
25719 From: "Casey R. Tweten" <crt@kiski.net>
25720 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
25721 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
25724 ____________________________________________________________________________
25725 [ 7803] By: jhi on 2000/11/22 20:59:59
25726 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
25727 From: "Philip Newton" <pnewton@gmx.de>
25728 Date: Wed, 22 Nov 2000 14:25:53 +0100
25729 Message-Id: <3A1BD771.25462.1939FAD@localhost>
25731 Be case-understanding also on 's', and use the -oi of sendmail
25732 not to terminate the transmission on a lone '.'.
25735 ____________________________________________________________________________
25736 [ 7802] By: nick on 2000/11/22 20:51:42
25737 Log: Win32 PerlIO intermediate state now working as expected.
25738 - In current state we are still using C runtime in text/binary
25739 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
25740 - PERLIO=stdio and PERLIO=unix pass all expected tests.
25741 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
25742 and PerlIO_seek() and the dummy crlf layer is not making adjustments
25743 for CRLF translation happening in C runtime. All other tests pass.
25745 Added note to README.win32 to point out the snags of doing a perl build
25746 with Norton AntiVirus turned on.
25748 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
25749 which file a fail comes from.
25751 Updated "canned" config.h to match the one generated.
25753 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
25754 ! win32/makefile.mk
25755 ____________________________________________________________________________
25756 [ 7801] By: jhi on 2000/11/22 06:50:20
25759 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
25760 ____________________________________________________________________________
25761 [ 7800] By: jhi on 2000/11/22 01:29:55
25762 Log: Changes had accidentally gone too silent on non-main branches.
25764 ! Changes Porting/genlog patchlevel.h
25765 ____________________________________________________________________________
25766 [ 7799] By: gsar on 2000/11/22 01:02:56
25767 Log: some lib_pm.PL changes snuck in via change#7772
25768 Branch: maint-5.6/perl
25770 ____________________________________________________________________________
25771 [ 7798] By: nick on 2000/11/21 21:59:40
25772 Log: Integrate mainline
25774 !> (integrate 28 files)
25775 ____________________________________________________________________________
25776 [ 7797] By: jhi on 2000/11/21 21:01:45
25777 Log: Integrate perlio.
25779 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
25780 ____________________________________________________________________________
25781 [ 7796] By: nick on 2000/11/21 20:36:22
25782 Log: Win32 builds and runs (mostly) with USE_PERLIO.
25783 PERLIO=perlio passes all tests.
25784 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
25786 ! perlio.c win32/perllib.c win32/win32.c
25787 ____________________________________________________________________________
25788 [ 7795] By: jhi on 2000/11/21 19:03:44
25789 Log: Update Changes.
25791 ! Changes patchlevel.h
25792 ____________________________________________________________________________
25793 [ 7794] By: jhi on 2000/11/21 18:56:34
25794 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
25795 From: "Craig A. Berry" <craigberry@mac.com>
25796 Date: Mon, 20 Nov 2000 20:27:06 -0600
25797 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
25802 ____________________________________________________________________________
25803 [ 7793] By: jhi on 2000/11/21 18:54:41
25804 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
25805 From: Dominic Dunlop <domo@computer.org>
25806 Date: Mon, 20 Nov 2000 18:55:29 +0100
25807 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
25809 va_copy() and the need of it.
25810 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
25811 Branch: metaconfig/U/perl
25814 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25815 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
25816 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25817 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25818 ! win32/config.bc win32/config.gc win32/config.vc
25819 ____________________________________________________________________________
25820 [ 7792] By: jhi on 2000/11/21 17:04:10
25821 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
25824 ____________________________________________________________________________
25825 [ 7791] By: jhi on 2000/11/21 17:01:16
25826 Log: Export the SOCKS workaround symbols only if necessary.
25828 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
25829 ____________________________________________________________________________
25830 [ 7790] By: nick on 2000/11/20 23:57:11
25831 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
25834 ____________________________________________________________________________
25835 [ 7789] By: nick on 2000/11/20 23:38:33
25836 Log: Integrate mainline
25838 +> lib/File/Spec/Epoc.pm
25839 !> (integrate 34 files)
25840 ____________________________________________________________________________
25841 [ 7788] By: nick on 2000/11/20 23:20:18
25842 Log: Make extra buffer layer work (dummy crlf layer)
25844 ! doio.c perlio.c perlio.h
25845 ____________________________________________________________________________
25846 [ 7787] By: jhi on 2000/11/20 22:44:04
25847 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
25848 From: Peter Prymmer <pvhp@forte.com>
25849 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
25850 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
25852 ! t/pragma/locale.t
25853 ____________________________________________________________________________
25854 [ 7786] By: jhi on 2000/11/20 22:29:10
25855 Log: Subject: DOC PATCH 5.6.0 perlreftut
25856 From: mjd@plover.com
25857 Date: 20 Nov 2000 19:45:06 -0000
25858 Message-ID: <20001120194506.9505.qmail@plover.com>
25860 ! pod/perlreftut.pod
25861 ____________________________________________________________________________
25862 [ 7785] By: jhi on 2000/11/20 22:27:44
25863 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
25864 From: David Dyck <dcd@tc.fluke.com>
25865 Date: Mon, 20 Nov 2000 11:43:40 -0800
25866 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
25869 ____________________________________________________________________________
25870 [ 7784] By: jhi on 2000/11/20 22:23:21
25871 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
25872 Date: Mon, 20 Nov 2000 17:06:10 -0500
25873 To: Mailing list Perl5 <perl5-porters@perl.org>
25874 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
25876 ! pp_ctl.c t/op/pat.t
25877 ____________________________________________________________________________
25878 [ 7783] By: jhi on 2000/11/20 22:11:18
25879 Log: Subject: [PATCH] doop.c - UTF8 tr///
25880 From: Simon Cozens <simon@cozens.net>
25881 Date: Sat, 18 Nov 2000 18:49:30 +0000
25882 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
25884 Subject: Re: [PATCH] doop.c - UTF8 tr///
25885 From: Simon Cozens <simon@cozens.net>
25886 Date: Mon, 20 Nov 2000 20:45:22 +0000
25887 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
25889 Make tr on UTF-8 better but still not correct.
25892 ____________________________________________________________________________
25893 [ 7782] By: jhi on 2000/11/20 22:02:16
25894 Log: Remove the shared object before attempting to create
25895 (by linking) a new one. E.g. in AIX not removing
25896 becomes quite painful if one tries to do more than one
25897 build in the same tree (an interrupted build, for example),
25898 since the AIX' shared dynaloader seemingly keeps the shared
25899 objects open and therefore 'busy' for quite a while, even when
25900 nobody is using the objects, leading into link failures.
25902 ! lib/ExtUtils/MM_Unix.pm
25903 ____________________________________________________________________________
25904 [ 7781] By: gsar on 2000/11/20 19:02:55
25905 Log: type mismatch due to faulty integration
25906 Branch: maint-5.6/perl
25907 ! toke.c win32/Makefile
25908 ____________________________________________________________________________
25909 [ 7780] By: gsar on 2000/11/20 17:31:55
25910 Log: integrate changes#6392,6394..6399,6401..6404
25912 The {multiplier} of a fixed substring was overlooked which
25913 caused a wrong initial search offset for that substring.
25915 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
25916 From: Hugo <hv@crypt.compulink.co.uk>
25917 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
25918 Date: Thu, 13 Jul 2000 19:27:13 +0100
25920 Fix the BOM bug: not a byteorder bug, a signedness bug.
25922 Replace change #6337 with a better one.
25924 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
25925 From: Hugo <hv@crypt.compulink.co.uk>
25926 Date: Fri, 14 Jul 2000 04:16:20 +0100
25927 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
25929 MakeMaker should not remove editor backups (*~) on `make clean`
25930 by default (completes change#6383)
25932 move new variables to the end of the interpreter structure (for
25933 bincompat in code that doesn't #include XSUB.h)
25935 rename totally bletcherous SvLOCK() thingy (doesn't do what the
25936 name suggests anyway)
25938 various cleanups (typos, misformatted code, and small bugs)
25940 typecasts needed for change#6394
25942 typos in change#6399, regen headers
25944 inconsistent types needs casts
25946 PERL_OBJECT build tweaks
25947 Branch: maint-5.6/perl
25948 !> MANIFEST doop.c embed.h embed.pl embedvar.h
25949 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
25950 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
25951 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
25953 ____________________________________________________________________________
25954 [ 7779] By: gsar on 2000/11/20 17:06:29
25955 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
25957 Cosmetics and perldelta.
25959 Fix nits noticed by Boston.pm.
25961 Do the cc sanity check both before the hints and
25962 after the cc selction.
25964 get sprintf.t to adjust properly for 3-digit exponents
25966 don't clobber *.orig files on *clean targets
25968 fix bugs in processing %v-*d and similar format specs (from
25969 Avi Finkel <avi@finkel.org>)
25971 sprintf test tweaks (from Dominic Dunlop)
25973 new selfloader.t in change#6183 doesn't close DATA handles,
25974 and thus fails to clean up tmp files on dosish platforms
25976 typos (spotted by Peter Prymmer)
25978 typo fix from Craig Berry
25979 Branch: maint-5.6/perl
25980 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
25981 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
25982 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
25984 ____________________________________________________________________________
25985 [ 7778] By: gsar on 2000/11/20 16:46:51
25986 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
25988 Subject: Re: format bug report [Patch]
25989 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25990 Date: Wed, 05 Jul 2000 13:12:52 +0200
25991 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
25993 Subject: Re: format bug report [Patch]
25994 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25995 Date: Wed, 05 Jul 2000 14:10:01 +0200
25996 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
25998 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
25999 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26000 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
26001 Date: Fri, 07 Jul 2000 17:57:16 +0100
26003 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
26004 To: perl5-porters@perl.org
26005 From: Karsten Sperling <spiff@phreax.net>
26006 Date: Mon, 10 Jul 2000 15:12:52 +0200
26007 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
26009 README.posix-bc podified from Thomas Dorner.
26011 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
26012 From: Dominic Dunlop <domo@computer.org>
26013 Date: Tue, 11 Jul 2000 12:27:33 +0200
26014 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
26019 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
26020 From: Roderick Schertler <roderick@argon.org>
26021 Date: Tue, 11 Jul 2000 13:55:05 -0400
26022 Message-Id: <200007111755.NAA05077@jones.argon.org>
26024 Minor cleanups on the booklist.
26026 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
26029 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
26030 Branch: maint-5.6/perl
26031 +> pod/perlbook.pod
26032 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
26033 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
26034 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
26035 ____________________________________________________________________________
26036 [ 7777] By: jhi on 2000/11/20 16:08:49
26037 Log: Update Changes.
26039 ! Changes patchlevel.h
26040 ____________________________________________________________________________
26041 [ 7776] By: jhi on 2000/11/20 15:27:56
26042 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
26043 This may be overly harsh but until proven otherwise, we think this
26044 way, or until we have a simple test for Configure (having to start
26045 up servers is does not count as simple) to check for the problems.
26048 ____________________________________________________________________________
26049 [ 7775] By: jhi on 2000/11/20 15:22:17
26050 Log: Solaris hints tweaks.
26052 ! hints/solaris_2.sh
26053 ____________________________________________________________________________
26054 [ 7774] By: jhi on 2000/11/20 15:01:20
26055 Log: Add a workaround to SOCKS 64-bit problems.
26057 ! doio.c embed.h embed.pl perlsdio.h proto.h
26058 ____________________________________________________________________________
26059 [ 7773] By: jhi on 2000/11/20 14:51:47
26060 Log: sysseek() instead of seek().
26063 ____________________________________________________________________________
26064 [ 7772] By: gsar on 2000/11/20 13:06:23
26065 Log: integrate changes#6315..6319,6321..6331,6333..6338
26067 Integrate with Sarathy, preliminary fix for unicos
26068 alignment problems in [ID 20000612.002] Perl problem on Cray system.
26070 some debugger output does not go to the socket when RemotePort is set
26072 winsock cleanup never done on Windows (leads to handle leaks)
26074 fix UNC path handling on Windows under ithreads, and chdir()
26075 return value when given a non-existent directory
26077 Autogenerate pod/Makefile and pod/buildtoc.
26078 buildtoc also checks whether the existin pods are
26079 mentioned in MANIFEST and perl.pod, and vice versa.
26080 (None of the thusly found discrepancies fixed yet.)
26081 roffitall also needs to be autogenerated similarly but it
26082 seems so badly out of date that I didn't touch it yet.
26084 Config is being used.
26086 Add =head1 NAMEs so that buildtoc is happy.
26087 (The CGI::Util nit reported to Lincoln.)
26089 Fix complaints of buildtoc.
26091 Fix the alignment problem in Crays ([ID 20000612.002]).
26093 Remove perlbook, update perlfaq book listing,
26094 rearrange perl.pod, regenerate perltoc.
26096 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
26097 was cast to an unsigned (32-bit) integer with wild abandon.
26099 winsock options weren't being set in all threads under ithreads
26100 (caused send()s from second and subsequent threads to fail)
26102 accept() leaks memory on windows due to incorrect ordering of
26103 closesocket() and fclose() calls
26105 Reorder perl.pod once more.
26107 More POSIX.pod tweaks.
26109 Sprinkle ldlibpath.
26111 Precedence goof, fix based on
26112 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
26113 From: Hugo <hv@crypt.compulink.co.uk>
26114 Date: Tue, 11 Jul 2000 12:52:38 +0100
26115 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
26117 Subject: PATCH perlguts.pod: Document D and d magic types
26118 From: mjd@plover.com
26119 Date: 5 Jul 2000 18:01:51 -0000
26120 Message-ID: <20000705180151.29413.qmail@plover.com>
26122 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
26123 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
26124 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
26125 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
26127 Subject: [PATCH cfgperl] $& segfaults if you trick it
26128 From: simon@brecon.co.uk (Simon Cozens)
26129 Date: 7 Jul 2000 11:26:09 GMT
26130 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
26132 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
26133 From: Hugo <hv@crypt.compulink.co.uk>
26134 Date: Tue, 11 Jul 2000 12:44:50 +0100
26135 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
26137 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
26138 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26139 Date: Tue, 11 Jul 2000 13:50:51 +0100
26140 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
26141 Branch: maint-5.6/perl
26142 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
26144 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
26145 !> (integrate 26 files)
26146 ____________________________________________________________________________
26147 [ 7771] By: gsar on 2000/11/20 12:31:42
26148 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
26151 Subject: [PATCH bleedperl] File::Spec 0.82 beta
26152 From: Barrie Slaymaker <barries@jester.slaysys.com>
26153 Date: Wed, 28 Jun 2000 11:35:29 -0400
26154 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
26156 tweak perlembed for multiplicity/usethreads sanity; correct notes
26159 localize %INC in a Safe compartment so that use/require work
26160 (many other magic globals probably need similar treatment)
26162 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
26163 when @_ is modified, causing coredumps
26165 slurp mode fix in change#4736 still not quite right
26167 Point to perlipc for more SysV IPC examples.
26169 Elaborate POSIX.pod. Still needs work.
26171 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
26173 fix large memory leak that has been around for ever, masked by
26174 -DPURIFY (most of the arenas were never freed!)
26176 fix memory leak on Windows (PL_sys_intern contents were never
26179 PERL_OBJECT build tweak
26183 remove rel2abs prototypes (from Barrie Slaymaker)
26185 missing perldiag entry for unpack("w",...) diagnostic (from
26188 better diagnostic on Frob->stuff() when Frob:: doesn't exist
26189 (from Richard Soderberg <rs@oregonnet.com>)
26191 Win32 patches for cfgperl from Sarathy.
26193 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
26195 More POSIX.pod embellishment.
26197 tyop in change#6306
26198 Branch: maint-5.6/perl
26199 !> (integrate 44 files)
26200 ____________________________________________________________________________
26201 [ 7770] By: gsar on 2000/11/20 11:51:00
26202 Log: integrate changes#6268..6282 from cfgperl branch
26204 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
26205 From: Dominic Dunlop <domo@computer.org>
26206 Date: Thu, 29 Jun 2000 12:32:39 +0200
26207 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
26209 Regen headers for #6261 (and update embed.pl for this) and #6267,
26210 silence few compiler warnings.
26212 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
26213 From: Nicholas Clark <nick@talking.bollo.cx>
26214 Date: Fri, 23 Jun 2000 16:21:15 +0100
26215 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
26217 Subject: PATCH pod/perltie.pod
26218 From: Ian Phillipps <Ian.Phillipps@iname.com>
26219 Date: Fri, 16 Jun 2000 00:17:19 +0100
26220 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
26221 (only the first hunk, the second hunk had already been done
26222 by some other patch)
26224 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
26225 From: Tom Phoenix <rootbeer@redcat.com>
26226 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
26227 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
26229 Subject: [PATCH] xsub attributes
26230 From: Doug MacEachern <dougm@covalent.net>
26231 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
26232 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
26234 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
26235 From: Andy Dougherty <doughera@lafayette.edu>
26236 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
26237 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
26239 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
26240 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26241 Date: Tue, 13 Jun 2000 02:43:48 -0500
26242 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
26244 Subject: [PATCH] Re: eval documentation: context
26245 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26246 Date: Mon, 12 Jun 2000 15:07:29 +0100
26247 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
26249 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
26250 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26251 Date: Mon, 12 Jun 2000 14:55:59 +0100
26252 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
26254 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
26255 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
26256 Date: Fri, 09 Jun 2000 12:39:27 -0400
26257 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
26258 (plus update the version "number" of Text::Wrap)
26260 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
26261 From: Tim Ayers <tayers@bridge.com>
26262 Date: Thu, 08 Jun 2000 08:11:06 +0200
26263 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
26264 [resent by Richard Foley, Message-Id probably wrong]
26266 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
26267 From: rspier@pobox.com (Robert Spier)
26268 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
26269 Message-ID: <14654.31913.845602.610277@rls.cx>
26271 Subject: [PATCH 5.6.0] utils/h2xs.PL
26272 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26273 Date: Wed, 7 Jun 2000 04:02:04 -0500
26274 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
26276 Subject: [PATCH 5.6.0]ITHREADs for VMS
26277 From: Dan Sugalski <dan@sidhe.org>
26278 Date: Tue, 06 Jun 2000 11:59:50 -0400
26279 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
26280 Branch: maint-5.6/perl
26281 !> (integrate 31 files)
26282 ____________________________________________________________________________
26283 [ 7769] By: gsar on 2000/11/20 11:29:06
26284 Log: integrate changes#6261..6266 from cfgperl
26286 Subject: Re: [PATCH cfgperl] BOMs away!
26287 From: simon@brecon.co.uk (Simon Cozens)
26288 Date: 17 Jun 2000 11:49:57 GMT
26289 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
26291 Subject: 5.6.0 Patch for EPOC
26292 From: Olaf Flebbe <o.flebbe@gmx.de>
26293 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
26294 Message-ID: <23449.960929969@www11.gmx.net>
26296 tr fixes from Simon Cozens
26298 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
26299 From: Marty Lucich <marty@netcom.com>
26300 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
26301 Message-Id: <200006282116.OAA11148@netcom.com>
26302 ccdlflags update (the BSD/OS 4.1 part had already been taken
26305 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
26306 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26307 Date: Wed, 28 Jun 2000 17:50:12 -0700
26308 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
26310 Subject: [PATCH 5.6.0] cygwin port
26311 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
26312 From: "Fifer, Eric" <EFifer@sanwaint.com>
26313 Date: Thu, 29 Jun 2000 12:58:29 +0100
26314 Branch: maint-5.6/perl
26315 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
26316 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
26317 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26318 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
26319 ____________________________________________________________________________
26320 [ 7768] By: gsar on 2000/11/20 11:13:44
26321 Log: integrate changes#6252..6256,6259..6260
26323 Paranoia tweak on #6249.
26324 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
26325 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
26326 Date: Sun, 25 Jun 2000 23:43:12 -0400
26327 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
26329 Subject: tr///, help wanted.
26330 From: simon@brecon.co.uk (Simon Cozens)
26331 Date: 28 Jun 2000 11:29:04 GMT
26332 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
26334 small thinko tweaks
26336 tweaks from Simon Conzes to further fix tr/// under utf8
26338 perlnewmod was missing from MANIFEST.
26340 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
26341 From: simon@brecon.co.uk (Simon Cozens)
26342 Date: 17 Jun 2000 11:56:44 GMT
26343 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
26345 Branch: maint-5.6/perl
26346 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
26347 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
26348 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
26349 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
26350 ____________________________________________________________________________
26351 [ 7767] By: gsar on 2000/11/20 10:51:38
26352 Log: integrate change#6250 from cfgperl
26354 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
26355 From: Doug MacEachern <dougm@covalent.net>
26356 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
26357 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
26358 Branch: maint-5.6/perl
26360 !> MANIFEST embed.pl global.sym proto.h toke.c
26361 ____________________________________________________________________________
26362 [ 7766] By: gsar on 2000/11/20 10:48:34
26363 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
26365 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
26366 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
26367 Date: Mon, 26 Jun 2000 18:40:14 +0100
26368 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
26370 Subject: [PATCH] bytes<->utf8 fixes
26371 From: simon@brecon.co.uk (Simon Cozens)
26372 Date: 26 Jun 2000 04:55:45 GMT
26373 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
26375 Subject: [PATCH] is_utf8_string
26376 From: simon@brecon.co.uk (Simon Cozens)
26377 Date: 26 Jun 2000 02:25:59 GMT
26378 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
26380 Subject: [PATCH] avoid mg_ptr in '*' magic
26381 From: Doug MacEachern <dougm@covalent.net>
26382 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
26383 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
26385 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
26386 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
26387 Date: Sat, 24 Jun 2000 13:06:20 +0100
26388 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
26390 Allow for standalone testing.
26392 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
26393 From: Mark-Jason Dominus <mjd@plover.com>
26394 Date: Tue, 27 Jun 2000 22:36:42 -0400
26395 Message-ID: <20000628023642.12166.qmail@plover.com>
26397 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
26398 From: Frank Tobin <ftobin@uiuc.edu>
26399 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
26400 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
26401 Branch: maint-5.6/perl
26402 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
26403 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
26404 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
26405 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
26406 !> utf8.c utils/h2xs.PL
26407 ____________________________________________________________________________
26408 [ 7765] By: gsar on 2000/11/20 10:29:13
26409 Log: integrate change#6239 from cfgperl
26411 Configure maintenance. Sever some dependency cycles,
26412 separate gccversion from the cc unit,
26413 address [ID 20000623.006] Configure script patch for using gcc on AIX
26414 (but solve it a little bit differently),
26415 unduplex some accidentally duplicated units,
26416 suggest using gcc if no cc available
26417 (p5p thread: "Solaris configure: counterproposal", 1999-09)
26418 Branch: maint-5.6/perl
26419 !> Configure Todo-5.6 config_h.SH
26420 ____________________________________________________________________________
26421 [ 7764] By: gsar on 2000/11/20 10:25:55
26422 Log: integrate changes#6233..6238 from cfgperl
26424 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
26425 From: Mark-Jason Dominus <mjd@plover.com>
26426 Date: Fri, 16 Jun 2000 20:53:04 -0400
26427 Message-ID: <20000617005304.8008.qmail@plover.com>
26429 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
26430 because when run as services (Win32ese for daemons)
26431 no environment variables are set and tmpdir ends up as /tmp,
26432 which is ambiguous.
26433 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
26434 From: matt@sergeant.org
26435 Date: 16 Jun 2000 16:30:43 -0000
26436 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
26438 The thread begun by
26439 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
26440 From: Kevin.Ruscoe@ubsw.com
26441 Date: Fri, 16 Jun 2000 16:38:51 +0100
26442 Message-Id: <H000019b03c300d6@MHS>
26444 Tweak embed.pl, regen headers.
26446 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
26447 From: Dan Sugalski <dan@sidhe.org>
26448 Date: Fri, 23 Jun 2000 17:00:00 -0400
26449 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
26450 Branch: maint-5.6/perl
26451 !> (integrate 27 files)
26452 ____________________________________________________________________________
26453 [ 7763] By: gsar on 2000/11/20 10:08:08
26454 Log: s/perl56delta/perldelta/g
26455 Branch: maint-5.6/perl
26457 ____________________________________________________________________________
26458 [ 7762] By: gsar on 2000/11/20 10:04:00
26459 Log: integrate changes#6225,6229,6231,6232 from cfgperl
26461 Add source code filenames to apidoc.
26462 From: simon@brecon.co.uk (Simon Cozens)
26463 Subject: [PATCH embed.pl] Source X-ref
26464 Date: 22 Jun 2000 02:18:49 GMT
26465 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
26467 Subject: README.hpux version 0.6.1
26468 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
26469 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26470 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
26472 Subject: [PATCH 5.6.0] cygwin port
26473 From: "Fifer, Eric" <EFifer@sanwaint.com>
26474 Date: Tue, 20 Jun 2000 14:30:58 +0100
26475 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
26477 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
26478 From: simon@brecon.co.uk (Simon Cozens)
26479 Date: 19 Jun 2000 15:18:27 GMT
26480 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
26482 plus update pod/Makefile and regenerate perltoc
26483 Branch: maint-5.6/perl
26484 +> pod/perlutil.pod
26485 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
26486 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
26487 ____________________________________________________________________________
26488 [ 7761] By: jhi on 2000/11/20 04:09:55
26489 Log: Miraculous typo.
26492 ____________________________________________________________________________
26493 [ 7760] By: jhi on 2000/11/20 04:06:08
26494 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
26495 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26496 Date: Sun, 19 Nov 2000 22:30:26 -0500
26497 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
26499 ! regexec.c scope.h t/op/pat.t
26500 ____________________________________________________________________________
26501 [ 7759] By: jhi on 2000/11/20 02:05:22
26502 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
26505 ____________________________________________________________________________
26506 [ 7758] By: jhi on 2000/11/20 01:58:11
26507 Log: Subject: [perl 7711: EPOC] updates
26508 From: Olaf Flebbe <o.flebbe@gmx.de>
26509 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
26510 Message-ID: <25575.974658810@www23.gmx.net>
26512 + lib/File/Spec/Epoc.pm
26513 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
26514 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
26515 ! lib/File/Spec.pm perl.c sv.c
26516 ____________________________________________________________________________
26517 [ 7757] By: jhi on 2000/11/20 01:53:11
26518 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
26521 ____________________________________________________________________________
26522 [ 7756] By: jhi on 2000/11/20 01:47:22
26523 Log: Integrate perlio.
26525 - ext/re/hints/MSWin32.pl
26526 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
26527 !> win32/config.gc win32/config_H.gc win32/win32sck.c
26528 ____________________________________________________________________________
26529 [ 7755] By: nick on 2000/11/19 20:57:17
26530 Log: Add dummy crlf layer (just as buffer)
26531 Correct 1st bug - one layer of indirection.
26533 ! perlio.c perlio.h perliol.h
26534 ____________________________________________________________________________
26535 [ 7754] By: nick on 2000/11/19 20:56:12
26536 Log: Work-round to Perl_deb_nocontext is no longer required
26538 - ext/re/hints/MSWin32.pl
26539 ____________________________________________________________________________
26540 [ 7753] By: nick on 2000/11/19 20:01:16
26541 Log: diff -se shows these as different
26543 ! global.sym pod/perlapi.pod
26544 ____________________________________________________________________________
26545 [ 7752] By: nick on 2000/11/19 18:57:30
26546 Log: Configure GCC/Win32 build -Duseperlio
26547 Fix a couple of gross issues
26548 - double-include of ../deb.o in re.dll
26549 - win32sck.c needs PerlIO and FILE
26551 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
26553 ____________________________________________________________________________
26554 [ 7751] By: nick on 2000/11/19 17:05:36
26555 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
26558 ____________________________________________________________________________
26559 [ 7750] By: nick on 2000/11/19 16:57:14
26563 ____________________________________________________________________________
26564 [ 7749] By: jhi on 2000/11/19 16:28:40
26565 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
26566 From: "Peter J. Farley III" <pjfarley@banet.net>
26567 Date: Sun, 19 Nov 2000 01:42:58 -0500
26568 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
26570 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
26571 ____________________________________________________________________________
26572 [ 7748] By: jhi on 2000/11/19 16:08:10
26573 Log: Subject: podlators 1.05 available
26574 From: Russ Allbery <rra@stanford.edu>
26575 Date: 18 Nov 2000 22:04:28 -0800
26576 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
26578 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
26579 ____________________________________________________________________________
26580 [ 7747] By: nick on 2000/11/19 11:19:39
26581 Log: Integrate mainline
26583 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
26585 ____________________________________________________________________________
26586 [ 7746] By: jhi on 2000/11/19 06:42:22
26587 Log: Make hex scanning warn on "\x{x}" and "\xx".
26588 "\x" and and hex("x") are still valid.
26591 ____________________________________________________________________________
26592 [ 7745] By: nick on 2000/11/18 22:52:28
26593 Log: Integrate mainline
26595 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
26596 !> perl.h perlio.c proto.h regcomp.c regcomp.h
26597 ____________________________________________________________________________
26598 [ 7744] By: jhi on 2000/11/18 22:50:28
26599 Log: Introduce Perl_utf8_length(). Use it.
26601 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
26602 ____________________________________________________________________________
26603 [ 7743] By: jhi on 2000/11/18 22:38:51
26604 Log: Compiler denit.
26607 ____________________________________________________________________________
26608 [ 7742] By: jhi on 2000/11/18 20:33:05
26609 Log: Integrate perlio.
26611 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
26612 !> perlio.h pp_ctl.c pp_sys.c sv.c
26613 ____________________________________________________________________________
26614 [ 7741] By: jhi on 2000/11/18 20:31:27
26615 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
26616 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26617 Date: Fri, 17 Nov 2000 20:35:11 -0500
26618 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
26620 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
26621 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26622 Date: Fri, 17 Nov 2000 21:03:47 -0500
26623 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
26625 Plus a little bit of tweaking in pregcomp().
26627 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
26628 ____________________________________________________________________________
26629 [ 7740] By: nick on 2000/11/18 20:17:22
26630 Log: Lexical use open ... support:
26631 add ->cop_io to COP structure in cop.h.
26632 Make mg.c and gv.c associate it with ${^OPEN}.
26633 Make lib/open.pm set it.
26634 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
26635 manner similar to ->cop_warnings.
26636 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
26637 call new PerlIO_apply_layers().
26638 Declare latter in perlio.h and define in perlio.c
26640 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
26641 ! perlio.h pp_ctl.c pp_sys.c sv.c
26642 ____________________________________________________________________________
26643 [ 7739] By: jhi on 2000/11/18 19:54:00
26644 Log: Integrate perlio.
26646 !> doio.c perlio.c pp.c
26647 ____________________________________________________________________________
26648 [ 7738] By: jhi on 2000/11/18 17:16:13
26649 Log: Subject: [PATCH 5.7.0] etags broken again
26650 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26651 Date: Sat, 18 Nov 2000 02:41:36 -0500
26652 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
26655 ____________________________________________________________________________
26656 [ 7737] By: jhi on 2000/11/18 17:12:18
26657 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
26659 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26660 ____________________________________________________________________________
26661 [ 7736] By: nick on 2000/11/18 14:06:20
26662 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
26663 part to be isolated.
26666 ____________________________________________________________________________
26667 [ 7735] By: nick on 2000/11/18 11:03:32
26668 Log: Integrate mainline
26670 !> Changes README.amiga README.win32 patchlevel.h
26671 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
26672 ____________________________________________________________________________
26673 [ 7734] By: jhi on 2000/11/18 01:18:56
26674 Log: Update Changes.
26676 ! Changes patchlevel.h
26677 ____________________________________________________________________________
26678 [ 7733] By: jhi on 2000/11/18 00:32:54
26679 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
26680 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26681 Date: Fri, 17 Nov 2000 17:28:02 -0500
26682 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
26684 ! regcomp.c regexec.c t/op/re_tests
26685 ____________________________________________________________________________
26686 [ 7732] By: jhi on 2000/11/18 00:28:56
26687 Log: Sparc 64-bit pack() fix from Jens Hamisch.
26690 ____________________________________________________________________________
26691 [ 7731] By: jhi on 2000/11/18 00:18:39
26692 Log: Explain in more detail the {} syntax ambiguousity.
26694 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
26695 From: Nicholas Clark <nick@ccl4.org>
26696 Date: Fri, 17 Nov 2000 22:10:28 +0000
26697 Message-ID: <20001117221028.A88930@plum.flirble.org>
26700 ____________________________________________________________________________
26701 [ 7730] By: jhi on 2000/11/18 00:12:18
26702 Log: Subject: Fix for README.amiga (20000323.033)
26703 From: "Stephen P. Potter" <spp@spotter.yi.org>
26704 Date: Fri, 17 Nov 2000 12:25:51 -0500
26705 Message-Id: <200011171725.MAA05768@spotter.yi.org>
26708 ____________________________________________________________________________
26709 [ 7729] By: jhi on 2000/11/18 00:08:34
26710 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
26711 From: "A. C. Yardley" <yardley@tanet.net>
26712 Date: Mon, 3 Apr 2000 11:35:33 -0700
26713 Message-ID: <3483.000403@tanet.net>
26716 ____________________________________________________________________________
26717 [ 7728] By: nick on 2000/11/17 21:59:47
26718 Log: Integrate mainline
26720 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
26721 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
26722 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
26723 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
26724 ____________________________________________________________________________
26725 [ 7727] By: nick on 2000/11/17 21:56:31
26726 Log: Experiment on use of attributes.pm interface.
26727 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
26728 SVt_PVRV if not already something better (else vivify of say magic gets
26732 ____________________________________________________________________________
26733 [ 7726] By: jhi on 2000/11/17 14:15:49
26734 Log: Subject: Fix for 20000815.006
26735 From: "Stephen P. Potter" <spp@spotter.yi.org>
26736 Date: Fri, 17 Nov 2000 08:57:45 -0500
26737 Message-Id: <200011171357.IAA05122@spotter.yi.org>
26739 It's really 20000518.006.
26741 ! pod/perlmodlib.PL
26742 ____________________________________________________________________________
26743 [ 7725] By: jhi on 2000/11/17 14:12:31
26744 Log: Subject: Fix for 20000409.001
26745 From: "Stephen P. Potter" <spp@spotter.yi.org>
26746 Date: Fri, 17 Nov 2000 08:55:45 -0500
26747 Message-Id: <200011171355.IAA05104@spotter.yi.org>
26750 ____________________________________________________________________________
26751 [ 7724] By: jhi on 2000/11/17 14:08:58
26752 Log: Undo #7627 now that we have =head3.
26755 ____________________________________________________________________________
26756 [ 7723] By: jhi on 2000/11/17 14:04:09
26757 Log: As surmised the #7719 wasn't a good move.
26759 ! hints/solaris_2.sh
26760 ____________________________________________________________________________
26761 [ 7722] By: jhi on 2000/11/17 13:59:04
26762 Log: Also the 64bitall hints can be either here or there.
26764 ! hints/solaris_2.sh
26765 ____________________________________________________________________________
26766 [ 7721] By: jhi on 2000/11/17 02:26:23
26767 Log: Test tweak for the open pragma.
26770 ____________________________________________________________________________
26771 [ 7720] By: jhi on 2000/11/17 00:23:22
26772 Log: The long double hints can be here or there.
26774 ! hints/solaris_2.sh
26775 ____________________________________________________________________________
26776 [ 7719] By: jhi on 2000/11/17 00:14:06
26777 Log: For Solaris use64bitall the stdchar needs a little bit of help.
26779 ! hints/solaris_2.sh
26780 ____________________________________________________________________________
26781 [ 7718] By: jhi on 2000/11/16 23:27:34
26782 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
26783 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26784 Date: Wed, 15 Nov 2000 08:56:32 +0100
26785 Message-ID: <3A1241B0.64477E00@alcatel.at>
26787 ! lib/Carp/Heavy.pm
26788 ____________________________________________________________________________
26789 [ 7717] By: jhi on 2000/11/16 23:23:29
26790 Log: Subject: [PATCH] Re: 20001101.003 PDL
26791 From: Nicholas Clark <nick@ccl4.org>
26792 Date: Thu, 16 Nov 2000 16:48:25 +0000
26793 Message-ID: <20001116164825.B93487@plum.flirble.org>
26795 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
26796 ____________________________________________________________________________
26797 [ 7716] By: jhi on 2000/11/16 23:21:31
26798 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
26799 From: "Casey R. Tweten" <crt@kiski.net>
26800 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
26801 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
26803 ! lib/Pod/Checker.pm pod/perlpod.pod
26804 ____________________________________________________________________________
26805 [ 7715] By: jhi on 2000/11/16 23:19:40
26806 Log: Avoid an infinite loop in VMS when utils scripts are run
26807 with no arguments, from Charles Lane.
26810 ____________________________________________________________________________
26811 [ 7714] By: jhi on 2000/11/16 23:17:08
26812 Log: Subject: perllocale.pod changes
26813 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26814 Date: Mon, 13 Nov 2000 10:09:22 +0300
26815 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
26817 ! pod/perllocale.pod
26818 ____________________________________________________________________________
26819 [ 7713] By: jhi on 2000/11/16 23:14:06
26820 Log: Integrate perlio.
26822 !> doio.c perlio.c perlio.h util.c
26823 ____________________________________________________________________________
26824 [ 7712] By: nick on 2000/11/16 21:10:58
26825 Log: Integrate mainline
26827 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26828 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
26829 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
26830 !> vos/config.ga.def vos/config.ga.h win32/config.bc
26831 !> win32/config.gc win32/config.vc
26832 ____________________________________________________________________________
26833 [ 7711] By: nick on 2000/11/16 19:56:41
26835 consistent way of getting 'rb', 'wb' etc. for binary opens
26836 move *perlio::layers to *open::layers
26837 a #define to show layers available
26838 DOSISH popen/PerlIO had export/import sense inverted.
26840 ! doio.c perlio.c perlio.h util.c
26841 ____________________________________________________________________________
26842 [ 7710] By: jhi on 2000/11/16 15:46:05
26843 Log: Add HAS_SBRK_PROTO.
26844 Branch: metaconfig/U/perl
26847 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26848 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
26849 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26850 ! vos/config.ga.def vos/config.ga.h win32/config.bc
26851 ! win32/config.gc win32/config.vc
26852 ____________________________________________________________________________
26853 [ 7709] By: nick on 2000/11/16 07:31:49
26854 Log: Integrate mainline
26856 !> (integrate 35 files)
26857 ____________________________________________________________________________
26858 [ 7708] By: jhi on 2000/11/16 05:33:03
26859 Log: These files are text, not binary.
26861 ! ext/Encode/Encode/iso8859-10.enc
26862 ! ext/Encode/Encode/iso8859-13.enc
26863 ! ext/Encode/Encode/iso8859-14.enc
26864 ! ext/Encode/Encode/iso8859-15.enc
26865 ____________________________________________________________________________
26866 [ 7707] By: jhi on 2000/11/16 01:53:37
26867 Log: Update Changes.
26869 ! Changes patchlevel.h
26870 ____________________________________________________________________________
26871 [ 7706] By: jhi on 2000/11/16 01:35:59
26872 Log: More #undefing of stdio.
26874 ! fakesdio.h nostdio.h
26875 ____________________________________________________________________________
26876 [ 7705] By: jhi on 2000/11/16 01:34:18
26877 Log: Add fwalk() probe to the configuration files and regen perltoc.
26879 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26880 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
26881 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
26882 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26883 ! win32/config.bc win32/config.gc win32/config.vc
26884 ____________________________________________________________________________
26885 [ 7704] By: jhi on 2000/11/16 01:33:07
26886 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
26887 an optional third argument to Inlibc?)
26888 Branch: metaconfig/U/perl
26890 ____________________________________________________________________________
26891 [ 7703] By: jhi on 2000/11/16 01:09:22
26892 Log: The type of the hash_cb() size argument is tricky.
26894 ! ext/DB_File/DB_File.xs
26895 ____________________________________________________________________________
26896 [ 7702] By: jhi on 2000/11/15 23:01:16
26897 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
26900 ____________________________________________________________________________
26901 [ 7701] By: jhi on 2000/11/15 22:52:32
26905 ____________________________________________________________________________
26906 [ 7700] By: jhi on 2000/11/15 22:51:56
26907 Log: UINT64_C() work continues.
26909 ! handy.h perl.h utf8.h
26910 ____________________________________________________________________________
26911 [ 7699] By: jhi on 2000/11/15 14:13:04
26912 Log: SOCKS has its own USE_THREADS, based on
26914 Subject: [ID 20001114.002] et. al. bugfix followup
26915 From: Jens Hamisch <jens@Strawberry.COM>
26916 Date: Wed, 15 Nov 2000 14:23:11 +0100
26917 Message-ID: <20001115142311.A21164@Strawberry.COM>
26920 ____________________________________________________________________________
26921 [ 7698] By: jhi on 2000/11/15 03:50:56
26922 Log: Add few missing #undefs and sort them.
26925 ____________________________________________________________________________
26926 [ 7697] By: jhi on 2000/11/15 03:39:14
26927 Log: Linenumber fix.
26929 ! t/pragma/warn/utf8
26930 ____________________________________________________________________________
26931 [ 7696] By: jhi on 2000/11/15 02:55:26
26932 Log: EBCDIC tweaks.
26934 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
26935 From: Peter Prymmer <pvhp@forte.com>
26936 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
26937 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
26939 ! t/op/regmesg.t t/pragma/warn/utf8
26940 ____________________________________________________________________________
26941 [ 7695] By: jhi on 2000/11/15 02:53:58
26942 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
26943 From: Peter Prymmer <pvhp@forte.com>
26944 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
26945 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
26948 ____________________________________________________________________________
26949 [ 7694] By: jhi on 2000/11/15 02:50:55
26950 Log: Subject: [PATCH: perl@7674] updates to README.os390
26951 From: Prymmer/Kahn <pvhp@best.com>
26952 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
26953 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
26956 ____________________________________________________________________________
26957 [ 7693] By: jhi on 2000/11/15 02:48:37
26958 Log: Quit utf8_to_uv() instantly if curlen == 0.
26961 ____________________________________________________________________________
26962 [ 7692] By: jhi on 2000/11/15 02:24:29
26963 Log: Use u_int32_t for the size of hash_cb(), not size_t.
26965 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
26966 From: Jens Hamisch <jens@Strawberry.COM>
26967 Date: Tue, 14 Nov 2000 19:03:55 +0100
26968 Message-Id: <20001114190355.A20559@Strawberry.COM>
26970 ! ext/DB_File/DB_File.xs
26971 ____________________________________________________________________________
26972 [ 7691] By: jhi on 2000/11/15 02:20:12
26973 Log: Use UINT64_C().
26975 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
26976 From: Jens Hamisch <jens@Strawberry.COM>
26977 Date: Tue, 14 Nov 2000 19:16:23 +0100
26978 Message-Id: <20001114191623.G20559@Strawberry.COM>
26981 ____________________________________________________________________________
26982 [ 7690] By: jhi on 2000/11/15 02:17:06
26983 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
26984 (a macro to define signed and unsigned integer constants).
26987 ____________________________________________________________________________
26988 [ 7689] By: jhi on 2000/11/15 01:56:51
26989 Log: Regen Configure.
26992 ____________________________________________________________________________
26993 [ 7688] By: jhi on 2000/11/15 01:56:32
26994 Log: Make the unit know about SOCKS.
26996 ! U/protos/socksizetype.U
26997 ____________________________________________________________________________
26998 [ 7687] By: jhi on 2000/11/15 01:54:47
26999 Log: Remove unused dependencies.
27001 ! U/compline/d_getpagsz.U
27002 ____________________________________________________________________________
27003 [ 7686] By: nick on 2000/11/14 21:25:13
27004 Log: Integrate mainline.
27006 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
27007 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
27008 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
27009 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
27010 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
27011 !> win32/config.bc win32/config.gc win32/config.vc
27012 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
27013 ____________________________________________________________________________
27014 [ 7685] By: jhi on 2000/11/14 17:54:56
27015 Log: Integrate perlio.
27017 +> fakesdio.h perliol.h
27018 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
27019 !> perlsdio.h perlsfio.h pod/perlfunc.pod
27020 ____________________________________________________________________________
27021 [ 7684] By: nick on 2000/11/14 17:43:04
27022 Log: PerlIO #include and #ifdef re-work.
27024 + fakesdio.h perliol.h
27025 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
27026 ! perlsdio.h perlsfio.h
27027 ____________________________________________________________________________
27028 [ 7683] By: jhi on 2000/11/14 15:42:40
27029 Log: Hoist the duplicated socket/netdb include logic to perl.h;
27030 undef SETERRNO in case SOCKS has defined it. Based on:
27032 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
27033 From: Jens Hamisch <jens@Strawberry.COM>
27034 Date: Tue, 14 Nov 2000 11:34:40 +0100
27035 Message-Id: <20001114113440.A20005@Strawberry.COM>
27037 ! doio.c perl.h pp_sys.c
27038 ____________________________________________________________________________
27039 [ 7682] By: jhi on 2000/11/14 14:07:28
27040 Log: Subject: some additions for makefiles for win32 (for perl@7674)
27041 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27042 Date: Tue, 14 Nov 2000 09:31:13 +0300
27043 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
27045 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
27046 ! win32/makefile.mk
27047 ____________________________________________________________________________
27048 [ 7681] By: jhi on 2000/11/14 14:01:41
27049 Log: Subject: tiny typo in perl5db.pl
27050 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27051 Date: Tue, 14 Nov 2000 09:29:28 +0300
27052 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
27055 ____________________________________________________________________________
27056 [ 7680] By: jhi on 2000/11/14 04:13:50
27057 Log: Redo #7679 with LFs instead of CRLFs.
27059 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
27060 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
27061 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
27062 ____________________________________________________________________________
27063 [ 7679] By: jhi on 2000/11/14 01:21:09
27064 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
27065 From: Benjamin Stuhl <tiriath@yahoo.com>
27066 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
27067 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
27069 + win32/bin/mdelete.bat
27070 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
27071 ! makedef.pl perlio.c win32/Makefile win32/config.gc
27072 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
27073 ____________________________________________________________________________
27074 [ 7678] By: jhi on 2000/11/14 01:19:20
27075 Log: Fix the re extension building for Win32.
27077 Subject: [PATCH perl@7638] Get PerlIO building on Win32
27078 From: Benjamin Stuhl <tiriath@yahoo.com>
27079 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
27080 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
27082 + ext/re/hints/MSWin32.pl
27084 ____________________________________________________________________________
27085 [ 7677] By: jhi on 2000/11/14 01:13:54
27086 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
27087 From: sthoenna@efn.org
27088 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
27089 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
27091 ! doop.c pp.c toke.c utf8.c utf8.h
27092 ____________________________________________________________________________
27093 [ 7676] By: jhi on 2000/11/13 20:23:15
27094 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
27095 From: Nicholas Clark <nick@ccl4.org>
27096 Date: Mon, 13 Nov 2000 18:55:04 +0000
27097 Message-ID: <20001113185504.J29183@plum.flirble.org>
27099 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
27100 ____________________________________________________________________________
27101 [ 7675] By: nick on 2000/11/13 20:21:57
27102 Log: Integrate mainline ...
27104 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
27105 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
27106 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
27107 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
27108 ____________________________________________________________________________
27109 [ 7674] By: jhi on 2000/11/13 15:07:56
27110 Log: Update Changes.
27112 ! Changes patchlevel.h
27113 ____________________________________________________________________________
27114 [ 7673] By: jhi on 2000/11/13 14:42:42
27115 Log: Remove the new two tests of lib/io_xs for now, they seem to
27116 fail under perlio on some platforms.
27119 ____________________________________________________________________________
27120 [ 7672] By: jhi on 2000/11/13 13:57:53
27121 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
27124 ____________________________________________________________________________
27125 [ 7671] By: jhi on 2000/11/13 05:30:48
27126 Log: Placate nervous compilers that see longer than ints switch()ing.
27129 ____________________________________________________________________________
27130 [ 7670] By: jhi on 2000/11/13 05:14:21
27131 Log: fputs() does return EOF on error but here we don't care.
27134 ____________________________________________________________________________
27135 [ 7669] By: jhi on 2000/11/13 05:02:45
27136 Log: Declare reg_data like reg_substr_data.
27139 ____________________________________________________________________________
27140 [ 7668] By: jhi on 2000/11/13 04:54:34
27141 Log: Typos in #7667.
27144 ____________________________________________________________________________
27145 [ 7667] By: jhi on 2000/11/13 04:49:49
27146 Log: Cleanup messy #ifdef.
27149 ____________________________________________________________________________
27150 [ 7666] By: jhi on 2000/11/13 04:17:34
27151 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
27152 From: Nicholas Clark <nick@talking.bollo.cx>
27153 Date: Sun, 12 Nov 2000 21:14:11 +0000
27154 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
27156 Note: only one breakage of the two reported is fixed by this patch.
27159 ____________________________________________________________________________
27160 [ 7665] By: jhi on 2000/11/13 04:05:07
27161 Log: Tweak the definition of the bit complement on UTF-8 data:
27162 if none of the characters in the string are > 0xff,
27163 the result is a complemented byte string, not a (UTF-8)
27164 char string. Based on the summary in
27166 Subject: Re: [ID 20000918.005] ~ on wide chars
27167 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27168 Date: Fri, 10 Nov 2000 09:47:15 -0800
27169 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
27171 This should give us the maximum backward (pre-char string)
27172 compatibility and utf8 compatibility. The other alternative
27173 would be to limit the bit complement to be always byte only,
27174 taking the least significant byte of the chars.
27176 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
27177 ____________________________________________________________________________
27178 [ 7664] By: jhi on 2000/11/13 00:23:44
27179 Log: Couple of tests from #7660 salvaged.
27182 ! MANIFEST t/io/tell.t
27183 ____________________________________________________________________________
27184 [ 7663] By: jhi on 2000/11/13 00:02:48
27185 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
27186 From: Nicholas Clark <nick@talking.bollo.cx>
27187 Date: Sun, 12 Nov 2000 21:23:43 +0000
27188 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
27191 ____________________________________________________________________________
27192 [ 7662] By: jhi on 2000/11/13 00:01:39
27193 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
27194 From: Nicholas Clark <nick@talking.bollo.cx>
27195 Date: Sun, 12 Nov 2000 21:30:04 +0000
27196 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
27198 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
27199 ____________________________________________________________________________
27200 [ 7661] By: jhi on 2000/11/12 23:57:29
27201 Log: Document tell() on special streams.
27204 ____________________________________________________________________________
27205 [ 7660] By: jhi on 2000/11/12 23:54:22
27206 Log: (Subsumed by #7664)
27210 ____________________________________________________________________________
27211 [ 7659] By: jhi on 2000/11/12 22:55:25
27212 Log: Many subdocumented return values of the IO extension now documented.
27213 ungetc and write still left subdocumented.
27215 Subject: [PATCH] (was Re: IO::Handle::ungetc)
27216 From: Nicholas Clark <nick@talking.bollo.cx>
27217 Date: Sun, 12 Nov 2000 21:35:53 +0000
27218 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
27220 ! ext/IO/lib/IO/Handle.pm
27221 ____________________________________________________________________________
27222 [ 7658] By: jhi on 2000/11/12 21:37:06
27223 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
27224 From: Nicholas Clark <nick@talking.bollo.cx>
27225 Date: Sun, 12 Nov 2000 20:03:22 +0000
27226 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
27229 ____________________________________________________________________________
27230 [ 7657] By: jhi on 2000/11/12 20:34:55
27231 Log: Integrate perlio.
27234 ____________________________________________________________________________
27235 [ 7656] By: nick on 2000/11/12 19:25:06
27236 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
27239 ____________________________________________________________________________
27240 [ 7655] By: nick on 2000/11/12 19:09:41
27241 Log: Integrate mainline
27243 +> README.solaris ext/Encode/Encode/cp1006.enc
27244 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
27245 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
27246 +> ext/Encode/Encode/iso8859-13.enc
27247 +> ext/Encode/Encode/iso8859-14.enc
27248 +> ext/Encode/Encode/iso8859-15.enc
27249 !> (integrate 34 files)
27250 ____________________________________________________________________________
27251 [ 7654] By: jhi on 2000/11/12 19:00:22
27252 Log: Add a metaconfig unit for fsync.
27253 Branch: metaconfig/U/perl
27255 ____________________________________________________________________________
27256 [ 7653] By: jhi on 2000/11/12 19:00:01
27257 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
27259 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27260 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
27261 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27262 ! vos/config.ga.h win32/config.bc win32/config.gc
27264 ____________________________________________________________________________
27265 [ 7652] By: jhi on 2000/11/11 21:12:01
27266 Log: Copy the s// information of README.hpux also to the perlrun.
27268 ! README.hpux pod/perlrun.pod
27269 ____________________________________________________________________________
27270 [ 7651] By: jhi on 2000/11/11 21:03:13
27271 Log: More README.solaris updates from Andy Dougherty.
27274 ____________________________________________________________________________
27275 [ 7650] By: jhi on 2000/11/11 18:38:57
27276 Log: More descriptive error for unknown perlio layers.
27278 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
27279 From: Dominic Dunlop <domo@computer.org>
27280 Date: Sat, 11 Nov 2000 18:20:32 +0100
27281 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
27283 ! perlio.c pod/perldiag.pod
27284 ____________________________________________________________________________
27285 [ 7649] By: jhi on 2000/11/11 18:37:52
27286 Log: MachTen doesn't really do mmap() and munmap().
27288 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
27289 From: Dominic Dunlop <domo@computer.org>
27290 Date: Sat, 11 Nov 2000 18:20:32 +0100
27291 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
27294 ____________________________________________________________________________
27295 [ 7648] By: jhi on 2000/11/11 18:36:46
27296 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
27297 From: rspier@pobox.com (Robert Spier)
27298 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
27299 Message-ID: <14861.32839.491271.985797@rls.cx>
27301 ! Porting/Contract pod/perltoot.pod
27302 ____________________________________________________________________________
27303 [ 7647] By: jhi on 2000/11/11 18:35:30
27304 Log: Simplify the getpagesize() unit by dropping the
27305 pagesize probe since it's nowadays slightly more
27306 complicated because of sysconf(). (Note: if some
27307 platform really needs the -lPW for getpagesize,
27310 TODO: a new pagesize unit.
27312 ! U/compline/d_getpagsz.U
27313 ____________________________________________________________________________
27314 [ 7646] By: jhi on 2000/11/11 18:33:23
27315 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
27317 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27318 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
27319 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27320 ! vos/config.ga.h win32/config.bc win32/config.gc
27322 ____________________________________________________________________________
27323 [ 7645] By: jhi on 2000/11/11 16:45:15
27324 Log: Use sysconf() or getpagesize() to find out the pagesize.
27327 ____________________________________________________________________________
27328 [ 7644] By: jhi on 2000/11/11 15:46:08
27329 Log: Integrate perlio.
27332 ____________________________________________________________________________
27333 [ 7643] By: jhi on 2000/11/11 15:33:36
27334 Log: Subject: Re: [PATCH] README.solaris
27335 From: Lupe Christoph <lupe@lupe-christoph.de>
27336 Date: Sat, 11 Nov 2000 14:08:10 +0100
27337 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
27340 ____________________________________________________________________________
27341 [ 7642] By: jhi on 2000/11/11 15:22:12
27342 Log: Subject: [PATCH perl@7638] cygwin port
27343 From: "Eric Fifer" <egf7@columbia.edu>
27344 Date: Fri, 10 Nov 2000 19:30:30 -0000
27345 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
27347 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
27348 ____________________________________________________________________________
27349 [ 7641] By: nick on 2000/11/11 14:50:36
27350 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
27351 Also call "Buf" layer directly when unread'ing non-read chars.
27354 ____________________________________________________________________________
27355 [ 7640] By: jhi on 2000/11/11 02:05:02
27356 Log: Add more encoding tables.
27358 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
27359 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
27360 + ext/Encode/Encode/iso8859-10.enc
27361 + ext/Encode/Encode/iso8859-13.enc
27362 + ext/Encode/Encode/iso8859-14.enc
27363 + ext/Encode/Encode/iso8859-15.enc
27365 ____________________________________________________________________________
27366 [ 7639] By: jhi on 2000/11/10 18:49:25
27367 Log: Subject: [PATCH] README.solaris
27368 From: Andy Dougherty <doughera@lafayette.edu>
27369 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
27370 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
27373 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
27374 ! pod/perl.pod pod/perltoc.pod
27375 ____________________________________________________________________________
27376 [ 7638] By: jhi on 2000/11/10 15:04:15
27377 Log: Update Changes.
27379 ! Changes patchlevel.h
27380 ____________________________________________________________________________
27381 [ 7637] By: jhi on 2000/11/10 14:14:28
27382 Log: Explain better why certain regex tests are skipped.
27384 Subject: Re: tests skipped: unknown reason
27385 From: Lupe Christoph <lupe@lupe-christoph.de>
27386 Date: Fri, 10 Nov 2000 09:08:56 +0100
27387 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
27390 ____________________________________________________________________________
27391 [ 7636] By: nick on 2000/11/10 13:40:00
27392 Log: Integrate mainline.
27394 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
27395 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
27396 !> win32/bin/search.pl
27397 ____________________________________________________________________________
27398 [ 7635] By: nick on 2000/11/10 13:25:52
27399 Log: Re-instate stdio large file support via perlio.
27402 ____________________________________________________________________________
27403 [ 7634] By: jhi on 2000/11/10 04:49:55
27404 Log: Amdahl UTS hints updates.
27406 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
27407 From: hom00@utsglobal.com (Harold O Morris)
27408 Date: Thu, 9 Nov 2000 20:02 PST
27409 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
27412 ____________________________________________________________________________
27413 [ 7633] By: jhi on 2000/11/09 23:33:28
27414 Log: Subject: [PATCH] IO::Seekable pod
27415 From: Nicholas Clark <nick@talking.bollo.cx>
27416 Date: Thu, 9 Nov 2000 20:29:45 +0000
27417 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
27419 ! ext/IO/lib/IO/Handle.pm
27420 ____________________________________________________________________________
27421 [ 7632] By: jhi on 2000/11/09 21:55:41
27422 Log: Various doc oddball characters.
27424 Subject: [ID 20001106.004] Perl 5.6.0 bugs
27425 From: Michael Somos <somos@grail.cba.csuohio.edu>
27426 Date: Mon, 6 Nov 2000 17:44:20 -0500
27427 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
27429 ! emacs/cperl-mode.el lib/unicode/syllables.txt
27430 ! win32/bin/search.pl
27431 ____________________________________________________________________________
27432 [ 7631] By: jhi on 2000/11/09 21:12:29
27433 Log: Subject: Re: bash -c exit and linux hints
27434 From: "John P. Linderman" <jpl@research.att.com>
27435 Date: Thu, 02 Nov 2000 09:37:25 -0500
27436 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
27439 ____________________________________________________________________________
27440 [ 7630] By: nick on 2000/11/09 20:34:11
27441 Log: Integrate mainline.
27443 !> (integrate 91 files)
27444 ____________________________________________________________________________
27445 [ 7629] By: jhi on 2000/11/09 19:46:31
27446 Log: Missing dTHXs.
27448 Subject: RE: perl@7595 builds not on cygwin
27449 From: "Eric Fifer" <egf7@columbia.edu>
27450 Date: Thu, 9 Nov 2000 19:26:50 -0000
27451 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
27453 ! ext/Devel/Peek/Peek.xs
27454 ____________________________________________________________________________
27455 [ 7628] By: jhi on 2000/11/09 14:48:27
27456 Log: Disable only the tests 99 and 166 for UTF-8 locales.
27458 ! t/pragma/locale.t
27459 ____________________________________________________________________________
27460 [ 7627] By: jhi on 2000/11/09 14:40:27
27461 Log: There's no =head3.
27464 ____________________________________________________________________________
27465 [ 7626] By: jhi on 2000/11/09 13:54:26
27466 Log: The generated boot_* headers are wrong. Pickier compiler,
27467 such as KAI C++ will refuse to compile the resulting perlmain.
27469 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
27470 From: Harri Pasanen <harri.pasanen@trema.com>
27471 Date: Thu, 09 Nov 2000 14:23:28 +0100
27472 Message-Id: <3A0AA550.26D548A3@trema.com>
27475 ____________________________________________________________________________
27476 [ 7625] By: jhi on 2000/11/09 13:50:44
27477 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
27478 From: Prymmer/Kahn <pvhp@best.com>
27479 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
27480 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
27482 All except the "cow orker" change.
27484 ! Porting/pumpkin.pod
27485 ____________________________________________________________________________
27486 [ 7624] By: jhi on 2000/11/09 13:45:33
27489 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
27490 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27491 Date: Thu, 09 Nov 2000 11:05:52 +0100
27492 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
27494 ! pod/perldiag.pod t/pragma/warn/pp_sys
27495 ____________________________________________________________________________
27496 [ 7623] By: jhi on 2000/11/09 13:37:16
27497 Log: Typo in an ifndef.
27499 Subject: Re: [PATCH 5.7.0] better messages from malloc()
27500 From: Joe Smith <jms@inwap.com>
27501 Date: Thu, 09 Nov 2000 01:33:14 -0800
27502 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
27505 ____________________________________________________________________________
27506 [ 7622] By: jhi on 2000/11/09 13:31:18
27507 Log: Remove unused extra arguments.
27508 Branch: metaconfig/U/perl
27511 ! Configure config_h.SH
27512 ____________________________________________________________________________
27513 [ 7621] By: jhi on 2000/11/09 13:16:36
27514 Log: More VMS moves on environment handling, from Charles Lane.
27516 ! t/pragma/locale.t
27517 ____________________________________________________________________________
27518 [ 7620] By: jhi on 2000/11/09 04:42:38
27519 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
27520 From: David Dyck <dcd@tc.fluke.com>
27521 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
27522 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
27525 ____________________________________________________________________________
27526 [ 7619] By: jhi on 2000/11/09 04:36:21
27527 Log: Forgot from #7618.
27530 ____________________________________________________________________________
27531 [ 7618] By: jhi on 2000/11/09 04:28:44
27532 Log: Make deleting for %ENV work for (newer versions of) VMS,
27533 from Craig A. Berry.
27536 ____________________________________________________________________________
27537 [ 7617] By: jhi on 2000/11/09 04:25:05
27538 Log: Subject: [PATCH] Class::Struct at compile time
27539 From: "Casey R. Tweten" <crt@kiski.net>
27540 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
27541 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
27543 ! lib/Class/Struct.pm
27544 ____________________________________________________________________________
27545 [ 7616] By: jhi on 2000/11/09 04:15:17
27546 Log: Subject: [ID 20001108.013] spelling
27547 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
27548 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
27549 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
27552 ____________________________________________________________________________
27553 [ 7615] By: jhi on 2000/11/09 04:12:42
27554 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
27555 From: Peter Prymmer <pvhp@forte.com>
27556 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
27557 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
27560 ____________________________________________________________________________
27561 [ 7614] By: jhi on 2000/11/08 22:42:55
27562 Log: A missing aTHX_.
27564 ! ext/IPC/SysV/SysV.xs
27565 ____________________________________________________________________________
27566 [ 7613] By: jhi on 2000/11/08 19:30:21
27567 Log: Update Changes.
27569 ! Changes patchlevel.h
27570 ____________________________________________________________________________
27571 [ 7612] By: jhi on 2000/11/08 18:35:25
27572 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
27573 From: David Dyck <dcd@tc.fluke.com>
27574 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
27575 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
27578 ____________________________________________________________________________
27579 [ 7611] By: jhi on 2000/11/08 18:30:26
27580 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
27581 From: Dominic Dunlop <domo@computer.org>
27582 Date: Tue, 7 Nov 2000 12:05:25 +0100
27583 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
27586 ____________________________________________________________________________
27587 [ 7610] By: jhi on 2000/11/08 18:25:14
27588 Log: Do not test UTF-8 locales since that the tests would require
27589 polymorphic regexen.
27591 ! t/pragma/locale.t
27592 ____________________________________________________________________________
27593 [ 7609] By: jhi on 2000/11/08 17:12:51
27594 Log: Locale buglets.
27596 Subject: RE: Locales support (setlocale) fixes
27597 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27598 Date: Wed, 8 Nov 2000 20:01:39 +0300
27599 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
27601 ! t/pragma/locale.t util.c
27602 ____________________________________________________________________________
27603 [ 7608] By: jhi on 2000/11/08 17:00:16
27604 Log: Deleting $ENV{PATH} in VMS is not recommendable.
27606 ! t/pragma/locale.t
27607 ____________________________________________________________________________
27608 [ 7607] By: jhi on 2000/11/08 16:58:26
27609 Log: Subject: PATCH std stdio for (Free)BSD
27610 From: Nicholas Clark <nick@ccl4.org>
27611 Date: Wed, 8 Nov 2000 15:36:29 +0000
27612 Message-ID: <20001108153629.D98736@plum.flirble.org>
27614 ! U/compline/d_stdstdio.U
27616 ! Configure config_h.SH
27617 ____________________________________________________________________________
27618 [ 7606] By: jhi on 2000/11/08 16:43:31
27619 Log: Forgot to bump the line numbers in #7601.
27621 ! t/pragma/warn/pp_sys
27622 ____________________________________________________________________________
27623 [ 7605] By: jhi on 2000/11/08 16:39:12
27624 Log: More careful detection of how well NVs and UVs mix.
27626 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))
27627 From: Nicholas Clark <nick@ccl4.org>
27628 Date: Wed, 8 Nov 2000 15:14:12 +0000
27629 Message-ID: <20001108151412.B98736@plum.flirble.org>
27631 Added some SIGFPE paranoia.
27632 Branch: metaconfig/U/perl
27635 ! Configure config_h.SH
27636 ____________________________________________________________________________
27637 [ 7604] By: jhi on 2000/11/08 14:39:10
27638 Log: Subject: [patch perl@7595] VMS configure.com tweak
27639 From: "Craig A. Berry" <craigberry@mac.com>
27640 Date: Wed, 8 Nov 2000 00:24:12 -0600
27641 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
27644 ____________________________________________________________________________
27645 [ 7603] By: jhi on 2000/11/08 14:27:11
27646 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
27647 From: Robin Barker <rmb1@cise.npl.co.uk>
27648 Date: Wed, 8 Nov 2000 11:11:39 GMT
27649 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
27652 ____________________________________________________________________________
27653 [ 7602] By: jhi on 2000/11/08 14:25:03
27654 Log: Fix for the tie-refhash string table leaks.
27656 From: Nick Ing-Simmons <nik@tiuk.ti.com>
27657 Date: Wed, 8 Nov 2000 13:03:04 GMT
27658 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
27660 ! t/lib/tie-refhash.t
27661 ____________________________________________________________________________
27662 [ 7601] By: jhi on 2000/11/08 14:21:08
27663 Log: Try to avoid flockless and emulationless places.
27665 ! t/pragma/warn/pp_sys
27666 ____________________________________________________________________________
27667 [ 7600] By: jhi on 2000/11/08 02:28:54
27668 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
27670 Subject: [PATCH] prototyped functions that should be overrideable
27671 From: "Casey R. Tweten" <crt@kiski.net>
27672 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
27673 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
27676 ____________________________________________________________________________
27677 [ 7599] By: jhi on 2000/11/08 01:12:05
27678 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
27680 Subject: [PATCH] perlbug.PL
27681 From: "Kurt D. Starsinic" <kstar@chapin.edu>
27682 Date: Mon, 6 Nov 2000 21:39:01 -0500
27683 Message-ID: <20001106213901.B20955@O2.chapin.edu>
27686 ____________________________________________________________________________
27687 [ 7598] By: jhi on 2000/11/07 23:42:00
27688 Log: Bad thinko in #7581 (I used the test program with the expanded
27691 ! U/compline/d_stdstdio.U
27694 ____________________________________________________________________________
27695 [ 7597] By: jhi on 2000/11/07 21:43:29
27696 Log: Subject: [PATCH perl@7573] cygwin port
27697 From: "Fifer, Eric" <EFifer@sanwaint.com>
27698 Date: Tue, 7 Nov 2000 18:08:51 -0000
27699 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
27701 Synchronize with Cygwin 1.1.5.
27703 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
27704 ! pod/perlport.pod unixish.h util.c
27705 ____________________________________________________________________________
27706 [ 7596] By: jhi on 2000/11/07 21:39:25
27707 Log: perlhack updates from H.Merijn Brand.
27710 ____________________________________________________________________________
27711 [ 7595] By: jhi on 2000/11/07 20:21:41
27712 Log: Update Changes.
27714 ! Changes patchlevel.h
27715 ____________________________________________________________________________
27716 [ 7594] By: jhi on 2000/11/07 19:18:58
27717 Log: Be more robust in Dynaloader.pm.
27719 ! ext/DynaLoader/DynaLoader_pm.PL
27720 ____________________________________________________________________________
27721 [ 7593] By: jhi on 2000/11/07 16:49:31
27722 Log: AUTHORS update.
27725 ____________________________________________________________________________
27726 [ 7592] By: gsar on 2000/11/07 16:39:51
27727 Log: normalize relative paths in virtualized current directory on windows,
27728 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
27732 ____________________________________________________________________________
27733 [ 7591] By: jhi on 2000/11/07 16:04:26
27734 Log: Too profiler-happy: with optimization the #7590 actually makes
27735 the test to run 0.5% _slower_. Requires much more instrumentation.
27738 ! regcomp.c regcomp.h
27739 ____________________________________________________________________________
27740 [ 7590] By: jhi on 2000/11/07 15:51:13
27741 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
27742 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
27743 by using memset() and testing bytewise (as opposed to bitwise).
27745 ! regcomp.c regcomp.h
27746 ____________________________________________________________________________
27747 [ 7589] By: jhi on 2000/11/07 12:56:39
27748 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
27749 From: "Craig A. Berry" <craig.berry@psinetcs.com>
27750 Date: Mon, 06 Nov 2000 23:45:30 -0500
27751 Message-Id: <0011079735.AA973576259@univpress.com>
27753 ! configure.com t/lib/st-lock.t
27754 ____________________________________________________________________________
27755 [ 7588] By: jhi on 2000/11/07 01:03:28
27759 ____________________________________________________________________________
27760 [ 7587] By: jhi on 2000/11/07 01:00:27
27761 Log: A doc addition for bug id 20001105.019, beware \p.
27764 ____________________________________________________________________________
27765 [ 7586] By: jhi on 2000/11/07 00:32:22
27766 Log: Fake support of holey files in win/dosish platforms.
27768 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
27769 From: kipp@shonanblue.ne.jp
27770 Date: Mon, 6 Nov 2000 13:30:55 -0800
27771 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
27773 ! ext/SDBM_File/sdbm/sdbm.c
27774 ____________________________________________________________________________
27775 [ 7585] By: jhi on 2000/11/07 00:12:54
27776 Log: Subject: Pod updates
27777 From: "Stephen P. Potter" <spp@spotter.yi.org>
27778 Date: Mon, 06 Nov 2000 18:56:43 -0500
27779 Message-Id: <200011062357.SAA18173@spotter.yi.org>
27781 ! README.dos README.os2 README.win32 pod/buildtoc.PL
27782 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
27783 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
27784 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
27785 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
27786 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
27787 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
27788 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
27789 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
27790 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
27791 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
27792 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
27793 ! pod/perltootc.pod pod/perlunicode.pod
27794 ____________________________________________________________________________
27795 [ 7584] By: jhi on 2000/11/07 00:04:17
27796 Log: Varargs don't always work too well if one puts an unsigned
27797 char on the stack and pop an unsigned quad off the stack.
27799 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
27800 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27801 Date: Mon, 06 Nov 2000 15:19:05 -0800
27802 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
27805 ____________________________________________________________________________
27806 [ 7583] By: jhi on 2000/11/06 23:58:48
27807 Log: %ENV note tweaks from Dan Sugalski.
27809 ! pod/perlport.pod vms/perlvms.pod
27810 ____________________________________________________________________________
27811 [ 7582] By: jhi on 2000/11/06 23:05:49
27812 Log: glibc5 detection by __GNU_LIBRARY__.
27815 ____________________________________________________________________________
27816 [ 7581] By: jhi on 2000/11/06 22:51:29
27817 Log: Make the stdio test program of 7427 less noisy while being
27818 compiled so that Digital UNIX wouldn't get both
27819 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
27820 undefined. This makes perlio happy.
27822 ! U/compline/d_stdstdio.U
27824 ! Configure config_h.SH
27825 ____________________________________________________________________________
27826 [ 7580] By: jhi on 2000/11/06 22:41:41
27827 Log: Document %ENV = () portability issues.
27829 ! pod/perlport.pod vms/perlvms.pod
27830 ____________________________________________________________________________
27831 [ 7579] By: jhi on 2000/11/06 21:29:24
27832 Log: VOS updates from Paul Green.
27834 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27835 ____________________________________________________________________________
27836 [ 7578] By: jhi on 2000/11/06 21:00:40
27837 Log: Sanitize the environment further.
27839 ! t/pragma/locale.t
27840 ____________________________________________________________________________
27841 [ 7577] By: jhi on 2000/11/06 20:53:51
27842 Log: Re-introduce 7552 lost in integration.
27845 ____________________________________________________________________________
27846 [ 7576] By: jhi on 2000/11/06 20:33:46
27847 Log: Admit that the test leaks scalars.
27850 ____________________________________________________________________________
27851 [ 7575] By: jhi on 2000/11/06 20:17:08
27852 Log: Integrate perlio.
27855 ____________________________________________________________________________
27856 [ 7574] By: nick on 2000/11/06 20:07:28
27857 Log: Remove debug. Try (Mmap_t) on madvise() call.
27860 ____________________________________________________________________________
27861 [ 7573] By: jhi on 2000/11/06 13:56:05
27862 Log: Update Changes.
27864 ! Changes patchlevel.h
27865 ____________________________________________________________________________
27866 [ 7572] By: jhi on 2000/11/06 13:48:41
27867 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
27868 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27869 Date: Mon, 06 Nov 2000 10:11:42 +0100
27870 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
27873 ____________________________________________________________________________
27874 [ 7571] By: jhi on 2000/11/06 01:45:51
27875 Log: AUTHORS updates.
27878 ____________________________________________________________________________
27879 [ 7570] By: jhi on 2000/11/06 00:18:00
27882 Subject: [ID 20000728.005] perl -P broken
27883 From: David Dyck <dcd@tc.fluke.com>
27884 Date: Fri, 28 Jul 2000 17:19:16 -0700
27885 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
27887 (hopefully). The fix is also not complete, it seems to break
27888 BOM swallowing for libc5 systems, but until someone figures
27889 out a way to do this without ftell(), this will do.
27892 ____________________________________________________________________________
27893 [ 7569] By: jhi on 2000/11/06 00:05:30
27894 Log: Document that the evaled syntax errors cause scalar leaks.
27897 ____________________________________________________________________________
27898 [ 7568] By: jhi on 2000/11/05 23:14:47
27899 Log: opmini.o can linger from Configures past.
27902 ____________________________________________________________________________
27903 [ 7567] By: jhi on 2000/11/05 21:28:39
27904 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
27905 first argument correctly.
27908 ____________________________________________________________________________
27909 [ 7566] By: jhi on 2000/11/05 21:15:56
27910 Log: Integrate perlio.
27913 ____________________________________________________________________________
27914 [ 7565] By: jhi on 2000/11/05 21:15:13
27915 Log: Use -dM for gcc (the suggested patch did it only for Linux,
27916 but I think it can be generalized).
27918 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
27919 From: Pixel <pixel@mandrakesoft.com>
27920 Date: 05 Nov 2000 21:49:34 +0100
27921 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
27923 ! ext/Errno/Errno_pm.PL
27924 ____________________________________________________________________________
27925 [ 7564] By: nick on 2000/11/05 21:09:18
27926 Log: Added a mmap layer as a "subclass" of perlio.
27927 PERLIO=mmap ./perl harness passes
27930 ____________________________________________________________________________
27931 [ 7563] By: jhi on 2000/11/05 19:48:55
27932 Log: Add a note for future generations about bug id 20000229.006.
27935 ____________________________________________________________________________
27936 [ 7562] By: jhi on 2000/11/05 19:38:24
27937 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
27939 ! pp_ctl.c t/op/pos.t
27940 ____________________________________________________________________________
27941 [ 7561] By: jhi on 2000/11/05 18:21:46
27942 Log: Add =pod to be tidy.
27944 ! lib/Math/Complex.pm
27945 ____________________________________________________________________________
27946 [ 7560] By: jhi on 2000/11/05 17:38:46
27947 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
27949 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27950 ! ext/Storable/Storable.xs t/lib/st-recurse.t
27951 ____________________________________________________________________________
27952 [ 7559] By: jhi on 2000/11/05 17:32:59
27953 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
27954 From: "Peter J. Farley III" <pjfarley@banet.net>
27955 Date: Sun, 05 Nov 2000 11:55:59 -0500
27956 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
27959 ____________________________________________________________________________
27960 [ 7558] By: jhi on 2000/11/05 17:29:19
27961 Log: Integrate perlio.
27964 ____________________________________________________________________________
27965 [ 7557] By: jhi on 2000/11/05 17:22:01
27966 Log: A fix of sorts for 20000329.026, a better error message
27967 for a missing "use charnames" when using the \N{...}.
27969 ! pod/perldiag.pod toke.c
27970 ____________________________________________________________________________
27971 [ 7556] By: jhi on 2000/11/05 16:33:50
27972 Log: Test tweak: show also the failed locales.
27974 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
27975 From: Lupe Christoph <lupe@lupe-christoph.de>
27976 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
27977 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
27979 ! t/pragma/locale.t
27980 ____________________________________________________________________________
27981 [ 7555] By: nick on 2000/11/05 11:09:34
27982 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
27983 open RDWR so does not fail. (pragma/warnings 303 again...)
27986 ____________________________________________________________________________
27987 [ 7554] By: nick on 2000/11/05 10:10:13
27988 Log: Fix case where ungetc(f,EOF) was allowed.
27989 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
27990 so we can see similarities.
27991 Use types more carefully and a STDCHAR array in hope that this will
27992 fix Jarrko's 64bit machine.
27995 ____________________________________________________________________________
27996 [ 7553] By: jhi on 2000/11/05 01:12:16
27999 Subject: [ID 20001004.007] taint propogation is inconsistent
28000 From: pimlott@idiomtech.com (Andrew Pimlott)
28001 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
28002 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
28004 The culprit was sv_setsv() which was rather blindly
28005 propagating taint, which lead to behaviour where if
28006 a tainted anon hash value was seen all the hash values
28007 from then on at that level became tainted, or at any
28008 upper levels in the case of nested anon hashes.
28010 ! sv.c t/op/taint.t
28011 ____________________________________________________________________________
28012 [ 7552] By: jhi on 2000/11/04 23:44:18
28013 Log: Some cpps don't like splitting conditionals across several lines.
28016 ____________________________________________________________________________
28017 [ 7551] By: nick on 2000/11/04 23:40:44
28018 Log: Integrate mainline
28020 !> pp_hot.c t/op/taint.t
28021 ____________________________________________________________________________
28022 [ 7550] By: nick on 2000/11/04 23:39:05
28023 Log: Integrate mainline again
28025 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
28026 !> t/lib/b.t t/op/misc.t util.c
28027 ____________________________________________________________________________
28028 [ 7549] By: jhi on 2000/11/04 23:14:01
28031 Subject: [ID 20001004.006] undef is never tainted
28032 From: pimlott@idiomtech.com (Andrew Pimlott)
28033 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
28034 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
28036 An undef read from a slurped file was not tainted.
28038 ! pp_hot.c t/op/taint.t
28039 ____________________________________________________________________________
28040 [ 7548] By: jhi on 2000/11/04 22:56:21
28041 Log: Test tweak ($Config{useperlio} is by default undef) .
28044 ____________________________________________________________________________
28045 [ 7547] By: jhi on 2000/11/04 22:43:56
28046 Log: Integrate perlio.
28049 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
28050 !> pod/perlapi.pod t/lib/b.t
28051 ____________________________________________________________________________
28052 [ 7546] By: jhi on 2000/11/04 22:40:59
28053 Log: Configure would use a bad $myuname from an old config.sh.
28055 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
28056 From: Andy Dougherty <doughera@lafayette.edu>
28057 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
28058 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
28060 ! U/modified/Oldconfig.U
28062 ! Configure config_h.SH
28063 ____________________________________________________________________________
28064 [ 7545] By: jhi on 2000/11/04 22:36:54
28065 Log: Subject: Locales support (setlocale) fixes
28066 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28067 Date: Sat, 4 Nov 2000 10:15:48 +0300
28068 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
28070 Modified quite a bit to be more portable.
28072 ! embed.h embed.pl perl.h proto.h util.c
28073 ____________________________________________________________________________
28074 [ 7544] By: jhi on 2000/11/04 22:32:47
28075 Log: Dying is too strict here, better just skip.
28078 ____________________________________________________________________________
28079 [ 7543] By: nick on 2000/11/04 21:55:13
28080 Log: Merge mainline
28082 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28083 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
28084 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
28085 !> (integrate 64 files)
28086 ____________________________________________________________________________
28087 [ 7542] By: jhi on 2000/11/04 21:09:28
28088 Log: More Changes tweakery.
28090 ! Changes Porting/genlog
28091 ____________________________________________________________________________
28092 [ 7541] By: jhi on 2000/11/04 20:58:18
28093 Log: Changes fixups.
28096 ____________________________________________________________________________
28097 [ 7540] By: jhi on 2000/11/04 20:42:38
28098 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
28099 create a "fast path" for locale name probing using "locale -a"
28100 if available, squash finally hopefully the s?printf resetting
28101 the numeric locale (since, IIUC perllocale, it never shouldn't).
28103 ! sv.c t/op/misc.t t/pragma/locale.t
28104 ____________________________________________________________________________
28105 [ 7539] By: nick on 2000/11/04 19:56:10
28106 Log: PerlIO infrastructure complete.
28109 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
28110 ____________________________________________________________________________
28111 [ 7538] By: nick on 2000/11/04 14:31:32
28112 Log: Type tweaks + less contorted allocation scheme
28115 ____________________________________________________________________________
28116 [ 7537] By: nick on 2000/11/04 12:40:42
28117 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
28118 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
28119 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
28120 sensible) which lead to some interesting fails.
28123 ____________________________________________________________________________
28124 [ 7536] By: jhi on 2000/11/04 00:20:02
28125 Log: Add FCNTL_CAN_LOCK.
28127 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
28128 From: Andy Dougherty <doughera@lafayette.edu>
28129 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
28130 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
28132 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
28133 From: Andy Dougherty <doughera@lafayette.edu>
28134 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
28135 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
28136 Branch: metaconfig/U/perl
28137 + d_fcntl_can_lock.U
28140 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28141 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
28142 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28143 ! vos/config.ga.h win32/config.bc win32/config.gc
28145 ____________________________________________________________________________
28146 [ 7535] By: nick on 2000/11/03 22:19:10
28147 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
28148 - Works on Linux with
28151 - Works on Solaris with
28153 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
28154 - Fails (hangs in openpid) if you try and stack
28155 perlio + stdio - Linux stdio's read() logic is hanging.
28157 ! iperlsys.h perlio.c
28158 ____________________________________________________________________________
28159 [ 7534] By: jhi on 2000/11/03 15:16:02
28160 Log: Subject: Re: README.aix
28161 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28162 Date: Fri, 03 Nov 2000 16:03:15 +0100
28163 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
28166 ____________________________________________________________________________
28167 [ 7533] By: jhi on 2000/11/03 03:59:02
28168 Log: Subject: [PATCH 5.7.0] better messages from malloc()
28169 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28170 Date: Wed, 1 Nov 2000 23:39:56 -0500
28171 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
28173 ! malloc.c pod/perldiag.pod
28174 ____________________________________________________________________________
28175 [ 7532] By: jhi on 2000/11/03 00:11:56
28176 Log: The #7521 touched things it shouldn't have.
28178 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
28179 ____________________________________________________________________________
28180 [ 7531] By: jhi on 2000/11/02 22:32:33
28181 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
28182 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28183 Date: Thu, 2 Nov 2000 16:58:36 EST
28184 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
28186 ! vms/gen_shrfls.pl
28187 ____________________________________________________________________________
28188 [ 7530] By: jhi on 2000/11/02 22:08:49
28189 Log: Fix the problem discussed in
28191 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
28192 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
28193 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
28195 originally from Linc Madison. Also Andreas König's comments
28196 taken into account. Some other problems with Tie::SubstrHash
28197 fixed: didn't croak when the table exceeded the requested number
28198 of entries (as documented) but instead when the number of entries
28199 exceeded the size of the table, a croak() had an unnecessary \n,
28200 didn't have a CLEAR method, documented that there is no exists().
28201 Didn't fix to be strict-proof because the module uses &foo; and
28202 dynamic scope. Added a test script exercizing both first tamely
28203 the basic functionality, and then the failure cases reported by
28206 + t/lib/tie-substrhash.t
28207 ! MANIFEST lib/Tie/SubstrHash.pm
28208 ____________________________________________________________________________
28209 [ 7529] By: jhi on 2000/11/02 17:58:08
28210 Log: recv() can fail and return undef.
28212 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
28213 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
28214 Date: Thu, 2 Nov 2000 20:12:20 +0300
28215 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
28218 ____________________________________________________________________________
28219 [ 7528] By: jhi on 2000/11/02 17:49:09
28223 ____________________________________________________________________________
28224 [ 7527] By: jhi on 2000/11/02 15:48:37
28225 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
28226 fix a autovivification bug in Tie::RefHash, add tests for both.
28228 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
28229 From: Edward Avis <epa98@doc.ic.ac.uk>
28230 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
28231 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
28233 + t/lib/tie-refhash.t
28234 ! MANIFEST lib/Tie/RefHash.pm
28235 ____________________________________________________________________________
28236 [ 7526] By: jhi on 2000/11/02 13:56:26
28237 Log: Test::Harness revealed buglets in the new DynaLoader.
28239 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
28240 From: andreas.koenig@anima.de (Andreas J. Koenig)
28241 Date: 02 Nov 2000 11:26:48 +0100
28242 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
28244 ! ext/DynaLoader/DynaLoader_pm.PL
28245 ____________________________________________________________________________
28246 [ 7525] By: jhi on 2000/11/01 23:52:08
28247 Log: The entry for #7503 was missing.
28250 ____________________________________________________________________________
28251 [ 7524] By: jhi on 2000/11/01 23:40:52
28252 Log: Update Changes.
28254 ! Changes patchlevel.h
28255 ____________________________________________________________________________
28256 [ 7523] By: jhi on 2000/11/01 22:57:09
28257 Log: More tweaking on the #7522 theme.
28259 ! ext/DynaLoader/DynaLoader_pm.PL
28260 ____________________________________________________________________________
28261 [ 7522] By: jhi on 2000/11/01 22:06:15
28262 Log: Expand %Config variables and %ENV variables only if
28263 so requested during build time using the
28264 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
28265 Not expanding makes relocating distributions easier.
28267 ! ext/DynaLoader/DynaLoader_pm.PL
28268 ____________________________________________________________________________
28269 [ 7521] By: jhi on 2000/11/01 20:56:34
28270 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
28271 and setgid() because they were just changing $< and $( which means
28272 only changing the real uid/gid, as opposed to changing both
28273 real and effective ids. (The alternative way could have been
28274 in POSIX.pm to change $> and $), too, but making a direct call
28275 to the C API feels cleaner.) Fixes the bug
28277 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
28278 From: "Garry T. Williams" <garry@zvolve.com>
28279 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
28280 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
28282 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28283 ! ext/POSIX/typemap pod/perlvar.pod
28284 ____________________________________________________________________________
28285 [ 7520] By: jhi on 2000/11/01 20:08:33
28286 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
28287 From: "Garry T. Williams" <garry@zvolve.com>
28288 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
28289 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
28292 ____________________________________________________________________________
28293 [ 7519] By: jhi on 2000/11/01 20:01:22
28294 Log: Locale warning explanation tweak.
28297 ____________________________________________________________________________
28298 [ 7518] By: jhi on 2000/11/01 18:57:13
28301 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
28302 From: Jarkko Hietaniemi <jhi@iki.fi>
28303 Date: Tue, 10 Oct 2000 08:22:28 -0500
28304 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
28307 ____________________________________________________________________________
28308 [ 7517] By: jhi on 2000/11/01 18:41:59
28309 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
28310 From: Martien Verbruggen <mgjv@comdyn.com.au>
28311 Date: Fri, 6 Oct 2000 14:09:10 +1100
28312 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
28315 ____________________________________________________________________________
28316 [ 7516] By: jhi on 2000/11/01 18:34:55
28317 Log: Generalize the Camel wording.
28319 Subject: Re: perlfaq style changes
28320 From: John Borwick <jhborwic@unity.ncsu.edu>
28321 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
28322 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
28324 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
28325 ____________________________________________________________________________
28326 [ 7515] By: jhi on 2000/11/01 16:52:31
28327 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
28328 From: pimlott@idiomtech.com (Andrew Pimlott)
28329 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
28330 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
28333 ____________________________________________________________________________
28334 [ 7514] By: jhi on 2000/11/01 15:03:40
28335 Log: More AIX lore.
28337 ! ext/re/hints/aix.pl
28338 ____________________________________________________________________________
28339 [ 7513] By: jhi on 2000/11/01 14:48:30
28340 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
28341 From: root <root@chronos.fi.muni.cz>
28342 Date: Wed, 1 Nov 2000 12:31:32 +0100
28343 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
28346 ____________________________________________________________________________
28347 [ 7512] By: jhi on 2000/11/01 14:46:47
28348 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
28349 From: Martin Husemann <martin@duskware.de>
28350 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
28351 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
28354 ____________________________________________________________________________
28355 [ 7511] By: jhi on 2000/11/01 14:39:50
28356 Log: AUTHORS updates.
28359 ____________________________________________________________________________
28360 [ 7510] By: jhi on 2000/11/01 14:29:50
28361 Log: Subject: [PATCH] startperl to respect versiononly
28362 From: Robin Barker <rmb1@cise.npl.co.uk>
28363 Date: Tue, 31 Oct 2000 16:29:36 GMT
28364 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
28365 Branch: metaconfig/U/perl
28368 ! Configure config_h.SH
28369 ____________________________________________________________________________
28370 [ 7509] By: jhi on 2000/11/01 14:19:53
28371 Log: printf UVs the correct way, noticed by Robin Barker.
28374 ____________________________________________________________________________
28375 [ 7508] By: jhi on 2000/11/01 14:10:03
28376 Log: Do not cleanup *% because the % has special meanings in some
28377 shell environments.
28379 ! ext/Storable/Makefile.PL
28380 ____________________________________________________________________________
28381 [ 7507] By: jhi on 2000/11/01 14:06:00
28382 Log: The NonStop-UX libraries have a novel way to say NaN.
28385 ____________________________________________________________________________
28386 [ 7506] By: jhi on 2000/11/01 14:03:35
28387 Log: The osname has been lowercased by now, from Tom Bates.
28389 ! U/modified/Oldconfig.U
28391 ! Configure config_h.SH
28392 ____________________________________________________________________________
28393 [ 7505] By: jhi on 2000/10/31 19:18:39
28394 Log: The compiler is either gcc or cc, from Tom Bates.
28396 ! hints/nonstopux.sh
28397 ____________________________________________________________________________
28398 [ 7504] By: jhi on 2000/10/31 14:53:42
28399 Log: Update Changes.
28401 ! Changes patchlevel.h
28402 ____________________________________________________________________________
28403 [ 7503] By: jhi on 2000/10/31 14:30:50
28404 Log: Whitespace style tweak. Was originally going to see to
28406 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
28407 From: Joe Smith <jms@inwap.com>
28408 Date: Mon, 30 Oct 2000 18:47:57 -0800
28409 Message-Id: <39FE32DD.24AAC4D@inwap.com>
28411 but that had already been taken care of.
28413 ! U/compline/d_stdstdio.U
28415 ! Configure config_h.SH
28416 ____________________________________________________________________________
28417 [ 7502] By: jhi on 2000/10/31 14:25:02
28418 Log: AUTHORS tweaks.
28421 ____________________________________________________________________________
28422 [ 7501] By: jhi on 2000/10/31 14:23:59
28423 Log: Subject: perlfaq style changes
28424 From: John Borwick <jhborwic@unity.ncsu.edu>
28425 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
28426 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
28428 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
28429 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28430 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
28432 ____________________________________________________________________________
28433 [ 7500] By: jhi on 2000/10/31 14:22:15
28434 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
28436 Subject: Re: [ID 20000918.005] ~ on wide chars
28437 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28438 Date: Mon, 30 Oct 2000 21:09:55 -0800
28439 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
28441 (The ord() part of the patch skipped.)
28444 ____________________________________________________________________________
28445 [ 7499] By: jhi on 2000/10/31 14:20:08
28446 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
28447 From: Jens Hamisch <jens@Strawberry.COM>
28448 Date: Mon, 30 Oct 2000 15:17:07 +0100
28449 Message-Id: <20001030151707.A9597@Strawberry.COM>
28452 ____________________________________________________________________________
28453 [ 7498] By: jhi on 2000/10/31 14:16:29
28454 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
28455 From: Peter Prymmer <pvhp@forte.com>
28456 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
28457 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
28459 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28460 + ext/Encode/Encode/posix-bc.enc
28461 ! MANIFEST t/lib/encode.t
28462 ____________________________________________________________________________
28463 [ 7497] By: jhi on 2000/10/31 14:13:22
28464 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
28465 From: Peter Prymmer <pvhp@forte.com>
28466 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
28467 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
28470 ____________________________________________________________________________
28471 [ 7496] By: jhi on 2000/10/31 14:12:05
28472 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
28473 From: Peter Prymmer <pvhp@forte.com>
28474 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
28475 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
28477 ! t/lib/cgi-function.t
28478 ____________________________________________________________________________
28479 [ 7495] By: jhi on 2000/10/31 14:11:08
28480 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
28481 From: Peter Prymmer <pvhp@forte.com>
28482 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
28483 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
28485 + ext/re/hints/aix.pl
28486 ! MANIFEST ext/re/Makefile.PL
28487 ____________________________________________________________________________
28488 [ 7494] By: jhi on 2000/10/31 14:08:32
28489 Log: Use Errno magic.
28491 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
28492 From: Casey Tweten <perl@ctweten.amsite.com>
28493 Date: Mon, 30 Oct 2000 15:51:17 -0500
28494 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
28497 ____________________________________________________________________________
28498 [ 7493] By: jhi on 2000/10/31 14:05:07
28499 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
28501 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
28502 From: Nicholas Clark <nick@ccl4.org>
28503 Date: Mon, 30 Oct 2000 17:38:45 +0000
28504 Message-ID: <20001030173845.O60355@plum.flirble.org>
28506 ! Makefile.SH utils/perlbug.PL
28507 ____________________________________________________________________________
28508 [ 7492] By: nick on 2000/10/30 19:37:23
28509 Log: Change files which are mysteriously different to mainline to be
28510 copies of mainline.
28512 ! objXSUB.h perlapi.c pod/perlapi.pod
28513 ____________________________________________________________________________
28514 [ 7491] By: nick on 2000/10/30 18:05:54
28515 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
28516 - typo in endian code in putc.
28517 - Don't allow read of write-only files and vice-versa
28518 - and off-by-one in flush-all loop.
28519 Remove debug calls as they were using GCC specific features.
28522 ____________________________________________________________________________
28523 [ 7490] By: nick on 2000/10/29 21:45:45
28524 Log: Integrate mainline to perlio
28526 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
28528 ____________________________________________________________________________
28529 [ 7489] By: jhi on 2000/10/29 21:11:08
28530 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
28531 From: andreas.koenig@anima.de (Andreas J. Koenig)
28532 Date: 29 Oct 2000 22:05:59 +0100
28533 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
28535 ! lib/ExtUtils/Manifest.pm
28536 ____________________________________________________________________________
28537 [ 7488] By: jhi on 2000/10/29 21:07:47
28538 Log: Tests for #7487.
28540 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
28541 From: andreas.koenig@anima.de (Andreas J. Koenig)
28542 Date: 29 Oct 2000 19:37:09 +0100
28543 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
28546 ____________________________________________________________________________
28547 [ 7487] By: jhi on 2000/10/29 21:06:27
28548 Log: constsub spillage.
28550 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
28551 From: John Tobey <jtobey@john-edwin-tobey.org>
28552 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
28553 Message-Id: <m13pvSr-000FObC@feynman.localnet>
28556 ____________________________________________________________________________
28557 [ 7486] By: nick on 2000/10/29 21:05:04
28558 Log: Integrate mainline to perlio branch
28560 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
28561 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
28562 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
28563 +> vos/install_perl.cm
28564 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
28565 - vos/config.h vos/config_h.SH_orig
28566 !> (integrate 141 files)
28567 ____________________________________________________________________________
28568 [ 7485] By: jhi on 2000/10/29 21:00:47
28569 Log: Make \x{...} consistently produce UTF-8.
28571 Subject: Re: \x{...} is confused
28572 From: Simon Cozens <simon@cozens.net>
28573 Date: Sun, 29 Oct 2000 19:36:48 +0000
28574 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
28576 ! t/pragma/utf8.t toke.c
28577 ____________________________________________________________________________
28578 [ 7484] By: nick on 2000/10/29 20:05:29
28579 Log: PerlIO passes all tests.
28582 ____________________________________________________________________________
28583 [ 7483] By: jhi on 2000/10/29 18:06:55
28584 Log: Update Changes.
28586 ! Changes patchlevel.h
28587 ____________________________________________________________________________
28588 [ 7482] By: nick on 2000/10/29 17:43:28
28589 Log: Include <unistd.h> to get correct lseek() prototype etc.
28590 (I thought perl.h did that) - down to two fails
28591 - comp/require.t (last test)
28592 - lib/io_xs.t - possibly import/export of FILE * ?
28595 ____________________________________________________________________________
28596 [ 7481] By: jhi on 2000/10/29 17:02:37
28597 Log: UTF-8 decoder tweak.
28600 ____________________________________________________________________________
28601 [ 7480] By: nick on 2000/10/29 16:26:11
28602 Log: Fixed two bugs:
28603 - error code not being set on close (of broken pipe)
28604 - append mode was truncating.
28605 At least one seek/tell bug remains.
28608 ____________________________________________________________________________
28609 [ 7479] By: nick on 2000/10/29 11:18:16
28610 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
28611 in case of accidents. Still several worrying fails, no line disciplines yet.
28613 ! iperlsys.h perlio.c
28614 ____________________________________________________________________________
28615 [ 7478] By: jhi on 2000/10/29 02:04:01
28616 Log: Add also emailless people.
28619 ____________________________________________________________________________
28620 [ 7477] By: jhi on 2000/10/29 01:36:00
28621 Log: The #7476 needs a MANIFEST change, too.
28624 ____________________________________________________________________________
28625 [ 7476] By: jhi on 2000/10/29 01:35:21
28626 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
28630 ____________________________________________________________________________
28631 [ 7475] By: jhi on 2000/10/28 23:57:25
28632 Log: De-quoted-unreadable to ISO Latin 1.
28633 (There's one ISO-2022-JP name in Changes5.004.)
28635 ! Changes Changes5.6
28636 ____________________________________________________________________________
28637 [ 7474] By: jhi on 2000/10/28 19:13:06
28638 Log: Subject: [ID 20001027.007] uniq array in perlfaq
28639 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
28640 Date: Fri, 27 Oct 2000 19:28:30 +0200
28641 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
28644 ____________________________________________________________________________
28645 [ 7473] By: jhi on 2000/10/28 18:02:05
28646 Log: Locking null mutexes is not recommendable.
28648 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
28649 From: Hugo <hv@crypt.compulink.co.uk>
28650 Date: Sat, 28 Oct 2000 18:41:12 +0100
28651 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
28654 ____________________________________________________________________________
28655 [ 7472] By: jhi on 2000/10/28 17:52:58
28656 Log: Better create a true mailing list for the repository keepers.
28658 ! Porting/repository.pod
28659 ____________________________________________________________________________
28660 [ 7471] By: jhi on 2000/10/28 17:28:24
28661 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
28662 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
28664 + Porting/repository.pod
28666 ____________________________________________________________________________
28667 [ 7470] By: jhi on 2000/10/28 17:20:54
28668 Log: Subject: DOC PATCH 5.6.0
28669 From: mjd@plover.com
28670 Date: 27 Oct 2000 17:32:44 -0000
28671 Message-ID: <20001027173244.23754.qmail@plover.com>
28674 ____________________________________________________________________________
28675 [ 7469] By: jhi on 2000/10/28 17:16:45
28676 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
28677 From: "Peter J. Farley III" <pjfarley@banet.net>
28678 Date: Fri, 27 Oct 2000 20:32:56 -0400
28679 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
28682 ____________________________________________________________________________
28683 [ 7468] By: jhi on 2000/10/28 17:07:18
28684 Log: Make target reordering to avoid pointless re-makes.
28686 Subject: Re: Total re-make of 'make okfile' after 7451 ?
28687 From: Nicholas Clark <nick@ccl4.org>
28688 Date: Sat, 28 Oct 2000 00:31:02 +0100
28689 Message-ID: <20001028003101.A54517@plum.flirble.org>
28692 ____________________________________________________________________________
28693 [ 7467] By: jhi on 2000/10/28 17:05:31
28694 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
28695 From: lvirden@cas.org
28696 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
28697 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
28700 ____________________________________________________________________________
28701 [ 7466] By: jhi on 2000/10/28 16:09:16
28702 Log: Upgrade to CPAN 1.58_55.
28704 Subject: CPAN.pm status
28705 From: andreas.koenig@anima.de (Andreas J. Koenig)
28706 Date: 28 Oct 2000 08:18:00 +0200
28707 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
28709 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28710 ____________________________________________________________________________
28711 [ 7465] By: jhi on 2000/10/28 16:02:47
28712 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
28714 ! embed.h embed.pl perl.h proto.h toke.c
28715 ____________________________________________________________________________
28716 [ 7464] By: nick on 2000/10/28 10:43:44
28717 Log: Fix for sv_2iv() on "shared" value from keys %hash.
28720 ____________________________________________________________________________
28721 [ 7463] By: jhi on 2000/10/27 16:18:29
28722 Log: Update Changes.
28724 ! Changes patchlevel.h
28725 ____________________________________________________________________________
28726 [ 7462] By: jhi on 2000/10/27 16:17:44
28727 Log: Too enthusiastic editing in #7460.
28729 ! U/modified/Oldsym.U
28731 ! Configure config_h.SH
28732 ____________________________________________________________________________
28733 [ 7461] By: jhi on 2000/10/27 15:37:38
28734 Log: Retract #7459, the script needs more work.
28738 ____________________________________________________________________________
28739 [ 7460] By: jhi on 2000/10/27 15:23:14
28740 Log: Use $sort, $uniq (and $tr) consistently as wondered
28743 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
28744 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
28745 ! U/modified/libc.U
28747 ! Configure config_h.SH
28748 ____________________________________________________________________________
28749 [ 7459] By: jhi on 2000/10/27 15:02:07
28750 Log: (Retracted by #7461)
28752 Add a shell script for creating/removing symbolic link farms,
28753 useful for keeping the source code read-only and doing the
28754 builds somewhere else.
28758 ____________________________________________________________________________
28759 [ 7458] By: jhi on 2000/10/27 14:42:20
28760 Log: Do away with the fix_pl.
28763 ! MANIFEST Makefile.SH
28764 ____________________________________________________________________________
28765 [ 7457] By: jhi on 2000/10/27 12:43:13
28766 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
28767 From: Jens Hamisch <jens@Strawberry.COM>
28768 Date: Fri, 27 Oct 2000 14:38:21 +0200
28769 Message-Id: <20001027143821.B3366@Strawberry.COM>
28772 ____________________________________________________________________________
28773 [ 7456] By: jhi on 2000/10/27 12:33:42
28774 Log: Subject: [PATCH] todo
28775 From: Nicholas Clark <nick@ccl4.org>
28776 Date: Thu, 26 Oct 2000 22:32:29 +0100
28777 Message-ID: <20001026223229.A44540@plum.flirble.org>
28780 ____________________________________________________________________________
28781 [ 7455] By: jhi on 2000/10/27 12:02:21
28782 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
28783 From: John Tobey <jtobey@john-edwin-tobey.org>
28784 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
28785 Message-Id: <m13ozHF-000FObC@feynman.localnet>
28787 ! op.c t/pragma/sub_lval.t
28788 ____________________________________________________________________________
28789 [ 7454] By: jhi on 2000/10/27 11:59:42
28790 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
28791 From: sthoenna@efn.org
28792 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
28793 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
28795 ! pp.c t/op/assignwarn.t
28796 ____________________________________________________________________________
28797 [ 7453] By: jhi on 2000/10/27 00:15:08
28798 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
28800 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28801 ! ext/Storable/Storable.xs t/lib/st-lock.t
28802 ____________________________________________________________________________
28803 [ 7452] By: jhi on 2000/10/26 13:05:52
28804 Log: Undo #7451, this seems to be a deficiency in Perforce,
28805 there is no per-file line-terminator type, only per-client.
28807 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
28808 ! win32/makefile.mk
28809 ____________________________________________________________________________
28810 [ 7451] By: jhi on 2000/10/26 04:56:03
28811 Log: Experimenting in DOS arcana.
28813 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
28814 ! win32/makefile.mk
28815 ____________________________________________________________________________
28816 [ 7450] By: jhi on 2000/10/26 04:50:52
28817 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
28818 From: "Peter J. Farley III" <pjfarley@banet.net>
28819 Date: Wed, 25 Oct 2000 23:10:18 -0400
28820 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
28823 ____________________________________________________________________________
28824 [ 7449] By: jhi on 2000/10/26 04:49:16
28825 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
28826 From: Hugo <hv@crypt.compulink.co.uk>
28827 Date: Thu, 26 Oct 2000 01:55:17 +0100
28828 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
28830 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
28832 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
28833 ____________________________________________________________________________
28834 [ 7448] By: jhi on 2000/10/26 04:38:36
28835 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
28836 From: Peter Prymmer <pvhp@forte.com>
28837 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
28838 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
28841 ____________________________________________________________________________
28842 [ 7447] By: jhi on 2000/10/25 23:20:02
28843 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
28844 in platforms that strictly require all the symbols being present
28848 ____________________________________________________________________________
28849 [ 7446] By: jhi on 2000/10/25 21:55:57
28850 Log: Update Changes.
28852 ! Changes patchlevel.h
28853 ____________________________________________________________________________
28854 [ 7445] By: jhi on 2000/10/25 21:27:08
28855 Log: Integrate with vmsperl #7430 by Charles Bailey:
28857 Cleanup from prior patch (Charles Lane?):
28858 - improve handling of MFDs in Basename and Path
28859 - default to no xsubpp line # munging when building debug images
28861 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
28862 ____________________________________________________________________________
28863 [ 7444] By: jhi on 2000/10/25 21:03:50
28864 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
28865 From: John Peacock <JPeacock@UnivPress.com>
28866 Date: Thu, 18 May 2000 11:55:27 -0400
28867 Message-ID: <3924126F.A58BE57A@UnivPress.com>
28869 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
28871 ____________________________________________________________________________
28872 [ 7443] By: jhi on 2000/10/25 20:43:10
28873 Log: Temporary stopgap for the self-tying issue: for now only
28874 array and hash self-ties are verboten. The real fix, of
28875 course, would be to comprehensively test (and implement?)
28876 and debug (and document) self-ties.
28878 ! pod/perldiag.pod pp_sys.c t/op/tie.t
28879 ____________________________________________________________________________
28880 [ 7442] By: jhi on 2000/10/25 20:14:30
28881 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
28882 From: Dan Sugalski <dan@sidhe.org>
28883 Date: Wed, 25 Oct 2000 13:36:35 -0400
28884 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
28886 plus regen global.sym.
28888 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
28890 ____________________________________________________________________________
28891 [ 7441] By: jhi on 2000/10/25 20:12:20
28892 Log: buildtoc target tweaks.
28895 ____________________________________________________________________________
28896 [ 7440] By: jhi on 2000/10/25 20:03:53
28897 Log: A new version of making the syslog test more robust.
28900 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28901 From: "Kurt D. Starsinic" <kstar@chapin.edu>
28902 Date: Wed, 25 Oct 2000 12:13:54 -0400
28903 Message-ID: <20001025121354.B2264@O2.chapin.edu>
28906 ____________________________________________________________________________
28907 [ 7439] By: jhi on 2000/10/25 20:00:48
28908 Log: Continue the internal UTF-8 API tweaking.
28909 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
28910 used much more than the simpler API, now called utf8_to_uv_simple().
28911 Still not quite happy with API, too much partial duplication
28914 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
28915 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
28916 ! regcomp.c regexec.c sv.c toke.c utf8.c
28917 ____________________________________________________________________________
28918 [ 7438] By: jhi on 2000/10/25 18:52:30
28919 Log: Allow poking holes at the UTF-8 decoding strictness.
28921 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
28923 ____________________________________________________________________________
28924 [ 7437] By: jhi on 2000/10/25 13:53:05
28925 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
28926 UTF8LEN() and UTF8SKIP().
28928 ! pp.c utf8.c utf8.h
28929 ____________________________________________________________________________
28930 [ 7436] By: jhi on 2000/10/25 13:51:37
28931 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
28932 From: Nicholas Clark <nick@ccl4.org>
28933 Date: Wed, 25 Oct 2000 14:44:05 +0100
28934 Message-ID: <20001025144404.D27253@plum.flirble.org>
28937 ____________________________________________________________________________
28938 [ 7435] By: jhi on 2000/10/25 13:49:32
28939 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
28940 From: Mike Guy <mjtg@cam.ac.uk>
28941 Date: Tue, 24 Oct 2000 14:59:40 +0100
28942 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
28945 ____________________________________________________________________________
28946 [ 7434] By: jhi on 2000/10/25 13:48:41
28947 Log: AIX is picky about its symbol exports. Solution for now
28948 is to include the deb.o explicitly to the re extension build.
28950 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
28951 From: Peter Prymmer <pvhp@forte.com>
28952 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
28953 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
28955 ! ext/re/Makefile.PL hints/aix.sh
28956 ____________________________________________________________________________
28957 [ 7433] By: jhi on 2000/10/25 13:46:49
28958 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
28959 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28960 Date: Wed, 25 Oct 2000 12:02:20 +0200
28961 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
28964 ____________________________________________________________________________
28965 [ 7432] By: jhi on 2000/10/25 13:44:28
28966 Log: Subject: Minor update to find2perl, for portability
28967 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
28968 Date: Wed, 25 Oct 2000 12:05:47 +0100
28969 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
28972 ____________________________________________________________________________
28973 [ 7431] By: jhi on 2000/10/25 13:40:39
28974 Log: Add targets to Makefile.SH, most importantly
28975 'regen_all' which also remembers to update vms/perly*.
28978 ____________________________________________________________________________
28979 [ 7430] By: bailey on 2000/10/25 03:13:53
28980 Log: Cleanup from prior patch (Charles Lane?):
28981 - improve handling of MFDs in Basename and Path
28982 - default to no xsubpp line # munging when building debug images
28984 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
28985 ____________________________________________________________________________
28986 [ 7429] By: jhi on 2000/10/24 20:03:40
28987 Log: Podify README.epoc and README.vos.
28989 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
28990 ! pod/perlport.pod pod/perltoc.pod
28991 ____________________________________________________________________________
28992 [ 7428] By: jhi on 2000/10/24 19:10:33
28993 Log: Stratus VOS updates from Paul Green.
28995 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28996 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
28997 - vos/config.def vos/config.h vos/config_h.SH_orig
28998 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
28999 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
29000 ____________________________________________________________________________
29001 [ 7427] By: jhi on 2000/10/24 18:59:48
29002 Log: Check if stdio supports tweaking lval and cnt simultaneously.
29004 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
29005 From: Nicholas Clark <nick@ccl4.org>
29006 Date: Mon, 23 Oct 2000 15:39:32 +0100
29007 Message-ID: <20001023153932.A10786@plum.flirble.org>
29009 ! U/compline/d_stdstdio.U
29011 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29012 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
29013 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
29014 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
29015 ! vos/config.h vos/config_h.SH_orig win32/config.bc
29016 ! win32/config.gc win32/config.vc
29017 ____________________________________________________________________________
29018 [ 7426] By: jhi on 2000/10/24 17:57:44
29019 Log: Missed the header file changes from #7425.
29021 ! embed.h embed.pl objXSUB.h proto.h
29022 ____________________________________________________________________________
29023 [ 7425] By: jhi on 2000/10/24 17:55:17
29024 Log: Fix the bug reported in
29026 From: andreas.koenig@anima.de (Andreas J. Koenig)
29027 Subject: Encode bug?
29028 Date: 24 Oct 2000 14:01:26 +0200
29029 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
29031 Also make is_utf8_char() stricter.
29033 ! ext/Encode/Encode.xs utf8.c
29034 ____________________________________________________________________________
29035 [ 7424] By: jhi on 2000/10/24 15:15:39
29036 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
29037 From: Peter Scott <Peter@PSDT.com>
29038 Date: Mon, 23 Oct 2000 19:46:01 -0700
29039 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
29042 ____________________________________________________________________________
29043 [ 7423] By: jhi on 2000/10/24 14:25:30
29044 Log: Test tweak to avoid pulling in the whole Config.
29047 ____________________________________________________________________________
29048 [ 7422] By: jhi on 2000/10/24 14:03:16
29049 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
29052 ____________________________________________________________________________
29053 [ 7421] By: jhi on 2000/10/24 13:32:09
29054 Log: (Replaced by #7440.)
29056 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29057 From: "Kurt D. Starsinic" <kstar@chapin.edu>
29058 Date: Mon, 23 Oct 2000 16:40:54 -0400
29059 Message-ID: <20001023164054.B14491@O2.chapin.edu>
29062 ____________________________________________________________________________
29063 [ 7420] By: jhi on 2000/10/24 13:30:53
29064 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
29065 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29066 Date: Mon, 23 Oct 2000 17:29:03 -0400
29067 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
29069 ! lib/ExtUtils/MM_Unix.pm
29070 ____________________________________________________________________________
29071 [ 7419] By: jhi on 2000/10/24 13:29:57
29072 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
29073 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29074 Date: Mon, 23 Oct 2000 19:01:32 -0400
29075 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
29078 ____________________________________________________________________________
29079 [ 7418] By: jhi on 2000/10/24 13:26:04
29080 Log: Replace #7409 with
29082 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
29083 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
29084 Date: Mon, 23 Oct 2000 20:08:56 +0200
29085 Message-ID: <20001023200855.A14850@nice.ram.loc>
29087 ! ext/Storable/Storable.pm t/lib/st-lock.t
29088 ____________________________________________________________________________
29089 [ 7417] By: jhi on 2000/10/24 13:17:52
29090 Log: Run vms/vms_yfix.pl, should have done that after changing
29093 ! vms/perly_c.vms vms/perly_h.vms
29094 ____________________________________________________________________________
29095 [ 7416] By: jhi on 2000/10/24 02:55:33
29096 Log: Make the UTF-8 decoding stricter and more verbose when
29097 malformation happens. This involved adding an argument
29098 to utf8_to_uv_chk(), which involved changing its prototype,
29099 and prefer STRLEN over I32 for the UTF-8 length, which as
29100 a domino effect necessitated changing the prototypes of
29101 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
29102 The stricter UTF-8 decoding checking uses Markus Kuhn's
29103 UTF-8 Decode Stress Tester from
29104 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
29106 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
29107 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
29108 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
29109 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
29110 ____________________________________________________________________________
29111 [ 7415] By: jhi on 2000/10/23 14:06:06
29112 Log: Update Changes.
29114 ! Changes patchlevel.h
29115 ____________________________________________________________________________
29116 [ 7414] By: jhi on 2000/10/23 12:39:52
29117 Log: Undo the basename() part of #7412 since the lib/basename
29118 tests would need upgrading too.
29120 ! lib/File/Basename.pm
29121 ____________________________________________________________________________
29122 [ 7413] By: jhi on 2000/10/23 12:19:27
29123 Log: Document PERL_INSTALL_ROOT of #7210.
29125 ! lib/ExtUtils/Install.pm
29126 ____________________________________________________________________________
29127 [ 7412] By: jhi on 2000/10/23 12:16:47
29128 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
29130 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
29131 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
29132 ____________________________________________________________________________
29133 [ 7411] By: jhi on 2000/10/23 12:07:41
29134 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
29135 From: Prymmer/Kahn <pvhp@best.com>
29136 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
29137 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
29139 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
29140 ____________________________________________________________________________
29141 [ 7410] By: jhi on 2000/10/23 04:10:11
29142 Log: The change #7187 was not so good on VMS.
29144 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
29145 From: "Craig A. Berry" <craig.berry@psinetcs.com>
29146 Date: Sun, 22 Oct 2000 23:03:08 -0500
29147 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
29150 ____________________________________________________________________________
29151 [ 7409] By: jhi on 2000/10/23 03:57:36
29152 Log: Avoid Storable locking on DJGPP for now.
29154 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
29155 From: "Peter J. Farley III" <pjfarley@banet.net>
29156 Date: Sun, 22 Oct 2000 20:00:00 -0400
29157 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
29159 ! ext/Storable/Storable.pm t/lib/st-lock.t
29160 ____________________________________________________________________________
29161 [ 7408] By: jhi on 2000/10/23 03:50:24
29162 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
29163 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29164 Date: Sun, 22 Oct 2000 21:12:22 -0400
29165 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
29168 ____________________________________________________________________________
29169 [ 7407] By: jhi on 2000/10/23 03:43:12
29170 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
29171 From: Hugo <hv@crypt.compulink.co.uk>
29172 Date: Mon, 23 Oct 2000 00:47:22 +0100
29173 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
29175 ! regexec.c t/op/pat.t
29176 ____________________________________________________________________________
29177 [ 7406] By: jhi on 2000/10/23 03:40:29
29178 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
29180 ! lib/ExtUtils/MakeMaker.pm
29181 ____________________________________________________________________________
29182 [ 7405] By: jhi on 2000/10/22 21:32:00
29185 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
29186 From: rspier@pobox.com (Robert Spier)
29187 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
29188 Message-ID: <14835.16112.13457.447971@rls.cx>
29191 ____________________________________________________________________________
29192 [ 7404] By: jhi on 2000/10/22 21:30:51
29193 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
29194 From: rspier@pobox.com (Robert Spier)
29195 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
29196 Message-ID: <14835.17223.72448.705566@rls.cx>
29198 ! lib/ExtUtils/MakeMaker.pm
29199 ____________________________________________________________________________
29200 [ 7403] By: jhi on 2000/10/22 21:24:11
29201 Log: Subject: [PATCH bleadperl] ripples from constsub patch
29202 From: John Tobey <jtobey@john-edwin-tobey.org>
29203 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
29204 Message-Id: <m13nSOB-000FObC@feynman.localnet>
29206 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
29207 ____________________________________________________________________________
29208 [ 7402] By: jhi on 2000/10/22 20:59:35
29209 Log: Support s?printf parameter reordering.
29211 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
29212 ____________________________________________________________________________
29213 [ 7401] By: jhi on 2000/10/22 19:19:14
29214 Log: Expand %Config variables only if explicitly so requested
29215 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
29217 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
29218 From: Gurusamy Sarathy <gsar@ActiveState.com>
29219 Date: Sun, 22 Oct 2000 11:47:32 -0700
29220 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
29222 ! Makefile.SH lib/lib_pm.PL
29223 ____________________________________________________________________________
29224 [ 7400] By: jhi on 2000/10/22 18:24:10
29225 Log: Move the #7390 test from warn/op to comp/redef.
29227 Subject: Re: Creating const subs for constants.
29228 From: John Tobey <jtobey@john-edwin-tobey.org>
29229 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
29230 Message-Id: <m13nG72-000FObC@feynman.localnet>
29232 ! t/comp/redef.t t/pragma/warn/op
29233 ____________________________________________________________________________
29234 [ 7399] By: jhi on 2000/10/22 17:49:59
29235 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
29236 From: Nicholas Clark <nick@ccl4.org>
29237 Date: Sat, 21 Oct 2000 22:23:19 +0100
29238 Message-ID: <20001021222319.B45586@plum.flirble.org>
29240 ! ext/DynaLoader/DynaLoader_pm.PL
29241 ____________________________________________________________________________
29242 [ 7398] By: jhi on 2000/10/22 17:47:35
29243 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
29244 From: Hugo <hv@crypt.compulink.co.uk>
29245 Date: Sat, 21 Oct 2000 18:19:59 +0100
29246 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
29248 ! ext/B/B.pm ext/B/B/C.pm
29249 ____________________________________________________________________________
29250 [ 7397] By: jhi on 2000/10/22 17:35:18
29251 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
29252 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
29253 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
29254 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
29257 ____________________________________________________________________________
29258 [ 7396] By: jhi on 2000/10/22 17:19:46
29259 Log: Subject: installman go-faster stripes
29260 From: Nicholas Clark <nick@talking.bollo.cx>
29261 Date: Sat, 21 Oct 2000 17:24:53 +0100
29262 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
29264 Subject: Re: installman go-faster stripes
29265 From: Russ Allbery <rra@stanford.edu>
29266 Date: 21 Oct 2000 11:04:13 -0700
29267 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
29269 ! installman pod/pod2man.PL
29270 ____________________________________________________________________________
29271 [ 7395] By: jhi on 2000/10/22 17:17:35
29272 Log: Hints tweak from Anton Berezin.
29275 ____________________________________________________________________________
29276 [ 7394] By: jhi on 2000/10/22 04:50:04
29277 Log: Tweak the Is* definitions of Unicode character classes
29278 to better match the official categorizations; embrace
29279 the official categorizations; add the combining marks
29280 as alpha (and -numeric); fix DCinital (a typo and edito)
29283 + lib/unicode/Is/DCmedial.pl
29284 - lib/unicode/Is/DCinital.pl
29285 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
29286 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
29287 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
29288 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
29289 ____________________________________________________________________________
29290 [ 7393] By: jhi on 2000/10/21 18:06:05
29291 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
29292 From: Daniel Chetlin <daniel@chetlin.com>
29293 Date: Sat, 21 Oct 2000 02:57:03 -0700
29294 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
29296 + t/lib/tie-splice.t
29297 ! MANIFEST lib/Tie/Array.pm
29298 ____________________________________________________________________________
29299 [ 7392] By: gsar on 2000/10/21 18:05:15
29300 Log: resync utfperl branch with mainline
29302 !> (integrate 1760 files)
29303 ____________________________________________________________________________
29304 [ 7391] By: jhi on 2000/10/21 14:37:49
29305 Log: Testcases for a #7383,#7385 related bug.
29307 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
29308 From: Nicholas Clark <nick@ccl4.org>
29309 Date: Sat, 21 Oct 2000 15:04:51 +0100
29310 Message-ID: <20001021150451.A51566@plum.flirble.org>
29313 ____________________________________________________________________________
29314 [ 7390] By: jhi on 2000/10/21 14:35:57
29315 Log: Add a testcase for #7389.
29318 ____________________________________________________________________________
29319 [ 7389] By: jhi on 2000/10/21 14:26:45
29320 Log: Subject: Re: Creating const subs for constants.
29321 From: John Tobey <jtobey@john-edwin-tobey.org>
29322 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
29323 Message-Id: <m13mo0N-000FObC@feynman.localnet>
29325 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
29327 ____________________________________________________________________________
29328 [ 7388] By: nick on 2000/10/21 11:44:23
29329 Log: Populate perlio branch
29331 +> (branch 1760 files)
29332 ____________________________________________________________________________
29333 [ 7387] By: nick on 2000/10/21 10:52:05
29334 Log: Get branch back as replica of mainline via :
29335 p4 integrate -b utfperl
29336 p4 resolve -at ./...
29338 +> (branch 269 files)
29339 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
29340 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
29341 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
29342 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
29343 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
29344 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
29345 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
29346 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
29347 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
29348 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
29349 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
29350 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
29351 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
29352 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
29353 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
29354 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
29355 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
29356 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
29357 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
29358 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
29359 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
29360 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
29361 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
29362 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
29363 - lib/unicode/UCD300.html lib/unicode/Unicode.300
29364 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
29365 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
29366 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
29367 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
29368 !> (integrate 965 files)
29369 ____________________________________________________________________________
29370 [ 7386] By: jhi on 2000/10/21 01:31:12
29371 Log: Update Changes.
29373 ! Changes patchlevel.h
29374 ____________________________________________________________________________
29375 [ 7385] By: jhi on 2000/10/21 01:28:42
29376 Log: The #7383 was right only in the context of the original bug report,
29377 not in more general case.
29380 ____________________________________________________________________________
29381 [ 7384] By: jhi on 2000/10/21 01:08:23
29382 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
29384 ! ext/IO/lib/IO/Select.pm
29385 ____________________________________________________________________________
29386 [ 7383] By: jhi on 2000/10/21 00:44:18
29387 Log: Fix for ID 20001020.006, concatenating an unset submatch
29388 with utf8 resulted in "Modification of a read-only value".
29390 ! pp_hot.c t/pragma/utf8.t
29391 ____________________________________________________________________________
29392 [ 7382] By: jhi on 2000/10/20 20:44:31
29393 Log: Make scan_num() reëntrant, as suggested in
29395 Subject: [PATCH perl@7229] Rentrant parser and yylex()
29396 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29397 Date: Fri, 20 Oct 2000 14:17:27 +0100
29398 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
29400 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
29402 ____________________________________________________________________________
29403 [ 7381] By: jhi on 2000/10/20 20:07:29
29404 Log: Reëntrancy fix.
29406 Subject: [PATCH perl@7229] Rentrant parser and yylex()
29407 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29408 Date: Fri, 20 Oct 2000 14:17:27 +0100
29409 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
29411 ! embed.h embed.pl perl.h proto.h toke.c
29412 ____________________________________________________________________________
29413 [ 7380] By: jhi on 2000/10/20 19:15:54
29414 Log: Don't write double values through long double pointers,
29417 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
29418 From: Jens Hamisch <jens@Strawberry.COM>
29419 Date: Tue, 17 Oct 2000 08:39:36 +0200
29420 Message-Id: <20001017083936.A11104@Strawberry.COM>
29423 ____________________________________________________________________________
29424 [ 7379] By: jhi on 2000/10/20 18:43:37
29425 Log: Portability tweak on #7377.
29427 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
29428 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29429 Date: Fri, 20 Oct 2000 13:13:41 EDT
29430 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
29433 ____________________________________________________________________________
29434 [ 7378] By: jhi on 2000/10/20 12:57:19
29435 Log: SOCKS function redefinitions need prototypes, too, otherwise
29436 for example 32 bit versus 64 bit differences cause a lot of
29439 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
29440 From: Jens Hamisch <jens@Strawberry.COM>
29441 Date: Tue, 17 Oct 2000 08:39:36 +0200
29442 Message-Id: <20001017083936.A11104@Strawberry.COM>
29445 ____________________________________________________________________________
29446 [ 7377] By: jhi on 2000/10/20 12:37:12
29447 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
29448 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29449 Date: Fri, 20 Oct 2000 08:26:04 EDT
29450 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
29452 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
29453 ____________________________________________________________________________
29454 [ 7376] By: jhi on 2000/10/20 12:35:31
29455 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
29456 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29457 Date: Fri, 20 Oct 2000 07:48:15 EDT
29458 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
29460 ! configure.com vms/gen_shrfls.pl
29461 ____________________________________________________________________________
29462 [ 7375] By: bailey on 2000/10/20 04:44:37
29465 +> (branch 134 files)
29466 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
29467 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
29468 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
29469 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
29470 - eg/cgi/frameset.cgi eg/cgi/index.html
29471 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
29472 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
29473 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
29474 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
29475 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
29476 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
29477 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
29478 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
29479 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
29480 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
29481 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
29482 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
29483 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
29484 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
29485 - lib/unicode/Props.txt lib/unicode/UCD300.html
29486 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29487 - utils/perlbc.PL vms/subconfigure.com
29488 !> (integrate 785 files)
29489 ____________________________________________________________________________
29490 [ 7374] By: jhi on 2000/10/20 00:59:48
29491 Log: In the latest compiler builds cccdlflags must not become -fpic,
29492 from Wilfredo Sánchez.
29495 ____________________________________________________________________________
29496 [ 7373] By: jhi on 2000/10/20 00:56:35
29497 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
29498 From: Tony Cook <tony@develop-help.com>
29499 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
29500 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
29503 ____________________________________________________________________________
29504 [ 7372] By: jhi on 2000/10/19 19:34:40
29505 Log: Typo noted by Mark Lutz.
29508 ____________________________________________________________________________
29509 [ 7371] By: jhi on 2000/10/19 19:33:13
29510 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
29512 ! U/modified/Cppsym.U U/modified/Oldconfig.U
29513 Branch: metaconfig/U/perl
29514 ! End.U dlsrc.U libperl.U
29516 + hints/nonstopux.sh
29517 ! Configure MANIFEST config_h.SH
29518 ____________________________________________________________________________
29519 [ 7370] By: jhi on 2000/10/19 17:18:08
29520 Log: Subject: PATCH do_print has 2 PerlIO_error()s
29521 From: nick@ccl4.org
29522 Date: Thu, 19 Oct 2000 18:09:20 +0100
29523 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
29526 ____________________________________________________________________________
29527 [ 7369] By: jhi on 2000/10/19 14:01:49
29528 Log: Update Changes.
29530 ! Changes patchlevel.h
29531 ____________________________________________________________________________
29532 [ 7368] By: jhi on 2000/10/19 13:04:29
29533 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
29534 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29535 Date: Wed, 18 Oct 2000 13:12:01 +0200
29536 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
29539 ____________________________________________________________________________
29540 [ 7367] By: jhi on 2000/10/19 02:22:40
29541 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
29542 of a 'pmshort' anywhere in the B, so the offending line was simply
29546 ____________________________________________________________________________
29547 [ 7366] By: jhi on 2000/10/19 02:12:37
29548 Log: Add the test case for the bug id 20000730.004 which seems
29549 to have been fixed by now.
29552 ____________________________________________________________________________
29553 [ 7365] By: jhi on 2000/10/18 23:36:24
29554 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
29555 From: Hugo <hv@crypt.compulink.co.uk>
29556 Date: Wed, 18 Oct 2000 23:25:58 +0100
29557 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
29559 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
29560 ____________________________________________________________________________
29561 [ 7364] By: jhi on 2000/10/18 21:12:53
29565 ____________________________________________________________________________
29566 [ 7363] By: jhi on 2000/10/18 20:55:38
29567 Log: Missing change from #7362.
29570 ____________________________________________________________________________
29571 [ 7362] By: jhi on 2000/10/18 20:52:01
29572 Log: Borland C fstat() never saw the fd as writable.
29574 Subject: fix for Borland's weak "stat" (perl@7211)
29575 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29576 Date: Mon, 16 Oct 2000 09:55:03 +0400
29577 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
29580 ____________________________________________________________________________
29581 [ 7361] By: jhi on 2000/10/18 17:43:50
29584 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
29585 ____________________________________________________________________________
29586 [ 7360] By: jhi on 2000/10/18 17:07:44
29587 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29588 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
29589 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
29590 Date: Mon, 16 Oct 2000 15:19:49 +0200
29594 ____________________________________________________________________________
29595 [ 7359] By: jhi on 2000/10/18 17:04:49
29596 Log: Subject: Pod patch for Devel::Peek
29597 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29598 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
29599 Date: Mon, 16 Oct 2000 12:26:34 +0200
29601 ! ext/Devel/Peek/Peek.pm
29602 ____________________________________________________________________________
29603 [ 7358] By: jhi on 2000/10/18 17:03:15
29604 Log: Make Cwd more bulletproof in chrooted environments.
29606 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
29607 From: "Eric E. Coe" <Eric.Coe@oracle.com>
29608 Date: Wed, 18 Oct 2000 04:03:54 -0400
29609 Message-Id: <39ED596A.70E599FE@oracle.com>
29612 ____________________________________________________________________________
29613 [ 7357] By: jhi on 2000/10/18 16:37:26
29614 Log: Disable the UTF8 downgrade croakage for now to avoid
29615 too many not okay messages.
29618 ____________________________________________________________________________
29619 [ 7356] By: jhi on 2000/10/17 23:29:41
29620 Log: Show the failed remote port, instead of the failing line number.
29622 Subject: [PATCH 5.6.1 Debugger] More diagnostics
29623 From: David Sparks <daves@ActiveState.com>
29624 Date: Tue, 17 Oct 2000 15:00:24 -0700
29625 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
29628 ____________________________________________________________________________
29629 [ 7355] By: jhi on 2000/10/17 14:11:31
29630 Log: On output try to downgrade to bytes, croak if impossible,
29631 from Simon Cozens. This means that outputting >255 UTF8
29632 is impossible. Consider this as a strong incentive to get
29633 the I/O disciplines implemented.
29635 ! doio.c pod/perldiag.pod sv.c
29636 ____________________________________________________________________________
29637 [ 7354] By: jhi on 2000/10/17 13:42:23
29638 Log: Clarify documentation on 'use bytes'.
29640 Subject: Re: What does 'use bytes' "mean" ?
29641 From: Simon Cozens <simon@cozens.net>
29642 Date: Mon, 18 Sep 2000 18:24:25 +0100
29643 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
29646 ____________________________________________________________________________
29647 [ 7353] By: jhi on 2000/10/17 13:28:12
29648 Log: Workaround for a sfio bug where the stream error indicator
29649 is not cleared as documented.
29651 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
29652 From: Nicholas Clark <nick@ccl4.org>
29653 Date: Mon, 16 Oct 2000 18:28:23 +0100
29654 Message-ID: <20001016182823.J19700@plum.flirble.org>
29657 ____________________________________________________________________________
29658 [ 7352] By: jhi on 2000/10/17 13:06:19
29659 Log: More IoTYPE sprinkling.
29662 ____________________________________________________________________________
29663 [ 7351] By: jhi on 2000/10/16 22:47:07
29664 Log: Detect early whether the std streams have gone bad.
29666 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
29667 Date: Mon, 16 Oct 2000 23:28:42 +0100
29668 From: Nicholas Clark <nick@ccl4.org>
29669 Message-ID: <20001016232842.A37942@plum.flirble.org>
29672 ____________________________________________________________________________
29673 [ 7350] By: jhi on 2000/10/16 22:45:16
29674 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
29675 From: "Peter J. Farley III" <pjfarley@banet.net>
29676 Date: Mon, 16 Oct 2000 18:15:59 -0400
29677 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
29679 ! djgpp/djgpp.c dosish.h t/io/open.t
29680 ____________________________________________________________________________
29681 [ 7349] By: jhi on 2000/10/16 22:36:45
29682 Log: perldelta tweak.
29684 ! pod/perldelta.pod
29685 ____________________________________________________________________________
29686 [ 7348] By: jhi on 2000/10/16 15:17:53
29687 Log: Update Changes.
29689 ! Changes patchlevel.h
29690 ____________________________________________________________________________
29691 [ 7347] By: jhi on 2000/10/16 13:55:27
29692 Log: Add the capability to include/exclude branches.
29695 ____________________________________________________________________________
29696 [ 7346] By: jhi on 2000/10/16 13:18:04
29697 Log: Add Charles Lane.
29700 ____________________________________________________________________________
29701 [ 7345] By: jhi on 2000/10/16 13:13:21
29702 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
29704 ! pod/perldelta.pod
29705 ____________________________________________________________________________
29706 [ 7344] By: gsar on 2000/10/16 09:30:21
29707 Log: integrate change#6220 from cfgperl
29709 Win32 patches from Benjamin Stuhl.
29710 Branch: maint-5.6/perl
29711 !> makedef.pl win32/win32.h
29712 ____________________________________________________________________________
29713 [ 7343] By: gsar on 2000/10/16 08:32:19
29714 Log: integrate changes#6221,6222 from cfgperl
29716 Remove tr///CU (the feature is to be obsoleted by better interfaces).
29717 From: simon@brecon.co.uk (Simon Cozens)
29718 Subject: [PATCH] Eliminate tr///[CU][CU]
29719 Date: 23 Jun 2000 11:05:40 GMT
29720 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
29723 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
29724 From: Ian Phillipps <Ian.Phillipps@iname.com>
29725 Date: Fri, 23 Jun 2000 10:40:58 +0100
29726 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
29727 Branch: maint-5.6/perl
29728 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
29729 ____________________________________________________________________________
29730 [ 7342] By: gsar on 2000/10/16 08:28:08
29731 Log: integrate change#6217 from cfgperl (in part)
29733 Rename the fdpid locking and integrate with Sarathy.
29734 Branch: maint-5.6/perl
29735 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
29736 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
29737 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
29739 ____________________________________________________________________________
29740 [ 7341] By: gsar on 2000/10/16 08:23:39
29741 Log: integrate changes#6214..6216 from mainline
29743 @_ can't have junk in it even in the non-USE_ITHREADS case because
29744 caller() wants to populate @DB::args with it (causes a coredump
29745 in Carp::confess())
29747 tweak comment about @DB::args
29749 be more optimal about clearing @_
29750 Branch: maint-5.6/perl
29751 !> av.h cop.h pp_ctl.c t/op/runlevel.t
29752 ____________________________________________________________________________
29753 [ 7340] By: gsar on 2000/10/16 08:20:37
29754 Log: integrate changes#6207..6210 from cfgperl
29756 Subject: [PATCH 5.6.0] Threadsafe patches
29757 From: Dan Sugalski <dan@sidhe.org>
29758 To: perl5-porters@perl.org
29759 Date: Mon, 08 May 2000 18:08:13 -0400
29760 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
29762 Regen headers for #6207.
29764 Lock PL_fdpid against race conditions, based on:
29765 Subject: [PATCH 5.6.0]subprocess fixup for threads
29766 From: Dan Sugalski <dan@sidhe.org>
29767 To: perl5-porters@perl.org
29768 Date: Tue, 11 Apr 2000 17:02:32 -0400
29769 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
29771 Mopup for #6207 and #6209.
29772 Branch: maint-5.6/perl
29773 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
29774 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
29776 ____________________________________________________________________________
29777 [ 7339] By: gsar on 2000/10/16 08:14:34
29778 Log: integrate change#6203 from cfgperl
29780 perldiag should refer to perlos2.pod not README.os2
29781 Branch: maint-5.6/perl
29782 !> pod/perldiag.pod
29783 ____________________________________________________________________________
29784 [ 7338] By: gsar on 2000/10/16 08:11:42
29785 Log: integrate change#6201 from mainline
29787 Perl_eval_pv() leaks 4 bytes every time it is called because it
29788 does a PUSHMARK that's never ever POPMARKed; in general, only
29789 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
29790 Perl_eval_[sp]v() don't because they don't take any incoming
29791 arguments (this leak has been around since the original version
29792 of perl_eval_pv() in 5.003_97e)
29793 Branch: maint-5.6/perl
29795 ____________________________________________________________________________
29796 [ 7337] By: gsar on 2000/10/16 08:08:47
29797 Log: integrate changes#6197..6200 from cfgperl
29799 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
29800 From: John Borwick <jhborwic@unity.ncsu.edu>
29801 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
29802 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
29804 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
29805 From: Dan Sugalski <dan@sidhe.org>
29806 To: vmsperl@perl.org, perl5-porters@perl.org
29807 Date: Fri, 02 Jun 2000 16:00:41 -0400
29808 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
29809 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
29811 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
29812 From: Dan Sugalski <dan@sidhe.org>
29813 To: perl5-porters@perl.org, vmsperl@perl.org
29814 Date: Fri, 02 Jun 2000 17:30:51 -0400
29815 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
29817 Update to cperl-mode.el 4.31 from
29818 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
29819 Subject: A couple of notes
29820 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29821 To: Mailing list Perl5 <perl5-porters@perl.org>
29822 Date: Sat, 3 Jun 2000 23:33:32 -0400
29823 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
29824 Branch: maint-5.6/perl
29825 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
29826 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
29827 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
29828 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
29830 ____________________________________________________________________________
29831 [ 7336] By: gsar on 2000/10/16 08:03:46
29832 Log: integrate changes#6194,6195 from mainline
29834 fix small eval"" memory leaks under USE_ITHREADS
29836 fix yet another eval"" leak under USE_ITHREADS
29837 Branch: maint-5.6/perl
29838 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29839 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29841 ____________________________________________________________________________
29842 [ 7335] By: gsar on 2000/10/16 08:02:15
29843 Log: integrate changes#6190,6191 from mainline
29845 submit missing embed.pl change
29847 vec() loses numericalness (modified version of patch suggested
29849 Branch: maint-5.6/perl
29850 !> doop.c embed.pl t/op/vec.t
29851 ____________________________________________________________________________
29852 [ 7334] By: gsar on 2000/10/16 08:01:03
29853 Log: integrate change#6189 from mainline
29855 counting tr/// corrupts later operation (from M.J.T Guy)
29856 Branch: maint-5.6/perl
29857 !> doop.c t/op/tr.t
29858 ____________________________________________________________________________
29859 [ 7333] By: gsar on 2000/10/16 07:59:07
29860 Log: integrate changes#6183..6188 from mainline
29862 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
29865 tweak for change#6127
29867 remove incorrect documentation about implicit split to @_ in
29868 list context, which never really worked in perl 5 (from
29871 further qualify references to "alphanumeric" (from Wolfgang Laun
29872 <wolfgang.laun@alcatel.at>)
29874 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
29875 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29878 Branch: maint-5.6/perl
29879 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
29880 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
29881 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
29882 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
29883 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
29884 !> pod/pod2latex.PL utils/h2xs.PL
29885 ____________________________________________________________________________
29886 [ 7332] By: gsar on 2000/10/16 07:53:52
29887 Log: integrate change#6179 from mainline
29889 buggy modulus on UVs introduced by change#3378 (resulted in
29890 4063328477 % 65535 amounting to 27406, instead of 27407)
29891 Branch: maint-5.6/perl
29892 !> pp.c t/op/arith.t
29893 ____________________________________________________________________________
29894 [ 7331] By: gsar on 2000/10/16 07:52:49
29895 Log: integrate changes#6176,6177,6178,6182 from cfgperl
29897 Single-quoted utf8 patch from Simon Cozens.
29899 Substitution utf8 patch from Simon Cozens.
29903 Be Cleaner Part Deux.
29904 Branch: maint-5.6/perl
29905 !> Makefile.SH pp_hot.c toke.c
29906 ____________________________________________________________________________
29907 [ 7330] By: gsar on 2000/10/16 07:41:36
29908 Log: integrate change#6172 from mainline
29910 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
29911 (from Ilya Zakharevich)
29912 Branch: maint-5.6/perl
29913 !> regexec.c t/op/re_tests
29914 ____________________________________________________________________________
29915 [ 7329] By: gsar on 2000/10/16 07:40:25
29916 Log: integrate change#6171 from mainline
29918 scalar() doesn't force scalar context when used in void context
29919 (from Simon Cozens)
29920 Branch: maint-5.6/perl
29921 !> op.c t/op/wantarray.t
29922 ____________________________________________________________________________
29923 [ 7328] By: gsar on 2000/10/16 07:39:33
29924 Log: integrate change#6170 from mainline
29926 change#6142 needs tweaks to tests to work where there's no
29927 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29928 Branch: maint-5.6/perl
29929 !> t/lib/filefind.t
29930 ____________________________________________________________________________
29931 [ 7327] By: gsar on 2000/10/16 07:35:34
29932 Log: integrate changes#6166..6168 from cfgperl
29934 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
29935 in case somebody wants to write an extension for more
29936 shadow database interfaces.
29940 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
29941 Branch: maint-5.6/perl
29942 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29943 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
29944 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
29945 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
29946 !> win32/config.vc win32/config_H.bc win32/config_H.gc
29947 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
29948 ____________________________________________________________________________
29949 [ 7326] By: gsar on 2000/10/16 07:29:05
29950 Log: integrate changes#6157,6159..6161,6164 from cfgperl
29952 Regen Configure to jive with #6149.
29954 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
29956 Changes for the File::Temp 0.08 (change #6159) test suite
29957 to fit better into the Perl distribution test framework.
29959 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
29960 both from Simon Cozens.
29963 Branch: maint-5.6/perl
29964 +> pod/perlmodlib.PL pod/perlnewmod.pod
29965 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
29966 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
29967 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29968 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29969 ____________________________________________________________________________
29970 [ 7325] By: gsar on 2000/10/16 07:25:13
29971 Log: integrate change#6158 from vmsperl
29973 Add fallback to tmpfile for use in cases where user's relying on
29974 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
29976 Branch: maint-5.6/perl
29977 !> vms/vms.c vms/vmsish.h
29978 ____________________________________________________________________________
29979 [ 7324] By: gsar on 2000/10/16 07:20:50
29980 Log: integrate changes#6153..6155 from mainline
29982 prettier Test::Harness output on failed tests (from Nicholas Clark
29983 <nick@Bagpuss.uk.boo.com>)
29985 avoid type mismatch warning
29987 small bug in change#6144; remove random \xA0 character that snuck
29989 Branch: maint-5.6/perl
29990 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
29992 ____________________________________________________________________________
29993 [ 7323] By: gsar on 2000/10/16 07:18:47
29994 Log: integrate changes#6151,6152 from mainline
29996 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
29998 cosmetic fixups of RE debug output (from Ilya Zakharevich)
29999 Branch: maint-5.6/perl
30001 ____________________________________________________________________________
30002 [ 7322] By: gsar on 2000/10/16 07:17:25
30003 Log: integrate changes#6146..6150 from mainline
30007 add a make entry to Config.pm so "perl -V:make" works on VMS
30008 (from Peter Prymmer)
30010 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
30012 OS/2 tweaks for usethreads build (from Rocco Caputo
30015 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
30016 Branch: maint-5.6/perl
30017 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
30018 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
30019 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
30020 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
30021 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
30022 !> warnings.pl x2p/a2p.h
30023 ____________________________________________________________________________
30024 [ 7321] By: gsar on 2000/10/16 07:14:02
30025 Log: integrate changes#6143..6145 from mainline
30027 MacOS support, part 1 (from Matthias Neeracher
30028 <neeri@iis.ee.ethz.ch>)
30030 MacOS support, part 2: make AutoSplit use File::Spec instead
30031 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
30032 <neeri@iis.ee.ethz.ch>)
30034 make xsubpp skip embedded pod (from Matthias Neeracher
30035 <neeri@iis.ee.ethz.ch>)
30036 Branch: maint-5.6/perl
30037 +> ext/DynaLoader/dl_mac.xs
30038 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
30039 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30040 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
30041 !> pp_ctl.c proto.h toke.c util.c util.h
30042 ____________________________________________________________________________
30043 [ 7320] By: gsar on 2000/10/16 07:12:13
30044 Log: integrate changes#6141,6142 from mainline
30046 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
30047 forwarded by Peter Seebach from the bsdi-users mailing list.
30048 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
30050 File::Find fails to chdir when chasing symlinks (from
30051 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30052 Branch: maint-5.6/perl
30053 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
30054 ____________________________________________________________________________
30055 [ 7319] By: gsar on 2000/10/16 07:04:30
30056 Log: integrate change#6139 from mainline
30058 revise mktables.PL for bugs and newness in Unicode 3.0
30059 (from James Bence <jbence@amgen.com>)
30060 Branch: maint-5.6/perl
30061 +> (branch 30 files)
30062 !> (integrate 49 files)
30063 ____________________________________________________________________________
30064 [ 7318] By: gsar on 2000/10/16 07:01:01
30065 Log: integrate changes#6137,6138 from mainline
30067 fix bogus redeclaration warning for "our" variables in different
30070 add note about the handling of negative indices to tied arrays
30071 (from Michael G Schwern <schwern@pobox.com>)
30072 Branch: maint-5.6/perl
30073 !> op.c pod/perltie.pod t/pragma/strict-vars
30074 ____________________________________________________________________________
30075 [ 7317] By: gsar on 2000/10/16 06:58:46
30076 Log: integrate changes#6127..6136 from mainline
30078 call_method(...,G_EVAL) can longjmp() out if the method probing
30079 failed (from Gisle Aas)
30081 new perlxstut example for passing/returning refs to arrays
30082 (from David Lowe <dlowe@pootpoot.com>)
30084 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
30086 fix places that mean C<"word" character> but say C<alphanumeric
30089 avoid warnings in POSIX.pm (from Barrie Slaymaker)
30091 warnings::enabled() doesn't fall back to looking at $^W if
30092 caller isn't using lexical warnings (from Paul Marquess)
30094 elide bogus test in change#6132
30096 make Test::Harness use wait.h/WCOREDUMP if available
30097 (from Ben Tilly <ben_tilly@hotmail.com>)
30099 enable Test::Harness to dynamically determine column width etc.
30100 (from Rob Napier <rnapier@employees.org>)
30102 random pod typos (from Peter Scott <Peter@PSDT.com>)
30103 Branch: maint-5.6/perl
30104 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
30105 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
30106 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
30107 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
30108 ____________________________________________________________________________
30109 [ 7316] By: gsar on 2000/10/16 06:53:23
30110 Log: integrate change#6126 from mainline
30112 change#2879 broke rvalue autovivification of magicals such as
30113 ${$num} (reworked variant of patch suggested by Simon Cozens)
30114 Branch: maint-5.6/perl
30115 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
30116 !> pp_hot.c proto.h t/op/gv.t
30117 ____________________________________________________________________________
30118 [ 7315] By: gsar on 2000/10/16 06:51:38
30119 Log: integrate changes#6123,6125 from mainline
30121 clarify gotcha with #line directives (from Rocco Caputo
30124 enable propagating exception objects via Perl_croak() in XS code
30126 Branch: maint-5.6/perl
30127 !> pod/perldebug.pod pod/perlsyn.pod util.c
30128 ____________________________________________________________________________
30129 [ 7314] By: gsar on 2000/10/16 06:49:28
30130 Log: integrate change#6122 from mainline
30132 downgrade fatal error on C<"foo@nosucharray.com"> to optional
30133 warning (from Mark-Jason Dominus)
30134 Branch: maint-5.6/perl
30135 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
30136 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
30137 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
30139 ____________________________________________________________________________
30140 [ 7313] By: gsar on 2000/10/16 06:46:54
30141 Log: integrate changes#6112..6121 from vmsperl
30143 Check for existence of file before trying to delete
30145 Ugly workaround for version-specific RTL error
30147 Urk -- undo previous removal of vmsish 'exit' change
30149 Add bounds checking for several strings (Charles Lane)
30151 Miscellaneous cosmetic fixes (Charles Lane)
30153 Treat sockets as special in sys(read|write) (Charles Lane et al.)
30155 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
30156 Flatten case labels in switch statements uniformly (Charles Bailey)
30158 Quiet error messages in vmsish.t (Charles Lane)
30160 Add missing escape (Charles Lane)
30162 Allow eliminate_macros() and fixpath() to handle space-delimited
30163 lists (based on fixes by Craig Berry)
30164 Branch: maint-5.6/perl
30165 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
30166 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
30168 ____________________________________________________________________________
30169 [ 7312] By: gsar on 2000/10/16 06:41:18
30170 Log: integrate changes#6107,6110 from cfgperl
30172 Tweak the todo list.
30175 Branch: maint-5.6/perl
30177 ____________________________________________________________________________
30178 [ 7311] By: gsar on 2000/10/16 06:38:38
30179 Log: integrate changes#6104,6108 from mainline
30181 PL_sys_intern was being initialized too late on windows
30183 reenable fake signal handling on Windows, bugs and all
30184 Branch: maint-5.6/perl
30185 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
30186 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
30188 ____________________________________________________________________________
30189 [ 7310] By: gsar on 2000/10/16 06:36:03
30190 Log: integrate changes#6095,6097..6103 from cfgperl
30192 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
30193 might be useful in future.
30195 Add a note about possible compilation problems from Allen Smith.
30197 Add a note about other, yet unsupported, shadow password APIs.
30199 Tweaks for the cc bugs from Allen Smith.
30201 More compilation tweakery from Allen Smith.
30203 Hints and test tweaks for Unicos.
30205 The test suite tweak in #6101 wasn't quite right.
30207 Test tweaking for Unicos continues.
30208 Branch: maint-5.6/perl
30209 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30210 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
30211 !> t/lib/complex.t t/op/64bitint.t
30212 ____________________________________________________________________________
30213 [ 7309] By: gsar on 2000/10/16 06:29:41
30214 Log: integrate changes#6093,6094 from mainline
30216 fork() failure to create pseudo process sets errno=EAGAIN and returns
30217 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
30219 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
30220 Branch: maint-5.6/perl
30221 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30222 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
30223 ____________________________________________________________________________
30224 [ 7308] By: gsar on 2000/10/16 06:27:29
30225 Log: integrate change#6092 from cfgperl
30227 Regen perltoc with the fixed buildtoc.
30228 Branch: maint-5.6/perl
30230 ____________________________________________________________________________
30231 [ 7307] By: gsar on 2000/10/16 06:26:40
30232 Log: integrate changes#6089,6090 from mainline
30234 buildtoc tweak to fix newline lossage
30236 concat doesn't preserve utf8-ness, and doesn't invalidate
30237 [NI]OK; added tests for both
30238 Branch: maint-5.6/perl
30239 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
30240 ____________________________________________________________________________
30241 [ 7306] By: gsar on 2000/10/16 06:24:05
30242 Log: integrate change#6088 from cfgperl
30244 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
30245 because we do not use those. The HAS_GETSPNAM remains,
30246 though, because we still do use that.
30247 Branch: maint-5.6/perl
30248 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30249 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
30250 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
30251 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
30252 !> win32/config.vc win32/config_H.bc win32/config_H.gc
30253 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
30254 ____________________________________________________________________________
30255 [ 7305] By: gsar on 2000/10/16 06:15:52
30256 Log: integrate changes#6084,6085,6087 from mainline
30258 substr() does not preserve utf8-ness (from Stefan Eissing
30259 <Eissing@medicaldataservice.de>); added tests
30261 repeat operator (x) doesn't preserve utf8-ness
30263 reverse() and quotemeta() weren't preserving utf8-ness; add tests
30264 Branch: maint-5.6/perl
30265 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
30266 ____________________________________________________________________________
30267 [ 7304] By: gsar on 2000/10/16 06:13:10
30268 Log: integrate changes#6077..6083 from mainline
30270 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
30273 workaround for CRT bug in chdir() (from Charles Lane, via
30276 remove outdated kludge in Carp (NULLs are permitted in diagnostics
30279 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
30280 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30282 better default perlbug categories for ok reports (from Richard Foley)
30284 peek.t non-portable to ithreads
30286 note about undocumented caller() return value (from M.J.T. Guy);
30287 yet another peek.t tweak
30288 Branch: maint-5.6/perl
30289 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30290 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30291 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
30292 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
30293 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
30295 ____________________________________________________________________________
30296 [ 7303] By: gsar on 2000/10/16 06:03:18
30297 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
30298 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
30300 &HUGE_VAL is not defined, it exists.
30302 Do not warn that an infinity does not look like a number.
30304 Rewrite the pwent/spent logic to be a little bit more clearer.
30306 Continue on the pwent/spent case.
30308 Correct Freudian slip.
30310 Use HUGE_VALL if applicable.
30312 pwent/spent #ifdef imbalance.
30316 Call getspnam() only iff needd.
30318 Test both the scalar and list contexts.
30320 Use setxxent()/endxxent().
30326 Be more forgiving in POSIX about HUGE_VALL.
30330 The search of infinity continues, this time simplified.
30332 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
30333 in natively 64-bit platforms where a long is a quad (no need
30334 for long longs). Also added bias for IVs.
30338 Introduce t/lib/peek.t.
30340 Make the test more portable.
30341 Branch: maint-5.6/perl
30344 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
30345 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
30346 !> t/op/pwent.t toke.c util.c
30347 ____________________________________________________________________________
30348 [ 7302] By: gsar on 2000/10/16 05:03:37
30349 Log: integrate changes#6066..6071 from mainline
30353 replace direct call to sighandler() with (*PL_sighandlerp)()
30355 note about values()
30357 File::Spec compatibility update (from Barrie Slaymaker
30358 <barries@slaysys.com>)
30360 remove misleading comment (from M.J.T. Guy)
30362 misformatted perllocal.pod (from Tim Jenness
30363 <t.jenness@jach.hawaii.edu>)
30364 Branch: maint-5.6/perl
30365 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30366 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30367 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
30368 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
30369 ____________________________________________________________________________
30370 [ 7301] By: gsar on 2000/10/16 05:00:08
30371 Log: integrate changes#6061..6063 from mainline
30373 change#5921 neglected to make eq honor "use bytes"
30375 additional tests for utf8.t
30377 tokeq() could read unallocated field in argument
30378 Branch: maint-5.6/perl
30379 !> sv.c t/pragma/utf8.t toke.c
30380 ____________________________________________________________________________
30381 [ 7300] By: gsar on 2000/10/16 04:56:54
30382 Log: integrate changes#6046,6048,6057,6058 from mainline
30384 libscheck has insufficient checks for n32 libs (from
30385 Albert Chin-A-Young <china@thewrittenword.com>)
30387 add note about how $( doesn't interpolate in REs (from
30388 Philip Newton <newton@ficus.frogspace.net>)
30390 fix broken parsing of /\x{ab}/
30392 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
30393 (spotted by Donald Kinzer <dkinzer@premia.com>)
30394 Branch: maint-5.6/perl
30395 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
30397 ____________________________________________________________________________
30398 [ 7299] By: gsar on 2000/10/16 04:52:50
30399 Log: integrate change#6044 from mainline
30401 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
30402 such that underscores are only ignored in literal numbers,
30403 "\x{...}", and hex/oct argument
30404 Branch: maint-5.6/perl
30405 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
30406 ____________________________________________________________________________
30407 [ 7298] By: gsar on 2000/10/16 04:50:53
30408 Log: integrate changes#6027..6043 from mainline
30410 podlators-1.02 update (from Russ Allbery)
30412 Pod::Man generates groff-incompatible macro definition (from
30415 add CGI.pm v2.66 (from Lincoln Stein)
30417 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
30418 for @- and @+ (from Johan Vromans)
30420 small nits in diagnostics.pm (from Robin Barker)
30422 whitespace adjustments
30424 missing files in MANIFEST
30426 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
30429 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
30431 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
30432 Branch: maint-5.6/perl
30433 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
30434 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
30435 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
30436 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
30437 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
30438 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
30439 !> t/lib/cgi-html.t t/lib/cgi-request.t
30440 ____________________________________________________________________________
30441 [ 7297] By: gsar on 2000/10/16 04:44:30
30442 Log: integrate change#6025 from mainline
30444 Is{Alnum,Alpha,Word} don't match titlecase
30445 TODO: IsSpace is defined recursively!
30446 (both spotted by Larry)
30447 Branch: maint-5.6/perl
30448 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30449 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30450 ____________________________________________________________________________
30451 [ 7296] By: gsar on 2000/10/16 04:39:30
30452 Log: integrate change#6023 from mainline
30454 debugger stomps on $. (from M.J.T. Guy)
30455 Branch: maint-5.6/perl
30457 ____________________________________________________________________________
30458 [ 7295] By: gsar on 2000/10/16 04:38:02
30459 Log: integrate change#6022 from mainline
30461 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
30462 Branch: maint-5.6/perl
30464 ____________________________________________________________________________
30465 [ 7294] By: gsar on 2000/10/16 04:37:05
30466 Log: integrate changes#6018..6021 from mainline
30468 make lib/syslog.t portable to systems that don't have _PATH_LOG,
30469 make _PATH_LOG() return "" if unavailable
30471 windows portability tweaks
30475 remove Win2K issue in pod (fixed by change#6020)
30476 Branch: maint-5.6/perl
30477 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30478 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
30479 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
30480 ____________________________________________________________________________
30481 [ 7293] By: gsar on 2000/10/16 04:20:00
30482 Log: integrate changes#6013..6015 from mainline
30484 tweak change#5945 to display correct switch name in diagnostic
30486 glob() loading File::Glob behind the scenes may cause syntax errors
30488 tweak test for portability
30489 Branch: maint-5.6/perl
30490 !> op.c perl.c pod/perldiag.pod t/lib/b.t
30491 ____________________________________________________________________________
30492 [ 7292] By: gsar on 2000/10/16 04:18:11
30493 Log: integrate changes#6005..6010 from mainline, cfgperl
30495 perldoc might fail via "use blib" (from Hugo van der Sanden)
30499 note about compile failures and END blocks (from M.J.T. Guy)
30501 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
30503 (change#6009 integrated earlier in change#7255)
30505 clarify note about shadow password support (from
30506 gellyfish@gellyfish.com)
30507 Branch: maint-5.6/perl
30508 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30509 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
30510 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
30511 ____________________________________________________________________________
30512 [ 7291] By: gsar on 2000/10/16 04:12:03
30513 Log: integrate changes#6002,6003 from mainline
30515 destructive sv_setsv() can lose UV-ness from source, causing
30516 numeric promotions/comparisons to fail to do the right thing
30518 allow REG_EXPAND_SZ keys in Windows registry (from
30519 John Clayton <John.Clayton@barclayscapital.com>)
30520 Branch: maint-5.6/perl
30521 !> sv.c win32/win32.c
30522 ____________________________________________________________________________
30523 [ 7290] By: gsar on 2000/10/16 04:10:19
30524 Log: integrate change#6001 from mainline
30526 support additional library locations via $Config{otherlibdirs}
30527 (from Andy Dougherty)
30528 Branch: maint-5.6/perl
30529 !> Configure INSTALL Porting/Glossary Porting/config.sh
30530 !> Porting/config_H config_h.SH epoc/config.sh perl.c
30531 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
30532 !> win32/config.bc win32/config.gc win32/config.vc
30533 ____________________________________________________________________________
30534 [ 7289] By: gsar on 2000/10/16 04:08:28
30535 Log: integrate change#5999 from mainline
30537 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
30538 Branch: maint-5.6/perl
30539 !> t/pragma/warn/toke toke.c
30540 ____________________________________________________________________________
30541 [ 7288] By: gsar on 2000/10/16 04:07:01
30542 Log: integrate changes#5997,5998 from cfgperl
30546 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
30547 Branch: maint-5.6/perl
30548 !> lib/Math/Complex.pm
30549 ____________________________________________________________________________
30550 [ 7287] By: gsar on 2000/10/16 04:04:37
30551 Log: integrate change#5995 from mainline
30553 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
30554 Branch: maint-5.6/perl
30555 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
30556 ____________________________________________________________________________
30557 [ 7286] By: gsar on 2000/10/16 04:03:21
30558 Log: integrate change#5994 from mainline
30560 fix for missed accounting for null byte in pack("Z",...) (from
30562 Branch: maint-5.6/perl
30563 !> pp.c t/op/pack.t
30564 ____________________________________________________________________________
30565 [ 7285] By: gsar on 2000/10/16 04:02:11
30566 Log: integrate changes#5989..5993 from mainline
30568 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
30569 itself and no other (from Tom Hughes)
30571 use $ENV{LIB} to search for libs under Visual C compiler
30572 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
30574 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
30576 pod nit (from Simon Cozens)
30578 various minor tweaks seen on p5p
30579 Branch: maint-5.6/perl
30580 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
30581 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
30582 !> t/op/array.t toke.c
30583 ____________________________________________________________________________
30584 [ 7284] By: gsar on 2000/10/16 03:59:00
30585 Log: integrate changes#5978..5988 from mainline
30587 sync version numbers in File::Spec with the ones on CPAN
30588 (from Barrie Slaymaker)
30590 under useithreads, constant pad entries could inadvertantly be
30591 shared across threads (from Eric Blood <eblood@xmission.com>);
30592 added Eric's test case to testsuite
30594 allow Configure -S to run non-interactively (spotted by Greg Hudson
30597 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
30598 prototype mismatch with CORE::glob(); update pod and tests to
30599 suit (File::Glob::glob() is still available for backward
30600 compatibility, but should be considered deprecated)
30602 avoid error in IO::Socket::INET when given an unknown service name
30603 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
30605 numeric conversion of non-number in change#3378 tramples on
30606 OOK offset, causing segfaults
30608 attributes::reftype() doesn't work on tied argument
30610 forked child may not exit correctly if it failed to open
30611 /dev/console (from Graham Barr)
30613 add regular expressions tutorial and quick-start guide (from
30614 Mark Kvale <kvale@phy.ucsf.edu>)
30616 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
30618 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
30619 <paul@miraclefish.com>)
30620 Branch: maint-5.6/perl
30621 +> pod/perlrequick.pod pod/perlretut.pod
30622 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
30623 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
30624 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
30625 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
30626 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30627 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30628 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
30629 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
30630 ____________________________________________________________________________
30631 [ 7283] By: gsar on 2000/10/16 03:52:14
30632 Log: integrate change#5977 from mainline
30634 autoquote barewords followed by newline and arrow properly
30635 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
30636 Branch: maint-5.6/perl
30637 !> t/pragma/warn/toke toke.c
30638 ____________________________________________________________________________
30639 [ 7282] By: gsar on 2000/10/16 03:50:48
30640 Log: integrate change#5976 from mainline
30642 DB_File v1.73 update (from Paul Marquess)
30643 Branch: maint-5.6/perl
30644 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
30645 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
30646 ____________________________________________________________________________
30647 [ 7281] By: gsar on 2000/10/16 03:49:14
30648 Log: integrate change#5975 from mainline
30650 allow sort() reentrancy (variant of patch suggested by
30651 Hugo van der Sanden)
30652 Branch: maint-5.6/perl
30653 !> pp_ctl.c t/op/sort.t
30654 ____________________________________________________________________________
30655 [ 7280] By: gsar on 2000/10/16 03:48:22
30656 Log: integrate change#5974 from mainline
30658 change#4197 somehow missed initializing PL_errors, meaning
30659 syntax error queueing wasn't working outside eval"" at all;
30660 also fixed eval"" to localize PL_error_count, so that compile-time
30661 eval's don't clobber the error state of the outer context
30662 Branch: maint-5.6/perl
30663 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
30664 !> t/pragma/warn/toke
30665 ____________________________________________________________________________
30666 [ 7279] By: gsar on 2000/10/16 03:46:21
30667 Log: integrate change#5973 from mainline
30669 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
30670 Branch: maint-5.6/perl
30671 !> regcomp.c regexec.c t/op/re_tests
30672 ____________________________________________________________________________
30673 [ 7278] By: gsar on 2000/10/16 03:44:54
30674 Log: integrate change#5971 from cfgperl
30676 Unicos tweaks from Mark P. Lutz.
30677 Branch: maint-5.6/perl
30678 !> hints/unicos.sh lib/Math/Complex.pm
30679 ____________________________________________________________________________
30680 [ 7277] By: gsar on 2000/10/16 03:42:59
30681 Log: integrate changes#5966..5970 from mainline
30683 add testsuite for B backends, fix bug in B::Deparse (from
30684 Simon Cozens <simon@brecon.co.uk>)
30686 improved docs on the warn_uninit diagnostic (from David Glasser
30689 tolerate spaces in group names in test on solaris (from David Boyce
30692 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
30694 Data::Dumper fumbles negative numbers on 32-bit platforms where
30696 Branch: maint-5.6/perl
30697 +> t/lib/b.t t/lib/syslog.t
30698 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
30699 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
30700 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
30701 ____________________________________________________________________________
30702 [ 7276] By: gsar on 2000/10/16 03:39:30
30703 Log: integrate change#5965 from mainline
30705 avoid "will not stay shared" warnings for our variables (from
30707 Branch: maint-5.6/perl
30708 !> op.c t/pragma/warn/op
30709 ____________________________________________________________________________
30710 [ 7275] By: gsar on 2000/10/16 03:38:18
30711 Log: integrate change#5964 from mainline
30713 reformat to 72 columns (again)
30714 Branch: maint-5.6/perl
30715 !> pod/perldiag.pod
30716 ____________________________________________________________________________
30717 [ 7274] By: gsar on 2000/10/16 03:36:58
30718 Log: integrate change#5963 from mainline
30720 patch from Larry to make (\&) prototype work; added tests for
30722 Branch: maint-5.6/perl
30723 !> op.c t/comp/proto.t
30724 ____________________________________________________________________________
30725 [ 7273] By: gsar on 2000/10/16 03:35:51
30726 Log: integrate changes#5956..5962 from mainline
30728 better diagnostics on failed tests (from Ilya Zakharevich)
30730 pod nits (from A. C. Yardley <yardley@tanet.net>)
30732 change#3569 deleted some essential code, revert; avoid use of
30733 atexit() to make DynaLoader work properly on AIX under mod_perl
30734 (from Jens-Uwe Mager <jum@helios.de>)
30736 doubled words in pods (from Simon Cozens
30737 <simon.p.cozens@jp.pwcglobal.com>)
30739 better INSTALL notes on Solaris issues (from Dominic Dunlop)
30741 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
30743 updated README.hpux (from Jeff Okamoto)
30744 Branch: maint-5.6/perl
30745 !> INSTALL README.hpux emacs/cperl-mode.el
30746 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
30747 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
30748 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
30749 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
30750 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
30751 !> t/op/lex_assign.t
30752 ____________________________________________________________________________
30753 [ 7272] By: gsar on 2000/10/16 03:31:22
30754 Log: integrate change#5955 from mainline
30756 longstanding bug exposed by change#3307: sort arguments weren't
30757 compiled with the right wantarray context (ensuing runtime lookup
30758 via block_gimme() was getting the incidental context of the
30760 Branch: maint-5.6/perl
30761 !> op.c t/op/sort.t
30762 ____________________________________________________________________________
30763 [ 7271] By: gsar on 2000/10/16 03:29:11
30764 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
30767 Flatten the cpp jungle doing the nosuid checking.
30769 Do not assume sign propagation. (from M.J.T. Guy)
30771 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
30773 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
30774 Now pp_ncmp() returns undef is either operand is a NaN.
30776 On second thoughts frexp() does have two arguments.
30778 Document that tr() is not tr(1).
30780 Be more robust on "extreme" (large absolute value)
30781 arguments. Originally reported by Daniel Connelly
30782 as a problem with asinh() on large negative arguments,
30783 asinh() used to bail out because an argument to log()
30784 ended up being zero. Ilya Zakharevich proposed using
30785 Taylor's series in such cases, which for such large
30786 arguments is a very good approximation.
30788 Undo "use integer" addition from 64bitint as it seems
30789 to break most of the subtests in Digital UNIX;
30790 Unicos needs to find another way.
30791 Branch: maint-5.6/perl
30792 !> (integrate 29 files)
30793 ____________________________________________________________________________
30794 [ 7270] By: gsar on 2000/10/16 03:09:44
30795 Log: integrate changes#5948,5949,5950 from mainline
30797 typo in vars.pm that leads to cryptic message (from Piotr
30798 Piatkowski <kompas@kompas.usr.onet.pl>)
30800 make perldoc use the pod2man from the same version (from
30803 reformat perldiag to avoid long lines
30804 Branch: maint-5.6/perl
30805 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
30806 ____________________________________________________________________________
30807 [ 7269] By: gsar on 2000/10/16 03:05:54
30808 Log: integrate change#5947 from mainline
30810 use &dl_error rather than &dl_load_file as the guard for calling
30811 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
30812 statically built perl)
30813 Branch: maint-5.6/perl
30814 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
30815 ____________________________________________________________________________
30816 [ 7268] By: gsar on 2000/10/16 03:04:48
30817 Log: integrate change#5945 from mainline
30819 make module name mandatory after -M switch; reorder perldiag
30820 alphabetically (from Mark-Jason Dominus)
30821 Branch: maint-5.6/perl
30822 !> perl.c pod/perldiag.pod
30823 ____________________________________________________________________________
30824 [ 7267] By: gsar on 2000/10/16 03:03:01
30825 Log: integrate change#5939 from mainline
30827 more pod nits (from Larry Virden)
30828 Branch: maint-5.6/perl
30829 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
30830 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
30831 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
30832 ____________________________________________________________________________
30833 [ 7266] By: gsar on 2000/10/16 03:01:39
30834 Log: integrate change#5938 from mainline
30836 Consolidated B::Deparse fixes (from Stephen McCamant)
30837 Branch: maint-5.6/perl
30838 !> ext/B/B/Deparse.pm
30839 ____________________________________________________________________________
30840 [ 7265] By: gsar on 2000/10/16 03:00:43
30841 Log: integrate change#5936 from mainline
30843 additional tests for change#7263 (from Paul Marquess)
30844 Branch: maint-5.6/perl
30845 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
30846 !> t/pragma/warn/5nolint t/pragma/warn/6default
30847 ____________________________________________________________________________
30848 [ 7264] By: gsar on 2000/10/16 02:58:34
30849 Log: integrate change#5934 from mainline
30851 propagate lexical warnings from surrounding scope correctly
30852 within string eval() (from Paul Marquess)
30853 Branch: maint-5.6/perl
30854 !> pp_ctl.c t/pragma/warn/pp_ctl
30855 ____________________________________________________________________________
30856 [ 7263] By: gsar on 2000/10/16 02:56:53
30857 Log: integrate change#5932 from mainline
30859 add rsignal(), whichsig() and do_join() to public API list
30860 (mod_perl uses them to good advantage)
30861 Branch: maint-5.6/perl
30862 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
30863 ____________________________________________________________________________
30864 [ 7262] By: gsar on 2000/10/16 02:55:53
30865 Log: integrate change#5931 from mainline
30867 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
30868 Branch: maint-5.6/perl
30869 !> pp_hot.c regexec.c t/op/pat.t
30870 ____________________________________________________________________________
30871 [ 7261] By: gsar on 2000/10/16 02:55:01
30872 Log: integrate change#5930 from mainline
30874 small os390 tweaks (from Peter Prymmer)
30875 Branch: maint-5.6/perl
30876 !> config_h.SH makedepend.SH
30877 ____________________________________________________________________________
30878 [ 7260] By: gsar on 2000/10/16 02:54:10
30879 Log: integrate change#5929 from mainline
30882 Branch: maint-5.6/perl
30883 !> pod/perlguts.pod
30884 ____________________________________________________________________________
30885 [ 7259] By: gsar on 2000/10/16 02:52:55
30886 Log: integrate change#5927 from mainline
30888 arrange for next() to resume at the unstack op rather than the
30889 loop conditional, so that scope cleanup happens correctly
30890 (from Stephen McCamant)
30891 Branch: maint-5.6/perl
30892 !> op.c pp_ctl.c t/op/misc.t
30893 ____________________________________________________________________________
30894 [ 7258] By: gsar on 2000/10/16 02:51:38
30895 Log: integrate change#5926 from mainline
30897 on windows, reserve 16M of stack rather than 128M (allows more
30898 threads to run concurrently)
30899 Branch: maint-5.6/perl
30900 !> win32/Makefile win32/makefile.mk
30901 ____________________________________________________________________________
30902 [ 7257] By: gsar on 2000/10/16 02:50:37
30903 Log: integrate change#5925 from mainline
30905 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
30906 Branch: maint-5.6/perl
30908 ____________________________________________________________________________
30909 [ 7256] By: gsar on 2000/10/16 02:49:36
30910 Log: integrate change#5924 from mainline
30912 avoid using uninitialized memory in require version check
30913 Branch: maint-5.6/perl
30914 !> pp_ctl.c universal.c
30915 ____________________________________________________________________________
30916 [ 7255] By: gsar on 2000/10/16 02:48:03
30917 Log: integrate changes#5923,5928,6009 from mainline
30919 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
30920 Branch: maint-5.6/perl
30921 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
30922 ____________________________________________________________________________
30923 [ 7254] By: gsar on 2000/10/16 02:44:46
30924 Log: integrate change#5922 from mainline
30926 commentary about IoTYPE() (from Nathan Torkington)
30927 Branch: maint-5.6/perl
30929 ____________________________________________________________________________
30930 [ 7253] By: gsar on 2000/10/16 02:43:49
30931 Log: integrate change#5921 from mainline
30933 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
30934 Branch: maint-5.6/perl
30935 !> sv.c t/lib/charnames.t t/pragma/utf8.t
30936 ____________________________________________________________________________
30937 [ 7252] By: gsar on 2000/10/16 02:42:31
30938 Log: integrate change#5920 from mainline
30940 Larry's fix for buggy propagation of utf8-ness in join(); add test
30941 Branch: maint-5.6/perl
30942 !> doop.c t/op/ver.t
30943 ____________________________________________________________________________
30944 [ 7251] By: gsar on 2000/10/16 02:41:14
30945 Log: integrate changes#5915..5919 from mainline
30947 various (pod tweaks &c)
30948 Branch: maint-5.6/perl
30949 !> (integrate 33 files)
30950 ____________________________________________________________________________
30951 [ 7250] By: gsar on 2000/10/16 02:38:16
30952 Log: integrate change#5914 from mainline
30954 caller() wasn't returning the right number of elements for
30956 Branch: maint-5.6/perl
30957 !> pp_ctl.c t/pragma/warn/9enabled
30958 ____________________________________________________________________________
30959 [ 7249] By: gsar on 2000/10/16 02:37:02
30960 Log: integrate change#5913 from mainline
30962 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
30963 (from Mark-Jason Dominus)
30964 Branch: maint-5.6/perl
30965 !> pod/perlfunc.pod
30966 ____________________________________________________________________________
30967 [ 7248] By: gsar on 2000/10/16 02:35:58
30968 Log: integrate change#5912 from mainline
30970 fix totally broken caching in UNIVERSAL::isa() (from
30972 Branch: maint-5.6/perl
30973 !> t/op/universal.t universal.c
30974 ____________________________________________________________________________
30975 [ 7247] By: gsar on 2000/10/16 02:34:27
30976 Log: integrate changes#5910,5911 from mainline
30980 add linebreak properties from unicode/LineBrk.txt (from
30981 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
30982 Branch: maint-5.6/perl
30983 +> (branch 29 files)
30984 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
30985 ____________________________________________________________________________
30986 [ 7246] By: gsar on 2000/10/16 02:33:29
30987 Log: integrate change#5909 from mainline
30989 mode argument to do_binmode() should be file mode, not boolean
30990 Branch: maint-5.6/perl
30992 ____________________________________________________________________________
30993 [ 7245] By: gsar on 2000/10/16 02:31:04
30994 Log: integrate change#5908 from mainline
30996 introduce illegal symbols into null package so that
30997 gv_fetchpv(...,TRUE) always returns a valid GV even when the
30998 symbol is trapped by strictures (avoids coredumps)
30999 Branch: maint-5.6/perl
31000 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
31001 !> t/pragma/strict-vars
31002 ____________________________________________________________________________
31003 [ 7244] By: jhi on 2000/10/16 02:29:54
31004 Log: Subject: $Carp::ExportLevel confusion in Exporter
31005 From: "Ben Tilly" <ben_tilly@hotmail.com>
31006 Date: Sat, 14 Oct 2000 16:44:34 EDT
31007 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
31009 ! lib/Exporter/Heavy.pm
31010 ____________________________________________________________________________
31011 [ 7243] By: jhi on 2000/10/16 02:28:33
31012 Log: Subject: [PATCH perlguts.pod] Document offset hack
31013 From: Simon Cozens <simon@cozens.net>
31014 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
31015 Date: Sat, 14 Oct 2000 19:32:25 +0100
31018 ____________________________________________________________________________
31019 [ 7242] By: gsar on 2000/10/16 02:26:51
31020 Log: integrate changes#5905,5906,5907,6064 from mainline
31022 printf/sprintf didn't get quad types right under use64bitint
31023 Branch: maint-5.6/perl
31024 !> pp_sys.c sv.c t/op/64bitint.t
31025 ____________________________________________________________________________
31026 [ 7241] By: jhi on 2000/10/16 02:22:44
31027 Log: Subject: small pod patch
31028 From: Dan Boorstein <dan_boo@bellsouth.net>
31029 Date: Sat, 14 Oct 2000 14:29:24 -0400
31030 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
31032 ! pod/perlfaq7.pod pod/perlmod.pod
31033 ____________________________________________________________________________
31034 [ 7240] By: jhi on 2000/10/16 02:13:46
31037 Subject: Re: Problems with bleadperl
31038 From: "Stephen P. Potter" <spp@ds.net>
31039 Date: Fri, 13 Oct 2000 13:32:49 -0400
31040 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
31042 ! t/pragma/overload.t
31043 ____________________________________________________________________________
31044 [ 7239] By: jhi on 2000/10/16 01:41:18
31045 Log: One more ~utf8 tweak.
31048 ____________________________________________________________________________
31049 [ 7238] By: jhi on 2000/10/16 01:34:14
31050 Log: Tweak the test of #7235.
31053 ____________________________________________________________________________
31054 [ 7237] By: jhi on 2000/10/16 01:25:04
31055 Log: Fix a couple of compiler-noted nits in #7235.
31058 ____________________________________________________________________________
31059 [ 7236] By: jhi on 2000/10/16 01:22:46
31060 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
31063 ____________________________________________________________________________
31064 [ 7235] By: jhi on 2000/10/15 16:24:44
31065 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
31067 From: Simon Cozens <simon@cozens.net>
31068 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
31069 Date: Sat, 14 Oct 2000 20:52:13 +0100
31070 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
31072 ! pp.c t/op/bop.t utf8.h
31073 ____________________________________________________________________________
31074 [ 7234] By: jhi on 2000/10/15 15:19:29
31075 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
31076 The problem was that rx->minlen was in chars while pp_split()
31077 thought it would be in bytes.
31079 ! pp.c t/pragma/utf8.t
31080 ____________________________________________________________________________
31081 [ 7233] By: jhi on 2000/10/14 20:24:24
31082 Log: Document FNCASE=y as discussed in the bug 20000902.009.
31085 ____________________________________________________________________________
31086 [ 7232] By: jhi on 2000/10/14 18:52:21
31087 Log: Add test for bug id 20000427.003 (which seems to have
31088 been fixed) (also duplicate as 20000427.004, though
31089 with a higher severity). Move one utf8 from op/append
31090 to pragma/utf8, tag the tests with bug ids.
31092 ! t/op/append.t t/pragma/utf8.t
31093 ____________________________________________________________________________
31094 [ 7231] By: jhi on 2000/10/14 17:28:37
31095 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
31098 ____________________________________________________________________________
31099 [ 7230] By: jhi on 2000/10/14 14:24:50
31100 Log: Needs to be conditional on SunOS 4.
31102 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
31103 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31104 Date: Sat, 14 Oct 2000 13:37:49 +0100
31105 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
31106 Branch: metaconfig/U/perl
31109 ! Configure myconfig.SH pod/perldelta.pod
31110 ____________________________________________________________________________
31111 [ 7229] By: jhi on 2000/10/14 00:49:22
31112 Log: Update Changes.
31114 ! Changes patchlevel.h
31115 ____________________________________________________________________________
31116 [ 7228] By: jhi on 2000/10/14 00:46:10
31117 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
31118 From: Peter Prymmer <pvhp@forte.com>
31119 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
31120 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
31123 ____________________________________________________________________________
31124 [ 7227] By: jhi on 2000/10/13 23:20:30
31125 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
31128 ____________________________________________________________________________
31129 [ 7226] By: jhi on 2000/10/13 22:14:32
31132 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
31133 From: Peter Prymmer <pvhp@forte.com>
31134 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
31135 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
31138 ____________________________________________________________________________
31139 [ 7225] By: jhi on 2000/10/13 22:11:31
31140 Log: op/sprintf.t patch for OS/390 (and any other host with limited
31141 floating-point exponent length)
31143 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
31144 From: Dominic Dunlop <domo@computer.org>
31145 Date: Fri, 13 Oct 2000 19:17:57 +0200
31146 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
31149 ____________________________________________________________________________
31150 [ 7224] By: jhi on 2000/10/13 18:40:48
31151 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
31154 ____________________________________________________________________________
31155 [ 7223] By: jhi on 2000/10/13 18:37:13
31156 Log: Thinko in #7222.
31159 ____________________________________________________________________________
31160 [ 7222] By: jhi on 2000/10/13 18:05:23
31161 Log: Use UTF8SKIP(), from Simon Cozens.
31164 ____________________________________________________________________________
31165 [ 7221] By: jhi on 2000/10/13 15:43:19
31166 Log: (accidentally empty check-in)
31169 ____________________________________________________________________________
31170 [ 7220] By: jhi on 2000/10/13 15:23:51
31171 Log: Add (optimistically) Storable to static extensions.
31173 ! hints/uwin.sh hints/vmesa.sh
31174 ____________________________________________________________________________
31175 [ 7219] By: jhi on 2000/10/13 15:20:05
31176 Log: Amdahl UTS doesn't seem to do dynaloading.
31179 ____________________________________________________________________________
31180 [ 7218] By: jhi on 2000/10/13 15:15:20
31181 Log: Slight tweak of the code to appease Amdahl UTS cc.
31184 ____________________________________________________________________________
31185 [ 7217] By: jhi on 2000/10/13 14:50:42
31186 Log: In Amdahl UTS "struct sv" is defined by a system header,
31190 ____________________________________________________________________________
31191 [ 7216] By: jhi on 2000/10/13 11:58:25
31192 Log: Ilya implemented the memory profiling API.
31195 ____________________________________________________________________________
31196 [ 7215] By: jhi on 2000/10/13 02:56:38
31197 Log: Subject: [PATCH 5.7.0] Perl API for mstats
31198 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31199 Date: Thu, 12 Oct 2000 22:52:40 -0400
31200 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
31202 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
31203 ____________________________________________________________________________
31204 [ 7214] By: jhi on 2000/10/13 02:55:38
31205 Log: Subject: [PATCH 5.7.0] IVs in mtats
31206 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31207 Date: Thu, 12 Oct 2000 22:51:04 -0400
31208 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
31211 ____________________________________________________________________________
31212 [ 7213] By: jhi on 2000/10/13 02:31:47
31213 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
31215 ! pod/perldiag.pod pp_sys.c
31216 ____________________________________________________________________________
31217 [ 7212] By: jhi on 2000/10/13 01:27:38
31218 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
31219 From: Peter Prymmer <pvhp@forte.com>
31220 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
31221 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
31224 ____________________________________________________________________________
31225 [ 7211] By: jhi on 2000/10/13 00:35:09
31226 Log: Update Changes.
31228 ! Changes patchlevel.h
31229 ____________________________________________________________________________
31230 [ 7210] By: jhi on 2000/10/12 23:59:40
31231 Log: The Install.pm third of
31233 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
31234 From: Bill Campbell <bill@celestial.com>
31235 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
31236 Date: Thu, 5 Oct 2000 18:04:51 -0700
31238 ! lib/ExtUtils/Install.pm
31239 ____________________________________________________________________________
31240 [ 7209] By: jhi on 2000/10/12 23:58:43
31243 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
31244 Date: Thu, 5 Oct 2000 18:04:51 -0700
31245 From: Bill Campbell <bill@celestial.com>
31246 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
31248 The Install.pm changes will be submitted separately because
31249 they need some work and discussion still.
31251 ! lib/getopts.pl lib/termcap.pl
31252 ____________________________________________________________________________
31253 [ 7208] By: jhi on 2000/10/12 23:41:19
31254 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
31255 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31256 Date: Thu, 12 Oct 2000 07:30:02 EDT
31257 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
31259 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
31260 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
31261 ____________________________________________________________________________
31262 [ 7207] By: jhi on 2000/10/12 23:39:01
31263 Log: An updated EBCDIC tr patch.
31265 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
31266 From: Peter Prymmer <pvhp@forte.com>
31267 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
31268 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
31271 ____________________________________________________________________________
31272 [ 7206] By: jhi on 2000/10/12 23:34:55
31273 Log: Upgrade to CPAN 1.58, from Andreas König.
31275 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31276 ____________________________________________________________________________
31277 [ 7205] By: jhi on 2000/10/12 23:29:08
31278 Log: Introduce the man[24-8] variables, from Andy Dougherty.
31279 Branch: metaconfig/U/perl
31280 + mandirs.U mandirstyle.U
31282 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31283 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
31284 ! vos/config.h vos/config.pl vos/config_h.SH_orig
31285 ! win32/config.bc win32/config.gc win32/config.vc
31286 ____________________________________________________________________________
31287 [ 7204] By: gsar on 2000/10/12 18:11:24
31288 Log: restore change#7202
31291 ____________________________________________________________________________
31292 [ 7203] By: gsar on 2000/10/12 18:09:40
31293 Log: another test of the Emergency Broadcast System--back out
31297 ____________________________________________________________________________
31298 [ 7202] By: gsar on 2000/10/12 16:40:47
31299 Log: (submitted on behalf of Jarkko)
31300 Fix the lib/encode.t subtest 6 failure as reported by Andreas
31301 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
31302 was unearthed by change 7182, as was a bug in HTML::Entities.
31305 ____________________________________________________________________________
31306 [ 7201] By: jhi on 2000/10/11 03:16:05
31307 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
31309 ! pp_hot.c t/pragma/utf8.t
31310 ____________________________________________________________________________
31311 [ 7200] By: jhi on 2000/10/11 00:40:30
31312 Log: The #7198 was a false alarm.
31315 ____________________________________________________________________________
31316 [ 7199] By: jhi on 2000/10/11 00:26:04
31317 Log: Remove duplicated code.
31320 ____________________________________________________________________________
31321 [ 7198] By: jhi on 2000/10/10 23:30:46
31322 Log: (Retracted by #7200.)
31325 ____________________________________________________________________________
31326 [ 7197] By: jhi on 2000/10/10 21:49:30
31327 Log: Add the test case for #7190, from the original bug report
31331 ____________________________________________________________________________
31332 [ 7196] By: jhi on 2000/10/10 21:40:49
31333 Log: Reapply Andy's patch and regen Configure.
31335 ! Configure INSTALL Makefile.SH Porting/Glossary
31336 ! Porting/config.sh config_h.SH epoc/config.sh installperl
31337 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
31339 ____________________________________________________________________________
31340 [ 7195] By: jhi on 2000/10/10 21:09:30
31341 Log: Use the versiononly instead of the installscripts,
31342 retract the changes 7146 and 7147.
31344 ! Configure INSTALL Makefile.SH Porting/Glossary
31345 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
31346 ! installperl uconfig.sh vos/config.def win32/config.bc
31347 ! win32/config.gc win32/config.vc
31348 ____________________________________________________________________________
31349 [ 7194] By: jhi on 2000/10/10 21:06:15
31350 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
31351 From: Peter Prymmer <pvhp@forte.com>
31352 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
31353 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
31356 ____________________________________________________________________________
31357 [ 7193] By: jhi on 2000/10/10 21:05:12
31358 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
31359 From: Peter Prymmer <pvhp@forte.com>
31360 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
31361 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
31364 ____________________________________________________________________________
31365 [ 7192] By: jhi on 2000/10/10 20:57:30
31366 Log: Add versiononly, delete installscripts, from Andy Dougherty.
31368 - U/installdirs/installscripts.U
31369 Branch: metaconfig/U/perl
31371 ____________________________________________________________________________
31372 [ 7191] By: jhi on 2000/10/10 19:41:21
31373 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
31374 From: Peter Prymmer <pvhp@forte.com>
31375 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
31376 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
31378 ! pod/perlebcdic.pod
31379 ____________________________________________________________________________
31380 [ 7190] By: jhi on 2000/10/10 19:26:14
31381 Log: Subject: Re: utf8 concat, mg_get
31382 From: Simon Cozens <simon@cozens.net>
31383 Date: Tue, 10 Oct 2000 17:40:17 +0100
31384 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
31387 ____________________________________________________________________________
31388 [ 7189] By: jhi on 2000/10/10 19:23:03
31389 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
31390 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
31391 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
31392 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
31394 ! lib/ExtUtils/MM_Unix.pm
31395 ____________________________________________________________________________
31396 [ 7188] By: jhi on 2000/10/10 15:31:24
31397 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
31398 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
31399 Date: Fri, 14 Jul 2000 10:47:36 +0100
31400 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
31403 ____________________________________________________________________________
31404 [ 7187] By: jhi on 2000/10/10 13:30:10
31405 Log: Quote the temp file name, needed in Win32 because the
31406 default name unfortunately contains spaces, shouldn't
31409 Subject: FW: perldoc fails if $TEMP contains spaces
31410 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
31411 Date: Thu, 14 Sep 2000 08:58:45 +0100
31412 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
31415 ____________________________________________________________________________
31416 [ 7186] By: jhi on 2000/10/10 13:16:27
31417 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
31418 From: hv@hugo.hybyte.com
31419 Date: Tue, 10 Oct 2000 14:10:20 +0100
31420 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
31422 ! t/lib/thr5005.t util.c
31423 ____________________________________________________________________________
31424 [ 7185] By: jhi on 2000/10/10 12:06:22
31425 Log: Upgrade to podlators 1.04, from Russ Allbery.
31427 ! lib/Pod/Man.pm lib/Pod/Text.pm
31428 ____________________________________________________________________________
31429 [ 7184] By: jhi on 2000/10/10 12:01:32
31430 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
31432 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
31433 ____________________________________________________________________________
31434 [ 7183] By: jhi on 2000/10/09 23:47:15
31435 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
31436 From: Peter Prymmer <pvhp@forte.com>
31437 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
31438 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
31440 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
31441 ____________________________________________________________________________
31442 [ 7182] By: jhi on 2000/10/09 23:43:16
31443 Log: Make eq work again with utf8 (disabling the upgrading
31444 should no more be necessary since the copies of the
31445 scalars are upgraded, not the scalars themselves).
31446 Takes care of ID 20001009.001. (The claimed length()
31447 bug in 20001009.001 seems bogus to me.)
31449 ! sv.c t/pragma/utf8.t
31450 ____________________________________________________________________________
31451 [ 7181] By: gsar on 2000/10/09 19:41:54
31452 Log: tweak for change#7173
31455 ____________________________________________________________________________
31456 [ 7180] By: gsar on 2000/10/09 19:26:56
31457 Log: on Windows, clean targets might not work under some flavors of the shell
31459 ! win32/Makefile win32/makefile.mk
31460 ____________________________________________________________________________
31461 [ 7179] By: jhi on 2000/10/09 19:21:02
31462 Log: Update Changes.
31464 ! Changes patchlevel.h
31465 ____________________________________________________________________________
31466 [ 7178] By: jhi on 2000/10/09 19:18:23
31467 Log: Warn about unknown scripts.
31469 Subject: Re: ideas? patches? [PATCH bleadperl]
31470 From: Dominic Dunlop <domo@computer.org>
31471 Date: Mon, 9 Oct 2000 14:57:17 +0200
31472 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
31475 ____________________________________________________________________________
31476 [ 7177] By: jhi on 2000/10/09 19:13:27
31477 Log: Change #7160 had a nasty typo.
31479 ! U/compline/Compile.U
31481 ! Configure config_h.SH
31482 ____________________________________________________________________________
31483 [ 7176] By: gsar on 2000/10/09 18:59:33
31487 ____________________________________________________________________________
31488 [ 7175] By: gsar on 2000/10/09 18:54:28
31489 Log: Windows9x doesn't support link(), despite what Config.pm
31492 ! lib/ExtUtils/Manifest.pm
31493 ____________________________________________________________________________
31494 [ 7174] By: gsar on 2000/10/09 18:50:03
31495 Log: avoid nonportable example code
31498 ____________________________________________________________________________
31499 [ 7173] By: gsar on 2000/10/09 18:46:54
31500 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
31501 being used) when closing a socket handle
31503 ! win32/win32.c win32/win32.h win32/win32sck.c
31504 ____________________________________________________________________________
31505 [ 7172] By: gsar on 2000/10/09 18:41:40
31506 Log: on Windows, cwd strings in the environment should be of the
31507 form =X:=X:\foo instead of =X=X:\foo\
31510 ____________________________________________________________________________
31511 [ 7171] By: gsar on 2000/10/09 18:30:09
31512 Log: on Windows, LoadLibrary() could load an extension DLL multiple
31513 times if forward slashes are used in the path
31516 ____________________________________________________________________________
31517 [ 7170] By: jhi on 2000/10/09 17:53:59
31518 Log: Add a todo note about overloadable assertions.
31521 ____________________________________________________________________________
31522 [ 7169] By: jhi on 2000/10/09 13:43:45
31523 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
31524 From: mjd@plover.com
31525 Date: 9 Oct 2000 00:24:44 -0000
31526 Message-ID: <20001009002444.10616.qmail@plover.com>
31528 ! pod/perldebguts.pod
31529 ____________________________________________________________________________
31530 [ 7168] By: nick on 2000/10/08 13:16:33
31531 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
31532 is not right thing to do on (e.g. x86). Network order is also "right" for
31535 ! ext/Encode/Encode.pm
31536 ____________________________________________________________________________
31537 [ 7167] By: nick on 2000/10/08 12:54:42
31538 Log: Make "encodings" work post-install when Encode/*.enc files may not
31539 be in same directory as Encode.pm
31541 ! ext/Encode/Encode.pm
31542 ____________________________________________________________________________
31543 [ 7166] By: nick on 2000/10/08 11:51:26
31544 Log: Work round the fact that $hash->{$key} does not take into account
31545 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
31546 so that key is always in the "expected" encoding - i.e. same way we put
31549 ! ext/Encode/Encode.pm
31550 ____________________________________________________________________________
31551 [ 7165] By: gsar on 2000/10/08 04:15:29
31552 Log: save_re_context() could reset PL_curcop to freed memory, causing core
31553 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
31556 ____________________________________________________________________________
31557 [ 7164] By: jhi on 2000/10/06 20:51:48
31558 Log: UTF8ize split() so that the cloned substrings get the UTF8
31559 flag of the original scalar. Problem reported by Simon Cozens.
31561 ! pp.c t/pragma/utf8.t
31562 ____________________________________________________________________________
31563 [ 7163] By: nick on 2000/10/06 20:48:34
31564 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
31565 got a false +ve and so did not reach code which would have un-FAKEd the SV.
31568 ____________________________________________________________________________
31569 [ 7162] By: nick on 2000/10/06 20:25:37
31570 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
31571 To fix (sort {$a <=> $b} keys %hash) in particular but
31572 should cover a number of other as-yet-unknown cases as well.
31575 ____________________________________________________________________________
31576 [ 7161] By: jhi on 2000/10/06 19:56:18
31577 Log: Change the version number of Tie::Handle in the core to 4.0,
31578 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
31580 Subject: Note on Tie::Handle
31581 From: andreas.koenig@anima.de (Andreas J. Koenig)
31582 Date: 06 Oct 2000 21:48:58 +0200
31583 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
31585 ! lib/Tie/Handle.pm
31586 ____________________________________________________________________________
31587 [ 7160] By: jhi on 2000/10/06 18:20:35
31588 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
31589 as the first option of cc/ld because of ultrapicky compilers
31592 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
31593 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
31594 ! U/compline/orderlib.U U/modified/Cppsym.U
31595 ! U/modified/d_access.U
31596 Branch: metaconfig/U/perl
31597 ! Checkcc.U d_dlsymun.U gccvers.U
31599 ! Configure config_h.SH
31600 ____________________________________________________________________________
31601 [ 7159] By: jhi on 2000/10/06 13:56:39
31602 Log: Update Changes.
31604 ! Changes patchlevel.h
31605 ____________________________________________________________________________
31606 [ 7158] By: jhi on 2000/10/06 12:48:40
31607 Log: Eliminate $Is_VMS code from the test.
31609 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
31610 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31611 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
31612 Date: Thu, 5 Oct 2000 07:46:33 EDT
31615 ____________________________________________________________________________
31616 [ 7157] By: jhi on 2000/10/06 12:47:13
31617 Log: Also the $ccflags is needed for the C compiler check.
31619 Subject: Configure (check for C-compiler)
31620 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31621 Date: Fri, 06 Oct 2000 08:47:15 +0200
31622 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
31623 Branch: metaconfig/U/perl
31626 ! Configure config_h.SH
31627 ____________________________________________________________________________
31628 [ 7156] By: jhi on 2000/10/06 11:45:15
31629 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
31631 ! perl.c pp_ctl.c sv.h utf8.c
31632 ____________________________________________________________________________
31633 [ 7155] By: jhi on 2000/10/06 11:40:41
31634 Log: IO::Handle->syswrite() did not handle length omission
31635 like CORE::syswrite() does.
31637 Subject: [Fwd] IO::Handle, syswrite and arguments
31638 From: Graham Barr <gbarr@pobox.com>
31639 Date: Fri, 6 Oct 2000 10:22:05 +0100
31640 Message-ID: <20001006102205.U6312@pobox.com>
31642 The original patch from andrew@ugh.net.au.
31644 ! ext/IO/lib/IO/Handle.pm
31645 ____________________________________________________________________________
31646 [ 7154] By: jhi on 2000/10/06 01:42:15
31650 ____________________________________________________________________________
31651 [ 7153] By: jhi on 2000/10/06 00:39:55
31652 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
31655 ____________________________________________________________________________
31656 [ 7152] By: jhi on 2000/10/06 00:38:11
31657 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
31659 ! perl.c pp_ctl.c sv.h utf8.c
31660 ____________________________________________________________________________
31661 [ 7151] By: jhi on 2000/10/06 00:36:38
31662 Log: Subject: Re: Questions about Tie::Array and perl modules
31663 From: Nick Ing-Simmons <nik@tiuk.ti.com>
31664 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
31665 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
31667 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
31669 ! lib/Tie/Array.pm t/op/array.t
31670 ____________________________________________________________________________
31671 [ 7150] By: jhi on 2000/10/05 00:20:45
31672 Log: Regen Changes.
31674 ! Changes patchlevel.h
31675 ____________________________________________________________________________
31676 [ 7149] By: jhi on 2000/10/05 00:20:01
31680 ____________________________________________________________________________
31681 [ 7148] By: jhi on 2000/10/04 23:35:08
31682 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
31683 reported several times by Dominic Dunlop, for example in
31684 ID 20000315.008. Patch from Dominic. Patch affects at
31685 least MachTen, and possibly other oldish BSDs. Should not
31686 break non-broken platforms (tested on LinuxPPC).
31689 ____________________________________________________________________________
31690 [ 7147] By: jhi on 2000/10/04 23:26:34
31691 Log: The one that got away from 7146.
31693 + U/installdirs/installscripts.U
31694 ____________________________________________________________________________
31695 [ 7146] By: jhi on 2000/10/04 23:25:04
31696 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
31697 suggested by H. Merijn Brand.
31699 ! Configure INSTALL Makefile.SH Porting/Glossary
31700 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
31701 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
31703 ____________________________________________________________________________
31704 [ 7145] By: jhi on 2000/10/04 22:08:21
31705 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
31706 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31707 Date: Wed, 4 Oct 2000 17:37:46 -0400
31708 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
31711 ____________________________________________________________________________
31712 [ 7144] By: jhi on 2000/10/04 18:11:41
31713 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
31714 From: Jeff Pinyan <jeffp@crusoe.net>
31715 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
31716 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
31719 ____________________________________________________________________________
31720 [ 7143] By: jhi on 2000/10/04 18:09:58
31721 Log: Subject: perlhack.pod Patch for Externals Tools
31722 From: Fisher Mark <fisherm@tce.com>
31723 Date: Tue, 3 Oct 2000 15:43:27 -0500
31724 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
31727 ____________________________________________________________________________
31728 [ 7142] By: jhi on 2000/10/04 18:08:41
31729 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
31730 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31731 Date: Wed, 4 Oct 2000 12:11:11 EDT
31732 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
31735 ____________________________________________________________________________
31736 [ 7141] By: jhi on 2000/10/04 12:20:16
31737 Log: Subject: [PATCH 5.7.0] h2xs not working
31738 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31739 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
31740 Date: Tue, 3 Oct 2000 21:43:01 -0400
31742 Subject: [PATCH 5.7.0] h2xs not documenting the created module
31743 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31744 Date: Tue, 3 Oct 2000 22:55:19 -0400
31745 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
31748 ____________________________________________________________________________
31749 [ 7140] By: jhi on 2000/10/04 11:53:44
31750 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
31751 From: nick@babyhippo.com
31752 Date: Wed, 4 Oct 2000 12:06:45 +0100
31753 Message-Id: <20001004120645.A7356@babyhippo.com>
31755 Retract 7118 and 7135.
31757 ! installman installperl op.c t/pragma/subs.t
31758 ____________________________________________________________________________
31759 [ 7139] By: jhi on 2000/10/03 22:09:41
31760 Log: It is possible to have no hosts database at all. Pointed out in
31762 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
31763 From: Peter Prymmer <pvhp@forte.com>
31764 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
31765 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
31767 ! U/modified/myhostname.U
31769 ! Configure config_h.SH
31770 ____________________________________________________________________________
31771 [ 7138] By: jhi on 2000/10/03 21:49:49
31772 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
31773 From: Peter Prymmer <pvhp@forte.com>
31774 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
31775 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
31778 ____________________________________________________________________________
31779 [ 7137] By: jhi on 2000/10/03 20:10:05
31780 Log: One remaining nit less at the VMS mailbox sizing.
31783 ____________________________________________________________________________
31784 [ 7136] By: jhi on 2000/10/03 20:08:47
31785 Log: Test harness update to sync with the new perlcc,
31789 ____________________________________________________________________________
31790 [ 7135] By: jhi on 2000/10/03 15:15:42
31791 Log: Subject: Re: PATCH for 20001003.004
31792 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
31793 From: "AARON B. DOSSETT" <aaron@iglou.com>
31794 Message-Id: <E13gTay-0006od-00@iglou.com>
31796 ! installman installperl
31797 ____________________________________________________________________________
31798 [ 7134] By: jhi on 2000/10/03 15:00:34
31799 Log: Subject: [ID 20001003.006] B::Debug not -w clean
31800 From: Nicholas Clark <nick@babyhippo.co.uk>
31801 Date: Tue, 03 Oct 2000 15:46:32 +0100
31802 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
31805 ____________________________________________________________________________
31806 [ 7133] By: jhi on 2000/10/03 14:58:39
31807 Log: Scale down the VMS message boxes, by Charles Lane.
31808 Fix for ID 20000903.009, workaround at
31809 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
31812 ____________________________________________________________________________
31813 [ 7132] By: jhi on 2000/10/03 11:20:37
31814 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
31816 + t/lib/st-lock.t t/lib/st-utf8.t
31817 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
31818 ! ext/Storable/Storable.xs t/lib/st-recurse.t
31819 ____________________________________________________________________________
31820 [ 7131] By: jhi on 2000/10/03 03:38:23
31823 ! MANIFEST Makefile.SH
31824 ____________________________________________________________________________
31825 [ 7130] By: jhi on 2000/10/03 03:31:05
31826 Log: Update Changes.
31828 ! Changes patchlevel.h
31829 ____________________________________________________________________________
31830 [ 7129] By: jhi on 2000/10/03 02:24:02
31831 Log: Misplaced else.
31832 Branch: metaconfig/U/perl
31835 ! Configure config_h.SH
31836 ____________________________________________________________________________
31837 [ 7128] By: jhi on 2000/10/03 02:08:29
31838 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
31839 From: sthoenna@efn.org
31840 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
31841 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
31842 Branch: metaconfig/U/perl
31845 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
31846 ____________________________________________________________________________
31847 [ 7127] By: jhi on 2000/10/03 01:13:14
31848 Log: Update Changes.
31850 ! Changes patchlevel.h
31851 ____________________________________________________________________________
31852 [ 7126] By: jhi on 2000/10/03 00:57:08
31853 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
31854 as suggested by Olaf Flebbe and Nick Clark.
31856 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
31857 ____________________________________________________________________________
31858 [ 7125] By: jhi on 2000/10/03 00:50:56
31859 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
31860 From: Nick Clark <nick@plum.flirble.org>
31861 Date: Mon, 2 Oct 2000 11:03:24 +0100
31862 Message-Id: <20001002110324.D20073@plum.flirble.org>
31864 Also fixes bug ID 20001002.005.
31867 ____________________________________________________________________________
31868 [ 7124] By: jhi on 2000/10/03 00:34:59
31869 Log: Subject: [PATCH 5.7.0] Epoc update
31870 From: Olaf Flebbe <o.flebbe@gmx.de>
31871 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
31872 Message-ID: <26423.969484586@www10.gmx.net>
31874 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
31875 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
31876 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
31878 ____________________________________________________________________________
31879 [ 7123] By: jhi on 2000/10/03 00:30:07
31880 Log: Regen headers.
31882 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
31883 ____________________________________________________________________________
31884 [ 7122] By: jhi on 2000/10/03 00:10:48
31885 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
31888 ____________________________________________________________________________
31889 [ 7121] By: jhi on 2000/10/03 00:05:06
31890 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
31891 From: <abigail@foad.org>
31892 Date: Tue, 26 Sep 2000 13:36:14 -0400
31893 Message-ID: <20000926173614.4356.qmail@foad.org>
31896 ____________________________________________________________________________
31897 [ 7120] By: jhi on 2000/10/03 00:04:00
31898 Log: Inside require() $^S was always left undefined.
31900 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
31901 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31902 Date: Wed, 27 Sep 2000 18:54:49 -0400
31903 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
31905 ! cop.h mg.c pp_ctl.c util.c
31906 ____________________________________________________________________________
31907 [ 7119] By: jhi on 2000/10/03 00:00:16
31908 Log: Subject: [PATCH] DLL not restartabke with threaded perl
31909 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
31910 Date: Thu, 28 Sep 2000 09:20:46 +0100
31911 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
31914 ____________________________________________________________________________
31915 [ 7118] By: jhi on 2000/10/02 23:59:20
31916 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
31917 From: Nicholas Clark <nick@ccl4.org>
31918 Date: Thu, 28 Sep 2000 11:52:24 +0100
31919 Message-ID: <20000928115224.D7924@plum.flirble.org>
31922 ____________________________________________________________________________
31923 [ 7117] By: jhi on 2000/10/02 23:57:51
31924 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
31925 From: Nicholas Clark <nick@babyhippo.co.uk>
31926 Date: Thu, 28 Sep 2000 12:18:10 +0100
31927 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
31929 Did not apply cleanly, manual intervention was needed.
31931 ! ext/B/B/Bytecode.pm utils/perlcc.PL
31932 ____________________________________________________________________________
31933 [ 7116] By: jhi on 2000/10/02 23:50:40
31934 Log: Document the issue (is not a syntax error, kind of)
31936 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
31937 From: Nicholas Clark <nick@ccl4.org>
31938 Date: Thu, 28 Sep 2000 17:12:42 +0100
31939 Message-ID: <20000928171242.K7924@plum.flirble.org>
31942 ____________________________________________________________________________
31943 [ 7115] By: jhi on 2000/10/02 23:48:58
31944 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
31945 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31946 Date: Thu, 28 Sep 2000 21:55:31 -0400
31947 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
31950 ____________________________________________________________________________
31951 [ 7114] By: jhi on 2000/10/02 23:47:57
31952 Log: Subject: DOC PATCH 5.6.0
31953 From: mjd@plover.com
31954 Date: 30 Sep 2000 06:02:34 -0000
31955 Message-ID: <20000930060234.4559.qmail@plover.com>
31957 ! pod/perldebguts.pod
31958 ____________________________________________________________________________
31959 [ 7113] By: jhi on 2000/10/02 23:46:43
31960 Log: SOCK_DGRAM and listen() do not mix as reported in
31962 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
31963 From: Petter Reinholdtsen <pere@hungry.com>
31964 Date: Sun, 1 Oct 2000 10:57:20 +0800
31965 Message-Id: <200010010257.KAA05735@localhost.localdomain>
31967 The patch for 5.7.0+ had to be reengineered, though.
31969 ! ext/IO/lib/IO/Socket/UNIX.pm
31970 ____________________________________________________________________________
31971 [ 7112] By: jhi on 2000/10/02 23:36:57
31972 Log: Subject: Re: [PATCH 5.005_64 missed]
31973 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31974 Date: Sun, 1 Oct 2000 18:50:10 -0400
31975 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
31978 ____________________________________________________________________________
31979 [ 7111] By: jhi on 2000/10/02 23:35:40
31980 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
31981 From: Radu Greab <radu@netsoft.ro>
31982 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
31983 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
31985 ! op.c opcode.pl t/op/substr.t
31986 ____________________________________________________________________________
31987 [ 7110] By: jhi on 2000/10/02 23:32:38
31988 Log: Subject: [PATCH] Fix aliasing of tied filehandles
31989 From: Daniel Chetlin <daniel@chetlin.com>
31990 Date: Mon, 2 Oct 2000 14:53:27 -0700
31991 Message-ID: <20001002145327.C1617@ilmd>
31993 ! perl.h pp_hot.c t/op/tiehandle.t
31994 ____________________________________________________________________________
31995 [ 7109] By: jhi on 2000/10/02 23:31:30
31996 Log: s/Robin Parker/Robin Barker/
31999 ____________________________________________________________________________
32000 [ 7108] By: jhi on 2000/10/02 23:15:46
32001 Log: Retract #7091 as suggested in
32003 From: Robin Barker <rmb1@cise.npl.co.uk>
32004 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
32005 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
32006 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
32009 ____________________________________________________________________________
32010 [ 7107] By: nick on 2000/10/02 18:23:14
32011 Log: A few tweaks to get Tk803 to work with Encode scheme.
32013 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
32014 ____________________________________________________________________________
32015 [ 7106] By: nick on 2000/10/01 21:34:14
32016 Log: Add checking cases to Encode's toUnicode and fromUnicode.
32018 ! ext/Encode/Encode.pm
32019 ____________________________________________________________________________
32020 [ 7105] By: nick on 2000/10/01 17:18:01
32021 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
32022 To read and use them.
32023 Add a lib/encode.t which checks a few things.
32025 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
32026 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
32027 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
32028 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
32029 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
32030 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
32031 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
32032 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
32033 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
32034 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
32035 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
32036 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
32037 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
32038 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
32039 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
32040 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
32041 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
32042 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
32043 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
32044 + ext/Encode/Encode/iso2022-jp.enc
32045 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
32046 + ext/Encode/Encode/iso8859-1.enc
32047 + ext/Encode/Encode/iso8859-2.enc
32048 + ext/Encode/Encode/iso8859-3.enc
32049 + ext/Encode/Encode/iso8859-4.enc
32050 + ext/Encode/Encode/iso8859-5.enc
32051 + ext/Encode/Encode/iso8859-6.enc
32052 + ext/Encode/Encode/iso8859-7.enc
32053 + ext/Encode/Encode/iso8859-8.enc
32054 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
32055 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
32056 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
32057 + ext/Encode/Encode/macCentEuro.enc
32058 + ext/Encode/Encode/macCroatian.enc
32059 + ext/Encode/Encode/macCyrillic.enc
32060 + ext/Encode/Encode/macDingbats.enc
32061 + ext/Encode/Encode/macGreek.enc
32062 + ext/Encode/Encode/macIceland.enc
32063 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
32064 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
32065 + ext/Encode/Encode/macTurkish.enc
32066 + ext/Encode/Encode/macUkraine.enc
32067 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
32069 ! MANIFEST ext/Encode/Encode.pm
32070 ____________________________________________________________________________
32071 [ 7104] By: nick on 2000/09/30 13:04:30
32072 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
32073 From: Daniel Chetlin <daniel@chetlin.com>
32074 Date: Mon, 18 Sep 2000 05:05:40 -0700
32075 Message-Id: <20000918050540.C652@ilmd>
32077 ! lib/overload.pm sv.c t/pragma/overload.t
32078 ____________________________________________________________________________
32079 [ 7103] By: nick on 2000/09/30 12:53:36
32080 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
32081 From: Johan Vromans <jvromans@squirrel.nl>
32082 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
32083 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
32086 ____________________________________________________________________________
32087 [ 7102] By: nick on 2000/09/30 12:52:31
32088 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
32089 From: Spider Boardman <spider@Orb.Nashua.NH.US>
32090 Date: Sat, 16 Sep 2000 16:36:45 -0400
32091 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
32093 ! ext/B/B/Deparse.pm
32094 ____________________________________________________________________________
32095 [ 7101] By: nick on 2000/09/30 12:51:41
32096 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
32097 From: Craig A. Berry <craig.berry@psinetcs.com>
32098 Date: Sat, 16 Sep 2000 10:11:10 -0500
32099 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
32102 ____________________________________________________________________________
32103 [ 7100] By: nick on 2000/09/30 12:50:33
32104 Log: Subject: Re: unicode support and perl [ID 20000901.097]
32105 From: Spider Boardman <spider@Orb.Nashua.NH.US>
32106 Date: Fri, 15 Sep 2000 16:37:58 -0400
32107 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
32110 ____________________________________________________________________________
32111 [ 7099] By: nick on 2000/09/30 12:49:35
32112 Log: Subject: Re: unicode support and perl [ID 20000901.097]
32113 From: Spider Boardman <spider@Orb.Nashua.NH.US>
32114 Date: Fri, 15 Sep 2000 16:25:30 -0400
32115 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
32118 ____________________________________________________________________________
32119 [ 7098] By: nick on 2000/09/30 12:48:00
32120 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
32121 From: Gisle Aas <gisle@ActiveState.com>
32122 Date: 15 Sep 2000 16:23:41 +0200
32123 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
32126 ____________________________________________________________________________
32127 [ 7097] By: nick on 2000/09/30 12:45:16
32128 Log: Subject: [PATCH] Nits in perlmod.pod
32129 From: Daniel Chetlin <daniel@chetlin.com>
32130 Date: Fri, 15 Sep 2000 02:04:09 -0700
32131 Message-Id: <20000915020409.A2104@ilmd>
32134 ____________________________________________________________________________
32135 [ 7096] By: nick on 2000/09/30 12:18:00
32136 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
32137 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
32138 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
32139 0 to checking to get the warning.
32141 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
32142 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
32143 ! regexec.c sv.c toke.c utf8.c
32144 ____________________________________________________________________________
32145 [ 7095] By: nick on 2000/09/15 16:55:59
32146 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
32148 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
32149 From: Spider Boardman <spider@Orb.Nashua.NH.US>
32150 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
32151 Date: Fri, 15 Sep 2000 06:37:30 -0400
32153 ! ext/Encode/Encode.xs sv.c
32154 ____________________________________________________________________________
32155 [ 7094] By: jhi on 2000/09/15 03:23:32
32156 Log: Update Changes.
32158 ! Changes patchlevel.h
32159 ____________________________________________________________________________
32160 [ 7093] By: jhi on 2000/09/15 03:11:44
32161 Log: Fix for the charnames.t failures from Spider Boardman.
32164 ____________________________________________________________________________
32165 [ 7092] By: jhi on 2000/09/15 00:15:48
32166 Log: Botched the #7090 check-in.
32169 ____________________________________________________________________________
32170 [ 7091] By: jhi on 2000/09/14 23:33:24
32171 Log: Part of #7081 didn't come through.
32174 ____________________________________________________________________________
32175 [ 7090] By: jhi on 2000/09/14 23:17:39
32176 Log: Subject: Re: perl@7078
32177 From: Spider Boardman <spider@web.zk3.dec.com>
32178 Date: Thu, 14 Sep 2000 19:06:36 -0400
32179 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
32182 ____________________________________________________________________________
32183 [ 7089] By: jhi on 2000/09/14 23:11:21
32184 Log: Small portability tweaks.
32186 ! ext/Encode/Encode.xs
32187 ____________________________________________________________________________
32188 [ 7088] By: jhi on 2000/09/14 22:57:23
32189 Log: Fake return to pacify picky compilers.
32191 ! ext/Encode/Encode.xs
32192 ____________________________________________________________________________
32193 [ 7087] By: jhi on 2000/09/14 22:53:37
32194 Log: Subject: [PATCH] utf8.c apidoc
32195 From: Simon Cozens <simon@cozens.net>
32196 Date: Thu, 14 Sep 2000 23:46:57 +0100
32197 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
32199 ! perlapi.c pod/perlapi.pod utf8.c
32200 ____________________________________________________________________________
32201 [ 7086] By: jhi on 2000/09/14 22:40:38
32202 Log: We don't need to count the high bit bytes, a boolean is enough.
32205 ____________________________________________________________________________
32206 [ 7085] By: jhi on 2000/09/14 21:20:09
32207 Log: Replace #7084 with
32209 Subject: Re: perl@7078
32210 From: Spider Boardman <spider@web.zk3.dec.com>
32211 Date: Thu, 14 Sep 2000 17:09:36 -0400
32212 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
32215 ____________________________________________________________________________
32216 [ 7084] By: jhi on 2000/09/14 20:03:34
32217 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
32218 convertable to bytes by checking it doesn't go above 0xc3
32220 Subject: Re: perl@7078
32221 From: Simon Cozens <simon@cozens.net>
32222 Date: Thu, 14 Sep 2000 20:59:19 +0100
32223 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
32226 ____________________________________________________________________________
32227 [ 7083] By: jhi on 2000/09/14 19:38:47
32228 Log: Subject: Re: perl@7078
32229 From: Simon Cozens <simon@cozens.net>
32230 Date: Thu, 14 Sep 2000 20:13:09 +0100
32231 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
32234 ____________________________________________________________________________
32235 [ 7082] By: jhi on 2000/09/14 17:50:44
32236 Log: The one that got away.
32239 ____________________________________________________________________________
32240 [ 7081] By: jhi on 2000/09/14 17:45:35
32241 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
32242 From: Robin Barker <rmb1@cise.npl.co.uk>
32243 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
32244 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
32246 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
32247 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
32248 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
32249 ! regcomp.c toke.c universal.c
32250 ____________________________________________________________________________
32251 [ 7080] By: jhi on 2000/09/14 17:40:35
32252 Log: Problems picked up by AIX cc.
32254 Subject: Re: perl@7078 (patch included)
32255 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32256 Date: Thu, 14 Sep 2000 18:53:30 +0200
32257 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
32259 ! ext/Encode/Encode.xs
32260 ____________________________________________________________________________
32261 [ 7079] By: jhi on 2000/09/14 17:38:27
32262 Log: Subject: File::Find 5.7.0 POD nits
32263 From: Rich Morin <rdm@cfcl.com>
32264 Date: Wed, 13 Sep 2000 22:03:58 -0700
32265 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
32268 ____________________________________________________________________________
32269 [ 7078] By: jhi on 2000/09/14 14:58:20
32270 Log: Update Changes.
32272 ! Changes patchlevel.h
32273 ____________________________________________________________________________
32274 [ 7077] By: jhi on 2000/09/14 14:55:54
32275 Log: Compilation warnings and an error.
32278 ____________________________________________________________________________
32279 [ 7076] By: jhi on 2000/09/14 14:42:56
32280 Log: Fix for a parsing bug, not for the original bug.
32282 Subject: Re: [ID 20000910.005] Another segfault with regexes.
32283 From: Spider Boardman <spider@web.zk3.dec.com>
32284 Date: Wed, 13 Sep 2000 17:52:20 -0400
32285 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
32288 ____________________________________________________________________________
32289 [ 7075] By: jhi on 2000/09/14 14:40:40
32290 Log: Batch of UTF-8 patches from Simon Cozens.
32292 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
32293 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
32295 ____________________________________________________________________________
32296 [ 7074] By: jhi on 2000/09/14 14:29:58
32297 Log: Subject: Re: Two advertising clauses need to be removed
32298 From: Russ Allbery <rra@stanford.edu>
32299 Date: 13 Sep 2000 18:50:26 -0700
32300 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
32302 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32303 ____________________________________________________________________________
32304 [ 7073] By: jhi on 2000/09/14 14:28:20
32305 Log: Subject: [PATCH] de-wall t/README
32306 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32307 Date: Wed, 13 Sep 2000 17:46:55 -0700
32308 Message-ID: <//Bw5gzkge/e092yn@efn.org>
32311 ____________________________________________________________________________
32312 [ 7072] By: jhi on 2000/09/14 14:25:10
32313 Log: Hints optimization.
32316 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32317 Date: Wed, 13 Sep 2000 21:42:07 +0200
32318 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
32321 ____________________________________________________________________________
32322 [ 7071] By: jhi on 2000/09/14 14:23:30
32323 Log: Allow chop() and chomp() to be overridden.
32325 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
32326 From: "Casey R. Tweten" <crt@kiski.net>
32327 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
32328 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
32331 ____________________________________________________________________________
32332 [ 7070] By: jhi on 2000/09/14 14:20:36
32333 Log: The return value of setlocale must be copied away.
32335 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
32336 From: Alan Burlison <Alan.Burlison@uk.sun.com>
32337 Date: Wed, 13 Sep 2000 16:27:37 +0100
32338 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
32341 ____________________________________________________________________________
32342 [ 7069] By: jhi on 2000/09/14 14:16:27
32343 Log: Remove vestiges of tr//CU.
32345 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
32346 From: Nick Clark <nick@plum.flirble.org>
32347 Date: Tue, 12 Sep 2000 22:50:14 +0100
32348 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
32350 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
32351 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32352 Date: Tue, 12 Sep 2000 21:38:48 -0700
32353 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
32355 ! op.h pod/perlunicode.pod
32356 ____________________________________________________________________________
32357 [ 7068] By: jhi on 2000/09/13 14:18:39
32358 Log: Add the Encode extension. The code is still largely just skeleton.
32360 + ext/Encode/Encode.pm ext/Encode/Encode.xs
32361 + ext/Encode/Makefile.PL ext/Encode/Todo
32362 ! MANIFEST Todo-5.6
32363 ____________________________________________________________________________
32364 [ 7067] By: jhi on 2000/09/12 17:43:33
32365 Log: Allow for whitespace between "#" and "line" in cpp output.
32367 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
32368 From: Calle Dybedahl <calle@lysator.liu.se>
32369 Date: 12 Sep 2000 19:38:02 +0200
32370 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
32372 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
32373 ____________________________________________________________________________
32374 [ 7066] By: gsar on 2000/09/12 17:24:29
32375 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
32376 initialization in all the threads on Windows
32379 ____________________________________________________________________________
32380 [ 7065] By: jhi on 2000/09/12 15:11:31
32381 Log: Update Changes.
32383 ! Changes patchlevel.h
32384 ____________________________________________________________________________
32385 [ 7064] By: jhi on 2000/09/12 14:54:54
32386 Log: Retract #7062, the pod tests are not ready.
32389 ____________________________________________________________________________
32390 [ 7063] By: jhi on 2000/09/12 14:25:41
32391 Log: The #7054 truncated Configure badly.
32392 Branch: metaconfig/U/perl
32395 ! Configure config_h.SH
32396 ____________________________________________________________________________
32397 [ 7062] By: jhi on 2000/09/12 14:08:32
32398 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
32399 From: sthoenna@efn.org
32400 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
32401 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
32404 ____________________________________________________________________________
32405 [ 7061] By: jhi on 2000/09/12 14:07:18
32406 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
32407 From: sthoenna@efn.org
32408 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
32409 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
32412 ____________________________________________________________________________
32413 [ 7060] By: jhi on 2000/09/12 14:06:08
32414 Log: Break up the myconfig lines a bit.
32416 Subject: perlbug/perl -V output format
32417 From: sthoenna@efn.org
32418 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
32419 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
32422 ____________________________________________________________________________
32423 [ 7059] By: jhi on 2000/09/12 14:05:04
32424 Log: Test for the #7049.
32426 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
32427 From: andreas.koenig@anima.de (Andreas J. Koenig)
32428 Date: 12 Sep 2000 06:42:01 +0200
32429 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
32432 ____________________________________________________________________________
32433 [ 7058] By: jhi on 2000/09/12 14:03:05
32434 Log: Subject: [patch: perl@7045] vms updates
32435 From: Peter Prymmer <pvhp@forte.com>
32436 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
32437 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
32439 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
32440 ____________________________________________________________________________
32441 [ 7057] By: jhi on 2000/09/12 14:00:51
32442 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
32443 From: sthoenna@efn.org
32444 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
32445 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
32448 ____________________________________________________________________________
32449 [ 7056] By: jhi on 2000/09/12 13:58:14
32450 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
32451 From: Jeff Pinyan <jeffp@crusoe.net>
32452 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
32453 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
32456 ____________________________________________________________________________
32457 [ 7055] By: jhi on 2000/09/12 13:56:32
32458 Log: Do in VMS as the #7054 does.
32461 ____________________________________________________________________________
32462 [ 7054] By: jhi on 2000/09/12 13:50:31
32463 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
32464 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32465 Date: Mon, 11 Sep 2000 08:33:09 +0100
32466 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
32467 Branch: metaconfig/U/perl
32470 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
32471 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32472 ____________________________________________________________________________
32473 [ 7053] By: jhi on 2000/09/12 13:29:19
32474 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
32475 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32476 Date: Tue, 12 Sep 2000 08:35:59 EDT
32477 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
32480 ____________________________________________________________________________
32481 [ 7052] By: jhi on 2000/09/11 23:01:50
32482 Log: Document the SvUTF8*().
32484 ! pod/perlapi.pod sv.h
32485 ____________________________________________________________________________
32486 [ 7051] By: gsar on 2000/09/11 14:46:30
32487 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
32488 (missed a spot when fixing up op_pmreplroot hack for ithreads)
32490 ! op.c t/op/split.t
32491 ____________________________________________________________________________
32492 [ 7050] By: nick on 2000/09/11 10:03:51
32493 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
32495 Subject: borland C++ win32.c tweak
32496 From: Vadim Konovalov <vkonovalov@lucent.com>
32497 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
32498 Date: Mon, 11 Sep 2000 11:22:33 +0400
32501 ____________________________________________________________________________
32502 [ 7049] By: nick on 2000/09/11 09:57:33
32503 Log: Point fix for s/// on foreach (keys %xxx).
32506 ____________________________________________________________________________
32507 [ 7048] By: jhi on 2000/09/10 23:37:09
32508 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
32509 by Pod::Text, from Brad Appleton.
32511 ! t/pod/testp2pt.pl
32512 ____________________________________________________________________________
32513 [ 7047] By: jhi on 2000/09/10 14:32:53
32514 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
32517 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
32518 ____________________________________________________________________________
32519 [ 7046] By: jhi on 2000/09/10 14:15:08
32520 Log: Upgrade to CPAN 1.57_65, from Andreas König.
32522 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32523 ____________________________________________________________________________
32524 [ 7045] By: jhi on 2000/09/08 21:36:32
32525 Log: Update Changes.
32527 ! Changes patchlevel.h
32528 ____________________________________________________________________________
32529 [ 7044] By: jhi on 2000/09/08 21:29:56
32530 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
32531 From: Peter Prymmer <pvhp@forte.com>
32532 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
32533 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
32536 ____________________________________________________________________________
32537 [ 7043] By: jhi on 2000/09/08 21:27:50
32538 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
32539 From: Peter Prymmer <pvhp@forte.com>
32540 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
32541 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
32543 ! Makefile.SH installperl
32544 ____________________________________________________________________________
32545 [ 7042] By: jhi on 2000/09/08 21:23:21
32546 Log: Continue #7041.
32548 ! cygwin/Makefile.SHs os2/Makefile.SHs
32549 ____________________________________________________________________________
32550 [ 7041] By: jhi on 2000/09/08 21:18:10
32551 Log: Do away with memory models cruft. Sorry, PDP users.
32553 ! U/modified/cc.U U/modified/libpth.U
32555 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
32556 ! Porting/config_H cflags.SH config_h.SH configure.com
32557 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
32558 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
32559 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
32560 ____________________________________________________________________________
32561 [ 7040] By: jhi on 2000/09/08 14:34:18
32562 Log: Major rewrite of s2p. And I mean really major, it is
32563 an implementation of sed in perl. If called as s2p it
32564 will function as s2p. Note: needs non-UNIXifying.
32567 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32568 Date: Mon, 28 Aug 2000 14:05:12 +0200
32569 Message-ID: <39AA5578.2102E2AA@alcatel.at>
32572 ____________________________________________________________________________
32573 [ 7039] By: jhi on 2000/09/08 14:19:49
32574 Log: Re-allow vec() for characters > 255.
32576 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
32577 From: Spider Boardman <spider@web.zk3.dec.com>
32578 Date: Fri, 08 Sep 2000 02:21:02 -0400
32579 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
32581 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
32583 ____________________________________________________________________________
32584 [ 7038] By: jhi on 2000/09/08 14:14:18
32585 Log: Subject: [PATCH lib/Benchmark.pm]
32586 From: <abigail@foad.org>
32587 Date: Thu, 7 Sep 2000 15:03:20 -0400
32588 Message-ID: <20000907190320.888.qmail@foad.org>
32591 ____________________________________________________________________________
32592 [ 7037] By: jhi on 2000/09/08 14:11:06
32593 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
32595 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
32596 From: Spider Boardman <spider@web.zk3.dec.com>
32597 Date: Fri, 08 Sep 2000 01:30:27 -0400
32598 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
32601 ____________________________________________________________________________
32602 [ 7036] By: jhi on 2000/09/08 14:08:58
32603 Log: Subject: [ID 20000908.002] perlipc documentation bug.
32604 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
32605 Date: Fri, 08 Sep 2000 12:38:32 +0200
32606 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
32609 ____________________________________________________________________________
32610 [ 7035] By: jhi on 2000/09/08 14:03:12
32611 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
32612 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32613 Date: Fri, 08 Sep 2000 11:47:34 +0200
32614 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
32617 ____________________________________________________________________________
32618 [ 7034] By: jhi on 2000/09/08 13:59:35
32619 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
32620 From: Simon Cozens <simon@cozens.net>
32621 Date: Thu, 7 Sep 2000 20:40:38 +0100
32622 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
32625 ____________________________________________________________________________
32626 [ 7033] By: jhi on 2000/09/08 04:03:03
32627 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
32628 From: "Larry W. Virden" <lvirden@cas.org>
32629 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
32630 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
32633 ____________________________________________________________________________
32634 [ 7032] By: jhi on 2000/09/07 22:18:30
32635 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
32636 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
32637 Date: Mon, 04 Sep 2000 13:16:38 -0700
32638 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
32641 ____________________________________________________________________________
32642 [ 7031] By: jhi on 2000/09/07 22:02:29
32643 Log: Fix the ccversion detection for 5.1 and beyond.
32645 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
32646 From: Spider Boardman <spider@leggy.zk3.dec.com>
32647 Date: Thu, 7 Sep 2000 17:54:27 -0400
32648 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
32651 ____________________________________________________________________________
32652 [ 7030] By: jhi on 2000/09/07 19:12:28
32655 Subject: [ID 20000903.001] \w in utf8-strings
32656 From: Marc Lehmann <pcg@goof.com>
32657 Date: Sun, 03 Sep 2000 09:44:29 +0200
32658 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
32660 and various related nits.
32662 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
32663 ____________________________________________________________________________
32664 [ 7029] By: jhi on 2000/09/07 18:49:09
32665 Log: Fix the URL, but the server is still missing in action.
32667 Subject: [ID 20000905.002] perlfaq1.pod URL error
32668 From: "Larry W. Virden" <lvirden@cas.org>
32669 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
32670 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
32673 ____________________________________________________________________________
32674 [ 7028] By: jhi on 2000/09/07 18:47:13
32675 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
32676 From: Hugo <hv@crypt.compulink.co.uk>
32677 Date: Tue, 05 Sep 2000 14:13:37 +0100
32678 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
32681 ____________________________________________________________________________
32682 [ 7027] By: jhi on 2000/09/07 18:45:35
32683 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
32684 From: Daniel Chetlin <daniel@chetlin.com>
32685 Date: Tue, 5 Sep 2000 04:57:07 -0700
32686 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
32688 ! pod/perlfaq6.pod pod/perlop.pod
32689 ____________________________________________________________________________
32690 [ 7026] By: jhi on 2000/09/07 18:44:01
32691 Log: Document the new ref() semantics.
32693 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
32694 From: Gisle Aas <gisle@ActiveState.com>
32695 Date: 05 Sep 2000 08:10:30 +0200
32696 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
32698 ! pod/perldelta.pod
32699 ____________________________________________________________________________
32700 [ 7025] By: jhi on 2000/09/07 18:42:27
32701 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
32703 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
32704 From: Gisle Aas <gisle@ActiveState.com>
32705 Date: 05 Sep 2000 08:11:40 +0200
32706 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
32708 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
32709 ____________________________________________________________________________
32710 [ 7024] By: jhi on 2000/09/07 18:39:32
32711 Log: Subject: [PATCH] Modernize Opcode.pm documentation
32712 From: Gisle Aas <gisle@ActiveState.com>
32713 Date: 4 Sep 2000 00:18:55 -0000
32714 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
32716 ! ext/Opcode/Opcode.pm
32717 ____________________________________________________________________________
32718 [ 7023] By: jhi on 2000/09/07 18:37:42
32719 Log: Subject: [PATCH] Tied filehandle documentation
32720 From: Gisle Aas <gisle@ActiveState.com>
32721 Date: 4 Sep 2000 00:14:40 -0000
32722 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
32724 ! pod/perlfunc.pod pod/perltie.pod
32725 ____________________________________________________________________________
32726 [ 7022] By: jhi on 2000/09/07 18:35:37
32727 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
32728 From: Gisle Aas <gisle@ActiveState.com>
32729 Date: 4 Sep 2000 00:04:22 -0000
32730 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
32732 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
32733 ____________________________________________________________________________
32734 [ 7021] By: jhi on 2000/09/07 18:33:22
32735 Log: Subject: small apidoc fix
32736 From: Marc Lehmann <pcg@goof.com>
32737 Date: Sun, 3 Sep 2000 05:12:06 +0200
32738 Message-ID: <20000903051206.A5909@cerebro.laendle>
32740 ! pod/perlapi.pod utf8.c
32741 ____________________________________________________________________________
32742 [ 7020] By: jhi on 2000/09/07 16:14:57
32743 Log: Tiny perldelta nits.
32745 ! pod/perldelta.pod
32746 ____________________________________________________________________________
32747 [ 7019] By: jhi on 2000/09/07 16:04:20
32748 Log: Guard against bad string->int conversion for quads.
32751 ____________________________________________________________________________
32752 [ 7018] By: jhi on 2000/09/06 17:07:03
32753 Log: Update Unicode todo list.
32756 ____________________________________________________________________________
32757 [ 7017] By: jhi on 2000/09/05 21:16:01
32758 Log: Document the SvIOK_.*UV().
32760 ! pod/perlapi.pod sv.h
32761 ____________________________________________________________________________
32762 [ 7016] By: nick on 2000/09/03 21:54:46
32763 Log: Hash lookup of constant strings optimization:
32764 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
32765 to string table (as per sharepvn). Add newSV_pvn_share to create such
32766 a thing. Make hv.c compare addresses of strings and skip string compare
32767 if equal. Make method_named and helem ops use these shared-string SVs
32768 when arg is constant. Make keys op return shared-string SVs (less clearly
32771 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
32772 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
32773 ! pod/perlintern.pod pp_hot.c proto.h sv.c
32774 ____________________________________________________________________________
32775 [ 7015] By: jhi on 2000/09/02 17:48:59
32776 Log: This is 5.7.0.
32779 ____________________________________________________________________________
32780 [ 7014] By: jhi on 2000/09/02 17:35:45
32781 Log: Changes and patchlevel tweaks.
32783 ! Changes patchlevel.h
32784 ____________________________________________________________________________
32785 [ 7013] By: jhi on 2000/09/02 17:30:50
32786 Log: Update Changes.
32788 ! Changes patchlevel.h
32789 ____________________________________________________________________________
32790 [ 7012] By: nick on 2000/09/02 17:25:20
32791 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
32793 ! gv.c lib/overload.pm
32794 ____________________________________________________________________________
32795 [ 7011] By: jhi on 2000/09/02 17:16:25
32796 Log: Update perlhist.
32799 ____________________________________________________________________________
32800 [ 7010] By: jhi on 2000/09/02 17:01:35
32801 Log: perldelta nits.
32803 ! pod/perldelta.pod
32804 ____________________________________________________________________________
32805 [ 7009] By: nick on 2000/09/02 16:48:35
32806 Log: If overloaded %{} etc. return the object do not loop.
32807 Thus sub deref { $_[0] } functions if object is wanted type.
32810 ____________________________________________________________________________
32811 [ 7008] By: jhi on 2000/09/02 16:26:11
32812 Log: Retab MANIFEST.
32814 ! ext/Storable/MANIFEST
32815 ____________________________________________________________________________
32816 [ 7007] By: jhi on 2000/09/02 16:23:02
32817 Log: Make certain cc is set before trying to run it.
32819 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
32820 ____________________________________________________________________________
32821 [ 7006] By: jhi on 2000/09/02 15:45:41
32822 Log: Unicode notes.
32824 ! pod/perldelta.pod
32825 ____________________________________________________________________________
32826 [ 7005] By: jhi on 2000/09/02 15:42:11
32827 Log: Various Configure nits by Philip Newton,
32828 plus the ebcdic one by me.
32830 + U/modified/pager.U
32831 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
32832 Branch: metaconfig/U/perl
32833 ! Devel.U quadfio.U
32835 ! Configure config_h.SH
32836 ____________________________________________________________________________
32837 [ 7004] By: jhi on 2000/09/02 15:06:14
32838 Log: Apparently avoiding the swapping is too costly.
32840 From: "Ben Tilly" <ben_tilly@hotmail.com>
32841 Subject: Re: the door is closed.
32842 Date: Fri, 01 Sep 2000 20:23:16 EDT
32843 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
32846 ____________________________________________________________________________
32847 [ 7003] By: nick on 2000/09/02 12:26:04
32848 Log: Undo part of change 6489 which looks like a bulk edit which
32849 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
32850 The supressing of main:: on return from select() is undesirable.
32853 ____________________________________________________________________________
32854 [ 7002] By: jhi on 2000/09/01 23:08:54
32855 Log: Update Changes.
32857 ! Changes patchlevel.h
32858 ____________________________________________________________________________
32859 [ 7001] By: jhi on 2000/09/01 23:00:13
32860 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
32861 From: Peter Prymmer <pvhp@forte.com>
32862 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
32863 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
32865 plus rework the http: spots as suggested by Tom Christiansen,
32866 plus regen perltoc.
32868 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
32869 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
32870 ____________________________________________________________________________
32871 [ 7000] By: jhi on 2000/09/01 22:36:01
32872 Log: Only the first line, thank you very much.
32874 ! hints/solaris_2.sh
32875 ____________________________________________________________________________
32876 [ 6999] By: gsar on 2000/09/01 22:16:40
32877 Log: change#6791 accidentally clobbered change#6710, put it back
32880 ____________________________________________________________________________
32881 [ 6998] By: jhi on 2000/09/01 22:14:16
32882 Log: Mention the HP-UX LP64 freak failure.
32884 ! pod/perldelta.pod
32885 ____________________________________________________________________________
32886 [ 6997] By: jhi on 2000/09/01 21:48:32
32890 ____________________________________________________________________________
32891 [ 6996] By: jhi on 2000/09/01 21:27:10
32892 Log: Update Changes.
32894 ! Changes patchlevel.h
32895 ____________________________________________________________________________
32896 [ 6995] By: jhi on 2000/09/01 21:14:24
32897 Log: Mi splgn s gnin.g
32900 ____________________________________________________________________________
32901 [ 6994] By: jhi on 2000/09/01 21:09:54
32902 Log: Subject: http:// in L<>
32903 From: Nicholas Clark <nick@ccl4.org>
32904 Date: Fri, 1 Sep 2000 22:03:21 +0100
32905 Message-ID: <20000901220321.B72074@plum.flirble.org>
32907 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
32908 ____________________________________________________________________________
32909 [ 6993] By: jhi on 2000/09/01 21:06:54
32910 Log: Update to Storable 1.0, from Raphael Manfredi.
32912 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
32913 ! ext/Storable/Makefile.PL ext/Storable/README
32914 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32915 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32916 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
32917 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
32918 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
32919 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
32920 ____________________________________________________________________________
32921 [ 6992] By: jhi on 2000/09/01 20:43:05
32922 Log: Mention known sfio+linux buglet.
32924 ! pod/perldelta.pod
32925 ____________________________________________________________________________
32926 [ 6991] By: jhi on 2000/09/01 20:40:11
32927 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
32928 From: Peter Prymmer <pvhp@forte.com>
32929 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
32930 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
32933 ____________________________________________________________________________
32934 [ 6990] By: jhi on 2000/09/01 20:25:26
32935 Log: Retract #6986.
32937 ! hints/solaris_2.sh
32938 ____________________________________________________________________________
32939 [ 6989] By: jhi on 2000/09/01 20:23:00
32940 Log: Mergesort is back.
32942 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
32943 ____________________________________________________________________________
32944 [ 6988] By: jhi on 2000/09/01 19:37:40
32945 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
32946 From: Mike Guy <mjtg@cam.ac.uk>
32947 Date: Fri, 01 Sep 2000 17:43:33 +0100
32948 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
32950 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
32951 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
32952 ____________________________________________________________________________
32953 [ 6987] By: jhi on 2000/09/01 19:17:10
32954 Log: Regen perltoc.
32957 ____________________________________________________________________________
32958 [ 6986] By: jhi on 2000/09/01 18:51:10
32959 Log: Subject: Re: Solaris x86 has no SPARC libraries!
32960 From: Lupe Christoph <lupe@lupe-christoph.de>
32961 Date: Fri, 1 Sep 2000 20:41:20 +0200
32962 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
32964 ! hints/solaris_2.sh
32965 ____________________________________________________________________________
32966 [ 6985] By: jhi on 2000/09/01 18:28:10
32967 Log: Update Changes.
32969 ! Changes patchlevel.h
32970 ____________________________________________________________________________
32971 [ 6984] By: jhi on 2000/09/01 18:26:53
32972 Log: Feature ordering tweak.
32975 ____________________________________________________________________________
32976 [ 6983] By: jhi on 2000/09/01 18:19:50
32977 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32978 From: <abigail@foad.org>
32979 Date: Fri, 1 Sep 2000 13:07:32 -0400
32980 Message-ID: <20000901170732.18249.qmail@foad.org>
32982 ! t/pragma/overload.t
32983 ____________________________________________________________________________
32984 [ 6982] By: jhi on 2000/09/01 18:17:54
32985 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
32986 so that case-ignoring systems like DCL can tell them from
32987 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
32988 Branch: metaconfig/U/perl
32989 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
32991 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32992 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
32993 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
32994 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
32995 ! vos/config.def vos/config.h vos/config_h.SH_orig
32996 ! win32/config.bc win32/config.gc win32/config.vc
32997 ____________________________________________________________________________
32998 [ 6981] By: nick on 2000/09/01 17:21:57
32999 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
33000 warning when UNTIE exists and instead pass the cound of extra references to
33003 ! pod/perltie.pod pp_sys.c
33004 ____________________________________________________________________________
33005 [ 6980] By: jhi on 2000/09/01 16:54:44
33006 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
33007 From: Peter Prymmer <pvhp@forte.com>
33008 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
33009 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
33012 ____________________________________________________________________________
33013 [ 6979] By: jhi on 2000/09/01 16:06:20
33014 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
33015 From: Mike Guy <mjtg@cam.ac.uk>
33016 Date: Fri, 01 Sep 2000 16:49:27 +0100
33017 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
33020 ____________________________________________________________________________
33021 [ 6978] By: jhi on 2000/09/01 16:00:42
33022 Log: Update to PodParser 1.18, from Brad Appleton.
33024 ! lib/Pod/Checker.pm t/pod/find.t
33025 ____________________________________________________________________________
33026 [ 6977] By: jhi on 2000/09/01 14:48:58
33027 Log: Subject: Nit in Configure (bleadperl@6961)
33028 From: Lupe Christoph <lupe@lupe-christoph.de>
33029 Date: Fri, 1 Sep 2000 16:34:29 +0200
33030 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
33032 ! U/compline/ccflags.U
33034 ! Configure config_h.SH
33035 ____________________________________________________________________________
33036 [ 6976] By: jhi on 2000/09/01 14:39:52
33037 Log: Update Changes.
33039 ! Changes patchlevel.h
33040 ____________________________________________________________________________
33041 [ 6975] By: jhi on 2000/09/01 14:37:36
33042 Log: microperl config update.
33044 ! uconfig.h uconfig.sh
33045 ____________________________________________________________________________
33046 [ 6974] By: jhi on 2000/09/01 14:36:53
33047 Log: Document known deficiencies.
33049 ! pod/perldelta.pod
33050 ____________________________________________________________________________
33051 [ 6973] By: jhi on 2000/09/01 14:10:20
33052 Log: Mention warnings fixes and updates.
33054 ! pod/perldelta.pod
33055 ____________________________________________________________________________
33056 [ 6972] By: jhi on 2000/09/01 14:01:52
33057 Log: Drop unused argument.
33059 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
33060 From: Spider Boardman <spider@web.zk3.dec.com>
33061 Date: Thu, 31 Aug 2000 16:10:15 -0400
33062 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
33065 ____________________________________________________________________________
33066 [ 6971] By: jhi on 2000/09/01 13:59:24
33067 Log: Add the overload warnings to perldiag.
33069 ! lib/overload.pm pod/perldiag.pod
33070 ____________________________________________________________________________
33071 [ 6970] By: jhi on 2000/09/01 13:55:10
33072 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33073 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
33074 Date: Fri, 1 Sep 2000 13:43:15 +0100
33075 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
33077 ! lib/overload.pm t/pragma/overload.t
33078 ____________________________________________________________________________
33079 [ 6969] By: jhi on 2000/09/01 13:52:27
33080 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
33081 From: <abigail@foad.org>
33082 Date: Fri, 1 Sep 2000 05:46:54 -0400
33083 Message-ID: <20000901094654.6476.qmail@foad.org>
33086 ____________________________________________________________________________
33087 [ 6968] By: jhi on 2000/09/01 13:50:05
33088 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
33089 From: Daniel Chetlin <daniel@chetlin.com>
33090 Date: Fri, 1 Sep 2000 02:10:55 -0700
33091 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
33093 ! pod/perlretut.pod
33094 ____________________________________________________________________________
33095 [ 6967] By: jhi on 2000/09/01 13:47:54
33096 Log: Part of the solution.
33098 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
33099 From: Mike Guy <mjtg@cam.ac.uk>
33100 Date: Fri, 01 Sep 2000 14:16:01 +0100
33101 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
33104 ____________________________________________________________________________
33105 [ 6966] By: jhi on 2000/09/01 13:46:17
33106 Log: Subject: CPAN.pm beta 1.57_57 for the core
33107 From: andreas.koenig@anima.de (Andreas J. Koenig)
33108 Date: 01 Sep 2000 15:16:31 +0200
33109 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
33111 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33112 ____________________________________________________________________________
33113 [ 6965] By: jhi on 2000/09/01 13:43:18
33114 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
33115 From: "Craig A. Berry" <craig.berry@psinetcs.com>
33116 Date: Fri, 01 Sep 2000 01:47:22 -0500
33117 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
33119 ! pod/perldelta.pod vms/vms.c
33120 ____________________________________________________________________________
33121 [ 6964] By: jhi on 2000/09/01 13:35:35
33122 Log: File::Temp patches from Andreas König,
33124 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
33125 From: andreas.koenig@anima.de (Andreas J. Koenig)
33126 Date: 01 Sep 2000 10:07:20 +0200
33127 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
33129 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
33130 From: andreas.koenig@anima.de (Andreas J. Koenig)
33131 Date: 31 Aug 2000 23:26:08 +0200
33132 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
33134 ! lib/File/Temp.pm t/lib/ftmp-security.t
33135 ____________________________________________________________________________
33136 [ 6963] By: jhi on 2000/09/01 02:22:24
33137 Log: Retract the mergesort code, way too incompatible licensing
33140 ! pod/perldelta.pod pp_ctl.c
33141 ____________________________________________________________________________
33142 [ 6962] By: jhi on 2000/08/31 23:27:32
33143 Log: Update Changes.
33145 ! Changes patchlevel.h
33146 ____________________________________________________________________________
33147 [ 6961] By: jhi on 2000/08/31 23:20:04
33148 Log: Small tweaks all over.
33150 ! U/compline/d_gconvert.U
33152 ! AUTHORS Configure config_h.SH pp_ctl.c
33153 ____________________________________________________________________________
33154 [ 6960] By: jhi on 2000/08/31 22:39:36
33155 Log: Further rewording.
33158 ____________________________________________________________________________
33159 [ 6959] By: jhi on 2000/08/31 21:26:44
33160 Log: More address tweaking.
33163 ____________________________________________________________________________
33164 [ 6958] By: jhi on 2000/08/31 20:47:25
33165 Log: AUTHORS tweaks, from Peter Prymmer.
33167 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
33168 From: Peter Prymmer <pvhp@forte.com>
33169 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
33170 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
33173 ____________________________________________________________________________
33174 [ 6957] By: jhi on 2000/08/31 20:34:43
33175 Log: perldelta tweaks.
33177 ! pod/perldelta.pod
33178 ____________________________________________________________________________
33179 [ 6956] By: jhi on 2000/08/31 19:11:06
33180 Log: Regen perltoc.
33183 ____________________________________________________________________________
33184 [ 6955] By: jhi on 2000/08/31 19:06:30
33185 Log: Clarify the mergesort situation.
33188 ____________________________________________________________________________
33189 [ 6954] By: jhi on 2000/08/31 18:24:17
33190 Log: Move the Solaris 7 scan to use64bitall, make the
33191 failure to find 64-bot sparc libc to mention the
33192 possibility of being in an intel, from Lupe and Alan.
33194 ! hints/solaris_2.sh
33195 ____________________________________________________________________________
33196 [ 6953] By: jhi on 2000/08/31 18:09:20
33197 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
33198 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
33200 ! U/compline/d_gconvert.U U/threads/archname.U
33201 Branch: metaconfig/U/perl
33204 ! Configure config_h.SH sv.c
33205 ____________________________________________________________________________
33206 [ 6952] By: jhi on 2000/08/31 17:42:24
33207 Log: :: not allowed in pathnames, change to .
33209 Subject: [PATCH perl@6938] cygwin port
33210 From: "Fifer, Eric" <EFifer@sanwaint.com>
33211 Date: Thu, 31 Aug 2000 16:32:59 +0100
33212 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
33213 Branch: metaconfig/U/perl
33215 ____________________________________________________________________________
33216 [ 6951] By: jhi on 2000/08/31 17:02:05
33217 Log: Try to deduce NV_MAX. Really should be Configure fodder.
33220 ____________________________________________________________________________
33221 [ 6950] By: jhi on 2000/08/31 16:26:08
33222 Log: More author updates.
33224 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
33225 From: Simon Cozens <simon@cozens.net>
33226 Date: Thu, 31 Aug 2000 17:13:32 +0100
33227 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
33230 ____________________________________________________________________________
33231 [ 6949] By: jhi on 2000/08/31 16:04:49
33232 Log: POSIX doesn't report long double values under -Duselongdouble
33233 when the long doubles are "real" (bigger than doubles).
33235 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
33236 From: Spider Boardman <spider@peano.zk3.dec.com>
33237 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
33238 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
33240 ! ext/POSIX/POSIX.xs
33241 ____________________________________________________________________________
33242 [ 6948] By: jhi on 2000/08/31 15:25:10
33243 Log: Update Changes.
33245 ! Changes patchlevel.h
33246 ____________________________________________________________________________
33247 [ 6947] By: jhi on 2000/08/31 15:22:29
33248 Log: Document UNTIE in a very minimalistic way.
33250 ! pod/perlfunc.pod pod/perltie.pod
33251 ____________________________________________________________________________
33252 [ 6946] By: jhi on 2000/08/31 15:15:23
33253 Log: Document known failures.
33255 ! pod/perldelta.pod
33256 ____________________________________________________________________________
33257 [ 6945] By: jhi on 2000/08/31 15:07:00
33258 Log: Don't attach -ld to the archname if pointless.
33260 ! U/threads/archname.U
33262 ! Configure config_h.SH
33263 ____________________________________________________________________________
33264 [ 6944] By: jhi on 2000/08/31 14:37:42
33265 Log: Wrap the test in eval.
33267 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
33268 From: Tim Jenness <timj@jach.hawaii.edu>
33269 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
33270 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
33272 ! t/lib/ftmp-security.t
33273 ____________________________________________________________________________
33274 [ 6943] By: jhi on 2000/08/31 14:30:57
33275 Log: Make -Dusemorebits find long doubles in Solaris.
33277 ! hints/solaris_2.sh
33278 ____________________________________________________________________________
33279 [ 6942] By: jhi on 2000/08/31 13:48:45
33280 Log: Clarify the third case of ftmp-security warnings.
33283 ____________________________________________________________________________
33284 [ 6941] By: jhi on 2000/08/31 13:40:31
33285 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
33286 From: <abigail@foad.org>
33287 Date: Thu, 31 Aug 2000 01:35:05 -0400
33288 Message-ID: <20000831053505.32120.qmail@foad.org>
33290 ! pod/perldelta.pod
33291 ____________________________________________________________________________
33292 [ 6940] By: jhi on 2000/08/31 13:38:48
33293 Log: Issue useful diagnostic on unknown pod commands.
33295 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
33296 From: <abigail@foad.org>
33297 Date: Thu, 31 Aug 2000 03:41:18 -0400
33298 Message-ID: <20000831074118.24880.qmail@foad.org>
33301 ____________________________________________________________________________
33302 [ 6939] By: jhi on 2000/08/31 13:34:33
33303 Log: Reveal Borland's isnan.
33305 Subject: build with BC++ tweak
33306 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33307 Date: Thu, 31 Aug 2000 13:09:37 +0400
33308 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
33311 ____________________________________________________________________________
33312 [ 6938] By: jhi on 2000/08/31 05:01:20
33313 Log: Update Changes.
33315 ! Changes patchlevel.h
33316 ____________________________________________________________________________
33317 [ 6937] By: jhi on 2000/08/31 04:26:23
33318 Log: sscanf() may be the only way to read long doubles from strings.
33319 Branch: metaconfig/U/perl
33322 ! Configure config_h.SH perl.h util.c
33323 ____________________________________________________________________________
33324 [ 6936] By: jhi on 2000/08/31 04:18:19
33325 Log: The #6929 was too skimpy.
33328 ____________________________________________________________________________
33329 [ 6935] By: jhi on 2000/08/31 02:47:07
33330 Log: Subject: Re: typos in pods
33331 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33332 Date: Wed, 30 Aug 2000 19:25:34 -0700
33333 Message-ID: <eIcr5gzkg25X092yn@efn.org>
33335 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
33336 ____________________________________________________________________________
33337 [ 6934] By: jhi on 2000/08/31 02:42:55
33338 Log: Missed one Unicode file.
33340 + lib/unicode/UCDFF301.html
33341 ____________________________________________________________________________
33342 [ 6933] By: jhi on 2000/08/30 23:42:27
33343 Log: Update Changes.
33345 ! Changes patchlevel.h
33346 ____________________________________________________________________________
33347 [ 6932] By: jhi on 2000/08/30 23:40:07
33348 Log: Mention UNTIE in perldelta. Still needs documenting
33349 in perltie et alia.
33351 ! pod/perldelta.pod
33352 ____________________________________________________________________________
33353 [ 6931] By: jhi on 2000/08/30 23:36:02
33354 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
33355 From: <abigail@foad.org>
33356 Date: Wed, 30 Aug 2000 19:28:07 -0400
33357 Message-ID: <20000830232807.305.qmail@foad.org>
33359 ! pod/perldelta.pod
33360 ____________________________________________________________________________
33361 [ 6930] By: jhi on 2000/08/30 23:32:40
33362 Log: Update to Unicode 3.0.1.
33364 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
33365 + lib/unicode/PropList.txt lib/unicode/README.perl
33366 + lib/unicode/UCD301.html lib/unicode/Unicode.301
33367 - lib/unicode/Props.txt lib/unicode/UCD300.html
33368 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
33370 ____________________________________________________________________________
33371 [ 6929] By: jhi on 2000/08/30 22:38:18
33372 Log: Heap decorruption.
33374 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
33375 From: Alan Burlison <Alan.Burlison@uk.sun.com>
33376 Date: Wed, 30 Aug 2000 22:39:52 +0100
33377 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
33380 ____________________________________________________________________________
33381 [ 6928] By: jhi on 2000/08/30 22:29:34
33382 Log: Retract the dummy test, skip the security tests (instead of failing),
33383 explain what the warnings mean.
33385 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
33386 ____________________________________________________________________________
33387 [ 6927] By: jhi on 2000/08/30 22:14:13
33388 Log: Change the internal implementation of sort() to be mergesort
33389 instead of quicksort, from John Linderman <jpl@research.att.com>.
33390 Gives us better worst case, better average case, and stability.
33391 What's there not to like? (Small fixes for threaded builds
33394 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
33395 ____________________________________________________________________________
33396 [ 6926] By: jhi on 2000/08/30 20:55:20
33397 Log: A better fix for the Socket building problem from Craig Berry.
33400 ____________________________________________________________________________
33401 [ 6925] By: jhi on 2000/08/30 20:20:25
33402 Log: Subject: [PATCH] Re: UNTIE method
33403 From: Nick Ing-Simmons <nik@tiuk.ti.com>
33404 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
33405 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
33407 ! pp_sys.c t/op/tie.t
33408 ____________________________________________________________________________
33409 [ 6924] By: jhi on 2000/08/30 20:17:11
33410 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
33411 From: "Craig A. Berry" <craig.berry@psinetcs.com>
33412 Date: Wed, 30 Aug 2000 15:03:14 -0500
33413 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
33416 ____________________________________________________________________________
33417 [ 6923] By: jhi on 2000/08/30 20:15:18
33418 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
33419 From: "Craig A. Berry" <craig.berry@psinetcs.com>
33420 Date: Wed, 30 Aug 2000 13:30:36 -0500
33421 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
33424 ____________________________________________________________________________
33425 [ 6922] By: jhi on 2000/08/30 19:54:43
33426 Log: Better options for rsync.
33429 ____________________________________________________________________________
33430 [ 6921] By: jhi on 2000/08/30 19:40:16
33431 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
33432 From: Rick Delaney <rick@consumercontact.com>
33433 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
33434 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
33437 ____________________________________________________________________________
33438 [ 6920] By: jhi on 2000/08/30 19:36:40
33439 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
33440 From: Peter Prymmer <pvhp@forte.com>
33441 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
33442 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
33445 ____________________________________________________________________________
33446 [ 6919] By: jhi on 2000/08/30 14:52:02
33447 Log: Update Changes.
33449 ! Changes patchlevel.h
33450 ____________________________________________________________________________
33451 [ 6918] By: jhi on 2000/08/30 14:48:34
33452 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
33454 ! lib/ExtUtils/typemap
33455 ____________________________________________________________________________
33456 [ 6917] By: jhi on 2000/08/30 14:46:34
33457 Log: Subject: typos in pods
33458 From: Nicholas Clark <nick@ccl4.org>
33459 Date: Wed, 30 Aug 2000 01:12:50 +0100
33460 Message-ID: <20000830011249.A61388@plum.flirble.org>
33462 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
33463 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
33464 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
33465 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
33466 ____________________________________________________________________________
33467 [ 6916] By: jhi on 2000/08/30 14:19:09
33468 Log: Document Storable problems on Crays. (Will have
33469 to document all the other Storable problems, too.)
33471 ! pod/perldelta.pod
33472 ____________________________________________________________________________
33473 [ 6915] By: jhi on 2000/08/30 14:06:02
33474 Log: Subject: [PATCH] fix misc cast warnings
33475 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33476 Date: Tue, 29 Aug 2000 23:16:14 -0700
33477 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
33479 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
33480 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
33482 ____________________________________________________________________________
33483 [ 6914] By: jhi on 2000/08/30 14:03:45
33484 Log: Timestamp mismatch again. Need to fix this dependence on
33485 config_h.SH timestamp, since it's the contents of config_h.SH
33488 ! uconfig.h uconfig.sh
33489 ____________________________________________________________________________
33490 [ 6913] By: jhi on 2000/08/30 13:54:06
33491 Log: Don't say "Perl 5.0 source kit".
33494 ____________________________________________________________________________
33495 [ 6912] By: jhi on 2000/08/30 13:51:24
33496 Log: Reset archname and archname64 always, forcing them be
33497 recomputed at each Configure run, make Configure and
33498 the hints files agree on the naming of largefiles variables.
33500 ! U/threads/archname.U
33501 Branch: metaconfig/U/perl
33504 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
33505 ! hints/linux.sh hints/solaris_2.sh
33506 ____________________________________________________________________________
33507 [ 6911] By: jhi on 2000/08/30 13:30:13
33508 Log: Put back the slice accidentally removed by #6907.
33510 ! hints/solaris_2.sh
33511 ____________________________________________________________________________
33512 [ 6910] By: jhi on 2000/08/30 01:24:26
33513 Log: Be consistent: other Net::get* do export theirs.
33515 Subject: Re: Net::protoent does not export 'getproto'
33516 From: Yasushi Nakajima <sey@jkc.co.jp>
33517 Date: Wed, 30 Aug 2000 09:53:14 +0900
33518 Message-Id: <200008300051.DAA24700@taku.hut.fi>
33520 ! lib/Net/protoent.pm
33521 ____________________________________________________________________________
33522 [ 6909] By: jhi on 2000/08/30 01:17:25
33523 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
33524 From: Gurusamy Sarathy <gsar@ActiveState.com>
33525 Date: Tue, 29 Aug 2000 17:17:07 -0700
33526 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
33529 ____________________________________________________________________________
33530 [ 6908] By: jhi on 2000/08/30 00:58:05
33531 Log: Update Changes.
33533 ! Changes patchlevel.h
33534 ____________________________________________________________________________
33535 [ 6907] By: jhi on 2000/08/30 00:57:22
33536 Log: Introduce ccname to keep track of what compiler kind of we have.
33537 Branch: metaconfig/U/perl
33538 ! Checkcc.U gccvers.U
33540 ! Configure config_h.SH hints/solaris_2.sh
33541 ____________________________________________________________________________
33542 [ 6906] By: jhi on 2000/08/30 00:25:47
33543 Log: Put back the flags dump as reasoned in
33545 Subject: Re: [PATCH] Glob dumping
33546 From: Mike Guy <mjtg@cam.ac.uk>
33547 Date: Tue, 29 Aug 2000 21:41:32 +0100
33548 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
33550 ! dump.c t/lib/peek.t
33551 ____________________________________________________________________________
33552 [ 6905] By: jhi on 2000/08/30 00:16:17
33553 Log: Make the epsilon to be relative, not absolute.
33555 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
33556 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
33557 Date: Tue, 29 Aug 2000 19:58:56 -0400
33558 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
33561 ____________________________________________________________________________
33562 [ 6904] By: jhi on 2000/08/30 00:13:09
33563 Log: From now on, Gisle is on my list of usual suspects :-)
33566 ! ext/Opcode/Safe.pm
33567 ____________________________________________________________________________
33568 [ 6903] By: jhi on 2000/08/29 23:51:20
33569 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
33570 From: "Craig A. Berry" <craig.berry@psinetcs.com>
33571 Date: Tue, 29 Aug 2000 18:43:26 -0500
33572 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
33575 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
33577 ____________________________________________________________________________
33578 [ 6902] By: jhi on 2000/08/29 23:44:14
33579 Log: Retry what #6882 attempted.
33581 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
33582 From: Gisle Aas <gisle@ActiveState.com>
33583 Date: 30 Aug 2000 00:33:09 +0200
33584 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
33586 ! ext/Opcode/Safe.pm
33587 ____________________________________________________________________________
33588 [ 6901] By: jhi on 2000/08/29 22:59:32
33589 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
33590 From: Hugo <hv@crypt.compulink.co.uk>
33591 Date: Mon, 12 Jun 2000 19:36:08 +0100
33592 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
33595 ____________________________________________________________________________
33596 [ 6900] By: jhi on 2000/08/29 22:58:35
33597 Log: Admit that we are leaking scalars.
33599 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
33600 From: Spider Boardman <spider@leggy.zk3.dec.com>
33601 Date: Tue, 29 Aug 2000 18:48:29 -0400
33602 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
33604 ! t/pragma/warnings.t
33605 ____________________________________________________________________________
33606 [ 6899] By: jhi on 2000/08/29 20:53:13
33607 Log: Update Changes.
33609 ! Changes patchlevel.h
33610 ____________________________________________________________________________
33611 [ 6898] By: jhi on 2000/08/29 20:46:21
33612 Log: Undo namespace pollution of #6878.
33614 Subject: Re: Net::protoent does not export 'getproto'
33615 From: Mike Guy <mjtg@cam.ac.uk>
33616 Date: Tue, 29 Aug 2000 21:32:37 +0100
33617 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
33619 ! lib/Net/protoent.pm
33620 ____________________________________________________________________________
33621 [ 6897] By: jhi on 2000/08/29 20:44:29
33622 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
33623 From: Peter Prymmer <pvhp@forte.com>
33624 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
33625 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
33627 ! pod/perlebcdic.pod
33628 ____________________________________________________________________________
33629 [ 6896] By: jhi on 2000/08/29 20:40:57
33630 Log: There's no point repeating the 'revision' (5) of perl5.
33631 Branch: metaconfig/U/perl
33632 ! Devel.U patchlevel.U
33634 ! Configure config_h.SH
33635 ____________________________________________________________________________
33636 [ 6895] By: jhi on 2000/08/29 20:16:58
33637 Log: Regen Configure for #6894.
33638 Branch: metaconfig/U/perl
33641 ! Configure config_h.SH
33642 ____________________________________________________________________________
33643 [ 6894] By: jhi on 2000/08/29 19:59:52
33644 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
33645 From: "Philip Newton" <Philip.Newton@gmx.net>
33646 Date: Tue, 29 Aug 2000 21:39:14 +0200
33647 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
33649 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
33650 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
33651 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
33653 ____________________________________________________________________________
33654 [ 6893] By: jhi on 2000/08/29 19:55:30
33655 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
33656 From: "Philip Newton" <Philip.Newton@gmx.net>
33657 Date: Tue, 29 Aug 2000 21:39:14 +0200
33658 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
33661 ____________________________________________________________________________
33662 [ 6892] By: jhi on 2000/08/29 19:53:59
33663 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
33664 From: "Philip Newton" <Philip.Newton@gmx.net>
33665 Date: Tue, 29 Aug 2000 21:48:18 +0200
33666 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
33669 ____________________________________________________________________________
33670 [ 6891] By: jhi on 2000/08/29 18:30:03
33671 Log: Nail the ID 20000828.023.
33673 ! ext/Storable/Storable.xs
33674 ____________________________________________________________________________
33675 [ 6890] By: jhi on 2000/08/29 16:50:17
33676 Log: Under usethreads the dumped variable is IN_PAD.
33678 Subject: Re: [PATCH] Glob dumping
33679 From: Gisle Aas <gisle@ActiveState.com>
33680 Date: 29 Aug 2000 18:45:05 +0200
33681 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
33684 ____________________________________________________________________________
33685 [ 6889] By: jhi on 2000/08/29 15:17:37
33686 Log: Update Changes.
33688 ! Changes patchlevel.h
33689 ____________________________________________________________________________
33690 [ 6888] By: jhi on 2000/08/29 14:49:59
33691 Log: Retract #6882, broke the safe tests.
33693 ! ext/Opcode/Safe.pm
33694 ____________________________________________________________________________
33695 [ 6887] By: jhi on 2000/08/29 14:47:06
33696 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
33697 From: Gisle Aas <gisle@ActiveState.com>
33698 Date: 09 Jun 2000 20:00:11 +0200
33699 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
33702 ____________________________________________________________________________
33703 [ 6886] By: jhi on 2000/08/29 14:42:45
33704 Log: The #6881 removed one dump line.
33707 ____________________________________________________________________________
33708 [ 6885] By: jhi on 2000/08/29 14:30:47
33709 Log: Don't forget to tidy up.
33711 ! t/lib/ftmp-security.t
33712 ____________________________________________________________________________
33713 [ 6884] By: jhi on 2000/08/29 14:25:17
33714 Log: Disabling the one test is a bit tricky.
33716 ! t/lib/ftmp-security.t
33717 ____________________________________________________________________________
33718 [ 6883] By: jhi on 2000/08/29 14:16:25
33719 Log: Disable one of the tests for now.
33721 ! t/lib/ftmp-security.t
33722 ____________________________________________________________________________
33723 [ 6882] By: jhi on 2000/08/29 14:05:50
33724 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
33726 Date: 29 Aug 2000 10:35:06 -0000
33727 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
33729 ! ext/Opcode/Safe.pm
33730 ____________________________________________________________________________
33731 [ 6881] By: jhi on 2000/08/29 14:03:51
33732 Log: Subject: [PATCH] Glob dumping
33733 From: Gisle Aas <gisle@ActiveState.com>
33734 Date: 29 Aug 2000 07:59:42 -0000
33735 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
33738 ____________________________________________________________________________
33739 [ 6880] By: jhi on 2000/08/29 14:02:01
33740 Log: Subject: [PATCH] Warnings in B::Deparse
33741 From: <abigail@foad.org>
33742 Date: Tue, 29 Aug 2000 00:00:01 -0400
33743 Message-ID: <20000829040001.2999.qmail@foad.org>
33745 ! ext/B/B/Deparse.pm
33746 ____________________________________________________________________________
33747 [ 6879] By: jhi on 2000/08/29 13:57:26
33748 Log: Missed a change in #6869.
33751 ____________________________________________________________________________
33752 [ 6878] By: jhi on 2000/08/29 13:45:04
33753 Log: Subject: Net::protoent does not export 'getproto'
33754 From: Yasushi Nakajima <sey@jkc.co.jp>
33755 Date: Tue, 29 Aug 2000 17:28:57 +0900
33757 ! lib/Net/protoent.pm
33758 ____________________________________________________________________________
33759 [ 6877] By: jhi on 2000/08/29 13:39:19
33760 Log: Patches all over for people and the files they (hopefully) care about.
33762 ! AUTHORS Changes MAINTAIN
33763 ____________________________________________________________________________
33764 [ 6876] By: jhi on 2000/08/29 12:53:54
33765 Log: Fix for thinko in #6848.
33767 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
33768 From: Lupe Christoph <lupe@lupe-christoph.de>
33769 Date: Tue, 29 Aug 2000 09:04:08 +0200
33770 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
33772 ! ext/Thread/Thread.xs
33773 ____________________________________________________________________________
33774 [ 6875] By: jhi on 2000/08/29 12:50:14
33775 Log: Update to Getopt::Long 2.24, from Johan Vromans.
33777 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
33778 ____________________________________________________________________________
33779 [ 6874] By: jhi on 2000/08/29 02:09:53
33780 Log: Use minimal @INC in tests, most of the time just '../lib',
33781 so that we simply can't pick up stuff from other Perls than
33782 the one we are testing. Pointed out by
33784 From: Mike Guy <mjtg@cam.ac.uk>
33785 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
33786 Date: Fri, 25 Aug 2000 15:15:59 +0100
33787 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
33790 ____________________________________________________________________________
33791 [ 6873] By: jhi on 2000/08/29 01:07:11
33792 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
33793 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33794 Date: Mon, 28 Aug 2000 17:45:52 -0700
33795 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
33797 ! Makefile.SH hints/os2.sh
33798 ____________________________________________________________________________
33799 [ 6872] By: jhi on 2000/08/28 23:33:39
33800 Log: Subject: [PATCH bleedperl@6866] spellings
33801 From: marcel@codewerk.com (Marcel Grunauer)
33802 Date: Tue, 29 Aug 2000 01:19:59 +0200
33803 Message-Id: <200008282319.BAA29862@gandalf.local>
33805 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
33806 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
33807 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
33808 ____________________________________________________________________________
33809 [ 6871] By: jhi on 2000/08/28 23:22:09
33810 Log: Take out the SUIDMAIL thing, that will not be
33811 a problem in 5.7.*.
33814 ____________________________________________________________________________
33815 [ 6870] By: jhi on 2000/08/28 23:19:30
33816 Log: -S is the silent flag, -s is the strip flag.
33818 Subject: [PATCH] Re: [PATCH] make no-install
33819 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33820 Date: Mon, 28 Aug 2000 15:12:55 -0700
33821 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
33824 ____________________________________________________________________________
33825 [ 6869] By: jhi on 2000/08/28 23:12:05
33826 Log: Subject: [PATCH bleedperl@6856] warnings fixes
33827 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
33828 Date: Mon, 28 Aug 2000 23:55:06 +0100
33829 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
33831 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
33832 ! warnings.h warnings.pl
33833 ____________________________________________________________________________
33834 [ 6868] By: jhi on 2000/08/28 21:38:22
33835 Log: Potential cruft.
33838 ____________________________________________________________________________
33839 [ 6867] By: jhi on 2000/08/28 21:35:36
33840 Log: Update Changes.
33842 ! Changes patchlevel.h
33843 ____________________________________________________________________________
33844 [ 6866] By: jhi on 2000/08/28 21:33:49
33845 Log: Subject: hv.h Doc Patch
33846 From: Fisher Mark <fisherm@tce.com>
33847 Date: Mon, 28 Aug 2000 16:24:59 -0500
33848 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
33851 ____________________________________________________________________________
33852 [ 6865] By: jhi on 2000/08/28 21:02:15
33853 Log: Add -ld to archname on long tr...double platforms.
33855 ! U/threads/archname.U
33857 ! Configure config_h.SH
33858 ____________________________________________________________________________
33859 [ 6864] By: jhi on 2000/08/28 20:38:59
33860 Log: An attempt to fix the problem reported in
33862 Subject: Building perl@6856 using gcc/AIX 4.3.3
33863 From: Daniel Muino <dmuino@afip.gov.ar>
33864 Date: Mon, 28 Aug 2000 15:50:01 -0300
33865 Message-ID: <20000828155001.A14403@con2-dgi>
33867 I can't test this properly since the gcc installation I have
33868 access to seems to be botched (gcc is calling the AIX cpp,
33869 a losing proposition...)
33872 ____________________________________________________________________________
33873 [ 6863] By: jhi on 2000/08/28 18:57:52
33874 Log: Fix for ID 20000828.001, long doubles were not formatted
33875 correctly (showed up in $], which stopped installing perl).
33878 ____________________________________________________________________________
33879 [ 6862] By: jhi on 2000/08/28 18:07:15
33880 Log: Typo in #6858.
33883 ____________________________________________________________________________
33884 [ 6861] By: jhi on 2000/08/28 17:57:27
33885 Log: opmini.o may be left around if a build is interrupted.
33888 ____________________________________________________________________________
33889 [ 6860] By: jhi on 2000/08/28 16:52:50
33890 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
33891 From: Daniel Chetlin <daniel@chetlin.com>
33892 Date: Mon, 28 Aug 2000 01:14:18 -0700
33893 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
33896 ____________________________________________________________________________
33897 [ 6859] By: jhi on 2000/08/28 16:08:46
33898 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
33899 From: Nicholas Clark <nick@ccl4.org>
33900 Date: Mon, 28 Aug 2000 16:03:27 +0100
33901 Message-Id: <20000828160327.C49785@plum.flirble.org>
33903 ! ext/ByteLoader/bytecode.h
33904 ____________________________________________________________________________
33905 [ 6858] By: jhi on 2000/08/28 16:02:10
33906 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
33907 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
33908 Date: Mon, 28 Aug 2000 13:08:30 +0200
33909 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
33912 ____________________________________________________________________________
33913 [ 6857] By: jhi on 2000/08/28 15:42:47
33914 Log: display_format used as a class method without arguments was broken,
33917 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
33918 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
33919 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
33920 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
33922 ! lib/Math/Complex.pm t/lib/complex.t
33923 ____________________________________________________________________________
33924 [ 6856] By: jhi on 2000/08/27 22:09:48
33925 Log: Update Changes.
33927 ! Changes patchlevel.h
33928 ____________________________________________________________________________
33929 [ 6855] By: jhi on 2000/08/27 21:59:21
33930 Log: Retract #6853 (false alarm).
33932 ! lib/ExtUtils/xsubpp
33933 ____________________________________________________________________________
33934 [ 6854] By: jhi on 2000/08/27 21:37:44
33935 Log: Update Changes.
33937 ! Changes patchlevel.h
33938 ____________________________________________________________________________
33939 [ 6853] By: jhi on 2000/08/27 21:37:16
33940 Log: Subject: [PATCH perl@6850] workaround for xsubpp
33941 From: Hugo <hv@crypt.compulink.co.uk>
33942 Date: Sun, 27 Aug 2000 22:30:25 +0100
33943 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
33945 ! lib/ExtUtils/xsubpp
33946 ____________________________________________________________________________
33947 [ 6852] By: jhi on 2000/08/27 21:33:58
33948 Log: Big-endian 64-bit patch from Raphael Manfredi.
33950 ! ext/Storable/Storable.xs
33951 ____________________________________________________________________________
33952 [ 6851] By: jhi on 2000/08/27 21:22:21
33953 Log: More ruthless editing from Hugo van der Sanden.
33955 ! pod/perldelta.pod
33956 ____________________________________________________________________________
33957 [ 6850] By: jhi on 2000/08/27 16:11:46
33958 Log: Update Changes.
33960 ! Changes patchlevel.h
33961 ____________________________________________________________________________
33962 [ 6849] By: jhi on 2000/08/27 16:11:05
33963 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
33965 ! configpm pod/perldelta.pod
33966 ____________________________________________________________________________
33967 [ 6848] By: jhi on 2000/08/27 15:35:08
33968 Log: Use the actual thread type, not the pointer-to-struct.
33970 ! ext/Thread/Thread.xs
33971 ____________________________________________________________________________
33972 [ 6847] By: jhi on 2000/08/27 15:30:49
33975 ! t/pragma/warn/pp_sys
33976 ____________________________________________________________________________
33977 [ 6846] By: jhi on 2000/08/27 15:19:02
33978 Log: Passing -R in ldflags makes now it to appear in the default
33979 for lddlflags, just like with -L.
33981 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33982 From: Lupe Christoph <lupe@lupe-christoph.de>
33983 Date: Sun, 27 Aug 2000 10:28:21 +0200
33984 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
33985 Branch: metaconfig/U/perl
33989 ____________________________________________________________________________
33990 [ 6845] By: jhi on 2000/08/27 15:08:54
33991 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33992 From: Alan Burlison <Alan.Burlison@uk.sun.com>
33993 Date: Sat, 26 Aug 2000 22:23:27 +0100
33994 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
33996 ! lib/ExtUtils/MM_Unix.pm
33997 ____________________________________________________________________________
33998 [ 6844] By: jhi on 2000/08/27 15:02:37
33999 Log: DJGPP update from Laszlo Molnar.
34001 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
34002 From: ml1050 <ml1050@freemail.hu>
34003 Date: Sat, 26 Aug 2000 23:24:40 +0200
34004 Message-Id: <20000826232440.A439@freemail.hu>
34006 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
34007 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
34008 ____________________________________________________________________________
34009 [ 6843] By: jhi on 2000/08/27 14:53:58
34010 Log: Subject: installman buglet
34011 From: Lupe Christoph <lupe@lupe-christoph.de>
34012 Date: Sun, 27 Aug 2000 14:38:59 +0200
34013 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
34016 ____________________________________________________________________________
34017 [ 6842] By: jhi on 2000/08/27 14:52:08
34018 Log: Can't get the test to reliably work thanks to the
34019 inaccurateness of floating point. "Resolves" bug ids
34020 20000826.003, 20000826.009, 20000826.010,
34023 ____________________________________________________________________________
34024 [ 6841] By: jhi on 2000/08/26 15:53:58
34025 Log: Update Changes.
34027 ! Changes patchlevel.h
34028 ____________________________________________________________________________
34029 [ 6840] By: jhi on 2000/08/26 14:23:03
34030 Log: grep -e isn't portable.
34032 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
34033 From: chris@broadband.att.com
34034 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
34035 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
34037 ! hints/solaris_2.sh
34038 ____________________________________________________________________________
34039 [ 6839] By: jhi on 2000/08/26 14:12:23
34040 Log: no-install target a la make -n.
34042 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
34043 From: <abigail@foad.org>
34044 Date: Sat, 26 Aug 2000 03:57:34 -0400
34045 Message-ID: <20000826075735.18912.qmail@foad.org>
34047 ! Makefile.SH installman installperl
34048 ____________________________________________________________________________
34049 [ 6838] By: jhi on 2000/08/26 14:06:33
34050 Log: Retract #6826 as the #6828 should be do the same
34051 in a More Correct Way.
34054 ____________________________________________________________________________
34055 [ 6837] By: jhi on 2000/08/26 05:24:00
34058 ! ext/Storable/Storable.xs
34059 ____________________________________________________________________________
34060 [ 6836] By: jhi on 2000/08/26 05:05:46
34061 Log: Nicer in decimal.
34063 ! ext/Storable/Storable.xs
34064 ____________________________________________________________________________
34065 [ 6835] By: jhi on 2000/08/26 05:03:50
34066 Log: There be no UVdf.
34068 ! ext/Storable/Storable.xs
34069 ____________________________________________________________________________
34070 [ 6834] By: jhi on 2000/08/26 05:00:18
34071 Log: Continue IVdfing and UVxfing.
34073 ! ext/Storable/Storable.xs
34074 ____________________________________________________________________________
34075 [ 6833] By: jhi on 2000/08/26 04:53:14
34078 ! ext/Storable/Storable.xs
34079 ____________________________________________________________________________
34080 [ 6832] By: jhi on 2000/08/26 04:40:41
34081 Log: Document PTR2XX and INT2PTR.
34084 ____________________________________________________________________________
34085 [ 6831] By: jhi on 2000/08/26 04:33:18
34086 Log: Use UVxf, PTR2UV, NVff.
34088 ! ext/Storable/Storable.xs
34089 ____________________________________________________________________________
34090 [ 6830] By: jhi on 2000/08/26 04:31:32
34091 Log: Update the test count.
34094 ____________________________________________________________________________
34095 [ 6829] By: jhi on 2000/08/26 03:05:50
34096 Log: Subject: [PATCH] installation not quite silent yet.
34097 From: <abigail@foad.org>
34098 Date: Fri, 25 Aug 2000 20:07:53 -0400
34099 Message-ID: <20000826000753.7822.qmail@foad.org>
34101 ! installman installperl
34102 ____________________________________________________________________________
34103 [ 6828] By: jhi on 2000/08/26 03:05:14
34104 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
34105 From: Spider Boardman <spider@web.zk3.dec.com>
34106 Date: Fri, 25 Aug 2000 19:12:40 -0400
34107 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
34110 ____________________________________________________________________________
34111 [ 6827] By: jhi on 2000/08/25 23:54:34
34112 Log: Support preserving extremely big/small angles.
34114 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
34115 ____________________________________________________________________________
34116 [ 6826] By: jhi on 2000/08/25 23:01:20
34117 Log: Patch installperl to be long double-aware.
34119 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
34120 From: Spider Boardman <spider@web.zk3.dec.com>
34121 Date: Fri, 25 Aug 2000 18:15:23 -0400
34122 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
34125 ____________________________________________________________________________
34126 [ 6825] By: jhi on 2000/08/25 22:58:25
34127 Log: Remove duplicately applied patch shards.
34129 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
34130 From: Spider Boardman <spider@leggy.zk3.dec.com>
34131 Date: Fri, 25 Aug 2000 16:45:03 -0400
34132 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
34135 ____________________________________________________________________________
34136 [ 6824] By: jhi on 2000/08/25 22:57:00
34137 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34138 From: Daniel Chetlin <daniel@chetlin.com>
34139 Date: Fri, 25 Aug 2000 12:23:16 -0700
34140 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
34142 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34143 From: Daniel Chetlin <daniel@chetlin.com>
34144 Date: Fri, 25 Aug 2000 14:47:19 -0700
34145 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
34148 ____________________________________________________________________________
34149 [ 6823] By: jhi on 2000/08/25 22:44:17
34150 Log: Timestamp problem?
34152 ! uconfig.h uconfig.sh
34153 ____________________________________________________________________________
34154 [ 6822] By: jhi on 2000/08/25 19:01:06
34155 Log: One forgotten file from #6816.
34158 ____________________________________________________________________________
34159 [ 6821] By: jhi on 2000/08/25 18:56:39
34160 Log: Regen Changes.
34162 ! Changes patchlevel.h
34163 ____________________________________________________________________________
34164 [ 6820] By: jhi on 2000/08/25 18:52:35
34165 Log: Fix Changes ordering.
34168 ____________________________________________________________________________
34169 [ 6819] By: jhi on 2000/08/25 18:50:25
34170 Log: Update Changes.
34172 ! Changes patchlevel.h
34173 ____________________________________________________________________________
34174 [ 6818] By: jhi on 2000/08/25 18:47:45
34175 Log: Tweak the sfio/useperlio logic, hopefully as wished in
34177 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
34178 From: Nicholas Clark <nick@babyhippo.co.uk>
34179 Date: Fri, 25 Aug 2000 12:01:45 +0100
34180 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
34181 Branch: metaconfig/U/perl
34185 ____________________________________________________________________________
34186 [ 6817] By: jhi on 2000/08/25 18:32:51
34187 Log: Allow microperl to assume <math.h>, without it the math
34188 functions like floor() are assumed to return int, which makes
34189 for core dumps in machines where integer and floating register
34192 ! uconfig.h uconfig.sh
34193 ____________________________________________________________________________
34194 [ 6816] By: jhi on 2000/08/25 18:27:17
34195 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
34196 the problem reported in
34198 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
34199 From: danhale@us.ibm.com
34200 Date: Fri, 25 Aug 2000 10:58:06 -0400
34201 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
34202 Branch: metaconfig/U/perl
34205 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
34206 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
34207 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
34208 ! win32/config.gc win32/config.vc
34209 ____________________________________________________________________________
34210 [ 6815] By: jhi on 2000/08/25 17:43:31
34211 Log: A solution for the retrieve_fd autosplit warning,
34212 idea suggested by Mike Guy.
34214 ! ext/Storable/Storable.pm
34215 ____________________________________________________________________________
34216 [ 6814] By: jhi on 2000/08/25 17:16:03
34217 Log: Add install-silent target.
34220 ____________________________________________________________________________
34221 [ 6813] By: jhi on 2000/08/25 17:14:23
34222 Log: Subject: Re: [PATCH] More silencing of installman.
34223 From: <abigail@foad.org>
34224 Date: Thu, 24 Aug 2000 19:27:03 -0400
34225 Message-ID: <20000824232703.7001.qmail@foad.org>
34227 Subject: Re: [PATCH] More silencing of installman.
34228 From: <abigail@foad.org>
34229 Date: Fri, 25 Aug 2000 03:00:58 -0400
34230 Message-ID: <20000825070058.10697.qmail@foad.org>
34233 ____________________________________________________________________________
34234 [ 6812] By: jhi on 2000/08/25 17:11:28
34235 Log: installperl --verbose and --silent.
34237 Subject: Re: [PATCH] More silencing of installman.
34238 From: <abigail@foad.org>
34239 Message-ID: <20000825064430.9719.qmail@foad.org>
34240 Date: Fri, 25 Aug 2000 02:44:30 -0400
34243 ____________________________________________________________________________
34244 [ 6811] By: jhi on 2000/08/25 17:05:43
34245 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
34246 From: "Peter J. Farley III" <pjfarley@banet.net>
34247 Date: Thu, 24 Aug 2000 21:58:03 -0400
34248 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
34250 (applied slightly modified)
34252 ! lib/ExtUtils/MM_Unix.pm
34253 ____________________________________________________________________________
34254 [ 6810] By: jhi on 2000/08/25 17:01:18
34255 Log: Missing parts of
34257 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
34258 From: Peter Prymmer <pvhp@forte.com>
34259 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
34260 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
34263 ____________________________________________________________________________
34264 [ 6809] By: jhi on 2000/08/25 16:46:32
34265 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
34266 From: "Craig A. Berry" <craig.berry@psinetcs.com>
34267 Date: Thu, 24 Aug 2000 19:13:11 -0500
34268 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
34271 ____________________________________________________________________________
34272 [ 6808] By: jhi on 2000/08/25 16:39:22
34273 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
34274 From: Peter Prymmer <pvhp@forte.com>
34275 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
34276 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
34279 ____________________________________________________________________________
34280 [ 6807] By: jhi on 2000/08/25 16:36:37
34281 Log: Better wording for the vec lvalue diagnostic.
34283 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34284 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34285 Date: Wed, 23 Aug 2000 14:12:16 -0400
34286 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
34289 ____________________________________________________________________________
34290 [ 6806] By: jhi on 2000/08/24 18:17:22
34291 Log: Subject: [PATCH] More silencing of installman.
34292 From: <abigail@foad.org>
34293 Date: Thu, 24 Aug 2000 14:01:44 -0400
34294 Message-ID: <20000824180144.20062.qmail@foad.org>
34297 ____________________________________________________________________________
34298 [ 6805] By: jhi on 2000/08/24 15:00:31
34299 Log: Update Changes.
34301 ! Changes patchlevel.h
34302 ____________________________________________________________________________
34303 [ 6804] By: jhi on 2000/08/24 14:59:07
34304 Log: Regen perltoc.
34307 ____________________________________________________________________________
34308 [ 6803] By: jhi on 2000/08/24 14:44:39
34309 Log: Show the doc file, not the temp file.
34312 ____________________________________________________________________________
34313 [ 6802] By: jhi on 2000/08/24 14:41:53
34314 Log: Continue silencing.
34317 ____________________________________________________________________________
34318 [ 6801] By: jhi on 2000/08/24 14:34:40
34319 Log: Actually do something with the silencer option.
34322 ____________________________________________________________________________
34323 [ 6800] By: jhi on 2000/08/24 14:26:22
34324 Log: Make installman to recognize the silence flag -S.
34327 ____________________________________________________________________________
34328 [ 6799] By: jhi on 2000/08/24 13:49:38
34329 Log: DOS patches and portability/porting notes, from Tim Jenness.
34332 ____________________________________________________________________________
34333 [ 6798] By: jhi on 2000/08/24 13:48:27
34334 Log: Create directories in silence.
34336 Subject: [PATCH] Another silencer for MakeMaker
34337 From: andreas.koenig@anima.de (Andreas J. Koenig)
34338 Date: 24 Aug 2000 14:18:52 +0200
34339 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
34341 ! lib/ExtUtils/Command.pm
34342 ____________________________________________________________________________
34343 [ 6797] By: jhi on 2000/08/24 13:46:42
34344 Log: More liberal parsing of version numbers.
34346 Subject: Re: CPAN.pm beta for testing available
34347 From: andreas.koenig@anima.de (Andreas J. Koenig)
34348 Date: 24 Aug 2000 13:51:57 +0200
34349 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
34352 ____________________________________________________________________________
34353 [ 6796] By: jhi on 2000/08/24 13:44:36
34354 Log: Make "make install" by default silent. A new "install-verbose"
34358 ____________________________________________________________________________
34359 [ 6795] By: jhi on 2000/08/24 13:39:14
34360 Log: Add silencer flags to installperl.
34362 Subject: [PATCH] Making installperl silent.
34363 From: <abigail@foad.org>
34364 Date: Thu, 24 Aug 2000 05:01:45 -0400
34365 Message-ID: <20000824090145.13141.qmail@foad.org>
34368 ____________________________________________________________________________
34369 [ 6794] By: jhi on 2000/08/24 13:35:50
34370 Log: installperl couldn't tell whether it had run tests or not.
34372 Subject: [PATCH] Re: installperl and t/TEST
34373 From: <abigail@foad.org>
34374 Date: Thu, 24 Aug 2000 04:00:53 -0400
34375 Message-ID: <20000824080053.2494.qmail@foad.org>
34377 ! Makefile.SH installperl
34378 ____________________________________________________________________________
34379 [ 6793] By: jhi on 2000/08/24 13:27:50
34380 Log: Drop the separate perlbc, perlcc -b should be enough.
34383 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
34384 ____________________________________________________________________________
34385 [ 6792] By: jhi on 2000/08/24 04:41:30
34386 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
34387 plus the typo fix from Peter Prymmer.
34389 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
34390 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34391 ____________________________________________________________________________
34392 [ 6791] By: jhi on 2000/08/24 02:10:43
34393 Log: Replace #6705 with a minimal doc patch.
34395 Subject: [PATCH 5.6.0] replace change #6705
34396 From: Jan Dubois <jand@ActiveState.com>
34397 Date: Wed, 23 Aug 2000 18:31:51 -0700
34398 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
34400 ! lib/Win32.pod win32/win32.c
34401 ____________________________________________________________________________
34402 [ 6790] By: jhi on 2000/08/23 17:52:00
34403 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34404 From: Mike Guy <mjtg@cam.ac.uk>
34405 Date: Wed, 23 Aug 2000 18:38:46 +0100
34406 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
34408 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
34409 ____________________________________________________________________________
34410 [ 6789] By: jhi on 2000/08/23 15:34:21
34411 Log: Update Changes.
34413 ! Changes patchlevel.h
34414 ____________________________________________________________________________
34415 [ 6788] By: jhi on 2000/08/23 15:33:40
34416 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
34417 From: Wilfredo Sánchez <wsanchez@apple.com>
34418 Date: Tue, 22 Aug 2000 19:31:27 -0700
34419 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
34422 ____________________________________________________________________________
34423 [ 6787] By: jhi on 2000/08/23 15:29:31
34424 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
34425 From: Spider Boardman <spider@leggy.zk3.dec.com>
34426 Date: Wed, 23 Aug 2000 10:33:23 -0400
34427 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
34430 ____________________________________________________________________________
34431 [ 6786] By: jhi on 2000/08/23 15:28:11
34434 ! ext/B/Makefile.PL
34435 ____________________________________________________________________________
34436 [ 6785] By: jhi on 2000/08/23 14:37:04
34437 Log: Update Changes.
34439 ! Changes patchlevel.h
34440 ____________________________________________________________________________
34441 [ 6784] By: jhi on 2000/08/23 13:58:41
34442 Log: Portability fix from Hugo van der Sanden.
34444 ! ext/re/Makefile.PL
34445 ____________________________________________________________________________
34446 [ 6783] By: jhi on 2000/08/23 13:53:53
34447 Log: Storable support, v-version fixes.
34449 Subject: CPAN.pm beta for testing available
34450 From: andreas.koenig@anima.de (Andreas J. Koenig)
34451 Date: 22 Aug 2000 23:31:33 +0200
34452 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
34454 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34455 ____________________________________________________________________________
34456 [ 6782] By: jhi on 2000/08/23 13:51:26
34457 Log: Mac and other portability updates from Chris Nandor.
34459 ! pod/perlmodinstall.pod
34460 ____________________________________________________________________________
34461 [ 6781] By: jhi on 2000/08/23 13:47:33
34462 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
34463 From: Peter Prymmer <pvhp@forte.com>
34464 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
34465 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
34467 ! ext/Storable/Storable.xs
34468 ____________________________________________________________________________
34469 [ 6780] By: jhi on 2000/08/23 13:33:34
34470 Log: VMS MMS (make) wants null action.
34472 ! ext/B/Makefile.PL
34473 ____________________________________________________________________________
34474 [ 6779] By: jhi on 2000/08/22 19:44:47
34475 Log: Forgot portability nit.
34477 ! t/lib/st-forgive.t
34478 ____________________________________________________________________________
34479 [ 6778] By: jhi on 2000/08/22 19:35:25
34482 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
34484 ____________________________________________________________________________
34485 [ 6777] By: jhi on 2000/08/22 18:50:53
34486 Log: Update Changes.
34488 ! Changes patchlevel.h
34489 ____________________________________________________________________________
34490 [ 6776] By: jhi on 2000/08/22 18:44:46
34491 Log: cSVOPo_*v things index into the current PL_curpad
34492 under ithreads, which is different from the curpad
34493 used by the XSUB. (In other words, the code as-is
34494 before this patch wouldn't work under ithreads.)
34498 ____________________________________________________________________________
34499 [ 6775] By: jhi on 2000/08/22 18:18:37
34500 Log: Make the selection of NVff et al stricter.
34501 Branch: metaconfig/U/perl
34504 ! Configure config_h.SH
34505 ____________________________________________________________________________
34506 [ 6774] By: jhi on 2000/08/22 17:19:42
34507 Log: perldelta nits.
34509 ! pod/perldelta.pod
34510 ____________________________________________________________________________
34511 [ 6773] By: jhi on 2000/08/22 17:06:26
34512 Log: Long double fixes from Spider Boardman.
34514 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
34515 From: system PRIVILEGED account <root@peano.zk3.dec.com>
34516 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
34517 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
34519 ! t/lib/bigfltpm.t t/lib/st-06compat.t
34520 ____________________________________________________________________________
34521 [ 6772] By: jhi on 2000/08/22 15:04:53
34522 Log: Update Changes.
34524 ! Changes patchlevel.h
34525 ____________________________________________________________________________
34526 [ 6771] By: jhi on 2000/08/22 15:01:44
34527 Log: perldelta fixes from Hugo van der Sanden.
34529 ! pod/perldelta.pod
34530 ____________________________________________________________________________
34531 [ 6770] By: jhi on 2000/08/22 14:34:49
34532 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
34533 From: Hugo <hv@crypt.compulink.co.uk>
34534 Date: Tue, 22 Aug 2000 11:21:53 +0100
34535 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
34538 ____________________________________________________________________________
34539 [ 6769] By: jhi on 2000/08/22 14:30:02
34540 Log: Add Yitzchak, reformat.
34542 ! Changes config_h.SH
34543 ____________________________________________________________________________
34544 [ 6768] By: jhi on 2000/08/22 14:21:35
34545 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
34546 and Spider Boardman.
34548 ! U/compline/d_gconvert.U
34551 ____________________________________________________________________________
34552 [ 6767] By: jhi on 2000/08/22 14:11:24
34553 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
34554 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34555 Date: Mon, 21 Aug 2000 19:08:31 -0700
34556 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
34558 - ext/Storable/patchlevel.h
34559 ! MANIFEST ext/Storable/MANIFEST
34560 ____________________________________________________________________________
34561 [ 6766] By: jhi on 2000/08/22 13:49:29
34562 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
34563 From: Peter Prymmer <pvhp@forte.com>
34564 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
34565 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
34567 ! configure.com ext/Storable/Makefile.PL
34568 ____________________________________________________________________________
34569 [ 6765] By: jhi on 2000/08/22 13:44:59
34570 Log: Subject: [PATCH blead] B:: missing dependency
34571 From: Hugo <hv@crypt.compulink.co.uk>
34572 Date: Tue, 22 Aug 2000 06:44:33 +0100
34573 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
34575 ! ext/B/Makefile.PL
34576 ____________________________________________________________________________
34577 [ 6764] By: jhi on 2000/08/22 13:38:12
34578 Log: More bytecompiler.
34580 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
34581 ____________________________________________________________________________
34582 [ 6763] By: jhi on 2000/08/22 13:36:44
34583 Log: Bytecompiler patches from Benjamin Stuhl.
34585 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
34586 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34587 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34588 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34589 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
34590 ! perl.c perlapi.h pod/perldelta.pod
34591 ____________________________________________________________________________
34592 [ 6762] By: jhi on 2000/08/21 23:43:40
34593 Log: An obsoleted diagnostic.
34595 ! pod/perldelta.pod
34596 ____________________________________________________________________________
34597 [ 6761] By: jhi on 2000/08/21 23:01:45
34598 Log: The #6759 wasn't quite right.
34600 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
34601 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
34602 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
34603 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
34604 ! t/lib/st-tieditems.t
34605 ____________________________________________________________________________
34606 [ 6760] By: jhi on 2000/08/21 22:35:49
34607 Log: Be verydeepclean.
34610 ____________________________________________________________________________
34611 [ 6759] By: jhi on 2000/08/21 22:25:40
34612 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
34613 From: Peter Prymmer <pvhp@forte.com>
34614 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
34615 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
34617 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
34618 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
34619 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
34620 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
34621 ! t/lib/st-tieditems.t
34622 ____________________________________________________________________________
34623 [ 6758] By: jhi on 2000/08/21 22:22:32
34624 Log: Few more casts, need reported in
34626 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
34627 From: Mike Stok <mike@stok.co.uk>
34628 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
34629 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
34633 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
34634 From: abigail@foad.org
34635 Date: 21 Aug 2000 21:31:34 -0000
34636 Message-Id: <20000821213134.30170.qmail@foad.org>
34638 ! ext/Storable/Storable.xs
34639 ____________________________________________________________________________
34640 [ 6757] By: jhi on 2000/08/21 18:37:07
34641 Log: Update Changes.
34643 ! Changes patchlevel.h
34644 ____________________________________________________________________________
34645 [ 6756] By: jhi on 2000/08/21 18:34:02
34648 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
34649 From: <abigail@foad.org>
34650 Date: Mon, 21 Aug 2000 14:00:16 -0400
34651 Message-ID: <20000821180016.28627.qmail@foad.org>
34654 ____________________________________________________________________________
34655 [ 6755] By: jhi on 2000/08/21 18:30:56
34656 Log: Use PodParser 1.18 new test.
34658 ! t/pod/special_seqs.t t/pod/special_seqs.xr
34659 ____________________________________________________________________________
34660 [ 6754] By: jhi on 2000/08/21 18:28:35
34661 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
34662 patches cannot be applied since #6712 conflicts.
34664 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
34665 ____________________________________________________________________________
34666 [ 6753] By: jhi on 2000/08/21 18:15:11
34667 Log: Weed out some smaller changes.
34669 ! pod/perldelta.pod
34670 ____________________________________________________________________________
34671 [ 6752] By: jhi on 2000/08/21 18:02:30
34672 Log: Also under djgpp the timestamps are funky.
34675 ____________________________________________________________________________
34676 [ 6751] By: jhi on 2000/08/21 17:55:56
34677 Log: Tweak the floating point output routine preferences.
34679 ! U/compline/d_gconvert.U
34682 ____________________________________________________________________________
34683 [ 6750] By: jhi on 2000/08/21 17:51:29
34684 Log: Unicos/mk requires elaborate paranoia.
34686 ! lib/Math/Complex.pm
34687 ____________________________________________________________________________
34688 [ 6749] By: gsar on 2000/08/21 16:53:31
34689 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
34692 ____________________________________________________________________________
34693 [ 6748] By: gsar on 2000/08/21 16:22:19
34694 Log: free TLS slot properly on Windows
34696 ! thread.h win32/perllib.c win32/win32thread.h
34697 ____________________________________________________________________________
34698 [ 6747] By: jhi on 2000/08/21 16:20:58
34699 Log: Rename the macro argument because some preprocessors
34700 can't tell the difference and expand arguments also inside
34701 double quoted strings.
34704 ____________________________________________________________________________
34705 [ 6746] By: jhi on 2000/08/21 16:09:41
34706 Log: Support long doubles in Storable.
34708 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
34709 From: Radu Greab <radu@netsoft.ro>
34710 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
34711 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
34713 ! ext/Storable/Storable.xs
34714 ____________________________________________________________________________
34715 [ 6745] By: jhi on 2000/08/21 15:51:40
34716 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
34717 From: "Fifer, Eric" <EFifer@sanwaint.com>
34718 Date: Mon, 21 Aug 2000 15:34:49 +0100
34719 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
34721 ! t/pragma/warn/9enabled
34722 ____________________________________________________________________________
34723 [ 6744] By: jhi on 2000/08/21 15:39:35
34724 Log: Document the endianness of Alpha more precisely.
34726 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
34728 ____________________________________________________________________________
34729 [ 6743] By: jhi on 2000/08/21 14:47:05
34730 Log: perldelta fixes from the p5p crowd.
34732 ! pod/perldelta.pod pod/perlop.pod
34733 ____________________________________________________________________________
34734 [ 6742] By: jhi on 2000/08/21 13:34:51
34735 Log: Update to Pod::LaTeX 0.53.
34737 Subject: [PATCH] lib/Pod/LaTeX.pm updates
34738 From: Tim Jenness <timj@jach.hawaii.edu>
34739 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
34740 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
34743 ____________________________________________________________________________
34744 [ 6741] By: jhi on 2000/08/21 13:33:01
34745 Log: Subject: [PATCH] os2.c fix for use64bitint
34746 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34747 Date: Mon, 21 Aug 2000 01:32:25 -0700
34748 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
34751 ____________________________________________________________________________
34752 [ 6740] By: jhi on 2000/08/21 13:28:52
34753 Log: Array context keeps slithering in.
34755 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
34756 From: Daniel Chetlin <daniel@chetlin.com>
34757 Date: Sun, 20 Aug 2000 21:40:25 -0700
34758 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
34760 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
34761 ! pod/perldebtut.pod
34762 ____________________________________________________________________________
34763 [ 6739] By: jhi on 2000/08/21 13:23:55
34764 Log: Big-endian quad fixes for Storable from Radu Greab,
34765 plus few explicit null casts for picky compilers.
34767 ! ext/Storable/Storable.xs
34768 ____________________________________________________________________________
34769 [ 6738] By: gsar on 2000/08/21 05:56:13
34770 Log: small tweaks for change#6705: avoid C++ style comments in C code;
34771 use Perl's malloc API rather than the low level system one
34774 ____________________________________________________________________________
34775 [ 6737] By: gsar on 2000/08/21 05:35:41
34776 Log: add Storable to list of extensions on Windows
34778 ! win32/Makefile win32/makefile.mk
34779 ____________________________________________________________________________
34780 [ 6736] By: jhi on 2000/08/21 02:57:53
34781 Log: Update Changes.
34783 ! Changes patchlevel.h
34784 ____________________________________________________________________________
34785 [ 6735] By: jhi on 2000/08/21 02:57:20
34788 ! pod/perldelta.pod
34789 ____________________________________________________________________________
34790 [ 6734] By: jhi on 2000/08/21 02:57:03
34791 Log: Add Storable 0.7.2 from Raphael Manfredi,
34792 plus the patch from
34794 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
34795 From: Radu Greab <radu@netsoft.ro>
34796 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
34797 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
34799 plus changes to get Storable to compile with
34800 picky ANSI compilers.
34802 + ext/Storable/ChangeLog ext/Storable/MANIFEST
34803 + ext/Storable/Makefile.PL ext/Storable/README
34804 + ext/Storable/Storable.pm ext/Storable/Storable.xs
34805 + ext/Storable/patchlevel.h t/lib/st-06compat.t
34806 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
34807 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
34808 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
34809 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
34810 + t/lib/st-tieditems.t
34812 ____________________________________________________________________________
34813 [ 6733] By: jhi on 2000/08/21 02:29:09
34814 Log: The correct cleaning order is an art.
34817 ____________________________________________________________________________
34818 [ 6732] By: jhi on 2000/08/21 01:23:39
34819 Log: The #6724 is here.
34821 ! t/lib/ftmp-security.t
34822 ____________________________________________________________________________
34823 [ 6731] By: jhi on 2000/08/20 23:17:03
34824 Log: s/this one/the 5.6.0 release/
34826 ! pod/perl56delta.pod
34827 ____________________________________________________________________________
34828 [ 6730] By: jhi on 2000/08/20 23:07:34
34829 Log: Mention perlebcdic and perlposix-bc.
34832 ____________________________________________________________________________
34833 [ 6729] By: jhi on 2000/08/20 21:32:59
34834 Log: Document the number of exponent digits.
34837 ____________________________________________________________________________
34838 [ 6728] By: jhi on 2000/08/20 21:16:47
34839 Log: Use File::Spec->tmpdir().
34841 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
34842 From: Tim Jenness <timj@jach.hawaii.edu>
34843 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
34845 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
34848 ____________________________________________________________________________
34849 [ 6727] By: jhi on 2000/08/20 20:43:32
34850 Log: Update Changes.
34852 ! Changes patchlevel.h
34853 ____________________________________________________________________________
34854 [ 6726] By: jhi on 2000/08/20 20:41:44
34855 Log: The veryclean target needs to clobber.
34858 ____________________________________________________________________________
34859 [ 6725] By: jhi on 2000/08/20 20:37:38
34860 Log: Document odd vs even subreleases and -Dusedevel.
34863 ____________________________________________________________________________
34864 [ 6724] By: jhi on 2000/08/20 19:58:05
34865 Log: Use temporary directory instead of current directory.
34867 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
34868 From: Tim Jenness <timj@jach.hawaii.edu>
34869 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
34870 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
34872 ! t/lib/ftmp-security.t
34873 ____________________________________________________________________________
34874 [ 6723] By: jhi on 2000/08/20 19:55:55
34875 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
34876 From: andreas.koenig@anima.de (Andreas J. Koenig)
34877 Date: 20 Aug 2000 15:52:03 +0200
34878 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
34880 ! lib/ExtUtils/MM_Unix.pm
34881 ____________________________________________________________________________
34882 [ 6722] By: jhi on 2000/08/20 19:46:01
34883 Log: Update to CGI 2.72, from Lincoln Stein.
34886 ____________________________________________________________________________
34887 [ 6721] By: jhi on 2000/08/20 19:43:54
34888 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
34889 From: Radu Greab <radu@netsoft.ro>
34890 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
34891 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
34893 ! ext/GDBM_File/GDBM_File.xs
34894 ____________________________________________________________________________
34895 [ 6720] By: jhi on 2000/08/20 19:42:01
34896 Log: pp_open() could pass an uninitialized filename down to do_open9().
34899 ____________________________________________________________________________
34900 [ 6719] By: jhi on 2000/08/20 14:06:41
34901 Log: UTF8 concat fixes.
34903 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
34904 From: Hugo <hv@crypt.compulink.co.uk>
34905 Date: Sun, 20 Aug 2000 07:30:46 +0100
34906 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
34908 ! pp_hot.c t/op/append.t
34909 ____________________________________________________________________________
34910 [ 6718] By: jhi on 2000/08/20 02:09:37
34911 Log: Let's try #6717 again.
34914 ____________________________________________________________________________
34915 [ 6717] By: jhi on 2000/08/20 01:56:55
34916 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
34917 From: "Craig A. Berry" <craig.berry@metamorgs.com>
34918 Date: Sat, 19 Aug 2000 18:15:39 -0500
34919 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
34922 ____________________________________________________________________________
34923 [ 6716] By: jhi on 2000/08/19 15:50:11
34924 Log: Update Changes.
34926 ! Changes patchlevel.h
34927 ____________________________________________________________________________
34928 [ 6715] By: jhi on 2000/08/19 15:39:09
34929 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
34930 From: Jonathan D Johnston <jdjohnston2@juno.com>
34931 Date: Thu, 17 Aug 2000 23:13:01 -0400
34932 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
34935 ____________________________________________________________________________
34936 [ 6714] By: jhi on 2000/08/19 15:34:04
34937 Log: Introduce a 'veryclean' target that is like 'distclean'
34938 but also removes *~ and *.orig.
34940 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
34941 ! utils/Makefile x2p/Makefile.SH
34942 ____________________________________________________________________________
34943 [ 6713] By: jhi on 2000/08/19 14:15:45
34944 Log: Put back the long double avoidance code to POSIX.xs
34945 because VMS seems to need it still.
34947 ! ext/POSIX/POSIX.xs
34948 ____________________________________________________________________________
34949 [ 6712] By: jhi on 2000/08/19 14:10:41
34950 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
34951 From: Peter Prymmer <pvhp@forte.com>
34952 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
34953 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
34955 ! lib/Pod/Find.pm t/pod/find.t
34956 ____________________________________________________________________________
34957 [ 6711] By: jhi on 2000/08/19 14:09:19
34958 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
34959 From: Peter Prymmer <pvhp@forte.com>
34960 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
34961 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
34962 cc: vmsperl@perl.org
34965 ____________________________________________________________________________
34966 [ 6710] By: jhi on 2000/08/19 14:08:01
34967 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
34968 From: Jan Dubois <jand@ActiveState.com>
34969 Date: Fri, 18 Aug 2000 16:31:48 -0700
34970 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
34973 ____________________________________________________________________________
34974 [ 6709] By: jhi on 2000/08/19 14:06:57
34975 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
34977 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
34978 From: Spider.Boardman@Orb.Nashua.NH.US
34979 Date: Fri, 18 Aug 2000 18:41:14 -0400
34980 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
34983 ____________________________________________________________________________
34984 [ 6708] By: jhi on 2000/08/18 22:04:49
34985 Log: Update Changes.
34987 ! Changes patchlevel.h
34988 ____________________________________________________________________________
34989 [ 6707] By: jhi on 2000/08/18 21:55:14
34990 Log: Add warnif(), check warnings further up the stack,
34991 all the warnings functions now can take an optional object reference.
34993 Subject: [PATCH bleedperl@6691] warnings pragma update
34994 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
34995 Date: Fri, 18 Aug 2000 22:42:06 +0100
34996 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
34998 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
34999 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
35000 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
35001 ____________________________________________________________________________
35002 [ 6706] By: jhi on 2000/08/18 21:41:45
35003 Log: Typo in pp_complement().
35005 Subject: [PATCH perl-current] Deparse
35006 From: Peter Scott <Peter@PSDT.com>
35007 Date: Fri, 18 Aug 2000 12:44:37 -0700
35008 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
35010 ! ext/B/B/Deparse.pm
35011 ____________________________________________________________________________
35012 [ 6705] By: jhi on 2000/08/18 21:25:59
35013 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
35014 From: Jan Dubois <jand@ActiveState.com>
35015 Date: Fri, 18 Aug 2000 14:22:51 -0700
35016 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
35018 ! lib/Win32.pod win32/win32.c
35019 ____________________________________________________________________________
35020 [ 6704] By: jhi on 2000/08/18 21:16:14
35021 Log: Don't eat leading os from index entries.
35023 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
35024 From: Russ Allbery <rra@stanford.edu>
35025 Date: 10 Aug 2000 20:49:25 -0700
35026 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
35029 ____________________________________________________________________________
35030 [ 6703] By: jhi on 2000/08/18 21:07:06
35031 Log: Add [[:blank:]] as suggested in
35033 Subject: [ID 20000716.024] [=cc=] / [:blank:]
35034 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
35035 Date: Sun, 16 Jul 2000 17:55:29 -0700
35036 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
35038 (the [=cc=] has already been taken care of by #6439
35039 so the whole bug report can be closed)
35041 and make [[:space:]] to be equivalent to isspace(3)
35042 (as opposed to \s, which is isSPACE()). The difference
35043 is that now [[:space:]] matches the mythical vertical tab,
35046 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
35047 ! regexec.c t/op/pat.t
35048 ____________________________________________________________________________
35049 [ 6702] By: jhi on 2000/08/18 18:47:47
35050 Log: The new tests were missing from #6415.
35053 ____________________________________________________________________________
35054 [ 6701] By: jhi on 2000/08/18 18:20:40
35055 Log: Document the NDBM_File and ODBM_File as SDBM_File
35056 was documented in #6417.
35058 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
35059 ! ext/SDBM_File/SDBM_File.pm
35060 ____________________________________________________________________________
35061 [ 6700] By: jhi on 2000/08/18 18:10:39
35062 Log: Subject: [PATCH perl@6698] cygwin port
35063 From: "Fifer, Eric" <EFifer@sanwaint.com>
35064 Date: Fri, 18 Aug 2000 17:30:05 +0100
35065 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
35068 ____________________________________________________________________________
35069 [ 6699] By: jhi on 2000/08/18 16:21:49
35070 Log: Document code point which makes if (defined %stash::) to work
35071 (noted by Spider Boardman).
35074 ____________________________________________________________________________
35075 [ 6698] By: jhi on 2000/08/18 13:43:27
35076 Log: Update Changes.
35078 ! Changes patchlevel.h
35079 ____________________________________________________________________________
35080 [ 6697] By: jhi on 2000/08/18 13:35:57
35081 Log: Tiny Getopt::Long patch from Johan Vromans.
35083 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
35084 ____________________________________________________________________________
35085 [ 6696] By: jhi on 2000/08/18 13:26:14
35086 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
35087 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
35088 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
35089 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
35091 ! pod/perldiag.pod pod/perlsyn.pod
35092 ____________________________________________________________________________
35093 [ 6695] By: jhi on 2000/08/18 13:13:26
35094 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
35095 From: Daniel Chetlin <daniel@chetlin.com>
35096 Date: Fri, 18 Aug 2000 03:13:36 -0700
35097 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
35100 ____________________________________________________________________________
35101 [ 6694] By: jhi on 2000/08/18 13:08:05
35102 Log: Subject: [PATCH] perltrap.pod spring cleaning
35103 From: Daniel Chetlin <daniel@chetlin.com>
35104 Date: Fri, 18 Aug 2000 03:06:54 -0700
35105 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
35107 plus Mike Guy's nitfix.
35110 ____________________________________________________________________________
35111 [ 6693] By: jhi on 2000/08/18 13:00:26
35112 Log: Unbuffer the output.
35114 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
35115 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35116 Date: Thu, 17 Aug 2000 18:39:29 -0700
35117 Message-ID: <RPJn5gzkgydf092yn@efn.org>
35120 ____________________________________________________________________________
35121 [ 6692] By: jhi on 2000/08/18 05:19:17
35122 Log: Delete the image, too, not just its MANIFEStation.
35124 - lib/CGI/eg/wilogo.gif
35125 ____________________________________________________________________________
35126 [ 6691] By: jhi on 2000/08/18 05:10:26
35127 Log: Propagate new Configure vars.
35129 ! configure.com epoc/config.sh uconfig.h uconfig.sh
35130 ! vos/config.def vos/config.h vos/config_h.SH_orig
35131 ! win32/config.bc win32/config.gc win32/config.vc
35132 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35133 ____________________________________________________________________________
35134 [ 6690] By: jhi on 2000/08/18 04:30:56
35135 Log: Update Changes.
35137 ! Changes patchlevel.h
35138 ____________________________________________________________________________
35139 [ 6689] By: jhi on 2000/08/18 04:12:30
35140 Log: Fix the lib/complex failure of
35142 From: abigail@foad.org
35143 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
35144 Date: 15 Aug 2000 04:06:38 -0000
35145 Message-Id: <20000815040638.8524.qmail@foad.org>
35147 Linux long double accuracy issue: something that
35148 when printed with %g looks like "2" but int() of it is 1.
35150 ! lib/Math/Complex.pm
35151 ____________________________________________________________________________
35152 [ 6688] By: jhi on 2000/08/18 03:15:35
35153 Log: The byteorder code in #6671 was wrong.
35156 ____________________________________________________________________________
35157 [ 6687] By: jhi on 2000/08/18 02:08:42
35158 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
35159 From: Jan Dubois <jand@ActiveState.com>
35160 Date: Thu, 17 Aug 2000 18:31:55 -0700
35161 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
35164 ____________________________________________________________________________
35165 [ 6686] By: jhi on 2000/08/18 02:04:15
35166 Log: Use NVs in POSIX math, not doubles.
35168 From: abigail@foad.org
35169 Subject: [ID 20000817.014] POSIX & modfl
35170 Date: 17 Aug 2000 20:49:18 -0000
35171 Message-Id: <20000817204918.23123.qmail@foad.org>
35173 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
35174 ____________________________________________________________________________
35175 [ 6685] By: jhi on 2000/08/18 02:02:12
35176 Log: Introduce NVef, NVff, and NVgf, use the middle one.
35177 (helps for lib/peek + Linux + long doubles) Reported in
35179 From: abigail@foad.org
35180 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
35181 Date: 15 Aug 2000 04:06:38 -0000
35182 Message-Id: <20000815040638.8524.qmail@foad.org>
35184 (note: the lib/complex failure has not yet been addressed)
35185 Branch: metaconfig/U/perl
35188 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35189 ! config_h.SH dump.c perl.h pod/perlguts.pod
35190 ____________________________________________________________________________
35191 [ 6684] By: jhi on 2000/08/17 23:22:19
35192 Log: Add byteorder to the myconfig output.
35195 ____________________________________________________________________________
35196 [ 6683] By: jhi on 2000/08/17 23:20:19
35197 Log: The image doth not exist, spotted by Johan Vromans.
35200 ____________________________________________________________________________
35201 [ 6682] By: jhi on 2000/08/17 22:38:16
35202 Log: Document what the backtick returns if the command fails.
35205 ____________________________________________________________________________
35206 [ 6681] By: jhi on 2000/08/17 22:33:12
35207 Log: Do not use prototyping here.
35209 Subject: [ID 20000817.016] [PATCH] Peek.xs
35210 From: abigail@foad.org
35211 Date: 17 Aug 2000 20:55:56 -0000
35212 Message-Id: <20000817205556.24270.qmail@foad.org>
35214 ! ext/Devel/Peek/Makefile.PL
35215 ____________________________________________________________________________
35216 [ 6680] By: jhi on 2000/08/17 19:46:43
35217 Log: Don't propose using modules built for 5.005 if no binary
35218 compatibility with 5.005 is attempted.
35220 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35221 Subject: Minor nit with 5.7.0 (6655)
35222 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
35223 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
35225 ! U/installdirs/inc_version_list.U
35227 ! Configure config_h.SH
35228 ____________________________________________________________________________
35229 [ 6679] By: jhi on 2000/08/17 19:16:39
35230 Log: Microperl config update.
35232 ! uconfig.h uconfig.sh
35233 ____________________________________________________________________________
35234 [ 6678] By: jhi on 2000/08/17 19:16:13
35235 Log: The #6648 wasn't protective enough for limited platforms
35239 ____________________________________________________________________________
35240 [ 6677] By: jhi on 2000/08/17 14:46:35
35241 Log: Update Changes.
35243 ! Changes patchlevel.h
35244 ____________________________________________________________________________
35245 [ 6676] By: jhi on 2000/08/17 14:44:02
35246 Log: Add perlebcdic from Peter Prymmer, regen toc.
35248 + pod/perlebcdic.pod
35249 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35250 ____________________________________________________________________________
35251 [ 6675] By: jhi on 2000/08/17 14:41:52
35252 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
35254 ! pod/perldebtut.pod
35255 ____________________________________________________________________________
35256 [ 6674] By: jhi on 2000/08/17 14:29:43
35257 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
35259 Subject: [ID 20000724.006] -DLEAKTEST problem
35260 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
35261 Date: Tue, 25 Jul 2000 00:36:32 -0500
35262 Message-Id: <20000725003632.A26186@www.llamacom.com>
35266 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
35267 From: Hugo <hv@crypt.compulink.co.uk>
35268 Date: Thu, 17 Aug 2000 15:23:42 +0100
35269 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
35272 ____________________________________________________________________________
35273 [ 6673] By: jhi on 2000/08/17 04:07:10
35274 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
35275 From: John Peacock <JPeacock@UnivPress.com>
35276 Date: Tue, 01 Aug 2000 09:38:12 -0400
35277 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
35279 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
35280 ____________________________________________________________________________
35281 [ 6672] By: jhi on 2000/08/17 03:04:35
35282 Log: Subject: [PATCH] Cwd.pm now uses strict
35283 From: Tim Jenness <timj@jach.hawaii.edu>
35284 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
35285 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
35288 ____________________________________________________________________________
35289 [ 6671] By: jhi on 2000/08/17 02:16:35
35290 Log: Make $Config{byteorder} more magical so that it is
35291 dynamically computed: nice for 'fat binaries'.
35293 Subject: [PATCH]: default byteorder
35294 From: Wilfredo Sánchez <wsanchez@apple.com>
35295 Date: Mon, 31 Jul 2000 19:45:31 -0700
35296 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
35299 ____________________________________________________________________________
35300 [ 6670] By: gsar on 2000/08/17 01:22:21
35301 Log: move WNOHANG definition to where other such things are
35304 ____________________________________________________________________________
35305 [ 6669] By: jhi on 2000/08/17 01:19:17
35306 Log: Update Changes.
35308 ! Changes patchlevel.h
35309 ____________________________________________________________________________
35310 [ 6668] By: jhi on 2000/08/17 01:16:29
35311 Log: Doc nits spotted by Richard Soderberg.
35313 ! README.posix-bc README.vmesa
35314 ____________________________________________________________________________
35315 [ 6667] By: jhi on 2000/08/17 01:12:11
35316 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
35317 From: "Casey R. Tweten" <crt@kiski.net>
35318 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
35319 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
35321 ! pod/perldebtut.pod
35322 ____________________________________________________________________________
35323 [ 6666] By: jhi on 2000/08/17 01:09:31
35324 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
35325 From: "Casey R. Tweten" <crt@kiski.net>
35326 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
35327 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
35330 ____________________________________________________________________________
35331 [ 6665] By: gsar on 2000/08/17 01:03:52
35332 Log: add "ok" targets from change#6632 in makefile.mk
35334 ! pod/perlport.pod win32/Makefile win32/makefile.mk
35335 ____________________________________________________________________________
35336 [ 6664] By: gsar on 2000/08/17 00:56:11
35337 Log: avoid warnings from dense compiler
35340 ____________________________________________________________________________
35341 [ 6663] By: jhi on 2000/08/17 00:51:49
35342 Log: Tweak the regex compilation errors once more.
35344 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
35345 ! t/op/regmesg.t t/pragma/warn/regcomp
35346 ____________________________________________________________________________
35347 [ 6662] By: gsar on 2000/08/17 00:28:19
35348 Log: trailing new %ENV entries weren't being pushed into the real
35349 environment of subprocesses on Windows
35351 ! t/op/magic.t win32/perlhost.h
35352 ____________________________________________________________________________
35353 [ 6661] By: gsar on 2000/08/17 00:19:20
35354 Log: waitpid() now handles externally spawned pids correctly;
35355 fixes for backtick/wait/waitpid failures on Windows 9x
35357 these changes make the pid returned by process functions on
35358 Windows 9x always positive by clearing the high bit (which
35359 is always set on Win9x); pseudo-process PIDs are likewise
35360 always negative now on Win9x (just as on NT/2000)
35362 ! pp_sys.c win32/perlhost.h win32/win32.c
35363 ____________________________________________________________________________
35364 [ 6660] By: jhi on 2000/08/17 00:04:32
35365 Log: Retract #6645.
35367 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35368 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
35370 ____________________________________________________________________________
35371 [ 6659] By: gsar on 2000/08/16 23:59:28
35372 Log: on windows, the return values from wait() and waitpid() don't
35373 match those of pseudo-pids
35375 ! pp_sys.c t/op/fork.t util.c win32/win32.c
35376 ____________________________________________________________________________
35377 [ 6658] By: gsar on 2000/08/16 23:56:14
35378 Log: pod nit seen in passing
35381 ____________________________________________________________________________
35382 [ 6657] By: gsar on 2000/08/16 23:53:42
35383 Log: change#6328 could make close(SOCKET) return false on windows
35387 ____________________________________________________________________________
35388 [ 6656] By: gsar on 2000/08/16 23:46:57
35389 Log: check that the number pseudo children doesn't exceed
35390 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
35391 the WaitForMultipleObjects() limit that would cause wait()
35394 wait() and waitpid() could potentially be rewritten to use
35395 more than one thread to do the waiting to eliminate this
35399 ____________________________________________________________________________
35400 [ 6655] By: jhi on 2000/08/16 14:11:05
35401 Log: Update Changes.
35403 ! Changes patchlevel.h
35404 ____________________________________________________________________________
35405 [ 6654] By: jhi on 2000/08/16 14:10:12
35406 Log: Update to perldebtut 1.9, from Richard Foley.
35408 ! pod/perldebtut.pod
35409 ____________________________________________________________________________
35410 [ 6653] By: jhi on 2000/08/16 14:08:17
35411 Log: Change the regx compilation error markers to use = instead of <
35412 since pod makes using the latter quite messy. Reported in
35413 ID 20000814.006 by Abigail and in
35414 Subject: Unknown escape E<> ?
35415 From: Lupe Christoph <lupe@lupe-christoph.de>
35416 Date: Fri, 11 Aug 2000 00:30:27 +0200
35417 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
35419 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
35420 ! t/op/regmesg.t t/pragma/warn/regcomp
35421 ____________________________________________________________________________
35422 [ 6652] By: jhi on 2000/08/16 13:25:31
35423 Log: Change the perlbug address to perl.org since it's more forgiving.
35425 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
35426 From: abigail@foad.org
35427 Date: 15 Aug 2000 04:15:40 -0000
35428 Message-Id: <20000815041540.8633.qmail@foad.org>
35431 ____________________________________________________________________________
35432 [ 6651] By: jhi on 2000/08/16 13:22:35
35433 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
35434 From: Tim Jenness <timj@jach.hawaii.edu>
35435 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
35436 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
35439 ____________________________________________________________________________
35440 [ 6650] By: jhi on 2000/08/16 13:18:13
35441 Log: Update to CPAN 1.57.
35443 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
35444 From: andreas.koenig@anima.de (Andreas J. Koenig)
35445 Date: 16 Aug 2000 15:09:46 +0200
35446 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
35449 ____________________________________________________________________________
35450 [ 6649] By: jhi on 2000/08/16 13:12:31
35451 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
35452 From: "Larry W. Virden" <lvirden@cas.org>
35453 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
35454 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
35457 ____________________________________________________________________________
35458 [ 6648] By: jhi on 2000/08/16 13:03:53
35459 Log: The numeric locale was reset to "C" by s?printf and never restored.
35461 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
35462 From: Christian Kirsch <ck@held.mind.de>
35463 Date: Wed, 9 Aug 2000 17:05:17 +0200
35464 Message-Id: <20000809170517.A25389@held>
35466 No test since adding the failing example to locale.t
35467 does not fail -- probably because the locale settings are so
35468 thoroughly tweaked by that time. Running the example standalone
35469 does fail, though. UPDATE: test case added at change #7540.
35471 ! dump.c perl.h pp.c pp_ctl.c sv.c
35472 ____________________________________________________________________________
35473 [ 6647] By: jhi on 2000/08/16 00:07:54
35474 Log: Update Changes and test semi-automatic patchlevel updating.
35476 ! Changes patchlevel.h
35477 ____________________________________________________________________________
35478 [ 6646] By: jhi on 2000/08/15 23:35:07
35479 Log: Fix a dependency problem.
35481 Subject: [PATCH: 6640] VMS Makefile.SH update
35482 From: Peter Prymmer <pvhp@forte.com>
35483 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
35484 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
35486 ! vms/descrip_mms.template
35487 ____________________________________________________________________________
35488 [ 6645] By: jhi on 2000/08/15 23:33:23
35489 Log: (Retracted by #6660)
35491 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
35492 From: Dominic Dunlop <domo@computer.org>
35493 Date: Tue, 15 Aug 2000 22:20:52 +0200
35494 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
35495 Branch: metaconfig/U/perl
35498 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35499 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
35501 ____________________________________________________________________________
35502 [ 6644] By: jhi on 2000/08/15 21:17:20
35503 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
35504 From: abigail@foad.org
35505 Date: 15 Aug 2000 20:12:41 -0000
35506 Message-Id: <20000815201241.25556.qmail@foad.org>
35509 ____________________________________________________________________________
35510 [ 6643] By: jhi on 2000/08/15 21:15:28
35511 Log: (an already applied patch)
35514 ____________________________________________________________________________
35515 [ 6642] By: gsar on 2000/08/15 19:54:05
35516 Log: magic callbacks all need to have same type signature
35518 ! embed.pl mg.c proto.h
35519 ____________________________________________________________________________
35520 [ 6641] By: jhi on 2000/08/15 17:56:27
35521 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)
35522 From: Mike Guy <mjtg@cam.ac.uk>
35523 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
35524 Date: Tue, 15 Aug 2000 18:26:45 +0100
35526 Only the peek.t part applied, not the hash quality part.
35529 ____________________________________________________________________________
35530 [ 6640] By: jhi on 2000/08/15 16:37:37
35531 Log: Update Changes.
35534 ____________________________________________________________________________
35535 [ 6639] By: jhi on 2000/08/15 16:34:55
35536 Log: Missed a file from #6638.
35539 ____________________________________________________________________________
35540 [ 6638] By: jhi on 2000/08/15 16:33:19
35541 Log: Subject: [PATCH perl@6620] cygwin port
35542 From: "Fifer, Eric" <EFifer@sanwaint.com>
35543 Date: Tue, 15 Aug 2000 17:00:49 +0100
35544 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
35546 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
35547 ____________________________________________________________________________
35548 [ 6637] By: jhi on 2000/08/15 16:29:22
35549 Log: Subject: [PATCH] debugger exit code should reflect user exit code
35550 From: Mike Guy <mjtg@cam.ac.uk>
35551 Date: Tue, 15 Aug 2000 16:55:59 +0100
35552 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
35555 ____________________________________________________________________________
35556 [ 6636] By: jhi on 2000/08/15 15:30:58
35557 Log: Update Changes.
35560 ____________________________________________________________________________
35561 [ 6635] By: jhi on 2000/08/15 15:27:21
35562 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
35564 ! U/mkglossary U/mksample
35565 Branch: metaconfig/U/perl
35568 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35569 ____________________________________________________________________________
35570 [ 6634] By: jhi on 2000/08/15 14:11:55
35571 Log: Don't blow limited stacks, a lower number is enough to
35572 tickle the lookbehind limit.
35574 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
35575 From: Dominic Dunlop <domo@computer.org>
35576 Date: Tue, 15 Aug 2000 13:51:24 +0200
35577 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
35580 ____________________________________________________________________________
35581 [ 6633] By: jhi on 2000/08/15 14:01:46
35582 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
35583 From: Mike Guy <mjtg@cam.ac.uk>
35584 Date: Tue, 15 Aug 2000 12:10:50 +0100
35585 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
35588 ____________________________________________________________________________
35589 [ 6632] By: jhi on 2000/08/15 13:58:48
35590 Log: make ok etc also for win32.
35592 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
35593 From: Prymmer/Kahn <pvhp@best.com>
35594 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
35595 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
35598 ____________________________________________________________________________
35599 [ 6631] By: jhi on 2000/08/15 13:45:03
35600 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
35603 ____________________________________________________________________________
35604 [ 6630] By: jhi on 2000/08/15 03:25:09
35605 Log: Update Changes.
35608 ____________________________________________________________________________
35609 [ 6629] By: jhi on 2000/08/15 03:23:53
35610 Log: magic_regdatum_set() is void, not int.
35612 ! embed.pl mg.c proto.h
35613 ____________________________________________________________________________
35614 [ 6628] By: jhi on 2000/08/15 03:08:02
35615 Log: Make the user to give up his firstborn, err, to knowingly
35616 verify installing an unstable developer release. Also bump
35617 the release to 5.7.0, but leave a patch tag in the local
35618 patches saying that this is not yet the real thing.
35620 ! U/modified/Instruct.U
35621 Branch: metaconfig/U/perl
35624 ! Configure patchlevel.h
35625 ____________________________________________________________________________
35626 [ 6627] By: jhi on 2000/08/14 22:32:52
35627 Log: README.os2 update.
35629 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
35630 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35631 Date: Wed, 02 Aug 2000 21:55:09 -0700
35632 Message-ID: <tsPi5gzkgegX092yn@efn.org>
35635 ____________________________________________________________________________
35636 [ 6626] By: jhi on 2000/08/14 21:00:02
35637 Log: Subject: Re: File::Temp problems on VMS in bleedperl
35638 From: Tim Jenness <timj@jach.hawaii.edu>
35639 cc: vmsperl@perl.org
35640 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
35641 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
35643 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
35644 ____________________________________________________________________________
35645 [ 6625] By: jhi on 2000/08/14 20:52:16
35646 Log: Add SUIDMAIL as was done for the CERT alert.
35649 ____________________________________________________________________________
35650 [ 6624] By: jhi on 2000/08/14 20:48:50
35651 Log: Subject: sfio2000
35652 From: Daniel Muino <dmuino@afip.gov.ar>
35653 Date: Mon, 14 Aug 2000 16:58:11 -0300
35654 Message-ID: <20000814165811.B16368@con2-dgi>
35656 ! perlsdio.h perlsfio.h
35657 ____________________________________________________________________________
35658 [ 6623] By: jhi on 2000/08/14 20:47:36
35659 Log: Subject: warning: storage class after type is obsolescent
35660 From: Daniel Muino <dmuino@afip.gov.ar>
35661 Date: Mon, 14 Aug 2000 16:42:47 -0300
35662 Message-ID: <20000814164247.A16368@con2-dgi>
35664 ! regcomp.pl regnodes.h
35665 ____________________________________________________________________________
35666 [ 6622] By: jhi on 2000/08/14 20:43:05
35667 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
35668 From: abigail@foad.org
35669 Date: 14 Aug 2000 20:00:10 -0000
35670 Message-Id: <20000814200010.27271.qmail@foad.org>
35673 ____________________________________________________________________________
35674 [ 6621] By: jhi on 2000/08/14 15:23:05
35675 Log: Update Changes.
35678 ____________________________________________________________________________
35679 [ 6620] By: jhi on 2000/08/14 15:22:14
35680 Log: Subject: Re: [PATCH] @+, @- readonly
35681 From: Mike Guy <mjtg@cam.ac.uk>
35682 Date: Mon, 14 Aug 2000 15:26:55 +0100
35683 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
35685 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
35687 ____________________________________________________________________________
35688 [ 6619] By: jhi on 2000/08/14 14:12:08
35689 Log: Update Changes.
35692 ____________________________________________________________________________
35693 [ 6618] By: jhi on 2000/08/14 14:09:34
35694 Log: For now remove the mail code.
35697 ____________________________________________________________________________
35698 [ 6617] By: jhi on 2000/08/14 14:08:28
35699 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
35701 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
35702 ! pod/perlfaq8.pod pod/perlsec.pod
35703 ____________________________________________________________________________
35704 [ 6616] By: jhi on 2000/08/14 14:00:11
35705 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
35706 From: Mike Guy <mjtg@cam.ac.uk>
35707 Date: Mon, 14 Aug 2000 08:26:02 +0100
35708 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
35711 ____________________________________________________________________________
35712 [ 6615] By: jhi on 2000/08/14 13:58:45
35713 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
35714 From: Mike Guy <mjtg@cam.ac.uk>
35715 Date: Mon, 14 Aug 2000 08:04:22 +0100
35716 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
35718 ! gv.c mg.c t/op/pat.t
35719 ____________________________________________________________________________
35720 [ 6614] By: jhi on 2000/08/14 13:56:45
35721 Log: Subject: Test fails / warnings with perl-current #6612
35722 From: Mike Guy <mjtg@cam.ac.uk>
35723 Date: Mon, 14 Aug 2000 07:57:23 +0100
35724 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
35726 ! t/lib/b.t t/lib/peek.t
35727 ____________________________________________________________________________
35728 [ 6613] By: jhi on 2000/08/14 13:45:33
35729 Log: VMS configure.com update continues.
35731 - vms/configure.com
35732 ! MANIFEST configure.com
35733 ____________________________________________________________________________
35734 [ 6612] By: jhi on 2000/08/13 22:13:35
35735 Log: Update Changes.
35738 ____________________________________________________________________________
35739 [ 6611] By: jhi on 2000/08/13 16:21:45
35740 Log: Upgrade to CGI 2.71, from Lincoln Stein.
35742 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
35743 ____________________________________________________________________________
35744 [ 6610] By: jhi on 2000/08/13 15:09:16
35745 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
35746 From: Mike Guy <mjtg@cam.ac.uk>
35747 Date: Sun, 13 Aug 2000 13:45:51 +0100
35748 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
35751 ____________________________________________________________________________
35752 [ 6609] By: jhi on 2000/08/13 14:31:26
35753 Log: Andreas says that 1.56 is fine, so reverting back to it.
35756 ____________________________________________________________________________
35757 [ 6608] By: jhi on 2000/08/13 05:34:20
35758 Log: Update Changes.
35761 ____________________________________________________________________________
35762 [ 6607] By: jhi on 2000/08/13 05:32:01
35763 Log: Put back the \z changes of #5406 to CPAN.pm.
35766 ____________________________________________________________________________
35767 [ 6606] By: jhi on 2000/08/13 05:20:16
35768 Log: Fix-n-skip the tests under 5005threads.
35771 ____________________________________________________________________________
35772 [ 6605] By: jhi on 2000/08/13 05:07:48
35773 Log: Fix the test for 5005threads.
35776 ____________________________________________________________________________
35777 [ 6604] By: jhi on 2000/08/13 03:35:37
35778 Log: Should have deleted this in #6603.
35780 - vms/subconfigure.com
35781 ____________________________________________________________________________
35782 [ 6603] By: jhi on 2000/08/12 18:29:32
35783 Log: Rewrite of vms/subconfigure.com as configure.com,
35784 from Peter Prymmer and the vmsperl crew.
35786 + vms/configure.com
35788 ____________________________________________________________________________
35789 [ 6602] By: jhi on 2000/08/11 13:00:01
35790 Log: PlainText.pm is dead.
35792 - lib/Pod/PlainText.pm
35794 ____________________________________________________________________________
35795 [ 6601] By: jhi on 2000/08/11 04:06:45
35796 Log: Update Changes.
35799 ____________________________________________________________________________
35800 [ 6600] By: jhi on 2000/08/11 04:06:10
35801 Log: Add a few missing files, update MANIFEST.
35803 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
35804 + lib/Pod/PlainText.pm t/pod/find.t
35805 ! MANIFEST t/op/regmesg.t
35806 ____________________________________________________________________________
35807 [ 6599] By: jhi on 2000/08/11 03:31:10
35808 Log: Add Perl debugging tutorial, regen toc.
35810 Subject: perldebtut.pod
35811 From: Richard Foley <Richard.Foley@m.dasa.de>
35812 Date: Wed, 09 Aug 2000 10:17:15 +0200
35813 Message-id: <3991138B.262247B8@m.dasa.de>
35815 + pod/perldebtut.pod
35816 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35817 ____________________________________________________________________________
35818 [ 6598] By: jhi on 2000/08/11 02:48:56
35819 Log: tiny Changes edit
35822 ____________________________________________________________________________
35823 [ 6597] By: jhi on 2000/08/11 02:39:04
35824 Log: Tests for #6589.
35826 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
35827 From: simon@brecon.co.uk (Simon Cozens)
35828 Date: 11 Aug 2000 02:24:52 GMT
35829 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
35832 ____________________________________________________________________________
35833 [ 6596] By: jhi on 2000/08/11 01:50:07
35834 Log: Update Changes.
35837 ____________________________________________________________________________
35838 [ 6595] By: jhi on 2000/08/11 01:47:16
35842 ____________________________________________________________________________
35843 [ 6594] By: jhi on 2000/08/11 01:36:16
35844 Log: Subject: Getting perlio and threads to compile
35845 From: Lupe Christoph <lupe@lupe-christoph.de>
35846 Date: Wed, 9 Aug 2000 11:35:54 +0200
35847 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
35849 (the Solaris version changes in Configure skipped)
35851 ! hints/solaris_2.sh thread.h
35852 ____________________________________________________________________________
35853 [ 6593] By: jhi on 2000/08/11 01:30:16
35854 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
35855 From: simon@brecon.co.uk (Simon Cozens)
35856 Date: 1 Aug 2000 06:55:19 GMT
35857 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
35860 ____________________________________________________________________________
35861 [ 6592] By: jhi on 2000/08/11 01:26:39
35862 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
35863 From: Peter Scott <Peter@PeterScott.com>
35864 Date: Thu, 10 Aug 2000 08:23:27 -0700
35865 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
35868 ____________________________________________________________________________
35869 [ 6591] By: jhi on 2000/08/11 01:22:02
35870 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
35871 From: Hugo <hv@crypt.compulink.co.uk>
35872 Date: Thu, 10 Aug 2000 19:23:04 +0100
35873 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
35875 ! regexec.c t/op/pat.t
35876 ____________________________________________________________________________
35877 [ 6590] By: jhi on 2000/08/11 01:19:19
35878 Log: Preprocessing and postprocessing for File::Find.
35880 Subject: Patch to Find::File.pm to allow alphabetical results
35881 From: Joe Smith <jsmith@inwap.com>
35882 Date: Wed, 9 Aug 2000 02:44:54 -0700
35883 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
35886 ____________________________________________________________________________
35887 [ 6589] By: jhi on 2000/08/11 01:12:39
35888 Log: B::Deparse didn't do sub attributes.
35890 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
35891 From: simon@brecon.co.uk (Simon Cozens)
35892 Date: 9 Aug 2000 04:49:20 GMT
35893 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
35895 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
35896 ____________________________________________________________________________
35897 [ 6588] By: jhi on 2000/08/11 01:06:40
35898 Log: Subject: debugger "d" command doesnt check line number
35899 From: Mike Guy <mjtg@cam.ac.uk>
35900 Date: Tue, 08 Aug 2000 21:54:29 +0100
35901 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
35903 ! lib/perl5db.pl mg.c pod/perldiag.pod
35904 ____________________________________________________________________________
35905 [ 6587] By: jhi on 2000/08/11 00:45:03
35906 Log: sleep(1) does not necessarily return 1.
35908 Subject: [PATCH bleadperl] op/lex_assign.t
35909 From: Hugo <hv@crypt.compulink.co.uk>
35910 Date: Thu, 03 Aug 2000 14:34:22 +0100
35911 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
35913 ! t/op/lex_assign.t
35914 ____________________________________________________________________________
35915 [ 6586] By: jhi on 2000/08/11 00:31:50
35916 Log: Document the IO::Select timeout.
35918 ! ext/IO/lib/IO/Select.pm
35919 ____________________________________________________________________________
35920 [ 6585] By: jhi on 2000/08/11 00:13:54
35921 Log: Forgot contributor.
35924 ____________________________________________________________________________
35925 [ 6584] By: jhi on 2000/08/11 00:09:19
35929 ____________________________________________________________________________
35930 [ 6583] By: jhi on 2000/08/11 00:07:53
35931 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
35933 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
35934 From: Mike Guy <mjtg@cam.ac.uk>
35935 Date: Thu, 10 Aug 2000 15:50:54 +0100
35936 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
35939 ____________________________________________________________________________
35940 [ 6582] By: jhi on 2000/08/10 23:29:32
35941 Log: Update Changes.
35944 ____________________________________________________________________________
35945 [ 6581] By: jhi on 2000/08/10 23:26:16
35946 Log: Put back the std @INC thing.
35948 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
35949 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
35950 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
35952 ____________________________________________________________________________
35953 [ 6580] By: jhi on 2000/08/10 23:03:34
35954 Log: Update to CGI 2.70, from Lincoln Stein.
35956 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
35957 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
35958 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
35959 ! t/lib/cgi-request.t
35960 ____________________________________________________________________________
35961 [ 6579] By: jhi on 2000/08/10 22:41:50
35962 Log: Update to CPAN 1.56, from Andreas König.
35964 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35965 ____________________________________________________________________________
35966 [ 6578] By: jhi on 2000/08/10 22:38:13
35967 Log: Update to Pod::Parser 1.17, from Brad Appleton.
35969 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
35970 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
35971 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
35972 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
35973 ! t/pod/include.t t/pod/included.t t/pod/lref.t
35974 ! t/pod/multiline_items.t t/pod/nested_items.t
35975 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
35976 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
35977 ! t/pod/special_seqs.t
35978 ____________________________________________________________________________
35979 [ 6577] By: jhi on 2000/08/10 22:35:41
35980 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
35983 ____________________________________________________________________________
35984 [ 6576] By: jhi on 2000/08/10 22:24:54
35985 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
35988 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
35989 ! t/lib/gol-compat.t t/lib/gol-linkage.t
35990 ____________________________________________________________________________
35991 [ 6575] By: jhi on 2000/08/10 22:02:07
35992 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
35994 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
35995 ____________________________________________________________________________
35996 [ 6574] By: jhi on 2000/08/10 21:55:03
35997 Log: Iterating perl6 description.
36000 ____________________________________________________________________________
36001 [ 6573] By: jhi on 2000/08/10 21:48:26
36002 Log: Revert the sv.c part of #6559, a better fix is needed.
36005 ____________________________________________________________________________
36006 [ 6572] By: jhi on 2000/08/10 20:33:43
36007 Log: It's the 2ndO'ROSSC.
36010 ____________________________________________________________________________
36011 [ 6571] By: jhi on 2000/08/10 15:55:48
36015 ____________________________________________________________________________
36016 [ 6570] By: jhi on 2000/08/10 14:11:17
36017 Log: An exceptionally sticky typo.
36020 ____________________________________________________________________________
36021 [ 6569] By: jhi on 2000/08/10 14:09:33
36022 Log: detypo (and test Changes updating script)
36025 ____________________________________________________________________________
36026 [ 6568] By: jhi on 2000/08/10 14:07:07
36027 Log: Update Changes.
36030 ____________________________________________________________________________
36031 [ 6567] By: jhi on 2000/08/10 14:06:19
36032 Log: Amend the description of Perl6.
36033 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
36034 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
36035 Date: Wed, 9 Aug 2000 22:11:06 -0500
36036 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
36039 ____________________________________________________________________________
36040 [ 6566] By: jhi on 2000/08/10 13:58:57
36041 Log: Subject: Remove dead entry in perldiag
36042 From: Mike Guy <mjtg@cam.ac.uk>
36043 Date: Thu, 10 Aug 2000 14:19:19 +0100
36044 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
36047 ____________________________________________________________________________
36048 [ 6565] By: jhi on 2000/08/10 13:51:48
36049 Log: Zero entries were skipped, fix from Adrian Goalby
36050 <argoalby@yahoo.co.uk>
36052 ! lib/unicode/Number.pl lib/unicode/mktables.PL
36053 ____________________________________________________________________________
36054 [ 6564] By: jhi on 2000/08/10 13:00:12
36055 Log: Subject: [PATCH 5.6.0] cygwin port
36056 From: "Fifer, Eric" <EFifer@sanwaint.com>
36057 Date: Thu, 10 Aug 2000 13:15:36 +0100
36058 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
36060 ! README.cygwin hints/cygwin.sh
36061 ____________________________________________________________________________
36062 [ 6563] By: jhi on 2000/08/10 12:55:16
36063 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
36065 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
36066 ____________________________________________________________________________
36067 [ 6562] By: gsar on 2000/08/10 08:38:39
36068 Log: warn is a macro, avoid using at a variable to avoid warnings
36069 in some configurations; readdir.t is too conservative in
36070 estimating number of *.t's
36072 ! t/op/readdir.t util.c
36073 ____________________________________________________________________________
36074 [ 6561] By: jhi on 2000/08/09 23:35:42
36075 Log: Update Changes.
36078 ____________________________________________________________________________
36079 [ 6560] By: jhi on 2000/08/09 23:05:47
36080 Log: Subject: Re: enhanced(?) regex error messages
36081 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36082 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
36083 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
36085 (plus two small patches sent privately)
36086 (this still seems to leave few test failures)
36089 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
36090 ! t/pragma/warn/regcomp
36091 ____________________________________________________________________________
36092 [ 6559] By: jhi on 2000/08/09 20:41:18
36093 Log: (The fix did work but was not right, retracted in #6573)
36095 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
36096 From: Christian Kirsch <ck@held.mind.de>
36097 Date: Wed, 9 Aug 2000 17:05:17 +0200
36098 Message-Id: <20000809170517.A25389@held>
36100 ! sv.c t/pragma/locale.t
36101 ____________________________________________________________________________
36102 [ 6558] By: jhi on 2000/08/08 22:34:08
36103 Log: Tiny updates on the contributors list.
36106 ____________________________________________________________________________
36107 [ 6557] By: jhi on 2000/08/08 19:34:28
36108 Log: Double check that we have a dirhandle.
36111 ____________________________________________________________________________
36112 [ 6556] By: jhi on 2000/08/08 19:01:51
36113 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
36114 May be repopulated with fresh maintained examples.
36116 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
36117 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
36118 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
36119 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
36120 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
36121 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
36122 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
36123 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
36124 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
36125 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
36126 + lib/CGI/eg/wilogo_gif.uu
36127 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
36128 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
36129 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
36130 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
36131 - eg/cgi/frameset.cgi eg/cgi/index.html
36132 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36133 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36134 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36135 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36136 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36137 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36138 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36139 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36140 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36141 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36142 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36143 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36144 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36145 - eg/van/vanish eg/who eg/wrapsuid
36147 ____________________________________________________________________________
36148 [ 6555] By: jhi on 2000/08/08 18:51:08
36149 Log: Delete chat2 as requested by Randal.
36151 Subject: Re: perlfaq8 coyness
36152 From: merlyn@stonehenge.com (Randal L. Schwartz)
36153 Date: 15 May 2000 18:52:42 -0700
36154 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
36158 ____________________________________________________________________________
36159 [ 6554] By: jhi on 2000/08/08 18:31:35
36160 Log: Regen global.sym.
36163 ____________________________________________________________________________
36164 [ 6553] By: jhi on 2000/08/08 18:28:13
36165 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
36166 (either perlbug or p5p ate the original), plus regen
36167 perlapi and perltoc.
36169 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
36170 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
36171 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
36172 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
36173 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
36174 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
36175 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
36176 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
36177 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
36178 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
36179 ____________________________________________________________________________
36180 [ 6552] By: jhi on 2000/08/08 18:06:29
36181 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
36182 From: Mike Guy <mjtg@cam.ac.uk>
36183 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
36184 Date: Tue, 08 Aug 2000 15:51:27 +0100
36186 ! doop.c sv.h t/op/join.t t/pragma/overload.t
36187 ____________________________________________________________________________
36188 [ 6551] By: jhi on 2000/08/08 18:01:11
36189 Log: Re-apply #6549.
36192 ____________________________________________________________________________
36193 [ 6550] By: jhi on 2000/08/08 17:43:08
36194 Log: Accidental retraction of #6549.
36197 ____________________________________________________________________________
36198 [ 6549] By: jhi on 2000/08/08 17:40:04
36199 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36200 From: Mike Guy <mjtg@cam.ac.uk>
36201 Date: Mon, 07 Aug 2000 21:49:58 +0100
36202 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
36205 ____________________________________________________________________________
36206 [ 6548] By: jhi on 2000/08/08 17:37:57
36207 Log: Document here-doc better.
36209 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
36210 From: Mike Guy <mjtg@cam.ac.uk>
36211 Date: Mon, 07 Aug 2000 14:02:09 +0100
36212 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
36215 ____________________________________________________________________________
36216 [ 6547] By: jhi on 2000/08/08 17:33:34
36217 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
36218 From: "Randy J. Ray" <rjray@redhat.com>
36219 Date: Mon, 07 Aug 2000 19:12:25 -0700
36220 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
36222 ! perl.c pod/perlrun.pod
36223 ____________________________________________________________________________
36224 [ 6546] By: jhi on 2000/08/08 17:29:26
36225 Log: Subject: Re: enhanced(?) regex error messages
36226 From: Hugo <hv@crypt.compulink.co.uk>
36227 Date: Tue, 08 Aug 2000 03:25:51 +0100
36228 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
36230 plus Capitalize the error messages, plus perldiag them.
36232 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
36233 ____________________________________________________________________________
36234 [ 6545] By: jhi on 2000/08/08 13:59:28
36235 Log: Augment #6539 a bit: don't croak if there's magic in the air.
36237 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
36238 From: Hugo <hv@crypt.compulink.co.uk>
36239 Date: Tue, 08 Aug 2000 03:02:03 +0100
36240 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
36242 ! pp.c t/op/bless.t
36243 ____________________________________________________________________________
36244 [ 6544] By: jhi on 2000/08/07 21:11:52
36245 Log: Make the test -w clean.
36248 ____________________________________________________________________________
36249 [ 6543] By: jhi on 2000/08/07 19:49:53
36250 Log: use warnings instead of $^W.
36253 ____________________________________________________________________________
36254 [ 6542] By: jhi on 2000/08/07 17:41:41
36255 Log: Disable a portability warning Because We Know What We Are Doing.
36258 ____________________________________________________________________________
36259 [ 6541] By: jhi on 2000/08/07 17:29:51
36260 Log: Tiny tidying on report_evil_fh().
36263 ____________________________________________________________________________
36264 [ 6540] By: jhi on 2000/08/07 16:37:38
36265 Log: Make regular expression parse error messages easier to understand.
36267 Subject: Re: enhanced(?) regex error messages
36268 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36269 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
36270 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
36273 ____________________________________________________________________________
36274 [ 6539] By: jhi on 2000/08/07 16:12:27
36275 Log: Make bless(REF, REF) a fatal error, add bless tests.
36277 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
36278 From: Hugo <hv@crypt.compulink.co.uk>
36279 Date: Mon, 07 Aug 2000 16:59:38 +0100
36280 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
36283 ! MANIFEST pod/perldiag.pod pp.c sv.c
36284 ____________________________________________________________________________
36285 [ 6538] By: jhi on 2000/08/07 15:59:43
36286 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
36287 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
36288 Date: Thu, 3 Aug 2000 14:29:21 -0700
36289 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
36292 ____________________________________________________________________________
36293 [ 6537] By: jhi on 2000/08/07 15:47:18
36294 Log: Retract #6419 for now since it breaks in AFS and MachTen.
36297 ____________________________________________________________________________
36298 [ 6536] By: jhi on 2000/08/07 15:05:29
36299 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
36300 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
36301 The security hole exists only in suidperls, which isn't
36302 installed or even built by default.
36305 ____________________________________________________________________________
36306 [ 6535] By: jhi on 2000/08/07 14:45:14
36307 Log: tr memory corruption fix from Simon Cozens.
36310 ____________________________________________________________________________
36311 [ 6534] By: jhi on 2000/08/06 11:38:16
36312 Log: Document a bit that UDP is not what you might think.
36314 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
36315 From: Lupe Christoph <lupe@lupe-christoph.de>
36316 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
36317 Date: Mon, 24 Jul 2000 08:59:15 +0200
36320 ____________________________________________________________________________
36321 [ 6533] By: jhi on 2000/08/06 11:35:01
36322 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
36323 From: Jeff Pinyan <jeffp@hut.crusoe.net>
36324 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
36325 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
36328 ____________________________________________________________________________
36329 [ 6532] By: jhi on 2000/08/06 03:45:41
36330 Log: Have symbols for the IoTYPEs.
36332 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
36333 ____________________________________________________________________________
36334 [ 6531] By: jhi on 2000/08/06 01:33:55
36335 Log: Continue fixing the io warnings. This also
36336 sort of fixes bug ID 20000802.003: the core dump
36337 is no more. Whether the current behaviour is correct
36338 (giving a warning: "Not a format reference"), is another matter.
36340 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
36341 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
36342 ____________________________________________________________________________
36343 [ 6530] By: jhi on 2000/08/05 21:33:12
36344 Log: Change the Policy policy: now -Dprefix= with an existing
36345 Policy.sh and prefix == siteprefix == vendorprefix, then all
36346 of them follow along the new prefix.
36348 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
36349 From: Andy Dougherty <doughera@lafayette.edu>
36350 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
36351 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
36354 ____________________________________________________________________________
36355 [ 6529] By: jhi on 2000/08/05 18:57:28
36356 Log: Zap lib/Sys directory when cleaning up.
36359 ____________________________________________________________________________
36360 [ 6528] By: jhi on 2000/08/05 18:40:44
36361 Log: Essential prototype changes were missing from #6527.
36362 Also make report_evil_fh() more bomb-proof.
36365 ____________________________________________________________________________
36366 [ 6527] By: jhi on 2000/08/05 03:22:05
36367 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
36368 From: "Ronald F. Guilmette" <rfg@monkeys.com>
36369 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
36370 Message-Id: <200007242247.PAA52177@monkeys.com>
36372 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
36373 ____________________________________________________________________________
36374 [ 6526] By: jhi on 2000/08/04 21:23:27
36375 Log: gcc versions might have (parentheses) in them.
36376 Branch: metaconfig/U/perl
36379 ! Configure config_h.SH
36380 ____________________________________________________________________________
36381 [ 6525] By: jhi on 2000/08/04 20:23:12
36382 Log: Weed buglets pointed out by
36384 From: Lupe Christoph <lupe@lupe-christoph.de>
36385 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
36386 Date: Fri, 4 Aug 2000 17:34:39 +0200
36387 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
36388 Branch: metaconfig/U/perl
36389 ! gccvers.U uselfs.U
36391 ! Configure config_h.SH
36392 ____________________________________________________________________________
36393 [ 6524] By: jhi on 2000/08/04 19:02:08
36394 Log: Warn under -w if lstat(FH) is attempted.
36396 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
36397 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
36398 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
36399 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
36401 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
36402 ! t/pragma/warn/pp_sys
36403 ____________________________________________________________________________
36404 [ 6523] By: jhi on 2000/08/04 12:31:11
36405 Log: Subject: New perlcc, take 2
36406 From: simon@brecon.co.uk (Simon Cozens)
36407 Date: 4 Aug 2000 06:21:04 GMT
36408 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
36411 ____________________________________________________________________________
36412 [ 6522] By: jhi on 2000/08/04 12:26:33
36413 Log: Subject: Re: Array vs. List context
36414 From: Daniel Chetlin <daniel@chetlin.com>
36415 Date: Fri, 4 Aug 2000 00:22:44 -0700
36416 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
36418 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
36420 ____________________________________________________________________________
36421 [ 6521] By: jhi on 2000/08/04 12:22:38
36422 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
36423 From: Raymund Will <ray@caldera.de>
36424 Date: Fri, 4 Aug 2000 12:07:09 +0200
36425 Message-Id: <20000804120709.A14982@caldera.de>
36428 ____________________________________________________________________________
36429 [ 6520] By: jhi on 2000/08/04 04:09:06
36430 Log: After the #6519 a warning about stat() is just that,
36431 not about a filetest, which now have their own warning.
36434 ____________________________________________________________________________
36435 [ 6519] By: jhi on 2000/08/04 04:06:30
36436 Log: In the warnings call filehandles consistently so;
36437 add "unopened" warning for stat().
36439 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
36440 ! t/pragma/warn/pp_sys
36441 ____________________________________________________________________________
36442 [ 6518] By: jhi on 2000/08/04 02:55:35
36443 Log: Subject: Minor tweak to perlvar.pod
36444 From: "Stephen P. Potter" <spp@ds.net>
36445 Date: Tue, 18 Apr 2000 09:26:03 -0400
36446 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
36449 ____________________________________________________________________________
36450 [ 6517] By: jhi on 2000/08/04 02:50:08
36451 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
36452 From: "Clinton Pierce" <cpierce1@ford.com>
36453 Date: Wed, 21 Jul 1999 16:45:31 -0400
36454 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
36456 Fix by Stephen Potter (visible in the bug db but not in p5p?)
36458 ! pod/perlfunc.pod pod/perlop.pod
36459 ____________________________________________________________________________
36460 [ 6516] By: jhi on 2000/08/04 02:09:25
36461 Log: This is 6512. Really.
36464 ____________________________________________________________________________
36465 [ 6515] By: jhi on 2000/08/04 01:25:50
36466 Log: mention the idea of @( and @)
36469 ____________________________________________________________________________
36470 [ 6514] By: bailey on 2000/08/04 01:18:46
36471 Log: YA resync with mainstem, including VMS patches from others
36473 +> (branch 48 files)
36474 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
36475 !> (integrate 354 files)
36476 ____________________________________________________________________________
36477 [ 6513] By: jhi on 2000/08/04 01:18:18
36478 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
36479 From: Mark Dickinson <dickins3@fas.harvard.edu>
36480 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
36481 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
36483 ! t/op/grent.t t/op/pwent.t
36484 ____________________________________________________________________________
36485 [ 6512] By: jhi on 2000/08/04 01:14:06
36486 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
36487 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36488 Date: Wed, 02 Aug 2000 10:51:01 +0100
36489 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
36492 ____________________________________________________________________________
36493 [ 6511] By: jhi on 2000/08/04 00:57:00
36494 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
36495 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36496 Date: Thu, 03 Aug 2000 17:20:04 -0700
36497 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
36499 ! U/modified/Cppsym.U
36501 ! Configure config_h.SH
36502 ____________________________________________________________________________
36503 [ 6510] By: jhi on 2000/08/04 00:25:28
36507 ____________________________________________________________________________
36508 [ 6509] By: jhi on 2000/08/03 23:43:18
36509 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
36510 From: Dominic Dunlop <domo@computer.org>
36511 Date: Thu, 3 Aug 2000 22:16:46 +0200
36512 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
36515 ____________________________________________________________________________
36516 [ 6508] By: jhi on 2000/08/03 23:40:37
36517 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
36518 From: Hugo <hv@crypt.compulink.co.uk>
36519 Date: Thu, 03 Aug 2000 18:25:30 +0100
36520 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
36522 ! regcomp.c t/op/re_tests
36523 ____________________________________________________________________________
36524 [ 6507] By: jhi on 2000/08/03 23:38:28
36525 Log: Subject: [PATCH] sv.h documentation - SvLEN
36526 From: Mike Guy <mjtg@cam.ac.uk>
36527 Date: Thu, 03 Aug 2000 14:43:09 +0100
36528 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
36531 ____________________________________________________________________________
36532 [ 6506] By: jhi on 2000/08/03 15:49:14
36533 Log: Disable the fix_pl hack for now.
36536 ____________________________________________________________________________
36537 [ 6505] By: jhi on 2000/08/03 13:49:04
36538 Log: Add a URL for FSF.
36540 Subject: Patch for README
36541 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
36542 Date: Wed, 2 Aug 2000 13:25:09 -0500
36543 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
36546 ____________________________________________________________________________
36547 [ 6504] By: jhi on 2000/08/03 13:29:19
36548 Log: Be more informative on what is skipped and why,
36549 also repeat the list at the end.
36552 ____________________________________________________________________________
36553 [ 6503] By: jhi on 2000/08/03 13:07:05
36554 Log: Circumvent the removal of .patch by fix_pl.
36556 Subject: Re: [ID 20000802.011] unable to 'make test'
36557 From: simon@brecon.co.uk (Simon Cozens)
36558 Date: 3 Aug 2000 04:17:00 GMT
36559 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
36562 ____________________________________________________________________________
36563 [ 6502] By: jhi on 2000/08/03 00:14:34
36564 Log: Add the missing setproctitle unit.
36565 Branch: metaconfig/U/perl
36567 ____________________________________________________________________________
36568 [ 6501] By: jhi on 2000/08/03 00:00:26
36569 Log: The subtest 4 may fail also on VOBS, as pointed out
36570 by Nick Ing-Simmons in November 1999, bug id 19991124.003
36571 (but the failure in that bug report isn't the subtest 4).
36574 ____________________________________________________________________________
36575 [ 6500] By: jhi on 2000/08/02 23:49:30
36576 Log: Better skip message for the test; one of the two problems in
36578 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
36579 From: Lupe Christoph <lupe@lupe-christoph.de>
36580 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
36581 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
36583 ! t/op/numconvert.t
36584 ____________________________________________________________________________
36585 [ 6499] By: jhi on 2000/08/02 22:49:16
36586 Log: Allow "no Module;" even if there is no 'unimport'.
36588 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
36589 From: mjd@plover.com
36590 Date: 24 Mar 2000 15:24:34 -0000
36591 Message-Id: <20000324152434.15160.qmail@plover.com>
36594 ____________________________________________________________________________
36595 [ 6498] By: jhi on 2000/08/02 22:42:58
36596 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
36597 that are hopefully soon put into use.
36599 ! opcode.h opcode.pl opnames.h
36600 ____________________________________________________________________________
36601 [ 6497] By: gsar on 2000/08/02 22:28:59
36602 Log: require.t needs binmode() to work on windows
36605 ____________________________________________________________________________
36606 [ 6496] By: jhi on 2000/08/02 22:08:51
36607 Log: Document the IVdf UVuf UVof UVxf.
36610 ____________________________________________________________________________
36611 [ 6495] By: jhi on 2000/08/02 21:54:26
36614 ! ext/Data/Dumper/Dumper.xs
36615 ____________________________________________________________________________
36616 [ 6494] By: jhi on 2000/08/02 21:49:17
36617 Log: Dump UVs as UVs in Data::Dumper.
36619 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
36620 From: Gurusamy Sarathy <gsar@ActiveState.com>
36621 Date: Thu, 27 Apr 2000 12:26:25 -0700
36622 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
36624 ! ext/Data/Dumper/Dumper.xs
36625 ____________________________________________________________________________
36626 [ 6493] By: jhi on 2000/08/02 17:01:58
36627 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
36628 From: Hugo <hv@crypt.compulink.co.uk>
36629 Date: Wed, 02 Aug 2000 14:53:56 +0100
36630 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
36632 ! regexec.c t/op/re_tests
36633 ____________________________________________________________________________
36634 [ 6492] By: jhi on 2000/08/02 15:02:46
36635 Log: The new setproctitle() feature is available only in
36636 bleeding edge FreeBSD. From Paul Saab.
36639 ____________________________________________________________________________
36640 [ 6491] By: jhi on 2000/08/02 13:34:36
36641 Log: The tr utf8 patching continues.
36643 Subject: Re: #6469, too many tests claimed in require.t
36644 From: simon@brecon.co.uk (Simon Cozens)
36645 Date: 2 Aug 2000 02:37:17 GMT
36646 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
36648 (the logic of the test was the wrong way round in the patch)
36651 ____________________________________________________________________________
36652 [ 6490] By: jhi on 2000/08/02 13:27:38
36653 Log: The name of a filehandle does not have <these>.
36655 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
36656 ! t/pragma/warn/pp_sys util.c
36657 ____________________________________________________________________________
36658 [ 6489] By: jhi on 2000/08/02 04:26:46
36659 Log: Remove the extraneous "main::" prefix from all the
36660 "opened only for", "on closed", and "never opened" warnings.
36662 Subject: Re: inappropriate warning
36663 From: Gurusamy Sarathy <gsar@ActiveState.com>
36664 Date: Mon, 20 Mar 2000 11:28:02 -0800
36665 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
36667 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
36668 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
36669 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
36670 ____________________________________________________________________________
36671 [ 6488] By: jhi on 2000/08/02 03:02:57
36672 Log: memcpy has n o in it, as pinted ut by Sarathy.
36675 ____________________________________________________________________________
36676 [ 6487] By: jhi on 2000/08/02 02:44:51
36677 Log: Document in one place the memory abstractions used in Perl core.
36679 Subject: Re: Memory abstraction
36680 From: simon@brecon.co.uk (Simon Cozens)
36681 Date: 2 Aug 2000 02:20:23 GMT
36682 Organization: Earth.li Origins
36685 ____________________________________________________________________________
36686 [ 6486] By: jhi on 2000/08/02 02:41:57
36687 Log: regen_headers, regen perltoc.
36689 ! perlapi.c pod/perltoc.pod
36690 ____________________________________________________________________________
36691 [ 6485] By: jhi on 2000/08/02 01:43:33
36692 Log: "This little thing tests for a file .patch, and if it contains
36693 a number, pops into patchlevel.h" (making it easier to track
36694 which development version people are reporting bugs against)
36696 Subject: Patchlevel autogeneration for repository perls
36697 From: simon@brecon.co.uk (Simon Cozens)
36698 Date: 14 Jul 2000 07:12:15 GMT
36699 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
36702 ! MANIFEST Makefile.SH
36703 ____________________________________________________________________________
36704 [ 6484] By: jhi on 2000/08/02 01:32:54
36705 Log: FreeBSD 3.* updates from
36707 From: Paul Saab <ps@yahoo-inc.com>
36708 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36709 Date: Tue, 1 Aug 2000 15:41:39 -0700
36710 Message-Id: <20000801154139.A53740@yahoo-inc.com>
36713 ____________________________________________________________________________
36714 [ 6483] By: jhi on 2000/08/02 01:27:44
36715 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
36716 instead one must use setproctitle(). This was already addressed
36717 by change #6457, but the below has a new variant for FreeBSD 4.0
36718 or later, and the matter is also documented more.
36720 From: Paul Saab <ps@yahoo-inc.com>
36721 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36722 Date: Tue, 1 Aug 2000 15:41:39 -0700
36723 Message-Id: <20000801154139.A53740@yahoo-inc.com>
36724 Branch: metaconfig/U/perl
36727 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
36728 ____________________________________________________________________________
36729 [ 6482] By: jhi on 2000/08/01 22:17:32
36730 Log: The test from this
36732 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
36733 Date: Sat, 15 Apr 2000 17:03:44 +0100
36734 From: Tom Hughes <tom@compton.nu>
36735 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
36737 was missing, the code change went in as #5989
36738 (which had a different test?)
36741 ____________________________________________________________________________
36742 [ 6481] By: jhi on 2000/08/01 21:48:38
36743 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
36744 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36745 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
36746 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
36749 ____________________________________________________________________________
36750 [ 6480] By: jhi on 2000/08/01 18:05:28
36751 Log: Make p4desc to skip non-mainperl branches by default.
36754 ____________________________________________________________________________
36755 [ 6479] By: jhi on 2000/08/01 17:29:19
36756 Log: If gccosandvers is equal to osname, clear gccosandvers.
36757 Branch: metaconfig/U/perl
36760 ! Configure config_h.SH
36761 ____________________________________________________________________________
36762 [ 6478] By: jhi on 2000/08/01 15:54:08
36763 Log: BOM patching from Simon Cozens.
36766 ____________________________________________________________________________
36767 [ 6477] By: jhi on 2000/08/01 04:50:33
36768 Log: Stash away the largefiles flags and libswanted.
36770 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
36771 ____________________________________________________________________________
36772 [ 6476] By: gsar on 2000/08/01 04:24:24
36773 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
36776 ! t/pragma/utf8.t utf8.c win32/win32.c
36777 ____________________________________________________________________________
36778 [ 6475] By: jhi on 2000/08/01 03:35:24
36779 Log: Make chr() for values >127 to create utf8 when under utf8.
36781 Subject: Re: uft8/chr()
36782 From: simon@brecon.co.uk (Simon Cozens)
36783 Date: 1 Aug 2000 02:37:02 GMT
36784 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
36786 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
36787 ____________________________________________________________________________
36788 [ 6474] By: jhi on 2000/08/01 02:36:18
36789 Log: In Digital UNIX warn if gcc explicitly chosen because even
36790 2.95.2 is known to cause problems.
36793 ____________________________________________________________________________
36794 [ 6473] By: jhi on 2000/08/01 02:00:56
36795 Log: Make the safety catch for buggy gccs work with triple version
36796 numbers like 2.95.2. Reported in
36798 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
36799 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
36800 Date: Mon, 31 Jul 2000 14:55:06 +0200
36801 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
36804 ____________________________________________________________________________
36805 [ 6472] By: jhi on 2000/08/01 01:13:33
36806 Log: Subject: fix and question re: waitpid() under win32
36807 From: Brian Clarke <clarke@appliedmeta.com>
36808 Date: Fri, 28 Jul 2000 15:18:29 -0400
36809 Message-ID: <3981DC85.290314EB@appliedmeta.com>
36811 Slightly reformatted and WNOHANG # define moved to win32.h
36812 so that also POSIX.xs sees it, as suggsted by Sarathy.
36814 ! win32/win32.c win32/win32.h
36815 ____________________________________________________________________________
36816 [ 6471] By: jhi on 2000/08/01 00:55:05
36817 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
36818 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36819 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
36820 Date: Mon, 31 Jul 2000 13:28:51 +0100
36822 (aka ID 20000730.002)
36825 ____________________________________________________________________________
36826 [ 6470] By: jhi on 2000/07/31 23:34:42
36827 Log: Document the problem with -P in HP-UX and its workaround.
36829 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
36830 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
36831 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
36832 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
36835 ____________________________________________________________________________
36836 [ 6469] By: jhi on 2000/07/31 04:15:02
36837 Log: The swallow_bom() saga continues. The #23 of require.t
36838 (UTF16-LE) still fails (silently, no output) but the #22
36839 (UTF16-BE) seems to be working now. The root of the
36840 failure may be in sv_gets(): is it UTF-16LE-aware,
36841 especially when it comes to line endings?
36843 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
36844 ! t/comp/require.t toke.c utf8.c
36845 ____________________________________________________________________________
36846 [ 6468] By: jhi on 2000/07/30 19:05:48
36847 Log: Find green threads before native threads.
36849 Subject: Re: Patch to jpl/JNI/Makefile.PL
36850 From: Jens Thomsen <jens@fiend.cis.com>
36851 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
36852 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
36854 ! jpl/JNI/Makefile.PL
36855 ____________________________________________________________________________
36856 [ 6467] By: jhi on 2000/07/30 18:36:22
36857 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
36860 ____________________________________________________________________________
36861 [ 6466] By: jhi on 2000/07/30 04:37:29
36862 Log: A new version of the "remove UPPERACSE string comparison"
36863 operators. The problem with the previous one (change #6454)
36864 was that it was for Perl 5.6.0. From Paul Marquess.
36866 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
36867 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
36868 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
36869 ____________________________________________________________________________
36870 [ 6465] By: jhi on 2000/07/29 22:39:56
36871 Log: Do not upgrade SVs into utf8 just because they participate
36872 in eq or cmp. Reported and fix suggested in
36874 Subject: [ID 20000720.009] sv_eq UTF8 bug
36875 From: "Simon Cozens" <simon@othersideofthe.earth.li>
36876 Date: 21 Jul 2000 04:37:29 -0000
36877 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
36879 Exercise for the kind reader: should we or should we not
36880 cache the utf8 conversion alonside the SV? (as magic,
36881 as thestrxfrm()ed version is cached under use locale)
36882 Argue both for and against.
36885 ____________________________________________________________________________
36886 [ 6464] By: jhi on 2000/07/29 22:36:22
36887 Log: Subject: UTF8 concat
36888 From: simon@brecon.co.uk (Simon Cozens)
36889 Date: 30 Jun 2000 06:13:25 GMT
36890 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
36892 (with a memory leak fixed, plus a few casts added)
36894 This also seems to help for
36896 Subject: [ID 20000716.015] join UTF8 weirdness
36897 From: root <root@ak-71.mind.de>
36898 Date: Sat, 15 Jul 2000 15:29:54 +0200
36899 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
36901 (from Andreas König)
36904 ____________________________________________________________________________
36905 [ 6463] By: jhi on 2000/07/29 00:55:39
36906 Log: Tune the comments and hopefully stop a memory leak.
36909 ____________________________________________________________________________
36910 [ 6462] By: jhi on 2000/07/29 00:16:53
36911 Log: The problem described in this
36913 Subject: [ID 20000322.018] named chars aren't magical enough
36914 From: root <root@dixie.cscaper.com>
36915 Date: Wed, 22 Mar 2000 18:37:42 -0700
36916 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
36918 has been fixed in perl 5.6.0 but just in case added a test
36919 to keep it away. (The report from Joseph Hall.)
36921 ! t/lib/charnames.t
36922 ____________________________________________________________________________
36923 [ 6461] By: jhi on 2000/07/28 23:56:36
36924 Log: Tiny fixes for #6460.
36925 Branch: metaconfig/U/perl
36928 ! Configure config_h.SH
36929 ____________________________________________________________________________
36930 [ 6460] By: jhi on 2000/07/28 23:24:41
36931 Log: Warn if the version of the operating system used to compile gcc
36932 differs from the current version of the operating system.
36933 Also display the gcc compilation os and version in myconfig.
36936 Subject: Re: [ID 20000710.003] ERRORS!!
36937 From: "Kurt D. Starsinic" <kstar@chapin.edu>
36938 Date: Mon, 10 Jul 2000 15:54:16 -0400
36939 Message-ID: <20000710155416.A1384@O2.chapin.edu>
36940 Branch: metaconfig/U/perl
36943 ! Configure config_h.SH myconfig.SH
36944 ____________________________________________________________________________
36945 [ 6459] By: jhi on 2000/07/28 22:00:32
36946 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
36947 letter to $Config{osvers}.
36949 ! U/modified/Oldconfig.U
36951 ! Configure config_h.SH
36952 ____________________________________________________________________________
36953 [ 6458] By: jhi on 2000/07/28 04:15:39
36954 Log: Back out #6454, doesn't seem to work.
36955 (Reason: that patch was for perl 5.6.0, not perl-current)
36956 (A version of the patch for perl-current came in later as #6466)
36958 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
36959 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
36960 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
36961 ____________________________________________________________________________
36962 [ 6457] By: jhi on 2000/07/27 23:31:49
36963 Log: Use setproctitle() if available to modify $0.
36965 Subject: setting $* on BSD4 broken
36966 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36967 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
36968 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
36970 ! U/modified/Myinit.U
36972 ! Configure config_h.SH mg.c
36973 ____________________________________________________________________________
36974 [ 6456] By: jhi on 2000/07/27 14:50:47
36975 Log: Allow "no AutoLoader;", based on change #6444,
36976 suggested by Graham Barr.
36978 ! lib/AutoLoader.pm
36979 ____________________________________________________________________________
36980 [ 6455] By: jhi on 2000/07/27 14:19:10
36981 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
36982 From: rspier@pobox.com (Robert Spier)
36983 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
36984 Message-ID: <14720.15855.787664.424783@rls.cx>
36987 ____________________________________________________________________________
36988 [ 6454] By: jhi on 2000/07/27 14:03:02
36989 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
36994 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
36995 From: Ryan Herbert <rherbert@sycamorehq.com>
36996 Date: Mon, 17 Jul 2000 11:40:42 -0400
36997 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
37001 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
37002 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37003 Date: Wed, 26 Jul 2000 23:40:18 +0100
37004 Message-ID: <000001bff752$79511880$0a17073e@tiny>
37006 based on an earlier patch from Stephen P. Potter.
37008 (Removed later by change #6458 because this patch was for
37009 perl 5.6.0, not perl-current)
37011 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
37012 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
37013 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
37014 ____________________________________________________________________________
37015 [ 6453] By: jhi on 2000/07/27 13:48:02
37016 Log: Subject: [PATCH] fixes bug 20000508.004
37017 From: Michael Stevens <mstevens@globnix.org>
37018 Date: Thu, 27 Jul 2000 13:49:04 +0100
37019 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
37022 ____________________________________________________________________________
37023 [ 6452] By: jhi on 2000/07/26 23:51:26
37024 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
37025 and Craig A. Berry.
37027 ! lib/File/Temp.pm pod/perlport.pod
37028 ____________________________________________________________________________
37029 [ 6451] By: jhi on 2000/07/26 19:43:30
37030 Log: Be wary of close()s, too.
37032 Subject: Re: [PATCH] perlbug cleanup
37033 From: Tim Jenness <t.jenness@jach.hawaii.edu>
37034 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
37035 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
37038 ____________________________________________________________________________
37039 [ 6450] By: jhi on 2000/07/26 18:41:40
37040 Log: Subject: Minor doc patch: handy.h
37041 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
37042 Date: Wed, 26 Jul 2000 15:34:25 -0300
37043 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
37045 ! handy.h pod/perlapi.pod
37046 ____________________________________________________________________________
37047 [ 6449] By: jhi on 2000/07/26 18:23:55
37048 Log: Subject: [PATCH] minor doc change - perlguts
37049 From: Michael Stevens <mstevens@globnix.org>
37050 Date: Thu, 13 Jul 2000 12:39:18 +0100
37051 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
37054 ____________________________________________________________________________
37055 [ 6448] By: jhi on 2000/07/26 18:20:30
37056 Log: open() wariness in perlbug.
37058 Subject: [PATCH] perlbug cleanup
37059 From: Michael Stevens <mstevens@globnix.org>
37060 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
37061 Date: Thu, 13 Jul 2000 15:52:23 +0100
37064 ____________________________________________________________________________
37065 [ 6447] By: jhi on 2000/07/26 18:13:04
37066 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
37068 ! lib/File/Temp.pm t/lib/ftmp-security.t
37069 ____________________________________________________________________________
37070 [ 6446] By: jhi on 2000/07/26 18:06:32
37071 Log: docfix from Peter Scott <Peter@PSDT.com>.
37074 ____________________________________________________________________________
37075 [ 6445] By: jhi on 2000/07/26 17:53:31
37076 Log: Fix *foo{FORMAT}.
37078 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37079 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
37080 Date: Wed, 26 Jul 2000 19:51:02 +0200
37081 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
37083 From: Graham Barr <gbarr@pobox.com>
37084 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
37085 Date: Wed, 26 Jul 2000 17:38:36 +0100
37086 Message-ID: <20000726173836.L472@pobox.com>
37088 ! pp.c sv.c t/op/gv.t
37089 ____________________________________________________________________________
37090 [ 6444] By: jhi on 2000/07/26 17:49:14
37091 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
37092 from Graham Barr in the module list.
37094 ! gv.c pod/perlobj.pod
37095 ____________________________________________________________________________
37096 [ 6443] By: jhi on 2000/07/26 16:06:56
37097 Log: More split() doc and test patches from Mike Guy.
37099 ! pod/perlfunc.pod t/op/split.t
37100 ____________________________________________________________________________
37101 [ 6442] By: jhi on 2000/07/26 16:05:30
37102 Log: MacOS nits from Matthias Neeracher.
37105 ____________________________________________________________________________
37106 [ 6441] By: jhi on 2000/07/26 04:39:57
37107 Log: Subject: [PATCH] split /^/
37108 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37109 Date: Tue, 25 Jul 2000 14:18:57 +0100
37110 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
37112 (with notes from tchrist and gbarr)
37114 ! pod/perlfunc.pod t/op/split.t
37115 ____________________________________________________________________________
37116 [ 6440] By: jhi on 2000/07/26 04:32:32
37117 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
37118 From: Peter Prymmer <pvhp@forte.com>
37119 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
37120 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
37122 ! vms/munchconfig.c
37123 ____________________________________________________________________________
37124 [ 6439] By: jhi on 2000/07/26 04:31:01
37125 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
37126 to be fatal errors (instead of by default ignoring them, and
37127 ignoring with a bug: even though -w gave an error, the opening [
37128 was left in) Reported in:
37130 Subject: [ID 20000716.024] [=cc=] / [:blank:]
37131 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
37132 Date: Sun, 16 Jul 2000 17:55:29 -0700
37133 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
37135 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
37136 ____________________________________________________________________________
37137 [ 6438] By: jhi on 2000/07/25 15:41:15
37138 Log: Subject: [PATCH] av.c apidoc
37139 From: simon@brecon.co.uk (Simon Cozens)
37140 Date: 24 Jul 2000 06:40:52 GMT
37141 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
37143 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
37144 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
37145 ____________________________________________________________________________
37146 [ 6437] By: jhi on 2000/07/25 14:05:36
37147 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
37148 From: "Stephen P. Potter" <spp@ds.net>
37149 Date: Mon, 24 Jul 2000 14:22:23 -0400
37150 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
37152 ! pod/perllocale.pod
37153 ____________________________________________________________________________
37154 [ 6436] By: jhi on 2000/07/25 14:02:03
37155 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
37156 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37157 Date: Mon, 24 Jul 2000 18:04:28 +0100
37158 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
37160 ! t/lib/syslfs.t t/op/lfs.t
37161 ____________________________________________________________________________
37162 [ 6435] By: jhi on 2000/07/25 13:59:28
37163 Log: Get UTF16 BOMs working. Patch from
37165 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
37166 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37167 Date: Tue, 25 Jul 2000 12:52:45 +0100
37168 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
37172 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
37173 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37174 Date: Tue, 25 Jul 2000 11:43:25 +0100
37175 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
37177 ! t/comp/require.t toke.c utf8.c
37178 ____________________________________________________________________________
37179 [ 6434] By: jhi on 2000/07/25 02:39:54
37180 Log: Make the "uninit variable" warning to say "concat or string"
37181 or "join or string" when in concat or join .
37183 Subject: Re: [ID 20000403.009] uninitialised concatenation???
37184 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37185 Date: Tue, 04 Apr 2000 18:22:58 +0100
37186 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
37188 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
37189 From: William R Ward <hermit@BayView.COM>
37190 Date: Thu, 30 Mar 2000 19:50:03 -0800
37191 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
37193 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
37194 ! t/pragma/warn/op t/pragma/warn/sv
37195 ____________________________________________________________________________
37196 [ 6433] By: jhi on 2000/07/24 17:52:56
37197 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
37199 ! lib/File/Spec/VMS.pm
37200 ____________________________________________________________________________
37201 [ 6432] By: jhi on 2000/07/24 17:44:44
37202 Log: Test cases for #6431.
37204 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
37205 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37206 Date: Mon, 24 Jul 2000 15:32:29 +0100
37207 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
37209 ! t/op/pat.t t/op/split.t
37210 ____________________________________________________________________________
37211 [ 6431] By: jhi on 2000/07/24 17:43:17
37214 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
37215 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37216 Date: Mon, 17 Jul 2000 20:04:56 +0100
37217 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
37220 ____________________________________________________________________________
37221 [ 6430] By: jhi on 2000/07/24 03:42:42
37222 Log: Subject: [ID 20000716.023] syslog test fails without sockets
37223 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37224 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
37225 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
37226 Branch: metaconfig/U/perl
37229 ! Configure config_h.SH
37230 ____________________________________________________________________________
37231 [ 6429] By: jhi on 2000/07/24 03:11:52
37232 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
37233 case, but add also notes explaining the relationship of this
37234 patch and the earlier notes by Sarathy.
37236 Subject: Map is still slow
37237 From: "Ben Tilly" <ben_tilly@hotmail.com>
37238 Date: Sat, 15 Jul 2000 17:23:27 EDT
37239 Message-ID: <20000715212327.21656.qmail@hotmail.com>
37242 ____________________________________________________________________________
37243 [ 6428] By: jhi on 2000/07/24 02:58:52
37244 Log: Documentation to explain the behaviour of map().
37246 Subject: Re: Map is still slow
37247 From: Gurusamy Sarathy <gsar@ActiveState.com>
37248 Date: Sat, 15 Jul 2000 16:05:09 -0700
37249 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
37252 ____________________________________________________________________________
37253 [ 6427] By: jhi on 2000/07/24 02:50:03
37255 [ID 19991110.003] another matching finding by pcre author
37256 which has already been fixed by some patch, as verified in
37258 Subject: Re: two regex bugs from the mists of time (well, last November)
37259 From: Hugo <hv@crypt.compulink.co.uk>
37260 Date: Sat, 22 Jul 2000 18:12:58 +0100
37261 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
37264 ____________________________________________________________________________
37265 [ 6426] By: jhi on 2000/07/24 02:11:20
37266 Log: A missing 'break' after the [[:space:]] switch case.
37268 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
37269 From: "Stephen P. Potter" <spp@ds.net>
37270 Date: Tue, 18 Jul 2000 16:25:17 -0400
37271 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
37274 ____________________________________________________________________________
37275 [ 6425] By: jhi on 2000/07/24 02:06:12
37276 Log: The output might have been produced in the wrong order.
37278 Subject: [ID 20000720.003] [PATCH] t/op/write.t
37279 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37280 Date: Thu, 20 Jul 2000 18:49:18 +0100
37281 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
37284 ____________________________________________________________________________
37285 [ 6424] By: jhi on 2000/07/24 02:00:07
37286 Log: Use STDOUT consistently.
37288 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
37289 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37290 Date: Thu, 20 Jul 2000 18:04:01 +0100
37291 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
37293 ! lib/Test/Harness.pm
37294 ____________________________________________________________________________
37295 [ 6423] By: jhi on 2000/07/24 01:54:54
37296 Log: Protect against "wild next"s, that is, callbacks doing "next"
37297 instead of "return".
37299 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
37300 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37301 Date: Tue, 18 Jul 2000 11:30:16 +0100
37302 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
37305 ____________________________________________________________________________
37306 [ 6422] By: jhi on 2000/07/24 01:35:47
37307 Log: Out-of-date note removed.
37309 Subject: [PATCH] documentation perlipc
37310 From: rspier@pobox.com (Robert Spier)
37311 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
37312 Message-ID: <14711.35178.572612.502654@rls.cx>
37315 ____________________________________________________________________________
37316 [ 6421] By: jhi on 2000/07/24 00:09:18
37317 Log: Send all installperl messages to STDERR and be -w clean.
37319 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
37320 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37321 Date: Sat, 22 Jul 2000 14:02:11 +0100
37322 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
37325 ____________________________________________________________________________
37326 [ 6420] By: jhi on 2000/07/24 00:04:19
37327 Log: Decutandpasto.
37329 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
37330 From: "Richard Soderberg" <rs@crystalflame.net>
37331 Date: Sun, 23 Jul 2000 01:37:23 -0700
37332 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
37335 ____________________________________________________________________________
37336 [ 6419] By: jhi on 2000/07/24 00:01:12
37337 Log: A cleaner abs_path().
37338 Subject: Re: unix alternative to Cwd.pm
37339 From: Jeff Pinyan <jeffp@crusoe.net>
37340 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
37341 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
37344 ____________________________________________________________________________
37345 [ 6418] By: jhi on 2000/07/23 23:48:56
37348 Subject: [PATCH perl-current] Typo in hints/powerux.sh
37349 From: "Richard Soderberg" <rs@crystalflame.net>
37350 Date: Sun, 23 Jul 2000 01:27:33 -0700
37351 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
37354 ____________________________________________________________________________
37355 [ 6417] By: jhi on 2000/07/17 22:13:31
37356 Log: Subject: SDBM_File documentation
37357 From: mjd@plover.com
37358 Date: 16 Jul 2000 17:41:17 -0000
37359 Message-ID: <20000716174117.18515.qmail@plover.com>
37361 ! ext/SDBM_File/SDBM_File.pm
37362 ____________________________________________________________________________
37363 [ 6416] By: jhi on 2000/07/17 19:13:26
37364 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
37366 ! hints/mpeix.sh mpeix/relink
37367 ____________________________________________________________________________
37368 [ 6415] By: jhi on 2000/07/15 14:11:02
37369 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
37370 the utf8 'characters' can be more than one octet).
37372 Date: Sat, 15 Jul 2000 00:21:56 +0100
37373 From: Tom Hughes <tom@compton.nu>
37374 Subject: Re: [ID 20000714.002]
37375 Message-ID: <db2334de49.tom@compton.compton.nu>
37379 Subject: [ID 20000714.002]
37380 From: "Simon Cozens" <simon@othersideofthe.earth.li>
37381 Date: 14 Jul 2000 15:13:09 -0000
37382 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
37385 ____________________________________________________________________________
37386 [ 6414] By: jhi on 2000/07/15 03:13:41
37387 Log: another VMS build tweak from Peter Prymmer
37389 ! vms/descrip_mms.template
37390 ____________________________________________________________________________
37391 [ 6413] By: jhi on 2000/07/15 03:10:40
37392 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
37395 ____________________________________________________________________________
37396 [ 6412] By: jhi on 2000/07/15 00:31:05
37397 Log: More docs for sv functions.
37399 Subject: [PATCH cfgperl] sv.c apidoc
37400 From: simon@brecon.co.uk (Simon Cozens)
37401 Date: 13 Jul 2000 09:00:20 GMT
37402 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
37404 Subject: Re: [PATCH cfgperl] sv.c apidoc
37405 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37406 Date: Thu, 13 Jul 2000 12:27:41 +0100
37407 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
37409 Subject: Re: [PATCH cfgperl] sv.c apidoc
37410 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37411 Date: Thu, 13 Jul 2000 13:23:09 +0100
37412 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
37414 Subject: Re: [PATCH cfgperl] sv.c apidoc
37415 From: simon@brecon.co.uk (Simon Cozens)
37416 Date: 14 Jul 2000 06:51:02 GMT
37417 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
37419 ! embed.pl pod/perlapi.pod sv.c
37420 ____________________________________________________________________________
37421 [ 6411] By: jhi on 2000/07/15 00:10:41
37422 Log: lib/b test fixes from Peter Prymmer.
37425 ____________________________________________________________________________
37426 [ 6410] By: jhi on 2000/07/15 00:02:09
37427 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
37428 From: Hugo <hv@crypt.compulink.co.uk>
37429 Date: Fri, 14 Jul 2000 23:05:20 +0100
37430 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
37432 Didn't anymore apply, but that point still could use another fix.
37435 ____________________________________________________________________________
37436 [ 6409] By: jhi on 2000/07/14 23:15:15
37437 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
37438 not in pod, from Peter Prymmer
37440 ! vms/descrip_mms.template
37441 ____________________________________________________________________________
37442 [ 6408] By: jhi on 2000/07/14 20:35:05
37443 Log: The bug report
37444 [ID 19991110.002] minimal matching discrepancy found by pcre author
37445 seems to have been fixed (though differently from what was suggested
37446 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
37449 ____________________________________________________________________________
37450 [ 6407] By: jhi on 2000/07/14 17:38:08
37451 Log: Fix AutoSplit to use File::Spec the right way in VMS,
37452 from Peter Prymmer.
37455 ____________________________________________________________________________
37456 [ 6406] By: jhi on 2000/07/14 14:13:22
37457 Log: Merge perlhacktut into perlhack, update perlguts.
37459 Subject: Re: Perlhacktut
37460 From: simon@brecon.co.uk (Simon Cozens)
37461 Date: 14 Jul 2000 06:49:21 GMT
37462 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
37464 Subject: Re: Perlhacktut
37465 From: simon@brecon.co.uk (Simon Cozens)
37466 Date: 14 Jul 2000 07:09:45 GMT
37467 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
37469 ! pod/perlguts.pod pod/perlhack.pod
37470 ____________________________________________________________________________
37471 [ 6405] By: jhi on 2000/07/14 14:02:31
37472 Log: Integrate with Sarathy.
37474 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
37475 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
37476 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
37477 ____________________________________________________________________________
37478 [ 6404] By: gsar on 2000/07/14 12:15:02
37479 Log: PERL_OBJECT build tweaks
37482 ____________________________________________________________________________
37483 [ 6403] By: gsar on 2000/07/14 11:23:41
37484 Log: inconsistent types needs casts
37487 ____________________________________________________________________________
37488 [ 6402] By: gsar on 2000/07/14 11:12:04
37489 Log: typos in change#6399, regen headers
37491 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
37492 ____________________________________________________________________________
37493 [ 6401] By: gsar on 2000/07/14 10:59:12
37494 Log: typecasts needed for change#6394
37497 ____________________________________________________________________________
37498 [ 6400] By: gsar on 2000/07/14 10:49:37
37499 Log: integrate cfgperl contents into mainline
37501 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
37502 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
37503 ____________________________________________________________________________
37504 [ 6399] By: gsar on 2000/07/14 10:38:35
37505 Log: enable UTF-16 filter by default if relevant BOM is seen; various
37506 cleanups (typos, misformatted code, and small bugs)
37508 ! doop.c embed.pl mg.c op.c pp.c toke.c
37509 ____________________________________________________________________________
37510 [ 6398] By: gsar on 2000/07/14 08:55:38
37511 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
37512 name suggests anyway)
37514 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
37515 ____________________________________________________________________________
37516 [ 6397] By: gsar on 2000/07/14 08:44:33
37517 Log: move new variables to the end of the interpreter structure (for
37518 bincompat in code that doesn't #include XSUB.h)
37521 ____________________________________________________________________________
37522 [ 6396] By: gsar on 2000/07/14 08:13:58
37523 Log: MakeMaker should not remove editor backups (*~) on `make clean`
37524 by default (completes change#6383)
37526 ! lib/ExtUtils/MM_Unix.pm
37527 ____________________________________________________________________________
37528 [ 6395] By: jhi on 2000/07/14 05:20:33
37529 Log: Replace change #6337 with a better one.
37531 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37532 From: Hugo <hv@crypt.compulink.co.uk>
37533 Date: Fri, 14 Jul 2000 04:16:20 +0100
37534 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
37536 ! regexec.c t/op/re_tests
37537 ____________________________________________________________________________
37538 [ 6394] By: jhi on 2000/07/14 01:33:59
37539 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
37541 ! embed.pl global.sym proto.h toke.c
37542 ____________________________________________________________________________
37543 [ 6393] By: jhi on 2000/07/13 23:41:23
37544 Log: remove discarded test
37547 ____________________________________________________________________________
37548 [ 6392] By: jhi on 2000/07/13 23:32:25
37549 Log: The {multiplier} of a fixed substring was overlooked which
37550 caused a wrong initial search offset for that substring.
37552 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
37553 From: Hugo <hv@crypt.compulink.co.uk>
37554 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
37555 Date: Thu, 13 Jul 2000 19:27:13 +0100
37557 ! regcomp.c t/op/re_tests
37558 ____________________________________________________________________________
37559 [ 6391] By: jhi on 2000/07/13 16:37:42
37560 Log: typo fix from Craig Berry
37562 ! vms/subconfigure.com
37563 ____________________________________________________________________________
37564 [ 6390] By: jhi on 2000/07/13 13:20:12
37565 Log: Integrate with Sarathy.
37567 - t/op/method2entersub.t
37568 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
37569 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
37570 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
37571 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
37572 ____________________________________________________________________________
37573 [ 6389] By: jhi on 2000/07/13 13:18:48
37574 Log: Detypo from Peter Prymmer, part of #6388.
37576 ! Configure config_h.SH
37578 ! U/modified/d_longlong.U
37579 ____________________________________________________________________________
37580 [ 6388] By: gsar on 2000/07/13 06:33:40
37581 Log: typos (spotted by Peter Prymmer)
37583 ! Configure t/lib/english.t
37584 ____________________________________________________________________________
37585 [ 6387] By: gsar on 2000/07/13 05:35:28
37586 Log: new selfloader.t in change#6183 doesn't close DATA handles,
37587 and thus fails to clean up tmp files on dosish platforms
37589 ! t/lib/selfloader.t
37590 ____________________________________________________________________________
37591 [ 6386] By: gsar on 2000/07/12 21:42:39
37592 Log: sprintf test tweaks (from Dominic Dunlop)
37595 ____________________________________________________________________________
37596 [ 6385] By: gsar on 2000/07/12 21:33:46
37597 Log: fix bugs in processing %v-*d and similar format specs (from
37598 Avi Finkel <avi@finkel.org>)
37600 ! sv.c t/op/sprintf.t
37601 ____________________________________________________________________________
37602 [ 6384] By: gsar on 2000/07/12 16:04:19
37603 Log: readd missing perldelta.pod changes from changes#6339,6376
37605 ! pod/perldelta.pod
37606 ____________________________________________________________________________
37607 [ 6383] By: gsar on 2000/07/12 16:00:51
37608 Log: don't clobber *.orig files on *clean targets
37610 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
37611 ____________________________________________________________________________
37612 [ 6382] By: gsar on 2000/07/12 07:59:12
37613 Log: fix broken integrations in cfgperl
37615 !> Changes pod/perldelta.pod
37616 ____________________________________________________________________________
37617 [ 6381] By: gsar on 2000/07/12 07:42:17
37618 Log: integrate cfgperl changes into mainline
37621 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
37623 ____________________________________________________________________________
37624 [ 6380] By: gsar on 2000/07/12 07:31:00
37625 Log: get sprintf.t to adjust properly for 3-digit exponents
37628 ____________________________________________________________________________
37629 [ 6379] By: gsar on 2000/07/12 06:40:04
37630 Log: change#6174 needs corresponding change in win32/config_h.PL,
37631 which grovels through config_h.SH to find the config.h name
37633 ! win32/config_h.PL
37634 ____________________________________________________________________________
37635 [ 6378] By: jhi on 2000/07/12 05:03:59
37636 Log: Do the cc sanity check both before the hints and
37637 after the cc selction.
37639 ! Configure config_h.SH
37641 ! U/modified/Oldconfig.U U/modified/cc.U
37642 Branch: metaconfig/U/perl
37644 ____________________________________________________________________________
37645 [ 6377] By: jhi on 2000/07/12 02:49:22
37646 Log: Fix nits noticed by Boston.pm.
37649 ____________________________________________________________________________
37650 [ 6376] By: jhi on 2000/07/11 21:22:13
37651 Log: Configure cosmetics and perldelta.
37653 ! Configure config_h.SH pod/perldelta.pod
37656 ____________________________________________________________________________
37657 [ 6375] By: gsar on 2000/07/11 21:17:35
37658 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37660 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
37662 ____________________________________________________________________________
37663 [ 6374] By: gsar on 2000/07/11 20:48:50
37664 Log: tweak for build failure under multiplicity
37667 ____________________________________________________________________________
37668 [ 6373] By: gsar on 2000/07/11 20:37:23
37669 Log: integrate cfgperl changes#6325..6373 into mainline
37670 (NOTE: today's batch of integrations still untested)
37672 +> ext/DynaLoader/hints/netbsd.pl
37674 !> (integrate 26 files)
37675 ____________________________________________________________________________
37676 [ 6372] By: jhi on 2000/07/11 20:30:36
37677 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
37681 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
37683 ____________________________________________________________________________
37684 [ 6371] By: jhi on 2000/07/11 20:08:56
37685 Log: Minor cleanups on the booklist.
37688 ____________________________________________________________________________
37689 [ 6370] By: jhi on 2000/07/11 19:31:13
37690 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
37692 ! t/pragma/overload.t
37693 ____________________________________________________________________________
37694 [ 6369] By: gsar on 2000/07/11 19:27:48
37695 Log: integrate cfgperl changes#6293..6324 into mainline
37697 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
37698 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
37699 !> (integrate 30 files)
37700 ____________________________________________________________________________
37701 [ 6368] By: gsar on 2000/07/11 19:18:57
37702 Log: skip integrate of problematic change#6292 from cfgperl into mainline
37705 ____________________________________________________________________________
37706 [ 6367] By: gsar on 2000/07/11 19:17:21
37707 Log: integrate cfgperl changes#6288..6290 into mainline
37709 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
37710 ____________________________________________________________________________
37711 [ 6366] By: gsar on 2000/07/11 19:11:18
37712 Log: integrate cfgperl changes#6268..6282 into mainline
37714 !> (integrate 30 files)
37715 ____________________________________________________________________________
37716 [ 6365] By: gsar on 2000/07/11 18:57:00
37717 Log: delete new accidentally branched file
37719 - t/op/method2entersub.t
37720 ____________________________________________________________________________
37721 [ 6364] By: gsar on 2000/07/11 18:55:13
37722 Log: skip integrate of change#6267 from cfgperl into mainline (the
37723 method call optimization is flawed without additional hints
37724 from user about immutableness of @ISA and no runtime method
37727 +> t/op/method2entersub.t
37728 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
37729 !> perl.h t/op/sprintf.t xsutils.c
37730 ____________________________________________________________________________
37731 [ 6363] By: gsar on 2000/07/11 18:49:43
37732 Log: integrate cfgperl changes#6261..6266 into mainline
37734 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
37735 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
37736 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37737 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
37738 ____________________________________________________________________________
37739 [ 6362] By: gsar on 2000/07/11 18:43:26
37740 Log: integrate cfgperl changes#6252..6260 into mainline
37742 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
37743 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
37744 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
37745 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
37746 ____________________________________________________________________________
37747 [ 6361] By: gsar on 2000/07/11 18:37:12
37748 Log: skip integrate of problematic change#6251 from cfgperl into mainline
37751 ____________________________________________________________________________
37752 [ 6360] By: gsar on 2000/07/11 18:34:56
37753 Log: integrate cfgperl change#6250 into mainline
37756 !> MANIFEST embed.pl proto.h toke.c
37757 ____________________________________________________________________________
37758 [ 6359] By: gsar on 2000/07/11 18:21:19
37759 Log: integrate cfgperl changes#6242..6249 into mainline
37761 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
37762 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
37763 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
37764 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
37765 !> t/lib/peek.t utf8.c
37766 ____________________________________________________________________________
37767 [ 6358] By: gsar on 2000/07/11 18:15:45
37768 Log: skip integrate of problematic change#6241 from cfgperl into mainline
37770 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
37771 ____________________________________________________________________________
37772 [ 6357] By: jhi on 2000/07/11 18:15:16
37774 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
37775 From: Roderick Schertler <roderick@argon.org>
37776 Date: Tue, 11 Jul 2000 13:55:05 -0400
37777 Message-Id: <200007111755.NAA05077@jones.argon.org>
37780 ____________________________________________________________________________
37781 [ 6356] By: jhi on 2000/07/11 18:12:51
37782 Log: Typo in #6341.
37785 ____________________________________________________________________________
37786 [ 6355] By: gsar on 2000/07/11 18:12:10
37787 Log: integrate cfgperl changes#6231..6240 into mainline
37789 +> pod/perlutil.pod
37790 !> (integrate 35 files)
37791 ____________________________________________________________________________
37792 [ 6354] By: jhi on 2000/07/11 18:04:34
37793 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
37794 From: Dominic Dunlop <domo@computer.org>
37795 Date: Tue, 11 Jul 2000 12:27:33 +0200
37796 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
37798 Replaces change #6268.
37801 ____________________________________________________________________________
37802 [ 6353] By: gsar on 2000/07/11 17:59:51
37803 Log: skip integrate of problematic change#6230 from cfgperl into mainline
37804 (a later version of File::Spec is already in mainline)
37806 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
37807 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
37808 ____________________________________________________________________________
37809 [ 6352] By: gsar on 2000/07/11 17:57:48
37810 Log: integrate cfgperl changes#6224..6229 into mainline
37814 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
37815 !> lib/English.pm op.c t/lib/english.t
37816 ____________________________________________________________________________
37817 [ 6351] By: gsar on 2000/07/11 17:50:10
37818 Log: skip integrate of problematic change#6223 from cfgperl into mainline
37821 ____________________________________________________________________________
37822 [ 6350] By: gsar on 2000/07/11 17:48:28
37823 Log: integrate cfgperl changes#6220..6222 into mainline
37825 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
37826 !> toke.c utf8.c win32/win32.h
37827 ____________________________________________________________________________
37828 [ 6349] By: gsar on 2000/07/11 17:46:13
37829 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
37832 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
37833 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
37834 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37835 ____________________________________________________________________________
37836 [ 6348] By: jhi on 2000/07/11 17:45:49
37837 Log: README.posix-bc podified from Thomas Dorner.
37840 ____________________________________________________________________________
37841 [ 6347] By: gsar on 2000/07/11 17:42:04
37842 Log: integrate cfgperl change#6217 into mainline
37844 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
37845 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
37846 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
37847 ____________________________________________________________________________
37848 [ 6346] By: gsar on 2000/07/11 17:39:37
37849 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
37852 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
37853 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37854 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
37855 !> perlapi.h pod/perlapi.pod
37856 ____________________________________________________________________________
37857 [ 6345] By: gsar on 2000/07/11 17:36:42
37858 Log: integrate cfgperl changes#6207..6210 into mainline
37860 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
37861 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
37862 ____________________________________________________________________________
37863 [ 6344] By: gsar on 2000/07/11 17:31:20
37864 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
37867 !> (integrate 40 files)
37868 ____________________________________________________________________________
37869 [ 6343] By: gsar on 2000/07/11 17:19:08
37870 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
37872 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
37874 !> (integrate 34 files)
37875 ____________________________________________________________________________
37876 [ 6342] By: jhi on 2000/07/11 16:05:48
37877 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
37878 To: perl5-porters@perl.org
37879 From: Karsten Sperling <spiff@phreax.net>
37880 Date: Mon, 10 Jul 2000 15:12:52 +0200
37881 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
37884 ____________________________________________________________________________
37885 [ 6341] By: jhi on 2000/07/11 15:59:23
37886 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
37887 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37888 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
37889 Date: Fri, 07 Jul 2000 17:57:16 +0100
37892 ____________________________________________________________________________
37893 [ 6340] By: jhi on 2000/07/11 15:55:47
37894 Log: Subject: Re: format bug report [Patch]
37895 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37896 Date: Wed, 05 Jul 2000 13:12:52 +0200
37897 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
37899 Subject: Re: format bug report [Patch]
37900 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37901 Date: Wed, 05 Jul 2000 14:10:01 +0200
37902 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
37904 ! t/op/write.t toke.c
37905 ____________________________________________________________________________
37906 [ 6339] By: jhi on 2000/07/11 13:54:09
37907 Log: Be less forgiving about ambiguous and illegal tr ranges.
37908 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
37909 From: Mark-Jason Dominus <mjd@plover.com>
37910 Date: Tue, 04 Jul 2000 10:00:12 -0400
37911 Message-ID: <20000704140012.17772.qmail@plover.com>
37913 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
37914 From: Mark-Jason Dominus <mjd@plover.com>
37915 Date: Wed, 05 Jul 2000 09:37:36 -0400
37916 Message-ID: <20000705133736.27293.qmail@plover.com>
37918 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
37919 ____________________________________________________________________________
37920 [ 6338] By: jhi on 2000/07/11 13:31:24
37921 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
37922 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37923 Date: Tue, 11 Jul 2000 13:50:51 +0100
37924 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
37927 ____________________________________________________________________________
37928 [ 6337] By: jhi on 2000/07/11 13:29:14
37929 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37930 From: Hugo <hv@crypt.compulink.co.uk>
37931 Date: Tue, 11 Jul 2000 12:44:50 +0100
37932 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
37934 ! regexec.c t/op/re_tests
37935 ____________________________________________________________________________
37936 [ 6336] By: jhi on 2000/07/11 13:26:47
37937 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
37938 From: simon@brecon.co.uk (Simon Cozens)
37939 Date: 7 Jul 2000 11:26:09 GMT
37940 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
37943 ____________________________________________________________________________
37944 [ 6335] By: jhi on 2000/07/11 13:23:37
37945 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
37946 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
37947 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
37948 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
37950 + ext/DynaLoader/hints/netbsd.pl
37951 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
37952 ____________________________________________________________________________
37953 [ 6334] By: jhi on 2000/07/11 13:20:38
37954 Log: Subject: PATCH perlguts.pod: Document D and d magic types
37955 From: mjd@plover.com
37956 Date: 5 Jul 2000 18:01:51 -0000
37957 Message-ID: <20000705180151.29413.qmail@plover.com>
37960 ____________________________________________________________________________
37961 [ 6333] By: jhi on 2000/07/11 13:15:51
37962 Log: Precedence goof, fix based on
37963 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
37964 From: Hugo <hv@crypt.compulink.co.uk>
37965 Date: Tue, 11 Jul 2000 12:52:38 +0100
37966 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
37969 ____________________________________________________________________________
37970 [ 6332] By: jhi on 2000/07/11 12:40:17
37971 Log: Integrate with Sarathy.
37973 !> win32/win32sck.c
37974 ____________________________________________________________________________
37975 [ 6331] By: jhi on 2000/07/10 20:14:16
37976 Log: Sprinkle ldlibpath.
37979 ____________________________________________________________________________
37980 [ 6330] By: jhi on 2000/07/10 17:54:49
37981 Log: More POSIX.pod tweaks.
37983 ! ext/POSIX/POSIX.pod
37984 ____________________________________________________________________________
37985 [ 6329] By: jhi on 2000/07/10 14:02:12
37986 Log: Reorder perl.pod once more.
37988 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37989 ____________________________________________________________________________
37990 [ 6328] By: gsar on 2000/07/10 07:06:00
37991 Log: accept() leaks memory on windows due to incorrect ordering of
37992 closesocket() and fclose() calls
37995 ____________________________________________________________________________
37996 [ 6327] By: gsar on 2000/07/10 06:49:17
37997 Log: winsock options weren't being set in all threads under ithreads
37998 (caused send()s from second and subsequent threads to fail)
38001 ____________________________________________________________________________
38002 [ 6326] By: jhi on 2000/07/08 02:45:40
38003 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
38004 was cast to an unsigned (32-bit) integer with wild abandon.
38006 ! ext/Devel/DProf/DProf.xs
38007 ____________________________________________________________________________
38008 [ 6325] By: jhi on 2000/07/07 18:50:33
38009 Log: Remove perlbook, update perlfaq book listing,
38010 rearrange perl.pod, regenerate perltoc.
38013 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
38014 ! pod/perlfaq2.pod pod/perltoc.pod
38015 ____________________________________________________________________________
38016 [ 6324] By: jhi on 2000/07/07 14:03:40
38017 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
38020 ____________________________________________________________________________
38021 [ 6323] By: jhi on 2000/07/06 16:03:55
38022 Log: Fix complaints of buildtoc.
38026 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38027 ____________________________________________________________________________
38028 [ 6322] By: jhi on 2000/07/06 15:15:52
38029 Log: Add =head1 NAMEs so that buildtoc is happy.
38030 (The CGI::Util nit reported to Lincoln.)
38032 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
38034 ____________________________________________________________________________
38035 [ 6321] By: jhi on 2000/07/06 03:16:04
38036 Log: Config is being used.
38039 ____________________________________________________________________________
38040 [ 6320] By: jhi on 2000/07/06 03:13:13
38041 Log: Integrate with Sarathy.
38043 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
38044 ____________________________________________________________________________
38045 [ 6319] By: jhi on 2000/07/06 03:11:46
38046 Log: Autogenerate pod/Makefile and pod/buildtoc.
38047 buildtoc also checks whether the existin pods are
38048 mentioned in MANIFEST and perl.pod, and vice versa.
38049 (None of the thusly found discrepancies fixed yet.)
38050 roffitall also needs to be autogenerated similarly but it
38051 seems so badly out of date that I didn't touch it yet.
38053 + pod/Makefile.SH pod/buildtoc.PL
38054 - pod/Makefile pod/buildtoc
38055 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
38056 ____________________________________________________________________________
38057 [ 6318] By: gsar on 2000/07/05 22:10:54
38058 Log: fix UNC path handling on Windows under ithreads, and chdir()
38059 return value when given a non-existent directory
38062 ____________________________________________________________________________
38063 [ 6317] By: gsar on 2000/07/05 22:08:19
38064 Log: winsock cleanup never done on Windows (leads to handle leaks)
38066 ! win32/perllib.c win32/win32sck.c
38067 ____________________________________________________________________________
38068 [ 6316] By: gsar on 2000/07/05 22:06:19
38069 Log: some debugger output does not go to the socket when RemotePort is set
38072 ____________________________________________________________________________
38073 [ 6315] By: jhi on 2000/07/05 00:25:21
38074 Log: Integrate with Sarathy, preliminary fix for unicos
38075 alignment problems in [ID 20000612.002] Perl problem on Cray system.
38079 ____________________________________________________________________________
38080 [ 6314] By: gsar on 2000/07/04 23:34:02
38081 Log: tyop in change#6306
38084 ____________________________________________________________________________
38085 [ 6313] By: jhi on 2000/07/04 22:14:38
38086 Log: Multiline string literals ENONPORTABLE.
38089 ____________________________________________________________________________
38090 [ 6312] By: jhi on 2000/07/04 20:34:44
38091 Log: Integrate with Sarathy.
38093 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
38095 ____________________________________________________________________________
38096 [ 6311] By: jhi on 2000/07/04 20:30:56
38097 Log: More POSIX.pod embellishment.
38099 ! ext/POSIX/POSIX.pod
38100 ____________________________________________________________________________
38101 [ 6310] By: gsar on 2000/07/04 17:28:48
38102 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
38105 ____________________________________________________________________________
38106 [ 6309] By: jhi on 2000/07/04 17:22:18
38107 Log: The #6308 required a little bit more.
38109 ! Makefile.SH win32/Makefile
38110 ____________________________________________________________________________
38111 [ 6308] By: jhi on 2000/07/04 16:35:24
38112 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
38116 ! MANIFEST Makefile.SH
38117 ____________________________________________________________________________
38118 [ 6307] By: jhi on 2000/07/04 16:28:58
38119 Log: Win32 patches for cfgperl from Sarathy.
38121 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
38122 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
38123 ! thread.h toke.c util.c win32/Makefile win32/win32.c
38124 ____________________________________________________________________________
38125 [ 6306] By: gsar on 2000/07/04 16:28:40
38126 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
38127 (from Richard Soderberg <rs@oregonnet.com>)
38129 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
38130 ____________________________________________________________________________
38131 [ 6305] By: jhi on 2000/07/04 16:24:24
38132 Log: Integrate with Sarathy.
38134 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
38135 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38136 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
38137 !> proto.h win32/win32.c
38138 ____________________________________________________________________________
38139 [ 6304] By: gsar on 2000/07/04 16:17:24
38140 Log: missing perldiag entry for unpack("w",...) diagnostic (from
38144 ____________________________________________________________________________
38145 [ 6303] By: gsar on 2000/07/04 16:14:44
38146 Log: remove rel2abs prototypes (from Barrie Slaymaker)
38148 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
38149 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38150 ____________________________________________________________________________
38151 [ 6302] By: gsar on 2000/07/04 04:59:35
38152 Log: adjust change#6299
38154 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
38156 ____________________________________________________________________________
38157 [ 6301] By: jhi on 2000/07/04 04:50:07
38158 Log: Integrate with Sarathy.
38160 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
38161 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
38162 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
38163 ____________________________________________________________________________
38164 [ 6300] By: gsar on 2000/07/04 04:42:09
38165 Log: PERL_OBJECT build tweak
38168 ____________________________________________________________________________
38169 [ 6299] By: gsar on 2000/07/04 04:37:00
38170 Log: fix memory leak on Windows (PL_sys_intern contents were never
38173 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
38174 ! perlapi.c proto.h win32/win32.c
38175 ____________________________________________________________________________
38176 [ 6298] By: gsar on 2000/07/04 04:15:59
38177 Log: fix large memory leak that has been around for ever, masked by
38178 -DPURIFY (most of the arenas were never freed!)
38180 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
38181 ____________________________________________________________________________
38182 [ 6297] By: gsar on 2000/07/04 04:07:46
38183 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
38186 ____________________________________________________________________________
38187 [ 6296] By: jhi on 2000/06/30 18:28:37
38188 Log: Elaborate POSIX.pod. Still needs work.
38190 ! ext/POSIX/POSIX.pod
38191 ____________________________________________________________________________
38192 [ 6295] By: jhi on 2000/06/30 14:58:18
38193 Log: Point to perlipc for more SysV IPC examples.
38196 ____________________________________________________________________________
38197 [ 6294] By: gsar on 2000/06/30 14:47:45
38198 Log: slurp mode fix in change#4736 still not quite right
38200 ! pp_hot.c t/io/argv.t
38201 ____________________________________________________________________________
38202 [ 6293] By: jhi on 2000/06/30 12:02:55
38203 Log: Integrate with Sarathy.
38205 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
38206 ____________________________________________________________________________
38207 [ 6292] By: jhi on 2000/06/30 12:01:11
38208 Log: From: simon@brecon.co.uk (Simon Cozens)
38209 Subject: UTF8 concat
38210 Date: 30 Jun 2000 06:13:25 GMT
38211 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
38214 ____________________________________________________________________________
38215 [ 6291] By: gsar on 2000/06/30 04:37:33
38216 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
38217 when @_ is modified, causing coredumps
38219 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
38220 ____________________________________________________________________________
38221 [ 6290] By: jhi on 2000/06/30 02:21:44
38222 Log: Integrate with Sarathy.
38224 !> vms/vms.c vms/vmsish.h
38225 ____________________________________________________________________________
38226 [ 6289] By: jhi on 2000/06/30 02:21:02
38227 Log: Check VERSIONs.
38229 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38230 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38231 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38232 ____________________________________________________________________________
38233 [ 6288] By: jhi on 2000/06/30 02:18:52
38234 Log: Integrate with Sarathy.
38236 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
38237 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38238 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38239 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
38240 ____________________________________________________________________________
38241 [ 6287] By: gsar on 2000/06/30 02:17:08
38242 Log: integrate vmsperl changes into mainline
38244 !> vms/vms.c vms/vmsish.h
38245 ____________________________________________________________________________
38246 [ 6285] By: gsar on 2000/06/30 02:05:28
38247 Log: localize %INC in a Safe compartment so that use/require work
38248 (many other magic globals probably need similar treatment)
38250 ! ext/Opcode/Opcode.xs
38251 ____________________________________________________________________________
38252 [ 6284] By: gsar on 2000/06/30 01:54:54
38253 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
38256 ! pod/perlembed.pod
38257 ____________________________________________________________________________
38258 [ 6283] By: jhi on 2000/06/30 01:50:10
38259 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
38260 From: Barrie Slaymaker <barries@jester.slaysys.com>
38261 Date: Wed, 28 Jun 2000 11:35:29 -0400
38262 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
38264 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
38265 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
38266 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38267 ! lib/File/Spec/Win32.pm
38268 ____________________________________________________________________________
38269 [ 6282] By: jhi on 2000/06/29 22:57:22
38270 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
38271 From: Dan Sugalski <dan@sidhe.org>
38272 Date: Tue, 06 Jun 2000 11:59:50 -0400
38273 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
38276 ____________________________________________________________________________
38277 [ 6281] By: jhi on 2000/06/29 22:52:50
38278 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
38279 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38280 Date: Wed, 7 Jun 2000 04:02:04 -0500
38281 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
38284 ____________________________________________________________________________
38285 [ 6280] By: jhi on 2000/06/29 22:45:47
38286 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
38287 From: rspier@pobox.com (Robert Spier)
38288 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
38289 Message-ID: <14654.31913.845602.610277@rls.cx>
38292 ____________________________________________________________________________
38293 [ 6279] By: jhi on 2000/06/29 22:38:16
38294 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
38295 From: Tim Ayers <tayers@bridge.com>
38296 Date: Thu, 08 Jun 2000 08:11:06 +0200
38297 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
38298 [resent by Richard Foley, Message-Id probably wrong]
38301 ____________________________________________________________________________
38302 [ 6278] By: jhi on 2000/06/29 22:21:45
38303 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
38304 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
38305 Date: Fri, 09 Jun 2000 12:39:27 -0400
38306 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
38307 (plus update the version "number" of Text::Wrap)
38310 ____________________________________________________________________________
38311 [ 6277] By: jhi on 2000/06/29 22:13:10
38312 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
38313 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38314 Date: Mon, 12 Jun 2000 14:55:59 +0100
38315 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
38318 ____________________________________________________________________________
38319 [ 6276] By: jhi on 2000/06/29 22:11:06
38320 Log: Subject: [PATCH] Re: eval documentation: context
38321 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38322 Date: Mon, 12 Jun 2000 15:07:29 +0100
38323 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
38326 ____________________________________________________________________________
38327 [ 6275] By: jhi on 2000/06/29 21:59:46
38328 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
38329 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38330 Date: Tue, 13 Jun 2000 02:43:48 -0500
38331 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
38333 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
38334 ____________________________________________________________________________
38335 [ 6274] By: jhi on 2000/06/29 21:56:14
38336 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
38337 From: Andy Dougherty <doughera@lafayette.edu>
38338 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
38339 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
38341 ! ext/File/Glob/Glob.pm
38342 ____________________________________________________________________________
38343 [ 6273] By: jhi on 2000/06/29 21:49:09
38344 Log: Subject: [PATCH] xsub attributes
38345 From: Doug MacEachern <dougm@covalent.net>
38346 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
38347 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
38349 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
38350 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
38351 ____________________________________________________________________________
38352 [ 6272] By: jhi on 2000/06/29 21:41:28
38353 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
38354 From: Tom Phoenix <rootbeer@redcat.com>
38355 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
38356 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
38359 ____________________________________________________________________________
38360 [ 6271] By: jhi on 2000/06/29 21:36:55
38361 Log: Subject: PATCH pod/perltie.pod
38362 From: Ian Phillipps <Ian.Phillipps@iname.com>
38363 Date: Fri, 16 Jun 2000 00:17:19 +0100
38364 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
38365 (only the first hunk, the second hunk had already been done
38366 by some other patch)
38369 ____________________________________________________________________________
38370 [ 6270] By: jhi on 2000/06/29 21:24:51
38371 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
38372 From: Nicholas Clark <nick@talking.bollo.cx>
38373 Date: Fri, 23 Jun 2000 16:21:15 +0100
38374 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
38376 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
38377 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
38378 ____________________________________________________________________________
38379 [ 6269] By: jhi on 2000/06/29 19:38:15
38380 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
38381 silence few compiler warnings.
38383 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
38384 ____________________________________________________________________________
38385 [ 6268] By: jhi on 2000/06/29 18:21:50
38386 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
38387 From: Dominic Dunlop <domo@computer.org>
38388 Date: Thu, 29 Jun 2000 12:32:39 +0200
38389 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
38392 ____________________________________________________________________________
38393 [ 6267] By: jhi on 2000/06/29 18:16:07
38394 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
38395 From: Doug MacEachern <dougm@covalent.net>
38396 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
38397 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
38399 + t/op/method2entersub.t
38400 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
38401 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38402 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
38404 ____________________________________________________________________________
38405 [ 6266] By: jhi on 2000/06/29 15:11:15
38406 Log: Subject: [PATCH 5.6.0] cygwin port
38407 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
38408 From: "Fifer, Eric" <EFifer@sanwaint.com>
38409 Date: Thu, 29 Jun 2000 12:58:29 +0100
38411 ! cygwin/Makefile.SHs
38412 ____________________________________________________________________________
38413 [ 6265] By: jhi on 2000/06/29 15:04:05
38414 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
38415 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38416 Date: Wed, 28 Jun 2000 17:50:12 -0700
38417 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
38419 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38420 ____________________________________________________________________________
38421 [ 6264] By: jhi on 2000/06/29 15:00:57
38422 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
38423 From: Marty Lucich <marty@netcom.com>
38424 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
38425 Message-Id: <200006282116.OAA11148@netcom.com>
38426 ccdlflags update (the BSD/OS 4.1 part had already been taken
38430 ____________________________________________________________________________
38431 [ 6263] By: jhi on 2000/06/29 13:47:44
38432 Log: tr fixes from Simon Cozens
38435 ____________________________________________________________________________
38436 [ 6262] By: jhi on 2000/06/28 18:46:01
38437 Log: Subject: 5.6.0 Patch for EPOC
38438 From: Olaf Flebbe <o.flebbe@gmx.de>
38439 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
38440 Message-ID: <23449.960929969@www11.gmx.net>
38442 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
38444 ____________________________________________________________________________
38445 [ 6261] By: jhi on 2000/06/28 18:29:07
38446 Log: Subject: Re: [PATCH cfgperl] BOMs away!
38447 From: simon@brecon.co.uk (Simon Cozens)
38448 Date: 17 Jun 2000 11:49:57 GMT
38449 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
38451 ! pod/perldiag.pod t/comp/require.t toke.c
38452 ____________________________________________________________________________
38453 [ 6260] By: jhi on 2000/06/28 17:47:16
38454 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
38455 From: simon@brecon.co.uk (Simon Cozens)
38456 Date: 17 Jun 2000 11:56:44 GMT
38457 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
38460 ! pod/perlfunc.pod pp.c t/op/pack.t
38461 ____________________________________________________________________________
38462 [ 6259] By: jhi on 2000/06/28 16:43:17
38463 Log: perlnewmod was missing from MANIFEST.
38466 ____________________________________________________________________________
38467 [ 6258] By: jhi on 2000/06/28 15:54:30
38468 Log: linenumber tweak
38470 ! t/pragma/warn/regcomp
38471 ____________________________________________________________________________
38472 [ 6257] By: jhi on 2000/06/28 15:50:44
38473 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
38474 From: Doug MacEachern <dougm@covalent.net>
38475 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
38476 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
38477 (one part of the patch had been applied earlier)
38479 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
38480 ____________________________________________________________________________
38481 [ 6256] By: jhi on 2000/06/28 15:40:22
38482 Log: tweaks from Simon Cozens to further fix tr/// under utf8
38485 ____________________________________________________________________________
38486 [ 6255] By: jhi on 2000/06/28 15:33:45
38487 Log: small thinko tweaks
38489 ! lib/IPC/Open3.pm t/op/my_stash.t
38490 ____________________________________________________________________________
38491 [ 6254] By: jhi on 2000/06/28 15:33:25
38492 Log: Subject: tr///, help wanted.
38493 From: simon@brecon.co.uk (Simon Cozens)
38494 Date: 28 Jun 2000 11:29:04 GMT
38495 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
38497 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
38498 ! pp_proto.h proto.h t/op/tr.t
38499 ____________________________________________________________________________
38500 [ 6253] By: jhi on 2000/06/28 15:09:17
38501 Log: Paranoia tweak on #6249.
38502 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38503 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38504 Date: Sun, 25 Jun 2000 23:43:12 -0400
38505 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
38508 ____________________________________________________________________________
38509 [ 6252] By: jhi on 2000/06/28 15:01:38
38510 Log: Document #6249 and #6251.
38512 ! lib/Exporter.pm lib/IPC/Open3.pm
38513 ____________________________________________________________________________
38514 [ 6251] By: jhi on 2000/06/28 14:50:43
38515 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
38516 From: Doug MacEachern <dougm@covalent.net>
38517 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
38518 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
38521 ____________________________________________________________________________
38522 [ 6250] By: jhi on 2000/06/28 14:45:23
38523 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
38524 From: Doug MacEachern <dougm@covalent.net>
38525 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
38526 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
38529 ! MANIFEST embed.pl global.sym proto.h toke.c
38530 ____________________________________________________________________________
38531 [ 6249] By: jhi on 2000/06/28 14:36:34
38532 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38533 From: Frank Tobin <ftobin@uiuc.edu>
38534 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
38535 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
38538 ____________________________________________________________________________
38539 [ 6248] By: jhi on 2000/06/28 14:11:25
38540 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
38541 From: Mark-Jason Dominus <mjd@plover.com>
38542 Date: Tue, 27 Jun 2000 22:36:42 -0400
38543 Message-ID: <20000628023642.12166.qmail@plover.com>
38546 ____________________________________________________________________________
38547 [ 6247] By: jhi on 2000/06/27 12:46:37
38548 Log: Tweak $VERSION, patch from Doug MacEachern.
38551 ____________________________________________________________________________
38552 [ 6246] By: jhi on 2000/06/27 03:34:46
38553 Log: Allow for standalone testing.
38555 ! t/lib/filefunc.t t/lib/filespec.t
38556 ____________________________________________________________________________
38557 [ 6245] By: jhi on 2000/06/27 02:50:02
38558 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
38559 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38560 Date: Sat, 24 Jun 2000 13:06:20 +0100
38561 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
38563 ! ext/DynaLoader/DynaLoader_pm.PL
38564 ____________________________________________________________________________
38565 [ 6244] By: jhi on 2000/06/27 02:46:10
38566 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
38567 From: Doug MacEachern <dougm@covalent.net>
38568 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
38569 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
38571 ! gv.c sv.c t/lib/peek.t
38572 ____________________________________________________________________________
38573 [ 6243] By: jhi on 2000/06/27 02:38:07
38574 Log: Subject: [PATCH] is_utf8_string
38575 From: simon@brecon.co.uk (Simon Cozens)
38576 Date: 26 Jun 2000 02:25:59 GMT
38577 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
38579 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
38580 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
38582 ____________________________________________________________________________
38583 [ 6242] By: jhi on 2000/06/27 02:24:00
38584 Log: Subject: [PATCH] bytes<->utf8 fixes
38585 From: simon@brecon.co.uk (Simon Cozens)
38586 Date: 26 Jun 2000 04:55:45 GMT
38587 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
38589 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
38590 ____________________________________________________________________________
38591 [ 6241] By: jhi on 2000/06/27 02:12:42
38592 Log: Do no -warn on \_, only on \alpha.
38593 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
38594 From: David Dyck <dcd@tc.fluke.com>
38595 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
38596 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
38598 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
38599 ____________________________________________________________________________
38600 [ 6240] By: jhi on 2000/06/27 02:00:01
38601 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
38602 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38603 Date: Mon, 26 Jun 2000 18:40:14 +0100
38604 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
38607 ____________________________________________________________________________
38608 [ 6239] By: jhi on 2000/06/27 01:53:40
38609 Log: Configure maintenance. Sever some dependency cycles,
38610 separate gccversion from the cc unit,
38611 address [ID 20000623.006] Configure script patch for using gcc on AIX
38612 (but solve it a little bit differently),
38613 unduplex some accidentally duplicated units,
38614 suggest using gcc if no cc available
38615 (p5p thread: "Solaris configure: counterproposal", 1999-09)
38617 ! Configure Todo-5.6 config_h.SH
38619 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
38620 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
38621 Branch: metaconfig/U/perl
38623 ! d_getespwnam.U d_getprpwnam.U i_prot.U
38624 ____________________________________________________________________________
38625 [ 6238] By: jhi on 2000/06/25 18:04:56
38626 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
38627 From: Dan Sugalski <dan@sidhe.org>
38628 Date: Fri, 23 Jun 2000 17:00:00 -0400
38629 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
38631 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
38632 ____________________________________________________________________________
38633 [ 6237] By: jhi on 2000/06/25 16:36:45
38634 Log: Tweak embed.pl, regen headers.
38636 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
38637 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
38638 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
38639 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
38640 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
38641 ____________________________________________________________________________
38642 [ 6236] By: jhi on 2000/06/25 15:26:42
38643 Log: Regen headers.
38645 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
38646 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
38647 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
38648 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
38649 ! regnodes.h warnings.h
38650 ____________________________________________________________________________
38651 [ 6235] By: jhi on 2000/06/23 19:39:35
38652 Log: The thread begun by
38653 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
38654 From: Kevin.Ruscoe@ubsw.com
38655 Date: Fri, 16 Jun 2000 16:38:51 +0100
38656 Message-Id: <H000019b03c300d6@MHS>
38658 ! hints/solaris_2.sh
38659 ____________________________________________________________________________
38660 [ 6234] By: jhi on 2000/06/23 19:23:36
38661 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
38662 because when run as services (Win32ese for daemons)
38663 no environment variables are set and tmpdir ends up as /tmp,
38664 which is ambiguous.
38666 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
38667 From: matt@sergeant.org
38668 Date: 16 Jun 2000 16:30:43 -0000
38669 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
38671 ! lib/File/Spec/Win32.pm
38672 ____________________________________________________________________________
38673 [ 6233] By: jhi on 2000/06/23 19:18:58
38674 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
38675 From: Mark-Jason Dominus <mjd@plover.com>
38676 Date: Fri, 16 Jun 2000 20:53:04 -0400
38677 Message-ID: <20000617005304.8008.qmail@plover.com>
38680 ____________________________________________________________________________
38681 [ 6232] By: jhi on 2000/06/23 16:10:02
38682 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
38683 From: simon@brecon.co.uk (Simon Cozens)
38684 Date: 19 Jun 2000 15:18:27 GMT
38685 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
38687 plus update pod/Makefile and regenerate perltoc
38690 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
38691 ____________________________________________________________________________
38692 [ 6231] By: jhi on 2000/06/23 15:19:18
38693 Log: Subject: [PATCH 5.6.0] cygwin port
38694 From: "Fifer, Eric" <EFifer@sanwaint.com>
38695 Date: Tue, 20 Jun 2000 14:30:58 +0100
38696 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
38698 ! README.cygwin lib/File/Find.pm
38699 ____________________________________________________________________________
38700 [ 6230] By: jhi on 2000/06/23 14:25:21
38701 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
38703 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
38704 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
38705 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38706 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
38707 ____________________________________________________________________________
38708 [ 6229] By: jhi on 2000/06/23 14:13:34
38709 Log: Subject: README.hpux version 0.6.1
38710 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
38711 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
38712 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
38715 ____________________________________________________________________________
38716 [ 6228] By: jhi on 2000/06/23 14:07:20
38717 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
38718 From: Doug MacEachern <dougm@covalent.net>
38719 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
38720 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
38723 ____________________________________________________________________________
38724 [ 6227] By: jhi on 2000/06/23 14:01:06
38725 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
38726 From: Doug MacEachern <dougm@covalent.net>
38727 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
38728 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
38732 ! MANIFEST Makefile.SH
38733 ____________________________________________________________________________
38734 [ 6226] By: jhi on 2000/06/23 13:53:07
38735 Log: Subject: [PATCH] remove forward declarations in Socket.pm
38736 From: Doug MacEachern <dougm@covalent.net>
38737 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
38738 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
38740 From: Doug MacEachern <dougm@covalent.net>
38741 Subject: Re: [PATCH] remove forward declarations in Socket.pm
38742 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
38743 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
38745 ! ext/Socket/Socket.pm op.c
38746 ____________________________________________________________________________
38747 [ 6225] By: jhi on 2000/06/23 13:41:52
38748 Log: Add source code filenames to apidoc.
38749 From: simon@brecon.co.uk (Simon Cozens)
38750 Subject: [PATCH embed.pl] Source X-ref
38751 Date: 22 Jun 2000 02:18:49 GMT
38752 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
38755 ____________________________________________________________________________
38756 [ 6224] By: jhi on 2000/06/23 13:32:33
38757 Log: A way to avoid English.pm performance hit.
38758 From: root <root@jester.slaysys.com>
38759 Subject: [YAPATCH English.pm] My turn to putt again
38760 Date: Thu, 22 Jun 2000 20:33:58 -0400
38761 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
38763 ! lib/English.pm t/lib/english.t
38764 ____________________________________________________________________________
38765 [ 6223] By: jhi on 2000/06/23 13:27:06
38766 Log: Avoid double close().
38767 Subject: [PATCH] avoid double close()
38768 From: Doug MacEachern <dougm@covalent.net>
38769 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
38770 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
38773 ____________________________________________________________________________
38774 [ 6222] By: jhi on 2000/06/23 13:25:54
38776 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
38777 From: Ian Phillipps <Ian.Phillipps@iname.com>
38778 Date: Fri, 23 Jun 2000 10:40:58 +0100
38779 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
38782 ____________________________________________________________________________
38783 [ 6221] By: jhi on 2000/06/23 13:24:15
38784 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
38785 From: simon@brecon.co.uk (Simon Cozens)
38786 Subject: [PATCH] Eliminate tr///[CU][CU]
38787 Date: 23 Jun 2000 11:05:40 GMT
38788 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
38790 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
38791 ____________________________________________________________________________
38792 [ 6220] By: jhi on 2000/06/22 16:07:51
38793 Log: Win32 patches from Benjamin Stuhl.
38795 ! makedef.pl win32/win32.h
38796 ____________________________________________________________________________
38797 [ 6219] By: jhi on 2000/06/22 16:06:34
38798 Log: Bytecode patches from Benjamin Stuhl.
38800 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
38801 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
38802 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38803 ____________________________________________________________________________
38804 [ 6218] By: jhi on 2000/06/15 23:54:16
38805 Log: Bytecode patches from Benjamin Stuhl.
38807 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
38808 ____________________________________________________________________________
38809 [ 6217] By: jhi on 2000/06/09 13:38:29
38810 Log: Rename the fdpid locking and integrate with Sarathy.
38812 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
38813 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
38814 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
38816 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
38817 ____________________________________________________________________________
38818 [ 6216] By: gsar on 2000/06/08 14:54:21
38819 Log: be more optimal about clearing @_
38822 ____________________________________________________________________________
38823 [ 6215] By: gsar on 2000/06/08 14:33:04
38824 Log: tweak comment about @DB::args
38827 ____________________________________________________________________________
38828 [ 6214] By: gsar on 2000/06/08 13:57:54
38829 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
38830 caller() wants to populate @DB::args with it (causes a coredump
38831 in Carp::confess())
38833 ! cop.h t/op/runlevel.t
38834 ____________________________________________________________________________
38835 [ 6213] By: gsar on 2000/06/08 07:06:35
38836 Log: back out change#6106 (seems problematic)
38838 ! hints/solaris_2.sh
38839 ____________________________________________________________________________
38840 [ 6212] By: jhi on 2000/06/07 03:10:36
38841 Log: Continuing mopup for #6204.
38843 ! ext/B/defsubs_h.PL
38844 ____________________________________________________________________________
38845 [ 6211] By: jhi on 2000/06/07 02:41:50
38846 Log: Mopup for #6204.
38847 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
38848 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
38849 This is comes from const() where POK isn't on when expected.
38851 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
38852 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38853 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
38854 ! perlapi.h pod/perlapi.pod
38855 ____________________________________________________________________________
38856 [ 6210] By: jhi on 2000/06/07 01:56:29
38857 Log: Mopup for #6207 and #6209.
38859 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
38860 ____________________________________________________________________________
38861 [ 6209] By: jhi on 2000/06/07 01:33:12
38862 Log: Lock PL_fdpid against race conditions, based on:
38863 Subject: [PATCH 5.6.0]subprocess fixup for threads
38864 From: Dan Sugalski <dan@sidhe.org>
38865 To: perl5-porters@perl.org
38866 Date: Tue, 11 Apr 2000 17:02:32 -0400
38867 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
38869 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
38871 ____________________________________________________________________________
38872 [ 6208] By: jhi on 2000/06/07 01:05:23
38873 Log: Regen headers for #6207.
38875 ! embed.h global.sym objXSUB.h proto.h
38876 ____________________________________________________________________________
38877 [ 6207] By: jhi on 2000/06/06 23:43:13
38878 Log: Subject: [PATCH 5.6.0] Threadsafe patches
38879 From: Dan Sugalski <dan@sidhe.org>
38880 To: perl5-porters@perl.org
38881 Date: Mon, 08 May 2000 18:08:13 -0400
38882 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
38884 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
38885 ! proto.h sv.h util.c
38886 ____________________________________________________________________________
38887 [ 6206] By: jhi on 2000/06/06 23:21:23
38888 Log: Subject: [PATCH] Eliminate $a/$b in pod
38889 From: David Glasser <me@davidglasser.net>
38890 To: perl5-porters@perl.org
38891 Date: Mon, 29 May 2000 21:15:59 -0400
38892 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
38894 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
38895 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
38896 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
38897 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
38898 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
38899 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
38900 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
38901 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
38902 ! pod/perlvar.pod pod/perlxs.pod
38903 ____________________________________________________________________________
38904 [ 6205] By: jhi on 2000/06/06 23:12:14
38905 Log: Subject: [PATCH] Win32 improvements
38906 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
38907 To: gsar@activestate.com, perl5-porters@perl.org
38908 Date: Mon, 29 May 2000 17:22:24 PDT
38909 Message-ID: <20000530002224.91142.qmail@hotmail.com>
38910 (MUA had mangled many lines by wordwrapping)
38912 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
38913 ____________________________________________________________________________
38914 [ 6204] By: jhi on 2000/06/06 23:01:50
38915 Log: Subject: [PATCH] B::Bytecode patches
38916 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
38917 To: gsar@activestate.com, jhi@iki.fi
38918 Cc: perl5-porters@perl.org
38919 Message-ID: <20000602202526.48694.qmail@hotmail.com>
38920 (MUA had mangled many lines by wordwrapping)
38922 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
38923 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
38924 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38925 ! intrpvar.h perl.c
38926 ____________________________________________________________________________
38927 [ 6203] By: jhi on 2000/06/06 22:32:43
38928 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
38929 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38930 Date: Tue, 06 Jun 2000 13:07:45 -0700
38931 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
38934 ____________________________________________________________________________
38935 [ 6202] By: jhi on 2000/06/06 19:38:35
38936 Log: Integrate with Sarathy.
38939 ____________________________________________________________________________
38940 [ 6201] By: gsar on 2000/06/06 00:42:59
38941 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
38942 does a PUSHMARK that's never ever POPMARKed; in general, only
38943 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
38944 Perl_eval_[sp]v() don't because they don't take any incoming
38945 arguments (this leak has been around since the original version
38946 of perl_eval_pv() in 5.003_97e)
38949 ____________________________________________________________________________
38950 [ 6200] By: jhi on 2000/06/04 03:44:52
38951 Log: Update to cperl-mode.el 4.31 from
38952 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
38953 Subject: A couple of notes
38954 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38955 To: Mailing list Perl5 <perl5-porters@perl.org>
38956 Date: Sat, 3 Jun 2000 23:33:32 -0400
38957 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
38959 ! emacs/cperl-mode.el
38960 ____________________________________________________________________________
38961 [ 6199] By: jhi on 2000/06/03 15:11:05
38962 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
38963 From: Dan Sugalski <dan@sidhe.org>
38964 To: perl5-porters@perl.org, vmsperl@perl.org
38965 Date: Fri, 02 Jun 2000 17:30:51 -0400
38966 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
38968 ! vms/descrip_mms.template vms/gen_shrfls.pl
38969 ____________________________________________________________________________
38970 [ 6198] By: jhi on 2000/06/03 14:59:15
38971 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
38972 From: Dan Sugalski <dan@sidhe.org>
38973 To: vmsperl@perl.org, perl5-porters@perl.org
38974 Date: Fri, 02 Jun 2000 16:00:41 -0400
38975 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
38976 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
38978 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
38979 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
38980 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
38981 ____________________________________________________________________________
38982 [ 6197] By: jhi on 2000/06/03 14:41:30
38983 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
38984 From: John Borwick <jhborwic@unity.ncsu.edu>
38985 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
38986 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
38989 ____________________________________________________________________________
38990 [ 6196] By: jhi on 2000/06/03 14:38:09
38991 Log: Integrate with Sarathy.
38993 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
38994 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
38996 ____________________________________________________________________________
38997 [ 6195] By: gsar on 2000/06/02 22:43:13
38998 Log: fix yet another eval"" leak under USE_ITHREADS
39001 ____________________________________________________________________________
39002 [ 6194] By: gsar on 2000/06/02 18:22:06
39003 Log: fix small eval"" memory leaks under USE_ITHREADS
39005 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
39006 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
39008 ____________________________________________________________________________
39009 [ 6193] By: jhi on 2000/06/01 13:03:56
39010 Log: Signals-be-gone for microperl.
39012 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
39013 ____________________________________________________________________________
39014 [ 6192] By: jhi on 2000/06/01 12:52:02
39015 Log: Integrate with Sarathy.
39017 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
39018 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
39019 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
39020 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
39021 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
39022 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
39023 !> t/op/vec.t utils/h2xs.PL
39024 ____________________________________________________________________________
39025 [ 6191] By: gsar on 2000/06/01 09:38:21
39026 Log: vec() loses numericalness (modified version of patch suggested
39029 ! doop.c t/op/vec.t
39030 ____________________________________________________________________________
39031 [ 6190] By: gsar on 2000/06/01 09:26:15
39032 Log: submit missing embed.pl change
39035 ____________________________________________________________________________
39036 [ 6189] By: gsar on 2000/06/01 09:05:34
39037 Log: counting tr/// corrupts later operation (from M.J.T Guy)
39040 ____________________________________________________________________________
39041 [ 6188] By: gsar on 2000/06/01 08:58:39
39045 ____________________________________________________________________________
39046 [ 6187] By: gsar on 2000/06/01 08:50:07
39047 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
39048 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39051 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
39053 ____________________________________________________________________________
39054 [ 6186] By: gsar on 2000/06/01 08:24:40
39055 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
39056 <wolfgang.laun@alcatel.at>)
39058 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
39059 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
39060 ____________________________________________________________________________
39061 [ 6185] By: gsar on 2000/06/01 08:12:00
39062 Log: remove incorrect documentation about implicit split to @_ in
39063 list context, which never really worked in perl 5 (from
39066 ! pod/perlfunc.pod pod/perltrap.pod
39067 ____________________________________________________________________________
39068 [ 6184] By: gsar on 2000/06/01 07:52:27
39069 Log: tweak for change#6127
39072 ____________________________________________________________________________
39073 [ 6183] By: gsar on 2000/06/01 07:41:02
39074 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
39077 + t/lib/selfloader.t
39078 ! MANIFEST lib/SelfLoader.pm
39079 ____________________________________________________________________________
39080 [ 6182] By: jhi on 2000/06/01 00:34:42
39081 Log: Be Cleaner Part Deux.
39084 ____________________________________________________________________________
39085 [ 6181] By: jhi on 2000/06/01 00:32:09
39086 Log: Integrate with Sarathy.
39088 !> pp.c t/op/arith.t
39089 ____________________________________________________________________________
39090 [ 6180] By: jhi on 2000/06/01 00:31:13
39091 Log: microperl nits from Simon Cozens.
39094 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
39096 ____________________________________________________________________________
39097 [ 6179] By: gsar on 2000/05/31 22:37:51
39098 Log: buggy modulus on UVs introduced by change#3378 (resulted in
39099 4063328477 % 65535 amounting to 27406, instead of 27407)
39101 ! pp.c t/op/arith.t
39102 ____________________________________________________________________________
39103 [ 6178] By: jhi on 2000/05/31 21:52:41
39107 ____________________________________________________________________________
39108 [ 6177] By: jhi on 2000/05/31 21:47:33
39109 Log: Substitution utf8 patch from Simon Cozens.
39112 ____________________________________________________________________________
39113 [ 6176] By: jhi on 2000/05/31 21:45:34
39114 Log: Single-quoted utf8 patch from Simon Cozens.
39117 ____________________________________________________________________________
39118 [ 6175] By: jhi on 2000/05/31 21:40:18
39119 Log: Integrate with Sarathy.
39121 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
39122 ____________________________________________________________________________
39123 [ 6174] By: jhi on 2000/05/31 21:37:31
39124 Log: microperl changes from Simon Cozens; Makefile for microperl
39125 written from scratch; few casts added as microperl compilation
39126 doesn't have all prototypes available.
39128 + Makefile.micro README.micro Todo.micro uconfig.sh
39129 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
39130 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
39132 + U/modified/Config_h.U
39133 ____________________________________________________________________________
39134 [ 6173] By: jhi on 2000/05/31 20:00:24
39135 Log: metaconfig maintenance.
39137 + U/modified/Inhdr.U U/typedefs/inotype.U
39138 Branch: metaconfig/U/perl
39139 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
39140 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
39141 ____________________________________________________________________________
39142 [ 6172] By: gsar on 2000/05/31 05:05:42
39143 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
39144 (from Ilya Zakharevich)
39146 ! regexec.c t/op/re_tests
39147 ____________________________________________________________________________
39148 [ 6171] By: gsar on 2000/05/31 05:01:47
39149 Log: scalar() doesn't force scalar context when used in void context
39150 (from Simon Cozens)
39152 ! op.c t/op/wantarray.t
39153 ____________________________________________________________________________
39154 [ 6170] By: gsar on 2000/05/31 04:41:33
39155 Log: change#6142 needs tweaks to tests to work where there's no symlink()
39156 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39159 ____________________________________________________________________________
39160 [ 6169] By: gsar on 2000/05/31 04:29:49
39161 Log: integrate cfgperl contents into mainline
39163 +> pod/perlmodlib.PL pod/perlnewmod.pod
39164 !> (integrate 42 files)
39165 ____________________________________________________________________________
39166 [ 6168] By: jhi on 2000/05/30 22:53:37
39167 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
39169 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39170 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
39171 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
39172 ! win32/config.bc win32/config.gc win32/config.vc
39173 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39174 ! win32/config_h.PL win32/config_sh.PL
39175 Branch: metaconfig/U/perl
39177 ____________________________________________________________________________
39178 [ 6167] By: jhi on 2000/05/30 22:20:21
39182 ____________________________________________________________________________
39183 [ 6166] By: jhi on 2000/05/30 22:11:51
39184 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
39185 in case somebody wants to write an extension for more
39186 shadow database interfaces.
39188 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39189 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
39190 ! vos/config.def vos/config.h vos/config_h.SH_orig
39191 ! win32/config.bc win32/config.gc win32/config.vc
39192 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39194 ! U/modified/Myinit.U
39195 Branch: metaconfig/U/perl
39196 + d_getespwnam.U d_getprpwnam.U i_prot.U
39197 ____________________________________________________________________________
39198 [ 6165] By: jhi on 2000/05/30 18:35:34
39199 Log: Integrate with Sarathy.
39202 ____________________________________________________________________________
39203 [ 6164] By: jhi on 2000/05/30 18:30:16
39206 ! Configure config_h.SH
39207 Branch: metaconfig/U/perl
39209 ____________________________________________________________________________
39210 [ 6163] By: gsar on 2000/05/30 03:24:03
39211 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
39214 ____________________________________________________________________________
39215 [ 6162] By: gsar on 2000/05/30 03:09:38
39216 Log: fix memory leak in method call optimization (change#3768);
39217 made C<eval "$x->foo()"> leak
39220 ____________________________________________________________________________
39221 [ 6161] By: jhi on 2000/05/29 17:56:26
39222 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
39223 both from Simon Cozens.
39225 + pod/perlmodlib.PL pod/perlnewmod.pod
39226 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
39227 ! pod/perlmodlib.pod pod/perltoc.pod
39228 ____________________________________________________________________________
39229 [ 6160] By: jhi on 2000/05/29 17:23:55
39230 Log: Changes for the File::Temp 0.08 (change #6159) test suite
39231 to fit better into the Perl distribution test framework.
39233 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
39234 ! t/lib/ftmp-tempfile.t
39235 ____________________________________________________________________________
39236 [ 6159] By: jhi on 2000/05/29 16:55:36
39237 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
39239 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39240 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39241 ____________________________________________________________________________
39242 [ 6158] By: bailey on 2000/05/29 16:22:08
39243 Log: Add fallback to tmpfile for use in cases where user's relying on
39244 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
39247 ! vms/vms.c vms/vmsish.h
39248 ____________________________________________________________________________
39249 [ 6157] By: jhi on 2000/05/29 03:10:36
39250 Log: Regen Configure to jive with #6149.
39254 ! U/modified/Getfile.U
39255 ____________________________________________________________________________
39256 [ 6156] By: jhi on 2000/05/29 03:01:38
39257 Log: Integrate with Sarathy.
39259 +> ext/DynaLoader/dl_mac.xs
39260 !> (integrate 38 files)
39261 ____________________________________________________________________________
39262 [ 6155] By: gsar on 2000/05/28 21:15:58
39263 Log: small bug in change#6144; remove random \xA0 character that snuck
39266 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
39267 ____________________________________________________________________________
39268 [ 6154] By: gsar on 2000/05/28 21:04:19
39269 Log: avoid type mismatch warning
39272 ____________________________________________________________________________
39273 [ 6153] By: gsar on 2000/05/28 20:58:31
39274 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
39275 <nick@Bagpuss.uk.boo.com>)
39277 ! lib/Test/Harness.pm
39278 ____________________________________________________________________________
39279 [ 6152] By: gsar on 2000/05/28 20:53:42
39280 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
39283 ____________________________________________________________________________
39284 [ 6151] By: gsar on 2000/05/28 20:50:28
39285 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
39288 ____________________________________________________________________________
39289 [ 6150] By: gsar on 2000/05/28 20:39:58
39290 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
39292 ! pod/perlrequick.pod
39293 ____________________________________________________________________________
39294 [ 6149] By: gsar on 2000/05/28 20:35:16
39295 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
39298 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
39299 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
39300 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
39301 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
39302 ____________________________________________________________________________
39303 [ 6148] By: gsar on 2000/05/28 20:21:07
39304 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
39306 ! lib/ExtUtils/MM_Unix.pm
39307 ____________________________________________________________________________
39308 [ 6147] By: gsar on 2000/05/28 20:12:41
39309 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
39310 (from Peter Prymmer)
39312 ! vms/subconfigure.com
39313 ____________________________________________________________________________
39314 [ 6146] By: gsar on 2000/05/28 20:06:15
39317 ! lib/warnings.pm warnings.h warnings.pl
39318 ____________________________________________________________________________
39319 [ 6145] By: gsar on 2000/05/28 18:44:33
39320 Log: make xsubpp skip embedded pod (from Matthias Neeracher
39321 <neeri@iis.ee.ethz.ch>)
39323 ! lib/ExtUtils/xsubpp
39324 ____________________________________________________________________________
39325 [ 6144] By: gsar on 2000/05/28 18:42:49
39326 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
39327 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
39328 <neeri@iis.ee.ethz.ch>)
39331 ____________________________________________________________________________
39332 [ 6143] By: gsar on 2000/05/28 18:41:12
39333 Log: MacOS support, part 1 (from Matthias Neeracher
39334 <neeri@iis.ee.ethz.ch>)
39336 + ext/DynaLoader/dl_mac.xs
39337 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
39338 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
39339 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
39341 ____________________________________________________________________________
39342 [ 6142] By: gsar on 2000/05/28 18:21:51
39343 Log: File::Find fails to chdir when chasing symlinks (from
39344 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39346 ! lib/File/Find.pm t/lib/filefind.t
39347 ____________________________________________________________________________
39348 [ 6141] By: jhi on 2000/05/28 14:25:15
39349 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
39350 forwarded by Peter Seebach from the bsdi-users mailing list.
39351 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
39354 ____________________________________________________________________________
39355 [ 6140] By: jhi on 2000/05/28 14:11:57
39356 Log: Integrate with Sarathy.
39358 +> (branch 30 files)
39359 !> (integrate 93 files)
39360 ____________________________________________________________________________
39361 [ 6139] By: gsar on 2000/05/28 10:01:48
39362 Log: revise mktables.PL for bugs and newness in Unicode 3.0
39363 (from James Bence <jbence@amgen.com>)
39365 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
39366 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
39367 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
39368 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
39369 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
39370 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
39371 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
39372 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
39373 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
39374 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
39375 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
39376 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
39377 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
39378 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
39379 + lib/unicode/Is/SylWU.pl
39380 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
39381 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39382 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
39383 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
39384 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
39385 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
39386 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
39387 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
39388 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
39389 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
39390 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
39391 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
39392 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
39393 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
39394 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
39395 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
39396 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
39397 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
39398 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
39399 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
39400 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
39401 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
39402 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
39403 ! lib/unicode/Makefile lib/unicode/mktables.PL
39404 ____________________________________________________________________________
39405 [ 6138] By: gsar on 2000/05/28 08:50:32
39406 Log: add note about the handling of negative indices to tied arrays
39407 (from Michael G Schwern <schwern@pobox.com>)
39410 ____________________________________________________________________________
39411 [ 6137] By: gsar on 2000/05/28 08:46:10
39412 Log: fix bogus redeclaration warning for "our" variables in different
39415 ! op.c t/pragma/strict-vars
39416 ____________________________________________________________________________
39417 [ 6136] By: gsar on 2000/05/28 08:31:20
39418 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
39420 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
39421 ____________________________________________________________________________
39422 [ 6135] By: gsar on 2000/05/28 08:17:50
39423 Log: enable Test::Harness to dynamically determine column width etc.
39424 (from Rob Napier <rnapier@employees.org>)
39426 ! lib/Test/Harness.pm
39427 ____________________________________________________________________________
39428 [ 6134] By: gsar on 2000/05/28 08:13:39
39429 Log: make Test::Harness use wait.h/WCOREDUMP if available
39430 (from Ben Tilly <ben_tilly@hotmail.com>)
39432 ! lib/Test/Harness.pm
39433 ____________________________________________________________________________
39434 [ 6133] By: gsar on 2000/05/28 08:08:05
39435 Log: elide bogus test in change#6132
39437 ! t/pragma/warn/9enabled
39438 ____________________________________________________________________________
39439 [ 6132] By: gsar on 2000/05/28 08:03:14
39440 Log: warnings::enabled() doesn't fall back to looking at $^W if
39441 caller isn't using lexical warnings (from Paul Marquess)
39443 ! pp_ctl.c t/pragma/warn/9enabled
39444 ____________________________________________________________________________
39445 [ 6131] By: gsar on 2000/05/28 07:57:47
39446 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
39448 ! ext/POSIX/POSIX.pm
39449 ____________________________________________________________________________
39450 [ 6130] By: gsar on 2000/05/28 07:29:12
39451 Log: fix places that mean C<"word" character> but say C<alphanumeric
39454 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
39455 ____________________________________________________________________________
39456 [ 6129] By: gsar on 2000/05/28 07:18:41
39457 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
39460 ____________________________________________________________________________
39461 [ 6128] By: gsar on 2000/05/28 07:12:55
39462 Log: new perlxstut example for passing/returning refs to arrays
39463 (from David Lowe <dlowe@pootpoot.com>)
39465 ! pod/perlxstut.pod
39466 ____________________________________________________________________________
39467 [ 6127] By: gsar on 2000/05/28 07:02:50
39468 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
39469 failed (from Gisle Aas)
39472 ____________________________________________________________________________
39473 [ 6126] By: gsar on 2000/05/28 06:39:53
39474 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
39475 (reworked variant of patch suggested by Simon Cozens)
39477 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
39478 ! pp_hot.c proto.h t/op/gv.t
39479 ____________________________________________________________________________
39480 [ 6125] By: gsar on 2000/05/28 05:14:55
39481 Log: enable propagating exception objects via Perl_croak() in XS code
39485 ____________________________________________________________________________
39486 [ 6124] By: gsar on 2000/05/28 05:07:28
39487 Log: integrate vmsperl contents into mainline
39489 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
39490 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
39492 ____________________________________________________________________________
39493 [ 6123] By: gsar on 2000/05/28 05:03:53
39494 Log: clarify gotcha with #line directives (from Rocco Caputo
39497 ! pod/perldebug.pod pod/perlsyn.pod
39498 ____________________________________________________________________________
39499 [ 6122] By: gsar on 2000/05/28 04:58:29
39500 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
39501 (from Mark-Jason Dominus)
39503 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
39504 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
39505 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
39507 ____________________________________________________________________________
39508 [ 6121] By: bailey on 2000/05/25 04:46:54
39509 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
39510 lists (based on fixes by Craig Berry)
39512 ! lib/File/Spec/VMS.pm
39513 ____________________________________________________________________________
39514 [ 6120] By: bailey on 2000/05/25 04:25:38
39515 Log: Add missing escape (Charles Lane)
39517 ! t/op/lex_assign.t
39518 ____________________________________________________________________________
39519 [ 6119] By: bailey on 2000/05/25 04:21:25
39520 Log: Quiet error messages in vmsish.t (Charles Lane)
39523 ____________________________________________________________________________
39524 [ 6118] By: bailey on 2000/05/25 04:17:57
39525 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
39526 Flatten case labels in switch statements uniformly (Charles Bailey)
39529 ____________________________________________________________________________
39530 [ 6117] By: bailey on 2000/05/25 03:58:09
39531 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
39534 ____________________________________________________________________________
39535 [ 6116] By: bailey on 2000/05/25 03:11:15
39536 Log: Miscellaneous cosmetic fixes (Charles Lane)
39538 ! lib/ExtUtils/MM_VMS.pm
39539 ____________________________________________________________________________
39540 [ 6115] By: bailey on 2000/05/25 03:10:36
39541 Log: Add bounds checking for several strings (Charles Lane)
39544 ____________________________________________________________________________
39545 [ 6114] By: bailey on 2000/05/25 02:25:34
39546 Log: Urk -- undo previous removal of vmsish 'exit' change
39548 ! vms/ext/vmsish.pm vms/vmsish.h
39549 ____________________________________________________________________________
39550 [ 6113] By: bailey on 2000/05/24 02:24:40
39551 Log: Ugly workaround for version-specific RTL error
39554 ____________________________________________________________________________
39555 [ 6112] By: bailey on 2000/05/24 02:19:55
39556 Log: Check for existence of file before trying to delete
39559 ____________________________________________________________________________
39560 [ 6111] By: bailey on 2000/05/23 23:35:13
39561 Log: Resync with mainline prior to post-5.6.0 updates
39563 +> (branch 49 files)
39564 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
39565 ! vms/ext/vmsish.pm
39566 !> (integrate 334 files)
39567 ____________________________________________________________________________
39568 [ 6110] By: jhi on 2000/05/23 19:28:32
39572 ____________________________________________________________________________
39573 [ 6109] By: jhi on 2000/05/18 17:38:54
39574 Log: Integrate with Sarathy.
39576 !> mg.c perl.h win32/perlhost.h
39577 ____________________________________________________________________________
39578 [ 6108] By: gsar on 2000/05/17 02:24:56
39579 Log: reenable fake signal handling on Windows, bugs and all
39581 ! mg.c perl.h win32/perlhost.h
39582 ____________________________________________________________________________
39583 [ 6107] By: jhi on 2000/05/15 18:01:41
39584 Log: Tweak the todo list.
39587 ____________________________________________________________________________
39588 [ 6106] By: jhi on 2000/05/15 13:41:48
39589 Log: The (Configure) script refuses to go on, after asking for
39590 'You may also choose to try maximal 64-bitness....'.
39591 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
39593 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
39595 ! hints/solaris_2.sh
39596 ____________________________________________________________________________
39597 [ 6105] By: jhi on 2000/05/11 14:37:43
39598 Log: Integrate with Sarathy.
39600 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
39601 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
39602 ____________________________________________________________________________
39603 [ 6104] By: gsar on 2000/05/11 03:39:07
39604 Log: PL_sys_intern was being initialized too late on windows
39606 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
39607 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
39608 ____________________________________________________________________________
39609 [ 6103] By: jhi on 2000/05/09 19:42:20
39610 Log: Test tweaking for Unicos continues.
39613 ____________________________________________________________________________
39614 [ 6102] By: jhi on 2000/05/09 16:47:27
39615 Log: The test suite tweak in #6101 wasn't quite right.
39618 ____________________________________________________________________________
39619 [ 6101] By: jhi on 2000/05/09 15:35:34
39620 Log: Hints and test tweaks for Unicos.
39622 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
39623 ____________________________________________________________________________
39624 [ 6100] By: jhi on 2000/05/08 21:15:06
39625 Log: More compilation tweakery from Allen Smith.
39628 ____________________________________________________________________________
39629 [ 6099] By: jhi on 2000/05/08 19:21:18
39630 Log: Tweaks for the cc bugs from Allen Smith.
39633 ____________________________________________________________________________
39634 [ 6098] By: jhi on 2000/05/08 19:13:37
39635 Log: Add a note about other, yet unsupported, shadow password APIs.
39638 ____________________________________________________________________________
39639 [ 6097] By: jhi on 2000/05/08 18:46:34
39640 Log: Add a note about possible compilation problems from Allen Smith.
39643 ____________________________________________________________________________
39644 [ 6096] By: jhi on 2000/05/08 17:33:10
39645 Log: Integrate with Sarathy.
39647 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
39648 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
39649 ____________________________________________________________________________
39650 [ 6095] By: jhi on 2000/05/08 16:21:33
39651 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
39652 might be useful in future.
39654 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39657 ! U/installdirs/inc_version_list.U
39658 Branch: metaconfig/U/perl
39660 ____________________________________________________________________________
39661 [ 6094] By: gsar on 2000/05/08 14:22:22
39662 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
39664 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
39665 ! hints/cygwin.sh pp_sys.c
39666 ____________________________________________________________________________
39667 [ 6093] By: gsar on 2000/05/08 12:52:28
39668 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
39669 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
39671 ! pp_sys.c sv.c win32/perlhost.h
39672 ____________________________________________________________________________
39673 [ 6092] By: jhi on 2000/05/07 22:40:34
39674 Log: Regen perltoc with the fixed buildtoc.
39677 ____________________________________________________________________________
39678 [ 6091] By: jhi on 2000/05/07 22:24:16
39679 Log: Integrate with Sarathy.
39681 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
39682 !> t/op/substr.t toke.c
39683 ____________________________________________________________________________
39684 [ 6090] By: gsar on 2000/05/07 19:47:07
39685 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
39686 [NI]OK; added tests for both
39688 ! perl.c pp_hot.c sv.c t/op/substr.t
39689 ____________________________________________________________________________
39690 [ 6089] By: gsar on 2000/05/07 18:18:38
39691 Log: buildtoc tweak to fix newline lossage
39694 ____________________________________________________________________________
39695 [ 6088] By: jhi on 2000/05/07 16:35:36
39696 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
39697 because we do not use those. The HAS_GETSPNAM remains,
39698 though, because we still do use that.
39700 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39701 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
39702 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
39703 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
39704 ! win32/config.vc win32/config_H.bc win32/config_H.gc
39705 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39706 ____________________________________________________________________________
39707 [ 6087] By: gsar on 2000/05/07 16:05:16
39708 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
39710 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
39711 ____________________________________________________________________________
39712 [ 6086] By: jhi on 2000/05/07 15:27:07
39713 Log: Integrate with Sarathy.
39715 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39716 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39717 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
39718 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
39719 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
39720 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
39721 ____________________________________________________________________________
39722 [ 6085] By: gsar on 2000/05/07 05:52:02
39723 Log: repeat operator (x) doesn't preserve utf8-ness
39725 ! pp.c t/op/substr.t
39726 ____________________________________________________________________________
39727 [ 6084] By: gsar on 2000/05/07 05:39:55
39728 Log: substr() does not preserve utf8-ness (from Stefan Eissing
39729 <Eissing@medicaldataservice.de>); added tests
39731 ! pp.c t/op/substr.t
39732 ____________________________________________________________________________
39733 [ 6083] By: gsar on 2000/05/07 05:24:46
39734 Log: note about undocumented caller() return value (from M.J.T. Guy);
39735 yet another peek.t tweak
39737 ! pod/perlfunc.pod t/lib/peek.t
39738 ____________________________________________________________________________
39739 [ 6082] By: gsar on 2000/05/07 05:08:40
39740 Log: peek.t non-portable to ithreads
39743 ____________________________________________________________________________
39744 [ 6081] By: gsar on 2000/05/07 04:17:04
39745 Log: better default perlbug categories for ok reports (from Richard Foley)
39748 ____________________________________________________________________________
39749 [ 6080] By: gsar on 2000/05/07 04:08:07
39750 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
39751 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39753 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39754 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39755 ! AUTHORS MAINTAIN MANIFEST
39756 ____________________________________________________________________________
39757 [ 6079] By: gsar on 2000/05/07 04:01:38
39758 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
39760 ! lib/Carp/Heavy.pm
39761 ____________________________________________________________________________
39762 [ 6078] By: gsar on 2000/05/07 01:24:19
39763 Log: workaround for CRT bug in chdir() (from Charles Lane, via
39766 ! iperlsys.h vms/vms.c vms/vmsish.h
39767 ____________________________________________________________________________
39768 [ 6077] By: gsar on 2000/05/07 01:22:23
39769 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
39772 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
39773 ____________________________________________________________________________
39774 [ 6076] By: gsar on 2000/05/06 17:36:29
39775 Log: integrate cfgperl contents into mainline
39778 !> Configure MANIFEST Porting/Glossary Porting/config.sh
39779 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
39780 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
39781 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
39782 ____________________________________________________________________________
39783 [ 6075] By: jhi on 2000/05/05 18:56:10
39784 Log: Make the test more portable.
39787 ____________________________________________________________________________
39788 [ 6074] By: jhi on 2000/05/05 18:49:20
39789 Log: Introduce t/lib/peek.t.
39793 ____________________________________________________________________________
39794 [ 6073] By: jhi on 2000/05/05 14:30:45
39795 Log: Complex tweaks.
39797 ! lib/Math/Complex.pm t/lib/complex.t
39798 ____________________________________________________________________________
39799 [ 6072] By: jhi on 2000/05/05 12:27:13
39800 Log: Integrate with Sarathy.
39802 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
39803 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39804 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
39805 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
39806 ____________________________________________________________________________
39807 [ 6071] By: gsar on 2000/05/05 02:24:46
39808 Log: misformatted perllocal.pod (from Tim Jenness
39809 <t.jenness@jach.hawaii.edu>)
39811 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
39812 ____________________________________________________________________________
39813 [ 6070] By: gsar on 2000/05/05 02:16:52
39814 Log: remove misleading comment (from M.J.T. Guy)
39817 ____________________________________________________________________________
39818 [ 6069] By: gsar on 2000/05/05 02:15:13
39819 Log: File::Spec compatibility update (from Barrie Slaymaker
39820 <barries@slaysys.com>)
39822 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39823 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
39824 ____________________________________________________________________________
39825 [ 6068] By: gsar on 2000/05/05 02:01:50
39826 Log: note about values()
39829 ____________________________________________________________________________
39830 [ 6067] By: gsar on 2000/05/05 01:33:09
39831 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
39834 ____________________________________________________________________________
39835 [ 6066] By: gsar on 2000/05/05 01:23:43
39839 ____________________________________________________________________________
39840 [ 6065] By: jhi on 2000/05/04 17:30:22
39841 Log: Integrate with Sarathy.
39843 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
39844 ____________________________________________________________________________
39845 [ 6064] By: gsar on 2000/05/04 17:26:14
39846 Log: change#5905 wasn't quite right--it's intent only applies when arguments
39847 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
39850 ____________________________________________________________________________
39851 [ 6063] By: gsar on 2000/05/04 16:52:29
39852 Log: tokeq() could read unallocated field in argument
39855 ____________________________________________________________________________
39856 [ 6062] By: gsar on 2000/05/04 16:34:51
39857 Log: additional tests for utf8.t
39860 ____________________________________________________________________________
39861 [ 6061] By: gsar on 2000/05/04 16:09:28
39862 Log: change#5921 neglected to make eq honor "use bytes"
39865 ____________________________________________________________________________
39866 [ 6060] By: jhi on 2000/05/04 15:30:16
39867 Log: Integrate with Sarathy.
39869 !> perl.c regcomp.c t/pragma/utf8.t
39870 ____________________________________________________________________________
39871 [ 6059] By: jhi on 2000/05/04 15:26:37
39872 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
39873 in natively 64-bit platforms where a long is a quad (no need
39874 for long longs). Also added bias for IVs.
39877 ____________________________________________________________________________
39878 [ 6058] By: gsar on 2000/05/04 00:19:14
39879 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
39880 (spotted by Donald Kinzer <dkinzer@premia.com>)
39883 ____________________________________________________________________________
39884 [ 6057] By: gsar on 2000/05/03 18:34:01
39885 Log: fix broken parsing of /\x{ab}/
39887 ! regcomp.c t/pragma/utf8.t
39888 ____________________________________________________________________________
39889 [ 6056] By: jhi on 2000/05/03 17:57:16
39890 Log: The search of infinity continues, this time simplified.
39892 ! lib/Math/Complex.pm
39893 ____________________________________________________________________________
39894 [ 6055] By: jhi on 2000/05/03 17:45:30
39898 ____________________________________________________________________________
39899 [ 6054] By: jhi on 2000/05/02 22:28:27
39900 Log: Be more forgiving in POSIX about HUGE_VALL.
39902 ! ext/POSIX/POSIX.xs
39903 ____________________________________________________________________________
39904 [ 6053] By: jhi on 2000/05/02 22:25:05
39905 Log: Integrate with Sarathy.
39907 !> hints/irix_6.sh pod/perlop.pod
39908 ____________________________________________________________________________
39909 [ 6052] By: jhi on 2000/05/02 22:24:31
39910 Log: Unicos hint tweak.
39913 ____________________________________________________________________________
39914 [ 6051] By: jhi on 2000/05/02 22:21:26
39915 Log: Complex tweakery.
39917 ! lib/Math/Complex.pm t/lib/complex.t
39918 ____________________________________________________________________________
39919 [ 6050] By: jhi on 2000/05/02 19:26:22
39920 Log: Use setxxent()/endxxent().
39922 ! t/op/grent.t t/op/pwent.t
39923 ____________________________________________________________________________
39924 [ 6049] By: jhi on 2000/05/02 19:06:02
39925 Log: Test both the scalar and list contexts.
39927 ! t/op/grent.t t/op/pwent.t
39928 ____________________________________________________________________________
39929 [ 6048] By: gsar on 2000/05/02 18:29:10
39930 Log: add note about how $( doesn't interpolate in REs (from
39931 Philip Newton <newton@ficus.frogspace.net>)
39934 ____________________________________________________________________________
39935 [ 6047] By: jhi on 2000/05/02 17:41:24
39936 Log: Call getspnam() only iff needd.
39939 ____________________________________________________________________________
39940 [ 6046] By: gsar on 2000/05/02 17:07:25
39941 Log: libscheck has insufficient checks for n32 libs (from
39942 Albert Chin-A-Young <china@thewrittenword.com>)
39945 ____________________________________________________________________________
39946 [ 6045] By: jhi on 2000/05/02 13:57:17
39947 Log: Integrate with Sarathy.
39949 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
39950 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
39951 ____________________________________________________________________________
39952 [ 6044] By: gsar on 2000/05/02 06:48:19
39953 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
39954 such that underscores are only ignored in literal numbers,
39955 "\x{...}", and hex/oct argument
39957 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
39958 ____________________________________________________________________________
39959 [ 6043] By: gsar on 2000/05/02 02:22:29
39960 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
39962 ! pod/perlretut.pod
39963 ____________________________________________________________________________
39964 [ 6042] By: gsar on 2000/05/02 02:17:51
39965 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
39968 ____________________________________________________________________________
39969 [ 6041] By: gsar on 2000/05/02 01:53:51
39970 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
39974 ____________________________________________________________________________
39975 [ 6040] By: gsar on 2000/05/02 01:51:57
39976 Log: missing files in MANIFEST
39979 ____________________________________________________________________________
39980 [ 6039] By: jhi on 2000/05/02 00:36:46
39981 Log: Infinite problems.
39983 ! lib/Math/Complex.pm
39984 ____________________________________________________________________________
39985 [ 6038] By: jhi on 2000/05/02 00:06:38
39986 Log: pwent/spent #ifdef imbalance.
39989 ____________________________________________________________________________
39990 [ 6037] By: jhi on 2000/05/01 22:50:11
39991 Log: Use HUGE_VALL if applicable.
39993 ! ext/POSIX/POSIX.xs util.c
39994 ____________________________________________________________________________
39995 [ 6036] By: jhi on 2000/05/01 22:20:53
39996 Log: Correct Freudian slip.
39999 ____________________________________________________________________________
40000 [ 6035] By: jhi on 2000/05/01 21:07:38
40001 Log: Continue on the pwent/spent case.
40004 ____________________________________________________________________________
40005 [ 6034] By: jhi on 2000/05/01 17:45:14
40006 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
40007 adjustments in 6032 conflicted badly with this, will have
40008 to revisit them later.
40010 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
40011 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
40012 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
40013 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
40014 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
40015 !> t/lib/cgi-html.t t/lib/cgi-request.t
40016 ____________________________________________________________________________
40017 [ 6033] By: jhi on 2000/05/01 17:40:49
40018 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
40021 ____________________________________________________________________________
40022 [ 6032] By: gsar on 2000/05/01 15:56:32
40023 Log: whitespace adjustments
40026 ____________________________________________________________________________
40027 [ 6031] By: gsar on 2000/05/01 15:19:41
40028 Log: small nits in diagnostics.pm (from Robin Barker)
40030 ! lib/diagnostics.pm pod/perldiag.pod
40031 ____________________________________________________________________________
40032 [ 6030] By: gsar on 2000/05/01 08:39:18
40033 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
40034 for @- and @+ (from Johan Vromans)
40036 ! lib/English.pm pod/perlvar.pod
40037 ____________________________________________________________________________
40038 [ 6029] By: gsar on 2000/05/01 08:16:10
40039 Log: add CGI.pm v2.66 (from Lincoln Stein)
40041 + lib/CGI/Util.pm t/lib/cgi-pretty.t
40042 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
40043 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
40044 ! t/lib/cgi-html.t t/lib/cgi-request.t
40045 ____________________________________________________________________________
40046 [ 6028] By: gsar on 2000/05/01 06:34:41
40047 Log: Pod::Man generates groff-incompatible macro definition (from
40051 ____________________________________________________________________________
40052 [ 6027] By: gsar on 2000/05/01 06:31:36
40053 Log: podlators-1.02 update (from Russ Allbery)
40055 ! lib/Pod/Man.pm lib/Pod/Text.pm
40056 ____________________________________________________________________________
40057 [ 6026] By: jhi on 2000/04/30 23:24:23
40058 Log: Integrate with Sarathy.
40060 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
40061 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
40062 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40063 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40064 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
40065 !> t/lib/syslog.t toke.c win32/win32.h
40066 ____________________________________________________________________________
40067 [ 6025] By: gsar on 2000/04/30 18:17:47
40068 Log: Is{Alnum,Alpha,Word} don't match titlecase
40070 TODO: IsSpace is defined recursively!
40072 (both spotted by Larry)
40074 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40075 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40076 ____________________________________________________________________________
40077 [ 6024] By: gsar on 2000/04/30 17:50:19
40078 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
40079 (from Hugo van der Sanden)
40082 ____________________________________________________________________________
40083 [ 6023] By: gsar on 2000/04/30 17:14:43
40084 Log: debugger stomps on $. (from M.J.T. Guy)
40087 ____________________________________________________________________________
40088 [ 6022] By: gsar on 2000/04/30 16:59:22
40089 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
40092 ____________________________________________________________________________
40093 [ 6021] By: gsar on 2000/04/29 21:00:08
40094 Log: remove Win2K issue in pod (fixed by change#6020)
40096 ! README.win32 pod/perl56delta.pod
40097 ____________________________________________________________________________
40098 [ 6020] By: gsar on 2000/04/29 20:51:49
40102 ____________________________________________________________________________
40103 [ 6019] By: gsar on 2000/04/29 20:34:27
40104 Log: windows portability tweaks
40106 ! t/lib/b.t win32/win32.h
40107 ____________________________________________________________________________
40108 [ 6018] By: gsar on 2000/04/29 19:55:24
40109 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
40110 make _PATH_LOG() return "" if unavailable
40112 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
40113 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
40114 ____________________________________________________________________________
40115 [ 6017] By: jhi on 2000/04/28 22:49:46
40116 Log: Integrate with Sarathy.
40118 !> op.c perl.c pod/perldiag.pod t/lib/b.t
40119 ____________________________________________________________________________
40120 [ 6016] By: jhi on 2000/04/28 22:46:14
40121 Log: Do not warn that an infinity does not look like a number.
40124 ____________________________________________________________________________
40125 [ 6015] By: gsar on 2000/04/28 22:35:49
40126 Log: tweak test for portability
40129 ____________________________________________________________________________
40130 [ 6014] By: gsar on 2000/04/28 22:05:31
40131 Log: glob() loading File::Glob behind the scenes may cause syntax errors
40134 ____________________________________________________________________________
40135 [ 6013] By: gsar on 2000/04/28 21:25:22
40136 Log: tweak change#5945 to display correct switch name in diagnostic
40138 ! perl.c pod/perldiag.pod
40139 ____________________________________________________________________________
40140 [ 6012] By: jhi on 2000/04/28 21:08:12
40141 Log: Integrate with Sarathy.
40143 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
40144 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
40145 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
40146 ____________________________________________________________________________
40147 [ 6011] By: jhi on 2000/04/28 21:04:46
40148 Log: &HUGE_VAL is not defined, it exists.
40150 ! lib/Math/Complex.pm
40151 ____________________________________________________________________________
40152 [ 6010] By: gsar on 2000/04/28 21:02:58
40153 Log: clarify note about shadow password support (from
40154 gellyfish@gellyfish.com)
40157 ____________________________________________________________________________
40158 [ 6009] By: gsar on 2000/04/28 21:00:00
40159 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
40161 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
40162 ____________________________________________________________________________
40163 [ 6008] By: gsar on 2000/04/28 20:56:33
40164 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
40166 ! installperl vms/subconfigure.com
40167 ____________________________________________________________________________
40168 [ 6007] By: gsar on 2000/04/28 20:51:21
40169 Log: note about compile failures and END blocks (from M.J.T. Guy)
40171 ! pod/perl56delta.pod pod/perlmod.pod
40172 ____________________________________________________________________________
40173 [ 6006] By: jhi on 2000/04/28 20:42:14
40174 Log: Regen Configure.
40176 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40178 ____________________________________________________________________________
40179 [ 6005] By: gsar on 2000/04/28 20:41:16
40180 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
40183 ____________________________________________________________________________
40184 [ 6004] By: jhi on 2000/04/28 20:28:21
40185 Log: Integrate with Sarathy.
40187 !> Configure INSTALL Porting/Glossary Porting/config.sh
40188 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
40189 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
40190 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
40191 !> win32/config.vc win32/win32.c
40192 ____________________________________________________________________________
40193 [ 6003] By: gsar on 2000/04/28 20:11:20
40194 Log: allow REG_EXPAND_SZ keys in Windows registry (from
40195 John Clayton <John.Clayton@barclayscapital.com>)
40198 ____________________________________________________________________________
40199 [ 6002] By: gsar on 2000/04/28 19:34:16
40200 Log: destructive sv_setsv() can lose UV-ness from source, causing
40201 numeric promotions/comparisons to fail to do the right thing
40204 ____________________________________________________________________________
40205 [ 6001] By: gsar on 2000/04/28 18:44:15
40206 Log: support additional library locations via $Config{otherlibdirs}
40207 (from Andy Dougherty)
40209 ! Configure INSTALL Porting/Glossary Porting/config.sh
40210 ! Porting/config_H config_h.SH epoc/config.sh perl.c
40211 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
40212 ! win32/config.bc win32/config.gc win32/config.vc
40213 ____________________________________________________________________________
40214 [ 6000] By: gsar on 2000/04/28 18:26:58
40215 Log: reworked otherlibdirs.U (from Andy Dougherty)
40217 ! U/installdirs/otherlibdirs.U
40218 ____________________________________________________________________________
40219 [ 5999] By: gsar on 2000/04/28 18:17:07
40220 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
40222 ! t/pragma/warn/toke toke.c
40223 ____________________________________________________________________________
40224 [ 5998] By: jhi on 2000/04/28 13:32:17
40225 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
40227 ! lib/Math/Complex.pm
40228 ____________________________________________________________________________
40229 [ 5997] By: jhi on 2000/04/28 13:14:04
40232 ! lib/Math/Complex.pm
40233 ____________________________________________________________________________
40234 [ 5996] By: jhi on 2000/04/28 12:59:23
40235 Log: Integrate with Sarathy.
40237 +> pod/perlrequick.pod pod/perlretut.pod
40238 !> (integrate 51 files)
40239 ____________________________________________________________________________
40240 [ 5995] By: gsar on 2000/04/28 09:37:36
40241 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
40243 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
40244 ____________________________________________________________________________
40245 [ 5994] By: gsar on 2000/04/28 09:33:26
40246 Log: fix for missed accounting for null byte in pack("Z",...) (from
40250 ____________________________________________________________________________
40251 [ 5993] By: gsar on 2000/04/28 09:30:05
40252 Log: various minor tweaks seen on p5p
40254 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
40255 ____________________________________________________________________________
40256 [ 5992] By: gsar on 2000/04/28 09:08:19
40257 Log: pod nit (from Simon Cozens)
40260 ____________________________________________________________________________
40261 [ 5991] By: gsar on 2000/04/28 09:06:36
40262 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
40264 ! README.posix-bc hints/posix-bc.sh
40265 ____________________________________________________________________________
40266 [ 5990] By: gsar on 2000/04/28 08:54:52
40267 Log: use $ENV{LIB} to search for libs under Visual C compiler
40268 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
40270 ! lib/ExtUtils/Liblist.pm
40271 ____________________________________________________________________________
40272 [ 5989] By: gsar on 2000/04/28 08:27:12
40273 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
40274 itself and no other (from Tom Hughes)
40276 ! t/op/array.t toke.c
40277 ____________________________________________________________________________
40278 [ 5988] By: gsar on 2000/04/28 08:01:38
40279 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
40280 <paul@miraclefish.com>)
40282 ! lib/ExtUtils/MakeMaker.pm
40283 ____________________________________________________________________________
40284 [ 5987] By: gsar on 2000/04/28 07:53:09
40285 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
40287 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
40288 ____________________________________________________________________________
40289 [ 5986] By: gsar on 2000/04/28 07:44:17
40290 Log: add regular expressions tutorial and quick-start guide (from
40291 Mark Kvale <kvale@phy.ucsf.edu>)
40293 + pod/perlrequick.pod pod/perlretut.pod
40294 ! AUTHORS MAINTAIN MANIFEST
40295 ____________________________________________________________________________
40296 [ 5985] By: gsar on 2000/04/28 07:30:28
40297 Log: forked child may not exit correctly if it failed to open
40298 /dev/console (from Graham Barr)
40300 ! ext/Sys/Syslog/Syslog.pm
40301 ____________________________________________________________________________
40302 [ 5984] By: gsar on 2000/04/28 07:27:20
40303 Log: attributes::reftype() doesn't work on tied argument
40306 ____________________________________________________________________________
40307 [ 5983] By: gsar on 2000/04/28 07:15:04
40308 Log: numeric conversion of non-number in change#3378 tramples on
40309 OOK offset, causing segfaults
40312 ____________________________________________________________________________
40313 [ 5982] By: gsar on 2000/04/28 04:48:25
40314 Log: avoid error in IO::Socket::INET when given an unknown service name
40315 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
40317 ! ext/IO/lib/IO/Socket/INET.pm
40318 ____________________________________________________________________________
40319 [ 5981] By: gsar on 2000/04/28 04:31:31
40320 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
40321 prototype mismatch with CORE::glob(); update pod and tests to
40322 suit (File::Glob::glob() is still available for backward
40323 compatibility, but should be considered deprecated)
40325 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
40326 ! t/lib/glob-taint.t
40327 ____________________________________________________________________________
40328 [ 5980] By: gsar on 2000/04/28 03:47:29
40329 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
40332 ! U/modified/Options.U
40335 ____________________________________________________________________________
40336 [ 5979] By: gsar on 2000/04/28 03:07:54
40337 Log: under useithreads, constant pad entries could inadvertantly be
40338 shared across threads (from Eric Blood <eblood@xmission.com>);
40339 added Eric's test case to testsuite
40342 ____________________________________________________________________________
40343 [ 5978] By: gsar on 2000/04/27 21:13:00
40344 Log: sync version numbers in File::Spec with the ones on CPAN
40345 (from Barrie Slaymaker)
40347 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
40348 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40349 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40350 ____________________________________________________________________________
40351 [ 5977] By: gsar on 2000/04/27 21:07:29
40352 Log: autoquote barewords followed by newline and arrow properly
40353 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
40355 ! t/pragma/warn/toke toke.c
40356 ____________________________________________________________________________
40357 [ 5976] By: gsar on 2000/04/27 20:41:20
40358 Log: DB_File v1.73 update (from Paul Marquess)
40360 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40361 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
40362 ____________________________________________________________________________
40363 [ 5975] By: gsar on 2000/04/27 20:34:24
40364 Log: allow sort() reentrancy (variant of patch suggested by
40365 Hugo van der Sanden)
40367 ! pp_ctl.c t/op/sort.t
40368 ____________________________________________________________________________
40369 [ 5974] By: gsar on 2000/04/27 19:46:57
40370 Log: change#4197 somehow missed initializing PL_errors, meaning
40371 sytax error queueing wasn't working outside eval"" at all;
40372 also fixed eval"" to localize PL_error_count, so that compile-time
40373 eval's don't clobber the error state of the outer context
40375 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
40376 ! t/pragma/warn/toke
40377 ____________________________________________________________________________
40378 [ 5973] By: gsar on 2000/04/27 18:29:05
40379 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
40381 ! regcomp.c regexec.c t/op/re_tests
40382 ____________________________________________________________________________
40383 [ 5972] By: jhi on 2000/04/27 18:22:41
40384 Log: Integrate with Sarathy.
40386 +> t/lib/b.t t/lib/syslog.t
40387 !> (integrate 31 files)
40388 ____________________________________________________________________________
40389 [ 5971] By: jhi on 2000/04/27 18:18:46
40390 Log: Unicos tweaks from Mark P. Lutz.
40392 ! hints/unicos.sh lib/Math/Complex.pm
40393 ____________________________________________________________________________
40394 [ 5970] By: gsar on 2000/04/27 18:05:11
40395 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
40398 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
40399 ____________________________________________________________________________
40400 [ 5969] By: gsar on 2000/04/27 17:50:56
40401 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
40404 ! MANIFEST ext/Sys/Syslog/Syslog.pm
40405 ____________________________________________________________________________
40406 [ 5968] By: gsar on 2000/04/27 17:44:49
40407 Log: tolerate spaces in group names in test on solaris (from David Boyce
40411 ____________________________________________________________________________
40412 [ 5967] By: gsar on 2000/04/27 17:41:22
40413 Log: improved docs on the warn_uninit diagnostic (from David Glasser
40417 ____________________________________________________________________________
40418 [ 5966] By: gsar on 2000/04/27 16:54:58
40419 Log: add testsuite for B backends, fix bug in B::Deparse (from
40420 Simon Cozens <simon@brecon.co.uk>)
40423 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
40424 ____________________________________________________________________________
40425 [ 5965] By: gsar on 2000/04/27 16:10:37
40426 Log: avoid "will not stay shared" warnings for our variables (from
40429 ! op.c t/pragma/warn/op
40430 ____________________________________________________________________________
40431 [ 5964] By: gsar on 2000/04/27 07:05:05
40432 Log: reformat to 72 columns (again)
40435 ____________________________________________________________________________
40436 [ 5963] By: gsar on 2000/04/27 06:28:31
40437 Log: patch from Larry to make (\&) prototype work; added tests for
40440 ! op.c t/comp/proto.t
40441 ____________________________________________________________________________
40442 [ 5962] By: gsar on 2000/04/27 06:15:47
40443 Log: updated README.hpux (from Jeff Okamoto)
40446 ____________________________________________________________________________
40447 [ 5961] By: gsar on 2000/04/27 05:55:03
40448 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
40450 ! emacs/cperl-mode.el
40451 ____________________________________________________________________________
40452 [ 5960] By: gsar on 2000/04/27 05:49:26
40453 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
40456 ____________________________________________________________________________
40457 [ 5959] By: gsar on 2000/04/27 05:33:41
40458 Log: doubled words in pods (from Simon Cozens
40459 <simon.p.cozens@jp.pwcglobal.com>)
40461 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
40462 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
40463 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
40464 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
40465 ! pod/perltootc.pod
40466 ____________________________________________________________________________
40467 [ 5958] By: gsar on 2000/04/27 05:11:39
40468 Log: change#3569 deleted some essential code, revert; avoid use of
40469 atexit() to make DynaLoader work properly on AIX under mod_perl
40470 (from Jens-Uwe Mager <jum@helios.de>)
40472 ! ext/DynaLoader/dl_aix.xs
40473 ____________________________________________________________________________
40474 [ 5957] By: gsar on 2000/04/27 04:54:51
40475 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
40478 ____________________________________________________________________________
40479 [ 5956] By: gsar on 2000/04/27 04:51:47
40480 Log: better diagnostics on failed tests (from Ilya Zakharevich)
40482 ! t/op/lex_assign.t
40483 ____________________________________________________________________________
40484 [ 5955] By: gsar on 2000/04/27 04:26:44
40485 Log: longstanding bug exposed by change#3307: sort arguments weren't
40486 compiled with the right wantarray context (ensuing runtime lookup
40487 via block_gimme() was getting the incidental context of the
40491 ____________________________________________________________________________
40492 [ 5954] By: gsar on 2000/04/26 23:42:12
40493 Log: integrate cfgperl contents into mainline
40495 !> (integrate 30 files)
40496 ____________________________________________________________________________
40497 [ 5953] By: jhi on 2000/04/26 23:06:42
40498 Log: Integrate with Sarathy.
40500 !> README.win32 ext/B/B/Deparse.pm
40501 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
40502 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
40503 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
40504 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
40505 !> utils/perldoc.PL vms/perlvms.pod
40506 ____________________________________________________________________________
40507 [ 5952] By: jhi on 2000/04/26 23:03:46
40508 Log: Undo "use integer" addition from 64bitint as it seems
40509 to break most of the subtests in Digital UNIX;
40510 Unicos needs to find another way.
40513 ____________________________________________________________________________
40514 [ 5951] By: jhi on 2000/04/26 22:57:53
40515 Log: Be more robust on "extreme" (large absolute value)
40516 arguments. Originally reported by Daniel Connelly
40517 as a problem with asinh() on large negative arguments,
40518 asinh() used to bail out because an argument to log()
40519 ended up being zero. Ilya Zakharevich proposed using
40520 Taylor's series in such cases, which for such large
40521 arguments is a very good approximation.
40523 ! lib/Math/Complex.pm t/lib/complex.t
40524 ____________________________________________________________________________
40525 [ 5950] By: gsar on 2000/04/25 19:13:12
40526 Log: reformat perldiag to avoid long lines
40529 ____________________________________________________________________________
40530 [ 5949] By: gsar on 2000/04/25 18:41:11
40531 Log: make perldoc use the pod2man from the same version (from
40535 ____________________________________________________________________________
40536 [ 5948] By: gsar on 2000/04/25 18:21:57
40537 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
40538 <kompas@kompas.usr.onet.pl>)
40541 ____________________________________________________________________________
40542 [ 5947] By: gsar on 2000/04/25 18:11:53
40543 Log: use &dl_error rather than &dl_load_file as the guard for calling
40544 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
40545 statically built perl)
40547 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
40548 ____________________________________________________________________________
40549 [ 5946] By: jhi on 2000/04/25 17:37:54
40550 Log: Document that tr() is not tr(1).
40553 ____________________________________________________________________________
40554 [ 5945] By: gsar on 2000/04/25 16:34:33
40555 Log: make module name mandatory after -M switch; reorder perldiag
40556 alphabetically (from Mark-Jason Dominus)
40558 ! perl.c pod/perldiag.pod
40559 ____________________________________________________________________________
40560 [ 5944] By: jhi on 2000/04/25 01:15:18
40561 Log: On second thoughts frexp() does have two arguments.
40564 ____________________________________________________________________________
40565 [ 5943] By: jhi on 2000/04/24 22:56:32
40566 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
40567 Now pp_ncmp() returns undef is either operand is a NaN.
40569 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40570 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
40571 ! vms/subconfigure.com vos/config.def vos/config.h
40572 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
40573 ! win32/config.vc win32/config_H.bc win32/config_H.gc
40574 ! win32/config_H.vc
40575 Branch: metaconfig/U/perl
40577 ____________________________________________________________________________
40578 [ 5942] By: jhi on 2000/04/24 19:45:17
40579 Log: Regen Configure to match #5937.
40581 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40584 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
40585 ____________________________________________________________________________
40586 [ 5941] By: jhi on 2000/04/24 19:24:11
40587 Log: Further Unicos fixes for Mark Lutz.
40589 ! hints/unicos.sh pp_ctl.c
40590 ____________________________________________________________________________
40591 [ 5940] By: jhi on 2000/04/24 19:09:06
40592 Log: Various Unicos 10.0.0.6 fixes.
40594 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
40595 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
40596 Reply-To: tecmpl1@triton.ca.boeing.com
40597 To: perl5-porters@perl.org
40598 Date: Fri, 14 Apr 2000 20:21:00 GMT
40599 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
40601 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
40602 ____________________________________________________________________________
40603 [ 5939] By: gsar on 2000/04/24 19:01:24
40604 Log: more pod nits (from Larry Virden)
40606 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
40607 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
40608 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
40609 ____________________________________________________________________________
40610 [ 5938] By: gsar on 2000/04/24 18:54:01
40611 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
40613 ! ext/B/B/Deparse.pm
40614 ____________________________________________________________________________
40615 [ 5937] By: jhi on 2000/04/24 17:39:00
40616 Log: Integrate with Sarathy.
40618 +> (branch 31 files)
40619 !> (integrate 73 files)
40620 ____________________________________________________________________________
40621 [ 5936] By: gsar on 2000/04/24 17:30:06
40622 Log: additional tests for change#5934 (from Paul Marquess, who also
40623 sent in the same fix)
40625 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
40626 ! t/pragma/warn/5nolint t/pragma/warn/6default
40627 ____________________________________________________________________________
40628 [ 5935] By: jhi on 2000/04/24 17:26:05
40629 Log: Do not assume sign propagation.
40630 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
40631 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40632 To: payner@ncifcrf.gov, perl5-porters@perl.org
40633 Date: Tue, 18 Apr 2000 18:24:49 +0100
40634 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
40636 ! t/op/bop.t t/op/misc.t
40637 ____________________________________________________________________________
40638 [ 5934] By: gsar on 2000/04/24 17:16:54
40639 Log: propagate lexical warnings from surrounding scope correctly
40640 within string eval()
40642 ! pp_ctl.c t/pragma/warn/pp_ctl
40643 ____________________________________________________________________________
40644 [ 5933] By: jhi on 2000/04/24 17:01:07
40645 Log: Flatten the cpp jungle doing the nosuid checking.
40648 ____________________________________________________________________________
40649 [ 5932] By: gsar on 2000/04/24 09:08:14
40650 Log: add rsignal(), whichsig() and do_join() to public API list
40651 (mod_perl uses them to good advantage)
40653 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
40654 ____________________________________________________________________________
40655 [ 5931] By: gsar on 2000/04/24 09:01:40
40656 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
40658 ! pp_hot.c regexec.c t/op/pat.t
40659 ____________________________________________________________________________
40660 [ 5930] By: gsar on 2000/04/24 08:58:33
40661 Log: small os390 tweaks (from Peter Prymmer)
40663 ! config_h.SH makedepend.SH
40664 ____________________________________________________________________________
40665 [ 5929] By: gsar on 2000/04/24 08:55:25
40669 ____________________________________________________________________________
40670 [ 5928] By: gsar on 2000/04/24 08:50:13
40671 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
40673 ! ext/IO/lib/IO/Poll.pm
40674 ____________________________________________________________________________
40675 [ 5927] By: gsar on 2000/04/24 08:43:24
40676 Log: arrange for next() to resume at the unstack op rather than the
40677 loop conditional, so that scope cleanup happens correctly
40678 (from Stephen McCamant)
40680 ! op.c pp_ctl.c t/op/misc.t
40681 ____________________________________________________________________________
40682 [ 5926] By: gsar on 2000/04/24 08:18:40
40683 Log: on windows, reserve 16M of stack rather than 128M (allows more
40684 threads to run concurrently)
40686 ! win32/Makefile win32/makefile.mk
40687 ____________________________________________________________________________
40688 [ 5925] By: gsar on 2000/04/24 08:13:52
40689 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
40692 ____________________________________________________________________________
40693 [ 5924] By: gsar on 2000/04/24 08:08:59
40694 Log: avoid using uninitialized memory in require version check
40696 ! pp_ctl.c universal.c
40697 ____________________________________________________________________________
40698 [ 5923] By: gsar on 2000/04/24 07:20:14
40699 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
40701 ! ext/IO/lib/IO/Poll.pm
40702 ____________________________________________________________________________
40703 [ 5922] By: gsar on 2000/04/24 07:08:42
40704 Log: commentary about IoTYPE() (from Nathan Torkington)
40707 ____________________________________________________________________________
40708 [ 5921] By: gsar on 2000/04/24 06:58:26
40709 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
40712 ! sv.c t/lib/charnames.t t/pragma/utf8.t
40713 ____________________________________________________________________________
40714 [ 5920] By: gsar on 2000/04/24 06:37:59
40715 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
40717 ! doop.c t/op/ver.t
40718 ____________________________________________________________________________
40719 [ 5919] By: gsar on 2000/04/24 06:21:58
40720 Log: Configure might miss old directories when prefix must be
40721 expanded (from Robin Barker)
40723 ! U/installdirs/inc_version_list.U
40726 ____________________________________________________________________________
40727 [ 5918] By: gsar on 2000/04/24 06:16:11
40728 Log: VMS nits in glob() test (from Charles Lane)
40730 ! t/lib/glob-basic.t
40731 ____________________________________________________________________________
40732 [ 5917] By: gsar on 2000/04/24 06:11:56
40733 Log: various pod nits (from Larry Virden and others)
40735 ! README.amiga README.hpux README.machten README.os2
40736 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
40737 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
40738 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
40739 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
40740 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
40741 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
40742 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
40743 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
40744 ____________________________________________________________________________
40745 [ 5916] By: gsar on 2000/04/24 05:52:43
40746 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
40747 <wjones@tc.fluke.com>)
40749 ! t/lib/glob-basic.t
40750 ____________________________________________________________________________
40751 [ 5915] By: gsar on 2000/04/24 05:07:01
40752 Log: supported platforms mixed up
40754 ! pod/perl56delta.pod pod/perlport.pod
40755 ____________________________________________________________________________
40756 [ 5914] By: gsar on 2000/04/24 04:56:08
40757 Log: caller() wasn't returning the right number of elements for
40760 ! pp_ctl.c t/pragma/warn/9enabled
40761 ____________________________________________________________________________
40762 [ 5913] By: gsar on 2000/04/24 04:35:41
40763 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
40764 Mark-Jason Dominus)
40767 ____________________________________________________________________________
40768 [ 5912] By: gsar on 2000/04/24 04:17:15
40769 Log: fix totally broken caching in UNIVERSAL::isa() (from
40772 ! t/op/universal.t universal.c
40773 ____________________________________________________________________________
40774 [ 5911] By: gsar on 2000/04/24 03:39:47
40775 Log: add linebreak properties from unicode/LineBrk.txt (from
40776 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
40778 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
40779 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
40780 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
40781 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
40782 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
40783 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
40784 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
40785 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
40786 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
40787 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
40788 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
40789 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
40790 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
40791 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
40792 + lib/unicode/Is/LbrkZW.pl
40793 ! lib/unicode/mktables.PL
40794 ____________________________________________________________________________
40795 [ 5910] By: gsar on 2000/04/24 03:23:10
40798 ! ext/Thread/Thread.pm
40799 ____________________________________________________________________________
40800 [ 5909] By: gsar on 2000/04/24 03:22:03
40801 Log: mode argument to do_binmode() should be file mode, not boolean
40804 ____________________________________________________________________________
40805 [ 5908] By: gsar on 2000/04/16 16:51:08
40806 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
40807 always returns a valid GV even when the symbol is trapped by strictures
40810 TODO: the C<package;> hack needs similar treatment
40812 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
40813 ! t/pragma/strict-vars
40814 ____________________________________________________________________________
40815 [ 5907] By: jhi on 2000/03/31 23:42:56
40816 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
40817 an assumption which #5905 demolished.
40820 ____________________________________________________________________________
40821 [ 5906] By: jhi on 2000/03/31 18:54:37
40822 Log: Typo in #5905.
40825 ____________________________________________________________________________
40826 [ 5905] By: jhi on 2000/03/31 18:50:54
40827 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
40828 reported by Joseph N. Hall. The bug was that even with use64bitint
40829 one had to use the prefixes q, L, or ll with printf/sprintf,
40830 contrary to the documentation and common sense.
40832 ! sv.c t/op/64bitint.t
40833 ____________________________________________________________________________
40834 [ 5904] By: gsar on 2000/03/28 02:31:32
40835 Log: add Changes, perldelta.pod
40837 + Changes pod/perldelta.pod
40838 ____________________________________________________________________________
40839 [ 5903] By: gsar on 2000/03/28 02:03:55
40840 Log: rename Changes and perldelta.pod
40842 +> Changes5.6 pod/perl56delta.pod
40843 - Changes pod/perldelta.pod
40845 ____________________________________________________________________________
40846 [ 5902] By: gsar on 2000/03/28 01:59:14
40847 Log: create maint-5.6 branch
40848 Branch: maint-5.6/perl
40849 +> (branch 1611 files)
40850 ____________________________________________________________________________
40851 [ 5901] By: jhi on 2000/03/23 05:48:43
40852 Log: Integrate with Sarathy.
40854 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
40855 ____________________________________________________________________________
40856 [ 5900] By: gsar on 2000/03/23 05:42:43
40857 Log: three guesses on what this is :-)