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 [ 10764] By: jhi on 2001/06/20 19:00:23
35 Log: Subject: Re: [PATCH] djgpp updates
36 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
37 Date: Wed, 20 Jun 2001 10:05:15 +0200
38 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
41 ____________________________________________________________________________
42 [ 10763] By: jhi on 2001/06/20 18:58:06
43 Log: Fix for ID 20010619.002 "When building hash, hash keys that
44 are function calls are not being called", from Abhijit.
47 ____________________________________________________________________________
48 [ 10762] By: jhi on 2001/06/20 18:45:00
49 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
51 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
52 + lib/Locale/Maketext/test.pl
53 - lib/Locale/Maketext.t
54 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
55 ! lib/Locale/Maketext/TPJ13.pod
56 ____________________________________________________________________________
57 [ 10761] By: jhi on 2001/06/20 18:44:15
58 Log: Metaconfig unit change for #10760.
61 ____________________________________________________________________________
62 [ 10760] By: jhi on 2001/06/20 18:42:04
63 Log: Do not remove the ccsym* Cppsym* files since
64 they are useful for metaconfig units coming after us.
65 (This is the Configure nit mentioned in #10752.)
68 ____________________________________________________________________________
69 [ 10759] By: jhi on 2001/06/20 18:02:18
70 Log: Update to I18N::LangTags 0.24, from Sean Burke.
72 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
73 + lib/I18N/LangTags/README
74 - lib/I18N/LangTags/List.pod
75 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
76 ____________________________________________________________________________
77 [ 10758] By: jhi on 2001/06/20 17:34:43
80 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
81 ! pod/perlapi.pod proto.h
82 ____________________________________________________________________________
83 [ 10757] By: jhi on 2001/06/20 17:23:08
84 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
85 From: Artur Bergman <artur@contiller.se>
86 Date: Wed, 20 Jun 2001 11:31:32 +0200
87 Message-ID: <B7563A14.17D8%artur@contiller.se>
89 ! embed.pl hv.c intrpvar.h sv.c sv.h
90 ____________________________________________________________________________
91 [ 10756] By: jhi on 2001/06/20 17:13:26
92 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
93 From: Tim Sweetman <tim@aldigital.co.uk>
94 Date: Wed, 13 Jun 2001 14:25:17 +0100
95 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
97 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
98 ____________________________________________________________________________
99 [ 10755] By: nick on 2001/06/20 16:12:37
100 Log: Integrate mainline
102 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
103 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
104 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
105 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
106 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
107 !> t/op/study.t util.c
108 ____________________________________________________________________________
109 [ 10754] By: gsar on 2001/06/20 15:22:27
110 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
112 Branch: maint-5.6/perl
114 ____________________________________________________________________________
115 [ 10753] By: jhi on 2001/06/20 14:03:20
116 Log: Security tweak on readlink().
119 ____________________________________________________________________________
120 [ 10752] By: jhi on 2001/06/20 14:00:23
121 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
123 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
124 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
125 ! mpeix/relink t/op/pwent.t
126 ____________________________________________________________________________
127 [ 10751] By: jhi on 2001/06/20 13:57:27
128 Log: Reinstate #10725 (with probe for alarm()).
131 ____________________________________________________________________________
132 [ 10750] By: jhi on 2001/06/20 13:53:46
133 Log: Replace our implementation of realpath() with OpenBSD's
134 (src/lib/libc/stdlib/realpath.c 1.4).
136 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
137 ! pod/perldiag.pod proto.h util.c
138 ____________________________________________________________________________
139 [ 10749] By: jhi on 2001/06/20 13:07:49
140 Log: Integrate perlio.
143 ____________________________________________________________________________
144 [ 10748] By: jhi on 2001/06/20 13:07:18
145 Log: No point in going into memory-saving contortions
146 with getcwd() since there's a danger of buffer overflow.
147 Also make the POSIX extension to use sv_getcwd().
148 Finally, a missed proto.h fragment.
150 ! ext/POSIX/POSIX.xs proto.h util.c
151 ____________________________________________________________________________
152 [ 10747] By: nick on 2001/06/20 12:38:26
153 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
156 ____________________________________________________________________________
157 [ 10746] By: jhi on 2001/06/20 11:51:10
158 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
159 From: Graham Barr <gbarr@pobox.com>
160 Date: Wed, 20 Jun 2001 11:05:49 +0100
161 Message-ID: <20010620110549.I19188@pobox.com>
165 Subject: Bug in IO::Socket::INET module (repeat)
166 From: "Harmon S. Nine" <hnine@netarx.com>
167 Date: Tue, 19 Jun 2001 09:41:35 -0400
168 Message-ID: <3B2F568F.8080605@netarx.com>
170 The bug was that the IO::Socket::INET constructor
171 did not allow a 'LocalPort' of 0.
173 ! ext/IO/lib/IO/Socket/INET.pm
174 ____________________________________________________________________________
175 [ 10745] By: nick on 2001/06/20 08:56:39
176 Log: Integrate mainline.
178 !> (integrate 37 files)
179 ____________________________________________________________________________
180 [ 10744] By: jhi on 2001/06/20 04:54:53
181 Log: After some reading I don't think we can blindly
182 use systems' realpath(). Too many security problems,
183 too many buggy implementations.
185 TODO: the realpath() emulation code in util.c doesn't
186 seem fully operational? (readlink(), for example?)
188 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
189 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
190 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
191 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
192 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
193 ! win32/config_H.gc win32/config_H.vc
194 ____________________________________________________________________________
195 [ 10743] By: jhi on 2001/06/20 00:48:48
196 Log: Metaconfig unit change for #10738.
198 ! U/compline/d_gconvert.U
199 ____________________________________________________________________________
200 [ 10742] By: jhi on 2001/06/20 00:48:20
201 Log: Integrate change #10739 from maintperl:
203 C<eval "/x$\r\n/x"> fails to compile correctly
206 ____________________________________________________________________________
207 [ 10741] By: jhi on 2001/06/20 00:41:05
208 Log: Retract #10725 (Hugo asked NOT to apply the patch)
211 ____________________________________________________________________________
212 [ 10740] By: jhi on 2001/06/19 23:58:25
213 Log: The test.third results were funnily named because of the
217 ____________________________________________________________________________
218 [ 10739] By: gsar on 2001/06/19 23:49:15
219 Log: C<eval "/x$\r\n/x"> fails to compile correctly
220 Branch: maint-5.6/perl
222 ____________________________________________________________________________
223 [ 10738] By: jhi on 2001/06/19 23:04:15
224 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
225 From: Spider Boardman <spider@Orb.Nashua.NH.US>
226 Date: Tue, 19 Jun 2001 19:15:40 -0400
227 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
229 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
230 because "1e+129" being expected but "1.e+129" being returned.
231 The culprit (at least in Tru64) is the use of gcvt().
234 ____________________________________________________________________________
235 [ 10737] By: jhi on 2001/06/19 22:56:52
236 Log: Subject: [PATCH perl@10722] test hunting on VMS
237 From: "Craig A. Berry" <craigberry@mac.com>
238 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
239 Date: Tue, 19 Jun 2001 18:59:01 -0500
242 ____________________________________________________________________________
243 [ 10736] By: jhi on 2001/06/19 21:32:29
244 Log: Subject: [PATCH] s/typos//
245 From: Abhijit Menon-Sen <ams@wiw.org>
246 Date: Wed, 20 Jun 2001 02:15:02 +0530
247 Message-ID: <20010620021502.A14541@lustre.linux.in>
249 Without the op.h s/bearword/bareword/ hunk, see
250 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
253 ____________________________________________________________________________
254 [ 10735] By: jhi on 2001/06/19 21:26:43
255 Log: Metaconfig unit change for #10732 and #10733.
256 Branch: metaconfig/U/perl
258 ____________________________________________________________________________
259 [ 10734] By: jhi on 2001/06/19 21:24:41
260 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
261 From: "Craig A. Berry" <craigberry@mac.com>
262 Date: Tue, 19 Jun 2001 17:19:48 -0500
263 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
265 ! configure.com vms/descrip_mms.template
266 ____________________________________________________________________________
267 [ 10733] By: jhi on 2001/06/19 19:57:44
268 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
269 From: Spider Boardman <spider@Orb.Nashua.NH.US>
270 Date: Tue, 19 Jun 2001 16:48:07 -0400
271 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
273 Further fixes to fflush(NULL) detection.
276 ____________________________________________________________________________
277 [ 10732] By: jhi on 2001/06/19 19:38:20
278 Log: AIX test -s hangs with non-existent files?
279 (A genuine logic bug in Configure, but AIX also broken?)
282 ____________________________________________________________________________
283 [ 10731] By: jhi on 2001/06/19 19:17:35
284 Log: AUTHORS updates.
287 ____________________________________________________________________________
288 [ 10730] By: jhi on 2001/06/19 19:03:07
289 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
290 From: Spider Boardman <spider@Orb.Nashua.NH.US>
291 Date: Tue, 19 Jun 2001 15:33:25 -0400
292 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
294 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
296 ____________________________________________________________________________
297 [ 10729] By: jhi on 2001/06/19 18:34:10
298 Log: Integrate perlio.
300 !> lib/File/Find/find.t win32/distclean.bat
301 ____________________________________________________________________________
302 [ 10728] By: nick on 2001/06/19 18:24:53
303 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
305 ! lib/File/Find/find.t win32/distclean.bat
306 ____________________________________________________________________________
307 [ 10727] By: jhi on 2001/06/19 18:07:31
308 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
309 also add information how to find out whether one has PerlIO.
312 ____________________________________________________________________________
313 [ 10726] By: jhi on 2001/06/19 17:59:30
314 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
315 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
316 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
317 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
320 ____________________________________________________________________________
321 [ 10725] By: jhi on 2001/06/19 17:28:30
322 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
323 From: Hugo <hv@crypt.compulink.co.uk>
324 Date: Tue, 19 Jun 2001 12:37:30 +0100
325 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
328 ____________________________________________________________________________
329 [ 10724] By: jhi on 2001/06/19 17:22:20
330 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
331 From: Hugo <hv@crypt.compulink.co.uk>
332 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
333 Date: Tue, 19 Jun 2001 13:15:17 +0100
336 ____________________________________________________________________________
337 [ 10723] By: nick on 2001/06/19 14:46:15
338 Log: Integrate mainline
340 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
341 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
342 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
343 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
344 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
345 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
346 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
347 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
348 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
349 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
350 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
351 - ext/Thread/unsync4.t
352 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
353 !> djgpp/config.over djgpp/fixpmain
354 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
355 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
356 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
357 ____________________________________________________________________________
358 [ 10722] By: jhi on 2001/06/19 11:55:30
361 ! Changes patchlevel.h
362 ____________________________________________________________________________
363 [ 10721] By: jhi on 2001/06/19 11:29:34
364 Log: The existence shall be MANIFESted.
367 ____________________________________________________________________________
368 [ 10720] By: jhi on 2001/06/19 10:58:09
369 Log: The old libnet.cfg is first searched from the current directory,
370 only then from the module path.
373 ____________________________________________________________________________
374 [ 10719] By: jhi on 2001/06/19 10:55:59
375 Log: NetWare tweaks from Guruprasad.
377 ! NetWare/Makefile NetWare/config.wc
378 ____________________________________________________________________________
379 [ 10718] By: jhi on 2001/06/19 10:54:22
380 Log: Subject: [PATCH] djgpp updates
381 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
382 Date: Tue, 19 Jun 2001 10:59:06 +0200
383 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
385 ! djgpp/config.over djgpp/fixpmain
386 ____________________________________________________________________________
387 [ 10717] By: jhi on 2001/06/19 10:53:20
388 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
389 From: Prymmer/Kahn <pvhp@best.com>
390 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
391 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
394 ____________________________________________________________________________
395 [ 10716] By: jhi on 2001/06/19 10:52:25
396 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
397 to happen right after the inclusion of <inttypes.h>,
401 ____________________________________________________________________________
402 [ 10715] By: jhi on 2001/06/19 10:49:21
403 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
404 From: Doug MacEachern <dougm@covalent.net>
405 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
406 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
408 ! ext/DynaLoader/DynaLoader_pm.PL
409 ____________________________________________________________________________
410 [ 10714] By: jhi on 2001/06/19 10:48:19
411 Log: Revert #10656 for perfomance reasons but leave in the
412 use of Hv*() macros -- in comments, so that grepping the
413 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
414 suggested by Sarathy, also by Abhijit.)
417 ____________________________________________________________________________
418 [ 10713] By: jhi on 2001/06/19 10:46:08
419 Log: Subject: [patch] .s MakeMaker suffix
420 From: Doug MacEachern <dougm@covalent.net>
421 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
422 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
424 ! lib/ExtUtils/MM_Unix.pm
425 ____________________________________________________________________________
426 [ 10712] By: jhi on 2001/06/19 10:34:35
427 Log: One test lost in the big shuffle restored.
429 + ext/IPC/SysV/ipcsysv.t
430 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
431 ____________________________________________________________________________
432 [ 10711] By: jhi on 2001/06/19 10:25:46
433 Log: Rename the old non-standard threads tests so that
434 they won't be invoked.
436 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
437 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
438 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
439 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
440 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
441 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
442 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
443 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
444 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
445 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
446 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
447 - ext/Thread/unsync4.t
449 ____________________________________________________________________________
450 [ 10710] By: jhi on 2001/06/19 10:18:41
451 Log: Integrate perlio.
453 !> win32/config_sh.PL
454 ____________________________________________________________________________
455 [ 10709] By: nick on 2001/06/19 08:18:18
456 Log: Integrate mainline
459 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
460 - lib/strict/subs lib/strict/vars lib/warnings/1global
461 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
462 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
463 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
464 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
465 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
466 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
467 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
468 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
469 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
470 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
471 - lib/warnings/utf8 lib/warnings/util
472 !> (integrate 57 files)
473 ____________________________________________________________________________
474 [ 10708] By: nick on 2001/06/19 07:57:10
475 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
478 ____________________________________________________________________________
479 [ 10707] By: nick on 2001/06/19 07:05:07
480 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
482 ! perly.c perly.y perly_c.diff vms/perly_c.vms
483 ____________________________________________________________________________
484 [ 10706] By: jhi on 2001/06/19 02:58:26
485 Log: More perl572delta tweaks.
487 ! pod/perl572delta.pod
488 ____________________________________________________________________________
489 [ 10705] By: jhi on 2001/06/19 01:53:40
490 Log: Update perl572delta.
492 ! pod/perl572delta.pod
493 ____________________________________________________________________________
494 [ 10704] By: jhi on 2001/06/19 01:28:40
495 Log: VOS updates from Paul Green.
497 ! vos/Changes vos/build.cm vos/perl.bind
498 ____________________________________________________________________________
499 [ 10703] By: jhi on 2001/06/19 01:03:53
500 Log: Update the vos/config.*.* files.
502 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
504 ____________________________________________________________________________
505 [ 10702] By: jhi on 2001/06/19 01:03:32
506 Log: Add a makefile for more painless adding of symbols to the
507 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
508 takes care of the adding)
511 ____________________________________________________________________________
512 [ 10701] By: jhi on 2001/06/19 00:51:44
513 Log: Make libnetcfg by default display the libnet configuration,
514 -c to change, add -i for old config, document all options,
517 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
518 ____________________________________________________________________________
519 [ 10700] By: jhi on 2001/06/18 23:45:12
520 Log: gcc -Wall sweep.
522 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
523 ____________________________________________________________________________
524 [ 10699] By: jhi on 2001/06/18 23:19:53
528 ____________________________________________________________________________
529 [ 10698] By: jhi on 2001/06/18 23:10:22
530 Log: Document the need for sv_printify().
532 Document that 'use utf8' has been considered.
534 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
536 ! pod/perltodo.pod universal.c
537 ____________________________________________________________________________
538 [ 10697] By: jhi on 2001/06/18 22:50:53
539 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
540 From: Nicholas Clark <nick@ccl4.org>
541 Date: Mon, 18 Jun 2001 23:29:23 +0100
542 Message-ID: <20010618232923.I98663@plum.flirble.org>
544 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
545 ! ext/Sys/Syslog/Makefile.PL
546 ____________________________________________________________________________
547 [ 10696] By: jhi on 2001/06/18 22:39:32
548 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
549 From: Scott.L.Miller@Compaq.com
550 Date: Mon, 18 Jun 2001 10:12:27 -0500
551 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
553 ! lib/perl5db.pl pod/perldebug.pod
554 ____________________________________________________________________________
555 [ 10695] By: jhi on 2001/06/18 22:35:13
556 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
557 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
558 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
559 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
562 ____________________________________________________________________________
563 [ 10694] By: jhi on 2001/06/18 22:34:06
564 Log: Subject: [PATCH] Documentation changes for CLONE
565 From: Artur Bergman <artur@contiller.se>
566 Date: Mon, 18 Jun 2001 22:06:37 +0200
567 Message-ID: <B7542BEC.1719%artur@contiller.se>
569 ! pod/perlmod.pod pod/perlsub.pod
570 ____________________________________________________________________________
571 [ 10693] By: jhi on 2001/06/18 22:31:38
572 Log: Subject: Re: configure.com
573 From: "Craig A. Berry" <craigberry@mac.com>
574 Date: Mon, 18 Jun 2001 16:04:38 -0500
575 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
578 ____________________________________________________________________________
579 [ 10692] By: jhi on 2001/06/18 22:30:43
580 Log: Subject: PL_nullstash + perl_clone()
581 From: Doug MacEachern <dougm@covalent.net>
582 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
583 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
586 ____________________________________________________________________________
587 [ 10691] By: jhi on 2001/06/18 22:26:20
588 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
589 From: davem@fdgroup.co.uk
590 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
591 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
593 ! embed.pl pod/perlapi.pod
594 ____________________________________________________________________________
595 [ 10690] By: jhi on 2001/06/18 22:17:05
596 Log: More cross-compilation defaults gleaned from -Dcc
600 Branch: metaconfig/U/perl
604 ____________________________________________________________________________
605 [ 10689] By: jhi on 2001/06/18 13:59:47
608 ! Changes patchlevel.h
609 ____________________________________________________________________________
610 [ 10688] By: jhi on 2001/06/18 13:44:18
611 Log: Subject: [PATCH 5.7.1] sv.c documentation
612 From: davem@fdgroup.co.uk
613 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
614 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
616 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
618 ____________________________________________________________________________
619 [ 10687] By: jhi on 2001/06/18 13:38:03
620 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
621 From: "Jon Gunnip" <jongunnip@hotmail.com>
622 Date: Sun, 17 Jun 2001 18:24:29 -0400
623 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
626 ____________________________________________________________________________
627 [ 10686] By: jhi on 2001/06/18 13:32:13
628 Log: Move the locale/strict/warnings helper files back
629 under the t/lib; this way the amount of non-installabled
630 stuff under lib/ stays smaller.
632 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
633 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
634 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
635 + t/lib/warnings/5nolint t/lib/warnings/6default
636 + t/lib/warnings/7fatal t/lib/warnings/8signal
637 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
638 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
639 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
640 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
641 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
642 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
643 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
644 + t/lib/warnings/taint t/lib/warnings/toke
645 + t/lib/warnings/universal t/lib/warnings/utf8
646 + t/lib/warnings/util
647 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
648 - lib/strict/subs lib/strict/vars lib/warnings/1global
649 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
650 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
651 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
652 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
653 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
654 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
655 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
656 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
657 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
658 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
659 - lib/warnings/utf8 lib/warnings/util
660 ! MANIFEST installperl lib/locale.t lib/strict.t
661 ____________________________________________________________________________
662 [ 10685] By: jhi on 2001/06/18 13:11:49
663 Log: Split off the pack/unpack code, from Nicholas Clark.
666 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
667 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
668 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
669 ____________________________________________________________________________
670 [ 10684] By: jhi on 2001/06/18 12:25:55
671 Log: Guard the SysV IPC tests against being invoked in
672 SysV-IPC-less places.
674 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
675 ____________________________________________________________________________
676 [ 10683] By: nick on 2001/06/18 12:24:42
677 Log: Integrate mainline (new test scheme now ok on Linux).
681 ____________________________________________________________________________
682 [ 10682] By: jhi on 2001/06/18 12:20:50
683 Log: Add the locale.c and numeric.c to the microperl sources.
685 ! Makefile.micro win32/Makefile
686 ____________________________________________________________________________
687 [ 10681] By: jhi on 2001/06/18 11:57:45
688 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
689 From: Abhijit Menon-Sen <ams@wiw.org>
690 Date: Mon, 18 Jun 2001 14:23:44 +0530
691 Message-ID: <20010618142344.A13136@lustre.linux.in>
694 ____________________________________________________________________________
695 [ 10680] By: jhi on 2001/06/18 11:56:12
696 Log: Subject: Re: [PATCH] more anonymous stash cleanups
697 From: Abhijit Menon-Sen <ams@wiw.org>
698 Date: Mon, 18 Jun 2001 15:50:32 +0530
699 Message-ID: <20010618155032.A13223@lustre.linux.in>
701 Plus the comment left in as suggested by NI-S.
704 ____________________________________________________________________________
705 [ 10679] By: jhi on 2001/06/18 11:49:27
706 Log: One missed file.
709 ____________________________________________________________________________
710 [ 10678] By: nick on 2001/06/18 08:05:29
711 Log: Integrate mainline (part2 - the deletes)
713 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
714 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
715 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
716 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
717 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
718 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
719 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
720 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
721 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
722 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
723 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
724 ____________________________________________________________________________
725 [ 10677] By: nick on 2001/06/18 08:04:44
726 Log: Integrate mainline (part1)
728 +> (branch 376 files)
730 !> (integrate 151 files)
731 ____________________________________________________________________________
732 [ 10676] By: jhi on 2001/06/18 04:17:15
733 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
734 No doubt I made some mistakes like missed some files or
735 misnamed some files. The naming rules were more or less:
736 (1) if the module is from CPAN, follows its ways, be it
738 (2) otherwise if there are multiple tests for a module
740 (3) otherwise if there's only one test put it in Module.t
741 (4) helper files go to module/ (locale, strict, warnings)
742 (5) use longer filenames now that we can (but e.g. the
743 compat-0.6.t and the Text::Balanced test files still
744 were renamed to be more civil against the 8.3 people)
745 installperl was updated appropriately not to install the
746 *.t files or the help files from under lib.
748 TODO: some helper files still remain under t/ that could
749 follow their 'masters'. UPDATE: On second thoughts, why
750 should they. They can continue to live under t/lib, and
751 in fact the locale/strict/warnings helpers that were moved
752 could be moved back. This way the amount of non-installable
753 stuff under lib/ stays smaller.
757 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
758 ____________________________________________________________________________
759 [ 10675] By: jhi on 2001/06/18 03:15:02
760 Log: The warning no more comes from util.c, it comes from numeric.c.
763 ____________________________________________________________________________
764 [ 10674] By: jhi on 2001/06/18 00:56:22
765 Log: Subject: Re: anyone good at casting spells?
766 From: Spider Boardman <spider@Orb.Nashua.NH.US>
767 Date: Sun, 17 Jun 2001 21:21:04 -0400
768 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
770 ! ext/POSIX/POSIX.xs hv.h
771 ____________________________________________________________________________
772 [ 10673] By: jhi on 2001/06/17 22:24:53
773 Log: Protect the (original) thread tests against testing if no 5.005
774 threads have been configured.
776 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
777 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
778 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
779 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
780 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
781 ! ext/Thread/unsync4.t
782 ____________________________________________________________________________
783 [ 10672] By: jhi on 2001/06/17 22:09:28
784 Log: Try the new test scanning scheme on Text::Abbrev.
787 - lib/Text/Abbrev/t/abbrev.t
789 ____________________________________________________________________________
790 [ 10671] By: jhi on 2001/06/17 22:07:08
791 Log: Change the scan policy of the *.t and test.pl files,
792 now the *.t do not need to live in a t/ directory.
795 ____________________________________________________________________________
796 [ 10670] By: jhi on 2001/06/17 20:32:35
797 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
798 From: Ilmari Karonen <iltzu@sci.fi>
799 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
800 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
803 ____________________________________________________________________________
804 [ 10669] By: jhi on 2001/06/17 20:30:22
805 Log: Quench the warnings from Tru64; the HP-UX is still
806 broken because it really, REALLY, doesn't like the
807 HvARRAY() being lvalue:
809 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
810 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
813 ____________________________________________________________________________
814 [ 10668] By: jhi on 2001/06/17 19:13:24
815 Log: Integrate change #10667 from maintperl:
817 change#10449 broke the special-case that makes lexicals inside the
818 eval"" within DB::DB() visible
821 ____________________________________________________________________________
822 [ 10667] By: gsar on 2001/06/17 19:08:27
823 Log: change#10449 broke the special-case that makes lexicals inside the
824 eval"" within DB::DB() visible
825 Branch: maint-5.6/perl
827 ____________________________________________________________________________
828 [ 10666] By: jhi on 2001/06/17 17:50:07
829 Log: Still spurious output; indent the code a bit.
831 TODO1: separate the utility functions like MkDir
832 into a helper script?
834 TODO2: I see a lot of repetition in the filepath()
837 ! t/lib/filefind.t t/lib/findtaint.t
838 ____________________________________________________________________________
839 [ 10665] By: jhi on 2001/06/17 16:59:42
840 Log: Regen modlib, toc.
842 ! pod/perlmodlib.pod pod/perltoc.pod
843 ____________________________________________________________________________
844 [ 10664] By: jhi on 2001/06/17 16:55:28
845 Log: Add libnetcfg to perlutil.
848 ____________________________________________________________________________
849 [ 10663] By: jhi on 2001/06/17 16:53:29
850 Log: Initial integration of libnet-1.0703.
851 The Configure script renamed as libnetcfg, will be
852 installed along other utilities.
854 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
855 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
856 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
857 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
858 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
859 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
860 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
861 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
862 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
863 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
864 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
865 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
866 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
868 ! MANIFEST utils.lst utils/Makefile
869 ____________________________________________________________________________
870 [ 10662] By: jhi on 2001/06/17 15:37:32
871 Log: Less potentially test-harness-confusing output.
873 ! lib/Memoize/t/expire_module_t.t
874 ____________________________________________________________________________
875 [ 10661] By: jhi on 2001/06/17 15:31:04
876 Log: The final print annoys make test.
878 ! t/lib/filefind.t t/lib/findtaint.t
879 ____________________________________________________________________________
880 [ 10660] By: jhi on 2001/06/17 14:00:21
881 Log: Add an option for handling dangling symbolic links.
883 ! lib/File/Find.pm t/lib/filefind.t
884 ____________________________________________________________________________
885 [ 10659] By: jhi on 2001/06/17 13:45:48
886 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
887 From: Thomas Wegner <wegner_thomas@yahoo.com>
888 Date: Sun, 17 Jun 2001 14:43:11 +0200
889 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
892 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
893 ____________________________________________________________________________
894 [ 10658] By: jhi on 2001/06/17 13:13:25
895 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
896 From: Jonathan Stowe <gellyfish@gellyfish.com>
897 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
898 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
900 ! lib/ExtUtils/MM_Unix.pm
901 ____________________________________________________________________________
902 [ 10657] By: jhi on 2001/06/17 13:12:25
903 Log: Subject: [PATCH] more anonymous stash cleanups
904 From: Abhijit Menon-Sen <ams@wiw.org>
905 Date: Sun, 17 Jun 2001 11:44:06 +0530
906 Message-ID: <20010617114406.A25203@lustre.linux.in>
909 ____________________________________________________________________________
910 [ 10656] By: jhi on 2001/06/17 13:11:11
911 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
912 From: Abhijit Menon-Sen <ams@wiw.org>
913 Date: Sun, 17 Jun 2001 08:02:59 +0530
914 Message-ID: <20010617080259.A28776@lustre.linux.in>
916 Subject: [PATCH #2/7] xhv_eiter
917 From: Abhijit Menon-Sen <ams@wiw.org>
918 Date: Sun, 17 Jun 2001 08:13:18 +0530
919 Message-ID: <20010617081318.B28776@lustre.linux.in>
921 Subject: [PATCH #3/7] xhv_fill
922 From: Abhijit Menon-Sen <ams@wiw.org>
923 Date: Sun, 17 Jun 2001 08:25:16 +0530
924 Message-ID: <20010617082516.C28776@lustre.linux.in>
926 Subject: [PATCH #4/7] xhv_keys
927 From: Abhijit Menon-Sen <ams@wiw.org>
928 Date: Sun, 17 Jun 2001 08:36:17 +0530
929 Message-ID: <20010617083617.D28776@lustre.linux.in>
931 Subject: [PATCH #5/7] xhv_max
932 From: Abhijit Menon-Sen <ams@wiw.org>
933 Date: Sun, 17 Jun 2001 08:39:48 +0530
934 Message-ID: <20010617083948.E28776@lustre.linux.in>
936 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
937 From: Abhijit Menon-Sen <ams@wiw.org>
938 Date: Sun, 17 Jun 2001 08:51:11 +0530
939 Message-ID: <20010617085111.F28776@lustre.linux.in>
942 ____________________________________________________________________________
943 [ 10655] By: jhi on 2001/06/16 23:32:03
946 ! Changes patchlevel.h
947 ____________________________________________________________________________
948 [ 10654] By: jhi on 2001/06/16 23:18:37
949 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
950 From: Abhijit Menon-Sen <ams@wiw.org>
951 Date: Sat, 16 Jun 2001 07:41:19 +0530
952 Message-ID: <20010616074119.A24720@lustre.linux.in>
954 ! hv.c perl.c vms/vmsish.h win32/win32.h
955 ____________________________________________________________________________
956 [ 10653] By: jhi on 2001/06/16 23:15:11
957 Log: Document tests failing when threaded, since we now have more.
959 ! pod/perl572delta.pod
960 ____________________________________________________________________________
961 [ 10652] By: jhi on 2001/06/16 23:12:19
964 ! ext/Thread/Thread.xs
965 ____________________________________________________________________________
966 [ 10651] By: jhi on 2001/06/16 23:06:55
967 Log: pthread_attr_setstacksize() isn't absolutely necessary
968 to call, only iff THREAD_CREATE_NEEDS_STACK.
970 ! ext/Thread/Thread.xs
971 ____________________________________________________________________________
972 [ 10650] By: jhi on 2001/06/16 22:58:48
976 ____________________________________________________________________________
977 [ 10649] By: jhi on 2001/06/16 22:47:40
978 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
979 (and INT64_MIN) brokenness.
981 ! hints/darwin.sh perl.h
982 ____________________________________________________________________________
983 [ 10648] By: jhi on 2001/06/16 22:27:48
984 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
985 From: Nicholas Clark <nick@ccl4.org>
986 Date: Sun, 17 Jun 2001 00:16:05 +0100
987 Message-ID: <20010617001605.V98663@plum.flirble.org>
989 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
990 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
991 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
992 ____________________________________________________________________________
993 [ 10647] By: jhi on 2001/06/16 22:24:47
994 Log: Add perlnetware to docs; regen toc; supply skeleton
995 docs for some Memoize submodules.
997 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
998 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
999 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
1000 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
1001 ! win32/Makefile win32/makefile.mk
1002 ____________________________________________________________________________
1003 [ 10646] By: jhi on 2001/06/16 22:06:52
1007 ____________________________________________________________________________
1008 [ 10645] By: jhi on 2001/06/16 21:47:00
1009 Log: Integrate Memoize 0.64. Few tweaks were required in
1010 the test scripts. Note that the speed and expire*
1011 tests take several dozen seconds to run.
1013 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
1014 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
1015 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
1016 + lib/Memoize/README lib/Memoize/SDBM_File.pm
1017 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
1018 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
1019 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
1020 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1021 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
1022 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
1023 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
1024 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
1025 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
1026 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
1027 ! MANIFEST t/lib/1_compile.t
1028 ____________________________________________________________________________
1029 [ 10644] By: jhi on 2001/06/16 20:35:49
1030 Log: Document the cross-compilation options.
1032 ! Cross/README INSTALL
1033 ____________________________________________________________________________
1034 [ 10643] By: jhi on 2001/06/16 19:46:38
1035 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
1037 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
1038 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
1039 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
1040 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
1041 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
1042 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
1043 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
1044 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
1045 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
1046 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
1047 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
1048 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
1049 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
1050 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
1051 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
1052 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
1053 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
1054 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
1055 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
1056 + lib/ExtUtils/MM_NW5.pm
1057 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
1058 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
1059 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
1060 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
1061 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
1062 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
1063 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
1064 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
1065 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
1066 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
1067 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
1068 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
1069 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
1070 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
1071 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
1072 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
1073 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
1074 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
1075 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
1076 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
1078 ____________________________________________________________________________
1079 [ 10642] By: jhi on 2001/06/16 19:16:04
1080 Log: Resort MANIFEST.
1083 ____________________________________________________________________________
1084 [ 10641] By: jhi on 2001/06/16 18:52:26
1085 Log: Integrate perlio.
1088 !> MANIFEST perlio.c perliol.h win32/makefile.mk
1089 ____________________________________________________________________________
1090 [ 10640] By: nick on 2001/06/16 18:38:31
1091 Log: Disable :win32 layer as default till I get it working
1094 ____________________________________________________________________________
1095 [ 10639] By: jhi on 2001/06/16 18:35:46
1096 Log: Try the new scheme by moving the Text::Abbrev test
1097 to a new place under lib.
1099 + lib/Text/Abbrev/t/abbrev.t
1102 ____________________________________________________________________________
1103 [ 10638] By: jhi on 2001/06/16 18:34:30
1104 Log: Make the code even more dynamical so that testname
1105 suffix length can change.
1107 ! lib/Test/Harness.pm t/TEST
1108 ____________________________________________________________________________
1109 [ 10637] By: jhi on 2001/06/16 18:16:28
1110 Log: Allow for deeper t/ and also a single test.pl.
1113 ____________________________________________________________________________
1114 [ 10636] By: jhi on 2001/06/16 18:13:59
1115 Log: #define fix from Nicholas Clark.
1117 ! ext/POSIX/POSIX.xs
1118 ____________________________________________________________________________
1119 [ 10635] By: jhi on 2001/06/16 17:50:43
1120 Log: Initialization is nice.
1122 ! lib/Test/Harness.pm
1123 ____________________________________________________________________________
1124 [ 10634] By: jhi on 2001/06/16 17:38:53
1125 Log: Make t/TEST and t/harness to test also the t/ tests
1126 under the main lib/ and ext/ directories. Fix Test::Harness
1127 to dynamically change the width of its "foo/bar....ok" output.
1129 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
1130 ____________________________________________________________________________
1131 [ 10633] By: jhi on 2001/06/16 16:58:57
1132 Log: Subject: [PATCH] Re: perl@10611
1133 From: Nicholas Clark <nick@ccl4.org>
1134 Date: Sat, 16 Jun 2001 16:52:47 +0100
1135 Message-ID: <20010616165247.O98663@plum.flirble.org>
1139 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
1140 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
1141 ____________________________________________________________________________
1142 [ 10632] By: nick on 2001/06/16 16:44:35
1143 Log: Work-in-progress win32 layer semi-functional, checking
1146 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
1147 ____________________________________________________________________________
1148 [ 10631] By: jhi on 2001/06/16 16:40:30
1149 Log: Subject: [PATCH] Re: perl@10611
1150 From: Nicholas Clark <nick@ccl4.org>
1151 Date: Sat, 16 Jun 2001 16:52:47 +0100
1152 Message-ID: <20010616165247.O98663@plum.flirble.org>
1154 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
1155 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
1156 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
1157 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
1158 ! lib/ExtUtils/Constant.pm
1159 ____________________________________________________________________________
1160 [ 10630] By: jhi on 2001/06/16 15:11:38
1161 Log: Metaconfig unit change for #10629.
1163 ! U/modified/Finish.U
1164 ____________________________________________________________________________
1165 [ 10629] By: jhi on 2001/06/16 15:11:10
1166 Log: The extraction changed directories.
1169 ____________________________________________________________________________
1170 [ 10628] By: jhi on 2001/06/16 14:59:38
1171 Log: Math::BigInt 1.35 from Tels.
1174 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1175 ! t/lib/bigfltpm.t t/lib/bigintpm.t
1176 ____________________________________________________________________________
1177 [ 10627] By: nick on 2001/06/16 14:54:52
1178 Log: Work in progress UNIX-side edit of win32 PerLIO layer
1181 ! perlio.c win32/makefile.mk
1182 ____________________________________________________________________________
1183 [ 10626] By: jhi on 2001/06/16 14:01:50
1184 Log: Subject: [PATCH 5.6.1] os2/diff-configure
1185 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1186 Date: Fri, 15 Jun 2001 01:19:36 -0400
1187 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
1189 Empty all of it because I think #10624 made even the
1190 last patch hunk unnecessary.
1192 ! os2/diff.configure
1193 ____________________________________________________________________________
1194 [ 10625] By: jhi on 2001/06/16 13:58:34
1195 Log: Metaconfig unit change for 10624.
1200 ____________________________________________________________________________
1201 [ 10624] By: jhi on 2001/06/16 13:58:13
1202 Log: Move the initialization of libnames to the beginning so
1203 that can one 'seed' it (as OS/2 does.)
1206 ____________________________________________________________________________
1207 [ 10623] By: jhi on 2001/06/16 13:47:54
1208 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
1209 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1210 Date: Fri, 15 Jun 2001 19:10:57 -0400
1211 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
1213 ! os2/OS2/REXX/DLL/DLL.pm
1214 ____________________________________________________________________________
1215 [ 10622] By: jhi on 2001/06/16 13:29:42
1216 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
1217 From: "Craig A. Berry" <craigberry@mac.com>
1218 Date: Fri, 15 Jun 2001 17:00:03 -0500
1219 Message-Id: <a05101007b750342599be@[172.16.52.1]>
1221 ! vms/descrip_mms.template
1222 ____________________________________________________________________________
1223 [ 10621] By: jhi on 2001/06/16 13:28:37
1224 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
1225 From: "Craig A. Berry" <craigberry@mac.com>
1226 Date: Fri, 15 Jun 2001 18:39:42 -0500
1227 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
1229 ! lib/File/Spec/VMS.pm t/lib/extutils.t
1230 ____________________________________________________________________________
1231 [ 10620] By: jhi on 2001/06/16 13:25:06
1232 Log: Integrate perlio.
1234 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
1235 !> t/io/utf8.t t/lib/io_scalar.t
1236 ____________________________________________________________________________
1237 [ 10619] By: nick on 2001/06/15 21:05:19
1238 Log: Generated files
1241 ____________________________________________________________________________
1242 [ 10618] By: nick on 2001/06/15 20:27:42
1243 Log: Fix open.pm to work via XS-implemented method calls rather
1244 than *open::layers variables which caused all the HV/AV hassle.
1246 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
1248 ____________________________________________________________________________
1249 [ 10617] By: jhi on 2001/06/15 18:50:53
1250 Log: Integrate perlio.
1252 !> lib/ExtUtils/Constant.pm
1253 ____________________________________________________________________________
1254 [ 10616] By: nick on 2001/06/15 18:46:47
1255 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
1257 ! lib/ExtUtils/Constant.pm
1258 ____________________________________________________________________________
1259 [ 10615] By: jhi on 2001/06/15 18:36:43
1260 Log: Integrate perlio.
1262 !> ext/Socket/Socket.xs
1263 ____________________________________________________________________________
1264 [ 10614] By: nick on 2001/06/15 18:33:37
1265 Log: MULTIPLICITY fix for Socket.xs
1267 ! ext/Socket/Socket.xs
1268 ____________________________________________________________________________
1269 [ 10613] By: jhi on 2001/06/15 16:34:06
1270 Log: Subject: Re: perl@10611
1271 From: Doug MacEachern <dougm@covalent.net>
1272 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
1273 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
1275 ! ext/Socket/Socket.xs
1276 ____________________________________________________________________________
1277 [ 10612] By: nick on 2001/06/15 16:14:38
1278 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
1280 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1281 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
1282 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
1283 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
1284 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
1286 ____________________________________________________________________________
1287 [ 10611] By: jhi on 2001/06/15 14:29:04
1288 Log: Update Changes.
1290 ! Changes patchlevel.h
1291 ____________________________________________________________________________
1292 [ 10610] By: jhi on 2001/06/15 14:20:33
1293 Log: Upping the test count.
1296 ____________________________________________________________________________
1297 [ 10609] By: jhi on 2001/06/15 14:13:29
1298 Log: Integrate perlio.
1300 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1301 ____________________________________________________________________________
1302 [ 10608] By: jhi on 2001/06/15 14:12:31
1303 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
1304 From: andreas.koenig@anima.de (Andreas J. Koenig)
1305 Date: 15 Jun 2001 13:30:39 +0200
1306 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
1308 Record the grim history.
1311 ____________________________________________________________________________
1312 [ 10607] By: jhi on 2001/06/15 14:08:19
1313 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
1314 From: Brian McCauley <nobull@mail.com>
1315 Date: 15 Jun 2001 07:51:26 +0100
1316 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
1318 ! lib/File/Find.pm t/lib/filefind.t
1319 ____________________________________________________________________________
1320 [ 10606] By: nick on 2001/06/15 14:00:08
1321 Log: regen_config_h for Win32.
1323 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1324 ____________________________________________________________________________
1325 [ 10605] By: jhi on 2001/06/15 13:49:55
1326 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
1327 From: Peter Prymmer <pvhp@forte.com>
1328 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
1329 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
1331 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
1332 ____________________________________________________________________________
1333 [ 10604] By: jhi on 2001/06/15 13:45:03
1334 Log: Some filesystems require writability for rename/unlink.
1337 ____________________________________________________________________________
1338 [ 10603] By: jhi on 2001/06/15 13:41:34
1339 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
1340 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1341 Date: Fri, 15 Jun 2001 12:08:53 +0200
1342 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
1345 ____________________________________________________________________________
1346 [ 10602] By: jhi on 2001/06/15 13:27:04
1347 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
1348 From: Mike Guy <mjtg@cam.ac.uk>
1349 Date: Fri, 15 Jun 2001 14:11:49 +0100
1350 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
1353 ____________________________________________________________________________
1354 [ 10601] By: jhi on 2001/06/15 13:21:18
1355 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
1356 From: Nicholas Clark <nick@ccl4.org>
1357 Date: Thu, 14 Jun 2001 23:52:56 +0100
1358 Message-ID: <20010614235256.G98663@plum.flirble.org>
1360 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
1361 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1362 ____________________________________________________________________________
1363 [ 10600] By: jhi on 2001/06/15 13:16:56
1364 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
1365 From: Russ Allbery <rra@stanford.edu>
1366 Date: 14 Jun 2001 13:24:43 -0700
1367 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
1369 ! ext/GDBM_File/GDBM_File.pm
1370 ____________________________________________________________________________
1371 [ 10599] By: jhi on 2001/06/15 13:15:26
1372 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
1373 From: Nicholas Clark <nick@ccl4.org>
1374 Date: Thu, 14 Jun 2001 20:37:47 +0100
1375 Message-ID: <20010614203747.F98663@plum.flirble.org>
1377 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1379 ____________________________________________________________________________
1380 [ 10598] By: jhi on 2001/06/15 13:13:13
1381 Log: Integrate perlio.
1384 ____________________________________________________________________________
1385 [ 10597] By: nick on 2001/06/15 11:08:13
1386 Log: Check that HVs with HvNAME() != NULL are really stashes before
1387 treating them as such. Also be more defensive on the GvCV.
1388 Win32 fork and dprof now working again.
1391 ____________________________________________________________________________
1392 [ 10596] By: nick on 2001/06/15 10:11:20
1393 Log: Integrate mainline.
1396 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1397 !> Porting/config_H config_h.SH configure.com epoc/config.sh
1398 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
1399 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1400 !> vos/config.ga.h win32/config.bc win32/config.gc
1401 !> win32/config.vc win32/config_H.bc win32/config_H.gc
1402 !> win32/config_H.vc
1403 ____________________________________________________________________________
1404 [ 10595] By: nick on 2001/06/15 09:37:17
1405 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
1406 - Win32 (VC++) now builds but fails:
1407 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
1408 fork.t - No &___ENV_HV_NAME___::CLONE method ???
1409 write.t - open(...,"|-") not implemented on Win32
1412 ____________________________________________________________________________
1413 [ 10594] By: jhi on 2001/06/15 00:17:16
1414 Log: Integrate perlio.
1416 !> perlio.c win32/makefile.mk
1417 ____________________________________________________________________________
1418 [ 10593] By: jhi on 2001/06/15 00:16:44
1419 Log: Metaconfig unit changes for #10592.
1421 + U/modified/i_varhdr.U U/modified/startsh.U
1422 - U/a_dvisory/crosscompile.U U/target/Target.U
1423 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1424 ! U/compline/bitpbyte.U U/compline/byteorder.U
1425 ! U/compline/ccflags.U U/compline/charsize.U
1426 ! U/compline/d_casti32.U U/compline/d_castneg.U
1427 ! U/compline/d_closedir.U U/compline/d_fd_set.U
1428 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
1429 ! U/compline/d_keepsig.U U/compline/d_open3.U
1430 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
1431 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
1432 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
1433 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
1434 ! U/compline/doublesize.U U/compline/floatsize.U
1435 ! U/compline/nblock_io.U U/compline/orderlib.U
1436 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
1437 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
1438 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
1439 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
1440 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
1441 ! U/modified/spitshell.U U/threads/archname.U
1442 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
1443 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
1444 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
1445 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
1446 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
1447 Branch: metaconfig/U/perl
1449 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
1450 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
1451 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
1452 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
1453 ! stdio_streams.U uselfs.U
1454 ____________________________________________________________________________
1455 [ 10592] By: jhi on 2001/06/15 00:15:52
1456 Log: The first steps towards cross-compilation.
1458 Abstract execution of compiled test executables with $run,
1459 and abstract transfer of files with $to and $from.
1461 Under cross-compilation the $run, $to, and $from will point
1462 to appropriate wrapper scripts, by default ssh and scp,
1463 but also rsh, rcp, and cp are supported. If not
1464 cross-compiling, they will be set to '', ':', and ':',
1467 With these patches I was able to get Configure for
1468 iPAQ ARM Linux on an Intel Linux about 95% right
1469 (only a few tests failed to execute or they produced
1470 incorrect results), and I was able to compile
1471 a functional miniperl.
1473 The symbol crosscompile renamed to be usecrosscompile,
1474 the corresponding C symbol from CROSSCOMPILE to
1477 ! Configure Cross/README Makefile.SH Porting/Glossary
1478 ! Porting/config.sh Porting/config_H config_h.SH configure.com
1479 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
1480 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1481 ! vos/config.ga.def vos/config.ga.h win32/config.bc
1482 ! win32/config.gc win32/config.vc win32/config_H.bc
1483 ! win32/config_H.gc win32/config_H.vc
1484 ____________________________________________________________________________
1485 [ 10591] By: nick on 2001/06/14 20:00:12
1486 Log: Steps along the road toward Win32 building again.
1488 ! perlio.c win32/makefile.mk
1489 ____________________________________________________________________________
1490 [ 10590] By: jhi on 2001/06/14 16:11:11
1491 Log: Integrate perlio.
1493 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1494 ____________________________________________________________________________
1495 [ 10589] By: nick on 2001/06/14 13:54:07
1496 Log: Routine regen_config_h for Win32
1498 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1499 ____________________________________________________________________________
1500 [ 10588] By: jhi on 2001/06/14 12:30:46
1501 Log: Integrate perlio.
1504 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
1505 ____________________________________________________________________________
1506 [ 10587] By: jhi on 2001/06/14 12:23:24
1510 ____________________________________________________________________________
1511 [ 10586] By: nick on 2001/06/14 08:25:07
1512 Log: Add new step to run_byacc which:
1513 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
1514 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
1517 ! MANIFEST Makefile.SH perly.c
1518 ____________________________________________________________________________
1519 [ 10585] By: nick on 2001/06/14 08:22:29
1520 Log: Integrate mainline
1522 +> locale.c numeric.c
1523 !> Changes cygwin/Makefile.SHs embed.h embed.pl
1524 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
1525 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
1526 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
1528 ____________________________________________________________________________
1529 [ 10584] By: nick on 2001/06/14 08:05:53
1530 Log: Hack to remove insecure directories from PATH so test will run.
1533 ____________________________________________________________________________
1534 [ 10583] By: jhi on 2001/06/14 03:11:16
1535 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
1539 ____________________________________________________________________________
1540 [ 10582] By: jhi on 2001/06/14 03:04:51
1544 ____________________________________________________________________________
1545 [ 10581] By: jhi on 2001/06/14 03:03:14
1546 Log: de-$CONFIG continues.
1548 ! cygwin/Makefile.SHs x2p/Makefile.SH
1549 ____________________________________________________________________________
1550 [ 10580] By: jhi on 2001/06/13 23:56:59
1551 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
1552 From: Nicholas Clark <nick@ccl4.org>
1553 Date: Wed, 13 Jun 2001 21:20:13 +0100
1554 Message-ID: <20010613212013.D98663@plum.flirble.org>
1557 ____________________________________________________________________________
1558 [ 10579] By: jhi on 2001/06/13 23:55:29
1559 Log: Subject: splitting util.c
1560 From: Hugo <hv@crypt.compulink.co.uk>
1561 Date: Thu, 14 Jun 2001 00:41:08 +0100
1562 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
1564 + locale.c numeric.c
1565 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
1566 ! pod/perlapi.pod proto.h util.c
1567 ____________________________________________________________________________
1568 [ 10578] By: jhi on 2001/06/13 23:45:11
1569 Log: Upgrade to Math::BigInt 1.34 from Tels.
1572 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1573 ! t/lib/bigfltpm.t t/lib/bigintpm.t
1574 ____________________________________________________________________________
1575 [ 10577] By: nick on 2001/06/13 19:02:48
1576 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
1578 !> (integrate 125 files)
1579 ____________________________________________________________________________
1580 [ 10576] By: jhi on 2001/06/13 18:10:01
1581 Log: Update Changes.
1583 ! Changes patchlevel.h
1584 ____________________________________________________________________________
1585 [ 10575] By: jhi on 2001/06/13 18:05:09
1586 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
1587 From: "Craig A. Berry" <craigberry@mac.com>
1588 Date: Wed, 13 Jun 2001 13:24:28 -0500
1589 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
1591 ! ext/re/Makefile.PL
1592 ____________________________________________________________________________
1593 [ 10574] By: jhi on 2001/06/13 17:34:36
1594 Log: Mc.u.c. for #10573.
1596 ! U/threads/usethreads.U
1597 ____________________________________________________________________________
1598 [ 10573] By: jhi on 2001/06/13 17:34:00
1599 Log: It would be also be good if I could type.
1602 ____________________________________________________________________________
1603 [ 10572] By: jhi on 2001/06/13 17:26:29
1604 Log: Metaconfig unit change for #10571.
1606 ! U/threads/usethreads.U
1607 ____________________________________________________________________________
1608 [ 10571] By: jhi on 2001/06/13 17:26:05
1609 Log: A non-empty default is a good thing.
1612 ____________________________________________________________________________
1613 [ 10570] By: jhi on 2001/06/13 17:15:16
1614 Log: Metaconfig unit change for #10569.
1616 ! U/threads/usethreads.U
1617 ____________________________________________________________________________
1618 [ 10569] By: jhi on 2001/06/13 17:14:17
1619 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
1620 extremely experimental, not even prompted for.
1622 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1623 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
1624 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1625 ! win32/config.bc win32/config.gc win32/config.vc
1626 ____________________________________________________________________________
1627 [ 10568] By: jhi on 2001/06/13 16:22:27
1628 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
1631 ____________________________________________________________________________
1632 [ 10567] By: jhi on 2001/06/13 16:20:23
1633 Log: Integrate perlio; conflicts, accept Nick's versions.
1635 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1636 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
1637 ____________________________________________________________________________
1638 [ 10566] By: jhi on 2001/06/13 16:17:42
1639 Log: Subject: Re: ext/ + -Wall
1640 From: Doug MacEachern <dougm@covalent.net>
1641 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
1642 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
1644 ! XSUB.h lib/ExtUtils/xsubpp perl.h
1645 ____________________________________________________________________________
1646 [ 10565] By: jhi on 2001/06/13 16:16:07
1647 Log: Similar logic as DB_File.xs, using the modern macros and
1648 defines them to older ones for older Perls where PERL_VERSION
1649 is not defined, from Doug MacEachern.
1651 ! ext/Storable/Storable.xs
1652 ____________________________________________________________________________
1653 [ 10564] By: nick on 2001/06/13 15:22:01
1654 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
1655 and using that instead (name lookups are sequential search for now).
1657 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1658 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
1659 ____________________________________________________________________________
1660 [ 10563] By: jhi on 2001/06/13 14:07:43
1661 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
1662 From: "Richard Soderberg" <rs@crystalflame.net>
1663 Date: Sat, 26 May 2001 06:44:20 -0700
1664 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
1667 ____________________________________________________________________________
1668 [ 10562] By: jhi on 2001/06/13 13:55:10
1669 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
1670 From: "Craig A. Berry" <craigberry@mac.com>
1671 Date: Tue, 12 Jun 2001 23:55:26 -0500
1672 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
1674 ! ext/re/Makefile.PL ext/re/re.xs
1675 ____________________________________________________________________________
1676 [ 10561] By: jhi on 2001/06/13 13:44:58
1677 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
1680 ! XSUB.h malloc.c perl.h
1681 ____________________________________________________________________________
1682 [ 10560] By: jhi on 2001/06/13 13:35:42
1686 ____________________________________________________________________________
1687 [ 10559] By: jhi on 2001/06/13 12:53:18
1688 Log: Subject: [patch] perl.gprof control
1689 From: Doug MacEachern <dougm@covalent.net>
1690 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
1691 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
1693 ! miniperlmain.c perl.h
1694 ____________________________________________________________________________
1695 [ 10558] By: jhi on 2001/06/13 12:51:47
1696 Log: Subject: Re: ext/ + -Wall
1697 From: Doug MacEachern <dougm@covalent.net>
1698 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
1699 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
1701 Document ax and break up dXSARGS.
1703 ! XSUB.h pod/perlapi.pod
1704 ____________________________________________________________________________
1705 [ 10557] By: jhi on 2001/06/13 12:39:55
1706 Log: More AIX tweakage from Merijn.
1709 ____________________________________________________________________________
1710 [ 10556] By: jhi on 2001/06/13 03:26:58
1711 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
1712 From: "Craig A. Berry" <craigberry@mac.com>
1713 Date: Tue, 12 Jun 2001 22:57:45 -0500
1714 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
1716 ! vms/descrip_mms.template
1717 ____________________________________________________________________________
1718 [ 10555] By: jhi on 2001/06/13 02:50:43
1719 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
1720 From: "Craig A. Berry" <craigberry@mac.com>
1721 Date: Tue, 12 Jun 2001 22:21:39 -0500
1722 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
1724 ! configure.com util.c
1725 ____________________________________________________________________________
1726 [ 10554] By: jhi on 2001/06/13 02:23:16
1727 Log: New AIX dynaloading code from Jens-Uwe Mager.
1728 Does break binary compatibility.
1730 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
1731 ____________________________________________________________________________
1732 [ 10553] By: jhi on 2001/06/13 02:10:16
1733 Log: VMS DEC C compiler found nits by Peter Prymmer.
1736 ____________________________________________________________________________
1737 [ 10552] By: jhi on 2001/06/13 01:36:12
1738 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
1739 From: Peter Prymmer <pvhp@forte.com>
1740 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
1741 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
1744 ____________________________________________________________________________
1745 [ 10551] By: jhi on 2001/06/13 01:26:53
1746 Log: I wonder how many $CONFIGs still lurk in the shadows.
1748 ! pod/Makefile.SH x2p/cflags.SH
1749 ____________________________________________________________________________
1750 [ 10550] By: jhi on 2001/06/13 01:25:12
1751 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
1754 ____________________________________________________________________________
1755 [ 10549] By: jhi on 2001/06/13 01:05:28
1756 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
1758 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
1759 ____________________________________________________________________________
1760 [ 10548] By: jhi on 2001/06/13 00:41:28
1761 Log: Subject: [patch] rid local_patches warnings
1762 From: Doug MacEachern <dougm@covalent.net>
1763 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
1764 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
1766 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
1767 ____________________________________________________________________________
1768 [ 10547] By: jhi on 2001/06/13 00:40:29
1769 Log: Subject: Re: ext/ + -Wall
1770 From: Doug MacEachern <dougm@covalent.net>
1771 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
1772 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
1774 ! ext/attrs/attrs.xs
1775 ____________________________________________________________________________
1776 [ 10546] By: jhi on 2001/06/13 00:39:06
1777 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
1778 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1779 Date: Tue, 12 Jun 2001 14:36:20 -0400
1780 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
1783 ____________________________________________________________________________
1784 [ 10545] By: jhi on 2001/06/13 00:38:02
1785 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
1786 From: Mike Guy <mjtg@cam.ac.uk>
1787 Date: Tue, 12 Jun 2001 19:10:31 +0100
1788 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
1790 Subject: Re: [ID 20010612.001] out of memory during regex compilation
1791 From: Mike Guy <mjtg@cam.ac.uk>
1792 Date: Tue, 12 Jun 2001 19:21:01 +0100
1793 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
1796 ____________________________________________________________________________
1797 [ 10544] By: jhi on 2001/06/13 00:34:39
1798 Log: AIX tweaks from Merijn H. Brand.
1801 ____________________________________________________________________________
1802 [ 10543] By: jhi on 2001/06/13 00:11:42
1803 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
1804 From: "Brendan O'Dea" <bod@compusol.com.au>
1805 Date: Wed, 13 Jun 2001 05:16:47 +1000
1806 Message-ID: <20010613051647.A8945@compusol.com.au>
1807 Branch: maint-5.6/perl
1808 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
1809 ____________________________________________________________________________
1810 [ 10542] By: jhi on 2001/06/13 00:07:50
1811 Log: Subject: Small bcopy cleanup
1812 From: Andy Dougherty <doughera@lafayette.edu>
1813 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
1814 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
1816 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
1817 ____________________________________________________________________________
1818 [ 10541] By: jhi on 2001/06/13 00:05:18
1819 Log: Subject: [PATCH] Re: ext/ + -Wall
1820 From: Nicholas Clark <nick@ccl4.org>
1821 Date: Wed, 13 Jun 2001 00:04:30 +0100
1822 Message-ID: <20010613000430.M5901@plum.flirble.org>
1824 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
1825 ____________________________________________________________________________
1826 [ 10540] By: jhi on 2001/06/13 00:02:25
1827 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
1828 From: Nicholas Clark <nick@ccl4.org>
1829 Date: Tue, 12 Jun 2001 23:53:07 +0100
1830 Message-ID: <20010612235307.L5901@plum.flirble.org>
1832 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1833 ____________________________________________________________________________
1834 [ 10539] By: jhi on 2001/06/12 23:59:10
1835 Log: MPE/iX tweaks from Mark Bixby.
1837 ! hints/mpeix.sh mpeix/mpeixish.h util.c
1838 ____________________________________________________________________________
1839 [ 10538] By: jhi on 2001/06/12 14:16:15
1840 Log: Update Changes.
1842 ! Changes patchlevel.h
1843 ____________________________________________________________________________
1844 [ 10537] By: jhi on 2001/06/12 14:11:26
1845 Log: One less -Wall whine (found under DEBUGGING).
1847 ! x2p/Makefile.SH x2p/a2p.c
1848 ____________________________________________________________________________
1849 [ 10536] By: jhi on 2001/06/12 13:32:09
1850 Log: s/case-independent/case-insensitive/g
1853 ____________________________________________________________________________
1854 [ 10535] By: jhi on 2001/06/12 13:27:28
1855 Log: As suggested in
1857 Subject: Re: ext/ + -Wall
1858 From: Gurusamy Sarathy <gsar@ActiveState.com>
1859 Date: Mon, 11 Jun 2001 23:34:31 -0700
1860 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
1862 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
1864 ____________________________________________________________________________
1865 [ 10534] By: jhi on 2001/06/12 13:13:27
1866 Log: Subject: ext/ + -Wall
1867 From: Doug MacEachern <dougm@covalent.net>
1868 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
1869 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
1871 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
1872 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
1873 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
1874 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
1875 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
1876 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
1877 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
1878 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
1879 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
1880 ! lib/ExtUtils/xsubpp
1881 ____________________________________________________________________________
1882 [ 10533] By: jhi on 2001/06/12 12:52:57
1883 Log: Subject: [PATCH] anonymous stashes
1884 From: Abhijit Menon-Sen <ams@wiw.org>
1885 Date: Tue, 12 Jun 2001 12:47:04 +0530
1886 Message-ID: <20010612124704.A29029@lustre.linux.in>
1888 ! dump.c gv.c sv.c xsutils.c
1889 ____________________________________________________________________________
1890 [ 10532] By: jhi on 2001/06/12 12:37:36
1891 Log: One more test for $^S.
1894 ____________________________________________________________________________
1895 [ 10531] By: jhi on 2001/06/12 12:35:02
1896 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
1897 From: Abhijit Menon-Sen <ams@wiw.org>
1898 Date: Tue, 12 Jun 2001 17:35:55 +0530
1899 Message-ID: <20010612173555.A32426@lustre.linux.in>
1902 ____________________________________________________________________________
1903 [ 10530] By: jhi on 2001/06/12 12:31:11
1904 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
1905 From: Mike Guy <mjtg@cam.ac.uk>
1906 Date: Tue, 12 Jun 2001 13:14:15 +0100
1907 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
1910 ____________________________________________________________________________
1911 [ 10529] By: jhi on 2001/06/12 12:21:06
1912 Log: AUTHORS updates.
1915 ____________________________________________________________________________
1916 [ 10528] By: jhi on 2001/06/12 12:19:47
1917 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
1918 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
1919 Content-Transfer-Encoding: 7bit
1920 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
1922 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
1923 ____________________________________________________________________________
1924 [ 10527] By: jhi on 2001/06/12 11:58:53
1925 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
1926 From: "Philip Newton" <Philip.Newton@gmx.net>
1927 Date: Mon, 11 Jun 2001 07:08:03 +0200
1928 Message-Id: <200106120802.LAA08992@taas.iki.fi>
1931 ____________________________________________________________________________
1932 [ 10526] By: jhi on 2001/06/12 01:35:34
1933 Log: Cleanup the a2p.c for -Wall.
1935 ! x2p/Makefile.SH x2p/a2p.c
1936 ____________________________________________________________________________
1937 [ 10525] By: jhi on 2001/06/12 01:10:56
1938 Log: File::Find update for MacOS from Chris Nandor.
1940 ! lib/File/Find.pm t/lib/filefind.t
1941 ____________________________________________________________________________
1942 [ 10524] By: jhi on 2001/06/12 00:29:20
1943 Log: gcc -Wall nits picked out by a non-UNIX system
1944 (courtesy of Mark Bixby)
1946 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
1947 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
1949 ____________________________________________________________________________
1950 [ 10523] By: jhi on 2001/06/11 22:34:03
1951 Log: Metaconfig unit change for #10522. (The d_modfl changes
1953 Branch: metaconfig/U/perl
1954 ! d_modfl.U d_u32align.U
1955 ____________________________________________________________________________
1956 [ 10522] By: jhi on 2001/06/11 22:33:00
1957 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
1958 be "./try 2>&1 >/dev/null".
1961 ____________________________________________________________________________
1962 [ 10521] By: jhi on 2001/06/11 19:49:54
1963 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
1964 From: "Craig A. Berry" <craigberry@mac.com>
1965 Date: Mon, 11 Jun 2001 14:00:32 -0500
1966 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
1969 ____________________________________________________________________________
1970 [ 10520] By: jhi on 2001/06/11 17:55:47
1971 Log: Move the full \p\P lists to perlunicode.
1973 ! pod/perlretut.pod pod/perlunicode.pod
1974 ____________________________________________________________________________
1975 [ 10519] By: jhi on 2001/06/11 17:10:00
1976 Log: VOS build tweak for 5.6.1 from Paul Green.
1977 Branch: maint-5.6/perl
1979 ____________________________________________________________________________
1980 [ 10518] By: jhi on 2001/06/11 17:07:03
1981 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
1982 From: "Craig A. Berry" <craigberry@mac.com>
1983 Date: Fri, 8 Jun 2001 18:08:18 -0500
1984 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
1987 ____________________________________________________________________________
1988 [ 10517] By: jhi on 2001/06/11 14:52:01
1989 Log: Update Changes.
1991 ! Changes patchlevel.h
1992 ____________________________________________________________________________
1993 [ 10516] By: jhi on 2001/06/11 14:46:33
1994 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
1996 ! vos/config.alpha.h vos/config.ga.h
1997 ____________________________________________________________________________
1998 [ 10515] By: jhi on 2001/06/11 14:39:05
1999 Log: VOS updates from Paul Green for @10476.
2001 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
2002 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2003 ! vos/config.ga.h vos/configure_perl.cm
2004 ____________________________________________________________________________
2005 [ 10514] By: jhi on 2001/06/11 12:58:43
2006 Log: Subject: [PATCH] Not many people know this ...
2007 From: Mike Guy <mjtg@cam.ac.uk>
2008 Date: Mon, 11 Jun 2001 14:55:15 +0100
2009 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
2012 ____________________________________________________________________________
2013 [ 10513] By: jhi on 2001/06/11 12:30:06
2014 Log: Add final commas to lists as suggested by Philip Newton.
2016 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
2017 ____________________________________________________________________________
2018 [ 10512] By: jhi on 2001/06/11 12:28:49
2019 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
2020 Date: Sun, 10 Jun 2001 23:35:38 -0400
2021 From: Chris Nandor <pudge@pobox.com>
2022 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
2024 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
2025 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
2026 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
2027 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
2028 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
2029 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
2030 ! t/op/write.t t/pragma/strict.t
2031 ____________________________________________________________________________
2032 [ 10511] By: jhi on 2001/06/11 12:13:31
2033 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
2034 From: Chris Nandor <pudge@pobox.com>
2035 Date: Mon, 11 Jun 2001 08:24:28 -0400
2036 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
2038 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
2040 ____________________________________________________________________________
2041 [ 10510] By: jhi on 2001/06/11 12:03:16
2042 Log: One more run_byacc (a hand-tweaked version had slipped in).
2044 ! perly.c vms/perly_c.vms
2045 ____________________________________________________________________________
2046 [ 10509] By: nick on 2001/06/11 07:49:15
2047 Log: Integrate mainline
2049 !> Makefile.SH embed.h embed.pl global.sym
2050 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
2051 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
2052 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
2053 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
2054 ____________________________________________________________________________
2055 [ 10508] By: jhi on 2001/06/10 22:38:05
2056 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
2057 From: Mike Guy <mjtg@cam.ac.uk>
2058 Reply-To: mjtg@cam.ac.uk
2059 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
2061 ! lib/ExtUtils/Manifest.pm
2062 ____________________________________________________________________________
2063 [ 10507] By: jhi on 2001/06/10 22:37:16
2064 Log: Subject: [PATCH] ExtUtils::Constant
2065 From: Nicholas Clark <nick@ccl4.org>
2066 Date: Sun, 10 Jun 2001 23:25:41 +0100
2067 Message-ID: <20010610232540.C76396@plum.flirble.org>
2069 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
2070 ____________________________________________________________________________
2071 [ 10506] By: jhi on 2001/06/10 20:57:20
2072 Log: Integrate perlio.
2075 ____________________________________________________________________________
2076 [ 10505] By: jhi on 2001/06/10 18:37:57
2077 Log: Move the grok_number and its lieutenant grok_numeric_radix
2078 from sv.c statics to util.c and public.
2080 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
2081 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
2082 ____________________________________________________________________________
2083 [ 10504] By: nick on 2001/06/10 17:47:06
2084 Log: Fix (valid) -Wall warnings in perlio.c
2087 ____________________________________________________________________________
2088 [ 10503] By: jhi on 2001/06/10 17:38:28
2089 Log: Update perly_c.diff, update perly.fixer to edit away
2090 some of the -Wall noise.
2092 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
2093 ____________________________________________________________________________
2094 [ 10502] By: jhi on 2001/06/10 17:09:42
2095 Log: Check the version of byacc.
2098 ____________________________________________________________________________
2099 [ 10501] By: jhi on 2001/06/10 17:00:08
2100 Log: Subject: [PATCH] perly.y overhaul
2101 From: Simon Cozens <simon@netthink.co.uk>
2102 Date: Sun, 10 Jun 2001 16:56:54 +0100
2103 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
2105 Plus make run_byacc.
2107 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
2108 ____________________________________________________________________________
2109 [ 10500] By: jhi on 2001/06/10 16:07:28
2110 Log: Integrate perlio.
2112 !> perlio.c perlsfio.h
2113 ____________________________________________________________________________
2114 [ 10499] By: nick on 2001/06/10 15:01:08
2115 Log: Integrate mainline
2117 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
2118 !> t/pragma/locale.t util.c
2119 ____________________________________________________________________________
2120 [ 10498] By: jhi on 2001/06/10 13:49:23
2121 Log: Put some meat on the perl572delta bones. The list of
2122 selected bug fixes needs more work, as does still the
2125 ! pod/perl572delta.pod
2126 ____________________________________________________________________________
2127 [ 10497] By: nick on 2001/06/10 12:27:51
2128 Log: Paper over a crack or two with USE_SFIO
2130 ! perlio.c perlsfio.h
2131 ____________________________________________________________________________
2132 [ 10496] By: jhi on 2001/06/10 11:04:22
2133 Log: Update Changes.
2135 ! Changes patchlevel.h
2136 ____________________________________________________________________________
2137 [ 10495] By: jhi on 2001/06/10 10:55:34
2138 Log: Subject: Re: pragma/locale.t #107
2139 From: Hugo <hv@crypt.compulink.co.uk>
2140 Date: Sun, 10 Jun 2001 11:23:30 +0100
2141 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
2143 Encapsulate the scan of the decimal radix separator.
2145 ! embed.h embed.pl proto.h sv.c
2146 ____________________________________________________________________________
2147 [ 10494] By: jhi on 2001/06/10 03:00:17
2148 Log: Try to grok numbers both with the locale specific separator
2149 and with the usual "." (if different from the lss); add a test
2150 to locale.t to do also a little bit of math in addition to just
2151 equalness testing; remove extraneous logic as suggested in
2153 Subject: Re: pragma/locale.t #107
2154 From: Nicholas Clark <nick@ccl4.org>
2155 Date: Sat, 9 Jun 2001 22:37:36 +0100
2156 Message-ID: <20010609223735.Y76396@plum.flirble.org>
2158 ! sv.c t/pragma/locale.t
2159 ____________________________________________________________________________
2160 [ 10493] By: jhi on 2001/06/10 01:25:23
2161 Log: Metaconfig unit change for #10492.
2162 Branch: metaconfig/U/perl
2164 ____________________________________________________________________________
2165 [ 10492] By: jhi on 2001/06/10 01:23:59
2166 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
2167 From: Artur Bergman <artur@contiller.se>
2168 Date: Sat, 09 Jun 2001 21:03:51 +0200
2169 Message-ID: <B7483FB6.1398%artur@contiller.se>
2172 ____________________________________________________________________________
2173 [ 10491] By: jhi on 2001/06/10 01:15:40
2174 Log: Integrate perlio.
2177 ____________________________________________________________________________
2178 [ 10490] By: jhi on 2001/06/10 01:08:26
2179 Log: Do locale specific separator if only in locale.
2182 ____________________________________________________________________________
2183 [ 10489] By: nick on 2001/06/09 19:13:25
2184 Log: Make XS/Typemap compile (but fail) with sfio
2187 ____________________________________________________________________________
2188 [ 10488] By: nick on 2001/06/09 19:12:51
2189 Log: Re-integrate mainline
2191 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
2192 !> proto.h sv.c util.c
2193 ____________________________________________________________________________
2194 [ 10487] By: nick on 2001/06/09 16:26:29
2195 Log: Integrate mainline
2197 !> (integrate 31 files)
2198 ____________________________________________________________________________
2199 [ 10486] By: jhi on 2001/06/09 16:11:51
2200 Log: Subject: [PATCH] New attempt to clone callack
2201 From: Artur Bergman <artur@contiller.se>
2202 Date: Thu, 07 Jun 2001 11:52:16 +0200
2203 Message-ID: <B7451B6F.12B7%artur@contiller.se>
2205 ! embedvar.h intrpvar.h perlapi.h sv.c
2206 ____________________________________________________________________________
2207 [ 10485] By: jhi on 2001/06/09 15:23:52
2208 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
2210 ! embed.h embed.pl perl.h proto.h sv.c util.c
2211 ____________________________________________________________________________
2212 [ 10484] By: jhi on 2001/06/09 14:47:25
2213 Log: Subject: Re: pragma/locale.t #107
2214 From: Nicholas Clark <nick@ccl4.org>
2215 Date: Sat, 9 Jun 2001 16:26:10 +0100
2216 Message-ID: <20010609162609.V76396@plum.flirble.org>
2218 A missing NVification.
2221 ____________________________________________________________________________
2222 [ 10483] By: jhi on 2001/06/08 19:40:32
2223 Log: Redo the #10482, there already was a test script for formats.
2226 ! MANIFEST t/op/write.t
2227 ____________________________________________________________________________
2228 [ 10482] By: jhi on 2001/06/08 19:34:45
2229 Log: Twisted format testing, from Merijn.
2233 ____________________________________________________________________________
2234 [ 10481] By: jhi on 2001/06/08 19:21:56
2235 Log: More \p{In...} testing, combined with \N{...}.
2237 ! lib/utf8_heavy.pl t/op/pat.t
2238 ____________________________________________________________________________
2239 [ 10480] By: jhi on 2001/06/08 14:16:06
2240 Log: Metaconfig changes for #10479.
2243 Branch: metaconfig/U/perl
2245 ____________________________________________________________________________
2246 [ 10479] By: jhi on 2001/06/08 14:15:32
2247 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
2249 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2250 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
2251 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
2252 ! win32/config.bc win32/config.gc win32/config.vc
2253 ____________________________________________________________________________
2254 [ 10478] By: jhi on 2001/06/08 12:20:41
2255 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
2256 From: "Craig A. Berry" <craigberry@mac.com>
2257 Date: Thu, 7 Jun 2001 14:27:20 -0500
2258 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
2261 ____________________________________________________________________________
2262 [ 10477] By: jhi on 2001/06/08 12:19:00
2263 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
2264 From: Gisle Aas <gisle@ActiveState.com>
2265 Date: 07 Jun 2001 17:04:29 -0700
2266 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
2269 ____________________________________________________________________________
2270 [ 10476] By: jhi on 2001/06/08 01:35:42
2271 Log: Update Changes.
2273 ! Changes patchlevel.h
2274 ____________________________________________________________________________
2275 [ 10475] By: jhi on 2001/06/08 00:53:45
2276 Log: Regen Glossary et alia.
2278 ! Porting/Glossary Porting/config.sh Porting/config_H
2279 ____________________________________________________________________________
2280 [ 10474] By: jhi on 2001/06/07 22:06:38
2281 Log: Metaconfig unit changes for #10473.
2282 Branch: metaconfig/U/perl
2284 ____________________________________________________________________________
2285 [ 10473] By: jhi on 2001/06/07 22:06:16
2286 Log: Harumph, also AIX will spill its guts (i.e. dump core)
2287 if an executable contains modfl() but it hasn't been
2288 compiled right (in the case of AIX, with cc -qlongdouble).
2291 ____________________________________________________________________________
2292 [ 10472] By: gsar on 2001/06/07 20:04:28
2293 Log: integrate change#10471 from mainline
2295 in change#10451, check that CvOUTSIDE is a CV before looking in
2296 (it can apparently be SVt_NULL during global destruction)
2297 Branch: maint-5.6/perl
2299 ____________________________________________________________________________
2300 [ 10471] By: gsar on 2001/06/07 20:01:31
2301 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
2302 (it can apparently be SVt_NULL during global destruction)
2305 ____________________________________________________________________________
2306 [ 10470] By: jhi on 2001/06/07 12:17:51
2307 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
2308 From: Robin Barker <rmb1@cise.npl.co.uk>
2309 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
2310 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
2312 ! lib/diagnostics.pm pod/perldiag.pod
2313 ____________________________________________________________________________
2314 [ 10469] By: jhi on 2001/06/07 12:16:12
2315 Log: Subject: [PATCH perl@10439] long =item
2316 From: Robin Barker <rmb1@cise.npl.co.uk>
2317 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
2318 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
2320 ! README.amiga lib/Attribute/Handlers.pm
2321 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
2322 ____________________________________________________________________________
2323 [ 10468] By: jhi on 2001/06/07 12:08:56
2324 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
2325 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
2326 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
2327 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
2330 ____________________________________________________________________________
2331 [ 10467] By: jhi on 2001/06/07 12:04:26
2332 Log: Integrate perlio.
2335 ____________________________________________________________________________
2336 [ 10466] By: nick on 2001/06/07 10:25:40
2337 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
2339 Still coredumps in pragma/overload.t - what a nice hard fail that is...
2342 ____________________________________________________________________________
2343 [ 10465] By: nick on 2001/06/07 08:41:58
2344 Log: Raw integrate of mainline for S_grok_number debug
2345 (sv.c has MULTIPLICITY issues as well as whatever else ...)
2347 - plan9/perlplan9.doc plan9/perlplan9.pod
2348 !> (integrate 46 files)
2349 ____________________________________________________________________________
2350 [ 10464] By: jhi on 2001/06/06 23:33:58
2351 Log: The proper prototyping for #10463.
2353 ! embed.h embed.pl proto.h sv.c
2354 ____________________________________________________________________________
2355 [ 10463] By: jhi on 2001/06/06 23:15:30
2356 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
2357 From: Nicholas Clark <nick@ccl4.org>
2358 Date: Thu, 7 Jun 2001 00:29:59 +0100
2359 Message-ID: <20010607002959.Z76396@plum.flirble.org>
2362 ____________________________________________________________________________
2363 [ 10462] By: jhi on 2001/06/06 23:13:19
2364 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
2365 From: "Craig A. Berry" <craigberry@mac.com>
2366 Date: Wed, 06 Jun 2001 17:54:30 -0500
2367 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
2370 ____________________________________________________________________________
2371 [ 10461] By: jhi on 2001/06/06 23:10:00
2372 Log: Podify the remaining README.platform files;
2373 merge README.plan9 and plan9/perlplan9.pod;
2374 delete plan9/perlplan9.* (the perlplan.doc needs to
2375 be regenerated in Plan 9); make the =head1 and =head2
2376 in the README.platform to be a little more verbose
2377 (skipped README.os2 not to anger Ilya) so that they
2378 look better in the toc; regen toc.
2380 - plan9/perlplan9.doc plan9/perlplan9.pod
2381 ! MANIFEST README.aix README.amiga README.apollo README.beos
2382 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
2383 ! README.hpux README.hurd README.machten README.macos
2384 ! README.micro README.mint README.mpeix README.os390
2385 ! README.plan9 README.qnx README.solaris README.threads
2386 ! README.tru64 README.vmesa README.vms README.vos README.win32
2387 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2388 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2389 ____________________________________________________________________________
2390 [ 10460] By: jhi on 2001/06/06 20:58:53
2391 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
2392 From: Mike Guy <mjtg@cam.ac.uk>
2393 Reply-To: mjtg@cam.ac.uk
2394 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
2397 ____________________________________________________________________________
2398 [ 10459] By: jhi on 2001/06/06 20:58:15
2399 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
2400 From: Mike Guy <mjtg@cam.ac.uk>
2401 Reply-To: mjtg@cam.ac.uk
2402 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
2405 ____________________________________________________________________________
2406 [ 10458] By: jhi on 2001/06/06 20:56:04
2407 Log: Disable long doubles from pre-5.0 Tru64s.
2409 ! README.tru64 hints/dec_osf.sh
2410 ____________________________________________________________________________
2411 [ 10457] By: jhi on 2001/06/06 20:49:23
2412 Log: The #10455 exposed that modfl() is fundamentally busted
2413 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
2417 ____________________________________________________________________________
2418 [ 10456] By: jhi on 2001/06/06 20:48:35
2419 Log: Metaconfig unit change for #10455.
2420 Branch: metaconfig/U/perl
2422 ____________________________________________________________________________
2423 [ 10455] By: jhi on 2001/06/06 20:48:09
2424 Log: Configure check for geborken modfl(), inspired by
2426 Subject: Re: [20010118.017] op/int.t failure
2427 From: Hugo <hv@crypt.compulink.co.uk>
2428 Date: Tue, 05 Jun 2001 13:43:27 +0100
2429 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
2432 ____________________________________________________________________________
2433 [ 10454] By: jhi on 2001/06/06 11:45:08
2434 Log: Integrate changes #10450 and #10451 from maintperl:
2436 optimize change#10448 slightly (don't repeat search in eval""s lexical
2437 scope, since that has already been searched)
2439 change#9108 needs subtler treatment for case of closures created
2443 ____________________________________________________________________________
2444 [ 10453] By: jhi on 2001/06/06 11:42:10
2445 Log: MakeMaker magic to compile (when no dynamic loading)
2446 List/Util.xsc as (ListUtil.c and) ListUtil.o since
2447 POSIX-BC (BS2000) linker has an evil limitation of
2448 being unable to include in the same executable several
2449 object files with the same name - case-insensitively -
2450 because otherwise we conflict with util.c.
2451 Strictly speaking currently required only in POSIX-BC
2452 but probably will do no harm elsewhere where static
2453 linking is required.
2455 ! ext/List/Util/Makefile.PL
2456 ____________________________________________________________________________
2457 [ 10452] By: nick on 2001/06/06 08:59:51
2458 Log: Integrate mainline.
2460 +> lib/Attribute/Handlers/demo/Demo.pm
2461 +> lib/Attribute/Handlers/demo/Descriptions.pm
2462 +> lib/Attribute/Handlers/demo/MyClass.pm
2463 +> lib/Attribute/Handlers/demo/demo.pl
2464 +> lib/Attribute/Handlers/demo/demo2.pl
2465 +> lib/Attribute/Handlers/demo/demo3.pl
2466 +> lib/Attribute/Handlers/demo/demo4.pl
2467 +> lib/Attribute/Handlers/demo/demo_call.pl
2468 +> lib/Attribute/Handlers/demo/demo_chain.pl
2469 +> lib/Attribute/Handlers/demo/demo_cycle.pl
2470 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
2471 +> lib/Attribute/Handlers/demo/demo_phases.pl
2472 +> lib/Attribute/Handlers/demo/demo_range.pl
2473 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
2474 +> uts/strtol_wrap.c
2475 !> (integrate 91 files)
2476 ____________________________________________________________________________
2477 [ 10451] By: gsar on 2001/06/06 07:11:36
2478 Log: change#9108 needs subtler treatment for case of closures created
2480 Branch: maint-5.6/perl
2482 ____________________________________________________________________________
2483 [ 10450] By: gsar on 2001/06/06 05:47:25
2484 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
2485 scope, since that has already been searched)
2486 Branch: maint-5.6/perl
2488 ____________________________________________________________________________
2489 [ 10449] By: jhi on 2001/06/06 01:33:31
2490 Log: Integrate change #10448 from maintperl; lexicals
2491 outside an eval"" weren't resolved correctly inside a subroutine
2492 definition inside the eval"" if they were not already referenced
2493 in the toplevel of the eval""-ed code
2495 !> cop.h op.c pp_ctl.c t/op/misc.t
2496 ____________________________________________________________________________
2497 [ 10448] By: gsar on 2001/06/06 01:03:26
2498 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
2499 outside an eval"" weren't resolved correctly inside a subroutine
2500 definition inside the eval"" if they were not already referenced
2501 in the toplevel of the eval""-ed code
2502 Branch: maint-5.6/perl
2503 ! cop.h op.c pp_ctl.c t/op/misc.t
2504 ____________________________________________________________________________
2505 [ 10447] By: jhi on 2001/06/06 00:51:04
2506 Log: Subject: [PATCH] perl570delta.pod
2507 From: Peter Scott <Peter@PSDT.com>
2508 Date: Tue, 05 Jun 2001 18:51:02 -0700
2509 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
2511 ! pod/perl570delta.pod
2512 ____________________________________________________________________________
2513 [ 10446] By: jhi on 2001/06/05 23:45:05
2514 Log: The fudge factor is no more needed. I hope.
2517 ____________________________________________________________________________
2518 [ 10445] By: jhi on 2001/06/05 23:19:19
2519 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
2520 From: Hugo <hv@crypt.compulink.co.uk>
2521 Date: Tue, 05 Jun 2001 12:58:19 +0100
2522 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
2525 ____________________________________________________________________________
2526 [ 10444] By: jhi on 2001/06/05 11:09:01
2527 Log: Make up prototypes only for those who have the functions
2528 but not the prototypes.
2531 ____________________________________________________________________________
2532 [ 10443] By: jhi on 2001/06/05 11:02:13
2533 Log: Subject: Re: Not OK: perl@10439 on win32
2534 From: Prymmer/Kahn <pvhp@best.com>
2535 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
2536 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
2539 ____________________________________________________________________________
2540 [ 10442] By: jhi on 2001/06/05 00:55:46
2541 Log: The metaconfig units changes for #10441.
2543 ! U/modified/Extract.U U/modified/Extractall.U
2544 ! U/modified/Finish.U
2545 ____________________________________________________________________________
2546 [ 10441] By: jhi on 2001/06/05 00:55:17
2547 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
2550 ____________________________________________________________________________
2551 [ 10440] By: jhi on 2001/06/05 00:28:27
2552 Log: Unnecessary fuzziness undone, noted by Mike Guy.
2555 ____________________________________________________________________________
2556 [ 10439] By: jhi on 2001/06/04 17:14:31
2557 Log: Update Changes.
2559 ! Changes patchlevel.h
2560 ____________________________________________________________________________
2561 [ 10438] By: jhi on 2001/06/04 17:10:16
2562 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
2563 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
2567 ____________________________________________________________________________
2568 [ 10437] By: jhi on 2001/06/04 17:01:06
2569 Log: Test case for #10433/#10424.
2572 ____________________________________________________________________________
2573 [ 10436] By: jhi on 2001/06/04 16:54:21
2574 Log: Subject: One fix for strtoul not setting errno
2575 From: hom00@utsglobal.com (Hal Morris)
2576 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
2577 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
2580 ! MANIFEST hints/uts.sh
2581 ____________________________________________________________________________
2582 [ 10435] By: jhi on 2001/06/04 16:54:01
2583 Log: Metaconfig units changes for #10434.
2585 ! U/modified/Cppsym.U
2586 Branch: metaconfig/U/perl
2587 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
2588 + d_syscallproto.U d_usleepproto.U
2589 ! longdblfio.U quadfio.U
2590 ____________________________________________________________________________
2591 [ 10434] By: jhi on 2001/06/04 16:48:33
2592 Log: Configure tweaks; add prototype probes, make the cpp symbols
2593 probe to cast, not whine; test for %Ld and %Lf before %lld and
2594 %llf because the L is the ANSI way.
2596 ! Configure config_h.SH configure.com epoc/config.sh
2597 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
2598 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
2599 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
2600 ____________________________________________________________________________
2601 [ 10433] By: jhi on 2001/06/04 16:45:23
2602 Log: Sigh. This is what #10424 was supposed to check in.
2605 ____________________________________________________________________________
2606 [ 10432] By: jhi on 2001/06/04 16:29:40
2607 Log: More verbose failure.
2610 ____________________________________________________________________________
2611 [ 10431] By: jhi on 2001/06/04 16:21:55
2612 Log: The .pm changes to go with #10428.
2614 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
2615 ! ext/Sys/Syslog/Syslog.pm
2616 ____________________________________________________________________________
2617 [ 10430] By: jhi on 2001/06/04 16:05:20
2618 Log: On second thoughts show to utf8 skippage message only
2619 on failures, it's too confusing otherwise,
2622 ____________________________________________________________________________
2623 [ 10429] By: jhi on 2001/06/04 14:47:50
2624 Log: Do not import anything from Encode.
2626 ! ext/MIME/Base64/QuotedPrint.pm
2627 ____________________________________________________________________________
2628 [ 10428] By: jhi on 2001/06/04 14:45:47
2629 Log: The #10402 didn't take. Weird.
2631 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
2632 ! ext/Sys/Syslog/Syslog.xs
2633 ____________________________________________________________________________
2634 [ 10427] By: jhi on 2001/06/04 12:55:39
2635 Log: Eradicate traces of 'asciirange' re subpragma.
2637 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
2639 ____________________________________________________________________________
2640 [ 10426] By: jhi on 2001/06/04 12:44:05
2641 Log: use is a compile-time thing.
2643 ! ext/MIME/Base64/QuotedPrint.pm
2644 ____________________________________________________________________________
2645 [ 10425] By: jhi on 2001/06/04 12:39:44
2646 Log: Subject: [PATCH perl@10419] -Wall casting patch
2647 From: Robin Barker <rmb1@cise.npl.co.uk>
2648 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
2649 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
2651 ! ext/Devel/DProf/DProf.xs mg.c
2652 ____________________________________________________________________________
2653 [ 10424] By: jhi on 2001/06/04 12:23:30
2654 Log: Subject: [PATCH #2] introducing SVpad_TYPED
2655 From: Abhijit Menon-Sen <ams@wiw.org>
2656 Date: Mon, 4 Jun 2001 12:26:02 +0530
2657 Message-ID: <20010604122602.A5775@lustre.linux.in>
2660 ____________________________________________________________________________
2661 [ 10423] By: gsar on 2001/06/04 05:12:18
2662 Log: testsuite for change#10192 (from Gisle Aas)
2666 ____________________________________________________________________________
2667 [ 10422] By: gsar on 2001/06/04 02:32:03
2668 Log: integrate changes#10414-10416 from mainline
2670 Potential buffer overrun if the radix separator is more than
2671 one byte. Also, under locales, prefer the locale-specific
2672 separator over the old boring ".".
2674 "10.", that is, decimal numbers can have no decimal part at all.
2676 The non-locale places need love, too.
2677 Branch: maint-5.6/perl
2679 ____________________________________________________________________________
2680 [ 10421] By: jhi on 2001/06/04 02:25:53
2681 Log: Missed from #10420.
2684 ____________________________________________________________________________
2685 [ 10420] By: jhi on 2001/06/04 02:19:58
2686 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
2687 often this prototype goes with HAS_SETRESUID_PROTO.
2689 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2690 ! config_h.SH configure.com perl.h uconfig.h
2691 ____________________________________________________________________________
2692 [ 10419] By: jhi on 2001/06/04 00:24:55
2693 Log: Update Changes.
2695 ! Changes patchlevel.h
2696 ____________________________________________________________________________
2697 [ 10418] By: jhi on 2001/06/03 23:58:04
2698 Log: -Wall "subscript has type `char'" cleanup.
2700 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
2701 ____________________________________________________________________________
2702 [ 10417] By: jhi on 2001/06/03 23:37:17
2703 Log: Various "cast to pointer from integer of different size"
2704 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
2705 wide but I32 (int) only 32 bits wide).
2707 WARNING: the classnum and tagnum changes in Storable.xs
2708 may not be wise, they may be breaking binary compatibility
2709 (in 64-bit platforms), asked Raphael Manfredi about the changes.
2711 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
2713 ____________________________________________________________________________
2714 [ 10416] By: jhi on 2001/06/03 23:15:24
2715 Log: The non-locale places need love, too.
2718 ____________________________________________________________________________
2719 [ 10415] By: jhi on 2001/06/03 23:10:55
2720 Log: "10.", that is, decimal numbers can have no decimal part at all.
2723 ____________________________________________________________________________
2724 [ 10414] By: jhi on 2001/06/03 22:49:55
2725 Log: Potential buffer overrun if the radix separator is more than
2726 one byte. Also, under locales, prefer the locale-specific
2727 separator over the old boring ".".
2730 ____________________________________________________________________________
2731 [ 10413] By: jhi on 2001/06/03 22:42:10
2732 Log: Integrate change #10412 from maintperl; locale is now
2733 per-cop, not per-op; plus retweak the locale.t to always
2734 list the skipped utf8 locales.
2737 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
2738 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
2739 ____________________________________________________________________________
2740 [ 10412] By: gsar on 2001/06/03 22:23:16
2741 Log: rationalize locale handling to fix the bugs uncovered by change#10394
2743 the major issue was that the runtime was looking at PL_hints rather
2744 than op_private to notice whether locale was enabled
2746 the secondary issue was that many locale-sensitive numeric ops didn't
2747 have HINT_LOCALE propagated into their op_private
2749 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
2750 instead of per-op, just like HINT_BYTE and the hints for lexical
2751 warnings (this makes the hint available to every op via PL_curcop)
2753 pragma/locale.t may need to be reworked with these fixes in mind
2754 (it currently passes its tests)
2755 Branch: maint-5.6/perl
2756 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
2757 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
2758 ____________________________________________________________________________
2759 [ 10411] By: jhi on 2001/06/03 17:50:49
2760 Log: More verbose debugging.
2763 ____________________________________________________________________________
2764 [ 10410] By: jhi on 2001/06/03 17:36:40
2765 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2766 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2767 Date: Sat, 2 Jun 2001 22:53:33 +0100
2768 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
2770 ! regcomp.c t/pragma/warn/regcomp
2771 ____________________________________________________________________________
2772 [ 10409] By: jhi on 2001/06/03 17:27:13
2773 Log: Mention that lexicalizing $a or $b is a bad idea if one
2774 wants to use sort().
2777 ____________________________________________________________________________
2778 [ 10408] By: jhi on 2001/06/03 16:52:41
2779 Log: Tweak the test to be happy if the accuracy is 'good enough'.
2782 ____________________________________________________________________________
2783 [ 10407] By: jhi on 2001/06/03 16:50:33
2784 Log: Upgrade to Attribute::Handlers 0.70.
2786 NOTE: this unearthed the "too late for CHECK block" bug,
2787 that's why the 1_compile.t change.
2789 + lib/Attribute/Handlers/demo/Demo.pm
2790 + lib/Attribute/Handlers/demo/Descriptions.pm
2791 + lib/Attribute/Handlers/demo/MyClass.pm
2792 + lib/Attribute/Handlers/demo/demo.pl
2793 + lib/Attribute/Handlers/demo/demo2.pl
2794 + lib/Attribute/Handlers/demo/demo3.pl
2795 + lib/Attribute/Handlers/demo/demo4.pl
2796 + lib/Attribute/Handlers/demo/demo_call.pl
2797 + lib/Attribute/Handlers/demo/demo_chain.pl
2798 + lib/Attribute/Handlers/demo/demo_cycle.pl
2799 + lib/Attribute/Handlers/demo/demo_hashdir.pl
2800 + lib/Attribute/Handlers/demo/demo_phases.pl
2801 + lib/Attribute/Handlers/demo/demo_range.pl
2802 + lib/Attribute/Handlers/demo/demo_rawdata.pl
2803 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
2805 ____________________________________________________________________________
2806 [ 10406] By: jhi on 2001/06/03 16:40:03
2807 Log: One less -Wall whine.
2810 ____________________________________________________________________________
2811 [ 10405] By: jhi on 2001/06/03 16:30:34
2812 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
2815 ____________________________________________________________________________
2816 [ 10404] By: gsar on 2001/06/03 16:23:07
2817 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
2818 aren't "normally" visible inside eval""s contained in subs unless
2819 a cloned reference to them already exists)
2821 strangely enough, t/harness did show this up as a failure (harness
2823 Branch: maint-5.6/perl
2825 ____________________________________________________________________________
2826 [ 10403] By: jhi on 2001/06/03 16:22:59
2827 Log: Update to Text::Balanced 1.85.
2829 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
2830 ____________________________________________________________________________
2831 [ 10402] By: jhi on 2001/06/03 16:18:09
2832 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
2833 From: Nicholas Clark <nick@ccl4.org>
2834 Date: Sun, 3 Jun 2001 17:54:36 +0100
2835 Message-ID: <20010603175436.E76396@plum.flirble.org>
2837 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
2838 ! ext/Sys/Syslog/Syslog.xs
2839 ____________________________________________________________________________
2840 [ 10401] By: jhi on 2001/06/03 16:09:33
2841 Log: Unused variables.
2844 ____________________________________________________________________________
2845 [ 10400] By: jhi on 2001/06/03 16:04:26
2846 Log: Subject: [PATCH] APIfy op_clear
2847 From: Simon Cozens <simon@netthink.co.uk>
2848 Date: Sun, 3 Jun 2001 13:51:46 +0100
2849 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
2851 (despite the subject line, op_null is APIfied by the patch)
2853 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2854 ____________________________________________________________________________
2855 [ 10399] By: jhi on 2001/06/03 15:51:35
2856 Log: Subject: [PATCH] t/lib/extutils.t
2857 From: Nicholas Clark <nick@ccl4.org>
2858 Date: Sat, 2 Jun 2001 23:57:05 +0100
2859 Message-ID: <20010602235705.Q12698@plum.flirble.org>
2861 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
2862 ____________________________________________________________________________
2863 [ 10398] By: jhi on 2001/06/03 15:34:11
2864 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
2865 From: Prymmer/Kahn <pvhp@best.com>
2866 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
2867 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
2869 ! win32/Makefile win32/makefile.mk
2870 ____________________________________________________________________________
2871 [ 10397] By: jhi on 2001/06/03 15:12:13
2872 Log: Subject: Re: 'decimal digits' macro?
2873 From: Hugo <hv@crypt.compulink.co.uk>
2874 Date: Sun, 03 Jun 2001 04:26:36 +0100
2875 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
2877 ! handy.h t/lib/posix.t t/op/tr.t
2878 ____________________________________________________________________________
2879 [ 10396] By: jhi on 2001/06/03 15:10:49
2880 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
2881 From: Hugo <hv@crypt.compulink.co.uk>
2882 Date: Sun, 03 Jun 2001 14:56:30 +0100
2883 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
2886 ____________________________________________________________________________
2887 [ 10395] By: jhi on 2001/06/03 14:59:41
2888 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
2890 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
2892 ____________________________________________________________________________
2893 [ 10394] By: gsar on 2001/06/03 03:05:43
2894 Log: fix leakage of lexicals at file scope into subroutines that were
2895 declared before them; this appears to be a longstanding bug that
2896 meant that lexicals at file scope were never "deintroduced", meaning
2897 their scope range was never properly closed, and their visibility
2898 extended to all subsequent eval""s or requires
2902 seems to also fix a case of bogus duplicate warnings
2903 Branch: maint-5.6/perl
2904 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
2906 ____________________________________________________________________________
2907 [ 10393] By: jhi on 2001/06/02 16:55:03
2908 Log: More VMS tweaks from Craig A. Berry.
2910 ! configure.com t/lib/extutils.t
2911 ____________________________________________________________________________
2912 [ 10392] By: jhi on 2001/06/02 16:48:26
2913 Log: -Wall cleanup continues.
2915 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
2916 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
2917 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
2918 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
2919 ! run.c toke.c util.c
2920 ____________________________________________________________________________
2921 [ 10391] By: jhi on 2001/06/02 13:29:47
2922 Log: The metaconfig unit change for #10390.
2923 Branch: metaconfig/U/perl
2925 ____________________________________________________________________________
2926 [ 10390] By: jhi on 2001/06/02 13:29:12
2927 Log: Drop the -ansi from the default gcc flags.
2929 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
2930 that struct cannot be compared with a flat integer, such as STRLEN.
2931 The -ansi will also cause a lot of noise in Solaris because of:
2932 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
2935 ____________________________________________________________________________
2936 [ 10389] By: jhi on 2001/06/02 13:14:57
2937 Log: Integrate perlio.
2939 !> pod/perlapi.pod util.c
2940 ____________________________________________________________________________
2941 [ 10388] By: nick on 2001/06/02 08:01:12
2942 Log: Integrate mainline
2944 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
2945 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
2946 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
2947 !> t/lib/1_compile.t t/lib/mimeqp.t
2948 ____________________________________________________________________________
2949 [ 10387] By: nick on 2001/06/02 07:39:17
2950 Log: Tweak util.c's atof2 for MULTIPLICITY
2953 ____________________________________________________________________________
2954 [ 10386] By: nick on 2001/06/02 07:38:33
2955 Log: Integrate mainline
2957 !> (integrate 41 files)
2958 ____________________________________________________________________________
2959 [ 10385] By: jhi on 2001/06/01 22:12:48
2960 Log: Add Attribute::Handlers 0.61 from Damian Conway.
2962 + lib/Attribute/Handlers.pm t/lib/attrhand.t
2963 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
2964 ____________________________________________________________________________
2965 [ 10384] By: jhi on 2001/06/01 21:53:14
2966 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
2967 From: Peter Prymmer <pvhp@forte.com>
2968 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
2969 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
2971 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
2972 ____________________________________________________________________________
2973 [ 10383] By: jhi on 2001/06/01 21:36:11
2974 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
2975 From: Jeff Pinyan <jeffp@crusoe.net>
2976 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
2977 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
2980 ____________________________________________________________________________
2981 [ 10382] By: jhi on 2001/06/01 21:35:02
2982 Log: Subject: [PATCH perl@10381] configure.com tweaks
2983 From: "Craig A. Berry" <craigberry@mac.com>
2984 Date: Fri, 1 Jun 2001 13:55:43 -0500
2985 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
2988 ____________________________________________________________________________
2989 [ 10381] By: jhi on 2001/06/01 16:37:21
2990 Log: Update Changes.
2992 ! Changes patchlevel.h
2993 ____________________________________________________________________________
2994 [ 10380] By: jhi on 2001/06/01 16:19:18
2995 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
2996 From: Mike Guy <mjtg@cam.ac.uk>
2997 Date: Fri, 01 Jun 2001 18:17:02 +0100
2998 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
3001 ____________________________________________________________________________
3002 [ 10379] By: jhi on 2001/06/01 16:13:28
3003 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
3004 From: Hugo <hv@crypt.compulink.co.uk>
3005 Date: Thu, 31 May 2001 20:49:48 +0100
3006 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
3008 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
3010 ____________________________________________________________________________
3011 [ 10378] By: jhi on 2001/06/01 15:56:35
3012 Log: Zero() is not available in x2p (or, rather, some of its
3013 implementations like memzero() might not be available.)
3016 ____________________________________________________________________________
3017 [ 10377] By: jhi on 2001/06/01 15:44:48
3018 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
3019 From: Michael G Schwern <schwern@pobox.com>
3020 Date: Fri, 1 Jun 2001 12:00:29 +0100
3021 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
3023 (But use Zero() instead of memset.)
3026 ____________________________________________________________________________
3027 [ 10376] By: jhi on 2001/06/01 15:39:52
3028 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
3029 From: Jeff Pinyan <jeffp@crusoe.net>
3030 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
3031 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
3033 ! pod/perldiag.pod regcomp.c t/op/pat.t
3034 ____________________________________________________________________________
3035 [ 10375] By: jhi on 2001/06/01 15:36:35
3036 Log: Retract #10324 and #10333; not needed.
3038 ! hints/irix_6.sh hints/linux.sh
3039 ____________________________________________________________________________
3040 [ 10374] By: jhi on 2001/06/01 15:35:19
3041 Log: The #10370 wasn't quite right.
3043 ! ext/XS/Typemap/Typemap.xs
3044 ____________________________________________________________________________
3045 [ 10373] By: jhi on 2001/06/01 15:34:49
3046 Log: The metaconfig units changes for #10372.
3047 Branch: metaconfig/U/perl
3048 + d_realpath.U d_sresgproto.U d_sresuproto.U
3050 ____________________________________________________________________________
3051 [ 10372] By: jhi on 2001/06/01 15:34:24
3052 Log: Configure tweaks; record the Berkeley DB version,
3053 probe for realpath(), for setresuid() and setresgid()
3054 prototypes; use realpath() (try to be paranoid enough),
3055 use the setres[ug]id prototypes because glibc has the functions
3056 but not their prototypes; add -Wall -ansi to gcc ccflags;
3059 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3060 ! config_h.SH configure.com epoc/config.sh
3061 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
3062 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
3063 ! vos/config.ga.def win32/config.bc win32/config.gc
3065 ____________________________________________________________________________
3066 [ 10371] By: jhi on 2001/06/01 12:50:05
3067 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
3068 From: Michael G Schwern <schwern@pobox.com>
3069 Date: Fri, 1 Jun 2001 11:28:14 +0100
3070 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
3072 ! lib/attributes.pm xsutils.c
3073 ____________________________________________________________________________
3074 [ 10370] By: jhi on 2001/06/01 12:48:55
3075 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
3076 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3077 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
3078 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
3080 ! ext/XS/Typemap/Typemap.xs
3081 ____________________________________________________________________________
3082 [ 10369] By: jhi on 2001/06/01 12:47:21
3083 Log: Subject: [patch] Cwd.xs optimizations/abstraction
3084 From: Doug MacEachern <dougm@covalent.net>
3085 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
3086 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
3088 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
3089 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
3090 ____________________________________________________________________________
3091 [ 10368] By: jhi on 2001/06/01 12:32:00
3092 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!])
3093 From: Nicholas Clark <nick@ccl4.org>
3094 Date: Thu, 31 May 2001 23:56:40 +0100
3095 Message-ID: <20010531235640.F12698@plum.flirble.org>
3097 Make the test work also under only static extensions
3098 (sh Configure -Uusedl fakes this nicely)
3101 ____________________________________________________________________________
3102 [ 10367] By: jhi on 2001/06/01 12:27:53
3103 Log: Subject: [PATCH hv.c] Eliminating trigraph
3104 From: Michael G Schwern <schwern@pobox.com>
3105 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
3106 Date: Fri, 1 Jun 2001 11:49:56 +0100
3109 ____________________________________________________________________________
3110 [ 10366] By: jhi on 2001/06/01 12:14:57
3111 Log: Subject: Re: [PATCH] Tests for File::Compare
3112 From: "Philip Newton" <Philip.Newton@gmx.net>
3113 Date: Thu, 31 May 2001 19:44:05 +0200
3114 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
3116 Unnecessary "quotation marks".
3119 ____________________________________________________________________________
3120 [ 10365] By: jhi on 2001/06/01 12:13:26
3121 Log: Integrate perlio.
3123 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
3124 ____________________________________________________________________________
3125 [ 10364] By: nick on 2001/06/01 10:13:31
3126 Log: Cleanup dll.base and dll.exp created by GCC builds.
3128 ! lib/ExtUtils/MM_Win32.pm
3129 ____________________________________________________________________________
3130 [ 10363] By: nick on 2001/06/01 10:02:17
3131 Log: Make filecomp test work on CRLF platforms by adding binmode.
3134 ____________________________________________________________________________
3135 [ 10362] By: nick on 2001/06/01 08:37:17
3136 Log: Integrate mainline
3138 !> Changes Configure patchlevel.h perlio.c
3139 ____________________________________________________________________________
3140 [ 10361] By: jhi on 2001/05/31 15:09:34
3141 Log: panic:claustrophobia.
3144 ____________________________________________________________________________
3145 [ 10360] By: jhi on 2001/05/31 13:04:25
3146 Log: Update Changes.
3148 ! Changes patchlevel.h
3149 ____________________________________________________________________________
3150 [ 10359] By: nick on 2001/05/31 12:35:50
3151 Log: Integrate mainline.
3154 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
3155 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
3156 ____________________________________________________________________________
3157 [ 10358] By: jhi on 2001/05/31 12:35:05
3158 Log: Integrate perlio.
3160 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
3161 !> win32/config_H.vc
3162 ____________________________________________________________________________
3163 [ 10357] By: jhi on 2001/05/31 12:34:04
3164 Log: Metaconfig unit change for #10356.
3166 ! U/installdirs/inc_version_list.U
3167 ____________________________________________________________________________
3168 [ 10356] By: jhi on 2001/05/31 12:33:41
3169 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
3170 (idea from Sarathy; implementation from Andy)
3173 ____________________________________________________________________________
3174 [ 10355] By: jhi on 2001/05/31 12:18:06
3178 ____________________________________________________________________________
3179 [ 10354] By: jhi on 2001/05/31 12:16:24
3180 Log: Subject: Re: [PATCH] Tests for File::Compare
3181 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
3182 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
3183 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
3186 ! MANIFEST t/lib/1_compile.t
3187 ____________________________________________________________________________
3188 [ 10353] By: jhi on 2001/05/31 12:11:24
3189 Log: Subject: [PATCH] DEBUG_* macro cleanups
3190 From: Abhijit Menon-Sen <ams@wiw.org>
3191 Date: Thu, 31 May 2001 12:16:22 +0530
3192 Message-ID: <20010531121622.B4829@lustre.linux.in>
3194 Subject: Re: [PATCH] DEBUG_* macro cleanups
3195 From: Abhijit Menon-Sen <ams@wiw.org>
3196 Date: Thu, 31 May 2001 13:57:01 +0530
3197 Message-ID: <20010531135701.A21775@lustre.linux.in>
3199 (The DEBUG_ definitions in perl.h changed to use the
3200 STMT_START and STMT_END.)
3202 ! perl.h pp_ctl.c sv.c toke.c
3203 ____________________________________________________________________________
3204 [ 10352] By: jhi on 2001/05/31 11:53:31
3205 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
3206 From: Abhijit Menon-Sen <ams@wiw.org>
3207 Date: Thu, 31 May 2001 08:27:55 +0530
3208 Message-ID: <20010531082755.A10018@lustre.linux.in>
3210 ! ext/Storable/Storable.xs gv.c perl.c
3211 ____________________________________________________________________________
3212 [ 10351] By: jhi on 2001/05/31 11:45:16
3213 Log: Subject: [PATCH] AUTHORS
3214 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3215 Date: Thu, 31 May 2001 01:27:59 -0500
3216 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
3218 Subject: Re: [PATCH] AUTHORS
3219 From: "Philip Newton" <Philip.Newton@gmx.net>
3220 Date: Thu, 31 May 2001 10:08:06 +0200
3221 (Message-Id missing?)
3224 ____________________________________________________________________________
3225 [ 10350] By: nick on 2001/05/31 11:40:43
3226 Log: win32 - dmake regen_config_h
3228 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3229 ____________________________________________________________________________
3230 [ 10349] By: jhi on 2001/05/31 11:38:27
3231 Log: Subject: Re: [PATCH util.c] More warning cleanups.
3232 From: "Philip Newton" <Philip.Newton@gmx.net>
3233 Date: Thu, 31 May 2001 07:41:36 +0200
3234 Message-Id: <200105310538.IAA25458@taku.hut.fi>
3236 Undo C++-ism that snekt in.
3239 ____________________________________________________________________________
3240 [ 10348] By: nick on 2001/05/31 11:36:46
3241 Log: Tolerate Win32 numerics
3243 ! t/pragma/warn/toke
3244 ____________________________________________________________________________
3245 [ 10347] By: jhi on 2001/05/31 11:29:40
3246 Log: Integrate perlio.
3248 !> perlio.c win32/win32.h
3249 ____________________________________________________________________________
3250 [ 10346] By: nick on 2001/05/31 10:54:55
3251 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
3252 perlio.c change 10255.
3255 ____________________________________________________________________________
3256 [ 10345] By: nick on 2001/05/31 10:01:57
3257 Log: Conditionaly put back some "unused" dTHX which are used
3258 with PERL_IMPLICIT_SYS
3261 ____________________________________________________________________________
3262 [ 10344] By: nick on 2001/05/31 10:00:59
3263 Log: Fix Win32 for new spelling IN_BYTES
3266 ____________________________________________________________________________
3267 [ 10343] By: nick on 2001/05/31 08:01:32
3268 Log: perlio.c -Wall cleaner under MULTIPLICITY
3269 - still minor noise with linux stdio
3272 ____________________________________________________________________________
3273 [ 10342] By: nick on 2001/05/31 07:52:23
3274 Log: Integrate mainline.
3276 !> (integrate 42 files)
3277 ____________________________________________________________________________
3278 [ 10341] By: jhi on 2001/05/31 01:39:02
3279 Log: AUTHORS updates.
3282 ____________________________________________________________________________
3283 [ 10340] By: jhi on 2001/05/31 00:19:29
3284 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
3285 From: Peter Prymmer <pvhp@forte.com>
3286 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
3287 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
3290 ____________________________________________________________________________
3291 [ 10339] By: jhi on 2001/05/31 00:16:44
3292 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
3293 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
3294 to match the pragma name; various robustness cleanups.
3296 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
3297 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
3298 ____________________________________________________________________________
3299 [ 10338] By: jhi on 2001/05/30 23:56:14
3300 Log: More -Wall sweeping.
3302 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
3303 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
3304 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
3305 ! regcomp.c sv.c toke.c utf8.c
3306 ____________________________________________________________________________
3307 [ 10337] By: jhi on 2001/05/30 23:20:23
3308 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
3309 From: Nicholas Clark <nick@ccl4.org>
3310 Date: Wed, 30 May 2001 22:34:41 +0100
3311 Message-ID: <20010530223441.Y86445@plum.flirble.org>
3314 ____________________________________________________________________________
3315 [ 10336] By: jhi on 2001/05/30 23:18:48
3316 Log: It's is not, it isn't ain't, and it's it's, not its,
3317 if you mean it is. If you don't, it's its. Then too,
3318 it's hers. It isn't her's. It isn't our's either.
3319 It's ours, and likewise yours and theirs.
3320 -- Oxford University Press, Edpress News
3323 ____________________________________________________________________________
3324 [ 10335] By: jhi on 2001/05/30 23:12:30
3325 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
3327 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
3328 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
3329 ! x2p/str.c x2p/walk.c xsutils.c
3330 ____________________________________________________________________________
3331 [ 10334] By: jhi on 2001/05/30 22:52:41
3332 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
3333 From: Michael G Schwern <schwern@pobox.com>
3334 Date: Wed, 30 May 2001 17:10:38 +0100
3335 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
3337 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
3338 From: Abhijit Menon-Sen <ams@wiw.org>
3339 Date: Wed, 30 May 2001 23:16:13 +0530
3340 Message-ID: <20010530231613.A31933@lustre.linux.in>
3342 ! perl.c t/run/runenv.t
3343 ____________________________________________________________________________
3344 [ 10333] By: jhi on 2001/05/30 22:25:02
3345 Log: (Retracted by #10375.)
3347 IRIX hints patch from Merijn Broeren.
3349 TODO: (this and the earlier Linux hints patch) should be solved
3350 at Configure level. Merijn: -ldb should not be used on any platform
3351 for perl, just when linking DBFile itself. Trying to be helpful here
3352 is counterproductive.
3355 ____________________________________________________________________________
3356 [ 10332] By: jhi on 2001/05/30 22:11:13
3357 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
3358 From: Nicholas Clark <nick@ccl4.org>
3359 Date: Wed, 30 May 2001 23:20:58 +0100
3360 Message-ID: <20010530232058.B86445@plum.flirble.org>
3363 ____________________________________________________________________________
3364 [ 10331] By: jhi on 2001/05/30 22:09:49
3365 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
3366 From: Michael G Schwern <schwern@pobox.com>
3367 Date: Wed, 30 May 2001 15:24:20 +0100
3368 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
3370 ! t/pragma/autouse.t
3371 ____________________________________________________________________________
3372 [ 10330] By: jhi on 2001/05/30 22:02:21
3373 Log: The regex trick wasn't a good idea.
3376 ____________________________________________________________________________
3377 [ 10329] By: nick on 2001/05/30 18:34:35
3378 Log: Integrate mainline
3380 !> (integrate 40 files)
3381 ____________________________________________________________________________
3382 [ 10328] By: jhi on 2001/05/30 14:28:39
3383 Log: Update Changes.
3385 ! Changes patchlevel.h
3386 ____________________________________________________________________________
3387 [ 10327] By: jhi on 2001/05/30 14:07:01
3388 Log: The metaconfig unit change for #10325.
3391 ____________________________________________________________________________
3392 [ 10326] By: jhi on 2001/05/30 14:06:36
3393 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
3396 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
3397 ____________________________________________________________________________
3398 [ 10325] By: jhi on 2001/05/30 14:04:28
3399 Log: Introduce $Config{afsroot}.
3401 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3402 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
3403 ! win32/config.gc win32/config.vc
3404 ____________________________________________________________________________
3405 [ 10324] By: jhi on 2001/05/30 13:49:44
3406 Log: (Retracted by #10375.)
3408 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
3411 ____________________________________________________________________________
3412 [ 10323] By: jhi on 2001/05/30 13:49:29
3413 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
3414 (Also Configure tweaks needed; coming up soon.)
3416 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
3417 ____________________________________________________________________________
3418 [ 10322] By: jhi on 2001/05/30 13:37:56
3419 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
3420 From: Michael G Schwern <schwern@pobox.com>
3421 Date: Sun, 27 May 2001 10:29:43 +0100
3422 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
3425 ____________________________________________________________________________
3426 [ 10321] By: jhi on 2001/05/30 13:36:28
3427 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
3428 and Abhijit Menon-Sen.
3430 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
3431 ! perl.c pp_sys.c regcomp.c
3432 ____________________________________________________________________________
3433 [ 10320] By: jhi on 2001/05/30 13:35:27
3434 Log: Fix the BOOT section to call myU2time properly.
3436 ! ext/Time/HiRes/HiRes.xs
3437 ____________________________________________________________________________
3438 [ 10319] By: jhi on 2001/05/30 13:06:09
3439 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
3440 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
3441 Date: Wed, 30 May 2001 09:44:29 -0400
3442 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
3444 Detypo; plus add one more trick.
3447 ____________________________________________________________________________
3448 [ 10318] By: jhi on 2001/05/30 12:47:11
3449 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)
3450 From: Michael G Schwern <schwern@pobox.com>
3451 Date: Wed, 30 May 2001 14:39:06 +0100
3452 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
3454 ! lib/autouse.pm t/pragma/autouse.t
3455 ____________________________________________________________________________
3456 [ 10317] By: jhi on 2001/05/30 12:46:02
3457 Log: Subject: Re: AIX and gcc (moving targets)
3458 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3459 Date: Wed, 30 May 2001 15:25:08 +0200
3460 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
3462 ! ext/Time/HiRes/HiRes.xs
3463 ____________________________________________________________________________
3464 [ 10316] By: jhi on 2001/05/30 12:40:46
3465 Log: Subject: [PATCH t/TEST] sorting tests
3466 From: Michael G Schwern <schwern@pobox.com>
3467 Date: Wed, 30 May 2001 10:24:02 +0100
3468 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
3471 ____________________________________________________________________________
3472 [ 10315] By: jhi on 2001/05/30 12:37:43
3473 Log: Subject: [ID 20010529.002] typos in man page perlre
3474 From: bart@cg681574-a.adubn1.nj.home.com
3475 Date: Tue, 29 May 2001 13:58:59 -0500
3476 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
3479 ____________________________________________________________________________
3480 [ 10314] By: jhi on 2001/05/30 12:33:53
3481 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
3482 From: "Craig A. Berry" <craigberry@mac.com>
3483 Date: Tue, 29 May 2001 23:23:45 -0500
3484 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
3486 ! t/lib/extutils.t t/pragma/autouse.t
3487 ____________________________________________________________________________
3488 [ 10313] By: jhi on 2001/05/30 12:32:17
3489 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)
3490 From: David Dyck <dcd@tc.fluke.com>
3491 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
3492 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
3495 ____________________________________________________________________________
3496 [ 10312] By: jhi on 2001/05/30 12:31:02
3497 Log: AIX hints update for gcc from Merijn H. Brand.
3500 ____________________________________________________________________________
3501 [ 10311] By: jhi on 2001/05/30 12:18:20
3502 Log: Retract #10295 and #10296: a more generic solution
3503 is needed (there's something funny with gcc on AIX).
3505 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
3506 ____________________________________________________________________________
3507 [ 10310] By: jhi on 2001/05/30 12:08:07
3508 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
3509 From: Hugo <hv@crypt.compulink.co.uk>
3510 Date: Wed, 30 May 2001 11:59:19 +0100
3511 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
3513 localizing $@ has unfortunate semantics - if you die past
3514 a local $@, the die message is lost.
3517 ____________________________________________________________________________
3518 [ 10309] By: nick on 2001/05/30 08:23:02
3519 Log: Integrate mainline (autouse works again.)
3521 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
3522 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
3523 !> pod/perlvar.pod t/op/cmp.t
3524 ____________________________________________________________________________
3525 [ 10308] By: jhi on 2001/05/30 01:55:02
3526 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
3527 From: David Dyck <dcd@tc.fluke.com>
3528 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
3529 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
3532 ____________________________________________________________________________
3533 [ 10307] By: jhi on 2001/05/30 01:47:22
3534 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
3535 From: Nicholas Clark <nick@ccl4.org>
3536 Date: Tue, 29 May 2001 23:16:09 +0100
3537 Message-ID: <20010529231609.U86445@plum.flirble.org>
3539 Make the test output slightly clearer by distinguishing
3540 between '' and undef.
3543 ____________________________________________________________________________
3544 [ 10306] By: jhi on 2001/05/30 01:45:12
3545 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
3546 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3547 Date: Tue, 29 May 2001 19:15:19 -0400
3548 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
3551 ____________________________________________________________________________
3552 [ 10305] By: jhi on 2001/05/30 01:42:36
3553 Log: Subject: perlvar.pod addition
3554 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
3555 Date: Fri, 25 May 2001 20:23:12 +0200
3556 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
3558 Subject: Re: perlvar.pod addition
3559 From: "Abigail" <abigail@foad.org>
3560 Date: Fri, 25 May 2001 22:00:39 +0200
3561 Message-ID: <20010525200039.28029.qmail@foad.org>
3563 Mention $a and $b in perlvar.
3566 ____________________________________________________________________________
3567 [ 10304] By: jhi on 2001/05/30 01:36:37
3568 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
3569 From: Jeff Pinyan <jeffp@crusoe.net>
3570 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
3571 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
3574 ____________________________________________________________________________
3575 [ 10303] By: jhi on 2001/05/30 01:35:31
3576 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
3577 From: Jeff Pinyan <jeffp@crusoe.net>
3578 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
3579 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
3582 ____________________________________________________________________________
3583 [ 10302] By: jhi on 2001/05/29 20:18:49
3584 Log: Mention Time::localtime and Time::gmtime.
3586 ! ext/Time/Piece/Piece.pm
3587 ____________________________________________________________________________
3588 [ 10301] By: jhi on 2001/05/29 20:13:54
3589 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
3590 From: Michael G Schwern <schwern@pobox.com>
3591 Date: Tue, 29 May 2001 18:51:32 +0100
3592 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
3595 ____________________________________________________________________________
3596 [ 10300] By: jhi on 2001/05/29 20:12:09
3597 Log: Retract #10243.
3600 ____________________________________________________________________________
3601 [ 10299] By: nick on 2001/05/29 18:41:19
3602 Log: Post weekend integrate mainline (fails one test pragma/autouse).
3604 +> (branch 29 files)
3605 !> (integrate 91 files)
3606 ____________________________________________________________________________
3607 [ 10298] By: jhi on 2001/05/29 16:29:19
3608 Log: Update Changes.
3610 ! Changes patchlevel.h
3611 ____________________________________________________________________________
3612 [ 10297] By: jhi on 2001/05/29 16:25:47
3613 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
3614 before Perl_load_module/Perl_call_method and restore the value
3615 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
3618 ____________________________________________________________________________
3619 [ 10296] By: jhi on 2001/05/29 16:01:53
3620 Log: Subject: Re: AIX and gcc (moving targets)
3621 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3622 Date: Tue, 29 May 2001 17:59:40 +0200
3623 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
3625 ! ext/Storable/Makefile.PL
3626 ____________________________________________________________________________
3627 [ 10295] By: jhi on 2001/05/29 15:59:05
3628 Log: Subject: Re: AIX and gcc (moving targets)
3629 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3630 Date: Tue, 29 May 2001 12:32:57 +0200
3631 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
3633 ! ext/POSIX/Makefile.PL
3634 ____________________________________________________________________________
3635 [ 10294] By: jhi on 2001/05/29 15:53:43
3636 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
3637 From: Michael G Schwern <schwern@pobox.com>
3638 Date: Tue, 29 May 2001 09:53:29 +0100
3639 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
3643 ! lib/Test/Harness.pm t/lib/test-harness.t
3644 ____________________________________________________________________________
3645 [ 10293] By: jhi on 2001/05/29 15:46:10
3647 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
3648 From: Michael G Schwern <schwern@pobox.com>
3649 Date: Tue, 29 May 2001 09:19:52 +0100
3650 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
3652 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
3653 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
3655 ! MANIFEST lib/Test.pm t/TEST
3656 ____________________________________________________________________________
3657 [ 10292] By: jhi on 2001/05/29 15:34:08
3658 Log: From: Michael G Schwern <schwern@pobox.com>
3659 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
3660 Date: Tue, 29 May 2001 08:26:09 +0100
3661 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
3664 ____________________________________________________________________________
3665 [ 10291] By: jhi on 2001/05/29 15:29:37
3666 Log: Add tests for Time::gmtime and Time::localtime.
3668 + t/lib/time-gmtime.t t/lib/time-localtime.t
3669 ! MANIFEST t/lib/1_compile.t
3670 ____________________________________________________________________________
3671 [ 10290] By: jhi on 2001/05/29 15:15:44
3672 Log: Add test for File::stat.
3675 ! MANIFEST t/lib/1_compile.t
3676 ____________________________________________________________________________
3677 [ 10289] By: jhi on 2001/05/29 15:05:38
3678 Log: Add test for Net::servent.
3681 ! MANIFEST t/lib/1_compile.t
3682 ____________________________________________________________________________
3683 [ 10288] By: jhi on 2001/05/29 14:57:15
3684 Log: Add test for Net::protoent.
3687 ! MANIFEST t/lib/1_compile.t
3688 ____________________________________________________________________________
3689 [ 10287] By: jhi on 2001/05/29 14:53:10
3690 Log: Add test for Net::netent.
3693 ! MANIFEST t/lib/1_compile.t
3694 ____________________________________________________________________________
3695 [ 10286] By: jhi on 2001/05/29 14:31:57
3696 Log: Add test for User::grent. Portability doubtful.
3698 + t/lib/user-grent.t
3699 ! MANIFEST t/lib/1_compile.t
3700 ____________________________________________________________________________
3701 [ 10285] By: jhi on 2001/05/29 14:24:20
3702 Log: Add test for User::pwent.
3703 Probably will fall down somewhere for portability reasons.
3705 + t/lib/user-pwent.t
3706 ! MANIFEST t/lib/1_compile.t
3707 ____________________________________________________________________________
3708 [ 10284] By: jhi on 2001/05/29 13:26:43
3709 Log: Metaconfig units changes for #10283.
3711 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
3712 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
3713 ! U/installdirs/sitescript.U U/modified/Signal.U
3714 ____________________________________________________________________________
3715 [ 10283] By: jhi on 2001/05/29 13:26:24
3716 Log: Subject: [PATCH 5.6.1] signal names in Configure
3717 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3718 Date: Tue, 29 May 2001 03:52:25 -0400
3719 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
3721 Subject: [PATCH 5.6.1] older perl in Configure
3722 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3723 Date: Tue, 29 May 2001 03:55:40 -0400
3724 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
3726 Subject: [PATCH 5.6.1] goofs in Configure
3727 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3728 Date: Tue, 29 May 2001 04:13:07 -0400
3729 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
3731 Configure portability tweaks.
3734 ____________________________________________________________________________
3735 [ 10282] By: jhi on 2001/05/29 12:41:41
3736 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
3737 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3738 Date: Tue, 29 May 2001 04:07:06 -0400
3739 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
3742 ____________________________________________________________________________
3743 [ 10281] By: jhi on 2001/05/29 12:40:31
3744 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
3745 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3746 Date: Tue, 29 May 2001 04:01:38 -0400
3747 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
3749 ! hints/os2.sh os2/Makefile.SHs
3750 ____________________________________________________________________________
3751 [ 10280] By: jhi on 2001/05/29 12:38:48
3752 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
3753 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3754 Date: Tue, 29 May 2001 03:50:18 -0400
3755 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
3757 ! lib/Test/Harness.pm
3758 ____________________________________________________________________________
3759 [ 10279] By: jhi on 2001/05/29 12:34:53
3760 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
3763 ____________________________________________________________________________
3764 [ 10278] By: jhi on 2001/05/29 02:15:24
3765 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
3766 From: Hugo <hv@crypt.compulink.co.uk>
3767 Date: Tue, 29 May 2001 03:03:45 +0100
3768 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
3770 Explanation why the $@ always gets the UTF8 flag when under use utf8--
3771 because we told it to have the flag when under use utf8.
3774 ____________________________________________________________________________
3775 [ 10277] By: jhi on 2001/05/29 00:51:34
3776 Log: At least a partial fix for 20010528.004.
3779 ____________________________________________________________________________
3780 [ 10276] By: jhi on 2001/05/29 00:42:59
3781 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
3782 From: Nicholas Clark <nick@ccl4.org>
3783 Date: Mon, 28 May 2001 23:39:38 +0100
3784 Message-ID: <20010528233938.M86445@plum.flirble.org>
3786 More portable non-zero UV.
3789 ____________________________________________________________________________
3790 [ 10275] By: jhi on 2001/05/29 00:40:28
3791 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
3792 From: Nicholas Clark <nick@ccl4.org>
3793 Date: Mon, 28 May 2001 22:46:09 +0100
3794 Message-ID: <20010528224608.L86445@plum.flirble.org>
3796 Test also "make clean".
3799 ____________________________________________________________________________
3800 [ 10274] By: jhi on 2001/05/29 00:39:18
3801 Log: Subject: Re: Would -Wno-unused -Wall be better?
3802 From: Michael G Schwern <schwern@pobox.com>
3803 Date: Tue, 29 May 2001 00:55:54 +0100
3804 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
3807 ____________________________________________________________________________
3808 [ 10273] By: jhi on 2001/05/29 00:36:06
3809 Log: Add a test for 20010528.007, fixed in #10272.
3811 ! t/op/misc.t toke.c
3812 ____________________________________________________________________________
3813 [ 10272] By: jhi on 2001/05/29 00:21:12
3814 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
3815 From: Hugo <hv@crypt.compulink.co.uk>
3816 Date: Tue, 29 May 2001 00:23:23 +0100
3817 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
3820 ____________________________________________________________________________
3821 [ 10271] By: jhi on 2001/05/28 22:52:11
3822 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
3823 From: Michael G Schwern <schwern@pobox.com>
3824 Date: Tue, 29 May 2001 00:42:59 +0100
3825 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
3827 ! t/pragma/autouse.t
3828 ____________________________________________________________________________
3829 [ 10270] By: jhi on 2001/05/28 21:44:06
3830 Log: Some shells seemingly arrange the signal handlers differently
3831 (bug id 20010521.004).
3834 ____________________________________________________________________________
3835 [ 10269] By: jhi on 2001/05/28 20:34:21
3836 Log: Regen perlmodlib.
3838 ! pod/perlmodlib.pod
3839 ____________________________________________________________________________
3840 [ 10268] By: jhi on 2001/05/28 19:08:45
3841 Log: Update Changes.
3843 ! Changes patchlevel.h
3844 ____________________________________________________________________________
3845 [ 10267] By: jhi on 2001/05/28 19:03:54
3846 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
3847 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3848 Date: Mon, 28 May 2001 14:56:35 -0500
3849 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
3851 ! pod/perlnewmod.pod
3852 ____________________________________________________________________________
3853 [ 10266] By: jhi on 2001/05/28 18:35:03
3857 ____________________________________________________________________________
3858 [ 10265] By: jhi on 2001/05/28 18:33:32
3859 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
3860 From: "Richard Soderberg" <rs@crystalflame.net>
3861 Date: Mon, 28 May 2001 12:31:23 -0700
3862 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
3865 ____________________________________________________________________________
3866 [ 10264] By: jhi on 2001/05/28 17:59:00
3867 Log: The #10260 was too bold: locales and utf8 still do not mix.
3870 ____________________________________________________________________________
3871 [ 10263] By: jhi on 2001/05/28 17:52:25
3872 Log: Subject: [PATCH] Pod nitpicks
3873 From: "Richard Soderberg" <rs@crystalflame.net>
3874 Date: Mon, 28 May 2001 10:08:58 -0700
3875 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
3877 ! pod/perl571delta.pod pod/perlapi.pod sv.h
3878 ____________________________________________________________________________
3879 [ 10262] By: jhi on 2001/05/28 17:50:05
3880 Log: Upgrade to I18N::LangTags 0.22.
3882 + lib/I18N/LangTags/List.pod
3883 ! MANIFEST lib/I18N/LangTags.pm
3884 ____________________________________________________________________________
3885 [ 10261] By: jhi on 2001/05/28 17:23:40
3886 Log: A slightly more serious bug found by -Mutf8; op/misc and
3887 lib/complex dumped core.
3890 ____________________________________________________________________________
3891 [ 10260] By: jhi on 2001/05/28 16:58:11
3892 Log: Various buglets shaken out by -Mutf8.
3894 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
3896 ____________________________________________________________________________
3897 [ 10259] By: jhi on 2001/05/28 15:48:46
3898 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
3901 ____________________________________________________________________________
3902 [ 10258] By: jhi on 2001/05/28 15:32:41
3903 Log: Subject: [PATCH] todo patch
3904 From: Artur Bergman <artur@contiller.se>
3905 Date: Mon, 28 May 2001 17:03:51 +0200
3906 Message-ID: <B7383577.F34%artur@contiller.se>
3909 ____________________________________________________________________________
3910 [ 10257] By: jhi on 2001/05/28 15:31:25
3911 Log: Subject: typo in perlguts.pod
3912 From: "John P. Linderman" <jpl@research.att.com>
3913 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
3914 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
3917 ____________________________________________________________________________
3918 [ 10256] By: jhi on 2001/05/28 15:30:42
3919 Log: Subject: AIX and gcc (moving targets)
3920 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3921 Date: Mon, 28 May 2001 12:54:04 +0200
3922 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
3925 ____________________________________________________________________________
3926 [ 10255] By: jhi on 2001/05/28 15:28:55
3927 Log: Subject: Re: perlio + multiple perl_alloc..destruct
3928 From: Doug MacEachern <dougm@covalent.net>
3929 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
3930 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
3933 ____________________________________________________________________________
3934 [ 10254] By: jhi on 2001/05/28 15:27:49
3935 Log: The #10251 wasn't quite up-to-the-code.
3938 ____________________________________________________________________________
3939 [ 10253] By: jhi on 2001/05/28 15:26:39
3940 Log: Test case for bug 20010526.004, fixed in #10252.
3943 ____________________________________________________________________________
3944 [ 10252] By: jhi on 2001/05/28 15:26:14
3945 Log: Subject: Re: [ID 20010526.004] Taint looses value
3946 From: Hugo <hv@crypt.compulink.co.uk>
3947 Date: Sun, 27 May 2001 20:39:32 +0100
3948 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
3951 ____________________________________________________________________________
3952 [ 10251] By: jhi on 2001/05/28 15:13:40
3953 Log: Test case for 20010422.005, fixed by #10250.
3956 ____________________________________________________________________________
3957 [ 10250] By: jhi on 2001/05/28 15:11:16
3958 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
3959 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3960 Date: Mon, 28 May 2001 06:39:12 -0400
3961 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
3964 ____________________________________________________________________________
3965 [ 10249] By: jhi on 2001/05/28 15:09:24
3966 Log: Linerewrapping.
3969 ____________________________________________________________________________
3970 [ 10248] By: jhi on 2001/05/28 15:09:07
3971 Log: Updates on the modules list.
3974 ____________________________________________________________________________
3975 [ 10247] By: jhi on 2001/05/28 15:03:35
3976 Log: Add a test for PerlIO.
3978 (I probably got the crlf/raw thing wrong for clrfy platforms...)
3981 ! MANIFEST lib/PerlIO.pm
3982 ____________________________________________________________________________
3983 [ 10246] By: jhi on 2001/05/28 14:24:08
3984 Log: Add a test for carp et alia.
3988 ____________________________________________________________________________
3989 [ 10245] By: jhi on 2001/05/28 13:42:55
3990 Log: Adding the new test would be swell.
3992 + t/pragma/autouse.t
3993 ____________________________________________________________________________
3994 [ 10244] By: jhi on 2001/05/28 13:42:34
3995 Log: Add a test for the autouse pragma.
3998 ____________________________________________________________________________
3999 [ 10243] By: jhi on 2001/05/28 13:26:25
4000 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
4001 From: dLux <dlux@spam.sch.bme.hu>
4002 Date: Sun, 27 May 2001 16:14:26 +0200
4003 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
4006 ____________________________________________________________________________
4007 [ 10242] By: jhi on 2001/05/28 13:21:50
4008 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
4009 From: "Richard Soderberg" <rs@crystalflame.net>
4010 Date: Mon, 28 May 2001 03:56:36 -0700
4011 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
4014 ____________________________________________________________________________
4015 [ 10241] By: jhi on 2001/05/28 13:18:56
4016 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
4017 From: "Stephen P. Potter" <spp@spotter.yi.org>
4018 Date: Tue, 22 May 2001 11:40:25 -0400
4019 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
4021 Subject: Re: [ID 20010522.003] Time::Local module bug
4022 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4023 Date: Tue, 22 May 2001 11:50:19 -0400
4024 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
4027 ____________________________________________________________________________
4028 [ 10240] By: jhi on 2001/05/27 22:44:49
4029 Log: The PERL_DL_NONLAZY can have whitespace in front.
4032 ____________________________________________________________________________
4033 [ 10239] By: jhi on 2001/05/27 21:23:21
4034 Log: Document strftime() and strptime().
4036 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
4037 ____________________________________________________________________________
4038 [ 10238] By: jhi on 2001/05/27 20:29:07
4039 Log: Make Time::Piece::strptime() to be a function, not a method.
4041 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
4042 ____________________________________________________________________________
4043 [ 10237] By: jhi on 2001/05/27 20:22:09
4044 Log: Tweak the test to be more portable.
4047 ____________________________________________________________________________
4048 [ 10236] By: jhi on 2001/05/27 19:15:54
4049 Log: Subject: PATCH: Re: Re: Attributes that tie
4050 From: Leon Brocard <acme@astray.com>
4051 Date: Sun, 27 May 2001 12:37:29 +0100
4052 Message-ID: <20010527123729.A22663@ns0.astray.com>
4054 Document that variable attributes are not currently usable
4055 for tieing. (An ugly limitation that should be fixed.)
4058 ____________________________________________________________________________
4059 [ 10235] By: jhi on 2001/05/27 19:03:31
4060 Log: Microperl tweaks.
4062 ! Makefile.micro uconfig.h uconfig.sh
4063 ____________________________________________________________________________
4064 [ 10234] By: jhi on 2001/05/27 18:22:09
4065 Log: Add make target for microperl (kind of silly, but convenient).
4068 ____________________________________________________________________________
4069 [ 10233] By: jhi on 2001/05/27 18:18:56
4070 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
4074 ____________________________________________________________________________
4075 [ 10232] By: jhi on 2001/05/27 17:57:18
4076 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
4077 From: rspier@pobox.com (Robert Spier)
4078 Date: Sat, 26 May 2001 20:05:23 -0400
4079 Message-ID: <15120.17603.148648.12430@rls.cx>
4081 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
4082 From: rspier@pobox.com (Robert Spier)
4083 Date: Sun, 27 May 2001 00:23:12 -0400
4084 Message-ID: <15120.33072.511966.767230@rls.cx>
4086 ! doio.c pod/perlfunc.pod
4087 ____________________________________________________________________________
4088 [ 10231] By: jhi on 2001/05/27 15:45:20
4089 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
4091 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4092 ____________________________________________________________________________
4093 [ 10230] By: jhi on 2001/05/27 15:41:06
4094 Log: Add README.tru64.
4097 ____________________________________________________________________________
4098 [ 10229] By: jhi on 2001/05/27 13:50:57
4099 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
4101 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
4102 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
4104 ____________________________________________________________________________
4105 [ 10228] By: jhi on 2001/05/27 13:43:38
4106 Log: Integrate I18N::LangTags from Sean Burke.
4108 TODO: the language list from RFC 3066 needs to be integrated
4109 and made available somehow. The list is included in the
4110 I18N-LangTags 0.21 distribution, but it is undocumented
4111 and unconnected to the module.
4113 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
4115 ____________________________________________________________________________
4116 [ 10227] By: jhi on 2001/05/27 01:41:33
4117 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
4118 envisioned by Sarathy.
4121 ____________________________________________________________________________
4122 [ 10226] By: jhi on 2001/05/27 00:28:34
4123 Log: Subject: [ID 20010525.001] Pod typo nits fixed
4124 From: lvirden@cas.org
4125 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
4126 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
4128 minus the perlsolaris decimation plus the
4130 Subject: Re: [ID 20010525.001] Pod typo nits fixed
4131 From: "Philip Newton" <Philip.Newton@gmx.net>
4132 Date: Fri, 25 May 2001 18:05:55 +0200
4133 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
4135 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
4136 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
4137 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
4138 ! pod/perlutil.pod pod/perlxstut.pod
4139 ____________________________________________________________________________
4140 [ 10225] By: jhi on 2001/05/26 22:38:16
4141 Log: return clauses are nice.
4144 ____________________________________________________________________________
4145 [ 10224] By: jhi on 2001/05/26 22:35:31
4146 Log: Subject: change 10199 backwards?
4147 From: Doug MacEachern <dougm@covalent.net>
4148 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
4149 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
4152 ____________________________________________________________________________
4153 [ 10223] By: jhi on 2001/05/26 22:31:46
4154 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
4155 From: Hugo <hv@crypt.compulink.co.uk>
4156 Date: Sat, 26 May 2001 17:05:12 +0100
4157 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
4160 ! MANIFEST doop.c embed.h embed.pl global.sym
4161 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
4162 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
4163 ____________________________________________________________________________
4164 [ 10222] By: jhi on 2001/05/26 22:10:38
4165 Log: Regen headers for #10221.
4167 ! global.sym objXSUB.h perlapi.c
4168 ____________________________________________________________________________
4169 [ 10221] By: jhi on 2001/05/26 22:06:06
4170 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
4171 From: Juha Laiho <juha.laiho@Elma.Net>
4172 Date: Thu, 3 May 2001 09:51:30 +0300
4173 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
4176 ____________________________________________________________________________
4177 [ 10220] By: jhi on 2001/05/26 22:01:30
4178 Log: Subject: Re: [PATCH] Re: stability of sort()?
4179 From: "John P. Linderman" <jpl@research.att.com>
4180 Date: Sat, 26 May 2001 13:27:19 -0400
4181 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
4184 ____________________________________________________________________________
4185 [ 10219] By: jhi on 2001/05/26 14:02:34
4186 Log: Integrate perlio.
4189 ____________________________________________________________________________
4190 [ 10218] By: jhi on 2001/05/26 13:39:52
4191 Log: Subject: [PATCH perl@10210] PerlIO for VMS
4192 From: "Craig A. Berry" <craigberry@mac.com>
4193 Date: Sat, 26 May 2001 09:34:11 -0500
4194 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
4196 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
4197 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
4199 ____________________________________________________________________________
4200 [ 10217] By: jhi on 2001/05/26 13:19:05
4201 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
4202 From: David Dyck <dcd@tc.fluke.com>
4203 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
4204 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
4207 ____________________________________________________________________________
4208 [ 10216] By: jhi on 2001/05/26 13:17:47
4209 Log: Subject: utf8 regexp tests
4210 From: Hugo <hv@crypt.compulink.co.uk>
4211 Date: Fri, 25 May 2001 22:35:01 +0100
4212 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
4215 ____________________________________________________________________________
4216 [ 10215] By: jhi on 2001/05/26 13:15:40
4217 Log: Subject: [PATCH] Re: stability of sort()?
4218 From: Nicholas Clark <nick@ccl4.org>
4219 Date: Fri, 25 May 2001 22:40:19 +0100
4220 Message-ID: <20010525224019.B86445@plum.flirble.org>
4223 ____________________________________________________________________________
4224 [ 10214] By: jhi on 2001/05/26 13:14:30
4225 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
4226 From: John Peacock <jpeacock@rowman.com>
4227 Date: Thu, 24 May 2001 22:14:01 -0400
4228 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
4231 ____________________________________________________________________________
4232 [ 10213] By: jhi on 2001/05/26 13:08:56
4233 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
4234 From: Nicholas Clark <nick@ccl4.org>
4235 Date: Sun, 20 May 2001 19:24:13 +0100
4236 Message-ID: <20010520192413.G83222@plum.flirble.org>
4238 + lib/ExtUtils/Constant.pm t/lib/extutils.t
4239 ! MANIFEST utils/h2xs.PL
4240 ____________________________________________________________________________
4241 [ 10212] By: nick on 2001/05/26 09:49:28
4242 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
4243 add a few more notes there on use of mortals on the stack.
4246 ____________________________________________________________________________
4247 [ 10211] By: nick on 2001/05/26 09:05:36
4248 Log: Integrate mainline
4250 +> t/lib/fcntl.t t/pragma/vars.t
4251 !> (integrate 49 files)
4252 ____________________________________________________________________________
4253 [ 10210] By: jhi on 2001/05/25 12:29:16
4254 Log: Update Changes.
4256 ! Changes patchlevel.h
4257 ____________________________________________________________________________
4258 [ 10209] By: jhi on 2001/05/25 12:24:45
4261 Subject: [PATCH pp.c] Wrapping pack("C",256)
4262 From: Simon Cozens <simon@netthink.co.uk>
4263 Date: Sat, 12 May 2001 17:58:41 +0100
4264 Message-ID: <20010512175841.A6132@netthink.co.uk>
4266 ! pod/perldiag.pod pp.c t/pragma/warn/pp
4267 ____________________________________________________________________________
4268 [ 10208] By: jhi on 2001/05/25 01:37:03
4269 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
4270 From: "Brendan O'Dea" <bod@compusol.com.au>
4271 Date: Fri, 25 May 2001 11:18:29 +1000
4272 Message-ID: <20010525111829.A28411@compusol.com.au>
4274 (Slightly modified.)
4277 ____________________________________________________________________________
4278 [ 10207] By: jhi on 2001/05/25 01:12:14
4279 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
4280 From: Hugo <hv@crypt.compulink.co.uk>
4281 Date: Fri, 25 May 2001 02:13:25 +0100
4282 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
4285 ____________________________________________________________________________
4286 [ 10206] By: jhi on 2001/05/25 01:07:59
4287 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
4288 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
4289 Date: Fri, 25 May 2001 10:25:36 +0900
4290 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
4292 ! regcomp.c regexec.c
4293 ____________________________________________________________________________
4294 [ 10205] By: jhi on 2001/05/25 01:07:00
4295 Log: Subject: [PATCH #2] stash autovivification and method call error messages
4296 From: Ilmari Karonen <iltzu@sci.fi>
4297 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
4298 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
4300 ! gv.c pp_hot.c t/op/method.t
4301 ____________________________________________________________________________
4302 [ 10204] By: jhi on 2001/05/25 01:03:50
4303 Log: Add make target and documentation for gprof profiling.
4305 ! Makefile.SH pod/perlhack.pod
4306 ____________________________________________________________________________
4307 [ 10203] By: jhi on 2001/05/24 21:09:36
4308 Log: Subject: Don't think about UTF8
4309 From: Mike Guy <mjtg@cam.ac.uk>
4310 Date: Tue, 22 May 2001 14:35:39 +0100
4311 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
4314 ____________________________________________________________________________
4315 [ 10202] By: jhi on 2001/05/24 21:07:25
4316 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
4317 From: Geraint A Edwards <gedge@serf.org>
4318 Date: Thu, 24 May 2001 22:51:24 +0100
4319 Message-Id: <20010524225124.A34981@cymru.serf.org>
4322 ____________________________________________________________________________
4323 [ 10201] By: jhi on 2001/05/24 21:02:30
4324 Log: DB_File has its own attribute story.
4326 ! ext/DB_File/DB_File.xs
4327 ____________________________________________________________________________
4328 [ 10200] By: jhi on 2001/05/24 19:54:21
4329 Log: Subject: Re: Making perl with -Wall
4330 From: Andy Dougherty <doughera@lafayette.edu>
4331 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
4332 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
4335 ____________________________________________________________________________
4336 [ 10199] By: jhi on 2001/05/24 15:15:03
4337 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
4338 From: "Richard Soderberg" <rs@crystalflame.net>
4339 Date: Thu, 24 May 2001 08:58:16 -0700
4340 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
4343 ____________________________________________________________________________
4344 [ 10198] By: jhi on 2001/05/24 15:10:04
4345 Log: IV/UV casting fixes from Nicholas Clark.
4347 ! perl.h pp_sys.c util.c
4348 ____________________________________________________________________________
4349 [ 10197] By: jhi on 2001/05/24 14:19:44
4350 Log: Subject: Re: Making perl with -Wall
4351 From: Michael G Schwern <schwern@pobox.com>
4352 Date: Thu, 24 May 2001 15:40:28 +0100
4353 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
4356 ____________________________________________________________________________
4357 [ 10196] By: jhi on 2001/05/24 14:04:41
4358 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
4359 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4360 Date: Tue, 22 May 2001 11:49:37 +0200
4361 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
4363 ! U/modified/Oldsym.U
4364 Branch: metaconfig/U/perl
4367 ! Configure config_h.SH myconfig.SH
4368 ____________________________________________________________________________
4369 [ 10195] By: jhi on 2001/05/24 13:25:04
4370 Log: Under versiononly install also the scripts with the version suffix.
4371 (e.g. .../bin/h2xs5.7.1)
4374 ____________________________________________________________________________
4375 [ 10194] By: jhi on 2001/05/24 13:02:49
4376 Log: Subject: [PATCH] Stop segfault in mg.c:636
4377 From: "Richard Soderberg" <rs@crystalflame.net>
4378 Date: Thu, 24 May 2001 05:51:52 -0700
4379 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
4382 ____________________________________________________________________________
4383 [ 10193] By: jhi on 2001/05/24 12:37:13
4384 Log: Iteration continues; hopefully convergently.
4387 ____________________________________________________________________________
4388 [ 10192] By: jhi on 2001/05/24 12:36:35
4389 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
4390 From: Gisle Aas <gisle@ActiveState.com>
4391 Date: 23 May 2001 16:13:10 -0700
4392 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
4395 ____________________________________________________________________________
4396 [ 10191] By: jhi on 2001/05/24 12:25:12
4397 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
4398 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4399 Date: Thu, 24 May 2001 05:05:22 -0500
4400 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
4402 ! lib/dumpvar.pl lib/perl5db.pl
4403 ____________________________________________________________________________
4404 [ 10190] By: jhi on 2001/05/24 12:24:07
4405 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
4406 From: David Dyck <dcd@tc.fluke.com>
4407 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
4408 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
4411 ____________________________________________________________________________
4412 [ 10189] By: jhi on 2001/05/23 22:43:31
4413 Log: Tiny pod nits on READMEs, mostly whitespace issues.
4415 ! README.amiga README.dos README.macos README.mpeix README.vmesa
4417 ____________________________________________________________________________
4418 [ 10188] By: jhi on 2001/05/23 22:26:03
4419 Log: The DG/UX part of the 20010521.005.
4422 ____________________________________________________________________________
4423 [ 10187] By: jhi on 2001/05/23 22:04:05
4424 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
4425 From: Hugo <hv@crypt.compulink.co.uk>
4426 Date: Mon, 21 May 2001 16:32:02 +0100
4427 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
4429 ! regcomp.c t/op/misc.t
4430 ____________________________________________________________________________
4431 [ 10186] By: jhi on 2001/05/23 21:42:15
4432 Log: Subject: [PATCH] Extra UNIVERSAL tests
4433 From: Mike Guy <mjtg@cam.ac.uk>
4434 Date: Wed, 23 May 2001 12:29:20 +0100
4435 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
4438 ____________________________________________________________________________
4439 [ 10185] By: jhi on 2001/05/23 21:38:48
4440 Log: Subject: [PATCH] Remove EQ keyword
4441 From: Mike Guy <mjtg@cam.ac.uk>
4442 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
4443 Date: Wed, 23 May 2001 11:17:29 +0100
4445 ! keywords.h keywords.pl
4446 ____________________________________________________________________________
4447 [ 10184] By: jhi on 2001/05/23 21:29:41
4448 Log: Subject: [PATCH] lib/perl5db.pl
4449 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4450 Date: Wed, 23 May 2001 02:18:03 -0500
4451 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
4454 ____________________________________________________________________________
4455 [ 10183] By: jhi on 2001/05/23 21:27:54
4456 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
4457 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4458 Date: Tue, 22 May 2001 23:34:41 -0500
4459 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
4462 ____________________________________________________________________________
4463 [ 10182] By: jhi on 2001/05/23 21:24:30
4464 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
4465 From: davem@fdgroup.co.uk
4466 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
4467 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
4470 ____________________________________________________________________________
4471 [ 10181] By: jhi on 2001/05/23 21:23:29
4472 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
4473 From: Michael G Schwern <schwern@pobox.com>
4474 Date: Tue, 22 May 2001 14:15:09 +0100
4475 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
4478 ____________________________________________________________________________
4479 [ 10180] By: jhi on 2001/05/23 21:22:14
4480 Log: Subject: [PATCH lib/vars.pm] Odd code nit
4481 From: Michael G Schwern <schwern@pobox.com>
4482 Date: Tue, 22 May 2001 14:14:28 +0100
4483 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
4486 ____________________________________________________________________________
4487 [ 10179] By: jhi on 2001/05/23 21:19:51
4488 Log: Use the new use vars feature.
4491 ____________________________________________________________________________
4492 [ 10178] By: jhi on 2001/05/23 21:19:28
4493 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
4494 From: Mike Guy <mjtg@cam.ac.uk>
4495 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4496 Date: Tue, 22 May 2001 13:11:39 +0100
4499 ! MANIFEST lib/vars.pm t/lib/1_compile.t
4500 ____________________________________________________________________________
4501 [ 10177] By: jhi on 2001/05/23 21:01:48
4502 Log: -qlongdouble considered harmful by Merijn.
4505 ____________________________________________________________________________
4506 [ 10176] By: jhi on 2001/05/21 13:21:21
4507 Log: Update Changes.
4509 ! Changes patchlevel.h
4510 ____________________________________________________________________________
4511 [ 10175] By: jhi on 2001/05/21 13:17:28
4512 Log: Add a test of its very own for Fcntl. Hopefully portable.
4516 ____________________________________________________________________________
4517 [ 10174] By: jhi on 2001/05/21 12:45:41
4518 Log: Must be trickier for 'minitest' not to die.
4521 ____________________________________________________________________________
4522 [ 10173] By: jhi on 2001/05/21 11:24:43
4523 Log: Can't declare other people's variables.
4526 ____________________________________________________________________________
4527 [ 10172] By: jhi on 2001/05/20 20:33:08
4528 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
4530 ! doio.c t/op/taint.t
4531 ____________________________________________________________________________
4532 [ 10171] By: jhi on 2001/05/20 20:18:45
4533 Log: The OS/2 variable needs to be declared.
4536 ____________________________________________________________________________
4537 [ 10170] By: nick on 2001/05/20 16:48:29
4538 Log: Integrate mainline
4540 !> (integrate 41 files)
4541 ____________________________________________________________________________
4542 [ 10169] By: jhi on 2001/05/20 11:50:20
4543 Log: Small perlsec updates: clarify the taintedness of filename
4544 globbing; suggest using Scalar::Util::tainted().
4547 ____________________________________________________________________________
4548 [ 10168] By: jhi on 2001/05/20 11:24:11
4549 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
4550 From: Dave Mitchell <davem@fdgroup.co.uk>
4551 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
4552 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
4554 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
4555 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
4556 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
4558 ____________________________________________________________________________
4559 [ 10167] By: jhi on 2001/05/20 11:12:14
4560 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
4561 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4562 Date: Sat, 19 May 2001 04:08:46 -0400
4563 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
4565 ! lib/ExtUtils/Mksymlists.pm makedef.pl
4566 ____________________________________________________________________________
4567 [ 10166] By: jhi on 2001/05/20 11:08:27
4568 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
4569 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4570 Date: Sat, 19 May 2001 04:30:45 -0400
4571 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
4574 ____________________________________________________________________________
4575 [ 10165] By: jhi on 2001/05/20 11:07:06
4576 Log: Subject: [PATCH 5.6.1] build bugs OS/2
4577 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4578 Date: Sat, 19 May 2001 04:35:28 -0400
4579 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
4581 ! os2/Makefile.SHs os2/os2.c
4582 ____________________________________________________________________________
4583 [ 10164] By: jhi on 2001/05/20 11:06:01
4584 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
4585 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4586 Date: Sat, 19 May 2001 04:04:23 -0400
4587 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
4589 (In bleadperl patched b-stash.t instead of b.t)
4591 ! t/lib/b-stash.t t/lib/bigfltpm.t
4592 ____________________________________________________________________________
4593 [ 10163] By: jhi on 2001/05/20 10:59:46
4594 Log: Subject: [PATCH 5.6.1] perl5db
4595 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4596 Date: Sat, 19 May 2001 03:49:09 -0400
4597 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
4600 ____________________________________________________________________________
4601 [ 10162] By: jhi on 2001/05/20 10:58:18
4602 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
4603 From: Gisle Aas <gisle@ActiveState.com>
4604 Date: 18 May 2001 14:24:51 -0700
4605 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
4608 ____________________________________________________________________________
4609 [ 10161] By: jhi on 2001/05/20 10:57:00
4610 Log: Subject: [PATCH] Chomp should not always stringify
4611 From: Gisle Aas <gisle@ActiveState.com>
4612 Date: 18 May 2001 07:55:25 -0700
4613 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
4615 ! doop.c t/op/chop.t
4616 ____________________________________________________________________________
4617 [ 10160] By: jhi on 2001/05/20 10:49:40
4618 Log: Integrate perlio.
4621 ____________________________________________________________________________
4622 [ 10159] By: nick on 2001/05/20 09:39:46
4623 Log: Document some more of open's features.
4626 ____________________________________________________________________________
4627 [ 10158] By: gsar on 2001/05/18 18:43:38
4628 Log: back out change#10153 (it has compatibility issues such as the
4629 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
4630 benefit for 5.6.x doesn't seem worth the risk)
4631 Branch: maint-5.6/perl
4633 ____________________________________________________________________________
4634 [ 10157] By: jhi on 2001/05/18 17:05:40
4635 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
4638 ____________________________________________________________________________
4639 [ 10156] By: jhi on 2001/05/18 12:06:40
4640 Log: Update Changes.
4642 ! Changes patchlevel.h
4643 ____________________________________________________________________________
4644 [ 10155] By: jhi on 2001/05/18 11:58:57
4645 Log: Integrate change #10144 from maintperl.
4647 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
4649 !> win32/config.bc win32/config.gc win32/config.vc
4650 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4651 ____________________________________________________________________________
4652 [ 10154] By: nick on 2001/05/18 07:23:03
4653 Log: Integrate mainline.
4655 +> README.dgux t/lib/i18n-collate.t utils.lst
4656 !> (integrate 49 files)
4657 ____________________________________________________________________________
4658 [ 10153] By: jhi on 2001/05/18 00:41:51
4659 Log: Integrate change #7224 from mainline into maintperl.
4661 Allow @+ and @- to be doublequoted, from Simon Cozens.
4662 (Approved by Larry, see Tom's comment in 20000830.005.)
4663 Branch: maint-5.6/perl
4665 ____________________________________________________________________________
4666 [ 10152] By: jhi on 2001/05/17 23:18:15
4667 Log: Subject: [PATCH bleadperl] small lookbehind fix
4668 From: Hugo <hv@crypt.compulink.co.uk>
4669 Date: Fri, 18 May 2001 00:07:19 +0100
4670 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
4673 ____________________________________________________________________________
4674 [ 10151] By: jhi on 2001/05/17 22:00:06
4677 ! installman utils.lst
4678 ____________________________________________________________________________
4679 [ 10150] By: jhi on 2001/05/17 20:32:48
4680 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
4683 ! t/lib/glob-basic.t
4684 ____________________________________________________________________________
4685 [ 10149] By: jhi on 2001/05/17 20:08:58
4686 Log: Subject: [PATCH] Test for bug 20010515.004
4687 From: Benjamin Sugars <bsugars@canoe.ca>
4688 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
4689 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
4692 ____________________________________________________________________________
4693 [ 10148] By: jhi on 2001/05/17 20:06:23
4694 Log: Integrate #10145 from maintperl.
4696 fix for ID 20010515.004 (needs test)
4699 ____________________________________________________________________________
4700 [ 10147] By: jhi on 2001/05/17 19:10:46
4701 Log: Thinko noticed by Doug MacEachern.
4704 ____________________________________________________________________________
4705 [ 10146] By: jhi on 2001/05/17 17:30:37
4706 Log: Subject: Re: [PATCH] HERE mark in regex
4707 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4708 Date: Thu, 17 May 2001 12:20:33 -0400
4709 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
4712 ____________________________________________________________________________
4713 [ 10145] By: gsar on 2001/05/17 16:59:55
4714 Log: fix for ID 20010515.004 (needs test)
4715 Branch: maint-5.6/perl
4717 ____________________________________________________________________________
4718 [ 10144] By: gsar on 2001/05/17 16:39:02
4719 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
4720 Branch: maint-5.6/perl
4721 ! win32/config.bc win32/config.gc win32/config.vc
4722 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4723 ____________________________________________________________________________
4724 [ 10143] By: jhi on 2001/05/17 14:21:08
4725 Log: Macrofy the getspecific (and use it also in util.c)
4728 ____________________________________________________________________________
4729 [ 10142] By: jhi on 2001/05/17 01:43:50
4730 Log: Use the unchecked thread-specific key fetch also in Tru64.
4733 ____________________________________________________________________________
4734 [ 10141] By: jhi on 2001/05/17 01:41:07
4735 Log: Subject: [PATCH 5.6.1]Quick thread speedup
4736 From: Dan Sugalski <dan@sidhe.org>
4737 Date: Wed, 16 May 2001 18:05:19 -0400
4738 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
4741 ____________________________________________________________________________
4742 [ 10140] By: jhi on 2001/05/16 19:58:29
4743 Log: I think this is quite enough testing for a deprecated feature.
4745 + t/lib/i18n-collate.t
4746 ! MANIFEST t/lib/1_compile.t
4747 ____________________________________________________________________________
4748 [ 10139] By: jhi on 2001/05/16 18:47:03
4749 Log: More HP-UX lore from Jeff Okamoto.
4752 ____________________________________________________________________________
4753 [ 10138] By: jhi on 2001/05/16 18:21:04
4754 Log: Sort utils.lst for easier maintenance.
4757 ____________________________________________________________________________
4758 [ 10137] By: jhi on 2001/05/16 18:12:01
4759 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
4760 From: Tim Jenness <t.jenness@jach.hawaii.edu>
4761 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
4762 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
4764 Add pod2latex to utils.lst.
4766 ! MANIFEST utils.lst
4767 ____________________________________________________________________________
4768 [ 10136] By: jhi on 2001/05/16 18:00:00
4769 Log: Subject: Re: [PATCH] HERE mark in regex
4770 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4771 Date: Wed, 16 May 2001 13:04:43 -0400
4772 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
4774 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
4775 ! t/op/regmesg.t t/pragma/warn/regcomp
4776 ____________________________________________________________________________
4777 [ 10135] By: jhi on 2001/05/16 17:51:50
4778 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
4779 From: Simon Cozens <simon@netthink.co.uk>
4780 Date: Wed, 16 May 2001 18:02:08 +0100
4781 Message-ID: <20010516180208.A6458@netthink.co.uk>
4783 ! installman utils.lst
4784 ____________________________________________________________________________
4785 [ 10134] By: jhi on 2001/05/16 17:47:26
4786 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
4787 From: "Philip Newton" <pnewton@gmx.de>
4788 Date: Tue, 15 May 2001 15:09:30 +0200
4789 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
4791 Test case for #10128.
4793 ! t/pragma/warn/pp_hot
4794 ____________________________________________________________________________
4795 [ 10133] By: jhi on 2001/05/16 15:12:52
4796 Log: Update Changes.
4798 ! Changes patchlevel.h
4799 ____________________________________________________________________________
4800 [ 10132] By: jhi on 2001/05/16 14:50:55
4801 Log: Deprecate pseudo-hashes.
4803 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
4804 ____________________________________________________________________________
4805 [ 10131] By: jhi on 2001/05/16 14:26:01
4806 Log: HP-UX hints update from Merijn.
4809 ____________________________________________________________________________
4810 [ 10130] By: jhi on 2001/05/16 14:23:01
4811 Log: README.hpux update from Merijn.
4814 ____________________________________________________________________________
4815 [ 10129] By: jhi on 2001/05/16 14:18:56
4816 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
4817 From: Simon Cozens <simon@netthink.co.uk>
4818 Date: Wed, 16 May 2001 15:57:55 +0100
4819 Message-ID: <20010516155755.A4728@netthink.co.uk>
4822 ! MANIFEST installman installperl
4823 ____________________________________________________________________________
4824 [ 10128] By: jhi on 2001/05/16 14:15:36
4825 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
4826 From: "Philip Newton" <pnewton@gmx.de>
4827 Date: Tue, 15 May 2001 16:31:05 +0200
4828 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
4830 Fix PERL_Y2KWARN test to check before rather than after appending.
4833 ____________________________________________________________________________
4834 [ 10127] By: jhi on 2001/05/16 14:08:15
4835 Log: Regen Porting stuff.
4837 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4839 ____________________________________________________________________________
4840 [ 10126] By: jhi on 2001/05/16 13:41:50
4841 Log: Metaconfig unit change for #10125.
4843 ! U/modified/Oldconfig.U
4844 ____________________________________________________________________________
4845 [ 10125] By: jhi on 2001/05/16 13:41:35
4848 ! Configure config_h.SH perl.c
4849 ____________________________________________________________________________
4850 [ 10124] By: jhi on 2001/05/16 13:41:09
4853 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4854 ____________________________________________________________________________
4855 [ 10123] By: jhi on 2001/05/16 13:25:38
4856 Log: Adding the README.dgux to the MANIFEST would be a good idea.
4859 ____________________________________________________________________________
4860 [ 10122] By: jhi on 2001/05/16 13:08:33
4861 Log: Move the stack desire definition to thread.h.
4863 ! ext/Thread/Thread.xs thread.h
4864 ____________________________________________________________________________
4865 [ 10121] By: jhi on 2001/05/16 13:00:12
4866 Log: DG-UX threading patches, including a README.dgux,
4867 from Takis Psarogiannakopoulos.
4870 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
4871 ____________________________________________________________________________
4872 [ 10120] By: jhi on 2001/05/16 12:55:33
4873 Log: Subject: [PATCH B::Deparse] More on /x regexes
4874 From: Robin Houston <robin@kitsite.com>
4875 Date: Tue, 15 May 2001 19:09:35 +0100
4876 Message-ID: <20010515190935.A27268@penderel>
4878 ! ext/B/B/Deparse.pm
4879 ____________________________________________________________________________
4880 [ 10119] By: jhi on 2001/05/16 12:45:29
4881 Log: Document that the core time() may be rounding rather
4882 than truncating, would have saved at least my confusion.
4884 ! ext/Time/HiRes/HiRes.pm
4885 ____________________________________________________________________________
4886 [ 10118] By: jhi on 2001/05/16 12:37:57
4887 Log: Subject: perl-current/t/time-hires.t
4888 From: John Peacock <jpeacock@rowman.com>
4889 Date: Fri, 11 May 2001 14:09:41 -0400
4890 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
4892 ! t/lib/time-hires.t
4893 ____________________________________________________________________________
4894 [ 10117] By: jhi on 2001/05/15 13:40:33
4895 Log: Subject: [PATCH dump.c] Op private flags
4896 From: Simon Cozens <simon@netthink.co.uk>
4897 Date: Sun, 13 May 2001 20:20:36 +0100
4898 Message-ID: <20010513202036.A21896@netthink.co.uk>
4901 ____________________________________________________________________________
4902 [ 10116] By: jhi on 2001/05/15 13:28:26
4903 Log: Upgrade to Switch 2.03.
4906 ____________________________________________________________________________
4907 [ 10115] By: jhi on 2001/05/15 13:19:01
4908 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
4909 to PERL_CONFIG_SH and use it consistently.
4910 Branch: maint-5.6/perl
4911 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4912 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
4913 !> myconfig.SH writemain.SH
4914 ____________________________________________________________________________
4915 [ 10114] By: jhi on 2001/05/15 13:13:21
4916 Log: Metaconfig units changes for #10113.
4918 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
4919 ____________________________________________________________________________
4920 [ 10113] By: jhi on 2001/05/15 13:12:40
4921 Log: The problem described in 20010514.031 still wasn't
4922 fully cured, there were remnants of $CONFIG when
4923 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
4924 to avoid future conflicts.
4926 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4927 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
4928 ! myconfig.SH writemain.SH
4929 ____________________________________________________________________________
4930 [ 10112] By: jhi on 2001/05/15 11:55:44
4931 Log: Half of #10107 got lost.
4933 ! ext/B/B/Deparse.pm
4934 ____________________________________________________________________________
4935 [ 10111] By: nick on 2001/05/15 08:39:14
4936 Log: Integrate mainline.
4938 +> ext/POSIX/hints/uts.pl
4939 - Todo Todo-5.6 t/camel-III/vstring.t
4940 !> (integrate 48 files)
4941 ____________________________________________________________________________
4942 [ 10110] By: jhi on 2001/05/15 02:04:05
4943 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
4944 From: Robin Houston <robin@kitsite.com>
4945 Date: Mon, 14 May 2001 22:27:08 +0100
4946 Message-ID: <20010514222708.A22963@penderel>
4949 ____________________________________________________________________________
4950 [ 10109] By: jhi on 2001/05/15 02:03:12
4951 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
4952 From: Robin Houston <robin@kitsite.com>
4953 Date: Mon, 14 May 2001 22:16:43 +0100
4954 Message-ID: <20010514221643.A22437@penderel>
4956 ! ext/B/B/Deparse.pm
4957 ____________________________________________________________________________
4958 [ 10108] By: jhi on 2001/05/15 02:02:17
4959 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
4960 From: Robin Houston <robin@kitsite.com>
4961 Date: Mon, 14 May 2001 22:03:44 +0100
4962 Message-ID: <20010514220344.A20643@penderel>
4964 ! ext/B/B/Deparse.pm
4965 ____________________________________________________________________________
4966 [ 10107] By: jhi on 2001/05/15 02:01:24
4967 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
4968 From: Robin Houston <robin@kitsite.com>
4969 Date: Mon, 14 May 2001 22:10:07 +0100
4970 Message-ID: <20010514221007.A21118@penderel>
4972 ! ext/B/B/Deparse.pm
4973 ____________________________________________________________________________
4974 [ 10106] By: jhi on 2001/05/15 01:41:26
4975 Log: Fix for 20010514.037; substr() didn't invalidate the locale
4979 ____________________________________________________________________________
4980 [ 10105] By: jhi on 2001/05/14 18:18:24
4981 Log: Update Changes.
4983 ! Changes patchlevel.h
4984 ____________________________________________________________________________
4985 [ 10104] By: jhi on 2001/05/14 18:09:07
4986 Log: Retract #10094.
4989 ____________________________________________________________________________
4990 [ 10103] By: jhi on 2001/05/14 15:20:58
4991 Log: Integrate change #10100 from maintperl.
4993 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
4994 bug ID 20010514.027)
4997 ____________________________________________________________________________
4998 [ 10102] By: jhi on 2001/05/14 15:19:21
4999 Log: Document the deprecatedness of suidperl.
5001 ! INSTALL pod/perlfaq1.pod
5002 ____________________________________________________________________________
5003 [ 10101] By: jhi on 2001/05/14 14:54:31
5004 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
5005 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5006 Date: Mon, 14 May 2001 09:38:59 -0400
5007 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
5009 ! lib/ExtUtils/MM_Unix.pm
5010 ____________________________________________________________________________
5011 [ 10100] By: gsar on 2001/05/14 14:43:50
5012 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
5013 bug ID 20010514.027)
5015 TODO: this needs a testsuite addition
5016 Branch: maint-5.6/perl
5018 ____________________________________________________________________________
5019 [ 10099] By: jhi on 2001/05/14 13:42:38
5020 Log: More DWIMminess for Class::Struct: calling the array or hash
5021 accessors only with one argument, an array or a hash reference,
5022 sets the underlying array or hash. This mirrors nicely also
5023 the usage in the constructor.
5024 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
5026 ! lib/Class/Struct.pm t/lib/class-struct.t
5027 ____________________________________________________________________________
5028 [ 10098] By: jhi on 2001/05/14 13:10:34
5029 Log: Reference cmp'ing should go through the whole stringification
5030 process shebang, as pointed out by Sarathy in #10091.
5033 ____________________________________________________________________________
5034 [ 10097] By: jhi on 2001/05/14 12:54:31
5035 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
5036 From: Simon Cozens <simon@netthink.co.uk>
5037 Date: Sat, 12 May 2001 16:36:27 +0100
5038 Message-ID: <20010512163627.A5522@netthink.co.uk>
5040 with some additions salvaged from Todo and Todo-5.6 before
5044 ! MANIFEST pod/perltodo.pod
5045 ____________________________________________________________________________
5046 [ 10096] By: jhi on 2001/05/14 12:37:01
5047 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
5048 From: "Golubev I. N." <gin@mo.msk.ru>
5049 Date: Mon, 07 May 2001 14:33:34 (GMT)
5050 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
5053 ____________________________________________________________________________
5054 [ 10095] By: jhi on 2001/05/14 12:34:24
5055 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
5056 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5057 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
5058 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
5060 ! lib/ExtUtils/MM_Unix.pm
5061 ____________________________________________________________________________
5062 [ 10094] By: jhi on 2001/05/14 12:32:44
5063 Log: (Retracted by #10104.)
5065 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
5066 From: barries <barries@slaysys.com>
5067 Date: Sat, 12 May 2001 01:28:10 -0400
5068 Message-ID: <20010512012810.B26358@jester.slaysys.com>
5071 ____________________________________________________________________________
5072 [ 10093] By: jhi on 2001/05/14 12:30:38
5073 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
5074 From: Mike Guy <mjtg@cam.ac.uk>
5075 Date: Sat, 12 May 2001 19:24:33 +0100
5076 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
5079 ____________________________________________________________________________
5080 [ 10092] By: jhi on 2001/05/14 12:29:21
5081 Log: Yet another HP-UX hints tweak from Merijn.
5084 ____________________________________________________________________________
5085 [ 10091] By: gsar on 2001/05/14 04:38:32
5086 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
5087 isn't defined (changes#9366,9368,9370 from mainline without the
5089 Branch: maint-5.6/perl
5090 ! pp.c pp.h pp_hot.c
5091 ____________________________________________________________________________
5092 [ 10090] By: jhi on 2001/05/12 13:39:43
5093 Log: The sorting seems to happen now automatically.
5095 ! t/lib/glob-basic.t
5096 ____________________________________________________________________________
5097 [ 10089] By: jhi on 2001/05/12 03:38:15
5098 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
5099 From: Benjamin Sugars <bsugars@canoe.ca>
5100 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
5101 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
5104 ____________________________________________________________________________
5105 [ 10088] By: jhi on 2001/05/12 03:37:00
5106 Log: Subject: Re: undef(&foo) does not work for XS functions
5107 From: Doug MacEachern <dougm@covalent.net>
5108 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
5109 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
5112 ____________________________________________________________________________
5113 [ 10087] By: jhi on 2001/05/12 03:35:58
5114 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
5115 From: Peter Prymmer <pvhp@forte.com>
5116 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
5117 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
5120 ____________________________________________________________________________
5121 [ 10086] By: jhi on 2001/05/11 14:23:08
5122 Log: Update Changes.
5124 ! Changes patchlevel.h
5125 ____________________________________________________________________________
5126 [ 10085] By: jhi on 2001/05/11 14:08:20
5127 Log: Remove the 'asciir' re subpragma. Should instead implement
5128 the 'physical vs logical' range scheme:
5130 \xAA-\xCC is a native physical range, you want that range of
5131 codepoints in your native encoding. In EBCDIC the codepoints
5132 in the gaps (between i-j and r-s) should be included.
5134 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
5135 codepoints in Unicode.
5137 a-z is a logical range, you want that range of 'logical' codepoints
5138 in your native encoding. In EBCDIC the codepoints in the gaps
5139 (between i-j and r-s) should not be included.
5141 Mixed cases (a-\xAA, etc) should either be errors, or maybe
5142 the 'logical' endpoints should be converted to native/Unicode
5143 codepoints, and the range handled as a physical range.
5145 'Logical endpoints' are to be recognized only in the A-Z, a-z,
5146 and 0-9 ranges. Probably a warning should be given for mixed
5147 cases like A-z or a-9 (since such expressions are encoding
5148 dependent), with a recommendation to use physical ranges.
5150 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
5152 ____________________________________________________________________________
5153 [ 10084] By: jhi on 2001/05/11 13:56:16
5154 Log: Make the test to cleanup the test directory tree
5155 both before and after the testing so that we always
5156 have a clean slate to work with.
5159 ____________________________________________________________________________
5160 [ 10083] By: jhi on 2001/05/11 13:46:30
5161 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
5162 From: Jon Eveland <jweveland@yahoo.com>
5163 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
5164 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
5167 ____________________________________________________________________________
5168 [ 10082] By: jhi on 2001/05/11 13:45:06
5169 Log: Merge the camel-III/vstring.t with op/ver.t.
5171 - t/camel-III/vstring.t
5172 ! MANIFEST t/TEST t/harness t/op/ver.t
5173 ____________________________________________________________________________
5174 [ 10081] By: jhi on 2001/05/11 13:15:55
5175 Log: Add test.deparse make target.
5178 ____________________________________________________________________________
5179 [ 10080] By: jhi on 2001/05/11 12:52:49
5180 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
5181 From: Robin Houston <robin@kitsite.com>
5182 Date: Fri, 11 May 2001 12:02:22 +0100
5183 Message-ID: <20010511120222.A11529@penderel>
5185 ! ext/B/B/Deparse.pm t/op/method.t
5186 ____________________________________________________________________________
5187 [ 10079] By: jhi on 2001/05/11 01:59:06
5188 Log: A nicely working combination for UTS from Hal Morris.
5190 + ext/POSIX/hints/uts.pl
5191 ! MANIFEST hints/uts.sh
5192 ____________________________________________________________________________
5193 [ 10078] By: jhi on 2001/05/11 01:15:04
5194 Log: i_ieeefp=undef for UTS.
5197 ____________________________________________________________________________
5198 [ 10077] By: jhi on 2001/05/10 22:42:35
5199 Log: Subject: RE: rand(0) is rand(1)
5200 From: Larry Shatzer <lshatzer@islanddata.com>
5201 Date: Thu, 10 May 2001 11:09:27 -0700
5202 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
5205 ____________________________________________________________________________
5206 [ 10076] By: jhi on 2001/05/10 22:36:50
5207 Log: Subject: [patch] make op_{clear,null} public
5208 From: Doug MacEachern <dougm@covalent.net>
5209 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
5210 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
5212 ! embed.h embed.pl op.c proto.h
5213 ____________________________________________________________________________
5214 [ 10075] By: jhi on 2001/05/10 22:28:36
5215 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
5216 From: Robin Houston <robin@kitsite.com>
5217 Date: Thu, 10 May 2001 18:54:59 +0100
5218 Message-ID: <20010510185459.A5995@penderel>
5220 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
5221 ____________________________________________________________________________
5222 [ 10074] By: jhi on 2001/05/10 22:23:41
5223 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
5224 From: Robin Houston <robin@kitsite.com>
5225 Date: Thu, 10 May 2001 12:56:39 +0100
5226 Message-ID: <20010510125639.A2119@penderel>
5228 ! ext/B/B/Deparse.pm
5229 ____________________________________________________________________________
5230 [ 10073] By: jhi on 2001/05/10 14:26:01
5231 Log: Retract #10070, not ready yet.
5233 ! ext/B/B/Deparse.pm
5234 ____________________________________________________________________________
5235 [ 10072] By: jhi on 2001/05/10 13:40:24
5236 Log: The metaconfig unit change for #10071.
5238 ! U/modified/mallocsrc.U
5239 ____________________________________________________________________________
5240 [ 10071] By: jhi on 2001/05/10 13:39:57
5241 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
5244 ____________________________________________________________________________
5245 [ 10070] By: jhi on 2001/05/10 13:18:42
5246 Log: (Retracted by #10073)
5248 Subject: Re: [PATCH t/TEST] B::Deparse tester
5249 From: Hugo <hv@crypt.compulink.co.uk>
5250 Date: Thu, 10 May 2001 05:48:09 +0100
5251 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
5253 ! ext/B/B/Deparse.pm
5254 ____________________________________________________________________________
5255 [ 10069] By: jhi on 2001/05/10 12:24:06
5256 Log: Add a for(func()) test.
5259 ____________________________________________________________________________
5260 [ 10068] By: jhi on 2001/05/10 12:16:00
5261 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
5262 From: Robin Houston <robin@kitsite.com>
5263 Date: Thu, 10 May 2001 13:50:08 +0100
5264 Message-ID: <20010510135008.A2454@penderel>
5266 ! ext/B/B/Deparse.pm
5267 ____________________________________________________________________________
5268 [ 10067] By: jhi on 2001/05/10 01:45:03
5269 Log: A thinko in #10065.
5272 ____________________________________________________________________________
5273 [ 10066] By: jhi on 2001/05/10 01:33:12
5274 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
5275 From: Robin Houston <robin@kitsite.com>
5276 Date: Thu, 10 May 2001 02:10:34 +0100
5277 Message-ID: <20010510021034.A19421@penderel>
5279 ! ext/B/B.xs ext/B/B/Deparse.pm
5280 ____________________________________________________________________________
5281 [ 10065] By: jhi on 2001/05/10 01:30:43
5282 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
5283 From: Doug MacEachern <dougm@covalent.net>
5284 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
5285 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
5288 ____________________________________________________________________________
5289 [ 10064] By: jhi on 2001/05/09 23:13:29
5290 Log: One more workaround for the UTS compiler from Hal Morris.
5293 ____________________________________________________________________________
5294 [ 10063] By: jhi on 2001/05/09 23:09:53
5295 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
5296 From: Robin Houston <robin@kitsite.com>
5297 Date: Thu, 10 May 2001 01:02:08 +0100
5298 Message-ID: <20010510010208.A18200@penderel>
5301 ____________________________________________________________________________
5302 [ 10062] By: jhi on 2001/05/09 23:06:25
5303 Log: Subject: [PATCH] Simplify deb_curcv() a bit
5304 From: Benjamin Sugars <bsugars@canoe.ca>
5305 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
5306 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
5309 ____________________________________________________________________________
5310 [ 10061] By: jhi on 2001/05/09 23:05:28
5311 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
5312 From: Benjamin Sugars <bsugars@canoe.ca>
5313 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
5314 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
5317 ____________________________________________________________________________
5318 [ 10060] By: jhi on 2001/05/09 23:04:38
5319 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
5320 From: Peter Prymmer <pvhp@forte.com>
5321 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
5322 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
5325 ____________________________________________________________________________
5326 [ 10059] By: jhi on 2001/05/09 23:03:52
5327 Log: Subject: [PATCH t/TEST] B::Deparse tester
5328 From: Robin Houston <robin@kitsite.com>
5329 Date: Wed, 9 May 2001 19:17:50 +0100
5330 Message-ID: <20010509191750.A16940@penderel>
5333 ____________________________________________________________________________
5334 [ 10058] By: jhi on 2001/05/09 23:02:56
5335 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
5336 From: Jeff Pinyan <jeffp@crusoe.net>
5337 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
5338 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
5341 ____________________________________________________________________________
5342 [ 10057] By: nick on 2001/05/09 18:37:56
5343 Log: Integrate mainline.
5345 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
5346 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
5347 ____________________________________________________________________________
5348 [ 10056] By: jhi on 2001/05/09 16:44:44
5349 Log: Update Changes.
5351 ! Changes patchlevel.h
5352 ____________________________________________________________________________
5353 [ 10055] By: jhi on 2001/05/09 16:26:47
5354 Log: Integrate perlio.
5356 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5357 ____________________________________________________________________________
5358 [ 10054] By: jhi on 2001/05/09 16:25:42
5359 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
5360 From: Benjamin Sugars <bsugars@canoe.ca>
5361 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
5362 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
5365 ____________________________________________________________________________
5366 [ 10053] By: jhi on 2001/05/09 16:24:37
5367 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
5368 From: Benjamin Sugars <bsugars@canoe.ca>
5369 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
5370 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
5372 ! ext/PerlIO/Scalar/Scalar.xs
5373 ____________________________________________________________________________
5374 [ 10052] By: jhi on 2001/05/09 16:19:04
5375 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
5376 From: Jeff Pinyan <jeffp@crusoe.net>
5377 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
5378 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
5381 ____________________________________________________________________________
5382 [ 10051] By: jhi on 2001/05/09 15:30:17
5383 Log: EPOC tweak from Olaf Flebbe.
5386 ____________________________________________________________________________
5387 [ 10050] By: nick on 2001/05/09 14:37:57
5388 Log: win32, regen_config_h
5390 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5391 ____________________________________________________________________________
5392 [ 10049] By: jhi on 2001/05/09 12:33:39
5393 Log: Integrate perlio.
5396 ____________________________________________________________________________
5397 [ 10048] By: nick on 2001/05/09 11:59:50
5398 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
5399 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
5402 ____________________________________________________________________________
5403 [ 10047] By: jhi on 2001/05/09 10:50:12
5404 Log: Integrate perlio.
5407 ____________________________________________________________________________
5408 [ 10046] By: jhi on 2001/05/09 10:49:34
5409 Log: Subject: Re: Less warnings during configure
5410 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5411 Date: Wed, 09 May 2001 13:12:49 +0200
5412 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
5415 ____________________________________________________________________________
5416 [ 10045] By: nick on 2001/05/09 09:56:59
5417 Log: MULTIPLICITY/DEBUGGING build fix.
5420 ____________________________________________________________________________
5421 [ 10044] By: nick on 2001/05/09 09:46:37
5422 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
5424 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
5425 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
5426 !> (integrate 65 files)
5427 ____________________________________________________________________________
5428 [ 10043] By: jhi on 2001/05/08 22:41:49
5429 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
5430 From: Robin Houston <robin@kitsite.com>
5431 Date: Tue, 8 May 2001 19:38:00 +0100
5432 Message-ID: <20010508193800.A4389@penderel>
5434 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
5435 From: Robin Houston <robin@kitsite.com>
5436 Date: Tue, 8 May 2001 20:03:57 +0100
5437 Message-ID: <20010508200357.A4614@penderel>
5439 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
5440 From: Robin Houston <robin@kitsite.com>
5441 Date: Wed, 9 May 2001 00:12:05 +0100
5442 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
5444 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
5445 ____________________________________________________________________________
5446 [ 10042] By: jhi on 2001/05/08 22:09:35
5447 Log: Retract #10031.
5450 ____________________________________________________________________________
5451 [ 10041] By: jhi on 2001/05/08 18:27:34
5452 Log: The metaconfig unit changes for #10040.
5453 Branch: metaconfig/U/perl
5454 ! Checkcc.U d_dlsymun.U dlsrc.U
5455 ____________________________________________________________________________
5456 [ 10040] By: jhi on 2001/05/08 18:24:47
5457 Log: The Configure half of
5459 Subject: Less warnings during configure
5460 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5461 Date: Tue, 08 May 2001 08:44:02 +0200
5462 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
5465 ____________________________________________________________________________
5466 [ 10039] By: jhi on 2001/05/08 16:48:31
5467 Log: Subject: Less warnings during configure
5468 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5469 Date: Tue, 08 May 2001 08:44:02 +0200
5470 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
5473 ____________________________________________________________________________
5474 [ 10038] By: jhi on 2001/05/08 16:32:07
5475 Log: Don't forget to whine about \d__\d.
5477 ! t/pragma/warn/toke toke.c
5478 ____________________________________________________________________________
5479 [ 10037] By: jhi on 2001/05/08 16:07:05
5480 Log: Allow underscores also in the exponent part.
5482 ! t/pragma/warn/toke toke.c
5483 ____________________________________________________________________________
5484 [ 10036] By: jhi on 2001/05/08 13:33:55
5485 Log: CodeMagicCD doesn't look like an *I*DE.
5488 ____________________________________________________________________________
5489 [ 10035] By: jhi on 2001/05/08 13:27:48
5490 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
5491 to be consistently down).
5494 ____________________________________________________________________________
5495 [ 10034] By: jhi on 2001/05/08 13:21:07
5496 Log: Upgrade to Text::Balanced 1.84.
5498 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
5499 ____________________________________________________________________________
5500 [ 10033] By: jhi on 2001/05/08 12:41:53
5501 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
5502 From: Benjamin Sugars <bsugars@canoe.ca>
5503 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
5504 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
5507 ____________________________________________________________________________
5508 [ 10032] By: jhi on 2001/05/08 12:40:28
5509 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
5510 From: Peter Prymmer <pvhp@forte.com>
5511 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
5512 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
5515 ____________________________________________________________________________
5516 [ 10031] By: jhi on 2001/05/08 12:35:25
5517 Log: (Retracted by #10042)
5519 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
5520 From: "Philip Newton" <pnewton@gmx.de>
5521 Date: Tue, 8 May 2001 09:18:10 +0200
5522 Message-ID: <3AF7B9D2.28861.603732@localhost>
5525 ____________________________________________________________________________
5526 [ 10030] By: jhi on 2001/05/08 12:32:23
5527 Log: Subject: [PATCH B::Deparse] Document known bugs
5528 From: Robin Houston <robin@kitsite.com>
5529 Date: Tue, 8 May 2001 01:53:34 +0100
5530 Message-ID: <20010508015334.A32394@penderel>
5532 ! ext/B/B/Deparse.pm
5533 ____________________________________________________________________________
5534 [ 10029] By: jhi on 2001/05/08 12:28:28
5535 Log: Subject: Re: Perl book, magazine and website updates.
5536 From: "Philip Newton" <pnewton@gmx.de>
5537 Date: Mon, 7 May 2001 17:03:58 +0200
5538 Message-ID: <3AF6D57E.5387.1E29930@localhost>
5541 ____________________________________________________________________________
5542 [ 10028] By: jhi on 2001/05/07 23:53:30
5543 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
5544 From: Peter Prymmer <pvhp@forte.com>
5545 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
5546 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
5549 ____________________________________________________________________________
5550 [ 10027] By: jhi on 2001/05/07 23:22:48
5551 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
5552 From: Robin Houston <robin@kitsite.com>
5553 Date: Tue, 8 May 2001 01:14:55 +0100
5554 Message-ID: <20010508011455.A32162@penderel>
5556 ! ext/B/B/Deparse.pm
5557 ____________________________________________________________________________
5558 [ 10026] By: jhi on 2001/05/07 23:15:05
5559 Log: Typo in #10025.
5562 ____________________________________________________________________________
5563 [ 10025] By: jhi on 2001/05/07 21:15:35
5564 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
5567 ____________________________________________________________________________
5568 [ 10024] By: jhi on 2001/05/07 20:58:40
5569 Log: Subject: Re: [ID 20010506.045] question about hash syntax
5570 From: Peter Scott <Peter@PSDT.com>
5571 Date: Sun, 06 May 2001 13:10:40 -0700
5572 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
5574 ! pod/perl56delta.pod
5575 ____________________________________________________________________________
5576 [ 10023] By: jhi on 2001/05/07 20:41:26
5577 Log: Configure should figure out the list of dynamic extensions
5578 just fine in UTS-- and in fact it does, as reported by Hal Morris.
5581 ____________________________________________________________________________
5582 [ 10022] By: jhi on 2001/05/07 20:24:11
5583 Log: Update Changes.
5585 ! Changes patchlevel.h
5586 ____________________________________________________________________________
5587 [ 10021] By: jhi on 2001/05/07 20:11:31
5588 Log: Subject: [PATCH regcomp.c] Insecure regexes
5589 From: Robin Houston <robin@kitsite.com>
5590 Date: Mon, 7 May 2001 21:56:12 +0100
5591 Message-ID: <20010507215612.A31114@penderel>
5594 ____________________________________________________________________________
5595 [ 10020] By: jhi on 2001/05/07 20:02:30
5596 Log: Drop the foobar.perl.com references for now until Simon
5597 gets them sorted out.
5600 ____________________________________________________________________________
5601 [ 10019] By: jhi on 2001/05/07 19:54:33
5602 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
5603 From: Prymmer/Kahn <pvhp@best.com>
5604 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
5605 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
5607 ! lib/Devel/SelfStubber.pm
5608 ____________________________________________________________________________
5609 [ 10018] By: jhi on 2001/05/07 19:53:10
5610 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
5611 From: Prymmer/Kahn <pvhp@best.com>
5612 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
5613 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
5616 ____________________________________________________________________________
5617 [ 10017] By: jhi on 2001/05/07 19:35:10
5618 Log: s/WebTechnique's/WebTechniques/
5621 ____________________________________________________________________________
5622 [ 10016] By: jhi on 2001/05/07 12:26:29
5623 Log: Llama 3 updates from Randal.
5626 ____________________________________________________________________________
5627 [ 10015] By: jhi on 2001/05/07 01:34:38
5628 Log: Subject: [PATCH] Help -Dt show correct pad variables
5629 From: Benjamin Sugars <ben.sugars@home.com>
5630 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
5631 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
5633 ! embed.h embed.pl proto.h run.c
5634 ____________________________________________________________________________
5635 [ 10014] By: jhi on 2001/05/07 01:23:56
5636 Log: Subject: [PATCH] Document C<our $foo : shared>
5637 From: Benjamin Sugars <ben.sugars@home.com>
5638 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
5639 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
5642 ____________________________________________________________________________
5643 [ 10013] By: jhi on 2001/05/07 01:22:22
5644 Log: Subject: [PATCH B::Deparse] undefined folded constants
5645 From: Robin Houston <robin@kitsite.com>
5646 Date: Sun, 6 May 2001 17:19:09 +0100
5647 Message-ID: <20010506171909.A7046@penderel>
5649 ! ext/B/B/Deparse.pm
5650 ____________________________________________________________________________
5651 [ 10012] By: jhi on 2001/05/07 00:57:38
5652 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
5653 From: Robin Houston <robin@kitsite.com>
5654 Message-ID: <20010506164654.A6848@penderel>
5655 Date: Sun, 6 May 2001 16:46:54 +0100
5657 ! ext/B/B/Deparse.pm
5658 ____________________________________________________________________________
5659 [ 10011] By: jhi on 2001/05/07 00:52:18
5660 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
5661 From: Robin Houston <robin@kitsite.com>
5662 Date: Sun, 6 May 2001 14:47:02 +0100
5663 Message-ID: <20010506144702.A6308@penderel>
5666 ____________________________________________________________________________
5667 [ 10010] By: jhi on 2001/05/06 15:07:51
5668 Log: Subject: Perl book, magazine and website updates.
5669 From: Simon Cozens <simon@netthink.co.uk>
5670 Date: Sun, 6 May 2001 16:55:36 +0100
5671 Message-ID: <20010506165536.A1795@netthink.co.uk>
5673 ! pod/perlbook.pod pod/perlfaq2.pod
5674 ____________________________________________________________________________
5675 [ 10009] By: jhi on 2001/05/06 14:11:40
5676 Log: Tweaks on the Tru64 prof options.
5679 ____________________________________________________________________________
5680 [ 10008] By: jhi on 2001/05/06 13:51:49
5681 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
5682 From: Robin Houston <robin@kitsite.com>
5683 Date: Sun, 6 May 2001 14:40:51 +0100
5684 Message-ID: <20010506144051.A6279@penderel>
5687 ____________________________________________________________________________
5688 [ 10007] By: jhi on 2001/05/06 13:49:31
5689 Log: Subject: [PATCH B::Deparse] scoping
5690 From: Robin Houston <robin@kitsite.com>
5691 Date: Sun, 6 May 2001 14:36:56 +0100
5692 Message-ID: <20010506143656.A4006@penderel>
5694 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
5695 ____________________________________________________________________________
5696 [ 10006] By: jhi on 2001/05/06 13:24:12
5697 Log: Document the undefinedness of bitshifting out of range.
5700 ____________________________________________________________________________
5701 [ 10005] By: jhi on 2001/05/06 13:03:17
5702 Log: Retract #10003 and update the IDE descriptions a bit.
5705 ____________________________________________________________________________
5706 [ 10004] By: jhi on 2001/05/06 03:02:41
5707 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
5708 From: Prymmer/Kahn <pvhp@best.com>
5709 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
5710 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
5712 ! win32/Makefile win32/buildext.pl win32/config.bc
5713 ! win32/config.gc win32/config.vc
5714 ____________________________________________________________________________
5715 [ 10003] By: jhi on 2001/05/05 20:24:44
5716 Log: (Retracted by #10005.)
5719 ____________________________________________________________________________
5720 [ 10002] By: jhi on 2001/05/05 19:23:36
5721 Log: It's "psed", not "sed".
5724 ____________________________________________________________________________
5725 [ 10001] By: jhi on 2001/05/05 18:35:38
5726 Log: Update Changes.
5728 ! Changes patchlevel.h
5729 ____________________________________________________________________________
5730 [ 10000] By: jhi on 2001/05/05 18:32:15
5731 Log: Subject: Re: bleadperl make install fails due to "psed"
5732 From: andreas.koenig@anima.de (Andreas J. Koenig)
5733 Date: 05 May 2001 18:23:28 +0200
5734 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
5736 ! x2p/Makefile.SH x2p/s2p.PL
5737 ____________________________________________________________________________
5738 [ 9999] By: jhi on 2001/05/05 18:28:09
5739 Log: AUTHORS updates.
5742 ____________________________________________________________________________
5743 [ 9998] By: jhi on 2001/05/05 18:16:00
5744 Log: Updates on the pods related to the modules included since 5.6.
5746 TODO: perltodo really could use major updating.
5748 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
5749 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
5750 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
5751 ! pod/perlsyn.pod pod/perltodo.pod
5752 ____________________________________________________________________________
5753 [ 9997] By: jhi on 2001/05/05 17:35:17
5754 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
5759 ____________________________________________________________________________
5760 [ 9996] By: jhi on 2001/05/05 17:25:00
5761 Log: Add preemptive #undefs for some of the shorter and more prone
5762 to collision regcomp.h #defines. (Background: the MASK collided
5763 with a system header #define in Rhapsody.)
5766 ____________________________________________________________________________
5767 [ 9995] By: jhi on 2001/05/05 13:24:21
5768 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
5769 From: Nicholas Clark <nick@ccl4.org>
5770 Date: Sat, 5 May 2001 14:46:39 +0100
5771 Message-ID: <20010505144639.O53513@plum.flirble.org>
5773 Add a test for the constants (if any) being processed correctly.
5776 ____________________________________________________________________________
5777 [ 9994] By: jhi on 2001/05/05 02:11:03
5778 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
5779 From: Peter Prymmer <pvhp@forte.com>
5780 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
5781 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
5784 ____________________________________________________________________________
5785 [ 9993] By: jhi on 2001/05/05 02:03:49
5786 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
5787 From: Peter Prymmer <pvhp@forte.com>
5788 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
5789 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
5791 ! perlio.c vms/vmsish.h
5792 ____________________________________________________________________________
5793 [ 9992] By: jhi on 2001/05/04 17:21:12
5794 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
5795 From: Robin Barker <rmb1@cise.npl.co.uk>
5796 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
5797 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
5801 ____________________________________________________________________________
5802 [ 9991] By: jhi on 2001/05/04 16:47:45
5803 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
5804 From: Robin Barker <rmb1@cise.npl.co.uk>
5805 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
5806 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
5809 ____________________________________________________________________________
5810 [ 9990] By: jhi on 2001/05/04 14:37:20
5811 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
5812 From: Prymmer/Kahn <pvhp@best.com>
5813 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
5814 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
5817 ____________________________________________________________________________
5818 [ 9989] By: jhi on 2001/05/04 14:03:58
5819 Log: Introduce perl572delta, update Todo, add the missing
5820 mention about signal safety since 5.7.1 (though this
5821 requires verification and more details.)
5823 + pod/perl572delta.pod
5824 ! MANIFEST Todo pod/perl571delta.pod
5825 ____________________________________________________________________________
5826 [ 9988] By: jhi on 2001/05/04 12:41:51
5827 Log: Subject: [PATCH perl@9944] long =item
5828 From: Robin Barker <rmb1@cise.npl.co.uk>
5829 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
5830 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
5832 ! ext/Time/HiRes/HiRes.pm
5833 ____________________________________________________________________________
5834 [ 9987] By: jhi on 2001/05/04 12:39:19
5835 Log: The #9901 had removed one line essential for EBCDIC.
5838 ____________________________________________________________________________
5839 [ 9986] By: jhi on 2001/05/04 12:30:23
5840 Log: Subject: cygwin/Makefile.SHs INSTALL patch
5841 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
5842 Date: Mon, 08 Jan 2001 04:59:21 +0200
5843 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
5845 ! cygwin/Makefile.SHs
5846 ____________________________________________________________________________
5847 [ 9985] By: jhi on 2001/05/04 03:51:39
5848 Log: Encode/IO doc tweaks.
5850 ! ext/Encode/Encode.pm
5851 ____________________________________________________________________________
5852 [ 9984] By: jhi on 2001/05/04 03:29:34
5853 Log: Remove GDBM_File from the dynamic extensions for UTS,
5854 GDBM is not a standard feature.
5857 ____________________________________________________________________________
5858 [ 9983] By: jhi on 2001/05/04 03:22:59
5859 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
5862 ____________________________________________________________________________
5863 [ 9982] By: jhi on 2001/05/03 23:21:03
5864 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
5865 From: Benjamin Sugars <bsugars@canoe.ca>
5866 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
5867 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
5870 ____________________________________________________________________________
5871 [ 9981] By: jhi on 2001/05/03 23:20:05
5872 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
5873 From: Benjamin Sugars <bsugars@canoe.ca>
5874 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
5875 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
5877 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5878 ____________________________________________________________________________
5879 [ 9980] By: jhi on 2001/05/03 23:15:29
5880 Log: Integrate perlio.
5882 !> ext/Encode/Encode.pm
5883 ____________________________________________________________________________
5884 [ 9979] By: jhi on 2001/05/03 16:54:59
5885 Log: Install psed man page.
5888 ____________________________________________________________________________
5889 [ 9978] By: jhi on 2001/05/03 16:45:58
5890 Log: Remove unused files; noted by Sarathy.
5892 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
5894 ____________________________________________________________________________
5895 [ 9977] By: jhi on 2001/05/03 16:42:30
5896 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
5897 From: Andy Dougherty <doughera@lafayette.edu>
5898 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
5899 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
5902 ____________________________________________________________________________
5903 [ 9976] By: nick on 2001/05/03 16:40:42
5904 Log: Allow $answer = encode($object,$text); like it says in docs.
5906 ! ext/Encode/Encode.pm
5907 ____________________________________________________________________________
5908 [ 9975] By: nick on 2001/05/03 16:22:30
5909 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
5910 to be in scope (fair enough), and also a package variable (our) for eval to see it.
5912 ! ext/Encode/Encode.pm
5913 ____________________________________________________________________________
5914 [ 9974] By: nick on 2001/05/03 15:48:17
5915 Log: Integrate mainline.
5917 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
5918 +> t/lib/filter-simple.t t/lib/next.t
5919 !> (integrate 70 files)
5920 ____________________________________________________________________________
5921 [ 9973] By: jhi on 2001/05/03 13:09:09
5922 Log: Update Changes.
5924 ! Changes patchlevel.h
5925 ____________________________________________________________________________
5926 [ 9972] By: jhi on 2001/05/03 12:58:33
5927 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
5928 From: Prymmer/Kahn <pvhp@best.com>
5929 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
5930 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
5933 ____________________________________________________________________________
5934 [ 9971] By: jhi on 2001/05/03 12:57:26
5935 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
5936 From: Prymmer/Kahn <pvhp@best.com>
5937 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
5938 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
5941 ____________________________________________________________________________
5942 [ 9970] By: jhi on 2001/05/03 02:42:46
5943 Log: Can't croak sans thread context, from Doug MacEachern.
5946 ____________________________________________________________________________
5947 [ 9969] By: jhi on 2001/05/03 01:23:48
5948 Log: Subject: Random input test and Perl
5949 From: Ilya Zakharevich <ilya@math.berkeley.edu>
5950 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
5951 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
5954 ____________________________________________________________________________
5955 [ 9968] By: jhi on 2001/05/02 22:17:21
5956 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
5957 From: Peter Prymmer <pvhp@forte.com>
5958 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
5959 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
5961 ! pod/perlfunc.pod pod/perlport.pod
5962 ____________________________________________________________________________
5963 [ 9967] By: jhi on 2001/05/02 20:12:45
5964 Log: Workaround for UTS compiler casting bug from Hal Morris.
5967 ____________________________________________________________________________
5968 [ 9966] By: jhi on 2001/05/02 18:31:37
5969 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
5970 From: Dan Sugalski <dan@sidhe.org>
5971 Date: Wed, 02 May 2001 15:23:22 -0400
5972 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
5975 ____________________________________________________________________________
5976 [ 9965] By: jhi on 2001/05/02 18:21:29
5977 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
5980 ____________________________________________________________________________
5981 [ 9964] By: jhi on 2001/05/02 18:15:01
5982 Log: Document large files in INSTALL, document also the %x
5983 limitation if not use64bitint, closes bug 20010326.007.
5986 ____________________________________________________________________________
5987 [ 9963] By: jhi on 2001/05/02 17:24:47
5988 Log: perlmodlib tweaks; regen pods.
5990 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
5992 ____________________________________________________________________________
5993 [ 9962] By: jhi on 2001/05/02 17:14:00
5994 Log: Fix for a segfault, from Marc Lehmann.
5996 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
5997 ____________________________________________________________________________
5998 [ 9961] By: jhi on 2001/05/02 15:55:53
5999 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
6000 From: "Philip Newton" <pnewton@gmx.de>
6001 Date: Wed, 2 May 2001 18:39:03 +0200
6002 Message-ID: <3AF05447.15525.173B588@localhost>
6005 ____________________________________________________________________________
6006 [ 9960] By: jhi on 2001/05/02 15:35:37
6007 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
6008 From: Dan Sugalski <dan@sidhe.org>
6009 Date: Wed, 02 May 2001 11:37:27 -0400
6010 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
6012 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
6013 ! thread.h vms/vms.c vms/vmsish.h
6014 ____________________________________________________________________________
6015 [ 9959] By: jhi on 2001/05/02 15:21:08
6016 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
6017 From: Benjamin Sugars <bsugars@canoe.ca>
6018 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
6019 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
6021 ! ext/PerlIO/Scalar/Scalar.xs
6022 ____________________________________________________________________________
6023 [ 9958] By: jhi on 2001/05/02 15:15:53
6024 Log: Bug in #9915, spotted by Mike Guy.
6027 ____________________________________________________________________________
6028 [ 9957] By: jhi on 2001/05/02 13:26:01
6029 Log: Add a test for not griping about references as array
6030 indices if the reference has magic in it (overloaded
6033 ! pod/perldiag.pod t/pragma/warn/pp_hot
6034 ____________________________________________________________________________
6035 [ 9956] By: jhi on 2001/05/02 13:07:01
6036 Log: Retracted a bit too much in #9952.
6038 ! t/pragma/sub_lval.t
6039 ____________________________________________________________________________
6040 [ 9955] By: jhi on 2001/05/02 13:05:38
6041 Log: Test for #9952.
6044 ____________________________________________________________________________
6045 [ 9954] By: jhi on 2001/05/02 11:48:18
6046 Log: Additional note on the encoding example: one cannot
6047 convert string constants in-place.
6049 ! ext/Encode/Encode.pm
6050 ____________________________________________________________________________
6051 [ 9953] By: jhi on 2001/05/02 11:43:51
6052 Log: Note that if you have recent enough Perl you already
6053 have Filter::Util::Call.
6055 ! lib/Filter/Simple.pm
6056 ____________________________________________________________________________
6057 [ 9952] By: jhi on 2001/05/02 11:31:53
6058 Log: Retract changes #8254 and #8255, causes coredump in
6059 'tie FH, "main"', reported by Abigail, culprit found by
6060 Benjamin Sugars. Mirrors maintperl change #9950.
6062 ! op.c t/pragma/sub_lval.t
6063 ____________________________________________________________________________
6064 [ 9951] By: jhi on 2001/05/02 11:14:29
6065 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
6068 ____________________________________________________________________________
6069 [ 9950] By: gsar on 2001/05/02 03:17:11
6070 Log: revert integration of changes#8254,8255 in change#8620 (causes
6071 a coredump in C<tie FH, 'foo'>; the idea itself may need better
6073 Branch: maint-5.6/perl
6074 ! op.c t/pragma/sub_lval.t
6075 ____________________________________________________________________________
6076 [ 9949] By: gsar on 2001/05/02 02:56:32
6077 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
6079 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
6081 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
6082 Branch: maint-5.6/perl
6084 ____________________________________________________________________________
6085 [ 9948] By: gsar on 2001/05/02 02:49:15
6086 Log: pod/find.t breaks on VMS (from Craig Berry)
6087 Branch: maint-5.6/perl
6089 ____________________________________________________________________________
6090 [ 9947] By: jhi on 2001/05/02 02:43:09
6091 Log: Add an encoding conversion example.
6093 ! ext/Encode/Encode.pm
6094 ____________________________________________________________________________
6095 [ 9946] By: jhi on 2001/05/02 01:34:22
6096 Log: Another coat of paint but still nowhere finished.
6097 Need to decide on the semantics of strptime(): should
6098 strptime() be a function instead of a method? To do
6099 the week/monthname-strptiming the i18n/l10n bullet needs
6100 to be bitten with gusto.
6102 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
6103 ____________________________________________________________________________
6104 [ 9945] By: jhi on 2001/05/01 23:40:52
6105 Log: Update Changes.
6107 ! Changes patchlevel.h
6108 ____________________________________________________________________________
6109 [ 9944] By: jhi on 2001/05/01 23:33:37
6110 Log: Add known-to-be-tested modules to the list-to-be-skipped.
6113 ____________________________________________________________________________
6114 [ 9943] By: jhi on 2001/05/01 23:24:40
6115 Log: Subject: BorlandC++ fix
6116 From: "Vadim Konovalov" <watman@inbox.ru>
6117 Date: Mon, 30 Apr 2001 20:12:26 -0700
6118 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
6121 ____________________________________________________________________________
6122 [ 9942] By: jhi on 2001/05/01 23:18:02
6123 Log: Update to Filter::Simple 0.60, create a test for it.
6125 + t/lib/filter-simple.t
6126 ! MANIFEST lib/Filter/Simple.pm
6127 ____________________________________________________________________________
6128 [ 9941] By: jhi on 2001/05/01 19:47:24
6129 Log: Subject: Re: bleadperl: s/// failure with \b and /g
6130 From: Hugo <hv@crypt.compulink.co.uk>
6131 Date: Tue, 01 May 2001 20:12:20 +0100
6132 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
6134 ! pp_hot.c t/op/re_tests
6135 ____________________________________________________________________________
6136 [ 9940] By: jhi on 2001/05/01 19:42:16
6137 Log: Integrate perlio.
6139 !> lib/base.pm t/lib/fields.t
6140 ____________________________________________________________________________
6141 [ 9939] By: jhi on 2001/05/01 19:39:51
6142 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
6143 From: Benjamin Sugars <bsugars@canoe.ca>
6144 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
6145 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
6147 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6148 ____________________________________________________________________________
6149 [ 9938] By: jhi on 2001/05/01 19:34:09
6150 Log: Add NEXT, a pseudo-class for method redispatching.
6151 <Damian>NEXT.pm probably offers more bang-for-buck
6152 than anything else I've ever written.</Damian>
6154 + lib/NEXT.pm t/lib/next.t
6156 ____________________________________________________________________________
6157 [ 9937] By: jhi on 2001/05/01 19:21:41
6158 Log: Update to Switch 2.02.
6160 ! lib/Switch.pm t/lib/switch.t
6161 ____________________________________________________________________________
6162 [ 9936] By: nick on 2001/05/01 19:09:21
6163 Log: Fix for base.pm clobbering $VERSION
6166 ____________________________________________________________________________
6167 [ 9935] By: nick on 2001/05/01 18:54:38
6168 Log: Test for base.pm clobbering $VERSION.
6171 ____________________________________________________________________________
6172 [ 9934] By: jhi on 2001/05/01 18:39:10
6173 Log: Add information about Scalar::Util::blessed.
6176 ____________________________________________________________________________
6177 [ 9933] By: jhi on 2001/05/01 18:33:51
6178 Log: Subject: Extra UNIVERSAL documentation
6179 From: Mike Guy <mjtg@cam.ac.uk>
6180 Date: Tue, 01 May 2001 20:12:11 +0100
6181 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
6184 ____________________________________________________________________________
6185 [ 9932] By: jhi on 2001/05/01 18:26:54
6186 Log: Subject: Autoflush in tests as appropriate
6187 From: Mike Guy <mjtg@cam.ac.uk>
6188 Date: Tue, 01 May 2001 20:05:31 +0100
6189 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
6191 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
6193 ____________________________________________________________________________
6194 [ 9931] By: jhi on 2001/05/01 18:02:29
6195 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
6196 From: Benjamin Sugars <bsugars@canoe.ca>
6197 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
6198 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
6200 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6201 ____________________________________________________________________________
6202 [ 9930] By: jhi on 2001/05/01 15:12:26
6203 Log: Subject: Re: Finally got a round tuit
6204 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6205 Date: Tue, 01 May 2001 14:14:10 +0200
6206 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
6208 The -DP part, slightly modified.
6211 ____________________________________________________________________________
6212 [ 9929] By: jhi on 2001/05/01 14:17:15
6213 Log: Subject: Re: Finally got a round tuit
6214 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6215 Date: Tue, 01 May 2001 16:34:06 +0200
6216 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
6218 cpp and optimization tweaks for HP-UX.
6221 ____________________________________________________________________________
6222 [ 9928] By: jhi on 2001/05/01 13:24:20
6223 Log: Tune the scan_num() comments to reality.
6226 ____________________________________________________________________________
6227 [ 9927] By: jhi on 2001/05/01 13:14:01
6228 Log: Subject: [PATCH B::Deparse] optimised sort
6229 From: Robin Houston <robin@kitsite.com>
6230 Date: Tue, 1 May 2001 14:07:12 +0100
6231 Message-ID: <20010501140712.A4266@penderel>
6233 ! ext/B/B/Deparse.pm
6234 ____________________________________________________________________________
6235 [ 9926] By: jhi on 2001/05/01 13:10:53
6236 Log: Subject: [PATCH t/lib/b-deparse.t]
6237 From: Robin Houston <robin@kitsite.com>
6238 Date: Tue, 1 May 2001 13:37:42 +0100
6239 Message-ID: <20010501133742.A4082@penderel>
6242 ____________________________________________________________________________
6243 [ 9925] By: jhi on 2001/05/01 13:10:13
6244 Log: Subject: [PATCH B::Deparse] for(;;), sort
6245 From: Robin Houston <robin@kitsite.com>
6246 Date: Tue, 1 May 2001 13:35:00 +0100
6247 Message-ID: <20010501133500.A4061@penderel>
6249 ! ext/B/B/Deparse.pm
6250 ____________________________________________________________________________
6251 [ 9924] By: jhi on 2001/05/01 13:09:22
6252 Log: Subject: [PATCH B::Deparse] do, warn, use
6253 From: Robin Houston <robin@kitsite.com>
6254 Date: Tue, 1 May 2001 13:31:03 +0100
6255 Message-ID: <20010501133103.A4041@penderel>
6257 ! ext/B/B/Deparse.pm
6258 ____________________________________________________________________________
6259 [ 9923] By: jhi on 2001/05/01 11:45:36
6260 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
6261 From: Benjamin Sugars <ben.sugars@home.com>
6262 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
6263 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
6267 ____________________________________________________________________________
6268 [ 9922] By: jhi on 2001/05/01 11:35:42
6269 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
6270 From: Peter Prymmer <pvhp@forte.com>
6271 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
6272 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
6274 ! t/lib/selfstubber.t
6275 ____________________________________________________________________________
6276 [ 9921] By: jhi on 2001/04/30 16:34:33
6277 Log: Subject: [PATCH B::Concise] suppress warning
6278 From: Robin Houston <robin@kitsite.com>
6279 Date: Mon, 30 Apr 2001 16:09:49 +0100
6280 Message-ID: <20010430160949.A25086@penderel>
6282 ! ext/B/B/Concise.pm
6283 ____________________________________________________________________________
6284 [ 9920] By: jhi on 2001/04/30 13:56:04
6285 Log: Strip the *markers* from #9919.
6287 ! pod/perlfaq.pod pod/perlfaq5.pod
6288 ____________________________________________________________________________
6289 [ 9919] By: jhi on 2001/04/30 13:54:04
6290 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
6291 From: Gwyn Judd <b.judd@xtra.co.nz>
6292 Date: Sun, 29 Apr 2001 01:47:49 +1200
6293 Message-ID: <20010429014749.A4418@thislove>
6295 ! pod/perlfaq.pod pod/perlfaq5.pod
6296 ____________________________________________________________________________
6297 [ 9918] By: jhi on 2001/04/30 13:13:54
6300 ! pod/perldata.pod pod/perldiag.pod
6301 ____________________________________________________________________________
6302 [ 9917] By: jhi on 2001/04/30 13:01:27
6303 Log: Update Changes.
6305 ! Changes patchlevel.h
6306 ____________________________________________________________________________
6307 [ 9916] By: jhi on 2001/04/30 12:57:03
6308 Log: T_w_e_a_k_a_g_e.
6310 ! pod/perldata.pod pod/perldiag.pod
6311 ____________________________________________________________________________
6312 [ 9915] By: jhi on 2001/04/30 12:39:29
6313 Log: Install s2p also as psed.
6315 TODO: psed documentation?
6318 ____________________________________________________________________________
6319 [ 9914] By: jhi on 2001/04/30 12:29:21
6320 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
6321 From: Jens Hamisch <jens@Strawberry.COM>
6322 Date: Fri, 27 Apr 2001 17:00:36 +0200
6323 Message-ID: <20010427170036.K1372@Strawberry.COM>
6325 SOCKS5_VERSION_NAME is the right symbol to detect
6326 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
6327 function called socks5_init() is available, and even that is
6328 not universal, most SOCKS5 installations use SOCKSinit()).
6331 ____________________________________________________________________________
6332 [ 9913] By: jhi on 2001/04/30 12:22:15
6333 Log: Allow a zero timeout on IO::Socket accept and connect--
6334 though one really shouldn't do that. Based on
6336 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
6337 From: "John Holdsworth" <coldwave@bigfoot.com>
6338 Date: Sun, 4 Feb 2001 12:48:18 +0100
6339 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
6341 ! ext/IO/lib/IO/Socket.pm
6342 ____________________________________________________________________________
6343 [ 9912] By: jhi on 2001/04/30 11:27:27
6344 Log: Save the spot of regprev (see #9911) for binary compatibility;
6347 ! embedvar.h perlapi.h thrdvar.h
6348 ____________________________________________________________________________
6349 [ 9911] By: jhi on 2001/04/30 11:22:03
6350 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
6351 From: Hugo <hv@crypt.compulink.co.uk>
6352 Date: Sun, 29 Apr 2001 17:09:30 +0100
6353 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
6355 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
6356 ____________________________________________________________________________
6357 [ 9910] By: jhi on 2001/04/30 11:15:12
6358 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
6359 a dummy for PL_numeric_radix); no pressing reason to break
6360 binary compatibility; regen API.
6362 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
6363 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
6364 ____________________________________________________________________________
6365 [ 9909] By: jhi on 2001/04/30 10:56:08
6366 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
6367 From: Walt Mankowski <waltman@netaxs.com>
6368 Date: Sun, 29 Apr 2001 21:53:48 -0400
6369 Message-ID: <20010429215348.A3971@netaxs.com>
6372 ____________________________________________________________________________
6373 [ 9908] By: jhi on 2001/04/30 10:49:40
6374 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
6376 ! t/lib/selfstubber.t
6377 ____________________________________________________________________________
6378 [ 9907] By: nick on 2001/04/30 09:26:50
6379 Log: Integrate mainline.
6381 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
6382 ____________________________________________________________________________
6383 [ 9906] By: jhi on 2001/04/29 23:24:20
6384 Log: Abigail spotted a thinko in #9905.
6387 ____________________________________________________________________________
6388 [ 9905] By: jhi on 2001/04/29 15:55:39
6389 Log: Changed the underscore/undebar syntax in numeric constants;
6390 now any grouping will do, as long as the underscores are not
6391 consecutive (so "zero-grouping" is out), and they do not begin
6392 or end the integer or fractional parts.
6394 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
6395 ____________________________________________________________________________
6396 [ 9904] By: nick on 2001/04/29 15:43:22
6397 Log: Integrate mainline.
6399 +> (branch 98 files)
6400 - lib/unicode/Block.pl
6401 - lib/unicode/In/AlphabeticPresentationForms.pl
6402 - lib/unicode/In/Arabic.pl
6403 - lib/unicode/In/ArabicPresentationForms-A.pl
6404 - lib/unicode/In/ArabicPresentationForms-B.pl
6405 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
6406 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
6407 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
6408 - lib/unicode/In/BopomofoExtended.pl
6409 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
6410 - lib/unicode/In/CJKCompatibility.pl
6411 - lib/unicode/In/CJKCompatibilityForms.pl
6412 - lib/unicode/In/CJKCompatibilityIdeographs.pl
6413 - lib/unicode/In/CJKRadicalsSupplement.pl
6414 - lib/unicode/In/CJKSymbolsandPunctuation.pl
6415 - lib/unicode/In/CJKUnifiedIdeographs.pl
6416 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6417 - lib/unicode/In/Cherokee.pl
6418 - lib/unicode/In/CombiningDiacriticalMarks.pl
6419 - lib/unicode/In/CombiningHalfMarks.pl
6420 - lib/unicode/In/CombiningMarksforSymbols.pl
6421 - lib/unicode/In/ControlPictures.pl
6422 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
6423 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
6424 - lib/unicode/In/EnclosedAlphanumerics.pl
6425 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
6426 - lib/unicode/In/Ethiopic.pl
6427 - lib/unicode/In/GeneralPunctuation.pl
6428 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
6429 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
6430 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
6431 - lib/unicode/In/HalfwidthandFullwidthForms.pl
6432 - lib/unicode/In/HangulCompatibilityJamo.pl
6433 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
6434 - lib/unicode/In/Hebrew.pl
6435 - lib/unicode/In/HighPrivateUseSurrogates.pl
6436 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
6437 - lib/unicode/In/IPAExtensions.pl
6438 - lib/unicode/In/IdeographicDescriptionCharacters.pl
6439 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
6440 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
6441 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
6442 - lib/unicode/In/Latin-1Supplement.pl
6443 - lib/unicode/In/LatinExtended-A.pl
6444 - lib/unicode/In/LatinExtended-B.pl
6445 - lib/unicode/In/LatinExtendedAdditional.pl
6446 - lib/unicode/In/LetterlikeSymbols.pl
6447 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
6448 - lib/unicode/In/MathematicalOperators.pl
6449 - lib/unicode/In/MiscellaneousSymbols.pl
6450 - lib/unicode/In/MiscellaneousTechnical.pl
6451 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6452 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
6453 - lib/unicode/In/OpticalCharacterRecognition.pl
6454 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
6455 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
6456 - lib/unicode/In/SmallFormVariants.pl
6457 - lib/unicode/In/SpacingModifierLetters.pl
6458 - lib/unicode/In/Specials.pl
6459 - lib/unicode/In/SuperscriptsandSubscripts.pl
6460 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
6461 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
6462 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
6463 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6464 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6465 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
6466 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
6467 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
6468 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
6469 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
6470 !> utf8.c win32/Makefile
6471 ____________________________________________________________________________
6472 [ 9903] By: jhi on 2001/04/29 14:30:53
6473 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
6474 From: Prymmer/Kahn <pvhp@best.com>
6475 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
6476 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
6479 ____________________________________________________________________________
6480 [ 9902] By: jhi on 2001/04/29 02:52:44
6481 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
6482 From: "Abigail" <abigail@foad.org>
6483 Date: Sun, 29 Apr 2001 03:14:25 +0200
6484 Message-ID: <20010429011425.24503.qmail@foad.org>
6486 ! ext/IO/lib/IO/Seekable.pm
6487 ____________________________________________________________________________
6488 [ 9901] By: jhi on 2001/04/29 02:04:46
6489 Log: In character classes one couldn't have 0x80..0xff characters
6490 at the left hand side if there were 0x100.. characters in the
6493 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
6495 ____________________________________________________________________________
6496 [ 9900] By: jhi on 2001/04/28 22:55:04
6497 Log: Forgot the latest mktables.PL from #9899.
6499 ! lib/unicode/mktables.PL
6500 ____________________________________________________________________________
6501 [ 9899] By: jhi on 2001/04/28 22:53:28
6502 Log: Explain the \p{} and \P{} error message better and
6503 have prettier prettyprint in In.pl.
6505 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
6507 ____________________________________________________________________________
6508 [ 9898] By: jhi on 2001/04/28 21:03:34
6509 Log: Add one possible explanation for the "Invalid [] range" error.
6512 ____________________________________________________________________________
6513 [ 9897] By: jhi on 2001/04/28 17:18:26
6514 Log: Add a level of indirection to the implementation of \p{InFoo}
6515 so that we don't have to have long filenames. (Nothing changes
6516 in the user interface.) The indirection is defined in
6517 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
6518 Also rename some the character classes by removing '-' from
6519 the classnames, and finally renamed Block.pl as Blocks.pl.
6521 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
6522 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
6523 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
6524 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
6525 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
6526 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
6527 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
6528 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
6529 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
6530 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
6531 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
6532 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
6533 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
6534 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
6535 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
6536 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
6537 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
6538 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
6539 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
6540 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
6541 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
6542 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
6543 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
6544 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
6545 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
6546 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
6547 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
6548 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
6549 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
6550 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
6551 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
6552 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
6553 + lib/unicode/In/94.pl lib/unicode/In/95.pl
6554 - lib/unicode/Block.pl
6555 - lib/unicode/In/AlphabeticPresentationForms.pl
6556 - lib/unicode/In/Arabic.pl
6557 - lib/unicode/In/ArabicPresentationForms-A.pl
6558 - lib/unicode/In/ArabicPresentationForms-B.pl
6559 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
6560 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
6561 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
6562 - lib/unicode/In/BopomofoExtended.pl
6563 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
6564 - lib/unicode/In/CJKCompatibility.pl
6565 - lib/unicode/In/CJKCompatibilityForms.pl
6566 - lib/unicode/In/CJKCompatibilityIdeographs.pl
6567 - lib/unicode/In/CJKRadicalsSupplement.pl
6568 - lib/unicode/In/CJKSymbolsandPunctuation.pl
6569 - lib/unicode/In/CJKUnifiedIdeographs.pl
6570 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6571 - lib/unicode/In/Cherokee.pl
6572 - lib/unicode/In/CombiningDiacriticalMarks.pl
6573 - lib/unicode/In/CombiningHalfMarks.pl
6574 - lib/unicode/In/CombiningMarksforSymbols.pl
6575 - lib/unicode/In/ControlPictures.pl
6576 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
6577 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
6578 - lib/unicode/In/EnclosedAlphanumerics.pl
6579 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
6580 - lib/unicode/In/Ethiopic.pl
6581 - lib/unicode/In/GeneralPunctuation.pl
6582 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
6583 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
6584 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
6585 - lib/unicode/In/HalfwidthandFullwidthForms.pl
6586 - lib/unicode/In/HangulCompatibilityJamo.pl
6587 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
6588 - lib/unicode/In/Hebrew.pl
6589 - lib/unicode/In/HighPrivateUseSurrogates.pl
6590 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
6591 - lib/unicode/In/IPAExtensions.pl
6592 - lib/unicode/In/IdeographicDescriptionCharacters.pl
6593 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
6594 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
6595 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
6596 - lib/unicode/In/Latin-1Supplement.pl
6597 - lib/unicode/In/LatinExtended-A.pl
6598 - lib/unicode/In/LatinExtended-B.pl
6599 - lib/unicode/In/LatinExtendedAdditional.pl
6600 - lib/unicode/In/LetterlikeSymbols.pl
6601 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
6602 - lib/unicode/In/MathematicalOperators.pl
6603 - lib/unicode/In/MiscellaneousSymbols.pl
6604 - lib/unicode/In/MiscellaneousTechnical.pl
6605 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6606 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
6607 - lib/unicode/In/OpticalCharacterRecognition.pl
6608 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
6609 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
6610 - lib/unicode/In/SmallFormVariants.pl
6611 - lib/unicode/In/SpacingModifierLetters.pl
6612 - lib/unicode/In/Specials.pl
6613 - lib/unicode/In/SuperscriptsandSubscripts.pl
6614 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
6615 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
6616 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
6617 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6618 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6619 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
6620 ! pod/perlunicode.pod
6621 ____________________________________________________________________________
6622 [ 9896] By: jhi on 2001/04/28 14:33:17
6623 Log: Update the information on shared library path on HP-UX.
6626 ____________________________________________________________________________
6627 [ 9895] By: jhi on 2001/04/28 14:32:30
6628 Log: Because #9894 seems to do the trick, this workaround can be removed.
6630 ! t/lib/selfstubber.t
6631 ____________________________________________________________________________
6632 [ 9894] By: jhi on 2001/04/28 14:26:13
6633 Log: For PerlIO flush the children's file handles (on fork/exec/system).
6636 ____________________________________________________________________________
6637 [ 9893] By: jhi on 2001/04/28 14:23:15
6638 Log: Test tweak for #9891.
6641 ____________________________________________________________________________
6642 [ 9892] By: jhi on 2001/04/28 14:10:13
6643 Log: New HP-UX hints from Merijn.
6646 ____________________________________________________________________________
6647 [ 9891] By: jhi on 2001/04/28 14:07:27
6648 Log: Subject: [PATCH B::Deparse] non-block scopes
6649 From: Robin Houston <robin@kitsite.com>
6650 Date: Fri, 27 Apr 2001 19:15:14 +0100
6651 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
6653 ! ext/B/B/Deparse.pm
6654 ____________________________________________________________________________
6655 [ 9890] By: nick on 2001/04/27 19:41:25
6656 Log: Integrate mainline
6658 +> t/lib/selfstubber.t
6659 !> (integrate 50 files)
6660 ____________________________________________________________________________
6661 [ 9889] By: jhi on 2001/04/27 18:23:46
6662 Log: Subject: Re: selfstubber test fail on bleadperl
6663 From: Mike Guy <mjtg@cam.ac.uk>
6664 Date: Fri, 27 Apr 2001 19:31:18 +0100
6665 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
6667 ! t/lib/selfstubber.t
6668 ____________________________________________________________________________
6669 [ 9888] By: jhi on 2001/04/27 16:20:54
6670 Log: Test tweak for #9886.
6673 ____________________________________________________________________________
6674 [ 9887] By: jhi on 2001/04/27 16:16:33
6675 Log: Buffering issue at least in Solaris (even with perlio).
6677 ! t/lib/selfstubber.t
6678 ____________________________________________________________________________
6679 [ 9886] By: jhi on 2001/04/27 14:59:23
6680 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
6681 From: Robin Houston <robin@kitsite.com>
6682 Date: Fri, 27 Apr 2001 16:53:20 +0100
6683 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
6685 ! ext/B/B/Deparse.pm
6686 ____________________________________________________________________________
6687 [ 9885] By: jhi on 2001/04/27 14:23:51
6688 Log: Update Changes.
6690 ! Changes patchlevel.h
6691 ____________________________________________________________________________
6692 [ 9884] By: jhi on 2001/04/27 14:14:12
6693 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
6694 From: "Philip Newton" <pnewton@gmx.de>
6695 Date: Fri, 27 Apr 2001 16:40:13 +0200
6696 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
6699 ____________________________________________________________________________
6700 [ 9883] By: jhi on 2001/04/27 13:28:19
6701 Log: Add LOG_PERROR; prettify the "removed".
6703 ! ext/Sys/Syslog/Syslog.xs
6704 ____________________________________________________________________________
6705 [ 9882] By: jhi on 2001/04/27 13:13:18
6706 Log: h2xs tweaks: use NV instead of double, "quote" the removed
6707 prefixes for clarity (especially when nothing is removed),
6708 slight pod reformats.
6711 ____________________________________________________________________________
6712 [ 9881] By: jhi on 2001/04/27 12:58:48
6713 Log: Don't bother creating existing directories.
6716 ____________________________________________________________________________
6717 [ 9880] By: jhi on 2001/04/27 12:45:39
6718 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
6719 From: Mike Schilli <m@perlmeister.com>
6720 Date: Wed, 25 Apr 2001 01:29:21 -0700
6721 Message-id: <3AE68AE1.6A981723@perlmeister.com>
6724 ____________________________________________________________________________
6725 [ 9879] By: jhi on 2001/04/27 12:40:55
6726 Log: break is not yet Perl. Added the template license also to README.
6729 ____________________________________________________________________________
6730 [ 9878] By: jhi on 2001/04/27 03:08:20
6731 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
6732 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6733 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
6734 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
6736 ! t/lib/xs-typemap.t
6737 ____________________________________________________________________________
6738 [ 9877] By: jhi on 2001/04/26 23:54:40
6739 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
6740 From: "Abigail" <abigail@foad.org>
6741 Date: Fri, 27 Apr 2001 01:44:28 +0200
6742 Message-ID: <20010426234428.19786.qmail@foad.org>
6745 ____________________________________________________________________________
6746 [ 9876] By: jhi on 2001/04/26 23:52:06
6747 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
6748 From: Peter Prymmer <pvhp@forte.com>
6749 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
6750 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
6752 ! t/lib/selfstubber.t
6753 ____________________________________________________________________________
6754 [ 9875] By: jhi on 2001/04/26 23:48:10
6757 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
6758 ____________________________________________________________________________
6759 [ 9874] By: jhi on 2001/04/26 22:46:05
6760 Log: Document ANYOF_CLASS.
6763 ____________________________________________________________________________
6764 [ 9873] By: jhi on 2001/04/26 22:35:03
6765 Log: Subject: Re: [PATCH @9846] dumping ANYOF
6766 From: Hugo <hv@crypt.compulink.co.uk>
6767 Date: Thu, 26 Apr 2001 23:33:38 +0100
6768 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
6770 ! regcomp.c regcomp.h
6771 ____________________________________________________________________________
6772 [ 9872] By: jhi on 2001/04/26 22:34:31
6773 Log: Subject: [PATCH] more for Devel::SelfStubber
6774 From: Nicholas Clark <nick@ccl4.org>
6775 Date: Fri, 27 Apr 2001 00:13:52 +0100
6776 Message-ID: <20010427001351.K88186@plum.flirble.org>
6778 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
6779 ____________________________________________________________________________
6780 [ 9871] By: jhi on 2001/04/26 21:59:17
6781 Log: Subject: [PATCH B::Deparse] formats must be flush left
6782 From: Robin Houston <robin@kitsite.com>
6783 Date: Thu, 26 Apr 2001 23:54:29 +0100
6784 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
6786 ! ext/B/B/Deparse.pm
6787 ____________________________________________________________________________
6788 [ 9870] By: jhi on 2001/04/26 21:57:37
6789 Log: If some of the constants are prefixes of others,
6790 the prefixes may never get recognized. (See 20010426.006.)
6793 ____________________________________________________________________________
6794 [ 9869] By: jhi on 2001/04/26 21:50:42
6795 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
6796 From: Chris Bongaarts <cab@tc.umn.edu>
6797 Date: Thu, 26 Apr 2001 17:10:31 -0500
6798 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
6800 ! ext/Sys/Syslog/Syslog.xs
6801 ____________________________________________________________________________
6802 [ 9868] By: jhi on 2001/04/26 21:35:12
6803 Log: Further cuts and more docs from Graham Barr.
6805 ! ext/List/Util/lib/List/Util.pm
6806 ! ext/List/Util/lib/Scalar/Util.pm
6807 ____________________________________________________________________________
6808 [ 9867] By: jhi on 2001/04/26 21:18:57
6809 Log: Subject: [PATCH 5.7.1] DB_File-1.77
6810 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
6811 Date: Thu, 26 Apr 2001 22:37:53 +0100
6812 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
6814 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6815 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6816 ____________________________________________________________________________
6817 [ 9866] By: jhi on 2001/04/26 21:12:31
6818 Log: Subject: [PATCH B::Deparse] fix easy bugs
6819 From: Robin Houston <robin@kitsite.com>
6820 Date: Thu, 26 Apr 2001 23:03:33 +0100
6821 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
6823 ! ext/B/B/Deparse.pm
6824 ____________________________________________________________________________
6825 [ 9865] By: jhi on 2001/04/26 20:26:13
6826 Log: Update Changes.
6828 ! Changes patchlevel.h
6829 ____________________________________________________________________________
6830 [ 9864] By: jhi on 2001/04/26 19:27:48
6831 Log: Dethinko from Robin Houston.
6833 ! ext/B/B/Deparse.pm
6834 ____________________________________________________________________________
6835 [ 9863] By: jhi on 2001/04/26 19:10:35
6836 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
6837 From: Robin Houston <robin@kitsite.com>
6838 Date: Thu, 26 Apr 2001 21:08:32 +0100
6839 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
6841 ! ext/B/B/Deparse.pm
6842 ____________________________________________________________________________
6843 [ 9862] By: jhi on 2001/04/26 19:04:23
6844 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
6845 From: Robin Houston <robin@kitsite.com>
6846 Date: Thu, 26 Apr 2001 20:52:50 +0100
6847 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
6849 ! ext/B/B/Deparse.pm
6850 ____________________________________________________________________________
6851 [ 9861] By: jhi on 2001/04/26 18:56:14
6852 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
6853 From: Mike Guy <mjtg@cam.ac.uk>
6854 Date: Thu, 26 Apr 2001 14:22:40 +0100
6855 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
6858 ____________________________________________________________________________
6859 [ 9860] By: jhi on 2001/04/26 18:46:42
6860 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
6861 From: Robin Houston <robin@kitsite.com>
6862 Date: Thu, 26 Apr 2001 20:34:29 +0100
6863 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
6865 Hashes do not interpolate.
6867 ! ext/B/B/Deparse.pm
6868 ____________________________________________________________________________
6869 [ 9859] By: jhi on 2001/04/26 18:43:51
6870 Log: Subject: The Time::Piece conspiracy unmasked!!!
6871 From: Mike Guy <mjtg@cam.ac.uk>
6872 Date: Thu, 26 Apr 2001 19:02:50 +0100
6873 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
6875 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
6876 From: Mike Guy <mjtg@cam.ac.uk>
6877 Date: Thu, 26 Apr 2001 19:08:21 +0100
6878 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
6880 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
6881 From: Graham Barr <gbarr@pobox.com>
6882 Date: Thu, 26 Apr 2001 19:12:03 +0100
6883 Message-ID: <20010426191203.A70835@pobox.com>
6885 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
6887 ! ext/List/Util/lib/List/Util.pm
6888 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
6889 ____________________________________________________________________________
6890 [ 9858] By: jhi on 2001/04/26 18:17:42
6891 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
6892 From: Robin Houston <robin@kitsite.com>
6893 Date: Thu, 26 Apr 2001 16:09:35 +0100
6894 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
6897 ____________________________________________________________________________
6898 [ 9857] By: jhi on 2001/04/26 18:04:59
6899 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
6900 From: barries <barries@slaysys.com>
6901 Date: Thu, 26 Apr 2001 12:01:10 -0400
6902 Message-ID: <20010426120110.E29698@jester.slaysys.com>
6905 ____________________________________________________________________________
6906 [ 9856] By: jhi on 2001/04/26 18:03:33
6907 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
6908 Date: Thu, 26 Apr 2001 17:13:41 +0100
6909 From: Robin Houston <robin@kitsite.com>
6910 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
6912 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
6913 From: Robin Houston <robin@kitsite.com>
6914 Date: Thu, 26 Apr 2001 18:44:29 +0100
6915 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
6917 ! ext/B/B/Deparse.pm
6918 ____________________________________________________________________________
6919 [ 9855] By: jhi on 2001/04/26 17:56:04
6920 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
6921 From: Robin Houston <robin@kitsite.com>
6922 Date: Thu, 26 Apr 2001 17:04:08 +0100
6923 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
6925 ! ext/B/B/Deparse.pm
6926 ____________________________________________________________________________
6927 [ 9854] By: jhi on 2001/04/26 17:47:26
6928 Log: Subject: Re: Short test case for undef %stash:: crash
6929 From: Benjamin Sugars <bsugars@canoe.ca>
6930 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
6931 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
6932 Changed and moved the perldiag entry.
6934 ! gv.c pod/perldiag.pod
6935 ____________________________________________________________________________
6936 [ 9853] By: jhi on 2001/04/26 14:35:16
6937 Log: Beginnings of strptime(). Do not touch the wet paint.
6939 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
6940 ____________________________________________________________________________
6941 [ 9852] By: jhi on 2001/04/26 13:17:21
6942 Log: Retract #9851, core dumps from pod2man.
6945 ____________________________________________________________________________
6946 [ 9851] By: jhi on 2001/04/26 11:54:41
6947 Log: (Retracted by #9852.)
6949 Subject: [PATCH @9846] dumping ANYOF
6950 From: Hugo <hv@crypt.compulink.co.uk>
6951 Date: Thu, 26 Apr 2001 05:32:38 +0100
6952 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
6955 ____________________________________________________________________________
6956 [ 9850] By: jhi on 2001/04/26 02:34:44
6957 Log: If ccflags was empty the _previous_ $* containing all the
6958 environment variables and Configure variables was used,
6959 which lead, among other bad things, into $ccflags being your
6960 uname -a output, which lead into test compile with cc failing,
6961 which lead into gcc being selected, which didn't work that well
6962 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
6963 with large files, et cetera.
6966 ____________________________________________________________________________
6967 [ 9849] By: jhi on 2001/04/26 01:44:57
6968 Log: Make selfstubber test more portable.
6970 ! t/lib/selfstubber.t
6971 ____________________________________________________________________________
6972 [ 9848] By: jhi on 2001/04/26 00:50:26
6973 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
6974 From: Benjamin Sugars <ben.sugars@home.com>
6975 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
6976 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
6979 ____________________________________________________________________________
6980 [ 9847] By: jhi on 2001/04/26 00:46:58
6981 Log: Subject: [PATCH: perl@9841] VMS updates
6982 From: Peter Prymmer <pvhp@forte.com>
6983 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
6984 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
6986 ! README.vms configure.com vms/descrip_mms.template
6987 ! vms/ext/filespec.t
6988 ____________________________________________________________________________
6989 [ 9846] By: jhi on 2001/04/26 00:11:56
6990 Log: re 'debug' was broken by #9084.
6993 ____________________________________________________________________________
6994 [ 9845] By: jhi on 2001/04/25 22:33:17
6995 Log: Subject: [PATCH] test for Devel::SelfStubber
6996 From: Nicholas Clark <nick@ccl4.org>
6997 Date: Thu, 26 Apr 2001 00:00:54 +0100
6998 Message-ID: <20010426000054.D89026@plum.flirble.org>
7000 + t/lib/selfstubber.t
7001 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
7002 ____________________________________________________________________________
7003 [ 9844] By: jhi on 2001/04/25 22:29:32
7004 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
7005 From: Paul Johnson <paul@pjcj.net>
7006 Date: Thu, 26 Apr 2001 00:46:08 +0200
7007 Message-ID: <20010426004608.H2338@pjcj.net>
7009 ! ext/B/B/Concise.pm
7010 ____________________________________________________________________________
7011 [ 9843] By: jhi on 2001/04/25 22:28:28
7012 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
7013 From: Peter Prymmer <pvhp@forte.com>
7014 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
7015 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
7018 ____________________________________________________________________________
7019 [ 9842] By: jhi on 2001/04/25 20:58:12
7020 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
7021 From: John Peacock <jpeacock@rowman.com>
7022 Date: Wed, 25 Apr 2001 17:30:26 -0400
7023 Message-ID: <3AE741F2.B3217464@rowman.com>
7025 ! lib/Math/BigInt.pm t/lib/bigintpm.t
7026 ____________________________________________________________________________
7027 [ 9841] By: jhi on 2001/04/25 20:07:05
7028 Log: Update Changes.
7030 ! Changes patchlevel.h
7031 ____________________________________________________________________________
7032 [ 9840] By: jhi on 2001/04/25 19:56:51
7033 Log: Yet another HP-UX hints version from Merijn.
7036 ____________________________________________________________________________
7037 [ 9839] By: jhi on 2001/04/25 19:53:04
7038 Log: abs_path() didn't terminate the filename correctly,
7039 in DIRNAMLENless systems like HP-UX this would fail.
7042 ____________________________________________________________________________
7043 [ 9838] By: jhi on 2001/04/25 16:37:26
7044 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
7045 From: Mike Guy <mjtg@cam.ac.uk>
7046 Date: Wed, 25 Apr 2001 18:31:47 +0100
7047 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
7050 ____________________________________________________________________________
7051 [ 9837] By: jhi on 2001/04/25 16:21:53
7052 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
7053 From: Jon Eveland <jweveland@yahoo.com>
7054 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
7055 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
7058 ____________________________________________________________________________
7059 [ 9836] By: jhi on 2001/04/25 14:17:50
7060 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
7061 From: "Philip Newton" <pnewton@gmx.de>
7062 Date: Wed, 25 Apr 2001 17:05:58 +0200
7063 Message-ID: <3AE703F6.3234.1833C45@localhost>
7065 ! Porting/patching.pod
7066 ____________________________________________________________________________
7067 [ 9835] By: jhi on 2001/04/25 13:58:07
7068 Log: It would seem that both ar and full_ar need to be overridden
7069 for HP-UX to avoid the GNU ar.
7072 ____________________________________________________________________________
7073 [ 9834] By: jhi on 2001/04/25 13:50:40
7074 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
7075 From: "Philip Newton" <pnewton@gmx.de>
7076 Date: Wed, 25 Apr 2001 16:09:23 +0200
7077 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
7082 ____________________________________________________________________________
7083 [ 9833] By: jhi on 2001/04/25 12:36:11
7084 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
7087 ____________________________________________________________________________
7088 [ 9832] By: jhi on 2001/04/25 12:33:36
7089 Log: New version of HP-UX hints from Merijn.
7092 ____________________________________________________________________________
7093 [ 9831] By: jhi on 2001/04/25 03:39:45
7094 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
7097 ____________________________________________________________________________
7098 [ 9830] By: jhi on 2001/04/25 02:53:25
7099 Log: The tzname[] bit is not needed by util.c -- and causes
7100 heartburn in VMS (and it missing was probably the cause of
7101 the Mac OS X trouble). Ouch.
7103 ! ext/POSIX/POSIX.xs util.c
7104 ____________________________________________________________________________
7105 [ 9829] By: jhi on 2001/04/25 00:10:06
7106 Log: Metaconfig unit change for #9828.
7108 ! U/compline/ccflags.U
7109 ____________________________________________________________________________
7110 [ 9828] By: jhi on 2001/04/25 00:04:18
7111 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
7112 (which is actually the reason for the change, we need to pass
7113 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
7114 EP/IX, OS/2, and TitanOS, based on the hints files.
7116 ! Configure config_h.SH
7117 ____________________________________________________________________________
7118 [ 9827] By: jhi on 2001/04/24 23:49:20
7119 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
7120 the $cat must have an absolute path.
7123 ____________________________________________________________________________
7124 [ 9826] By: jhi on 2001/04/24 23:40:53
7125 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
7128 ____________________________________________________________________________
7129 [ 9825] By: jhi on 2001/04/24 23:35:35
7130 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
7131 From: "Philip Newton" <pnewton@gmx.de>
7132 Date: Tue, 24 Apr 2001 18:52:49 +0200
7133 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
7136 ____________________________________________________________________________
7137 [ 9824] By: jhi on 2001/04/24 23:33:07
7138 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
7139 Some gcc specifics dropped out due to extensive rewriting;
7140 will be put back later as needed.
7143 ____________________________________________________________________________
7144 [ 9823] By: jhi on 2001/04/24 23:27:57
7145 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
7147 ! ext/POSIX/POSIX.xs
7148 ____________________________________________________________________________
7149 [ 9822] By: jhi on 2001/04/24 23:25:21
7150 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
7151 From: Tim Jenness <t.jenness@jach.hawaii.edu>
7152 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
7153 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
7155 ! ext/XS/Typemap/Typemap.xs
7156 ____________________________________________________________________________
7157 [ 9821] By: jhi on 2001/04/24 23:24:10
7158 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
7159 From: "Abigail" <abigail@foad.org>
7160 Date: Tue, 24 Apr 2001 23:12:03 +0200
7161 Message-ID: <20010424211203.7901.qmail@foad.org>
7164 ____________________________________________________________________________
7165 [ 9820] By: jhi on 2001/04/24 23:23:15
7166 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
7167 From: Matt Sergeant <matt@sergeant.org>
7168 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
7169 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
7172 ____________________________________________________________________________
7173 [ 9819] By: nick on 2001/04/24 18:49:43
7174 Log: Integrate mainline.
7176 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
7177 !> (integrate 37 files)
7178 ____________________________________________________________________________
7179 [ 9818] By: jhi on 2001/04/24 14:35:23
7180 Log: Update Changes.
7182 ! Changes patchlevel.h
7183 ____________________________________________________________________________
7184 [ 9817] By: jhi on 2001/04/24 14:09:17
7185 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
7186 From: "Philip Newton" <pnewton@gmx.de>
7187 Date: Tue, 24 Apr 2001 12:58:12 +0200
7188 Message-ID: <3AE57864.8304.B77A0A@localhost>
7190 plus add CPAN to the list of modules that have their own tests.
7193 ____________________________________________________________________________
7194 [ 9816] By: jhi on 2001/04/24 14:07:03
7195 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
7196 From: Michael G Schwern <schwern@pobox.com>
7197 Date: Sat, 21 Apr 2001 22:35:00 +0100
7198 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
7201 ____________________________________________________________________________
7202 [ 9815] By: jhi on 2001/04/24 13:54:32
7203 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
7204 From: Robin Houston <robin@kitsite.com>
7205 Date: Tue, 24 Apr 2001 15:51:18 +0100
7206 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
7208 ! ext/B/B/Deparse.pm
7209 ____________________________________________________________________________
7210 [ 9814] By: jhi on 2001/04/24 13:17:34
7211 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
7212 From: Bill Glicker <billg@burrelles.com>
7213 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
7214 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
7217 ____________________________________________________________________________
7218 [ 9813] By: jhi on 2001/04/24 12:54:23
7219 Log: Prevent path disclosure (probing for existence of filenames)
7220 using suidperl; bug id 20010322.218.
7222 ! perl.c pod/perldiag.pod
7223 ____________________________________________________________________________
7224 [ 9812] By: jhi on 2001/04/24 12:08:36
7227 ! ext/POSIX/POSIX.xs
7228 ____________________________________________________________________________
7229 [ 9811] By: jhi on 2001/04/24 11:57:35
7230 Log: (Retracted by #9812.)
7232 ! ext/POSIX/POSIX.xs
7233 ____________________________________________________________________________
7234 [ 9810] By: jhi on 2001/04/24 03:32:35
7235 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
7238 ____________________________________________________________________________
7239 [ 9809] By: jhi on 2001/04/24 03:16:13
7240 Log: The Math::BigFloat::import() was broken.
7241 (Fixes bug id 20010422.002.)
7243 ! lib/Math/BigFloat.pm
7244 ____________________________________________________________________________
7245 [ 9808] By: jhi on 2001/04/24 01:11:40
7246 Log: Additional dependencies; should help for parallel makes
7247 not to fail on missing lib/lib.pm or lib/re.pm.
7250 ____________________________________________________________________________
7251 [ 9807] By: jhi on 2001/04/24 00:57:01
7252 Log: Update the test failure disclaimer.
7254 ! t/pragma/warn/pp_hot
7255 ____________________________________________________________________________
7256 [ 9806] By: jhi on 2001/04/24 00:54:04
7257 Log: Add make target "install-all" which is alias for "install"
7258 to cater for case-preserving filesystems like HFS+.
7260 ! INSTALL Makefile.SH
7261 ____________________________________________________________________________
7262 [ 9805] By: jhi on 2001/04/24 00:47:28
7263 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
7264 From: Peter Prymmer <pvhp@forte.com>
7265 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
7266 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
7268 (Ken William's message forwarded from macosx@perl.org)
7271 ____________________________________________________________________________
7272 [ 9804] By: jhi on 2001/04/23 23:57:35
7276 ____________________________________________________________________________
7277 [ 9803] By: jhi on 2001/04/23 23:52:25
7278 Log: More PerlIO robustness.
7281 ____________________________________________________________________________
7282 [ 9802] By: jhi on 2001/04/23 23:43:35
7283 Log: Make the "STD* opened only for ..." errors more consistent.
7286 ____________________________________________________________________________
7287 [ 9801] By: jhi on 2001/04/23 23:34:26
7288 Log: Test case for #9800.
7291 ____________________________________________________________________________
7292 [ 9800] By: jhi on 2001/04/23 23:14:43
7293 Log: Avoid coredump on 'close STDERR; die' by making
7294 the PerlIO calls more robust. Also use SETERRNO()
7295 instead of errno = to be more VMS-ready.
7298 ____________________________________________________________________________
7299 [ 9799] By: jhi on 2001/04/23 21:41:10
7300 Log: Subject: test for ID 20010423.002
7301 From: Robin Houston <robin@kitsite.com>
7302 Date: Mon, 23 Apr 2001 16:52:21 +0100
7303 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
7306 ____________________________________________________________________________
7307 [ 9798] By: jhi on 2001/04/23 21:40:07
7308 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
7309 From: David Dyck <dcd@tc.fluke.com>
7310 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
7311 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
7314 ____________________________________________________________________________
7315 [ 9797] By: jhi on 2001/04/23 21:37:56
7316 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
7317 From: Benjamin Sugars <bsugars@canoe.ca>
7318 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
7319 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
7321 ! ext/Cwd/Cwd.xs lib/Cwd.pm
7322 ____________________________________________________________________________
7323 [ 9796] By: jhi on 2001/04/23 21:29:24
7324 Log: Synchronize h2xs and pod2man some more on the documentation
7325 templates they propose.
7327 ! pod/pod2man.PL utils/h2xs.PL
7328 ____________________________________________________________________________
7329 [ 9795] By: jhi on 2001/04/23 17:30:40
7330 Log: Add one more naughty test for base64; make encoding logic cleaner.
7333 ____________________________________________________________________________
7334 [ 9794] By: jhi on 2001/04/23 13:51:32
7335 Log: Update Changes.
7337 ! Changes patchlevel.h
7338 ____________________________________________________________________________
7339 [ 9793] By: jhi on 2001/04/23 13:44:18
7340 Log: Duplicate lines.
7343 ____________________________________________________________________________
7344 [ 9792] By: jhi on 2001/04/23 13:39:13
7345 Log: Subject: Re: PATCH 5.7.1
7346 From: Mark-Jason Dominus <mjd@plover.com>
7347 Date: Mon, 23 Apr 2001 10:30:21 -0400
7348 Message-ID: <20010423143021.17335.qmail@plover.com>
7351 ____________________________________________________________________________
7352 [ 9791] By: jhi on 2001/04/23 13:32:40
7353 Log: Add the CPAN.pm 1.59_54 tests.
7355 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
7357 ____________________________________________________________________________
7358 [ 9790] By: jhi on 2001/04/23 13:21:55
7359 Log: Subject: Deparse nit
7360 From: Robin Houston <robin@kitsite.com>
7361 Date: Mon, 23 Apr 2001 12:38:20 +0100
7362 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
7364 ! ext/B/B/Deparse.pm
7365 ____________________________________________________________________________
7366 [ 9789] By: jhi on 2001/04/23 13:19:07
7367 Log: Subject: [PATCH] bug 20010423.002
7368 From: Robin Houston <robin@kitsite.com>
7369 Date: Mon, 23 Apr 2001 13:12:30 +0100
7370 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
7373 ____________________________________________________________________________
7374 [ 9788] By: jhi on 2001/04/23 13:02:49
7375 Log: Subject: PATCH [5.7.1] hv.c unused #define
7376 From: Mark-Jason Dominus <mjd@plover.com>
7377 Date: Sun, 22 Apr 2001 14:17:49 -0400
7378 Message-ID: <20010422181749.26976.qmail@plover.com>
7381 ____________________________________________________________________________
7382 [ 9787] By: jhi on 2001/04/23 13:02:02
7383 Log: Subject: PATCH 5.7.1
7384 From: Mark-Jason Dominus <mjd@plover.com>
7385 Date: Sun, 22 Apr 2001 15:12:57 -0400
7386 Message-ID: <20010422191258.6539.qmail@plover.com>
7388 plus Sarathy's STMT_START + STMT_END suggestion.
7391 ____________________________________________________________________________
7392 [ 9786] By: jhi on 2001/04/23 12:53:25
7395 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
7396 From: dLux <dlux@spam.sch.bme.hu>
7397 Date: Mon, 23 Apr 2001 01:25:26 +0200
7398 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
7400 (SvGROW really does return a char *.)
7402 ! pod/perlapi.pod sv.h
7403 ____________________________________________________________________________
7404 [ 9785] By: jhi on 2001/04/23 04:34:04
7405 Log: Time::Piece work continues. $t->day removed since
7406 I think it's too confusing. Now has normal and
7407 abbreviated length weekday names and month names,
7408 the names change with _names(), not _list().
7409 Now has strftime() in Perl, _strftime() is
7410 the libc version (to which strftime() falls back
7411 if it doesn't know the format. To do: the reverse
7412 of strftime, strptime(), and the localisation of both.
7414 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
7415 ! t/lib/time-piece.t
7416 ____________________________________________________________________________
7417 [ 9784] By: jhi on 2001/04/23 02:41:46
7418 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
7419 From: andreas.koenig@anima.de (Andreas J. Koenig)
7420 Date: 23 Apr 2001 05:20:55 +0200
7421 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
7423 ! t/pragma/overload.t
7424 ____________________________________________________________________________
7425 [ 9783] By: jhi on 2001/04/22 23:32:42
7426 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
7427 From: Robin Houston <robin@kitsite.com>
7428 Date: Mon, 23 Apr 2001 00:38:18 +0100
7429 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
7431 ! ext/B/B/Deparse.pm
7432 ____________________________________________________________________________
7433 [ 9782] By: jhi on 2001/04/22 20:55:43
7434 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
7435 From: Simon Cozens <simon@netthink.co.uk>
7436 Date: Sun, 22 Apr 2001 18:47:25 +0100
7437 Message-ID: <20010422184725.A14411@netthink.co.uk>
7439 ! sv.c t/pragma/overload.t
7440 ____________________________________________________________________________
7441 [ 9781] By: jhi on 2001/04/22 20:52:13
7442 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
7443 From: Robin Houston <robin@kitsite.com>
7444 Date: Sun, 22 Apr 2001 22:14:50 +0100
7445 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
7447 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
7448 ____________________________________________________________________________
7449 [ 9780] By: nick on 2001/04/22 20:40:31
7450 Log: Integrate mainline.
7452 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
7454 !> (integrate 38 files)
7455 ____________________________________________________________________________
7456 [ 9779] By: jhi on 2001/04/22 15:16:03
7457 Log: Subject: IO::Socket::INET patch
7458 From: andrew deryabin <djsf@technarchy.ru>
7459 Date: Sat, 21 Apr 2001 17:46:52 +0400
7460 Message-ID: <20010421174652.B1426@technarchy>
7462 ! ext/IO/lib/IO/Socket/INET.pm
7463 ____________________________________________________________________________
7464 [ 9778] By: jhi on 2001/04/22 15:14:33
7465 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
7466 From: Mark-Jason Dominus <mjd@plover.com>
7467 Date: Sat, 21 Apr 2001 21:27:49 -0400
7468 Message-ID: <20010422012749.27024.qmail@plover.com>
7471 ____________________________________________________________________________
7472 [ 9777] By: jhi on 2001/04/22 15:10:51
7473 Log: Subject: Re: Regex debugger patch
7474 From: Mark-Jason Dominus <mjd@plover.com>
7475 Date: Sat, 21 Apr 2001 21:48:51 -0400
7476 Message-ID: <20010422014851.27165.qmail@plover.com>
7478 ! pod/perldebguts.pod
7479 ____________________________________________________________________________
7480 [ 9776] By: jhi on 2001/04/22 15:09:48
7481 Log: Subject: Re: Regex debugger patch
7482 From: Mark-Jason Dominus <mjd@plover.com>
7483 Date: Sat, 21 Apr 2001 14:24:39 -0400
7484 Message-ID: <20010421182439.16508.qmail@plover.com>
7486 Regex debugger backend.
7488 ! regcomp.c regexp.h
7489 ____________________________________________________________________________
7490 [ 9775] By: jhi on 2001/04/21 16:45:40
7491 Log: Subject: [PATCH] Typo in utf8.h
7492 From: Jesús Quiroga <jquiroga@pobox.com>
7493 Date: Sat, 21 Apr 2001 19:25:33 +0200
7494 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
7497 ____________________________________________________________________________
7498 [ 9774] By: jhi on 2001/04/21 16:43:52
7499 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
7500 From: Joe Orton <jorton@redhat.com>
7501 Date: Tue, 17 Apr 2001 15:50:43 +0100
7502 Message-Id: <20010417155043.D19132@eu.c2.net>
7505 ____________________________________________________________________________
7506 [ 9773] By: jhi on 2001/04/21 15:30:15
7507 Log: Subject: Patch utils/h2xs.PL
7508 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7509 Date: Sat, 21 Apr 2001 10:32:16 -0500
7510 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
7512 Add MAILING list and LICENSE templates.
7515 ____________________________________________________________________________
7516 [ 9772] By: jhi on 2001/04/21 15:28:36
7517 Log: Subject: perlfaq2.patch for 5.7.1
7518 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7519 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
7520 Date: Fri, 20 Apr 2001 16:42:19 -0500
7522 rm an extra tab, a blurb about the xx.cpan to clarify
7523 which countries actually have that and dejanews is history
7524 as well as most of that nonsensical entry.
7527 ____________________________________________________________________________
7528 [ 9771] By: jhi on 2001/04/21 15:27:17
7529 Log: Subject: perlfaq1.patch for 5.7.1
7530 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7531 Date: Fri, 20 Apr 2001 16:57:36 -0500
7532 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
7534 Evil URLs must die. Especially when they are broken.
7537 ____________________________________________________________________________
7538 [ 9770] By: jhi on 2001/04/21 15:23:38
7539 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
7540 From: Michael G Schwern <schwern@pobox.com>
7541 Date: Sat, 21 Apr 2001 16:11:12 +0100
7542 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
7544 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
7546 ! MANIFEST ext/B/B.pm t/lib/b.t
7547 ____________________________________________________________________________
7548 [ 9769] By: jhi on 2001/04/21 15:03:32
7549 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
7550 From: Michael G Schwern <schwern@pobox.com>
7551 Date: Sat, 21 Apr 2001 09:48:00 +0100
7552 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
7555 ____________________________________________________________________________
7556 [ 9768] By: jhi on 2001/04/21 14:33:49
7557 Log: PerlIO and Encode doc cleanup and tweaks.
7559 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
7560 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
7561 ____________________________________________________________________________
7562 [ 9767] By: jhi on 2001/04/21 12:40:16
7563 Log: Integrate perlio.
7566 ____________________________________________________________________________
7567 [ 9766] By: nick on 2001/04/20 18:28:35
7568 Log: Avoid core dump on
7569 open(STDOUT,">",\$foo);
7572 ____________________________________________________________________________
7573 [ 9765] By: jhi on 2001/04/20 13:23:43
7574 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
7575 From: Robin Houston <robin@kitsite.com>
7576 Date: Fri, 20 Apr 2001 14:29:22 +0100
7577 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
7579 ! ext/B/B.pm ext/B/B/Deparse.pm
7580 ____________________________________________________________________________
7581 [ 9764] By: jhi on 2001/04/20 13:19:33
7582 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
7583 From: Peter Prymmer <pvhp@forte.com>
7584 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
7585 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
7587 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
7588 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
7589 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
7590 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
7591 ____________________________________________________________________________
7592 [ 9763] By: jhi on 2001/04/20 12:36:39
7593 Log: Subject: Re: A new PerlIO coredump
7594 From: Nick Ing-Simmons <nik@tiuk.ti.com>
7595 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
7596 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
7599 ____________________________________________________________________________
7600 [ 9762] By: jhi on 2001/04/19 23:02:30
7601 Log: Update Changes.
7603 ! Changes patchlevel.h
7604 ____________________________________________________________________________
7605 [ 9761] By: jhi on 2001/04/19 22:59:19
7606 Log: More cleanup cleanup.
7608 ! Makefile.SH win32/Makefile win32/makefile.mk
7609 ____________________________________________________________________________
7610 [ 9760] By: jhi on 2001/04/19 22:50:31
7611 Log: lib/Time is non-empty, let's not rmdir it.
7614 ____________________________________________________________________________
7615 [ 9759] By: jhi on 2001/04/19 22:36:51
7616 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
7617 From: Robin Houston <robin@kitsite.com>
7618 Date: Fri, 20 Apr 2001 00:18:53 +0100
7619 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
7621 ! ext/B/B/Deparse.pm
7622 ____________________________________________________________________________
7623 [ 9758] By: jhi on 2001/04/19 22:36:00
7624 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
7625 From: Peter Prymmer <pvhp@forte.com>
7626 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
7627 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
7630 ____________________________________________________________________________
7631 [ 9757] By: nick on 2001/04/19 18:53:54
7632 Log: Blind (untested) integrate of mainline.
7634 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
7635 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
7636 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
7637 !> (integrate 53 files)
7638 ____________________________________________________________________________
7639 [ 9756] By: jhi on 2001/04/19 16:59:23
7640 Log: Document and test Time::Piece.
7642 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
7643 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
7644 ____________________________________________________________________________
7645 [ 9755] By: jhi on 2001/04/19 12:13:29
7646 Log: A better fix for the \x{12345678} trouble from NI-S.
7649 ____________________________________________________________________________
7650 [ 9754] By: jhi on 2001/04/19 11:56:07
7651 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
7652 From: Robin Houston <robin@kitsite.com>
7653 Date: Wed, 18 Apr 2001 17:58:33 +0100
7654 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
7656 ! ext/B/B/Deparse.pm op.c
7657 ____________________________________________________________________________
7658 [ 9753] By: jhi on 2001/04/19 04:21:52
7659 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
7660 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
7661 Date: Thu, 19 Apr 2001 01:11:41 -0400
7662 Message-ID: <20010419011141.A5798@cpan.org>
7664 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
7665 ____________________________________________________________________________
7666 [ 9752] By: jhi on 2001/04/19 02:41:10
7667 Log: The new time utils need to be thread-aware, too.
7670 ____________________________________________________________________________
7671 [ 9751] By: jhi on 2001/04/19 02:26:47
7672 Log: Compilation nit noticed by AIX compiler.
7675 ____________________________________________________________________________
7676 [ 9750] By: jhi on 2001/04/19 02:20:06
7677 Log: The new time utils need to be public.
7680 ____________________________________________________________________________
7681 [ 9749] By: jhi on 2001/04/19 01:42:39
7685 ____________________________________________________________________________
7686 [ 9748] By: jhi on 2001/04/19 01:41:10
7687 Log: Add Time::Piece, a slight rewrite of Time::Object,
7690 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
7691 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
7692 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
7693 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
7694 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
7696 ____________________________________________________________________________
7697 [ 9747] By: jhi on 2001/04/19 00:55:35
7698 Log: The new metaconfig unit from strftime.
7699 Branch: metaconfig/U/perl
7701 ____________________________________________________________________________
7702 [ 9746] By: jhi on 2001/04/19 00:54:54
7703 Log: Move the strftime() wrapper from POSIX.xs to util.c
7704 as my_strftime(), requires HAS_STRFTIME.
7706 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7707 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
7708 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
7709 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7710 ! vos/config.ga.h win32/config.bc win32/config.gc
7712 ____________________________________________________________________________
7713 [ 9745] By: jhi on 2001/04/18 23:11:03
7714 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
7715 in preparation of Time::Piece.
7717 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
7718 ____________________________________________________________________________
7719 [ 9744] By: jhi on 2001/04/18 22:33:12
7720 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
7721 From: Peter Prymmer <pvhp@forte.com>
7722 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
7723 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
7726 ____________________________________________________________________________
7727 [ 9743] By: jhi on 2001/04/18 22:32:23
7728 Log: Subject: Fwd: pod2html leaves cache files lying around?
7729 From: Rajesh Vaidheeswarran <rv@gnu.org>
7730 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
7731 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
7734 ____________________________________________________________________________
7735 [ 9742] By: jhi on 2001/04/18 20:31:49
7736 Log: Update Changes.
7738 ! Changes patchlevel.h
7739 ____________________________________________________________________________
7740 [ 9741] By: jhi on 2001/04/18 20:23:02
7741 Log: Declare hints only if needed.
7743 ! ext/B/B/Deparse.pm
7744 ____________________________________________________________________________
7745 [ 9740] By: jhi on 2001/04/18 19:06:05
7746 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
7747 bug noticed by Robin Houston; basically the code of detecting
7748 value wraparound was acting differently under different compilers
7749 and platforms. The workaround is to remove the overflow check
7750 for now, a real fix would be to do the overflow (portably) right.
7753 ____________________________________________________________________________
7754 [ 9739] By: jhi on 2001/04/18 19:01:23
7755 Log: Subject: [PATCH B::Deparse] some pragma support
7756 From: Robin Houston <robin@kitsite.com>
7757 Date: Wed, 18 Apr 2001 19:32:12 +0100
7758 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
7760 ! ext/B/B/Deparse.pm
7761 ____________________________________________________________________________
7762 [ 9738] By: jhi on 2001/04/18 15:16:37
7763 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
7764 From: Benjamin Sugars <bsugars@canoe.ca>
7765 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
7766 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
7769 ____________________________________________________________________________
7770 [ 9737] By: jhi on 2001/04/18 13:24:50
7771 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
7772 From: Tim Jenness <t.jenness@jach.hawaii.edu>
7773 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
7774 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
7776 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7777 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
7778 ____________________________________________________________________________
7779 [ 9736] By: jhi on 2001/04/18 04:15:14
7780 Log: The #9735 also changes the subtest 12.
7783 ____________________________________________________________________________
7784 [ 9735] By: jhi on 2001/04/18 03:55:17
7785 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
7786 From: David Dyck <dcd@tc.fluke.com>
7787 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
7788 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
7790 ! ext/B/B/Deparse.pm
7791 ____________________________________________________________________________
7792 [ 9734] By: jhi on 2001/04/18 03:54:11
7793 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
7794 From: Gisle Aas <gisle@ActiveState.com>
7795 Date: 17 Apr 2001 19:06:45 -0700
7796 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
7798 ! pp_hot.c t/op/misc.t
7799 ____________________________________________________________________________
7800 [ 9733] By: jhi on 2001/04/17 22:25:22
7801 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
7802 From: "Abigail" <abigail@foad.org>
7803 Date: Wed, 18 Apr 2001 01:17:46 +0200
7804 Message-ID: <20010417231746.21657.qmail@foad.org>
7806 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
7807 ____________________________________________________________________________
7808 [ 9732] By: jhi on 2001/04/17 20:47:56
7809 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
7810 From: Robin Houston <robin@kitsite.com>
7811 Date: Tue, 17 Apr 2001 22:37:42 +0100
7812 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
7814 ! ext/B/B/Deparse.pm
7815 ____________________________________________________________________________
7816 [ 9731] By: nick on 2001/04/17 20:46:35
7817 Log: Re-sync for t/lib/b.t fix
7819 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
7820 ____________________________________________________________________________
7821 [ 9730] By: jhi on 2001/04/17 20:45:29
7822 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
7823 From: Robin Houston <robin@kitsite.com>
7824 Date: Tue, 17 Apr 2001 22:29:36 +0100
7825 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
7827 ! ext/B/B.xs ext/B/B/Deparse.pm
7828 ____________________________________________________________________________
7829 [ 9729] By: jhi on 2001/04/17 20:43:11
7830 Log: Subject: Deparse - parenthesise args to undeclared subs
7831 From: Robin Houston <robin@kitsite.com>
7832 Date: Tue, 17 Apr 2001 21:31:05 +0100
7833 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
7835 ! ext/B/B/Deparse.pm
7836 ____________________________________________________________________________
7837 [ 9728] By: jhi on 2001/04/17 18:57:30
7838 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
7839 From: Benjamin Sugars <ben.sugars@home.com>
7840 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
7841 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
7844 ____________________________________________________________________________
7845 [ 9727] By: jhi on 2001/04/17 18:20:20
7846 Log: Subject: [PATCH B::Deparse] ambient pragmas
7847 From: Robin Houston <robin@kitsite.com>
7848 Date: Tue, 17 Apr 2001 20:01:59 +0100
7849 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
7851 ! ext/B/B/Deparse.pm t/lib/b.t
7852 ____________________________________________________________________________
7853 [ 9726] By: nick on 2001/04/17 16:33:51
7854 Log: Integrate mainline (t/lib/b.t fails test 2...)
7856 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
7857 +> ext/List/Util/README ext/List/Util/Util.xs
7858 +> ext/List/Util/lib/List/Util.pm
7859 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
7860 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
7861 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
7862 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
7863 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
7864 !> (integrate 31 files)
7865 ____________________________________________________________________________
7866 [ 9725] By: jhi on 2001/04/17 12:14:24
7867 Log: Subject: multiple B::* changes
7868 From: Robin Houston <robin@kitsite.com>
7869 Date: Thu, 12 Apr 2001 20:12:27 +0100
7870 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
7872 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
7873 ____________________________________________________________________________
7874 [ 9724] By: jhi on 2001/04/17 11:59:05
7875 Log: Thread-awareness from Doug MacEachern.
7877 ! ext/List/Util/Util.xs
7878 ____________________________________________________________________________
7879 [ 9723] By: jhi on 2001/04/17 11:57:41
7880 Log: Make the test more portable.
7883 ____________________________________________________________________________
7884 [ 9722] By: jhi on 2001/04/17 11:53:50
7885 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
7886 From: Benjamin Sugars <ben.sugars@home.com>
7887 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
7888 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
7891 ____________________________________________________________________________
7892 [ 9721] By: jhi on 2001/04/17 11:52:17
7893 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
7894 From: Benjamin Sugars <bsugars@canoe.ca>
7895 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
7896 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
7899 ____________________________________________________________________________
7900 [ 9720] By: jhi on 2001/04/17 11:35:42
7901 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
7902 From: Chris Nandor <pudge@pobox.com>
7903 Date: Tue, 17 Apr 2001 00:30:49 -0400
7904 Message-Id: <p05100207b701768712de@[10.0.1.177]>
7906 ! ext/File/Glob/bsd_glob.c gv.c
7907 ____________________________________________________________________________
7908 [ 9719] By: jhi on 2001/04/17 11:32:13
7909 Log: Subject: [PATCH] Tweten->West
7910 From: Casey West <casey@geeknest.com>
7911 Date: Mon, 16 Apr 2001 12:11:22 -0400
7912 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
7914 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
7916 ____________________________________________________________________________
7917 [ 9718] By: jhi on 2001/04/16 03:22:52
7918 Log: Update Changes.
7920 ! Changes patchlevel.h
7921 ____________________________________________________________________________
7922 [ 9717] By: jhi on 2001/04/16 03:06:28
7926 ____________________________________________________________________________
7927 [ 9716] By: jhi on 2001/04/16 02:58:42
7928 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
7929 From: Prymmer/Kahn <pvhp@best.com>
7930 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
7931 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
7934 ____________________________________________________________________________
7935 [ 9715] By: jhi on 2001/04/15 23:40:35
7936 Log: Subject: Re: Net::Ping patch, adds stream protocol
7937 From: bronson@rinspin.com (Scott Bronson)
7938 Date: Tue, 10 Apr 2001 23:58:33 -0700
7939 Message-ID: <20010410235833.N29719@rinspin.com>
7942 ____________________________________________________________________________
7943 [ 9714] By: jhi on 2001/04/15 23:31:46
7944 Log: Printing out the ok messages helps successful testing.
7946 ! t/lib/time-hires.t
7947 ____________________________________________________________________________
7948 [ 9713] By: jhi on 2001/04/15 21:43:24
7949 Log: Update Douglas Wegscheid's email.
7952 ____________________________________________________________________________
7953 [ 9712] By: jhi on 2001/04/15 21:40:41
7954 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
7955 From: Michael G Schwern <schwern@pobox.com>
7956 Date: Sat, 14 Apr 2001 22:40:50 +0100
7957 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
7960 ! MANIFEST lib/Exporter/Heavy.pm
7961 ____________________________________________________________________________
7962 [ 9711] By: jhi on 2001/04/15 21:39:21
7963 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
7964 From: Michael G Schwern <schwern@pobox.com>
7965 Date: Sat, 14 Apr 2001 22:13:59 +0100
7966 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
7969 ____________________________________________________________________________
7970 [ 9710] By: jhi on 2001/04/15 21:30:19
7971 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
7972 From: Michael G Schwern <schwern@pobox.com>
7973 Date: Sat, 14 Apr 2001 22:05:32 +0100
7974 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
7976 ! t/pragma/warnings.t
7977 ____________________________________________________________________________
7978 [ 9709] By: jhi on 2001/04/15 19:34:09
7979 Log: Integrate changes #9706,9707 from maintperl into mainline.
7981 change#7210 broke .packlist generation
7983 ExtUtils::Installed doesn't quote regex metacharacters in paths
7984 before using them in match; also make it work for dosish platforms
7986 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7987 ____________________________________________________________________________
7988 [ 9708] By: jhi on 2001/04/15 19:31:01
7989 Log: Test also the scalar aspect of getitimer().
7991 ! t/lib/time-hires.t
7992 ____________________________________________________________________________
7993 [ 9707] By: gsar on 2001/04/15 17:24:20
7994 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
7995 before using them in match; also make it work for dosish platforms
7996 Branch: maint-5.6/perl
7997 ! lib/ExtUtils/Installed.pm
7998 ____________________________________________________________________________
7999 [ 9706] By: gsar on 2001/04/15 17:21:59
8000 Log: change#7210 broke .packlist generation (listed only filename
8001 rather than fully qualified path name)
8002 Branch: maint-5.6/perl
8003 ! lib/ExtUtils/Install.pm
8004 ____________________________________________________________________________
8005 [ 9705] By: jhi on 2001/04/15 12:36:33
8006 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
8008 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
8009 ! t/lib/time-hires.t
8010 ____________________________________________________________________________
8011 [ 9704] By: jhi on 2001/04/15 10:49:08
8012 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
8013 From: Prymmer/Kahn <pvhp@best.com>
8014 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
8015 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
8017 ! lib/utf8.pm pod/perlebcdic.pod
8018 ____________________________________________________________________________
8019 [ 9703] By: jhi on 2001/04/15 02:26:26
8020 Log: I keep forgetting to sort MANIFEST.
8023 ____________________________________________________________________________
8024 [ 9702] By: jhi on 2001/04/15 02:07:47
8025 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
8026 Now we have blessed, reftype, tainted, first, reduce, ...
8028 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
8029 + ext/List/Util/README ext/List/Util/Util.xs
8030 + ext/List/Util/lib/List/Util.pm
8031 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
8032 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
8033 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
8034 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
8035 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
8037 ____________________________________________________________________________
8038 [ 9701] By: jhi on 2001/04/14 15:05:25
8039 Log: Subject: RE: dprofpp.pl updates
8040 From: Carl Eklof <CEklof@endeca.com>
8041 Date: Thu, 12 Apr 2001 18:45:46 -0400
8042 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
8045 ____________________________________________________________________________
8046 [ 9700] By: jhi on 2001/04/14 14:44:55
8047 Log: Do not just blindly add CR.
8050 ____________________________________________________________________________
8051 [ 9699] By: jhi on 2001/04/13 13:17:01
8052 Log: Update Changes.
8054 ! Changes patchlevel.h
8055 ____________________________________________________________________________
8056 [ 9698] By: jhi on 2001/04/13 12:44:48
8057 Log: Integrate perlio.
8059 !> ext/PerlIO/Scalar/Scalar.xs
8060 ____________________________________________________________________________
8061 [ 9697] By: jhi on 2001/04/13 12:29:15
8062 Log: Add more debug output to the test.
8065 ____________________________________________________________________________
8066 [ 9696] By: nick on 2001/04/13 10:14:29
8067 Log: Fix core dump on binmode($fh,'Scalar')
8069 ! ext/PerlIO/Scalar/Scalar.xs
8070 ____________________________________________________________________________
8071 [ 9695] By: nick on 2001/04/13 09:05:42
8072 Log: Integrate mainline
8074 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8075 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
8076 +> t/lib/time-hires.t
8077 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
8078 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
8079 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
8080 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
8081 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
8082 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
8083 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
8084 ____________________________________________________________________________
8085 [ 9694] By: jhi on 2001/04/12 22:23:35
8086 Log: Integrate change #9693 from maintperl into mainline.
8088 $VERSION and Version() on the same line provokes a warning from
8089 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
8091 !> lib/Devel/SelfStubber.pm
8092 ____________________________________________________________________________
8093 [ 9693] By: gsar on 2001/04/12 21:55:56
8094 Log: $VERSION and Version() on the same line provokes a warning from
8095 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
8096 Branch: maint-5.6/perl
8097 ! lib/Devel/SelfStubber.pm
8098 ____________________________________________________________________________
8099 [ 9692] By: jhi on 2001/04/12 13:54:00
8100 Log: This is at least 5.005.
8102 ! ext/Time/HiRes/HiRes.xs
8103 ____________________________________________________________________________
8104 [ 9691] By: jhi on 2001/04/12 13:37:20
8105 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
8107 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
8108 ! win32/Makefile win32/makefile.mk
8109 ____________________________________________________________________________
8110 [ 9690] By: jhi on 2001/04/12 01:34:46
8111 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
8113 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8114 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
8115 + t/lib/time-hires.t
8117 ____________________________________________________________________________
8118 [ 9689] By: jhi on 2001/04/12 00:28:39
8119 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
8120 From: Gisle Aas <gisle@ActiveState.com>
8121 Date: 11 Apr 2001 16:36:11 -0700
8122 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
8124 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
8125 ____________________________________________________________________________
8126 [ 9688] By: jhi on 2001/04/12 00:27:39
8127 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
8128 From: Gisle Aas <gisle@ActiveState.com>
8129 Date: 11 Apr 2001 11:13:24 -0700
8130 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
8132 ! ext/MIME/Base64/Base64.xs
8133 ____________________________________________________________________________
8134 [ 9687] By: jhi on 2001/04/11 19:51:47
8135 Log: Slight update on the Todo list. (Should integrate to Todo?)
8138 ____________________________________________________________________________
8139 [ 9686] By: jhi on 2001/04/11 16:54:25
8140 Log: Subject: [PATCH opcode.pl] Documentation of table format
8141 From: Simon Cozens <simon@netthink.co.uk>
8142 Date: Wed, 11 Apr 2001 12:59:31 +0100
8143 Message-ID: <20010411125931.A25681@netthink.co.uk>
8146 ____________________________________________________________________________
8147 [ 9685] By: jhi on 2001/04/11 16:53:15
8148 Log: Subject: [PATCH] prototype("CORE::recv")
8149 From: Simon Cozens <simon@netthink.co.uk>
8150 Date: Wed, 11 Apr 2001 13:24:35 +0100
8151 Message-ID: <20010411132435.A26169@netthink.co.uk>
8153 ! pp.c t/comp/proto.t
8154 ____________________________________________________________________________
8155 [ 9684] By: jhi on 2001/04/11 16:47:13
8156 Log: FAQ (and AUTHORS) update from Dan Carson: the information
8157 was several years obsolete, Term::Readkey has been updated
8158 to have the functionality.
8160 ! AUTHORS pod/perlfaq5.pod
8161 ____________________________________________________________________________
8162 [ 9683] By: jhi on 2001/04/11 12:15:46
8163 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
8164 From: Calle Dybedahl <calle@lysator.liu.se>
8165 Date: 10 Apr 2001 16:44:16 +0200
8166 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
8168 ! ext/MIME/Base64/Base64.xs
8169 ____________________________________________________________________________
8170 [ 9682] By: jhi on 2001/04/11 12:12:26
8171 Log: A more minimal fix for 20010410.006 from Hugo.
8174 ____________________________________________________________________________
8175 [ 9681] By: jhi on 2001/04/11 11:34:23
8176 Log: Integrate changes #9678,9679 from maintline into mainperl.
8178 addendum to change#9676
8180 up $File::Glob::VERSION; add a note pointing out the version of
8181 the OpenBSD glob bsd_glob.c resembles
8183 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8184 !> ext/File/Glob/bsd_glob.h
8185 ____________________________________________________________________________
8186 [ 9680] By: jhi on 2001/04/11 11:30:38
8187 Log: Bad test numbering in integrate in #9677.
8188 Fixes ID 20010411.001.
8191 ____________________________________________________________________________
8192 [ 9679] By: gsar on 2001/04/11 03:38:40
8193 Log: up $File::Glob::VERSION; add a note pointing out the version of
8194 the OpenBSD glob bsd_glob.c resembles
8195 Branch: maint-5.6/perl
8196 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8197 ! ext/File/Glob/bsd_glob.h
8198 ____________________________________________________________________________
8199 [ 9678] By: gsar on 2001/04/11 03:09:48
8200 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
8201 revision 1.8.10.1 found here:
8203 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
8204 Branch: maint-5.6/perl
8205 ! ext/File/Glob/bsd_glob.c
8206 ____________________________________________________________________________
8207 [ 9677] By: jhi on 2001/04/11 02:54:39
8208 Log: Integrate changes #9675,9676 from maintperl into mainline.
8210 fix for bug 20010410.006, undo change#7115
8212 port the OpenBSD glob() security patch
8214 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
8215 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
8217 ____________________________________________________________________________
8218 [ 9676] By: gsar on 2001/04/11 02:19:02
8219 Log: port the glob() security patch found at:
8221 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
8223 CERT advisory for the issue is here:
8225 http://www.cert.org/advisories/CA-2001-07.html
8227 Note that the security scare is only relevant for those who are
8228 foolish enough to build suidperl (which is now officially discouraged)
8229 Branch: maint-5.6/perl
8230 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
8231 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
8232 ____________________________________________________________________________
8233 [ 9675] By: gsar on 2001/04/10 23:52:11
8234 Log: fix for bug 20010410.006
8236 undo change#7115 (came into maint-5.6 as change#8156)
8238 add tests to keep it from coming back
8239 Branch: maint-5.6/perl
8240 ! regexec.c t/op/pat.t
8241 ____________________________________________________________________________
8242 [ 9674] By: nick on 2001/04/10 20:39:31
8243 Log: Integrate mainline
8245 +> Porting/testall.atom
8246 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
8247 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
8248 !> t/lib/lc-uk.t t/pod/find.t
8249 ____________________________________________________________________________
8250 [ 9673] By: nick on 2001/04/10 18:46:14
8251 Log: Integrate against change 9670 aka perl-5.7.1
8253 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
8254 !> (integrate 53 files)
8255 ____________________________________________________________________________
8256 [ 9672] By: jhi on 2001/04/10 13:45:01
8257 Log: Add a script for doing cumulative profile of the test suite.
8258 (Requires ATOM, that is, Tru64.)
8260 + Porting/testall.atom
8262 ____________________________________________________________________________
8263 [ 9671] By: jhi on 2001/04/10 12:38:53
8264 Log: Missing std block.
8266 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
8267 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
8269 ____________________________________________________________________________
8270 [ 9670] By: jhi on 2001/04/10 01:25:58
8274 ____________________________________________________________________________
8275 [ 9669] By: jhi on 2001/04/10 01:09:14
8276 Log: Update Changes.
8278 ! Changes patchlevel.h
8279 ____________________________________________________________________________
8280 [ 9668] By: jhi on 2001/04/10 01:00:38
8284 ____________________________________________________________________________
8285 [ 9667] By: jhi on 2001/04/10 00:52:16
8286 Log: Update perlhist.
8289 ____________________________________________________________________________
8290 [ 9666] By: jhi on 2001/04/09 23:38:59
8291 Log: Slight wording tweaks from Damian to #9658.
8294 ____________________________________________________________________________
8295 [ 9665] By: jhi on 2001/04/09 19:56:06
8296 Log: Subject: [PATCH perlutil.pod] Nit
8297 From: Simon Cozens <simon@netthink.co.uk>
8298 Date: Mon, 9 Apr 2001 20:29:44 +0100
8299 Message-ID: <20010409202944.A14796@the.earth.li>
8302 ____________________________________________________________________________
8303 [ 9664] By: jhi on 2001/04/09 19:54:42
8304 Log: Subject: Re: perl571delta.pod@9631
8305 From: Mike Guy <mjtg@cam.ac.uk>
8306 Date: Mon, 09 Apr 2001 18:09:14 +0100
8307 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
8309 ! pod/perl571delta.pod
8310 ____________________________________________________________________________
8311 [ 9663] By: jhi on 2001/04/09 13:43:35
8312 Log: Update Changes.
8314 ! Changes patchlevel.h
8315 ____________________________________________________________________________
8316 [ 9662] By: jhi on 2001/04/09 13:24:46
8319 ! AUTHORS pod/perl571delta.pod
8320 ____________________________________________________________________________
8321 [ 9661] By: jhi on 2001/04/09 13:15:13
8322 Log: Thinko in manual patch applying.
8325 ____________________________________________________________________________
8326 [ 9660] By: jhi on 2001/04/09 13:07:53
8327 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
8328 From: Robin Barker <rmb1@cise.npl.co.uk>
8329 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
8330 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
8332 (This corrects the case where the "isn't numeric" string contains \0s
8333 and is longer than the temporary buffer, and contains \0 at the point
8334 the string would be truncated by "...".)
8337 ____________________________________________________________________________
8338 [ 9659] By: jhi on 2001/04/09 12:57:41
8339 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
8341 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
8342 ! t/lib/cgi-function.t t/lib/cgi-html.t
8343 ____________________________________________________________________________
8344 [ 9658] By: jhi on 2001/04/09 12:48:47
8345 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
8346 From: Ilmari Karonen <iltzu@sci.fi>
8347 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
8348 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
8350 Rearrange and rewrite the Method Invocation section
8351 to explain the concepts in nicer order.
8354 ____________________________________________________________________________
8355 [ 9657] By: jhi on 2001/04/09 12:35:58
8356 Log: Upgrade to podlators 1.09, from Russ Allbery.
8358 ! lib/Pod/Man.pm lib/Pod/Text.pm
8359 ____________________________________________________________________________
8360 [ 9656] By: jhi on 2001/04/09 12:31:53
8363 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
8364 ____________________________________________________________________________
8365 [ 9655] By: jhi on 2001/04/09 12:20:09
8366 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
8367 From: Prymmer/Kahn <pvhp@best.com>
8368 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
8369 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
8371 ! lib/utf8.pm pod/perlunicode.pod
8372 ____________________________________________________________________________
8373 [ 9654] By: gsar on 2001/04/09 03:38:33
8374 Log: here lies 5.6.1
8375 Branch: maint-5.6/perl
8377 ____________________________________________________________________________
8378 [ 9653] By: jhi on 2001/04/09 03:25:24
8379 Log: Update perlhist.
8382 ____________________________________________________________________________
8383 [ 9652] By: jhi on 2001/04/09 03:18:49
8384 Log: perl571delta tweaking continues.
8386 ! pod/perl571delta.pod
8387 ____________________________________________________________________________
8388 [ 9651] By: gsar on 2001/04/09 03:11:19
8389 Log: update Changes, patchlevel.h &c.
8390 Branch: maint-5.6/perl
8391 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
8393 ____________________________________________________________________________
8394 [ 9650] By: jhi on 2001/04/09 02:40:24
8395 Log: Integrate the perlfork half of #9513 from maintperl into mainline
8396 (the perlunicode half is obsolete)
8399 ____________________________________________________________________________
8400 [ 9649] By: gsar on 2001/04/09 02:35:43
8401 Log: tweak perldelta as suggested by Jarkko
8402 Branch: maint-5.6/perl
8404 ____________________________________________________________________________
8405 [ 9648] By: jhi on 2001/04/09 02:13:04
8406 Log: Integrate change #9646 from maintperl into mainline.
8408 add note about ithreads and Thread.pm
8410 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
8411 ____________________________________________________________________________
8412 [ 9647] By: jhi on 2001/04/09 02:10:18
8413 Log: Bad assumption that shortsize == 2.
8415 ! t/lib/xs-typemap.t
8416 ____________________________________________________________________________
8417 [ 9646] By: gsar on 2001/04/09 00:48:04
8418 Log: add note about ithreads and Thread.pm (too many people are
8419 confused by the fact that Thread.pm is built and installed
8420 under non-5005threads but doesn't work)
8421 Branch: maint-5.6/perl
8422 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
8423 ____________________________________________________________________________
8424 [ 9645] By: gsar on 2001/04/09 00:19:03
8425 Log: update perldelta.pod for changes in 5.6.1
8426 Branch: maint-5.6/perl
8427 ! Changes pod/perldelta.pod
8428 ____________________________________________________________________________
8429 [ 9644] By: jhi on 2001/04/08 20:37:00
8430 Log: Integrate change #9639 from maintperl into mainline:
8431 on windows, many of the README.* pods were being copied to
8434 !> win32/Makefile win32/makefile.mk
8435 ____________________________________________________________________________
8436 [ 9643] By: jhi on 2001/04/08 20:07:11
8437 Log: Integrate change #9624 from maintperl into mainline:
8438 the pod tests were not okay. (t/pod/find.t changes ignored)
8440 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
8441 !> t/pod/include.t t/pod/included.t t/pod/lref.t
8442 !> t/pod/multiline_items.t t/pod/nested_items.t
8443 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
8444 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
8445 ____________________________________________________________________________
8446 [ 9642] By: jhi on 2001/04/08 19:57:17
8447 Log: Integrate change #9638 from maintperl into mainline:
8448 update to latest JPL from the anoncvs repository
8450 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
8451 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8452 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8453 ____________________________________________________________________________
8454 [ 9641] By: jhi on 2001/04/08 19:53:30
8455 Log: perl571delta updates.
8457 ! lib/Filter/Simple.pm pod/perl571delta.pod
8458 ____________________________________________________________________________
8459 [ 9640] By: gsar on 2001/04/08 19:20:46
8460 Log: integrate change#9634 from mainline
8462 Fix the perlmodlib generation (didn't understand separate .pod
8463 files; didn't understand -- as the name-thing separator).
8464 Update the CPAN mirrors list.
8465 Branch: maint-5.6/perl
8466 ! pod/perlmodlib.pod
8467 !> pod/perlmodlib.PL
8468 ____________________________________________________________________________
8469 [ 9639] By: gsar on 2001/04/08 18:57:31
8470 Log: on windows, many of the README.* pods were being copied to the wrong
8472 Branch: maint-5.6/perl
8473 ! win32/Makefile win32/makefile.mk
8474 ____________________________________________________________________________
8475 [ 9638] By: gsar on 2001/04/08 18:38:25
8476 Log: update to latest JPL from the anoncvs repository
8477 Branch: maint-5.6/perl
8478 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
8479 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8480 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8481 ____________________________________________________________________________
8482 [ 9637] By: jhi on 2001/04/08 17:53:53
8483 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
8485 ! pod/perl571delta.pod
8486 ____________________________________________________________________________
8487 [ 9636] By: jhi on 2001/04/08 17:18:32
8491 ____________________________________________________________________________
8492 [ 9635] By: jhi on 2001/04/08 17:16:33
8493 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
8494 From: "Craig A. Berry" <craigberry@mac.com>
8495 Date: Sun, 08 Apr 2001 12:30:16 -0500
8496 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
8498 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
8499 ____________________________________________________________________________
8500 [ 9634] By: jhi on 2001/04/08 17:09:19
8501 Log: Fix the perlmodlib generation (didn't understand separate .pod
8502 files; didn't understand -- as the name-thing separator).
8504 Update the CPAN mirrors list.
8506 ! pod/perlmodlib.PL pod/perlmodlib.pod
8507 ____________________________________________________________________________
8508 [ 9633] By: jhi on 2001/04/08 16:49:17
8512 ____________________________________________________________________________
8513 [ 9632] By: gsar on 2001/04/08 16:36:06
8514 Log: add $Tie::RefHash::VERSION
8515 Branch: maint-5.6/perl
8516 ! lib/Tie/RefHash.pm
8517 ____________________________________________________________________________
8518 [ 9631] By: jhi on 2001/04/08 16:10:15
8519 Log: perl571delta updates based on p5p feedback; still needs
8522 ! pod/perl571delta.pod
8523 ____________________________________________________________________________
8524 [ 9630] By: jhi on 2001/04/08 15:59:13
8525 Log: Update the list of supported platforms to talk about 5.7.1
8529 ____________________________________________________________________________
8530 [ 9629] By: jhi on 2001/04/08 15:55:41
8531 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
8532 from maintperl into mainline: perlport updates.
8535 ____________________________________________________________________________
8536 [ 9628] By: jhi on 2001/04/08 15:53:17
8537 Log: perlsolaris.pod copied to wrong directory.
8540 ____________________________________________________________________________
8541 [ 9627] By: jhi on 2001/04/08 14:48:18
8542 Log: Subject: Typos in perl571delta.pod
8543 From: "Stephen P. Potter" <spp@spotter.yi.org>
8544 Date: Sat, 07 Apr 2001 20:37:05 -0400
8545 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
8547 ! pod/perl571delta.pod
8548 ____________________________________________________________________________
8549 [ 9626] By: jhi on 2001/04/08 14:39:04
8550 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
8553 ____________________________________________________________________________
8554 [ 9625] By: nick on 2001/04/08 10:14:23
8555 Log: Integrate mainline
8557 +> pod/perl570delta.pod pod/perl571delta.pod
8558 !> (integrate 27 files)
8559 ____________________________________________________________________________
8560 [ 9624] By: gsar on 2001/04/08 06:08:17
8561 Log: test in t/pod/* were busted
8563 these tests are still not enabled in t/{harness,TEST}
8564 Branch: maint-5.6/perl
8565 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
8566 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
8567 ! t/pod/multiline_items.t t/pod/nested_items.t
8568 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
8569 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
8570 ____________________________________________________________________________
8571 [ 9623] By: gsar on 2001/04/08 03:37:01
8572 Log: integrate change#9470 from mainline
8574 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
8575 Branch: maint-5.6/perl
8576 !> ext/Socket/Socket.xs
8577 ____________________________________________________________________________
8578 [ 9622] By: jhi on 2001/04/07 22:40:47
8579 Log: Update Changes.
8581 ! Changes patchlevel.h
8582 ____________________________________________________________________________
8583 [ 9621] By: jhi on 2001/04/07 22:34:16
8584 Log: Update AUTHORS.
8587 ____________________________________________________________________________
8588 [ 9620] By: jhi on 2001/04/07 22:12:47
8589 Log: Forgot to bump the number of tests in #9164.
8592 ____________________________________________________________________________
8593 [ 9619] By: jhi on 2001/04/07 22:09:50
8594 Log: Bump patchlevel to 5.7.1.
8596 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8597 ! config_h.SH patchlevel.h
8598 ____________________________________________________________________________
8599 [ 9618] By: jhi on 2001/04/07 22:02:41
8600 Log: Populate perl571delta.
8602 ! pod/perl571delta.pod
8603 ____________________________________________________________________________
8604 [ 9617] By: jhi on 2001/04/07 22:01:23
8605 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
8606 to forget it later; do not change patchlevel.h yet or regenerate
8609 ! epoc/config.sh win32/Makefile win32/config_H.bc
8610 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8611 ____________________________________________________________________________
8612 [ 9616] By: jhi on 2001/04/07 17:46:33
8613 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
8615 ! pod/perl571delta.pod
8616 ____________________________________________________________________________
8617 [ 9615] By: jhi on 2001/04/07 17:33:21
8618 Log: Change the toc configuration.
8620 ! pod/buildtoc.PL pod/perl.pod
8621 ____________________________________________________________________________
8622 [ 9614] By: jhi on 2001/04/07 17:29:47
8623 Log: Subject: PATCH: $[
8624 From: Robin Houston <robin@kitsite.com>
8625 Date: Fri, 6 Apr 2001 18:10:14 +0100
8626 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
8629 ____________________________________________________________________________
8630 [ 9613] By: jhi on 2001/04/07 17:28:26
8631 Log: Subject: [PATCH perl@9424] isn't numeric warning
8632 From: Robin Barker <rmb1@cise.npl.co.uk>
8633 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
8634 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
8636 ! sv.c t/pragma/warn/sv
8637 ____________________________________________________________________________
8638 [ 9612] By: jhi on 2001/04/07 17:26:45
8639 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
8640 From: Mike Guy <mjtg@cam.ac.uk>
8641 Date: Fri, 06 Apr 2001 12:47:06 +0100
8642 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
8644 ! dump.c t/lib/peek.t
8645 ____________________________________________________________________________
8646 [ 9611] By: jhi on 2001/04/07 17:21:35
8647 Log: Create perl571delta and seed it off with the perldelta changes
8648 since 5.7.0; remove those changes from perldelta and rename it
8649 as perl570delta; recreate perldelta but leave it almost empty.
8651 + pod/perl570delta.pod pod/perl571delta.pod
8652 ! MANIFEST pod/perldelta.pod
8653 ____________________________________________________________________________
8654 [ 9610] By: jhi on 2001/04/07 16:56:32
8658 ____________________________________________________________________________
8659 [ 9609] By: jhi on 2001/04/07 16:38:32
8660 Log: Retract #9523: needs more thought.
8663 ____________________________________________________________________________
8664 [ 9608] By: jhi on 2001/04/07 14:59:20
8665 Log: atmark() code cleanaup.
8668 ____________________________________________________________________________
8669 [ 9607] By: jhi on 2001/04/07 14:48:14
8670 Log: Integrate change #9605 from maintperl into mainline.
8672 can't optimize away scope entry if tr/// is present
8675 ____________________________________________________________________________
8676 [ 9606] By: jhi on 2001/04/07 14:43:59
8677 Log: Integrate perlio.
8680 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
8681 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
8682 ____________________________________________________________________________
8683 [ 9605] By: gsar on 2001/04/07 11:52:40
8684 Log: can't optimize away scope entry if tr/// is present
8685 Branch: maint-5.6/perl
8687 ____________________________________________________________________________
8688 [ 9604] By: nick on 2001/04/07 11:39:45
8689 Log: Split out extension finding code from buildext.pl into FindExt.pm
8690 Use it to get Config.pm's idea of available extensions in line
8694 ! MANIFEST win32/buildext.pl win32/config_sh.PL
8696 ____________________________________________________________________________
8697 [ 9603] By: nick on 2001/04/07 09:11:38
8698 Log: Cleanup correction for failed :Via() layer, also set an error code.
8700 ! ext/PerlIO/Via/Via.xs
8701 ____________________________________________________________________________
8702 [ 9602] By: nick on 2001/04/07 08:38:04
8703 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
8704 style. So don't use binmode() on the handles so that Win32 etc. see
8705 same sequence and produce same digests.
8708 ____________________________________________________________________________
8709 [ 9601] By: nick on 2001/04/07 08:36:26
8710 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
8711 Else it complains and so crlf layer (say) does not get pushed.
8714 ____________________________________________________________________________
8715 [ 9600] By: jhi on 2001/04/06 23:00:09
8716 Log: Integrate change #9599 from perlio into mainline.
8718 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
8719 !> win32/config_H.vc
8720 ____________________________________________________________________________
8721 [ 9599] By: nick on 2001/04/06 21:42:43
8722 Log: Quote $VERSION in Encode.pm.
8723 regen_config_h as requested.
8725 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
8727 ____________________________________________________________________________
8728 [ 9598] By: nick on 2001/04/06 20:34:59
8729 Log: Integrate mainline
8732 !> (integrate 39 files)
8733 ____________________________________________________________________________
8734 [ 9597] By: gsar on 2001/04/06 18:06:35
8735 Log: integrate change#9464 from mainline (addendum to change#8313)
8737 Subject: [PATCH @9452] Better peep()ing for foreach() loops
8738 Branch: maint-5.6/perl
8740 ____________________________________________________________________________
8741 [ 9596] By: jhi on 2001/04/06 17:26:03
8742 Log: The d_casti32=undef is good for you even when not use64bitall.
8745 ____________________________________________________________________________
8746 [ 9595] By: gsar on 2001/04/06 14:57:17
8747 Log: add a low-impact fix to accomodate darwin-ism
8748 Branch: maint-5.6/perl
8749 ! ext/Errno/Errno_pm.PL
8750 ____________________________________________________________________________
8751 [ 9594] By: jhi on 2001/04/06 14:55:14
8752 Log: Integrate changes #9528,9593 from mainline into maintperl;
8753 tweaking the editor/IDE/shell list.
8754 Branch: maint-5.6/perl
8756 ____________________________________________________________________________
8757 [ 9593] By: jhi on 2001/04/06 14:51:39
8758 Log: Make the editor/IDE/shell list a little bit airier.
8761 ____________________________________________________________________________
8762 [ 9592] By: gsar on 2001/04/06 14:45:18
8763 Log: integrate change#9477 from mainline (base.pm doc tweak)
8765 missing doc entry for fmod()
8766 Branch: maint-5.6/perl
8767 ! lib/Math/BigFloat.pm
8769 ____________________________________________________________________________
8770 [ 9591] By: jhi on 2001/04/06 13:55:48
8774 ____________________________________________________________________________
8775 [ 9590] By: jhi on 2001/04/06 13:54:52
8776 Log: Math::BigFloat patches from John Peacock. The equivalent
8777 of #9586 from maintperl but reworked by John to work with
8780 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
8781 ____________________________________________________________________________
8782 [ 9589] By: jhi on 2001/04/06 13:42:23
8783 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
8785 ! ext/Digest/MD5/Makefile.PL
8786 ____________________________________________________________________________
8787 [ 9588] By: jhi on 2001/04/06 13:31:45
8788 Log: Integrate changes #9584,9587 from maintperl into mainline.
8790 keep eval"" CVs alive until the end of the statement in which
8793 add README.macos (from Chris Nandor)
8798 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
8799 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
8800 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
8801 !> win32/makefile.mk
8802 ____________________________________________________________________________
8803 [ 9587] By: gsar on 2001/04/06 07:31:30
8804 Log: add README.macos (from Chris Nandor)
8807 Branch: maint-5.6/perl
8809 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
8810 ! win32/Makefile win32/makefile.mk
8811 ____________________________________________________________________________
8812 [ 9586] By: gsar on 2001/04/06 07:08:54
8813 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
8814 Branch: maint-5.6/perl
8815 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
8816 ____________________________________________________________________________
8817 [ 9585] By: gsar on 2001/04/06 06:58:44
8818 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
8821 Subject: [PATCH] Base64 update to perlfaq9.pod
8823 Subject: [PATCH AUTHORS] Housekeeping
8825 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
8826 Mac OS X (Darwin) has extra pwent fields.
8828 Subject: [PATCH B::*] print control-character vars readably
8829 Needs EBCDICification.
8831 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
8833 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
8835 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
8837 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
8839 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
8841 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
8843 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
8845 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
8847 FreeBSD hints tweak from Anton Berezin.
8849 Subject: [PATCH foolperl & bleadperl] README.vms update
8851 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
8852 Branch: maint-5.6/perl
8853 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
8854 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
8855 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
8856 ____________________________________________________________________________
8857 [ 9584] By: gsar on 2001/04/06 04:09:00
8858 Log: keep eval"" CVs alive until the end of the statement in which
8859 they're called; this avoids a coredump ensuing from search for
8860 lexicals in code such as:
8864 eval q[sub { eval 'sub { &$s }' }];
8868 this code still doesn't work as intended (as it has remained
8869 since time immemorial), but it doesn't provoke a coredump anymore
8870 Branch: maint-5.6/perl
8871 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8872 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
8873 ____________________________________________________________________________
8874 [ 9583] By: jhi on 2001/04/05 23:52:51
8875 Log: Update Changes.
8877 ! Changes patchlevel.h
8878 ____________________________________________________________________________
8879 [ 9582] By: jhi on 2001/04/05 23:11:23
8880 Log: Slight doc tweak.
8882 ! pod/perlunicode.pod
8883 ____________________________________________________________________________
8884 [ 9581] By: jhi on 2001/04/05 23:04:11
8885 Log: Integrate perlio.
8887 !> pod/perlunicode.pod
8888 ____________________________________________________________________________
8889 [ 9580] By: jhi on 2001/04/05 23:03:29
8890 Log: Test for #9579.
8893 ____________________________________________________________________________
8894 [ 9579] By: jhi on 2001/04/05 22:54:17
8895 Log: Subject: [PATCH] Propagate calling context for do '...'
8896 From: Gisle Aas <gisle@ActiveState.com>
8897 Date: 04 Apr 2001 20:17:29 -0700
8898 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
8900 ! pod/perlfunc.pod pp_ctl.c
8901 ____________________________________________________________________________
8902 [ 9578] By: jhi on 2001/04/05 22:52:51
8903 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
8904 From: Peter Prymmer <pvhp@forte.com>
8905 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
8906 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
8909 ____________________________________________________________________________
8910 [ 9577] By: jhi on 2001/04/05 22:48:22
8911 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
8912 From: "Craig A. Berry" <craigberry@mac.com>
8913 Date: Thu, 5 Apr 2001 13:43:28 -0500
8914 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
8917 ____________________________________________________________________________
8918 [ 9576] By: jhi on 2001/04/05 22:31:38
8919 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
8920 From: Michael G Schwern <schwern@pobox.com>
8921 Date: Thu, 5 Apr 2001 21:53:21 +0100
8922 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
8924 ! lib/base.pm t/lib/fields.t
8925 ____________________________________________________________________________
8926 [ 9575] By: jhi on 2001/04/05 22:26:10
8927 Log: FreeBSD hints tweak from Anton Berezin.
8930 ____________________________________________________________________________
8931 [ 9574] By: jhi on 2001/04/05 22:24:03
8932 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
8933 From: David Dyck <dcd@tc.fluke.com>
8934 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
8935 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
8938 ____________________________________________________________________________
8939 [ 9573] By: jhi on 2001/04/05 22:23:06
8940 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
8941 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
8942 From: David Dyck <dcd@tc.fluke.com>
8943 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
8946 ____________________________________________________________________________
8947 [ 9572] By: jhi on 2001/04/05 22:14:47
8948 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
8949 From: Robin Houston <robin@kitsite.com>
8950 Date: Thu, 5 Apr 2001 20:56:48 +0100
8951 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
8953 ! ext/B/B/Deparse.pm
8954 ____________________________________________________________________________
8955 [ 9571] By: jhi on 2001/04/05 22:12:53
8956 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
8957 From: Robin Houston <robin@kitsite.com>
8958 Date: Thu, 5 Apr 2001 19:55:51 +0100
8959 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
8961 ! ext/B/B/Deparse.pm
8962 ____________________________________________________________________________
8963 [ 9570] By: jhi on 2001/04/05 22:11:06
8964 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
8965 From: Robin Houston <robin@kitsite.com>
8966 Date: Thu, 5 Apr 2001 20:16:29 +0100
8967 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
8969 ! ext/B/B/Deparse.pm
8970 ____________________________________________________________________________
8971 [ 9569] By: nick on 2001/04/05 21:32:26
8972 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
8974 ! pod/perlunicode.pod
8975 ____________________________________________________________________________
8976 [ 9568] By: nick on 2001/04/05 19:38:09
8977 Log: Integrate mainline
8979 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
8980 !> (integrate 35 files)
8981 ____________________________________________________________________________
8982 [ 9567] By: jhi on 2001/04/05 18:31:45
8983 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
8984 From: Robin Houston <robin@kitsite.com>
8985 Date: Thu, 5 Apr 2001 18:03:23 +0100
8986 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
8988 ! ext/B/B/Deparse.pm
8989 ____________________________________________________________________________
8990 [ 9566] By: jhi on 2001/04/05 18:29:35
8991 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
8992 From: Robin Houston <robin@kitsite.com>
8993 Date: Thu, 5 Apr 2001 16:45:18 +0100
8994 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
8996 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
8997 ____________________________________________________________________________
8998 [ 9565] By: jhi on 2001/04/05 18:24:23
8999 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
9000 From: Robin Houston <robin@kitsite.com>
9001 Date: Thu, 5 Apr 2001 14:50:09 +0100
9002 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
9004 ! ext/B/B/Deparse.pm
9005 ____________________________________________________________________________
9006 [ 9564] By: jhi on 2001/04/05 18:23:03
9007 Log: Subject: [PATCH B::*] print control-character vars readably
9008 From: Robin Houston <robin@kitsite.com>
9009 Date: Thu, 5 Apr 2001 14:27:38 +0100
9010 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
9012 Needs EBCDICification.
9014 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
9016 ____________________________________________________________________________
9017 [ 9563] By: jhi on 2001/04/05 18:20:32
9018 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
9019 Date: Thu, 5 Apr 2001 13:21:42 -0400
9020 From: Paul Schinder <schinder@pobox.com>
9021 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
9023 Mac OS X (Darwin) has extra pwent fields.
9026 ____________________________________________________________________________
9027 [ 9562] By: jhi on 2001/04/05 17:57:51
9031 ____________________________________________________________________________
9032 [ 9561] By: jhi on 2001/04/05 17:47:33
9033 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
9036 Branch: metaconfig/U/perl
9038 ! d_cmsghdr_s.U d_msghdr_s.U
9039 ____________________________________________________________________________
9040 [ 9560] By: jhi on 2001/04/05 17:47:01
9041 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
9042 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
9043 Introduce probes for struct msghdr, struct cmsghdr,
9044 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
9045 ualarm, usleep, for possible later extension work.
9048 ! Configure MANIFEST Porting/Glossary Porting/config.sh
9049 ! Porting/config_H config_h.SH configure.com epoc/config.sh
9050 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
9051 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9052 ! vos/config.ga.h win32/config.bc win32/config.gc
9054 ____________________________________________________________________________
9055 [ 9559] By: jhi on 2001/04/05 13:03:04
9056 Log: Be traditional in your cpp (for the Errno extension).
9059 ____________________________________________________________________________
9060 [ 9558] By: jhi on 2001/04/05 13:00:05
9061 Log: Add $Config{cppflags} to the gcc incantation.
9063 ! ext/Errno/Errno_pm.PL
9064 ____________________________________________________________________________
9065 [ 9557] By: jhi on 2001/04/05 04:22:39
9066 Log: Introduce Sean Burke's Class::ISA 0.32.
9068 + lib/Class/ISA.pm t/lib/class-isa.t
9070 ____________________________________________________________________________
9071 [ 9556] By: jhi on 2001/04/05 04:09:50
9072 Log: Subject: [PATCH AUTHORS] Housekeeping
9073 From: Paul Johnson <paul@pjcj.net>
9074 Date: Wed, 4 Apr 2001 22:45:47 +0200
9075 Message-ID: <20010404224547.D9548@pjcj.net>
9078 ____________________________________________________________________________
9079 [ 9555] By: jhi on 2001/04/05 04:06:33
9080 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
9081 From: Gisle Aas <gisle@ActiveState.com>
9082 Date: 04 Apr 2001 14:23:04 -0700
9083 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
9086 ____________________________________________________________________________
9087 [ 9554] By: jhi on 2001/04/05 04:05:49
9088 Log: Downgrade also the "Wide character" diagnostic.
9091 ____________________________________________________________________________
9092 [ 9553] By: jhi on 2001/04/05 04:00:33
9093 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
9094 maintperl into mainline.
9096 "double" should be "NV"; standard typemap is missing entry
9101 Downgrade "Wide character in print" to a warning.
9103 B::Deparse fix for ${^FOO} and documentation for PVX() method
9104 (from Robin Houston)
9106 tr/// doesn't null-terminate the result in some situations
9109 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
9110 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
9111 !> t/io/utf8.t t/op/tr.t
9112 ____________________________________________________________________________
9113 [ 9552] By: jhi on 2001/04/05 03:52:50
9114 Log: Retract changes #9542 and #9538 (from maintperl, integrated
9115 at #9540), shouldn't be needed because of the perlio changes.
9118 ____________________________________________________________________________
9119 [ 9551] By: gsar on 2001/04/05 00:18:34
9120 Log: tr/// doesn't null-terminate the result in some situations
9122 Branch: maint-5.6/perl
9124 ____________________________________________________________________________
9125 [ 9550] By: gsar on 2001/04/04 20:04:17
9126 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
9127 (from Robin Houston)
9128 Branch: maint-5.6/perl
9129 ! ext/B/B.pm ext/B/B/Deparse.pm
9130 ____________________________________________________________________________
9131 [ 9549] By: nick on 2001/04/04 18:56:15
9132 Log: Downgrade "Wide character in print" to a warning.
9134 ! doio.c t/io/utf8.t
9135 ____________________________________________________________________________
9136 [ 9548] By: gsar on 2001/04/04 18:51:49
9137 Log: integrate changes#9460,9462,9482,9521,9522
9139 Subject: PATCH: B::Debug should show LOOP-specific fields
9141 Subject: B::Deparse precedence bug. (Patch included.)
9143 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
9145 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
9147 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
9148 Branch: maint-5.6/perl
9149 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
9150 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
9151 ____________________________________________________________________________
9152 [ 9547] By: gsar on 2001/04/04 18:49:16
9154 Branch: maint-5.6/perl
9155 ! ext/Thread/Thread.xs
9156 ____________________________________________________________________________
9157 [ 9546] By: nick on 2001/04/04 18:44:00
9158 Log: Integrate mainline.
9160 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
9161 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
9162 ____________________________________________________________________________
9163 [ 9545] By: gsar on 2001/04/04 18:38:52
9164 Log: integrate change#8837 from mainline
9166 Subject: [patch] -Wall cleanup round 2
9167 Branch: maint-5.6/perl
9168 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9169 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
9170 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
9171 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9172 !> ext/SDBM_File/SDBM_File.xs
9173 ____________________________________________________________________________
9174 [ 9544] By: gsar on 2001/04/04 17:49:57
9175 Log: "double" should be "NV"; standard typemap is missing entry
9177 Branch: maint-5.6/perl
9178 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
9179 ____________________________________________________________________________
9180 [ 9543] By: jhi on 2001/04/04 14:13:18
9181 Log: Thou shalt not (just) match for English error messages.
9183 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
9184 ! os2/OS2/Process/Process.pm
9185 ____________________________________________________________________________
9186 [ 9542] By: jhi on 2001/04/04 13:20:39
9187 Log: Make the stdio tricks of fflush_all() to exist only if
9188 stdio is being used.
9191 ____________________________________________________________________________
9192 [ 9541] By: jhi on 2001/04/04 04:20:24
9193 Log: Subject: Re: [PATCH] Lighten up glob
9194 From: Benjamin Sugars <bsugars@canoe.ca>
9195 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
9196 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
9198 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
9200 ____________________________________________________________________________
9201 [ 9540] By: jhi on 2001/04/04 04:03:57
9202 Log: Integrate changes #9538,9539 from maintperl into mainline.
9204 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
9205 for use with _fwalk() (fix for change#7705)
9207 another tweak needed for SunOS 4.1.x build (from Mike Guy)
9208 (cp -f is not portable)
9210 !> Makefile.SH util.c
9211 ____________________________________________________________________________
9212 [ 9539] By: gsar on 2001/04/04 03:01:14
9213 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
9214 Branch: maint-5.6/perl
9216 ____________________________________________________________________________
9217 [ 9538] By: gsar on 2001/04/04 01:00:38
9218 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
9219 for use with _fwalk() (fix for change#7705)
9220 Branch: maint-5.6/perl
9222 ____________________________________________________________________________
9223 [ 9537] By: nick on 2001/04/03 19:24:55
9224 Log: Integrate mainline
9226 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
9227 +> lib/unicode/PropList.html
9228 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
9229 !> (integrate 69 files)
9230 ____________________________________________________________________________
9231 [ 9536] By: jhi on 2001/04/03 18:02:31
9232 Log: Integrate change #9533 from maintperl into mainline.
9234 better fix for change#9517 to accomodate UNC paths like
9235 \\server\share\foo, and paths with trailing backslash
9238 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
9239 ____________________________________________________________________________
9240 [ 9535] By: jhi on 2001/04/03 17:58:07
9241 Log: Change the push/unshift warning to be of class syntax, not misc.
9243 ! op.c pod/perldiag.pod t/pragma/warn/op
9244 ____________________________________________________________________________
9245 [ 9534] By: jhi on 2001/04/03 15:03:46
9246 Log: Change the push/unshift warning (#9532) to talk about "no values"
9247 instead of "no arguments".
9249 ! op.c pod/perldiag.pod t/pragma/warn/op
9250 ____________________________________________________________________________
9251 [ 9533] By: gsar on 2001/04/03 14:30:07
9252 Log: better fix for change#9517 to accomodate UNC paths like
9253 \\server\share\foo, and paths with trailing backslash
9255 Branch: maint-5.6/perl
9256 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
9257 ____________________________________________________________________________
9258 [ 9532] By: jhi on 2001/04/03 13:11:46
9259 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
9260 From: Robin Houston <robin@kitsite.com>
9261 Date: Mon, 2 Apr 2001 15:03:29 +0100
9262 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
9264 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
9265 ____________________________________________________________________________
9266 [ 9531] By: jhi on 2001/04/03 13:06:34
9267 Log: Integrate change #9530 from maintperl into mainline.
9269 accomodate VMS "mailbox overflow" quirk in testsuite (from
9273 ____________________________________________________________________________
9274 [ 9530] By: gsar on 2001/04/03 04:56:41
9275 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
9277 Branch: maint-5.6/perl
9279 ____________________________________________________________________________
9280 [ 9529] By: jhi on 2001/04/03 02:34:34
9281 Log: Update Changes.
9283 ! Changes patchlevel.h
9284 ____________________________________________________________________________
9285 [ 9528] By: jhi on 2001/04/03 01:27:57
9286 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
9287 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
9288 To: perl5-porters@perl.org
9289 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
9292 ____________________________________________________________________________
9293 [ 9527] By: jhi on 2001/04/03 01:22:09
9294 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
9295 From: Peter Prymmer <pvhp@forte.com>
9296 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
9297 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
9299 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
9300 ____________________________________________________________________________
9301 [ 9526] By: jhi on 2001/04/03 01:18:25
9302 Log: The metaconfig unit changes for #9525.
9304 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
9305 Branch: metaconfig/U/perl
9307 ____________________________________________________________________________
9308 [ 9525] By: jhi on 2001/04/03 01:17:30
9309 Log: Configure sanity checks:
9310 * if use64bitall is attempted but pointers are only 32-bit,
9311 'downgrade' to use64bitint
9312 * if use64bitint is attempted but there's no quad type,
9313 forget about use64bitint (well, the default for it is 'n',
9314 the user can still override this)
9315 * if pointers are 64 bits, do not try to use Perl's malloc
9318 ____________________________________________________________________________
9319 [ 9524] By: gsar on 2001/04/03 01:09:12
9320 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
9321 Branch: maint-5.6/perl
9323 ____________________________________________________________________________
9324 [ 9523] By: jhi on 2001/04/03 00:02:31
9325 Log: (Retracted by #9609)
9327 Make it harder for parallel makes to enter 'test' before
9328 Dynaloader and File::Glob are happy. (In principle 'make_ext'
9329 should be unhappy enough, but sometimes parallel makes seem
9330 to sneak past both in Tru64 and AIX.)
9333 ____________________________________________________________________________
9334 [ 9522] By: jhi on 2001/04/02 22:35:31
9335 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
9336 Date: Mon, 2 Apr 2001 22:54:10 +0100
9337 From: Robin Houston <robin@kitsite.com>
9338 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
9340 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
9341 ____________________________________________________________________________
9342 [ 9521] By: jhi on 2001/04/02 22:32:23
9343 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
9344 From: Robin Houston <robin@kitsite.com>
9345 Date: Mon, 2 Apr 2001 20:24:03 +0100
9346 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
9348 ! ext/B/B/Concise.pm
9349 ____________________________________________________________________________
9350 [ 9520] By: jhi on 2001/04/02 22:30:43
9351 Log: Subject: [PATCH] REALLY pedantic hv.h nit
9352 From: Simon Cozens <simon@netthink.co.uk>
9353 Date: Mon, 2 Apr 2001 15:43:06 +0100
9354 Message-ID: <20010402154306.A21711@netthink.co.uk>
9357 ____________________________________________________________________________
9358 [ 9519] By: jhi on 2001/04/02 22:28:04
9361 Subject: [foolperl] EPOC fix
9362 From: Olaf Flebbe <O.Flebbe@science-computing.de>
9363 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
9364 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
9367 ____________________________________________________________________________
9368 [ 9518] By: jhi on 2001/04/02 22:22:34
9369 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
9371 README.win32 tweaks; add a note about alternative location for
9372 getting a gcc-2.95.2 that will build perl properly on windows
9374 add some notes about gutsy threading matters
9376 many of the utilities interpolate literal paths within doublequotes
9377 (fails on dosish platforms where path contains backslashes)
9379 !> README.win32 pod/perlguts.pod utils/perldoc.PL
9380 !> x2p/find2perl.PL x2p/s2p.PL
9381 ____________________________________________________________________________
9382 [ 9517] By: gsar on 2001/04/02 19:52:21
9383 Log: many of the utilities interpolate literal paths within doublequotes
9384 (fails on dosish platforms where path contains backslashes)
9385 Branch: maint-5.6/perl
9386 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
9387 ____________________________________________________________________________
9388 [ 9516] By: gsar on 2001/04/02 05:49:37
9389 Log: a foolish release
9390 Branch: maint-5.6/perl
9391 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
9393 ____________________________________________________________________________
9394 [ 9515] By: gsar on 2001/04/02 05:04:29
9395 Log: add missing changelog summaries
9396 Branch: maint-5.6/perl
9398 ____________________________________________________________________________
9399 [ 9514] By: gsar on 2001/04/02 04:07:13
9400 Log: add some notes about gutsy threading matters
9401 Branch: maint-5.6/perl
9403 ____________________________________________________________________________
9404 [ 9513] By: gsar on 2001/04/02 03:25:21
9405 Log: add more prominent caveat notices about experimental features
9406 Branch: maint-5.6/perl
9407 ! pod/perlfork.pod pod/perlunicode.pod
9408 ____________________________________________________________________________
9409 [ 9512] By: gsar on 2001/04/02 02:54:33
9410 Log: integrate changes#9479,9509 from mainline
9412 [PATCH] File::Glob stuff for Mac OS
9414 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
9415 Branch: maint-5.6/perl
9416 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9417 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
9418 !> t/lib/glob-taint.t
9419 ____________________________________________________________________________
9420 [ 9511] By: gsar on 2001/04/02 02:38:24
9421 Log: README.win32 tweaks; add a note about alternative location for
9422 getting a gcc-2.95.2 that will build perl properly on windows
9423 Branch: maint-5.6/perl
9425 ____________________________________________________________________________
9426 [ 9510] By: jhi on 2001/04/01 20:45:10
9427 Log: An ambiguosity warning.
9430 ____________________________________________________________________________
9431 [ 9509] By: jhi on 2001/04/01 19:53:47
9432 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
9433 From: Jonathan Stowe <gellyfish@gellyfish.com>
9434 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
9435 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
9437 ! ext/File/Glob/bsd_glob.c
9438 ____________________________________________________________________________
9439 [ 9508] By: jhi on 2001/04/01 19:35:03
9440 Log: Update Changes.
9442 ! Changes patchlevel.h
9443 ____________________________________________________________________________
9444 [ 9507] By: jhi on 2001/04/01 19:24:01
9445 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
9446 from mainline to maintperl: pod tweaks.
9447 Branch: maint-5.6/perl
9448 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
9449 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
9451 ____________________________________________________________________________
9452 [ 9506] By: jhi on 2001/04/01 19:11:53
9453 Log: Commit Sarathy to April release of 5.6.1 :-)
9456 ____________________________________________________________________________
9457 [ 9505] By: jhi on 2001/04/01 19:03:15
9458 Log: Subject: PATCH 5.6.0 (perldebug.pod)
9459 From: Mark-Jason Dominus <mjd@plover.com>
9460 Date: Sun, 01 Apr 2001 14:25:11 -0400
9461 Message-ID: <20010401182511.9247.qmail@plover.com>
9464 ____________________________________________________________________________
9465 [ 9504] By: jhi on 2001/04/01 18:43:09
9466 Log: Add great_circle_direction().
9468 ! lib/Math/Trig.pm t/lib/trig.t
9469 ____________________________________________________________________________
9470 [ 9503] By: jhi on 2001/04/01 17:29:12
9471 Log: Unicode ReadMe update for Unicode 3.1.
9473 ! lib/unicode/ReadMe.txt
9474 ____________________________________________________________________________
9475 [ 9502] By: jhi on 2001/04/01 17:18:40
9476 Log: Integrate change #9501 from maintperl into mainline.
9478 fix the perlembed notes on multiple interpreters
9480 fix ExtUtils::Embed to work passably on Windows
9482 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
9483 ____________________________________________________________________________
9484 [ 9501] By: gsar on 2001/04/01 07:21:57
9485 Log: fix the perlembed notes on multiple interpreters
9487 fix ExtUtils::Embed to work passably on Windows
9488 Branch: maint-5.6/perl
9489 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
9490 ____________________________________________________________________________
9491 [ 9500] By: jhi on 2001/04/01 05:58:23
9492 Log: Test for #9499.
9495 ____________________________________________________________________________
9496 [ 9499] By: jhi on 2001/04/01 05:55:46
9497 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
9499 ! embed.h embed.pl op.c proto.h
9500 ____________________________________________________________________________
9501 [ 9498] By: jhi on 2001/04/01 05:44:34
9502 Log: Protect the workaround hunk more.
9505 ____________________________________________________________________________
9506 [ 9497] By: jhi on 2001/04/01 00:24:25
9507 Log: Integrate changes #9493,9494,9495,9496 from maintperl
9510 fix a broken workaround for Borland compiler in change#4739
9511 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
9513 nits spotted by Borland compiler
9515 avoid redefinition warnings under Borland 5.02
9517 various nits identified by the Borland 5.5 compiler; remove suppression
9520 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
9522 ____________________________________________________________________________
9523 [ 9496] By: gsar on 2001/03/31 23:22:28
9524 Log: various nits identified by the Borland 5.5 compiler; remove suppression
9526 Branch: maint-5.6/perl
9527 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
9528 ____________________________________________________________________________
9529 [ 9495] By: gsar on 2001/03/31 21:03:08
9530 Log: avoid redefinition warnings under Borland 5.02
9531 Branch: maint-5.6/perl
9533 ____________________________________________________________________________
9534 [ 9494] By: gsar on 2001/03/31 20:18:59
9535 Log: nits spotted by Borland compiler
9536 Branch: maint-5.6/perl
9537 ! utf8.h win32/win32.h
9538 ____________________________________________________________________________
9539 [ 9493] By: gsar on 2001/03/31 20:18:05
9540 Log: fix a broken workaround for Borland compiler in change#4739
9541 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
9542 Branch: maint-5.6/perl
9544 ____________________________________________________________________________
9545 [ 9492] By: jhi on 2001/03/31 18:36:24
9546 Log: Integrate change #9491 from maintperl into mainline.
9548 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
9549 directory is relative (need to fetch the full path name *before*
9553 ____________________________________________________________________________
9554 [ 9491] By: gsar on 2001/03/31 17:01:56
9555 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
9556 directory is relative (need to fetch the full path name *before*
9559 this is a followup patch for change#6749
9560 Branch: maint-5.6/perl
9562 ____________________________________________________________________________
9563 [ 9490] By: jhi on 2001/03/31 15:50:18
9564 Log: Subject: Re: [PATCH] av.h cosmetics
9565 From: Simon Cozens <simon@netthink.co.uk>
9566 Date: Sat, 31 Mar 2001 13:09:59 +0100
9567 Message-ID: <20010331130959.A22000@netthink.co.uk>
9572 ____________________________________________________________________________
9573 [ 9489] By: jhi on 2001/03/31 15:48:44
9574 Log: Subject: [PATCH] Re: Math::Big* v1.21
9575 From: Tels <perl_dummy@bloodgate.com>
9576 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
9577 Message-Id: <200103311125.GAA377738@www08.hway.net>
9580 ____________________________________________________________________________
9581 [ 9488] By: jhi on 2001/03/31 03:39:51
9582 Log: Debug output tweak.
9585 ____________________________________________________________________________
9586 [ 9487] By: jhi on 2001/03/31 03:33:02
9587 Log: OverVMSification.
9590 ____________________________________________________________________________
9591 [ 9486] By: jhi on 2001/03/31 03:01:40
9592 Log: Missed MANIFESTations in #9483.
9595 ____________________________________________________________________________
9596 [ 9485] By: jhi on 2001/03/31 02:58:17
9597 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
9598 From: Peter Prymmer <pvhp@forte.com>
9599 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
9600 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
9602 ! regexec.c t/lib/cwd.t
9603 ____________________________________________________________________________
9604 [ 9484] By: jhi on 2001/03/31 01:04:41
9605 Log: Obsolete file (see #3938)
9607 - lib/unicode/README.Ethiopic
9609 ____________________________________________________________________________
9610 [ 9483] By: jhi on 2001/03/31 00:52:42
9611 Log: Update to Unicode 3.1.
9612 (Rename Names.txt to NamesList.txt.)
9614 + lib/unicode/NamesList.txt lib/unicode/PropList.html
9615 - lib/unicode/Names.txt
9616 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9617 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
9618 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
9619 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
9620 ! lib/unicode/UCD.html lib/unicode/Unicode.html
9621 ! lib/unicode/rename lib/unicode/version
9622 ____________________________________________________________________________
9623 [ 9482] By: jhi on 2001/03/30 23:33:44
9624 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
9625 From: Robin Houston <robin@kitsite.com>
9626 Date: Fri, 30 Mar 2001 20:07:22 +0100
9627 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
9629 ! ext/B/B/Deparse.pm
9630 ____________________________________________________________________________
9631 [ 9481] By: jhi on 2001/03/30 23:20:25
9632 Log: Subject: Re: [PATCH] CwdXS, Take 2
9633 From: Benjamin Sugars <bsugars@canoe.ca>
9634 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
9635 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
9637 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
9638 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
9639 ____________________________________________________________________________
9640 [ 9480] By: jhi on 2001/03/30 22:52:38
9641 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
9642 From: David Dyck <dcd@tc.fluke.com>
9643 Date: Fri, 30 Mar 2001 14:44:13 -0800
9644 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
9646 The t/rantests flags file creation was accidentally
9650 ____________________________________________________________________________
9651 [ 9479] By: jhi on 2001/03/30 22:45:45
9652 Log: Subject: [PATCH] File::Glob stuff for Mac OS
9653 From: Chris Nandor <pudge@pobox.com>
9654 Date: Fri, 30 Mar 2001 16:51:00 -0500
9655 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
9657 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9658 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
9659 ! t/lib/glob-taint.t
9660 ____________________________________________________________________________
9661 [ 9478] By: jhi on 2001/03/30 22:43:12
9662 Log: Subject: fix for win32/buildext.pl
9663 From: "Vadim Konovalov" <watman@inbox.ru>
9664 Date: Sat, 31 Mar 2001 00:50:36 +0400
9665 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
9668 ____________________________________________________________________________
9669 [ 9477] By: jhi on 2001/03/30 22:41:16
9670 Log: Subject: small base.pm doc patch
9671 From: Leon Brocard <acme@astray.com>
9672 Date: Fri, 30 Mar 2001 21:49:57 +0100
9673 Message-ID: <20010330214957.B8733@ns0.astray.com>
9676 ____________________________________________________________________________
9677 [ 9476] By: jhi on 2001/03/30 18:16:57
9678 Log: Subject: [PATCH] av.h cosmetics
9679 From: Simon Cozens <simon@netthink.co.uk>
9680 Date: Fri, 30 Mar 2001 18:12:28 +0100
9681 Message-ID: <20010330181228.A9319@netthink.co.uk>
9684 ____________________________________________________________________________
9685 [ 9475] By: jhi on 2001/03/30 18:15:50
9686 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
9687 From: "Philip Newton" <pnewton@gmx.de>
9688 Date: Fri, 30 Mar 2001 19:06:57 +0200
9689 Message-ID: <3AC4D951.14815.1AC7068@localhost>
9692 ____________________________________________________________________________
9693 [ 9474] By: jhi on 2001/03/30 18:14:02
9694 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
9695 From: Benjamin Sugars <bsugars@canoe.ca>
9696 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
9697 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
9699 ! t/lib/glob-basic.t
9700 ____________________________________________________________________________
9701 [ 9473] By: jhi on 2001/03/30 16:09:24
9702 Log: Update Changes.
9704 ! Changes patchlevel.h
9705 ____________________________________________________________________________
9706 [ 9472] By: jhi on 2001/03/30 15:16:08
9707 Log: Integrate perlio.
9709 !> t/lib/cwd.t t/lib/glob-basic.t
9710 ____________________________________________________________________________
9711 [ 9471] By: nick on 2001/03/30 14:47:10
9712 Log: Should be (^O eq 'MSWin32') not 'Win32'
9713 Fail #12 seems real - chdir is in wrong dir.
9716 ____________________________________________________________________________
9717 [ 9470] By: jhi on 2001/03/30 14:41:11
9718 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
9719 From: Radu Greab <radu@netsoft.ro>
9720 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
9721 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
9725 ! ext/Socket/Socket.xs pp_sys.c
9726 ____________________________________________________________________________
9727 [ 9469] By: jhi on 2001/03/30 14:37:51
9728 Log: Subject: PATCH pod/perldiag.pod
9729 From: Robin Houston <robin@kitsite.com>
9730 Date: Fri, 30 Mar 2001 14:10:36 +0100
9731 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
9733 ! pod/perldiag.pod t/lib/glob-basic.t
9734 ____________________________________________________________________________
9735 [ 9468] By: jhi on 2001/03/30 14:36:36
9736 Log: Subject: Better diagnostic in io/fs.t
9737 From: andreas.koenig@anima.de (Andreas J. Koenig)
9738 Date: 30 Mar 2001 10:11:43 +0200
9739 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
9742 ____________________________________________________________________________
9743 [ 9467] By: nick on 2001/03/30 14:25:43
9744 Log: Skip order test of glob if case-ignoring system cannot
9745 create a.test and A.test
9747 ! t/lib/glob-basic.t
9748 ____________________________________________________________________________
9749 [ 9466] By: nick on 2001/03/30 13:03:12
9750 Log: Integrate mainline.
9752 - ext/re/hints/aix.pl
9753 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
9754 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
9755 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
9756 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
9757 ____________________________________________________________________________
9758 [ 9465] By: jhi on 2001/03/30 03:53:37
9759 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
9760 the tests sometimes hang, sometimes not.)
9762 ! t/lib/io_multihomed.t t/lib/io_sock.t
9763 ____________________________________________________________________________
9764 [ 9464] By: jhi on 2001/03/30 02:56:04
9765 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
9766 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9767 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
9768 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
9771 ____________________________________________________________________________
9772 [ 9463] By: jhi on 2001/03/30 02:34:48
9773 Log: Test for #9462.
9776 ____________________________________________________________________________
9777 [ 9462] By: jhi on 2001/03/30 02:29:37
9778 Log: Subject: B::Deparse precedence bug. (Patch included.)
9779 From: Jeremy Madea <jmadea@inktomi.com>
9780 Date: Thu, 29 Mar 2001 12:05:02 -0800
9781 Message-ID: <20010329120502.A24881@dr.inktomi.com>
9783 ! ext/B/B/Deparse.pm
9784 ____________________________________________________________________________
9785 [ 9461] By: jhi on 2001/03/30 02:18:41
9786 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
9787 From: Peter Prymmer <pvhp@forte.com>
9788 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
9789 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
9791 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
9793 ____________________________________________________________________________
9794 [ 9460] By: jhi on 2001/03/30 02:17:07
9795 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
9796 From: Robin Houston <robin@kitsite.com>
9797 Date: Thu, 29 Mar 2001 20:47:56 +0100
9798 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
9801 ____________________________________________________________________________
9802 [ 9459] By: jhi on 2001/03/30 02:16:05
9803 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
9804 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9805 Date: Wed, 28 Mar 2001 18:02:20 -0600
9806 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
9808 ! lib/ExtUtils/MM_VMS.pm
9809 ____________________________________________________________________________
9810 [ 9458] By: jhi on 2001/03/30 02:07:58
9811 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
9812 From: "Joshua E. Rodd" <jrodd@pbs.org>
9813 Date: Wed, 28 Mar 2001 17:29:12 -0500
9814 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
9817 ____________________________________________________________________________
9818 [ 9457] By: jhi on 2001/03/30 02:04:33
9819 Log: Subject: ext/re/aix.pl can go
9820 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9821 Date: Thu, 29 Mar 2001 12:03:28 +0200
9822 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
9824 - ext/re/hints/aix.pl
9826 ____________________________________________________________________________
9827 [ 9456] By: jhi on 2001/03/30 02:03:32
9828 Log: Integrate perlio.
9830 !> ext/Encode/Encode.xs installperl
9831 ____________________________________________________________________________
9832 [ 9455] By: nick on 2001/03/29 21:11:46
9833 Log: DLL name has changed so installperl needs to know
9834 (Why isn't it working it out or passed it?)
9837 ____________________________________________________________________________
9838 [ 9454] By: nick on 2001/03/29 20:56:12
9839 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
9840 and we don't get undef warnings.
9842 ! ext/Encode/Encode.xs
9843 ____________________________________________________________________________
9844 [ 9453] By: nick on 2001/03/29 17:58:48
9845 Log: Integrate mainline
9847 !> Changes patchlevel.h
9848 ____________________________________________________________________________
9849 [ 9452] By: jhi on 2001/03/29 16:44:55
9850 Log: Update Changes.
9852 ! Changes patchlevel.h
9853 ____________________________________________________________________________
9854 [ 9451] By: nick on 2001/03/29 16:31:38
9855 Log: Integrate mainline
9857 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
9858 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
9859 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
9860 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
9861 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
9862 ____________________________________________________________________________
9863 [ 9450] By: jhi on 2001/03/29 16:29:17
9864 Log: Integrate perlio.
9866 !> win32/buildext.pl
9867 ____________________________________________________________________________
9868 [ 9449] By: jhi on 2001/03/29 15:50:01
9869 Log: Update Changes.
9871 ! Changes patchlevel.h
9872 ____________________________________________________________________________
9873 [ 9448] By: nick on 2001/03/29 15:47:15
9874 Log: Make sure buildext.pl finds Errno.pm
9877 ____________________________________________________________________________
9878 [ 9447] By: jhi on 2001/03/29 15:39:34
9879 Log: Integrate perlio.
9881 !> win32/makefile.mk
9882 ____________________________________________________________________________
9883 [ 9446] By: nick on 2001/03/29 15:30:03
9884 Log: Integrate win32/makefile.mk with mainline.
9886 !> win32/makefile.mk
9887 ____________________________________________________________________________
9888 [ 9445] By: nick on 2001/03/29 15:27:32
9889 Log: Fix breakage ...
9892 ____________________________________________________________________________
9893 [ 9444] By: jhi on 2001/03/29 15:03:08
9894 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
9895 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9896 Date: Thu, 29 Mar 2001 10:32:59 +0400
9897 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
9900 ____________________________________________________________________________
9901 [ 9443] By: jhi on 2001/03/29 15:02:12
9902 Log: Integrate perlio.
9904 +> win32/buildext.pl
9905 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
9906 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
9907 ____________________________________________________________________________
9908 [ 9442] By: nick on 2001/03/29 14:59:11
9909 Log: Work in progress - determine win32 extensions to build via script.
9912 ! MANIFEST win32/makefile.mk
9913 ____________________________________________________________________________
9914 [ 9441] By: jhi on 2001/03/29 14:51:47
9915 Log: Reintroduce the use of external pwd.
9918 ____________________________________________________________________________
9919 [ 9440] By: jhi on 2001/03/29 14:42:58
9920 Log: use warnings instead of -w.
9923 ____________________________________________________________________________
9924 [ 9439] By: jhi on 2001/03/29 14:41:52
9925 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
9926 From: Jonathan Stowe <gellyfish@gellyfish.com>
9927 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
9928 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
9931 ____________________________________________________________________________
9932 [ 9438] By: jhi on 2001/03/29 14:39:38
9933 Log: Subject: [PATCH perl@9424] minor pod nits
9934 From: Robin Barker <rmb1@cise.npl.co.uk>
9935 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
9936 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
9938 ! pod/perlhack.pod pod/perliol.pod
9939 ____________________________________________________________________________
9940 [ 9437] By: jhi on 2001/03/29 14:29:16
9941 Log: Subject: [PATCH perl@9424] typemap cast warning
9942 From: Robin Barker <rmb1@cise.npl.co.uk>
9943 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
9944 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
9946 ! lib/ExtUtils/typemap
9947 ____________________________________________________________________________
9948 [ 9436] By: jhi on 2001/03/29 14:26:03
9949 Log: Subject: [PATCH perl@9424] printf warning
9950 From: Robin Barker <rmb1@cise.npl.co.uk>
9951 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
9952 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
9954 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
9955 ! ext/Storable/Storable.xs toke.c
9956 ____________________________________________________________________________
9957 [ 9435] By: nick on 2001/03/29 14:23:31
9958 Log: Win32 has name conflict with ERROR
9960 ! ext/PerlIO/Via/Via.xs
9961 ____________________________________________________________________________
9962 [ 9434] By: jhi on 2001/03/29 14:17:48
9963 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
9964 From: Peter Prymmer <pvhp@forte.com>
9965 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
9966 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
9968 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
9969 ____________________________________________________________________________
9970 [ 9433] By: jhi on 2001/03/29 13:52:44
9971 Log: test-prep target was missing.
9974 ____________________________________________________________________________
9975 [ 9432] By: nick on 2001/03/29 12:40:03
9976 Log: Make as-shipped compiler default to MSVC6
9979 ____________________________________________________________________________
9980 [ 9431] By: nick on 2001/03/29 12:12:16
9981 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
9982 akin to PerlIO::Scalar.
9985 ____________________________________________________________________________
9986 [ 9430] By: nick on 2001/03/29 10:56:35
9987 Log: Integrate mainline.
9989 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
9990 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
9991 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
9992 !> win32/makefile.mk win32/win32sck.c
9993 ____________________________________________________________________________
9994 [ 9429] By: nick on 2001/03/29 09:03:43
9995 Log: Noticed that two tests were skipped as perlio:: package
9996 isn't there any more. Changed the skip condition.
9997 Avoid core-dump if sv_utf8_upgrade() called on something
9998 that does not become SvPOK after SvPV() (e.g. a ref).
10000 ! sv.c t/io/utf8.t t/lib/io_scalar.t
10001 ____________________________________________________________________________
10002 [ 9428] By: jhi on 2001/03/29 01:31:47
10003 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
10004 From: Benjamin Sugars <bsugars@canoe.ca>
10005 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
10006 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
10008 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
10009 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
10010 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
10011 ____________________________________________________________________________
10012 [ 9427] By: jhi on 2001/03/29 00:49:30
10013 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
10014 From: "Vadim Konovalov" <watman@inbox.ru>
10015 Date: Thu, 29 Mar 2001 01:50:12 +0400
10016 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
10018 ! win32/makefile.mk win32/win32sck.c
10019 ____________________________________________________________________________
10020 [ 9426] By: gsar on 2001/03/29 00:28:04
10021 Log: dmake can only handle == and != in comparisons; support building
10022 with Borland's VCL libraries (from Vadim Konovalov)
10023 Branch: maint-5.6/perl
10024 ! win32/makefile.mk
10025 ____________________________________________________________________________
10026 [ 9425] By: nick on 2001/03/28 19:29:56
10027 Log: Integrate (@snapshot)
10029 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
10030 ____________________________________________________________________________
10031 [ 9424] By: jhi on 2001/03/28 19:03:16
10032 Log: Update Changes.
10034 ! Changes patchlevel.h
10035 ____________________________________________________________________________
10036 [ 9423] By: jhi on 2001/03/28 18:52:09
10037 Log: Rmdir lib/XS on cleanup.
10040 ____________________________________________________________________________
10041 [ 9422] By: jhi on 2001/03/28 18:49:34
10042 Log: Integrate perlio.
10044 !> t/op/utf8decode.t
10045 ____________________________________________________________________________
10046 [ 9421] By: nick on 2001/03/28 18:46:44
10047 Log: Loose duplicate chunk.
10049 ! t/op/utf8decode.t
10050 ____________________________________________________________________________
10051 [ 9420] By: nick on 2001/03/28 18:44:11
10052 Log: Integrate mainline.
10054 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
10056 ____________________________________________________________________________
10057 [ 9419] By: jhi on 2001/03/28 18:42:05
10058 Log: Can't trust external pwds
10059 (either shell builtins or external programs)
10062 ____________________________________________________________________________
10063 [ 9418] By: jhi on 2001/03/28 18:34:05
10064 Log: Integrate perlio.
10067 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
10068 !> t/op/utf8decode.t
10069 ____________________________________________________________________________
10070 [ 9417] By: nick on 2001/03/28 18:24:02
10071 Log: PerlIO.pm / perlio.pm conflict.
10073 Make t/op/utf8decode.t a text file.
10076 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
10077 ! t/op/utf8decode.t
10078 ____________________________________________________________________________
10079 [ 9416] By: jhi on 2001/03/28 18:06:07
10080 Log: Integrate change #9409 from mainline to maintperl.
10082 Yet another tweak on AIX dynaloading.
10083 Branch: maint-5.6/perl
10084 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
10085 ____________________________________________________________________________
10086 [ 9415] By: gsar on 2001/03/28 17:13:01
10087 Log: integrate changes#9377,9385,9401 from mainline
10089 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
10091 If directory entries compare equal case-insensitively,
10092 retry case-sensitively.
10094 Subject: [PATCH] B::Terse and warnings
10095 Branch: maint-5.6/perl
10096 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
10097 !> t/pragma/warn/perl
10098 ____________________________________________________________________________
10099 [ 9414] By: jhi on 2001/03/28 17:11:12
10100 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
10101 From: "Craig A. Berry" <craigberry@mac.com>
10102 Date: Wed, 28 Mar 2001 10:55:20 -0600
10103 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
10105 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
10106 ____________________________________________________________________________
10107 [ 9413] By: jhi on 2001/03/28 17:03:12
10110 ! t/op/utf8decode.t
10111 ____________________________________________________________________________
10112 [ 9412] By: jhi on 2001/03/28 17:02:36
10113 Log: Forced integrate from perlio.
10115 !> t/op/utf8decode.t
10116 ____________________________________________________________________________
10117 [ 9411] By: nick on 2001/03/28 16:50:03
10118 Log: Integrate mainline.
10121 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
10122 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
10123 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
10124 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
10125 !> t/pragma/warn/perl
10126 ____________________________________________________________________________
10127 [ 9410] By: jhi on 2001/03/28 16:44:23
10128 Log: Subject: Re: [PATCH] 9403 cannot be tested
10129 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10130 Date: Wed, 28 Mar 2001 18:33:56 +0200
10131 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
10134 ____________________________________________________________________________
10135 [ 9409] By: jhi on 2001/03/28 16:12:45
10136 Log: Yet another tweak on AIX dynaloading.
10138 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
10139 ____________________________________________________________________________
10140 [ 9408] By: jhi on 2001/03/28 15:52:55
10141 Log: Subject: [PATCH] 9403 cannot be tested
10142 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10143 Date: Wed, 28 Mar 2001 17:23:00 +0200
10144 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
10149 ____________________________________________________________________________
10150 [ 9407] By: jhi on 2001/03/28 15:47:43
10151 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
10153 ! t/op/utf8decode.t
10154 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
10155 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
10156 ____________________________________________________________________________
10157 [ 9406] By: jhi on 2001/03/28 15:37:08
10158 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
10159 From: Benjamin Sugars <bsugars@canoe.ca>
10160 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
10161 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
10165 ____________________________________________________________________________
10166 [ 9405] By: jhi on 2001/03/28 15:13:18
10167 Log: pp_ne() needs a CORRECT boolean.
10170 ____________________________________________________________________________
10171 [ 9404] By: jhi on 2001/03/28 15:09:23
10172 Log: pp_ne() needs a boolean, not an integer.
10175 ____________________________________________________________________________
10176 [ 9403] By: jhi on 2001/03/28 14:47:43
10177 Log: (Retracted by #9404.)
10180 ____________________________________________________________________________
10181 [ 9402] By: jhi on 2001/03/28 14:43:59
10182 Log: Subject: Re: [PATCH] Typemap testing
10183 From: Tim Jenness <t.jenness@jach.hawaii.edu>
10184 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
10185 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
10187 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
10188 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
10189 ____________________________________________________________________________
10190 [ 9401] By: jhi on 2001/03/28 14:42:14
10191 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
10192 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10193 Date: Sun, 25 Mar 2001 21:59:15 +0100
10194 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
10196 A variable will be checked for the "use once" warnings if:
10198 1. It is in the scope of a use warnings 'once'
10199 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
10201 Otherwise it won't be checked at all.
10203 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
10205 The enclosed patch partially fixes this issue. What I didn't
10206 get to work was the case where the "used once" warning is enabled
10207 in any file other than the main file.
10209 ! gv.c t/pragma/warn/perl
10210 ____________________________________________________________________________
10211 [ 9400] By: nick on 2001/03/28 14:38:24
10212 Log: More EBCDIC tweaks:
10213 - one more swash issue &~(0xA0-1) did not do the right thing,
10214 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
10215 - add "use re 'asciirange'" to make [!-~] etc. work
10216 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
10217 - Choose a key for t/op/each.t test which gets encoded.
10218 - Skip utf8decode if this is UTF-EBCDIC.
10220 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
10221 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
10222 ____________________________________________________________________________
10223 [ 9399] By: jhi on 2001/03/28 14:21:00
10224 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
10228 ____________________________________________________________________________
10229 [ 9398] By: jhi on 2001/03/28 00:55:56
10230 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
10231 From: David Dyck <dcd@tc.fluke.com>
10232 Date: Tue, 27 Mar 2001 15:16:24 -0800
10233 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
10235 ! ext/IO/lib/IO/Socket.pm
10236 ____________________________________________________________________________
10237 [ 9397] By: jhi on 2001/03/27 21:52:49
10238 Log: Integrate perlio.
10240 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
10241 +> ext/PerlIO/Via/Via.xs
10242 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
10243 ____________________________________________________________________________
10244 [ 9396] By: nick on 2001/03/27 21:45:13
10245 Log: Integrate mainline.
10247 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
10248 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
10249 ____________________________________________________________________________
10250 [ 9395] By: nick on 2001/03/27 21:18:58
10251 Log: Outline docs for PerlIO and PerlIO::Scalar
10253 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
10254 ____________________________________________________________________________
10255 [ 9394] By: nick on 2001/03/27 20:50:13
10256 Log: PerlIO::Via layer (alpha-ish).
10258 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
10259 + ext/PerlIO/Via/Via.xs
10261 ____________________________________________________________________________
10262 [ 9393] By: jhi on 2001/03/27 20:49:55
10263 Log: Retract #9329 now that 9390 should take care of the matter.
10266 ____________________________________________________________________________
10267 [ 9390] By: jhi on 2001/03/27 20:47:50
10268 Log: Subject: Autoloading Errno.pm when %! is encountered
10269 From: Robin Houston <robin@kitsite.com>
10270 Date: Tue, 27 Mar 2001 20:57:11 +0100
10271 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
10273 ! embed.h embed.pl gv.c proto.h t/op/magic.t
10274 ____________________________________________________________________________
10275 [ 9389] By: jhi on 2001/03/27 20:24:31
10276 Log: Integrate perlio.
10278 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
10279 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
10281 ____________________________________________________________________________
10282 [ 9388] By: jhi on 2001/03/27 20:21:38
10283 Log: Better have a three-element array if one is going to assign
10284 to the third element of that array. (from Tim Jenness)
10286 ! ext/XS/Typemap/Typemap.xs
10287 ____________________________________________________________________________
10288 [ 9387] By: nick on 2001/03/27 20:15:43
10289 Log: Integrate mainline.
10291 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
10292 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
10293 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
10294 +> t/lib/xs-typemap.t
10295 !> (integrate 34 files)
10296 ____________________________________________________________________________
10297 [ 9386] By: jhi on 2001/03/27 20:04:18
10298 Log: Subject: Re: perl@9359 breaks HTML::Parser
10299 From: Gisle Aas <gisle@ActiveState.com>
10300 Date: 27 Mar 2001 11:30:24 -0800
10301 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
10303 Clarify the UTF-8 issues of the API docs.
10304 (Slightly reworded and expanded.)
10306 ! pod/perlapi.pod sv.c sv.h
10307 ____________________________________________________________________________
10308 [ 9385] By: jhi on 2001/03/27 19:44:25
10309 Log: If directory entries compare equal case-insensitively,
10310 retry case-sensitively.
10312 ! ext/File/Glob/bsd_glob.c
10313 ____________________________________________________________________________
10314 [ 9384] By: nick on 2001/03/27 19:38:50
10315 Log: Various EBCDIC fixes:
10316 - major revelation that swash code is encoding aware,
10317 (or thought it was) - now it is ;-)
10318 - With that out of the way fix a slab of tr/// cases.
10319 - Fix Encode 'Unicode' to be true Unicode so tests pass.
10320 - As anticipated Base64.xs needed tweaks.
10321 - Until tr/// works right avoid old_encode64 in MIME tests.
10323 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
10324 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
10325 ____________________________________________________________________________
10326 [ 9383] By: jhi on 2001/03/27 18:34:41
10327 Log: Add the std test suite BEGIN block.
10329 ! t/lib/xs-typemap.t
10330 ____________________________________________________________________________
10331 [ 9382] By: jhi on 2001/03/27 15:16:07
10332 Log: Add debugging output to the test.
10334 ! t/lib/glob-basic.t
10335 ____________________________________________________________________________
10336 [ 9381] By: jhi on 2001/03/27 15:08:10
10337 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
10339 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
10340 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
10341 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
10342 + t/lib/xs-typemap.t
10344 ____________________________________________________________________________
10345 [ 9380] By: jhi on 2001/03/27 14:48:34
10346 Log: Subject: [PATCH] Typemap testing
10347 From: Tim Jenness <t.jenness@jach.hawaii.edu>
10348 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
10349 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
10351 (The first part of the patch.)
10353 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
10354 ____________________________________________________________________________
10355 [ 9379] By: jhi on 2001/03/27 14:44:56
10356 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
10357 From: Benjamin Sugars <bsugars@canoe.ca>
10358 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
10359 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
10361 ! t/lib/glob-basic.t
10362 ____________________________________________________________________________
10363 [ 9378] By: jhi on 2001/03/27 14:42:30
10364 Log: Subject: [PATCH] perlvar nit
10365 From: Simon Cozens <simon@netthink.co.uk>
10366 Date: Tue, 27 Mar 2001 01:12:01 +0100
10367 Message-ID: <20010327011201.A19179@netthink.co.uk>
10370 ____________________________________________________________________________
10371 [ 9377] By: jhi on 2001/03/27 14:36:26
10372 Log: Subject: [PATCH] B::Terse and warnings
10373 From: Benjamin Sugars <ben.sugars@home.com>
10374 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
10375 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
10377 ! ext/B/B.pm ext/B/B/Terse.pm
10378 ____________________________________________________________________________
10379 [ 9376] By: jhi on 2001/03/27 14:31:31
10380 Log: Document sockatmark() some.
10382 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
10384 ____________________________________________________________________________
10385 [ 9375] By: jhi on 2001/03/27 14:00:24
10386 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
10387 noted by Gisle and fixed by NI-S.
10390 ____________________________________________________________________________
10391 [ 9374] By: jhi on 2001/03/27 05:50:01
10395 ____________________________________________________________________________
10396 [ 9373] By: jhi on 2001/03/27 05:43:51
10397 Log: Pixie documenting.
10399 ! Makefile.SH pod/perlhack.pod
10400 ____________________________________________________________________________
10401 [ 9372] By: jhi on 2001/03/27 05:29:34
10402 Log: Metaconfig unit changes for #9371.
10404 ! U/modified/myhostname.U
10405 Branch: metaconfig/U/perl
10408 ____________________________________________________________________________
10409 [ 9371] By: jhi on 2001/03/27 05:29:07
10410 Log: Add sockatmark() probing.
10412 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10413 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
10414 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10415 ! vos/config.ga.h win32/config.bc win32/config.gc
10417 ____________________________________________________________________________
10418 [ 9370] By: jhi on 2001/03/26 22:01:18
10419 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
10420 Really need to benchmark this.
10423 ____________________________________________________________________________
10424 [ 9369] By: nick on 2001/03/26 21:59:30
10425 Log: Integrate mainline.
10427 ! ext/MIME/Base64/QuotedPrint.pm
10428 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
10429 !> patchlevel.h pod/perlhack.pod pp_sys.c
10430 ____________________________________________________________________________
10431 [ 9368] By: jhi on 2001/03/26 21:47:03
10432 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
10435 TODO2: le, lt, ge, gt? Yech.
10438 ____________________________________________________________________________
10439 [ 9367] By: jhi on 2001/03/26 21:34:57
10440 Log: Too much cut-and-paste in #9363.
10443 ____________________________________________________________________________
10444 [ 9366] By: jhi on 2001/03/26 21:20:53
10445 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
10446 From: Andreas Schwab <schwab@suse.de>
10447 Date: 26 Mar 2001 17:29:04 +0200
10448 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
10450 (The patch for 5.6.0 or so, this is a guess for bleadperl)
10453 ____________________________________________________________________________
10454 [ 9365] By: jhi on 2001/03/26 21:07:54
10455 Log: Integrate perlio.
10458 ____________________________________________________________________________
10459 [ 9364] By: nick on 2001/03/26 20:30:48
10460 Log: REFCNT botch in layer name cache hash.
10463 ____________________________________________________________________________
10464 [ 9363] By: jhi on 2001/03/26 18:44:32
10465 Log: Subject: [PATCH] socket() leaks file descriptors
10466 From: Benjamin Sugars <bsugars@canoe.ca>
10467 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
10468 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
10470 Also sockpair() fixed similarly.
10473 ____________________________________________________________________________
10474 [ 9362] By: jhi on 2001/03/26 18:37:52
10475 Log: Integrate perlio.
10477 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
10478 ____________________________________________________________________________
10479 [ 9361] By: nick on 2001/03/26 17:32:06
10480 Log: Implement flush of linebuffered streams on read of a tty.
10482 ! perlio.c perliol.h
10483 ____________________________________________________________________________
10484 [ 9360] By: nick on 2001/03/26 17:12:32
10485 Log: Memory tweaks and notes for OEMVS.
10487 ! README.os390 miniperlmain.c t/op/pat.t
10488 ____________________________________________________________________________
10489 [ 9359] By: jhi on 2001/03/26 02:12:54
10490 Log: Update Changes.
10492 ! Changes patchlevel.h
10493 ____________________________________________________________________________
10494 [ 9358] By: jhi on 2001/03/26 02:05:32
10495 Log: Document the most common pixie options.
10498 ____________________________________________________________________________
10499 [ 9357] By: jhi on 2001/03/26 01:25:28
10500 Log: For perl.pixie check *before* compiling that optimize is -g,
10504 ____________________________________________________________________________
10505 [ 9356] By: jhi on 2001/03/26 01:13:41
10506 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
10509 ____________________________________________________________________________
10510 [ 9355] By: jhi on 2001/03/26 01:11:19
10511 Log: Remove t/perl.third.
10514 ____________________________________________________________________________
10515 [ 9354] By: jhi on 2001/03/26 00:23:38
10516 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
10519 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
10520 ____________________________________________________________________________
10521 [ 9353] By: jhi on 2001/03/25 22:25:04
10522 Log: Integrate perlio.
10524 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10525 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
10526 !> pp_hot.c win32/makefile.mk
10527 ____________________________________________________________________________
10528 [ 9352] By: jhi on 2001/03/25 22:21:41
10529 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
10530 From: Radu Greab <radu@netsoft.ro>
10531 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
10532 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
10535 ____________________________________________________________________________
10536 [ 9351] By: nick on 2001/03/25 22:15:02
10537 Log: Fix readline in list mode to tell rest of world that it has
10538 things on the stack. Otherwise if perl code gets invoked
10539 underneath it it scribbles over results-so-far.
10540 (Why TIEHANDLE has not tripped on this is a mystery.)
10543 ____________________________________________________________________________
10544 [ 9350] By: nick on 2001/03/25 22:10:13
10545 Log: win32/makefile.mk typos
10547 ! win32/makefile.mk
10548 ____________________________________________________________________________
10549 [ 9349] By: nick on 2001/03/25 21:31:14
10550 Log: Integrate now-non-binary file.
10553 ____________________________________________________________________________
10554 [ 9348] By: nick on 2001/03/25 21:27:24
10558 ____________________________________________________________________________
10559 [ 9347] By: nick on 2001/03/25 21:25:37
10560 Log: Integrate mainline.
10562 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
10563 !> lib/Term/ReadLine.pm t/lib/md5-file.t
10564 ____________________________________________________________________________
10565 [ 9346] By: nick on 2001/03/25 20:58:15
10566 Log: Add destruct time hook to PerlIO (for work-in-process implementing
10567 layers in perl code. In such cases layers need to be popped before
10568 we loose the ability to run perl code.)
10569 Also back-out "PerlIO::object" hook - it isn't going to work like that...
10571 ! perl.c perlio.c perlio.h perliol.h
10572 ____________________________________________________________________________
10573 [ 9345] By: nick on 2001/03/25 20:49:11
10574 Log: Avoid at leasy one of undefined warnings in Encode.
10576 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10577 ____________________________________________________________________________
10578 [ 9344] By: jhi on 2001/03/25 20:37:43
10579 Log: A workaround for using Term::ReadLine in emacs minibuffer
10580 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
10581 additional tweaks from Ilya Zakharevich.
10583 ! lib/Term/ReadLine.pm
10584 ____________________________________________________________________________
10585 [ 9343] By: nick on 2001/03/25 20:21:14
10586 Log: Missing return value.
10588 ! ext/PerlIO/Scalar/Scalar.xs
10589 ____________________________________________________________________________
10590 [ 9342] By: jhi on 2001/03/25 16:21:00
10591 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
10592 to equal the CPAN versions since no code changes have been made.
10594 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
10596 ____________________________________________________________________________
10597 [ 9341] By: jhi on 2001/03/25 16:01:48
10598 Log: Escape 8-bit characters.
10601 ____________________________________________________________________________
10602 [ 9340] By: gsar on 2001/03/25 15:50:53
10603 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
10607 ____________________________________________________________________________
10608 [ 9339] By: gsar on 2001/03/25 15:48:50
10609 Log: delete mimeqp.t for later with text mode set
10612 ____________________________________________________________________________
10613 [ 9338] By: nick on 2001/03/25 09:01:57
10614 Log: Integrate mainline.
10616 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
10617 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
10618 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
10619 +> t/lib/mimeb64u.t t/lib/mimeqp.t
10620 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
10621 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
10622 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
10623 ____________________________________________________________________________
10624 [ 9337] By: jhi on 2001/03/25 04:23:24
10625 Log: Add MIME::Base64 here and there. Again, a lot of
10626 optimism is in the air.
10628 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
10629 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
10630 ____________________________________________________________________________
10631 [ 9336] By: jhi on 2001/03/25 04:12:43
10632 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
10633 this by ear as I do not do Win32 programming.)
10635 ! win32/Makefile win32/makefile.mk
10636 ____________________________________________________________________________
10637 [ 9335] By: jhi on 2001/03/25 04:03:50
10638 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
10641 ____________________________________________________________________________
10642 [ 9334] By: jhi on 2001/03/25 03:58:53
10643 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
10645 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
10646 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
10647 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
10648 + t/lib/mimeb64u.t t/lib/mimeqp.t
10650 ____________________________________________________________________________
10651 [ 9333] By: jhi on 2001/03/24 20:14:37
10652 Log: Integrate perlio.
10654 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
10655 ____________________________________________________________________________
10656 [ 9332] By: nick on 2001/03/24 19:40:34
10657 Log: Fix un-init variable leading to spurious "Out of Memory!"
10660 ____________________________________________________________________________
10661 [ 9331] By: nick on 2001/03/24 19:09:59
10662 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
10663 and update layers internals doc.
10665 ! pod/perlfunc.pod pod/perliol.pod
10666 ____________________________________________________________________________
10667 [ 9330] By: jhi on 2001/03/24 18:42:11
10668 Log: The length might be uninitialized garbage if the *svp is the undef.
10671 ____________________________________________________________________________
10672 [ 9329] By: jhi on 2001/03/24 18:26:57
10673 Log: (Retracted by #9393)
10675 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
10676 From: Simon Cozens <simon@netthink.co.uk>
10677 Date: Sat, 24 Mar 2001 17:13:17 +0000
10678 Message-ID: <20010324171317.A13406@netthink.co.uk>
10681 ____________________________________________________________________________
10682 [ 9328] By: nick on 2001/03/24 17:22:02
10683 Log: Integrate mainline.
10685 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
10686 !> lib/unicode/version
10687 ____________________________________________________________________________
10688 [ 9327] By: nick on 2001/03/24 17:16:02
10689 Log: Integrate mainline.
10691 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10692 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
10693 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
10694 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
10695 +> t/lib/md5-file.t
10696 !> MANIFEST Makefile.SH configure.com djgpp/config.over
10697 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
10698 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
10699 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
10700 !> win32/makefile.mk
10701 ____________________________________________________________________________
10702 [ 9326] By: jhi on 2001/03/24 17:00:42
10703 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
10705 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
10706 ! lib/unicode/version
10707 ____________________________________________________________________________
10708 [ 9325] By: jhi on 2001/03/24 16:22:33
10709 Log: Subject: Re: B::Deparse bug (5.6.0)
10710 From: Robin Houston <robin@kitsite.com>
10711 Date: Sat, 24 Mar 2001 14:33:09 +0000
10712 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
10714 ! op.c pp.c t/lib/b.t t/op/repeat.t
10715 ____________________________________________________________________________
10716 [ 9324] By: jhi on 2001/03/24 16:21:56
10717 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
10718 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
10719 these additions may be too optimistic.
10721 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
10722 ! hints/uwin.sh hints/vmesa.sh
10723 ____________________________________________________________________________
10724 [ 9323] By: jhi on 2001/03/24 16:06:01
10725 Log: Integrate perlio.
10727 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
10728 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
10730 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
10731 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
10732 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
10733 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10734 !> win32/makefile.mk win32/perlhost.h win32/win32.c
10735 !> win32/win32iop.h
10736 ____________________________________________________________________________
10737 [ 9322] By: nick on 2001/03/24 14:39:12
10738 Log: Routine Win32 regen_config_h - no real changes.
10740 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10741 ____________________________________________________________________________
10742 [ 9321] By: nick on 2001/03/24 14:31:49
10743 Log: PerlIO fixups for Win32:
10744 - provide win33_popenlist() - non-functional as yet.
10745 - avoid need for aTHX in PerlIO_debug calls - even if not
10746 enabled args are still evaluated so Win32 has trouble during fork().
10747 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
10748 - Fixup makedef.pl for latest set of symbols.
10750 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
10751 ! win32/perlhost.h win32/win32.c win32/win32iop.h
10752 ____________________________________________________________________________
10753 [ 9320] By: nick on 2001/03/24 14:26:58
10754 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
10755 was gibberish - broke it on WIn32 at least.
10757 ! ext/POSIX/POSIX.xs
10758 ____________________________________________________________________________
10759 [ 9319] By: nick on 2001/03/24 11:29:41
10760 Log: Generated files.
10762 ! embed.h global.sym objXSUB.h perlapi.c proto.h
10763 ____________________________________________________________________________
10764 [ 9318] By: nick on 2001/03/24 10:29:37
10766 1. open($fh,"+<",undef); # add test to t/io/open.t
10767 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
10769 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
10770 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
10771 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
10772 ! t/io/open.t t/io/utf8.t
10773 ____________________________________________________________________________
10774 [ 9317] By: jhi on 2001/03/23 23:41:25
10775 Log: AIX does seems to have optimization problems with its C compilers.
10778 ____________________________________________________________________________
10779 [ 9316] By: jhi on 2001/03/23 23:40:46
10780 Log: Integrate perlio.
10783 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
10785 ____________________________________________________________________________
10786 [ 9315] By: jhi on 2001/03/23 22:16:30
10787 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
10790 ____________________________________________________________________________
10791 [ 9314] By: nick on 2001/03/23 20:49:02
10792 Log: Perlio internals re-organized.
10793 - open process creates AV of layer/arg pairs
10794 (appends layers from open() or open.pm to default list).
10795 - push arg is now an SV.
10796 - layer ->Open get passed the AV
10797 - open is no longer mandatory method.
10798 - topmost layer that has ->Open method does the open
10799 - any layers above are pushed once that returns.
10800 - vtable re-ordered so dummy layers need only provide push/pop methods.
10802 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
10803 ____________________________________________________________________________
10804 [ 9313] By: nick on 2001/03/23 16:27:41
10805 Log: Check in a stable (working) version before next round of tweaks.
10807 - Move default layers code out of doio.c and into perlio.c
10808 - Single routine for parsing layer specification strings.
10809 - Skeleton support for demand loading of layers
10810 - Core-dump avoidance if PERLIO environment specifies loadable layer
10811 (does not _work_ as need IO to load and need load to do IO ...)
10814 ! MANIFEST doio.c perlio.c
10815 ____________________________________________________________________________
10816 [ 9312] By: gsar on 2001/03/23 16:25:25
10817 Log: add execute bit to files with shebang lines in the repository;
10818 avoid clobbering execute bit in Porting/makerel
10819 Branch: maint-5.6/perl
10821 ____________________________________________________________________________
10822 [ 9311] By: jhi on 2001/03/23 14:25:35
10823 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
10826 ____________________________________________________________________________
10827 [ 9310] By: jhi on 2001/03/23 13:45:04
10828 Log: Subject: [PATCH] Net::Ping
10829 From: Colin McMillen <mcmi0037@tc.umn.edu>
10830 Date: Thu, 22 Mar 2001 19:30:31 -0600
10831 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
10834 ____________________________________________________________________________
10835 [ 9309] By: jhi on 2001/03/23 13:39:13
10836 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
10838 ! t/lib/md5-aaa.t t/lib/md5-file.t
10839 ____________________________________________________________________________
10840 [ 9308] By: jhi on 2001/03/23 13:20:34
10841 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
10842 - bump the version to 2.14
10843 - drop the base64 tests since they require MIME::Base64
10844 - drop the rfc1321.txt
10845 - drop the hints/dec_osf.pl since it's only needed for
10848 - the U32 alignment testing is now removed; it needs to
10849 be reintroduced as as a Config variable (meaning also
10850 as a Configure test)
10851 - get the new EBCDIC md5sum for MD5.pm
10852 - test in Win32 to see how badly I botched the makefiles
10854 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10855 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
10856 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
10857 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
10859 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
10860 ! win32/Makefile win32/makefile.mk
10861 ____________________________________________________________________________
10862 [ 9307] By: jhi on 2001/03/23 12:56:14
10863 Log: Integrate change #9306 from maintperl into mainline,
10864 AIX dynaloader for AIXes without <load.h>.
10866 !> ext/DynaLoader/hints/aix.pl
10867 ____________________________________________________________________________
10868 [ 9306] By: jhi on 2001/03/23 12:51:36
10869 Log: There are AIXes without /usr/include/load.h,
10870 patch from H.Merijn Brand.
10871 Branch: maint-5.6/perl
10872 ! ext/DynaLoader/hints/aix.pl
10873 ____________________________________________________________________________
10874 [ 9305] By: nick on 2001/03/23 11:00:42
10875 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
10877 ! ext/Encode/Encode.xs perlio.c perlio.h
10878 ____________________________________________________________________________
10879 [ 9304] By: nick on 2001/03/23 10:20:46
10880 Log: Render -Duseperlio functional again.
10881 - this is "quick fix" which calls PerlIO_apply_layers after opening,
10882 which is what old scheme did. New scheme needs to change that
10883 to make open(...,\$scalar) etc. work but this will do for now.
10886 ____________________________________________________________________________
10887 [ 9303] By: nick on 2001/03/23 09:53:20
10888 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
10889 -Uuseperlio now works again.
10890 -Duseperlio is still poorly. Don't merge yet...
10893 ____________________________________________________________________________
10894 [ 9302] By: nick on 2001/03/22 22:26:51
10895 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
10897 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
10898 is its main caller. In particular now has access to "extra" args, and
10899 can tell when an open handle is "reopened" (or duped?).
10900 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
10901 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
10902 PerlIO_open() et. al. (i.e. other way round).
10903 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
10904 with args close to PerlIO_openn().
10906 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
10907 ____________________________________________________________________________
10908 [ 9301] By: jhi on 2001/03/22 20:58:04
10909 Log: Integrate perlio.
10911 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
10912 !> t/io/open.t util.c
10913 ____________________________________________________________________________
10914 [ 9300] By: nick on 2001/03/22 17:36:32
10915 Log: Don't include $@ in not ok message.
10918 ____________________________________________________________________________
10919 [ 9299] By: gsar on 2001/03/22 16:53:45
10920 Log: back out changes#7532,7521 for now (appears to have problems
10922 Branch: maint-5.6/perl
10923 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10924 ! ext/POSIX/typemap pod/perlvar.pod
10925 ____________________________________________________________________________
10926 [ 9298] By: nick on 2001/03/22 14:35:46
10927 Log: Give a meaning to '&' in n-arg open case:
10928 open($fh,"<&",$scalar);
10930 - an integer which does "fdopen"
10931 open($fh,"<&",2); # like open($fh,"<&2")
10932 - something that will yield a file handle via sv_2io()
10933 useful for dup'ing anonymous handles.
10935 open(my $fh,"<&",\*STDIN);
10936 open(my $dup,"<&",$fh);
10938 ! doio.c t/io/open.t
10939 ____________________________________________________________________________
10940 [ 9297] By: nick on 2001/03/22 13:34:35
10941 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
10944 ____________________________________________________________________________
10945 [ 9296] By: nick on 2001/03/22 12:51:20
10946 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
10949 ____________________________________________________________________________
10950 [ 9295] By: nick on 2001/03/22 11:59:44
10951 Log: If stdin, stdout or stderr get opened in unexpected read/write state
10952 then warn at time of open not at time of use.
10954 ! doio.c pp_hot.c pp_sys.c
10955 ____________________________________________________________________________
10956 [ 9294] By: nick on 2001/03/22 10:54:35
10957 Log: Die on n-arg open(...,"",xxx,yyy,...)
10958 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
10959 - die on read/write cases so we can decide what it means later.
10961 ! doio.c embed.pl iperlsys.h util.c
10962 ____________________________________________________________________________
10963 [ 9293] By: nick on 2001/03/22 09:02:45
10964 Log: perlio tweaks (reported by Nick Clark)
10965 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
10966 error check in Pendinf_read().
10969 ____________________________________________________________________________
10970 [ 9292] By: gsar on 2001/03/22 07:12:00
10971 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
10973 Branch: maint-5.6/perl
10974 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
10975 ____________________________________________________________________________
10976 [ 9291] By: jhi on 2001/03/22 06:06:44
10977 Log: Regex tests from Chicheng Zhang. (Already fixed.)
10980 ____________________________________________________________________________
10981 [ 9290] By: jhi on 2001/03/22 05:57:01
10982 Log: Move MacOS Classic higher in the list of supported platforms.
10983 Branch: maint-5.6/perl
10985 ____________________________________________________________________________
10986 [ 9289] By: gsar on 2001/03/22 05:35:04
10987 Log: revert part of change#6438 for compatibility (av_reify()
10988 appears to be needed to implement av_splice()ish things
10990 Branch: maint-5.6/perl
10991 ! embed.pl global.sym objXSUB.h perlapi.c
10992 ____________________________________________________________________________
10993 [ 9288] By: gsar on 2001/03/22 03:09:19
10994 Log: update copyright year
10995 Branch: maint-5.6/perl
10996 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10997 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
10998 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
10999 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
11000 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
11001 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
11002 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
11004 ____________________________________________________________________________
11005 [ 9287] By: jhi on 2001/03/21 20:30:54
11006 Log: Integrate perlio.
11008 !> ext/Data/Dumper/Dumper.xs
11009 ____________________________________________________________________________
11010 [ 9286] By: gsar on 2001/03/21 19:49:54
11011 Log: makefile.mk tweak
11012 Branch: maint-5.6/perl
11013 ! win32/Makefile win32/makefile.mk
11014 ____________________________________________________________________________
11015 [ 9285] By: nick on 2001/03/21 19:07:13
11016 Log: Multiplicity fix for Dumper.
11018 ! ext/Data/Dumper/Dumper.xs
11019 ____________________________________________________________________________
11020 [ 9284] By: nick on 2001/03/21 19:01:07
11021 Log: Integrate mainline - (does not build xTHX issue in Dumper).
11023 !> (integrate 27 files)
11024 ____________________________________________________________________________
11025 [ 9283] By: jhi on 2001/03/21 17:17:35
11026 Log: Integrate change #9282 from mainline into maintperl,
11027 4-arg UTF-8 substr().
11028 Branch: maint-5.6/perl
11030 ____________________________________________________________________________
11031 [ 9282] By: jhi on 2001/03/21 17:15:43
11032 Log: The #9270 would have leaked a scalar if pp_substr()
11036 ____________________________________________________________________________
11037 [ 9281] By: gsar on 2001/03/21 17:03:14
11038 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
11039 Branch: maint-5.6/perl
11040 ! win32/makefile.mk
11041 ____________________________________________________________________________
11042 [ 9280] By: gsar on 2001/03/21 17:01:20
11043 Log: some tweaks to change#9278 (fork() emulation should be enabled
11044 by setting BUILD_FLAVOR instead of changing the defaults)
11045 Branch: maint-5.6/perl
11046 ! win32/makefile.mk
11047 ____________________________________________________________________________
11048 [ 9279] By: gsar on 2001/03/21 16:47:19
11049 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
11050 Branch: maint-5.6/perl
11051 ! ext/File/Glob/Glob.pm
11053 ____________________________________________________________________________
11054 [ 9278] By: jhi on 2001/03/21 14:35:10
11055 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
11056 From: "Vadim Konovalov" <watman@inbox.ru>
11057 Date: Wed, 21 Mar 2001 01:53:51 +0300
11058 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
11059 Branch: maint-5.6/perl
11060 ! win32/makefile.mk win32/win32sck.c
11061 ____________________________________________________________________________
11062 [ 9277] By: jhi on 2001/03/21 13:58:28
11063 Log: Integrate change #9270 from mainline to maintperl:
11064 continued 4-arg UTF-8 substr() fixing.
11065 Branch: maint-5.6/perl
11066 !> pp.c t/op/substr.t
11067 ____________________________________________________________________________
11068 [ 9276] By: jhi on 2001/03/21 13:33:00
11069 Log: More pixie cleaning.
11072 ____________________________________________________________________________
11073 [ 9275] By: jhi on 2001/03/21 03:54:17
11074 Log: Update Changes.
11076 ! Changes patchlevel.h
11077 ____________________________________________________________________________
11078 [ 9274] By: jhi on 2001/03/21 03:48:24
11079 Log: First stab at making Data::Dumper to grok Unicode.
11081 TODO: tests, EBCDICify.
11083 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11084 ____________________________________________________________________________
11085 [ 9273] By: jhi on 2001/03/21 02:23:00
11088 Subject: Memory leak in unquoted print
11089 From: Benjamin Sugars <bsugars@canoe.ca>
11090 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
11091 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
11094 ____________________________________________________________________________
11095 [ 9272] By: jhi on 2001/03/21 01:33:17
11096 Log: Subject: Re: [PATCH] POSIX::getcwd()
11097 From: Benjamin Sugars <bsugars@canoe.ca>
11098 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
11099 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
11101 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11102 ____________________________________________________________________________
11103 [ 9271] By: jhi on 2001/03/21 01:22:52
11104 Log: Subject: [PATCH] Cwd.pm docs
11105 From: Benjamin Sugars <bsugars@canoe.ca>
11106 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
11107 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
11110 ____________________________________________________________________________
11111 [ 9270] By: jhi on 2001/03/21 01:16:29
11112 Log: Continue 4-arg substr() UTF-8 fixage.
11114 ! pp.c t/op/substr.t
11115 ____________________________________________________________________________
11116 [ 9269] By: jhi on 2001/03/21 00:46:14
11117 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
11119 revert the leak fix in change#9142 (problem needs a more experimental
11120 fix unsuitable for 5.6.1)
11122 do alphabetical sorting by default (for csh compatibility)
11124 cut-n-paste goof in change#9264
11126 VMS piping fixes (from Charles Lane)
11128 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
11129 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
11130 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
11131 ____________________________________________________________________________
11132 [ 9268] By: jhi on 2001/03/21 00:37:04
11133 Log: Integrate perlio.
11135 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
11136 !> utf8.c utf8.h utfebcdic.h
11137 ____________________________________________________________________________
11138 [ 9267] By: nick on 2001/03/20 20:04:39
11139 Log: More EBCDIC stuff:
11140 - Loose the extra level of function on ASCII.
11141 - spotted a chr(0) issue in sv.c
11142 - re-work of UTF-X tr/// ranges to work in Unicode
11143 space. Still issues with the "0xff is illegal UTF-8" hack.
11144 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
11145 (why do it once when you can do it all over the place :-(
11146 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
11147 need utf8.pm for swashes.
11148 - Simplified and commented scan_const() in toke.c
11149 Still something wrong regexp and tr (swashes?).
11151 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
11152 ! utf8.c utf8.h utfebcdic.h
11153 ____________________________________________________________________________
11154 [ 9266] By: gsar on 2001/03/20 19:16:43
11155 Log: VMS piping fixes (from Charles Lane)
11156 Branch: maint-5.6/perl
11157 ! vms/vms.c vms/vmspipe.com
11158 ____________________________________________________________________________
11159 [ 9265] By: gsar on 2001/03/20 17:53:52
11160 Log: cut-n-paste goof in change#9264
11161 Branch: maint-5.6/perl
11162 ! ext/File/Glob/Glob.xs
11163 ____________________________________________________________________________
11164 [ 9264] By: gsar on 2001/03/20 17:43:47
11165 Log: do alphabetical sorting by default (for csh compatibility);
11166 bsd_glob() does ASCII sort by default as usual, unless
11167 GLOB_ALPHASORT was specified
11168 Branch: maint-5.6/perl
11169 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
11170 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
11171 ! ext/File/Glob/bsd_glob.h
11172 ____________________________________________________________________________
11173 [ 9263] By: gsar on 2001/03/20 16:40:08
11174 Log: integrate change#9255 from mainline (unicode fix)
11176 substr($bytestr, i, n, $charstr)
11177 Branch: maint-5.6/perl
11178 !> Todo-5.6 pp.c t/op/substr.t
11179 ____________________________________________________________________________
11180 [ 9262] By: gsar on 2001/03/20 15:57:41
11181 Log: revert the leak fix in change#9142 (problem needs a more experimental
11182 fix unsuitable for 5.6.1)
11183 Branch: maint-5.6/perl
11185 ____________________________________________________________________________
11186 [ 9261] By: jhi on 2001/03/20 14:26:25
11187 Log: Integrate changes #9259,9260 from maintperl into mainline.
11189 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
11191 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
11193 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
11194 ____________________________________________________________________________
11195 [ 9260] By: jhi on 2001/03/20 14:05:46
11196 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
11197 From: Robin Barker <rmb1@cise.npl.co.uk>
11198 Date: Tue, 20 Mar 2001 10:12:04 GMT
11199 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
11200 Branch: maint-5.6/perl
11202 ____________________________________________________________________________
11203 [ 9259] By: jhi on 2001/03/20 14:04:39
11204 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
11205 From: Chris Nandor <pudge@pobox.com>
11206 Date: Tue, 20 Mar 2001 00:40:56 -0500
11207 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
11208 Branch: maint-5.6/perl
11209 ! ext/POSIX/POSIX.xs lib/File/Path.pm
11210 ____________________________________________________________________________
11211 [ 9258] By: jhi on 2001/03/20 05:09:34
11212 Log: Update Changes.
11214 ! Changes patchlevel.h
11215 ____________________________________________________________________________
11216 [ 9257] By: jhi on 2001/03/20 05:04:25
11217 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
11220 ____________________________________________________________________________
11221 [ 9256] By: jhi on 2001/03/20 04:43:12
11222 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
11223 From: Peter Prymmer <pvhp@forte.com>
11224 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
11225 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
11226 Branch: maint-5.6/perl
11227 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
11228 ____________________________________________________________________________
11229 [ 9255] By: jhi on 2001/03/19 23:17:17
11230 Log: substr($bytestr, i, n, $charstr)
11232 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
11234 ! Todo-5.6 pp.c t/op/substr.t
11235 ____________________________________________________________________________
11236 [ 9254] By: jhi on 2001/03/19 22:25:09
11237 Log: Rearrange the make test target prerequisites so that
11238 in a parallel make 'all' is finished before 'test'.
11241 ____________________________________________________________________________
11242 [ 9253] By: jhi on 2001/03/19 21:48:07
11243 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
11244 From: Robin Houston <robin@kitsite.com>
11245 Date: Mon, 19 Mar 2001 15:48:41 +0000
11246 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
11249 ____________________________________________________________________________
11250 [ 9252] By: jhi on 2001/03/19 21:42:27
11251 Log: Integrate perlio.
11253 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
11254 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
11255 !> utfebcdic.h vms/perly_c.vms
11256 ____________________________________________________________________________
11257 [ 9251] By: jhi on 2001/03/19 21:31:28
11258 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
11260 Dynaloading in 64-bit AIX with vac.
11262 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11264 ____________________________________________________________________________
11265 [ 9250] By: jhi on 2001/03/19 21:18:00
11266 Log: A more robust solution for the 64bitall AIX dynaloading
11267 problem, from Jens-Uwe Mager.
11268 Branch: maint-5.6/perl
11269 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11270 ____________________________________________________________________________
11271 [ 9249] By: nick on 2001/03/19 20:59:37
11272 Log: Integrate mainline.
11274 !> (integrate 42 files)
11275 ____________________________________________________________________________
11276 [ 9248] By: nick on 2001/03/19 20:22:07
11277 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
11278 (Building on OS390 uses native YACC and YYDEBUG has other
11281 ! perly.c perly.y vms/perly_c.vms
11282 ____________________________________________________________________________
11283 [ 9247] By: jhi on 2001/03/19 19:59:53
11284 Log: 64-bit AIX dynaloading problem (see #9244) idea
11285 from Jens-Uwe Mager.
11286 Branch: maint-5.6/perl
11287 ! ext/DynaLoader/dl_aix.xs
11288 ____________________________________________________________________________
11289 [ 9246] By: nick on 2001/03/19 19:27:57
11290 Log: More EBCDIC fixes.
11292 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
11293 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
11294 ____________________________________________________________________________
11295 [ 9245] By: jhi on 2001/03/19 19:05:19
11296 Log: Integrate change #9243 from mainline into maintperl.
11298 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
11299 Branch: maint-5.6/perl
11301 ____________________________________________________________________________
11302 [ 9244] By: jhi on 2001/03/19 19:03:15
11303 Log: Get 64bitall AIX building, but still does not test okay:
11304 dynaloading anything fails, for example for op/defins:
11305 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
11306 (update: fixed by #9247,9250)
11307 Branch: maint-5.6/perl
11309 ____________________________________________________________________________
11310 [ 9243] By: jhi on 2001/03/19 19:00:16
11311 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
11312 From: Robin Barker <rmb1@cise.npl.co.uk>
11313 Date: Mon, 19 Mar 2001 18:01:57 GMT
11314 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
11317 ____________________________________________________________________________
11318 [ 9242] By: jhi on 2001/03/19 18:58:43
11319 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
11324 ____________________________________________________________________________
11325 [ 9241] By: gsar on 2001/03/19 17:34:46
11326 Log: VMSify tests (from Charles Lane)
11327 Branch: maint-5.6/perl
11328 ! t/lib/filehand.t t/lib/texttabs.t
11329 ____________________________________________________________________________
11330 [ 9240] By: jhi on 2001/03/19 14:24:26
11331 Log: Integrate change #9233 from maintperl into mainline.
11333 some refcounts were incorrect in perl_clone()
11336 ____________________________________________________________________________
11337 [ 9239] By: gsar on 2001/03/19 09:23:17
11338 Log: this is 5.6.1-trial3
11339 Branch: maint-5.6/perl
11341 ____________________________________________________________________________
11342 [ 9238] By: gsar on 2001/03/19 08:47:04
11343 Log: some new symbols are only available under ithreads
11344 Branch: maint-5.6/perl
11346 ____________________________________________________________________________
11347 [ 9237] By: gsar on 2001/03/19 08:42:28
11348 Log: update patchlevel.h, Changes, &c.
11349 Branch: maint-5.6/perl
11350 ! Changes patchlevel.h pod/perlhist.pod
11352 ____________________________________________________________________________
11353 [ 9236] By: gsar on 2001/03/19 08:17:49
11354 Log: integrate changes#8068,8717 from mainline
11356 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
11358 [PATCH CPAN 1.59_51] warning message (not!)
11359 Branch: maint-5.6/perl
11360 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
11361 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
11362 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
11363 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
11364 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
11365 ____________________________________________________________________________
11366 [ 9235] By: gsar on 2001/03/19 08:07:09
11367 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
11369 [PATCH] Add missing CV flags to dump.c
11371 Re: [patch] Re: PL_ptr_table
11373 Fixup non-ithread build after 8713
11375 Generated files form 8713 etc.
11377 Correct the correction :-(
11379 Documenting coderef @INC (Re: CPAN "make this script work" feature)
11381 Subject: Re: sync sync sync: have I missed any patches?
11382 Replace djSP with dSP.
11383 Branch: maint-5.6/perl
11384 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
11385 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
11386 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
11387 !> sv.c sv.h win32/perlhost.h
11388 ____________________________________________________________________________
11389 [ 9234] By: gsar on 2001/03/19 07:22:05
11390 Log: revert the change#9090 integrate for now (change looks somewhat
11391 incomplete in that [ha]v_exists() need something similar; lacks
11393 Branch: maint-5.6/perl
11395 ____________________________________________________________________________
11396 [ 9233] By: gsar on 2001/03/19 07:10:01
11397 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
11398 destruction when there are unreferenced scalars (SvREFCNT==0)
11399 Branch: maint-5.6/perl
11401 ____________________________________________________________________________
11402 [ 9232] By: jhi on 2001/03/19 05:11:02
11403 Log: Regen api and toc.
11404 Branch: maint-5.6/perl
11405 ! pod/perlapi.pod pod/perltoc.pod
11406 ____________________________________________________________________________
11407 [ 9231] By: jhi on 2001/03/19 04:06:03
11408 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
11409 add a lost line in pp.c:pp_chop(), update to new op/chop.
11411 Clarify the description differentiating for and while; inspired by
11413 Subject: [ID 20010306.004] || != named unary operator
11415 The $Is_MacOS needs to be declared.
11416 Branch: maint-5.6/perl
11418 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
11419 ____________________________________________________________________________
11420 [ 9230] By: jhi on 2001/03/19 03:48:16
11421 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
11422 9079,9083,9089,9090,9091 from mainline to maintperl.
11424 Quieten some noise in Win32 builds
11426 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
11428 The perlretut was still talking about the old \p and \P
11431 More tweakage on the Unicode character class descriptions.
11433 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
11435 Subject: 'no *POSIX' Patch speeding up make on BS2000
11437 Subject: [PATCH] perldata.pod here-doc docs
11439 Add /sbin and /usr/sbin to the list of directories scanned
11440 for setuid programs. Takes care of bug id 20010309.003.
11442 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
11444 In op/stat #35 better to scan all the potential directories
11445 for setuids, not just the first one.
11446 Branch: maint-5.6/perl
11448 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
11449 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
11450 !> t/op/stat.t toke.c win32/win32.h
11451 ____________________________________________________________________________
11452 [ 9229] By: jhi on 2001/03/19 02:31:50
11453 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
11454 From: Chris Nandor <pudge@pobox.com>
11455 Date: Sat, 10 Mar 2001 14:22:19 -0500
11456 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
11457 Branch: maint-5.6/perl
11458 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
11459 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
11460 ! t/lib/b.t t/lib/errno.t
11461 ____________________________________________________________________________
11462 [ 9228] By: jhi on 2001/03/19 02:29:59
11463 Log: Integrate changes #9113,9122 from mainline into maintperl.
11465 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?)
11466 Branch: maint-5.6/perl
11467 !> Configure README.os390 hints/os390.sh
11468 ____________________________________________________________________________
11469 [ 9227] By: jhi on 2001/03/19 02:22:35
11470 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
11473 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
11475 Forgot to check-in the larger part of #9120, duh.
11477 Subject: Another patch for integer.pm POD
11479 h2ph strictness and cleanliness from Kurt Starsinic.
11481 Borland filename case problem.
11483 h2ph strictness and cleanliness from Kurt Starsinic.
11485 Subject: [PATCH] the uncontroversial doc patches
11486 Branch: maint-5.6/perl
11487 +> win32/sncfnmcs.pl
11488 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
11489 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
11490 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
11491 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
11492 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
11493 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
11494 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
11495 ____________________________________________________________________________
11496 [ 9226] By: jhi on 2001/03/19 02:10:21
11497 Log: Integrate changes #9207,9214 from mainline into maintperl.
11499 podchecker relaxations: =over has an *optional* number after it,
11500 and whitespace in L<> is okay.
11501 Branch: maint-5.6/perl
11502 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
11503 !> t/pod/poderrs.xr
11504 ____________________________________________________________________________
11505 [ 9225] By: jhi on 2001/03/19 02:07:38
11506 Log: Integrate change #9219 from maintperl into mainline.
11508 remove duplicated tests
11511 ____________________________________________________________________________
11512 [ 9224] By: jhi on 2001/03/19 02:06:11
11513 Log: Integrate change #9223 from mainline to maintperl.
11515 Document -Dmksymlinks.
11516 Branch: maint-5.6/perl
11518 ____________________________________________________________________________
11519 [ 9223] By: jhi on 2001/03/19 02:01:25
11520 Log: Document -Dmksymlinks.
11523 ____________________________________________________________________________
11524 [ 9222] By: jhi on 2001/03/19 01:15:35
11525 Log: The -Dmksymlinks wasn't working for maintperl.
11526 Branch: maint-5.6/perl
11528 ____________________________________________________________________________
11529 [ 9221] By: jhi on 2001/03/19 00:49:43
11530 Log: Cleanup pixie residue.
11533 ____________________________________________________________________________
11534 [ 9220] By: jhi on 2001/03/19 00:44:47
11535 Log: Document the use of pixie/prof; create make targets for it.
11537 TODO: make t/TEST pixie-aware.
11539 ! Makefile.SH pod/perlhack.pod
11540 ____________________________________________________________________________
11541 [ 9219] By: gsar on 2001/03/19 00:16:55
11542 Log: remove duplicated tests
11543 Branch: maint-5.6/perl
11545 ____________________________________________________________________________
11546 [ 9218] By: jhi on 2001/03/18 23:59:31
11547 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
11549 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
11550 ____________________________________________________________________________
11551 [ 9217] By: jhi on 2001/03/18 23:25:20
11552 Log: Rewrite the tests section of Makefile to be less redundant
11553 and to allow for more flexible test targets, many recursive
11554 make calls introduced.
11557 ____________________________________________________________________________
11558 [ 9216] By: jhi on 2001/03/18 22:30:04
11559 Log: Document the use of Third Degree (sparsely).
11561 ! pod/perlhack.pod t/TEST
11562 ____________________________________________________________________________
11563 [ 9215] By: jhi on 2001/03/18 22:10:30
11564 Log: Make targets for testing with Third Degree.
11567 ____________________________________________________________________________
11568 [ 9214] By: jhi on 2001/03/18 21:08:53
11569 Log: The podchecker relaxations need to mirrored also at the tests.
11572 ____________________________________________________________________________
11573 [ 9213] By: jhi on 2001/03/18 20:56:21
11574 Log: Update Changes.
11576 ! Changes patchlevel.h
11577 ____________________________________________________________________________
11578 [ 9212] By: jhi on 2001/03/18 20:36:59
11579 Log: Looking for config.sh in parent directories isn't
11580 very useful for the toplevel Makefile.
11583 ____________________________________________________________________________
11584 [ 9211] By: jhi on 2001/03/18 20:33:37
11585 Log: On "make clean" take care of Third Degree droppings.
11588 ____________________________________________________________________________
11589 [ 9210] By: jhi on 2001/03/18 20:21:34
11590 Log: Add a hook for running the tests under the Third Degree
11591 debugging tool (set $ENV{PERL_3LOG} to non-zero)
11593 TODO: Document the use of Third Degree.
11596 ____________________________________________________________________________
11597 [ 9209] By: jhi on 2001/03/18 20:19:07
11598 Log: Regen toc and api pods.
11600 ! pod/perlapi.pod pod/perltoc.pod
11601 ____________________________________________________________________________
11602 [ 9208] By: jhi on 2001/03/18 20:12:12
11603 Log: Integrate changes #8128,9132 from mainline into maintperl,
11604 Tie::SubstrHash fixes.
11605 Branch: maint-5.6/perl
11606 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
11607 ____________________________________________________________________________
11608 [ 9207] By: jhi on 2001/03/18 20:07:43
11609 Log: podchecker relaxations from Michael Stevens.
11611 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
11612 ____________________________________________________________________________
11613 [ 9206] By: jhi on 2001/03/18 20:04:24
11614 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
11616 ! lib/Locale/Constants.pm lib/Locale/Country.pm
11617 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
11618 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
11619 ____________________________________________________________________________
11620 [ 9205] By: jhi on 2001/03/18 19:54:45
11621 Log: Integrate changes #9161,9162 from maintperl to mainline.
11623 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
11627 ____________________________________________________________________________
11628 [ 9204] By: jhi on 2001/03/18 19:37:46
11629 Log: Make perl.third checks more understandable to the builder.
11632 ____________________________________________________________________________
11633 [ 9203] By: jhi on 2001/03/18 19:20:54
11634 Log: Re-integrate #9138 from maintperl to mainline,
11635 the squelching of the unneeded "Scalars leaked" messages.
11637 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
11638 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
11639 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
11640 ____________________________________________________________________________
11641 [ 9202] By: jhi on 2001/03/18 18:48:36
11642 Log: More robust and more paranoid perl.third target.
11645 ____________________________________________________________________________
11646 [ 9201] By: jhi on 2001/03/18 18:39:21
11647 Log: Integrate change #9197 from maintperl to mainline.
11649 more thorough cleaning of arenas.
11651 !> embed.pl perl.c proto.h sv.c t/op/sort.t
11652 ____________________________________________________________________________
11653 [ 9200] By: jhi on 2001/03/18 18:25:17
11654 Log: Integrate perlio.
11656 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
11657 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
11658 !> t/lib/encode.t toke.c universal.c utf8.c
11659 ____________________________________________________________________________
11660 [ 9199] By: nick on 2001/03/18 15:23:51
11661 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
11662 is the sense of the test being done. Avoid some magical 127 and 128 values
11665 ! doop.c pp_ctl.c sv.c toke.c
11666 ____________________________________________________________________________
11667 [ 9198] By: nick on 2001/03/18 14:18:12
11668 Log: UTF-X encoding invariance for Encode:
11669 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
11670 - move the XS code for those to universal.c (so in miniperl)
11671 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
11672 - change ext/Encode/compile to use above.
11673 - Fix t/lib/encode.t for above
11674 - Teach t/lib/b.t to expect -uutf8
11675 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
11678 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11679 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
11680 ____________________________________________________________________________
11681 [ 9197] By: gsar on 2001/03/18 12:15:57
11682 Log: more thorough cleaning of arenas--keep going until no more
11683 SvREFCNT_dec()s occur (this fixes the problem that causes the
11684 pesky "Scalars leaked" warnings)
11685 Branch: maint-5.6/perl
11686 ! embed.pl perl.c proto.h sv.c t/op/sort.t
11687 ____________________________________________________________________________
11688 [ 9196] By: nick on 2001/03/18 10:57:29
11689 Log: Fix pragma/utf8.t # 15
11690 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
11691 are SvUTF8 as well.
11694 ____________________________________________________________________________
11695 [ 9195] By: nick on 2001/03/18 09:27:06
11696 Log: Integrate mainline
11698 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
11700 ____________________________________________________________________________
11701 [ 9194] By: jhi on 2001/03/18 05:29:59
11702 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
11703 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
11705 ! op.c op.h t/op/misc.t t/op/pat.t
11706 ____________________________________________________________________________
11707 [ 9193] By: jhi on 2001/03/18 05:15:06
11708 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
11711 ____________________________________________________________________________
11712 [ 9192] By: jhi on 2001/03/18 04:22:43
11713 Log: tr/// UTF-8 patches from Inaba Hiroto.
11716 ____________________________________________________________________________
11717 [ 9191] By: jhi on 2001/03/18 04:21:17
11718 Log: Integrate perlio.
11720 !> utf8.c utfebcdic.h
11721 ____________________________________________________________________________
11722 [ 9190] By: nick on 2001/03/17 20:32:01
11723 Log: Correct #if EBCDIC side typos.
11724 Builds and passes many tests on OS390.
11726 ! utf8.c utfebcdic.h
11727 ____________________________________________________________________________
11728 [ 9189] By: jhi on 2001/03/17 18:55:49
11729 Log: Add prerequisites for the perl.third target.
11732 ____________________________________________________________________________
11733 [ 9188] By: jhi on 2001/03/17 18:46:00
11734 Log: Integrate perlio.
11737 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
11738 ____________________________________________________________________________
11739 [ 9187] By: jhi on 2001/03/17 18:38:47
11740 Log: Add a make rule for perl.third (the Third Degree memory debugging
11741 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
11744 ____________________________________________________________________________
11745 [ 9186] By: nick on 2001/03/17 18:34:48
11746 Log: MANIFEST addition :-(
11749 ____________________________________________________________________________
11750 [ 9185] By: nick on 2001/03/17 18:29:50
11751 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
11752 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
11753 a superset of ASCII are invariant under the encoding. This is EBCDIC
11754 friendly as an encoded string can be looked at as being EBCDIC by lexer
11755 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
11756 ASCII on ASCII machines.
11758 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
11760 - Add some more macros to comprehend different shift amounts and
11761 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
11762 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
11763 and conditionaly #include it.
11765 EBCDIC build as yet untested. ASCII still fails the one test.
11769 ____________________________________________________________________________
11770 [ 9184] By: nick on 2001/03/17 17:44:16
11771 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
11773 ! doop.c perl.h pp.c utf8.h
11774 ____________________________________________________________________________
11775 [ 9183] By: jhi on 2001/03/17 15:55:42
11776 Log: Integrate perlio.
11779 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
11780 ____________________________________________________________________________
11781 [ 9182] By: nick on 2001/03/17 09:16:06
11782 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
11785 ____________________________________________________________________________
11786 [ 9181] By: nick on 2001/03/17 09:15:11
11787 Log: Integrate mainline.
11789 +> lib/Locale/Constants.pm lib/Locale/Country.pm
11790 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
11791 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
11792 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
11793 !> (integrate 83 files)
11794 ____________________________________________________________________________
11795 [ 9180] By: nick on 2001/03/16 17:23:21
11798 ! perl.h sv.c toke.c utf8.c utf8.h
11799 ____________________________________________________________________________
11800 [ 9179] By: jhi on 2001/03/16 14:10:12
11801 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
11802 a change needed to work around an AIX compiler bug.
11804 ! ext/Storable/Storable.xs
11805 ____________________________________________________________________________
11806 [ 9178] By: jhi on 2001/03/16 03:19:59
11807 Log: With Damian's approval synchronize damian's modules'
11808 licensing with Perl's standard module licensing.
11810 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
11811 ____________________________________________________________________________
11812 [ 9177] By: jhi on 2001/03/16 03:15:34
11813 Log: Make the Filter::Util:Call files have their own copies
11814 of the Perl standard module licensing, from Paul Marquess.
11816 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
11817 ____________________________________________________________________________
11818 [ 9176] By: jhi on 2001/03/16 02:56:04
11819 Log: Subject: [PATCH] more pod patches
11820 From: Michael Stevens <michael@etla.org>
11821 Date: Thu, 15 Mar 2001 21:25:18 +0000
11822 Message-ID: <20010315212518.A18870@firedrake.org>
11824 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
11825 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
11826 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
11827 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
11828 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
11829 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
11830 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
11831 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
11832 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
11833 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
11834 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
11835 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
11836 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
11837 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
11838 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
11839 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
11840 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
11841 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
11842 ! lib/Locale/Country.pm lib/Locale/Language.pm
11843 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
11844 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
11845 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
11846 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
11847 ! os2/OS2/Process/Process.pm
11848 ____________________________________________________________________________
11849 [ 9175] By: jhi on 2001/03/16 02:53:32
11850 Log: Subject: [PATCH] the uncontroversial doc patches
11851 From: Michael Stevens <michael@etla.org>
11852 Date: Thu, 15 Mar 2001 20:01:12 +0000
11853 Message-ID: <20010315200112.A7636@firedrake.org>
11855 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
11856 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
11857 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
11858 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
11859 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
11860 ____________________________________________________________________________
11861 [ 9174] By: jhi on 2001/03/16 02:50:49
11862 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
11863 From: Paul Lindner <lindner@inuus.com>
11864 Date: Fri, 16 Mar 2001 11:28:03 -0800
11865 Message-ID: <20010316112803.A7577@inuus.com>
11867 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11868 ____________________________________________________________________________
11869 [ 9173] By: nick on 2001/03/15 20:21:03
11870 Log: 1st day's EBCDIC fixes:
11871 - toke.c's parsing of strings needed attention
11872 needed to conditionally e2a if string was already UTF-8
11873 - e2a/a2e tables where wrong way round.
11874 - new macros in utf8.h
11876 ! perl.h toke.c utf8.h
11877 ____________________________________________________________________________
11878 [ 9172] By: jhi on 2001/03/15 15:17:17
11879 Log: Update Changes.
11881 ! Changes patchlevel.h
11882 ____________________________________________________________________________
11883 [ 9171] By: jhi on 2001/03/15 15:09:32
11884 Log: Subject: Re: Another Borland C++ problem.
11885 From: "Vadim Konovalov" <watman@inbox.ru>
11886 Date: Sat, 10 Mar 2001 19:26:07 +0300
11887 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
11889 Borland filename case problem.
11891 + win32/sncfnmcs.pl
11892 ! MANIFEST README.win32
11893 ____________________________________________________________________________
11894 [ 9170] By: jhi on 2001/03/15 14:54:23
11895 Log: Add Locale::Codes 1.06, from Neil Bowers.
11897 + lib/Locale/Constants.pm lib/Locale/Country.pm
11898 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
11899 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
11900 + t/lib/lc-language.t t/lib/lc-uk.t
11902 ____________________________________________________________________________
11903 [ 9169] By: jhi on 2001/03/15 14:19:01
11904 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
11906 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11907 ! ext/Storable/Storable.xs
11908 ____________________________________________________________________________
11909 [ 9168] By: jhi on 2001/03/15 14:13:22
11910 Log: Integrate changes #9120,9167 from mainline to maintperl.
11912 Subject: [PATCH 5.6.1] OS/2 docs
11914 Subject: [PATCH 5.6.1] perldoc
11915 Branch: maint-5.6/perl
11916 !> os2/Changes utils/perldoc.PL
11917 ____________________________________________________________________________
11918 [ 9167] By: jhi on 2001/03/15 14:07:42
11919 Log: Subject: [PATCH 5.6.1] perldoc
11920 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11921 Date: Wed, 14 Mar 2001 23:46:52 -0500
11922 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
11925 ____________________________________________________________________________
11926 [ 9166] By: jhi on 2001/03/15 13:53:15
11927 Log: sigaction test condition tweakage.
11929 ! t/lib/sigaction.t
11930 ____________________________________________________________________________
11931 [ 9165] By: alanbur on 2001/03/15 03:49:17
11932 Log: Resynchronised with parent
11933 Branch: maint-5.6/pureperl
11934 +> os2/os2add.sym t/op/anonsub.t
11935 !> (integrate 72 files)
11936 ____________________________________________________________________________
11937 [ 9164] By: jhi on 2001/03/15 01:05:01
11938 Log: Avoid stomping off the beginning of an array in tr///.
11941 ____________________________________________________________________________
11942 [ 9163] By: jhi on 2001/03/15 00:58:57
11943 Log: h2ph strictness and cleanliness from Kurt Starsinic.
11946 ____________________________________________________________________________
11947 [ 9162] By: gsar on 2001/03/15 00:56:53
11948 Log: avoid warnings
11949 Branch: maint-5.6/perl
11951 ____________________________________________________________________________
11952 [ 9161] By: gsar on 2001/03/15 00:52:09
11953 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
11955 Branch: maint-5.6/perl
11957 ____________________________________________________________________________
11958 [ 9160] By: jhi on 2001/03/14 22:02:10
11959 Log: Do not use the Perl malloc in IRIX, suggested by
11963 ____________________________________________________________________________
11964 [ 9159] By: nick on 2001/03/14 21:45:59
11965 Log: Integrate mainline
11968 !> (integrate 41 files)
11969 ____________________________________________________________________________
11970 [ 9158] By: jhi on 2001/03/14 21:10:09
11971 Log: The Day of the Retractions continues: the #9138
11972 (integrated in #9144) doesn't work well in mainline.
11974 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
11975 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
11976 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
11977 ____________________________________________________________________________
11978 [ 9157] By: jhi on 2001/03/14 20:58:12
11979 Log: The #9145 CANNOT be enabled: the clear_pmop code still
11980 dumps core all over in Tru64.
11982 ! op.c op.h t/op/pat.t
11983 ____________________________________________________________________________
11984 [ 9156] By: jhi on 2001/03/14 20:48:06
11985 Log: Integrate change #9154 from maintperl to mainline.
11987 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
11988 (caused Storable 1.0.10 to break on windows)
11990 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
11991 !> perlapi.c proto.h
11992 ____________________________________________________________________________
11993 [ 9155] By: jhi on 2001/03/14 20:23:53
11994 Log: Retract #9136: breaks threading (and binary compatibility).
11996 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11997 ____________________________________________________________________________
11998 [ 9154] By: gsar on 2001/03/14 17:48:18
11999 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
12000 (caused Storable 1.0.10 to break on windows)
12001 Branch: maint-5.6/perl
12002 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
12003 ! perlapi.c proto.h
12004 ____________________________________________________________________________
12005 [ 9153] By: jhi on 2001/03/14 13:35:21
12006 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
12008 ! t/lib/sigaction.t
12009 ____________________________________________________________________________
12010 [ 9152] By: gsar on 2001/03/14 07:29:40
12011 Log: back out changes#9012,9010,9009 and parts of change#9016
12012 (causes ABRs under purify, and some prerequisites don't
12013 seem to be there in 5.6.x)
12014 Branch: maint-5.6/perl
12015 ! doop.c op.c t/op/tr.t toke.c
12016 ____________________________________________________________________________
12017 [ 9151] By: gsar on 2001/03/14 07:01:29
12018 Log: reenable change#9145 (the test was busted due to a missing
12019 C<print "ok 27\n">)
12021 ! op.c op.h t/op/pat.t
12022 ____________________________________________________________________________
12023 [ 9150] By: jhi on 2001/03/14 06:38:36
12024 Log: Retract #9145.
12026 ! op.c op.h t/op/pat.t
12027 ____________________________________________________________________________
12028 [ 9149] By: jhi on 2001/03/14 06:14:56
12029 Log: Retract #9143.
12032 ____________________________________________________________________________
12033 [ 9148] By: gsar on 2001/03/14 06:13:02
12034 Log: Uninitialized Memory Read in regexec.c
12037 ____________________________________________________________________________
12038 [ 9147] By: jhi on 2001/03/14 04:59:54
12039 Log: Subject: PATCH: make goto work in nested eval ""
12040 From: Robin Houston <robin@kitsite.com>
12041 Date: Wed, 14 Mar 2001 04:16:10 +0000
12042 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
12044 ! pp_ctl.c t/op/goto.t
12045 ____________________________________________________________________________
12046 [ 9146] By: jhi on 2001/03/14 04:42:54
12047 Log: Preserve the #ifdef PERL_CORE in perly.h.
12050 ____________________________________________________________________________
12051 [ 9145] By: jhi on 2001/03/14 03:57:41
12052 Log: (Retracted by #9150.)
12054 ! op.c op.h t/op/pat.t
12055 ____________________________________________________________________________
12056 [ 9144] By: jhi on 2001/03/14 03:50:38
12057 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
12059 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
12061 remove squelch controls for "Scalars leaked" messages in most places
12062 (these are now cured)
12064 fix another memory leak reported by purify (tie callbacks that
12065 croak can leak when wiping out magic)
12067 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
12068 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
12069 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
12070 !> t/pragma/warnings.t
12071 ____________________________________________________________________________
12072 [ 9143] By: jhi on 2001/03/14 03:37:53
12073 Log: (Retracted by #9149.)
12076 ____________________________________________________________________________
12077 [ 9142] By: gsar on 2001/03/14 03:20:48
12078 Log: fix another memory leak reported by purify (tie callbacks that
12079 croak can leak when wiping out magic)
12080 Branch: maint-5.6/perl
12082 ____________________________________________________________________________
12083 [ 9141] By: jhi on 2001/03/14 02:55:00
12084 Log: Subject: PATCH for [ID 20010305.003]
12085 From: Robin Houston <robin@kitsite.com>
12086 Date: Wed, 14 Mar 2001 02:45:51 +0000
12087 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
12089 ! pp_ctl.c t/op/eval.t
12090 ____________________________________________________________________________
12091 [ 9140] By: jhi on 2001/03/14 02:41:54
12092 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
12093 Date: Wed, 14 Mar 2001 01:52:51 +0000
12094 From: Robin Houston <robin@kitsite.com>
12095 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
12097 Fix for 2000313.004.
12099 ! pp_ctl.c t/op/goto.t
12100 ____________________________________________________________________________
12101 [ 9139] By: jhi on 2001/03/14 02:40:50
12102 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
12103 From: Robin Houston <robin@kitsite.com>
12104 Date: Wed, 14 Mar 2001 00:43:45 +0000
12105 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
12108 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
12110 ____________________________________________________________________________
12111 [ 9138] By: gsar on 2001/03/14 01:18:00
12112 Log: remove squelch controls for "Scalars leaked" messages in most places
12113 (these are now cured)
12114 Branch: maint-5.6/perl
12115 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
12116 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
12117 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
12118 ____________________________________________________________________________
12119 [ 9137] By: gsar on 2001/03/14 00:57:04
12120 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
12121 Branch: maint-5.6/perl
12123 ____________________________________________________________________________
12124 [ 9136] By: jhi on 2001/03/13 23:12:24
12125 Log: (Retracted by #9155)
12127 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
12128 From: Jens-Uwe Mager <jum@helios.de>
12129 Date: Wed, 21 Feb 2001 21:32:04 +0100
12130 Message-ID: <20010221213203.A18340@ans.helios.de>
12132 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
12133 ____________________________________________________________________________
12134 [ 9135] By: jhi on 2001/03/13 22:50:05
12135 Log: Integrate perlio.
12138 ____________________________________________________________________________
12139 [ 9134] By: jhi on 2001/03/13 22:49:05
12140 Log: Integrate change #9131 from maintperl into mainline.
12142 make the error text look more consistent in hints/hpux.sh
12145 ____________________________________________________________________________
12146 [ 9133] By: gsar on 2001/03/13 22:46:20
12147 Log: integrate change#9067 from mainline
12149 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
12150 Branch: maint-5.6/perl
12151 !> lib/ExtUtils/MM_Unix.pm
12152 ____________________________________________________________________________
12153 [ 9132] By: jhi on 2001/03/13 22:41:21
12154 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
12155 From: "John P. Linderman" <jpl@research.att.com>
12156 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
12157 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
12159 A more correct prime finder.
12161 ! lib/Tie/SubstrHash.pm
12162 ____________________________________________________________________________
12163 [ 9131] By: gsar on 2001/03/13 22:30:42
12164 Log: make the error text look more consistent in hints/hpux.sh
12165 Branch: maint-5.6/perl
12167 ____________________________________________________________________________
12168 [ 9130] By: jhi on 2001/03/13 22:23:44
12169 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
12170 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12171 Date: Tue, 13 Mar 2001 18:41:26 +0100
12172 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
12174 If the test is run non-interactively the default handler
12177 ! t/lib/sigaction.t
12178 ____________________________________________________________________________
12179 [ 9129] By: jhi on 2001/03/13 22:20:21
12180 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
12181 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12182 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
12183 Date: Tue, 13 Mar 2001 16:44:32 EST
12185 ! t/lib/1_compile.t
12186 ____________________________________________________________________________
12187 [ 9128] By: jhi on 2001/03/13 22:18:34
12188 Log: Subject: Another patch for integer.pm POD
12189 From: "John L. Allen" <allen@grumman.com>
12190 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
12191 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
12194 ____________________________________________________________________________
12195 [ 9127] By: nick on 2001/03/13 21:26:30
12196 Log: Integrate mainline.
12198 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
12199 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
12200 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
12201 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
12202 !> Changes Configure MANIFEST README.os2 README.os390
12203 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
12204 !> os2/Changes patchlevel.h win32/perlhost.h
12205 ____________________________________________________________________________
12206 [ 9126] By: nick on 2001/03/13 20:39:51
12207 Log: #ifdef'ed out code to make packed side of pack/unpack
12208 octets. (i.e. pack('U') => encode_utf8).
12211 ____________________________________________________________________________
12212 [ 9125] By: jhi on 2001/03/13 15:07:16
12213 Log: Update Changes.
12215 ! Changes patchlevel.h
12216 ____________________________________________________________________________
12217 [ 9124] By: jhi on 2001/03/13 14:22:45
12218 Log: Workaround for the buggy ("internal compiler error")
12219 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
12220 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
12223 ! ext/re/Makefile.PL hints/aix.sh
12224 ____________________________________________________________________________
12225 [ 9123] By: jhi on 2001/03/13 03:24:34
12226 Log: Typo in #9114.
12228 ! U/modified/myhostname.U
12229 ____________________________________________________________________________
12230 [ 9122] By: jhi on 2001/03/13 03:24:06
12231 Log: Typo in #9113.
12234 ____________________________________________________________________________
12235 [ 9121] By: jhi on 2001/03/13 01:53:05
12236 Log: Forgot to check-in the larger part of #9120, duh.
12239 ____________________________________________________________________________
12240 [ 9120] By: jhi on 2001/03/13 01:51:31
12241 Log: Subject: [PATCH 5.6.1] OS/2 docs
12242 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12243 Date: Mon, 12 Mar 2001 03:27:32 -0500
12244 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
12247 ____________________________________________________________________________
12248 [ 9119] By: jhi on 2001/03/13 01:49:41
12249 Log: Integrate change #9116 from maintperl into mainline.
12251 Win32::GetCwd() returns C: instead of C:\ in the root directory
12254 !> win32/perlhost.h
12255 ____________________________________________________________________________
12256 [ 9118] By: jhi on 2001/03/13 01:13:39
12257 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
12259 + lib/Switch.pm t/lib/switch.t
12261 ____________________________________________________________________________
12262 [ 9117] By: jhi on 2001/03/13 01:03:17
12263 Log: Add Text::Balanced 1.83.
12265 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
12266 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
12267 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
12270 ____________________________________________________________________________
12271 [ 9116] By: gsar on 2001/03/13 00:55:53
12272 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
12274 Branch: maint-5.6/perl
12276 ____________________________________________________________________________
12277 [ 9115] By: jhi on 2001/03/13 00:54:09
12278 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
12279 From: "John L. Allen" <allen@grumman.com>
12280 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
12281 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
12283 use integer document clarification.
12286 ____________________________________________________________________________
12287 [ 9114] By: jhi on 2001/03/13 00:38:54
12288 Log: Metaconfig unit change for #9113.
12290 ! U/modified/myhostname.U
12291 ____________________________________________________________________________
12292 [ 9113] By: jhi on 2001/03/13 00:38:35
12293 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?)
12294 From: Peter Prymmer <pvhp@forte.com>
12295 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
12296 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
12298 ! Configure README.os390 hints/os390.sh
12299 ____________________________________________________________________________
12300 [ 9112] By: jhi on 2001/03/13 00:29:00
12301 Log: Integrate perlio.
12304 ____________________________________________________________________________
12305 [ 9111] By: nick on 2001/03/12 21:16:33
12306 Log: Integrate mainline.
12309 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
12311 ____________________________________________________________________________
12312 [ 9110] By: nick on 2001/03/12 21:00:13
12313 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
12316 ____________________________________________________________________________
12317 [ 9109] By: jhi on 2001/03/12 16:04:47
12318 Log: Integrate change #9108 from maintperl to mainline.
12320 fix memory leak in C<sub X { sub {} }> arising from a refcount
12321 loop between the outer sub and the inner prototype anonsub
12323 this also enables closures returned by subroutines that
12324 subsequently get redefined to work without generating coredumps :)
12326 completely removed the free_closures() hack--it shouldn't be
12330 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
12332 ____________________________________________________________________________
12333 [ 9108] By: gsar on 2001/03/12 10:21:31
12334 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
12335 loop between the outer sub and the inner prototype anonsub
12337 this also enables closures returned by subroutines that
12338 subsequently get redefined to work without generating coredumps :)
12340 completely removed the free_closures() hack--it shouldn't be
12342 Branch: maint-5.6/perl
12344 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
12346 ____________________________________________________________________________
12347 [ 9107] By: jhi on 2001/03/12 05:15:31
12348 Log: Integrate perlio.
12350 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
12351 ____________________________________________________________________________
12352 [ 9106] By: nick on 2001/03/11 20:10:12
12353 Log: regcomp.c is working in native space, not Unicode space (if different)
12354 as it is doing compare against 'W' in \W etc.
12357 ____________________________________________________________________________
12358 [ 9105] By: nick on 2001/03/11 19:39:34
12359 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
12360 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
12362 ! regcomp.c toke.c utf8.c
12363 ____________________________________________________________________________
12364 [ 9104] By: nick on 2001/03/11 18:15:44
12365 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
12368 ____________________________________________________________________________
12369 [ 9103] By: nick on 2001/03/11 18:03:28
12370 Log: Integrate mainline (for regexp stuff).
12372 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
12373 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
12374 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
12375 !> t/lib/errno.t t/op/pat.t
12376 ____________________________________________________________________________
12377 [ 9102] By: nick on 2001/03/11 17:44:20
12378 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
12379 - exclude layer syms in makedef.pl for sfio
12380 - also inhibit Encode from trying to build ":encode()" layer.
12382 ! ext/Encode/Encode.xs makedef.pl
12383 ____________________________________________________________________________
12384 [ 9101] By: jhi on 2001/03/10 22:38:13
12385 Log: The $Is_MacOS needs to be declared.
12387 ! lib/ExtUtils/Manifest.pm
12388 ____________________________________________________________________________
12389 [ 9100] By: jhi on 2001/03/10 22:14:29
12390 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
12391 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
12392 pollute the symbolspace if using sfio.
12394 ! ext/Encode/Encode.xs
12395 ____________________________________________________________________________
12396 [ 9099] By: jhi on 2001/03/10 21:58:48
12397 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
12398 Date: Sat, 10 Mar 2001 14:23:55 -0500
12399 From: Chris Nandor <pudge@pobox.com>
12400 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
12402 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
12403 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
12405 ____________________________________________________________________________
12406 [ 9098] By: jhi on 2001/03/10 21:38:30
12407 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
12409 ! regcomp.c regexec.c t/op/pat.t
12410 ____________________________________________________________________________
12411 [ 9097] By: jhi on 2001/03/10 14:38:07
12412 Log: Integrate perlio.
12414 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
12415 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
12416 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
12417 ____________________________________________________________________________
12418 [ 9096] By: nick on 2001/03/10 11:55:43
12419 Log: EBCDIC sanity - phase I
12420 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
12421 - use utf8n_xxxx (c.f. pvn) for forms which take length.
12422 - back out vN.N and $^V exceptions to e2a/a2e
12423 - make "locale" isxxx macros be uvchr (may be redundant?)
12425 Not clear yet that toUPPER_uni et. al. return being handled correctly.
12426 The tr// and rexexp stuff still needs an audit, assumption is they are working
12429 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
12431 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
12432 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
12433 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
12434 ____________________________________________________________________________
12435 [ 9095] By: jhi on 2001/03/09 22:10:01
12436 Log: Integrate perlio.
12439 ____________________________________________________________________________
12440 [ 9094] By: nick on 2001/03/09 17:36:38
12441 Log: Builds an passes all tests after integrate and this tweak.
12444 ____________________________________________________________________________
12445 [ 9093] By: nick on 2001/03/09 17:16:03
12446 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
12448 +> lib/unicode/Scripts.txt t/lib/sigaction.t
12449 !> (integrate 79 files)
12450 ____________________________________________________________________________
12451 [ 9092] By: jhi on 2001/03/09 15:28:26
12452 Log: Update Changes.
12454 ! Changes patchlevel.h
12455 ____________________________________________________________________________
12456 [ 9091] By: jhi on 2001/03/09 15:25:05
12457 Log: In op/stat #35 better to scan all the potential directories
12458 for setuids, not just the first one.
12461 ____________________________________________________________________________
12462 [ 9090] By: jhi on 2001/03/09 15:01:27
12463 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
12464 From: rspier@pobox.com (Robert Spier)
12465 Date: Fri, 9 Mar 2001 03:30:20 -0500
12466 Message-ID: <15016.38044.381174.160189@rls.cx>
12468 EXISTS() returning undef mistakenly triggered a FETCH().
12471 ____________________________________________________________________________
12472 [ 9089] By: jhi on 2001/03/09 14:59:02
12473 Log: Add /sbin and /usr/sbin to the list of directories scanned
12474 for setuid programs. Takes care of bug id 20010309.003.
12477 ____________________________________________________________________________
12478 [ 9088] By: jhi on 2001/03/09 14:48:32
12479 Log: Regen perlapi, perltoc.
12481 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
12482 ____________________________________________________________________________
12483 [ 9087] By: jhi on 2001/03/09 14:38:56
12484 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
12485 From: David Mitchell <davem@fdgroup.co.uk>
12486 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
12487 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
12489 ! dump.c perl.c perl.h pod/perlrun.pod
12490 ____________________________________________________________________________
12491 [ 9086] By: jhi on 2001/03/09 01:47:16
12492 Log: A modified version of
12494 Subject: [ID 20010307.005] POSIX::sigaction has various problems
12495 From: anders@broadcom.com
12496 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
12497 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
12499 Currently the sigaction.t test #6 fails (and is fudged to look
12500 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
12501 This may well be a genuine bug in Linux sigaction() (since at
12502 least Tru64, Solaris, and HP-UX disagree with Linux).
12503 Anyone with POSIX / SUSv2 tome handy? The problem is that
12504 the flags of the oldaction don't match with the flags in
12505 the previously installed disposition.
12507 + t/lib/sigaction.t
12508 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12509 ____________________________________________________________________________
12510 [ 9085] By: jhi on 2001/03/09 01:30:13
12511 Log: Subject: Re: mission impossible for the day
12512 From: Alex Gough <alex@rcon.org>
12513 Date: Thu, 08 Mar 2001 17:18:19 +0000
12514 Message-ID: <3AA7BEDB.8070409@rcon.org>
12516 If references (are overloaded) and can be directly stringified,
12517 show that instead of "stringified".
12519 (The problem, infinite mutual recursion caused by overloaded bool
12520 in Switch.pm, tracked by David Mitchell)
12522 ! lib/Carp/Heavy.pm
12523 ____________________________________________________________________________
12524 [ 9084] By: jhi on 2001/03/09 01:20:39
12525 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
12526 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
12527 From: David Mitchell <davem@fdgroup.co.uk>
12528 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
12530 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
12531 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
12532 ____________________________________________________________________________
12533 [ 9083] By: jhi on 2001/03/09 01:16:51
12534 Log: Subject: [PATCH] perldata.pod here-doc docs
12535 From: Jeff Pinyan <jeffp@crusoe.net>
12536 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
12537 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
12540 ____________________________________________________________________________
12541 [ 9082] By: jhi on 2001/03/09 01:01:27
12542 Log: Subject: Re: Unicode/EBCDIC
12543 From: Peter Prymmer <pvhp@forte.com>
12544 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
12545 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
12547 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
12548 ____________________________________________________________________________
12549 [ 9081] By: jhi on 2001/03/08 13:41:30
12550 Log: Subject: Ooops, wrong 'no *POSIX' Patch
12551 From: Dorner Thomas <Thomas.Dorner@start.de>
12552 Date: Thu, 8 Mar 2001 08:43:28 +0100
12553 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
12555 ! hints/posix-bc.sh
12556 ____________________________________________________________________________
12557 [ 9080] By: jhi on 2001/03/08 13:11:42
12558 Log: It's Scripts.txt, not Script.txt.
12561 ____________________________________________________________________________
12562 [ 9079] By: jhi on 2001/03/08 12:59:05
12563 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
12564 From: Dorner Thomas <Thomas.Dorner@start.de>
12565 Date: Wed, 7 Mar 2001 14:13:31 +0100
12566 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
12569 ____________________________________________________________________________
12570 [ 9078] By: jhi on 2001/03/08 12:57:43
12571 Log: Retract #9069, wrong patch.
12574 ____________________________________________________________________________
12575 [ 9077] By: jhi on 2001/03/08 01:06:13
12576 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
12578 + lib/unicode/Scripts.txt
12579 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
12580 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
12581 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
12582 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
12583 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
12584 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
12585 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
12586 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
12587 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
12588 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
12589 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
12590 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
12591 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
12592 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
12593 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
12594 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
12595 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
12596 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
12597 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
12598 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
12599 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
12600 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
12601 ! lib/unicode/version
12602 ____________________________________________________________________________
12603 [ 9076] By: jhi on 2001/03/07 22:59:39
12604 Log: Integrate change #7784 from mainline into maintperl.
12606 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
12607 Branch: maint-5.6/perl
12608 !> pp_ctl.c t/op/pat.t
12609 ____________________________________________________________________________
12610 [ 9075] By: jhi on 2001/03/07 22:05:11
12611 Log: More UTF-8 test tweaks.
12613 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
12614 ____________________________________________________________________________
12615 [ 9074] By: nick on 2001/03/07 21:39:29
12616 Log: Integrate mainline.
12618 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
12619 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
12620 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
12621 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
12622 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
12623 ____________________________________________________________________________
12624 [ 9073] By: jhi on 2001/03/07 16:37:09
12625 Log: Update Changes.
12627 ! Changes patchlevel.h
12628 ____________________________________________________________________________
12629 [ 9072] By: jhi on 2001/03/07 16:32:30
12630 Log: Subject: [ID 20010306.004] || != named unary operator
12631 From: abela@geneanet.org
12632 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
12633 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
12636 ____________________________________________________________________________
12637 [ 9071] By: jhi on 2001/03/07 15:14:11
12638 Log: Subject: downgrading to bytes for common functions
12639 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
12640 Date: Wed, 7 Mar 2001 02:36:55 -0500
12641 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
12644 ____________________________________________________________________________
12645 [ 9070] By: jhi on 2001/03/07 15:04:58
12646 Log: Clarify the description differentiating for and while; inspired by
12648 Subject: [ID 20010306.002] for/while difference in for definition
12649 From: abela@geneanet.org
12650 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
12651 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
12654 ____________________________________________________________________________
12655 [ 9069] By: jhi on 2001/03/07 14:55:30
12656 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
12657 From: Dorner Thomas <Thomas.Dorner@start.de>
12658 Date: Wed, 7 Mar 2001 14:13:31 +0100
12659 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
12662 ____________________________________________________________________________
12663 [ 9068] By: jhi on 2001/03/07 14:51:17
12664 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
12665 From: Radu Greab <radu@netsoft.ro>
12666 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
12667 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
12670 ____________________________________________________________________________
12671 [ 9067] By: jhi on 2001/03/07 14:48:57
12672 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
12673 From: Simon Cozens <simon@netthink.co.uk>
12674 Date: Wed, 7 Mar 2001 13:59:28 +0000
12675 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
12677 In order to allow MakeMaker to build correct Makefiles,
12678 you need to change the order of the arguments in MM_Unix.pm
12679 as well. (Unless you have C89_CCMODE set, but we're trying
12680 to be POSIXly correct)
12682 Thanks to Merijn Broeren for tracking this down.
12684 ! lib/ExtUtils/MM_Unix.pm
12685 ____________________________________________________________________________
12686 [ 9066] By: jhi on 2001/03/07 14:30:02
12687 Log: Floating point too messy.
12689 ! t/camel-III/vstring.t
12690 ____________________________________________________________________________
12691 [ 9065] By: jhi on 2001/03/07 14:17:44
12692 Log: Integrate change #9064 from maintperl into mainline.
12694 fix memory leak in pack("Bb",...)
12697 ____________________________________________________________________________
12698 [ 9064] By: gsar on 2001/03/07 06:29:24
12699 Log: fix memory leak in pack("Bb",...)
12700 Branch: maint-5.6/perl
12702 ____________________________________________________________________________
12703 [ 9063] By: jhi on 2001/03/07 00:55:04
12704 Log: Major utf8 test reorganisation and rewrite.
12705 Hopefully no tests were lost in the shuffle.
12706 (The beginning of pragma/utf8 was lost intentionally,
12707 the tests were rather bogus and incomplete.)
12709 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
12711 ____________________________________________________________________________
12712 [ 9062] By: jhi on 2001/03/07 00:41:16
12713 Log: More tweakage on the Unicode character class descriptions.
12715 ! lib/unicode/mktables.PL pod/perlretut.pod
12716 ____________________________________________________________________________
12717 [ 9061] By: jhi on 2001/03/06 23:12:38
12718 Log: The perlretut was still talking about the old \p and \P
12721 ! pod/perlretut.pod
12722 ____________________________________________________________________________
12723 [ 9060] By: nick on 2001/03/06 20:52:37
12724 Log: Integrate mainline (make test works again now).
12726 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
12727 ____________________________________________________________________________
12728 [ 9059] By: jhi on 2001/03/06 15:36:14
12729 Log: 0.999... does equal 1.0, doesn't it?
12731 ! t/camel-III/vstring.t
12732 ____________________________________________________________________________
12733 [ 9058] By: jhi on 2001/03/06 15:34:00
12734 Log: Make /x{abcd}/ to work without use utf8.
12737 ____________________________________________________________________________
12738 [ 9057] By: jhi on 2001/03/06 03:02:36
12739 Log: Easier to outcomment all the three reset() tests for now.
12742 ____________________________________________________________________________
12743 [ 9056] By: jhi on 2001/03/06 02:30:02
12744 Log: Comment out the deadly reset; until the 20010301.005
12748 ____________________________________________________________________________
12749 [ 9055] By: jhi on 2001/03/06 02:21:26
12750 Log: Integrate the change #9054 from mainline:
12751 retract the PMOP cleanup patch pending further investigation.
12752 Branch: maint-5.6/perl
12754 ____________________________________________________________________________
12755 [ 9054] By: jhi on 2001/03/06 02:19:57
12756 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
12757 with oddly familiar stack traces.
12760 ____________________________________________________________________________
12761 [ 9053] By: jhi on 2001/03/05 23:20:28
12762 Log: Integrate perlio.
12764 +> ext/Encode/Encode/koi8-r.ucm
12765 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
12767 ____________________________________________________________________________
12768 [ 9052] By: nick on 2001/03/05 23:08:17
12769 Log: skipping USE_PERLIO symbols correction.
12772 ____________________________________________________________________________
12773 [ 9051] By: nick on 2001/03/05 22:35:07
12774 Log: More Encode alias tidying.
12776 + ext/Encode/Encode/koi8-r.ucm
12777 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
12778 ____________________________________________________________________________
12779 [ 9050] By: jhi on 2001/03/05 21:44:29
12780 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
12781 Sarathy's fix for ID 20010301.005.
12782 Branch: maint-5.6/perl
12784 ____________________________________________________________________________
12785 [ 9049] By: nick on 2001/03/05 19:54:04
12786 Log: Integrate Jarkko's Encode.pm tweak.
12788 !> ext/Encode/Encode.pm
12789 ____________________________________________________________________________
12790 [ 9048] By: nick on 2001/03/05 19:47:57
12791 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
12794 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
12795 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
12796 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
12797 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
12798 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
12799 ____________________________________________________________________________
12800 [ 9047] By: jhi on 2001/03/05 19:25:26
12801 Log: Regen perlapi.
12804 ____________________________________________________________________________
12805 [ 9046] By: jhi on 2001/03/05 19:12:14
12806 Log: Integrate perlio.
12808 +> t/camel-III/vstring.t
12809 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
12810 ____________________________________________________________________________
12811 [ 9045] By: jhi on 2001/03/05 19:10:36
12812 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
12814 ! ext/Encode/Encode.pm
12815 ____________________________________________________________________________
12816 [ 9044] By: jhi on 2001/03/05 18:49:12
12817 Log: Forgot the other half of the PMOP patch (#9033).
12820 ____________________________________________________________________________
12821 [ 9043] By: nick on 2001/03/05 18:14:47
12822 Log: Update MANIFEST for new test.
12825 ____________________________________________________________________________
12826 [ 9042] By: nick on 2001/03/05 18:12:41
12827 Log: Some tests for Camel 3rd edition features.
12828 Make gethostbyaddr() test in above work.
12830 + t/camel-III/vstring.t
12831 ! pp.h pp_sys.c t/TEST t/harness
12832 ____________________________________________________________________________
12833 [ 9041] By: jhi on 2001/03/05 17:41:48
12834 Log: Add more ISO 8859 encoding aliases.
12836 ! ext/Encode/Encode.pm
12837 ____________________________________________________________________________
12838 [ 9040] By: jhi on 2001/03/05 17:30:43
12839 Log: Integrate perlio.
12842 ____________________________________________________________________________
12843 [ 9039] By: nick on 2001/03/05 17:11:36
12844 Log: Missed added file.
12847 ____________________________________________________________________________
12848 [ 9038] By: jhi on 2001/03/05 15:58:01
12849 Log: Add tr tests for EBCDIC, from Karsten Sperling.
12852 ____________________________________________________________________________
12853 [ 9037] By: nick on 2001/03/05 15:56:35
12854 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
12855 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
12857 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
12858 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
12859 - uses SvPV() rather than sv_2pv() in case it isn't a string.
12862 ____________________________________________________________________________
12863 [ 9036] By: jhi on 2001/03/05 15:49:15
12864 Log: Add matching tests currently failing in EBCDIC,
12865 suggested by Karsten Sperling.
12868 ____________________________________________________________________________
12869 [ 9035] By: jhi on 2001/03/05 15:36:55
12870 Log: The #9034 needs a MANIFESTation.
12873 ____________________________________________________________________________
12874 [ 9034] By: jhi on 2001/03/05 15:35:14
12875 Log: Integrate perlio.
12877 +> ext/Encode/Encode/Tcl.pm
12878 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12879 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
12880 !> ext/Encode/Encode/iso8859-1.ucm
12881 !> ext/Encode/Encode/iso8859-10.ucm
12882 !> ext/Encode/Encode/iso8859-13.ucm
12883 !> ext/Encode/Encode/iso8859-14.ucm
12884 !> ext/Encode/Encode/iso8859-15.ucm
12885 !> ext/Encode/Encode/iso8859-16.ucm
12886 !> ext/Encode/Encode/iso8859-2.ucm
12887 !> ext/Encode/Encode/iso8859-3.ucm
12888 !> ext/Encode/Encode/iso8859-4.ucm
12889 !> ext/Encode/Encode/iso8859-5.ucm
12890 !> ext/Encode/Encode/iso8859-6.ucm
12891 !> ext/Encode/Encode/iso8859-7.ucm
12892 !> ext/Encode/Encode/iso8859-8.ucm
12893 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
12895 ____________________________________________________________________________
12896 [ 9033] By: jhi on 2001/03/05 15:33:18
12897 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
12898 From: Gurusamy Sarathy <gsar@ActiveState.com>
12899 Date: Sun, 04 Mar 2001 22:33:15 -0800
12900 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
12902 PMOPs need to remember their own stash so that they can
12903 gracefully remove themselves from their linked list.
12906 ____________________________________________________________________________
12907 [ 9032] By: nick on 2001/03/05 14:51:50
12908 Log: Encode implementation "completion"
12909 Implement and document define_encoding()
12910 Implement and document encoding aliases including define_alias()
12911 Make Encode::XS use define_encoding() rather than back-door.
12912 Move run-time *.enc to separate Encode::Tcl module.
12913 Make 'compile' honour <codeset_name>
12914 Change canonical names of to iso-8859-* and US-ascii.
12916 + ext/Encode/Encode/Tcl.pm
12917 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12918 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
12919 ! ext/Encode/Encode/iso8859-1.ucm
12920 ! ext/Encode/Encode/iso8859-10.ucm
12921 ! ext/Encode/Encode/iso8859-13.ucm
12922 ! ext/Encode/Encode/iso8859-14.ucm
12923 ! ext/Encode/Encode/iso8859-15.ucm
12924 ! ext/Encode/Encode/iso8859-16.ucm
12925 ! ext/Encode/Encode/iso8859-2.ucm
12926 ! ext/Encode/Encode/iso8859-3.ucm
12927 ! ext/Encode/Encode/iso8859-4.ucm
12928 ! ext/Encode/Encode/iso8859-5.ucm
12929 ! ext/Encode/Encode/iso8859-6.ucm
12930 ! ext/Encode/Encode/iso8859-7.ucm
12931 ! ext/Encode/Encode/iso8859-8.ucm
12932 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
12934 ____________________________________________________________________________
12935 [ 9031] By: jhi on 2001/03/05 13:51:17
12936 Log: Integrate change #9030 from maintperl into mainline.
12938 Subject: [PATCH 5.6.1] OS/2 cleanup
12941 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12942 !> makedef.pl os2/Changes os2/Makefile.SHs
12943 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12944 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
12945 !> os2/os2.sym os2/os2ish.h
12946 ____________________________________________________________________________
12947 [ 9030] By: jhi on 2001/03/05 13:46:49
12948 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
12949 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12950 Date: Mon, 5 Mar 2001 02:29:44 -0500
12951 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
12952 Branch: maint-5.6/perl
12954 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12955 ! makedef.pl os2/Changes os2/Makefile.SHs
12956 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12957 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
12958 ! os2/os2.sym os2/os2ish.h
12959 ____________________________________________________________________________
12960 [ 9029] By: jhi on 2001/03/05 13:40:35
12961 Log: Integrate change #9028 from maintperl into mainline.
12963 various nits in MM_Unix.pm found by disabling SelfLoader
12965 !> lib/ExtUtils/MM_Unix.pm
12966 ____________________________________________________________________________
12967 [ 9028] By: gsar on 2001/03/05 09:58:38
12968 Log: various nits in MM_Unix.pm found by disabling SelfLoader
12969 Branch: maint-5.6/perl
12970 ! lib/ExtUtils/MM_Unix.pm
12971 ____________________________________________________________________________
12972 [ 9027] By: nick on 2001/03/05 08:35:22
12973 Log: Integrate mainline
12975 !> (integrate 28 files)
12976 ____________________________________________________________________________
12977 [ 9026] By: jhi on 2001/03/05 02:14:59
12978 Log: Integrate change #9025 from mainline to maintperl,
12979 retract \N{U+HHHH}.
12980 Branch: maint-5.6/perl
12981 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12982 !> t/lib/charnames.t toke.c
12983 ____________________________________________________________________________
12984 [ 9025] By: jhi on 2001/03/05 02:13:09
12985 Log: Retracting \N{U+HHHH}.
12987 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
12988 ! t/lib/charnames.t toke.c
12989 ____________________________________________________________________________
12990 [ 9024] By: jhi on 2001/03/04 20:51:07
12991 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
12992 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12993 Date: Fri, 02 Mar 2001 18:25:26 +0100
12994 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
12998 ! ext/Storable/Storable.xs
12999 ____________________________________________________________________________
13000 [ 9023] By: jhi on 2001/03/04 19:46:45
13001 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
13002 From: nick@talking.bollo.cx
13003 Date: Sat, 03 Mar 2001 21:41:33 +0000
13004 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
13006 Revert the workaround.
13009 ____________________________________________________________________________
13010 [ 9022] By: jhi on 2001/03/04 19:36:28
13011 Log: Update Changes.
13013 ! Changes patchlevel.h
13014 ____________________________________________________________________________
13015 [ 9021] By: jhi on 2001/03/04 18:41:00
13016 Log: makedef.pl updates suggested by Chris Nandor; double-checking
13017 the changes in AIX, OS/2 Win32 would be nice.
13020 ____________________________________________________________________________
13021 [ 9020] By: jhi on 2001/03/04 18:23:58
13022 Log: Integrate change #9012 from maintperl into mainline,
13023 quench a compiler warning.
13026 ____________________________________________________________________________
13027 [ 9019] By: jhi on 2001/03/04 18:18:43
13028 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
13032 pattern in G_ARRAY context
13033 Branch: maint-5.6/perl
13034 !> pp_hot.c t/op/pat.t toke.c
13035 ____________________________________________________________________________
13036 [ 9018] By: jhi on 2001/03/04 18:07:48
13037 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
13038 From: Jeff Pinyan <jeffp@crusoe.net>
13039 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
13040 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
13042 ! pp_hot.c t/op/pat.t
13043 ____________________________________________________________________________
13044 [ 9017] By: jhi on 2001/03/04 18:06:21
13045 Log: I thought I tested the #9014.
13048 ____________________________________________________________________________
13049 [ 9016] By: jhi on 2001/03/04 17:41:22
13050 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
13052 Tweak the get*ent() OS/2 prototypes.
13054 Add the \N{U+HHHH} syntax.
13056 More tr/// UTF-8 fixes from Inaba Hiroto.
13057 Branch: maint-5.6/perl
13058 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
13059 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
13060 ____________________________________________________________________________
13061 [ 9015] By: jhi on 2001/03/04 17:36:04
13062 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
13065 ____________________________________________________________________________
13066 [ 9014] By: jhi on 2001/03/04 17:24:49
13067 Log: Add the \N{U+HHHH} syntax.
13069 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
13070 ! t/lib/charnames.t toke.c
13071 ____________________________________________________________________________
13072 [ 9013] By: jhi on 2001/03/04 17:20:45
13073 Log: Tweak the get*ent() OS/2 prototypes.
13076 ____________________________________________________________________________
13077 [ 9012] By: gsar on 2001/03/04 06:26:14
13078 Log: avoid warning (nit in change#9009)
13079 Branch: maint-5.6/perl
13081 ____________________________________________________________________________
13082 [ 9011] By: gsar on 2001/03/04 06:15:24
13083 Log: lib/charnames.t fails in 5.6.x because of older Unicode
13086 TODO: need to revisit this after updating lib/unicode/...
13087 Branch: maint-5.6/perl
13088 ! t/lib/charnames.t
13089 ____________________________________________________________________________
13090 [ 9010] By: gsar on 2001/03/04 06:08:36
13091 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
13092 Branch: maint-5.6/perl
13094 ____________________________________________________________________________
13095 [ 9009] By: jhi on 2001/03/03 19:27:20
13096 Log: Integrate change #9008 from mainline to maintperl,
13097 UTF-8 tr/// fixes from Inaba Hiroto.
13098 Branch: maint-5.6/perl
13099 !> doop.c op.c t/op/tr.t toke.c
13100 ____________________________________________________________________________
13101 [ 9008] By: jhi on 2001/03/03 19:19:42
13102 Log: UTF8 tr/// fixes from Inaba Hiroto.
13104 ! doop.c op.c t/op/tr.t toke.c
13105 ____________________________________________________________________________
13106 [ 9007] By: jhi on 2001/03/03 19:00:30
13107 Log: Integrate change #9006 from maintperl to mainline,
13108 more robust quest for the infinite.
13110 !> lib/Math/Complex.pm
13111 ____________________________________________________________________________
13112 [ 9006] By: jhi on 2001/03/03 18:58:06
13113 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
13114 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13115 Date: Sat, 3 Mar 2001 12:51:50 -0500
13116 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
13118 Be more robust in our quest for the infinite.
13119 Branch: maint-5.6/perl
13120 ! lib/Math/Complex.pm
13121 ____________________________________________________________________________
13122 [ 9005] By: jhi on 2001/03/03 17:55:50
13123 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
13124 Branch: maint-5.6/perl
13126 ____________________________________________________________________________
13127 [ 9004] By: jhi on 2001/03/03 17:40:14
13128 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
13129 so that picky compilers like IRIX won't get huffy about
13130 "statements without effect" (like 1;).
13133 ____________________________________________________________________________
13134 [ 9003] By: jhi on 2001/03/03 17:15:52
13135 Log: Integrate change #9002 from mainline to maintperl.
13137 Subject: [perl-5.6.x, perl-current] accept for EPOC
13138 Branch: maint-5.6/perl
13140 ____________________________________________________________________________
13141 [ 9002] By: jhi on 2001/03/03 17:14:30
13142 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
13143 From: Olaf Flebbe <O.Flebbe@science-computing.de>
13144 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
13145 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
13148 ____________________________________________________________________________
13149 [ 9001] By: jhi on 2001/03/03 17:13:13
13150 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
13151 From: "Craig A. Berry" <craigberry@mac.com>
13152 Date: Fri, 02 Mar 2001 17:44:40 -0600
13153 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
13156 ____________________________________________________________________________
13157 [ 9000] By: jhi on 2001/03/03 17:11:55
13158 Log: Integrate changes #8997,8999 from maintperl.
13160 Subject: [PATCH 5.6.1] compiling on OS/2
13161 (Better error message from hints/os2.sh)
13163 Subject: [PATCH 5.6.1] syslog.t
13165 !> hints/os2.sh t/lib/syslog.t
13166 ____________________________________________________________________________
13167 [ 8999] By: jhi on 2001/03/03 17:09:28
13168 Log: Subject: [PATCH 5.6.1] syslog.t
13169 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13170 Date: Sat, 3 Mar 2001 02:11:17 -0500
13171 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
13172 Branch: maint-5.6/perl
13174 ____________________________________________________________________________
13175 [ 8998] By: jhi on 2001/03/03 17:07:50
13176 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
13177 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13178 Date: Sat, 3 Mar 2001 01:53:52 -0500
13179 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
13180 Branch: maint-5.6/perl
13181 ! opcode.pl os2/os2.c
13182 ____________________________________________________________________________
13183 [ 8997] By: jhi on 2001/03/03 17:03:30
13184 Log: Subject: [PATCH 5.6.1] compiling on OS/2
13185 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13186 Date: Sat, 3 Mar 2001 01:59:59 -0500
13187 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
13188 Branch: maint-5.6/perl
13190 ____________________________________________________________________________
13191 [ 8996] By: jhi on 2001/03/03 00:55:58
13192 Log: Regen files for mainline.
13194 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13195 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
13196 ____________________________________________________________________________
13197 [ 8995] By: jhi on 2001/03/03 00:35:22
13198 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
13199 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
13202 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
13204 Add Configure option -Dmksymlinks which will create a symlink
13205 forest if the current/build differs from the source directory.
13206 (8218,8220,8221,8317,8318,8971)
13208 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
13209 (Document APPLLIB_EXP in INSTALL.)
13211 If running byacc write-enable also perly.h.
13213 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
13215 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
13217 Sanity check for conflicting thread flavours.
13219 Fix the sys/fcntl.h problem reported by Peter Prymmer.
13221 Add few CPUs/architectures to the Cppsym scan,
13222 add -perlio to archname if so selected (modified 8890)
13224 Be more helpful for devel builders, suggested by John L. Allen.
13225 (admittedly pointless change for maintperl, but the usedevel
13226 code is there already)
13227 Branch: maint-5.6/perl
13228 !> Configure INSTALL Makefile.SH Porting/Glossary
13229 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
13230 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
13231 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
13232 !> win32/config.bc win32/config.gc win32/config.vc
13233 ____________________________________________________________________________
13234 [ 8994] By: jhi on 2001/03/02 23:31:41
13235 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
13236 Branch: metaconfig/U/perl
13238 ____________________________________________________________________________
13239 [ 8993] By: jhi on 2001/03/02 23:22:12
13240 Log: Regenerate various files for maint.
13241 Branch: maint-5.6/perl
13242 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
13243 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
13244 ____________________________________________________________________________
13245 [ 8992] By: alanbur on 2001/03/02 22:48:34
13246 Log: Resync wuth parent
13247 Branch: maint-5.6/pureperl
13248 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
13249 !> (integrate 60 files)
13250 ____________________________________________________________________________
13251 [ 8991] By: jhi on 2001/03/02 21:00:08
13252 Log: Retract the #8742 part of #8986, backward compat.
13253 Branch: maint-5.6/perl
13255 ____________________________________________________________________________
13256 [ 8990] By: jhi on 2001/03/02 20:40:07
13257 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
13258 Branch: maint-5.6/perl
13260 ____________________________________________________________________________
13261 [ 8989] By: jhi on 2001/03/02 19:59:56
13262 Log: Update Changes.
13264 ! Changes patchlevel.h
13265 ____________________________________________________________________________
13266 [ 8988] By: jhi on 2001/03/02 19:57:08
13267 Log: Integrate perlio.
13269 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
13270 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13271 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
13272 !> ext/Encode/Encode/iso8859-10.ucm
13273 !> ext/Encode/Encode/iso8859-13.ucm
13274 !> ext/Encode/Encode/iso8859-14.ucm
13275 !> ext/Encode/Encode/iso8859-15.ucm
13276 !> ext/Encode/Encode/iso8859-16.ucm
13277 !> ext/Encode/Encode/iso8859-2.ucm
13278 !> ext/Encode/Encode/iso8859-3.ucm
13279 !> ext/Encode/Encode/iso8859-4.ucm
13280 !> ext/Encode/Encode/iso8859-5.ucm
13281 !> ext/Encode/Encode/iso8859-6.ucm
13282 !> ext/Encode/Encode/iso8859-7.ucm
13283 !> ext/Encode/Encode/iso8859-8.ucm
13284 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
13285 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
13286 ____________________________________________________________________________
13287 [ 8987] By: jhi on 2001/03/02 19:43:40
13288 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
13289 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
13290 8950,8952,8955 from mainline to maintperl.
13292 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
13294 Put to rest the 20010205.001, the email address checking (not) regex.
13296 fork() not everywhere, cleanup temp files.
13298 The #8843 wasn't quite right: %Config needs to imported.
13300 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
13301 (#8849: the glob-basic hunk needed massaging as it depended
13302 on Schwern's large-scale (unintegrated) patches)
13304 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
13306 Upgrade to CGI.pm 2.752, from Lincoln Stein.
13307 (Note: there were some conflicts due to EBCDIC and EPOC
13308 patches, in general I preferred the repository code.)
13309 (When 2.753 comes out, we need to synchronize.)
13311 Subject: [PATCH] fix for charnames above FFFF
13313 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
13315 If no sfio, no -lsfio.
13317 Run run/*.t also in minitest.
13319 Subject: [PATCH perl 5.7.0] malloc message address offset
13321 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
13323 Subject: fix for parameter -Dm (for perl@8867)
13325 Subject: [PATCH: perl@8892] was Re: hashing order difference?
13326 (make the test more portable)
13328 Subject: Re: [PATCH] fix for charnames above FFFF
13330 Subject: Re: I'm losing the war...
13331 (hv_store() not working correctly in ENV_IS_CASELESS case.)
13333 Subject: Modified README.bs2000
13335 Subject: [PATCH: perl@8935] -Dt padsv($var)
13337 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
13339 Subject: PATCH: extra tests to check on negative float to unsigned cast
13341 Subject: [PATCH] XPUSH[insp] was Re: progress
13343 Subject: Re: Compile with perlcc..
13344 Branch: maint-5.6/perl
13345 !> (integrate 36 files)
13346 ____________________________________________________________________________
13347 [ 8986] By: jhi on 2001/03/02 18:51:25
13348 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
13349 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
13352 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
13354 Subject: [DOC PATCH] overload.pm nits
13356 Add header for LIB$ prototypes (C. Berry)
13358 Convert fwrite()s to sockets to write()s, since some socket stacks
13359 don't take kindly to stdio.
13360 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
13361 (for often optional LNMs)
13362 Correct a few typos
13365 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
13369 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
13371 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
13373 Upgrade to CPAN 1.59_54, from Andreas König.
13377 Subject: [PATCH] Document makepatch in Porting/patching
13379 UTF-8 documentation.
13381 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
13385 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
13387 Subject: [PATCH @8807] toke.c cleanup: scan_str()
13389 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
13391 Add run/*.t to testables.
13393 TODO: integrate #8784.
13394 Branch: maint-5.6/perl
13395 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
13396 !> (integrate 28 files)
13397 ____________________________________________________________________________
13398 [ 8985] By: nick on 2001/03/02 18:15:45
13399 Log: Integrate mainline
13401 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
13403 ____________________________________________________________________________
13404 [ 8984] By: jhi on 2001/03/02 16:00:17
13405 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
13407 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
13408 5.004_05, and mention the suidperl August 2000 security problem.
13411 Subject: [ID 20010301.004] Technically speaking in perldata
13413 Subject: [PATCH] File::Copy for bleadperl, maintperl
13415 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
13417 (The #8982, fix for 20010221.005 and 20010221.008,
13418 would be nice too but it didn't integrate cleanly.)
13419 Branch: maint-5.6/perl
13420 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
13421 ____________________________________________________________________________
13422 [ 8983] By: jhi on 2001/03/02 15:51:16
13423 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
13424 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13425 Date: Thu, 1 Mar 2001 15:54:09 EST
13426 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
13429 ____________________________________________________________________________
13430 [ 8982] By: jhi on 2001/03/02 15:43:31
13431 Log: Subject: Re: sync sync sync: have I missed any patches?
13432 From: Radu Greab <radu@netsoft.ro>
13433 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
13434 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
13436 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
13437 was checking argv[0] regardless of whether a different pathname
13438 will actually be executed." Test case not supplied because
13439 drafting that, ironically enough, revealed another bug
13443 ____________________________________________________________________________
13444 [ 8981] By: jhi on 2001/03/02 15:28:03
13445 Log: Misdate in #8978.
13448 ____________________________________________________________________________
13449 [ 8980] By: jhi on 2001/03/02 15:24:20
13450 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
13451 From: Chris Nandor <pudge@pobox.com>
13452 Date: Wed, 28 Feb 2001 22:10:15 -0500
13453 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
13456 ____________________________________________________________________________
13457 [ 8979] By: jhi on 2001/03/02 15:17:16
13458 Log: Subject: [ID 20010301.004] Technically speaking in perldata
13459 From: abela@geneanet.org
13460 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
13461 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
13464 ____________________________________________________________________________
13465 [ 8978] By: jhi on 2001/03/02 15:15:27
13466 Log: Subject: [ID 20010301.003] ref to 5.004
13467 From: abela@geneanet.org
13468 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
13469 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
13471 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
13472 and mention the suidperl August 2000 security problem.
13475 ____________________________________________________________________________
13476 [ 8977] By: alanbur on 2001/03/02 14:17:45
13477 Log: Resynchronised with parent
13478 Branch: maint-5.6/pureperl
13479 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
13480 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
13481 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
13482 !> vms/descrip_mms.template win32/win32.c win32/win32.h
13483 !> win32/win32iop.h
13484 ____________________________________________________________________________
13485 [ 8976] By: nick on 2001/03/01 23:25:30
13486 Log: Integrate mainline.
13489 !> (integrate 55 files)
13490 ____________________________________________________________________________
13491 [ 8975] By: jhi on 2001/03/01 16:51:34
13492 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
13495 ____________________________________________________________________________
13496 [ 8974] By: gsar on 2001/03/01 16:28:21
13497 Log: fix for bugid 20010226.008
13499 the problem was that some of the pointers (PL_last_lop and
13500 PL_last_uni specifically) into the lex buffers weren't correctly
13501 being invalidated when the buffer changed; this would leave the
13502 pointers pointing at an arbitrary location in the buffer if
13503 the buffer didn't need to be reallocated, or point into freed
13504 memory if the buffer had to be realloced
13506 TODO item for bugdb maintainers: check other seemingly random
13507 parser-related bugs--they might be cured by this
13508 Branch: maint-5.6/perl
13510 ____________________________________________________________________________
13511 [ 8973] By: jhi on 2001/03/01 02:23:25
13512 Log: Retract #8970 because of a completely mysterious core dump:
13513 adding the tests 241..244 causes op/pat dump core at test #25.
13514 The test needs a lot of whittling down before the bug can be solved.
13517 ____________________________________________________________________________
13518 [ 8972] By: jhi on 2001/03/01 01:58:38
13519 Log: Regen perlapi.
13522 ____________________________________________________________________________
13523 [ 8971] By: jhi on 2001/03/01 01:34:09
13524 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))
13525 From: Nicholas Clark <nick@ccl4.org>
13526 Date: Wed, 28 Feb 2001 23:28:49 +0000
13527 Message-ID: <20010228232849.A55187@plum.flirble.org>
13529 Allow a completely write protected source code tree
13530 when using the Configure -Dmksymlinks.
13532 ! embed.pl warnings.pl
13533 ____________________________________________________________________________
13534 [ 8970] By: jhi on 2001/03/01 01:32:04
13535 Log: Add back the EBCDIC character range tests (for matching).
13538 ____________________________________________________________________________
13539 [ 8969] By: nick on 2001/02/28 18:18:01
13540 Log: Add charname comments to .ucm files writen by 'compile',
13541 also order charmaps in those files by source encoding.
13542 regenerate distrubuted .ucm files
13544 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
13545 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13546 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
13547 ! ext/Encode/Encode/iso8859-10.ucm
13548 ! ext/Encode/Encode/iso8859-13.ucm
13549 ! ext/Encode/Encode/iso8859-14.ucm
13550 ! ext/Encode/Encode/iso8859-15.ucm
13551 ! ext/Encode/Encode/iso8859-16.ucm
13552 ! ext/Encode/Encode/iso8859-2.ucm
13553 ! ext/Encode/Encode/iso8859-3.ucm
13554 ! ext/Encode/Encode/iso8859-4.ucm
13555 ! ext/Encode/Encode/iso8859-5.ucm
13556 ! ext/Encode/Encode/iso8859-6.ucm
13557 ! ext/Encode/Encode/iso8859-7.ucm
13558 ! ext/Encode/Encode/iso8859-8.ucm
13559 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
13560 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
13561 ____________________________________________________________________________
13562 [ 8968] By: jhi on 2001/02/28 16:26:37
13563 Log: Expand usemorebits early if d_casti32 needs to be undefined.
13565 ! hints/hpux.sh hints/irix_6.sh
13566 ____________________________________________________________________________
13567 [ 8967] By: jhi on 2001/02/28 16:22:26
13568 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
13569 retract toke.c/qu parts of #8583, retract #8485, retract
13570 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
13571 op/length.t, and MANIFEST, and delete t/op/qu.t.
13574 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
13575 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
13576 ! t/op/length.t toke.c
13577 ____________________________________________________________________________
13578 [ 8966] By: jhi on 2001/02/28 15:00:27
13579 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
13580 by not changing from pre-Unicode days into being Unicode-aware.
13583 ! pp.c t/op/pack.t t/op/qu.t
13584 ____________________________________________________________________________
13585 [ 8965] By: jhi on 2001/02/28 14:37:55
13586 Log: Subject: Re: Errors in core PODs
13587 From: Michael Stevens <michael@etla.org>
13588 Date: Fri, 23 Feb 2001 15:47:56 +0000
13589 Message-ID: <20010223154756.A7723@firedrake.org>
13591 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
13592 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
13593 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
13595 ____________________________________________________________________________
13596 [ 8964] By: jhi on 2001/02/28 14:35:35
13597 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
13598 (The #8961 was too bold.)
13600 ! hints/hpux.sh hints/irix_6.sh
13601 ____________________________________________________________________________
13602 [ 8963] By: jhi on 2001/02/28 14:33:39
13603 Log: Subject: Re: sync sync sync: have I missed any patches?
13604 From: Tim Jenness <t.jenness@jach.hawaii.edu>
13605 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
13606 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
13607 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
13609 Replace djSP with dSP.
13611 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
13612 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
13614 ____________________________________________________________________________
13615 [ 8962] By: jhi on 2001/02/27 23:21:14
13616 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
13618 ! lib/Filter/Simple.pm
13619 ____________________________________________________________________________
13620 [ 8961] By: jhi on 2001/02/27 22:55:26
13621 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
13622 and this would be it.
13624 ! hints/hpux.sh hints/irix_6.sh
13625 ____________________________________________________________________________
13626 [ 8960] By: jhi on 2001/02/27 22:51:33
13627 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
13628 From: "Craig A. Berry" <craigberry@mac.com>
13629 Date: Tue, 27 Feb 2001 16:11:44 -0600
13630 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
13631 Branch: maint-5.6/perl
13632 ! configure.com vms/descrip_mms.template
13633 ____________________________________________________________________________
13634 [ 8959] By: jhi on 2001/02/27 22:47:23
13635 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
13636 From: "Craig A. Berry" <craigberry@mac.com>
13637 Date: Tue, 27 Feb 2001 16:11:44 -0600
13638 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
13640 ! configure.com vms/descrip_mms.template
13641 ____________________________________________________________________________
13642 [ 8958] By: jhi on 2001/02/27 15:16:42
13643 Log: Update Changes.
13645 ! Changes patchlevel.h
13646 ____________________________________________________________________________
13647 [ 8957] By: jhi on 2001/02/27 06:15:07
13648 Log: Subject: [5.6.x] EPOC additions
13649 From: Olaf Flebbe <O.Flebbe@science-computing.de>
13650 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
13651 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
13652 Branch: maint-5.6/perl
13653 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
13654 ____________________________________________________________________________
13655 [ 8956] By: jhi on 2001/02/27 06:12:11
13656 Log: Subject: [perl-current] EPOC
13657 From: Olaf Flebbe <O.Flebbe@science-computing.de>
13658 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
13659 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
13661 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
13662 ! epoc/epocish.c epoc/epocish.h pp_sys.c
13663 ____________________________________________________________________________
13664 [ 8955] By: jhi on 2001/02/27 05:59:50
13665 Log: Subject: Re: Compile with perlcc..
13666 From: Edward Peschko <edwardp@excitehome.net>
13667 Date: Mon, 26 Feb 2001 18:51:58 -0800
13668 Message-ID: <20010226185158.A9871@excitehome.net>
13670 plus add a simple usage message if no arguments given.
13672 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
13673 ! utils/Makefile utils/perlcc.PL win32/pod.mak
13674 ____________________________________________________________________________
13675 [ 8954] By: nick on 2001/02/26 21:02:59
13676 Log: Integrate mainline
13678 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
13679 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
13681 ____________________________________________________________________________
13682 [ 8953] By: jhi on 2001/02/26 14:43:54
13683 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
13684 From: Nicholas Clark <nick@ccl4.org>
13685 Date: Mon, 26 Feb 2001 00:42:07 +0000
13686 Message-ID: <20010226004207.F23333@plum.flirble.org>
13689 ____________________________________________________________________________
13690 [ 8952] By: jhi on 2001/02/26 14:42:13
13691 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
13692 From: Simon Cozens <simon@netthink.co.uk>
13693 Date: Mon, 26 Feb 2001 12:23:48 +0000
13694 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
13697 ____________________________________________________________________________
13698 [ 8951] By: jhi on 2001/02/26 14:39:15
13699 Log: Subject: [PATCH] perlio - unknown layer
13700 From: Nicholas Clark <nick@ccl4.org>
13701 Date: Mon, 26 Feb 2001 00:27:19 +0000
13702 Message-ID: <20010226002719.E23333@plum.flirble.org>
13705 ____________________________________________________________________________
13706 [ 8950] By: jhi on 2001/02/26 14:38:04
13707 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
13708 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
13709 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
13710 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
13713 ____________________________________________________________________________
13714 [ 8949] By: jhi on 2001/02/26 14:37:07
13715 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
13716 From: Peter Prymmer <pvhp@forte.com>
13717 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
13718 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
13721 ____________________________________________________________________________
13722 [ 8948] By: jhi on 2001/02/26 14:35:53
13723 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
13724 From: Radu Greab <radu@netsoft.ro>
13725 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
13726 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
13729 ____________________________________________________________________________
13730 [ 8947] By: jhi on 2001/02/26 14:34:46
13731 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
13732 From: David Mitchell <davem@fdgroup.co.uk>
13733 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
13734 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
13737 ____________________________________________________________________________
13738 [ 8946] By: jhi on 2001/02/26 14:32:37
13739 Log: Subject: Modified README.bs2000
13740 From: Dorner Thomas <Thomas.Dorner@start.de>
13741 Date: Mon, 26 Feb 2001 09:22:17 +0100
13742 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
13745 ____________________________________________________________________________
13746 [ 8945] By: jhi on 2001/02/26 14:19:53
13747 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
13748 to maintperl, listing the known failures on the tests 129 and 130.
13749 Branch: maint-5.6/perl
13751 ____________________________________________________________________________
13752 [ 8944] By: jhi on 2001/02/26 14:14:15
13753 Log: Add more known sprintf failures.
13756 ____________________________________________________________________________
13757 [ 8943] By: jhi on 2001/02/26 13:56:22
13758 Log: perlglob.exe needs to be found in Win32, patch from
13759 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
13760 which needs external glob at mini-perl time."
13762 ! ext/Encode/compile
13763 ____________________________________________________________________________
13764 [ 8942] By: jhi on 2001/02/26 13:52:19
13765 Log: A missing dTHX from Vadim Konovalov.
13768 ____________________________________________________________________________
13769 [ 8941] By: jhi on 2001/02/26 13:37:05
13770 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
13773 ____________________________________________________________________________
13774 [ 8940] By: jhi on 2001/02/26 13:35:40
13775 Log: Integrate perlio.
13777 !> ext/Encode/Encode.pm
13778 ____________________________________________________________________________
13779 [ 8939] By: nick on 2001/02/25 23:47:09
13780 Log: Integrate mainline.
13782 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
13783 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
13784 ____________________________________________________________________________
13785 [ 8938] By: nick on 2001/02/25 19:36:28
13786 Log: Encode implementations docs.
13788 ! ext/Encode/Encode.pm
13789 ____________________________________________________________________________
13790 [ 8937] By: jhi on 2001/02/25 19:26:16
13791 Log: Script wasn't aligned with reality.
13794 ____________________________________________________________________________
13795 [ 8936] By: jhi on 2001/02/25 18:54:55
13796 Log: Update Changes.
13798 ! Changes patchlevel.h
13799 ____________________________________________________________________________
13800 [ 8935] By: jhi on 2001/02/25 18:46:36
13801 Log: Retract #8929,8930,8932,8933 for now.
13803 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
13804 ____________________________________________________________________________
13805 [ 8934] By: jhi on 2001/02/25 17:34:35
13806 Log: Integrate perlio.
13808 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
13809 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
13811 ____________________________________________________________________________
13812 [ 8933] By: jhi on 2001/02/25 17:33:12
13813 Log: (Retracted by #8395.)
13815 Slight tweaks in scan_const(), not fixes yet, it seems like
13816 lots of work remains to be done...
13819 ____________________________________________________________________________
13820 [ 8932] By: jhi on 2001/02/25 17:27:11
13821 Log: (Retracted by #8395.)
13823 Missing from #8930.
13826 ____________________________________________________________________________
13827 [ 8931] By: jhi on 2001/02/25 17:26:19
13828 Log: A comment tweak.
13831 ____________________________________________________________________________
13832 [ 8930] By: jhi on 2001/02/25 17:25:47
13833 Log: (Retracted by #8395.)
13835 Attempt to fix the EBCDIC character range problwm with //.
13838 ____________________________________________________________________________
13839 [ 8929] By: jhi on 2001/02/25 17:23:45
13840 Log: (Retracted by #8395.)
13842 Expand the EBCDIC character range tests, and add few nasty
13843 tr tests from Karsten Sperling.
13845 ! t/op/pat.t t/op/tr.t
13846 ____________________________________________________________________________
13847 [ 8928] By: jhi on 2001/02/25 17:18:49
13848 Log: Missing check-in.
13851 ____________________________________________________________________________
13852 [ 8927] By: nick on 2001/02/25 11:30:22
13853 Log: Change method names in Encode implementation classes to something
13854 less confusing (preparing to "go public").
13856 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
13857 ____________________________________________________________________________
13858 [ 8926] By: nick on 2001/02/25 10:53:24
13859 Log: GCC __atribute__ / printf fix
13862 ____________________________________________________________________________
13863 [ 8925] By: nick on 2001/02/25 10:52:25
13864 Log: Checked in the wrong one ...
13866 ! ext/Encode/Encode.pm
13867 ____________________________________________________________________________
13868 [ 8924] By: nick on 2001/02/24 18:46:51
13869 Log: Integrate mainline - to see what Jarkko has in ...
13871 +> t/pod/testpods/lib/Pod/Stuff.pm
13872 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
13873 ____________________________________________________________________________
13874 [ 8923] By: nick on 2001/02/24 17:05:23
13875 Log: Encode API documentation nd tidy up.
13876 Minor additions to test.
13877 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
13878 Adds STRLEN to standard typemap.
13880 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
13881 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
13882 ____________________________________________________________________________
13883 [ 8922] By: jhi on 2001/02/24 16:38:12
13884 Log: Add a test for the "character range should match in EBCDIC
13885 if specified using explicit numerics" bug found by Karsten
13889 ____________________________________________________________________________
13890 [ 8921] By: jhi on 2001/02/24 16:30:16
13891 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
13892 From: schwern@pobox.com
13893 Date: Fri, 23 Feb 2001 03:21:37 -0500
13894 Message-ID: <20010223032137.A26022@magnonel.guild.net>
13896 plus Charles Lane's fixes, plus tweaks.
13898 + t/pod/testpods/lib/Pod/Stuff.pm
13899 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
13900 ____________________________________________________________________________
13901 [ 8920] By: nick on 2001/02/24 10:30:11
13902 Log: Integrate mainline
13904 !> (integrate 33 files)
13905 ____________________________________________________________________________
13906 [ 8919] By: jhi on 2001/02/24 00:23:35
13907 Log: Subject: Re: I'm losing the war...
13908 From: "Vadim Konovalov" <watman@inbox.ru>
13909 Date: Sat, 24 Feb 2001 00:10:14 +0300
13910 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
13912 hv_store() not working correctly in ENV_IS_CASELESS case.
13915 ____________________________________________________________________________
13916 [ 8918] By: jhi on 2001/02/24 00:20:09
13917 Log: Subject: Re: [PATCH] fix for charnames above FFFF
13918 From: andreas.koenig@anima.de (Andreas J. Koenig)
13919 Date: 23 Feb 2001 02:39:03 +0100
13920 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
13922 A further efficiency tweak.
13925 ____________________________________________________________________________
13926 [ 8917] By: jhi on 2001/02/23 20:27:51
13927 Log: Integrate change #8916 from mainline,
13928 do away with USE_WIN32_RTL_ENV.
13929 Branch: maint-5.6/perl
13930 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
13931 ____________________________________________________________________________
13932 [ 8916] By: jhi on 2001/02/23 20:02:25
13933 Log: Abolish USE_WIN32_RTL_ENV.
13935 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
13936 ____________________________________________________________________________
13937 [ 8915] By: jhi on 2001/02/23 19:36:00
13938 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
13939 later protected by some #define.
13942 ____________________________________________________________________________
13943 [ 8914] By: jhi on 2001/02/23 19:31:38
13944 Log: Retract #8902 for now, requested by Charles Lane, the correct
13945 fix will be something else.
13948 ____________________________________________________________________________
13949 [ 8913] By: jhi on 2001/02/23 19:11:36
13950 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
13951 From: Peter Prymmer <pvhp@forte.com>
13952 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
13953 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
13955 ! t/op/lex_assign.t
13956 ____________________________________________________________________________
13957 [ 8912] By: jhi on 2001/02/23 18:38:20
13958 Log: Subject: [patch] perlio + useithreads
13959 From: Doug MacEachern <dougm@covalent.net>
13960 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
13961 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
13963 Gets things running but not complete.
13965 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
13966 ____________________________________________________________________________
13967 [ 8911] By: jhi on 2001/02/23 04:20:02
13968 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
13970 Duplicated environment freeing, File::Temp 0.12,
13971 op/append portability (EBCDIC) tweak.
13972 Branch: maint-5.6/perl
13973 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
13975 ____________________________________________________________________________
13976 [ 8910] By: jhi on 2001/02/23 02:07:33
13977 Log: Integrate change #8909 from mainline, a better Borland
13978 putenv() workaround.
13979 Branch: maint-5.6/perl
13981 ____________________________________________________________________________
13982 [ 8909] By: jhi on 2001/02/23 02:05:46
13983 Log: A better workaround for Borland putenv() brokenness from Sarathy.
13986 ____________________________________________________________________________
13987 [ 8908] By: jhi on 2001/02/23 02:04:14
13988 Log: Subject: fix for parameter -Dm (for perl@8867)
13989 From: "Vadim Konovalov" <watman@inbox.ru>
13990 Date: Thu, 22 Feb 2001 17:30:12 +0300
13991 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
13994 ____________________________________________________________________________
13995 [ 8907] By: jhi on 2001/02/23 01:58:20
13996 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
13997 From: Peter Prymmer <pvhp@forte.com>
13998 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
13999 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
14002 ____________________________________________________________________________
14003 [ 8906] By: jhi on 2001/02/23 01:48:34
14004 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
14006 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14007 ____________________________________________________________________________
14008 [ 8905] By: jhi on 2001/02/23 01:43:30
14009 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
14010 From: Peter Prymmer <pvhp@forte.com>
14011 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
14012 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
14014 ! t/lib/st-06compat.t
14015 ____________________________________________________________________________
14016 [ 8904] By: jhi on 2001/02/23 01:42:39
14017 Log: Metaconfig unit change for #8903.
14018 Branch: metaconfig/U/perl
14020 ____________________________________________________________________________
14021 [ 8903] By: jhi on 2001/02/23 01:42:12
14022 Log: Be more helpful for devel builders, suggested by John L. Allen.
14025 ____________________________________________________________________________
14026 [ 8902] By: jhi on 2001/02/23 01:37:41
14027 Log: (Retracted by #8914)
14028 (Wrongly, reinstated by #8941)
14030 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
14031 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14032 Date: Thu, 22 Feb 2001 09:43:57 EST
14033 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
14036 ____________________________________________________________________________
14037 [ 8901] By: jhi on 2001/02/23 01:20:32
14038 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
14039 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14040 Date: Thu, 22 Feb 2001 08:01:35 EST
14041 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
14044 ____________________________________________________________________________
14045 [ 8900] By: jhi on 2001/02/23 01:18:02
14046 Log: Integrate changes #8898,8899 from mainline, environ handling.
14047 Branch: maint-5.6/perl
14049 ____________________________________________________________________________
14050 [ 8899] By: jhi on 2001/02/23 01:16:25
14051 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
14052 putenv() is not to be relied on, they are either broken or leaky
14056 ____________________________________________________________________________
14057 [ 8898] By: jhi on 2001/02/22 23:36:59
14058 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
14059 and safesysfree() must be used.
14062 ____________________________________________________________________________
14063 [ 8897] By: jhi on 2001/02/22 23:25:45
14064 Log: With environ one must use safesysmalloc()/safesysfree().
14067 ____________________________________________________________________________
14068 [ 8896] By: jhi on 2001/02/22 22:13:18
14069 Log: If we have a duplicated environment free it
14070 if PERL_DESTRUCT_LEVEL.
14073 ____________________________________________________________________________
14074 [ 8895] By: alanbur on 2001/02/22 19:31:57
14075 Log: Synchronised with parent
14076 Branch: maint-5.6/pureperl
14077 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
14078 ____________________________________________________________________________
14079 [ 8894] By: gsar on 2001/02/22 19:06:18
14080 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
14082 fix memory leak in method call optimization (change#3768);
14083 made C<eval "$x->foo()"> leak
14085 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
14086 Branch: maint-5.6/perl
14088 ____________________________________________________________________________
14089 [ 8893] By: jhi on 2001/02/22 18:35:27
14090 Log: (Retracted by #8915.)
14092 Third Degree finding:
14093 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
14096 ____________________________________________________________________________
14097 [ 8892] By: jhi on 2001/02/22 14:28:32
14098 Log: Update Changes.
14100 ! Changes patchlevel.h
14101 ____________________________________________________________________________
14102 [ 8891] By: jhi on 2001/02/22 13:22:45
14103 Log: Metaconfig unit changes for #8890.
14105 ! U/modified/Cppsym.U U/threads/archname.U
14106 ____________________________________________________________________________
14107 [ 8890] By: jhi on 2001/02/22 13:22:12
14108 Log: Add -stdio to the archname if no perlio selected,
14109 no -perlio added since that is now the default.
14111 Add few CPUs/architectures to the Cppsym scan.
14113 ! Configure config_h.SH
14114 ____________________________________________________________________________
14115 [ 8889] By: jhi on 2001/02/22 13:05:59
14116 Log: Metaconfig unit change for #8888.
14117 Branch: metaconfig/U/perl
14119 ____________________________________________________________________________
14120 [ 8888] By: jhi on 2001/02/22 13:05:28
14121 Log: *drum roll* Make perlio the default.
14123 ! Configure config_h.SH
14124 ____________________________________________________________________________
14125 [ 8887] By: jhi on 2001/02/22 12:50:52
14126 Log: Integrate change #8665 from maintperl to mainline,
14127 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
14129 !> ext/POSIX/POSIX.xs
14130 ____________________________________________________________________________
14131 [ 8886] By: jhi on 2001/02/22 12:49:24
14132 Log: Integrate changes #8883,8884 from mainline to maintperl.
14134 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
14135 Subject: Re: File::Temp::_gettemp warning
14136 Branch: maint-5.6/perl
14137 !> embed.h embed.pl lib/File/Temp.pm
14138 ____________________________________________________________________________
14139 [ 8885] By: jhi on 2001/02/22 12:43:59
14142 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
14143 From: schwab@suse.de
14144 Date: Thu, 22 Feb 2001 13:08:09 +0100
14145 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
14147 but the fix done slightly differently because the other
14148 half was already done in #8664.
14149 Branch: maint-5.6/perl
14150 ! ext/POSIX/POSIX.xs
14151 ____________________________________________________________________________
14152 [ 8884] By: jhi on 2001/02/22 12:37:15
14153 Log: Subject: Re: File::Temp::_gettemp warning
14154 From: Tim Jenness <t.jenness@jach.hawaii.edu>
14155 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
14156 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
14158 This patch to File::Temp does two things:
14160 1. Fixes the problem with CGI::Carp when determining
14161 the Fcntl constants
14163 2. Removes most of the carps and consolidates them so that all the
14164 reasons are included in a single die that is caught by the test. This
14165 means that the correct skipping behaviour is displayed by the test.
14168 ____________________________________________________________________________
14169 [ 8883] By: jhi on 2001/02/22 12:29:19
14170 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
14171 From: Peter Prymmer <pvhp@forte.com>
14172 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
14173 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
14176 ____________________________________________________________________________
14177 [ 8882] By: jhi on 2001/02/21 19:41:33
14178 Log: Integrate change #8881 from mainlin to maintperl.
14180 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
14181 Branch: maint-5.6/perl
14183 ____________________________________________________________________________
14184 [ 8881] By: jhi on 2001/02/21 19:38:57
14185 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
14186 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14187 Date: Wed, 21 Feb 2001 13:08:03 EST
14188 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
14191 ____________________________________________________________________________
14192 [ 8880] By: jhi on 2001/02/21 19:34:34
14193 Log: Retract #8875, cannot let go of the old semantics of unpack U
14194 without rethinking utf8decode.t.
14197 ____________________________________________________________________________
14198 [ 8879] By: jhi on 2001/02/21 19:08:02
14199 Log: Run run/*.t also in minitest.
14202 ____________________________________________________________________________
14203 [ 8878] By: nick on 2001/02/21 18:55:37
14204 Log: Integrate mainline
14206 !> (integrate 76 files)
14207 ____________________________________________________________________________
14208 [ 8877] By: jhi on 2001/02/21 15:09:33
14209 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
14211 ! U/compline/nblock_io.U
14213 ! Configure config_h.SH
14214 ____________________________________________________________________________
14215 [ 8876] By: jhi on 2001/02/21 14:54:45
14216 Log: If no sfio, no -lsfio.
14217 Branch: metaconfig/U/perl
14220 ! Configure config_h.SH
14221 ____________________________________________________________________________
14222 [ 8875] By: jhi on 2001/02/21 14:54:00
14223 Log: Make unpack C and unpack C truly equivalent.
14226 ____________________________________________________________________________
14227 [ 8874] By: jhi on 2001/02/21 14:26:02
14228 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
14229 From: Peter Prymmer <pvhp@forte.com>
14230 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
14231 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
14234 ____________________________________________________________________________
14235 [ 8873] By: jhi on 2001/02/21 14:24:31
14236 Log: Subject: [PATCH] fix for charnames above FFFF
14237 From: andreas.koenig@anima.de (Andreas J. Koenig)
14238 Date: 21 Feb 2001 07:05:45 +0100
14239 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
14241 ! lib/charnames.pm t/lib/charnames.t
14242 ____________________________________________________________________________
14243 [ 8872] By: jhi on 2001/02/21 14:15:25
14244 Log: Integrate change #8868 from pureperl to mainline.
14246 Fixed reference count loop caused by sv_magic.
14249 ____________________________________________________________________________
14250 [ 8871] By: jhi on 2001/02/21 14:07:29
14251 Log: Integrate change #8868 from pureperl to maintperl.
14253 Fixed reference count loop caused by sv_magic.
14254 Branch: maint-5.6/perl
14256 ____________________________________________________________________________
14257 [ 8870] By: jhi on 2001/02/21 14:04:41
14258 Log: Put back the #8840, it was innocent.
14260 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14261 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
14262 ____________________________________________________________________________
14263 [ 8869] By: jhi on 2001/02/21 14:00:03
14264 Log: unpack("C", ...) was left slightly unfinished by #8865.
14267 ____________________________________________________________________________
14268 [ 8868] By: alanbur on 2001/02/21 01:33:45
14269 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
14270 from gv_fetchpv to create single-character magic variables (e.g. $!),
14271 and it is passed a sv and the gv that contains the sv as the mg_obj
14272 value. When sv_magic stores the mg_obj pointer it increments the gv
14273 refcount, thus causing a sv-gv pair that can't be freed. There is
14274 already a check for sv == obj which is used to prevent such reference
14275 loops. This change extends the check to cover the case described above.
14276 Branch: maint-5.6/pureperl
14278 ____________________________________________________________________________
14279 [ 8867] By: jhi on 2001/02/21 00:52:39
14280 Log: Update Changes.
14282 ! Changes patchlevel.h
14283 ____________________________________________________________________________
14284 [ 8866] By: jhi on 2001/02/21 00:34:20
14285 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
14286 (Note: there were some conflicts due to EBCDIC and EPOC
14287 patches, in general I preferred the repository code.)
14288 (When 2.753 comes out, we need to synchronize.)
14290 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
14291 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
14293 ____________________________________________________________________________
14294 [ 8865] By: jhi on 2001/02/21 00:24:22
14295 Log: Make pack("C", 0x100) to create Unicode, unless under the
14296 evil influence of 'use bytes'. Similarly, unpack("C", ...)
14297 will understand Unicode, unless you under know what.
14299 ! pp.c t/op/pack.t t/op/qu.t
14300 ____________________________________________________________________________
14301 [ 8864] By: alanbur on 2001/02/20 22:35:34
14302 Log: Resynchronised with parent
14303 Branch: maint-5.6/pureperl
14304 !> README.win32 ext/GDBM_File/GDBM_File.pm
14305 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
14306 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
14307 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14308 !> t/lib/sdbm.t util.c
14309 ____________________________________________________________________________
14310 [ 8863] By: jhi on 2001/02/20 20:55:11
14311 Log: Integrate change #8860,8861 from mainline into maintperl.
14315 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
14316 Branch: maint-5.6/perl
14317 !> lib/Test.pm pod/perlop.pod
14318 ____________________________________________________________________________
14319 [ 8862] By: jhi on 2001/02/20 20:30:07
14320 Log: Don't do casting between pointers pointing to differently sized
14324 ____________________________________________________________________________
14325 [ 8861] By: jhi on 2001/02/20 19:53:44
14326 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
14327 From: Peter Prymmer <pvhp@forte.com>
14328 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
14329 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
14332 ____________________________________________________________________________
14333 [ 8860] By: jhi on 2001/02/20 19:48:02
14334 Log: "pseudo-literal j", a documentation glitch reported to Debian.
14335 The text recovered from Perl 5.005_03, and pseudo-literal replaced
14336 by "backtick string".
14339 ____________________________________________________________________________
14340 [ 8859] By: jhi on 2001/02/20 19:15:46
14341 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
14345 ____________________________________________________________________________
14346 [ 8858] By: jhi on 2001/02/20 17:36:53
14347 Log: Integrate pureperl changes #8844,8845,8850 to mainline
14348 (via maintperl #8855).
14350 Fixed %^H scoping bug
14352 Removed GV <-> CV refcount loop
14354 Removed %ENV refcount loop
14356 !> gv.c op.c perl.c pp.c scope.c
14357 ____________________________________________________________________________
14358 [ 8857] By: jhi on 2001/02/20 17:34:32
14359 Log: Integrate changes #8853,8854 from maintperl to mainline.
14361 EBDIC fixes, README.win32 Borland update.
14363 !> README.win32 handy.h util.c
14364 ____________________________________________________________________________
14365 [ 8856] By: jhi on 2001/02/20 17:33:16
14366 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
14367 Branch: maint-5.6/perl
14368 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
14369 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
14370 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
14371 ____________________________________________________________________________
14372 [ 8855] By: jhi on 2001/02/20 17:32:13
14373 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
14375 Fixed %^H scoping bug
14377 Removed GV <-> CV refcount loop
14379 Removed %ENV refcount loop
14380 Branch: maint-5.6/perl
14381 !> gv.c op.c perl.c pp.c scope.c
14382 ____________________________________________________________________________
14383 [ 8854] By: jhi on 2001/02/20 17:25:06
14384 Log: Subject: Addition to readme.win32 for Borland C++ compilers
14385 Date: Tue, 20 Feb 2001 02:15:25 +0300
14386 From: "Vadim Konovalov" <watman@inbox.ru>
14387 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
14389 Document Borland compiler misbehaviour.
14390 Branch: maint-5.6/perl
14392 ____________________________________________________________________________
14393 [ 8853] By: jhi on 2001/02/20 17:22:25
14394 Log: The assimilation of ebcdic.c didn't quite work at the first try,
14395 patches from Thomas Dorner.
14396 Branch: maint-5.6/perl
14398 ____________________________________________________________________________
14399 [ 8852] By: jhi on 2001/02/20 17:20:15
14400 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
14401 From: Chris Nandor <pudge@pobox.com>
14402 Date: Tue, 20 Feb 2001 08:32:45 -0500
14403 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
14404 Branch: maint-5.6/perl
14406 ____________________________________________________________________________
14407 [ 8851] By: jhi on 2001/02/20 17:15:52
14408 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
14410 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
14411 ! t/lib/filter-util.t
14412 ____________________________________________________________________________
14413 [ 8850] By: alanbur on 2001/02/20 17:12:40
14414 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
14415 and the magic pointer points back to the GV that contains the
14416 %ENV hash. This creates a refcount loop that prevents members
14417 of %ENV from being freed correctly. This change removes the
14418 refcount loop - the magic pointer was never used anyway, the
14419 only use of the magic was to check the type ('E') so that the
14420 appropriate environment manipulation code is called when %ENV
14422 Branch: maint-5.6/pureperl
14424 ____________________________________________________________________________
14425 [ 8849] By: jhi on 2001/02/20 17:12:20
14426 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
14427 From: "Craig A. Berry" <craigberry@mac.com>
14428 Date: Mon, 19 Feb 2001 23:36:12 -0600
14429 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
14431 Case-forgiving systems match TestInit.pm with TES*.
14433 ! t/lib/glob-basic.t
14434 ____________________________________________________________________________
14435 [ 8848] By: jhi on 2001/02/20 17:10:02
14436 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
14438 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
14439 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
14440 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
14441 ____________________________________________________________________________
14442 [ 8847] By: jhi on 2001/02/20 15:34:41
14443 Log: The #8843 wasn't quite right: %Config needs to imported.
14446 ____________________________________________________________________________
14447 [ 8846] By: jhi on 2001/02/20 15:31:50
14448 Log: Retract the #8838 and #8840 for now because of
14449 the DB_File tie problem.
14451 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
14452 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
14454 ____________________________________________________________________________
14455 [ 8845] By: alanbur on 2001/02/20 14:25:41
14456 Log: Removed GV <-> CV refcount loop
14457 CvGV(mycv) points to the parent GV of the CV, and was previously
14458 refcounted. The pointer remains, but the refcounting has been removed
14459 as it causes a refcount loop between the CV and GV that means the CV
14460 can't ever be deleted.
14461 Branch: maint-5.6/pureperl
14463 ____________________________________________________________________________
14464 [ 8844] By: alanbur on 2001/02/20 14:23:13
14465 Log: Fixed %^H scoping bug
14466 Branch: maint-5.6/pureperl
14468 ____________________________________________________________________________
14469 [ 8843] By: jhi on 2001/02/19 13:38:08
14470 Log: fork() not everywhere, cleanup temp files.
14473 ____________________________________________________________________________
14474 [ 8842] By: alanbur on 2001/02/19 12:42:07
14475 Log: Resynchronised with parent
14476 Branch: maint-5.6/pureperl
14477 !> pod/perlfaq4.pod sv.c utf8.c
14478 ____________________________________________________________________________
14479 [ 8841] By: jhi on 2001/02/19 03:35:51
14480 Log: Update Changes.
14482 ! Changes patchlevel.h
14483 ____________________________________________________________________________
14484 [ 8840] By: jhi on 2001/02/19 00:23:41
14485 Log: Subject: [patch] add sv_setref_uv
14486 From: Doug MacEachern <dougm@covalent.net>
14487 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
14488 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
14490 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14491 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
14492 ____________________________________________________________________________
14493 [ 8839] By: jhi on 2001/02/19 00:01:38
14494 Log: Put to rest the 20010205.001, the email address checking (not) regex.
14497 ____________________________________________________________________________
14498 [ 8838] By: jhi on 2001/02/18 22:17:54
14499 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
14500 From: Doug MacEachern <dougm@covalent.net>
14501 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
14502 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
14504 ! lib/ExtUtils/xsubpp
14505 ____________________________________________________________________________
14506 [ 8837] By: jhi on 2001/02/18 22:16:50
14507 Log: Subject: [patch] -Wall cleanup round 2
14508 From: Doug MacEachern <dougm@covalent.net>
14509 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
14510 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
14512 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
14513 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
14514 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
14515 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
14516 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
14517 ! ext/SDBM_File/SDBM_File.xs
14518 ____________________________________________________________________________
14519 [ 8836] By: jhi on 2001/02/18 22:11:20
14520 Log: Misapplied regex optimizations when \C is present.
14521 Fixes 20001230.002.
14523 What still remains broken is that the submatches that
14524 have \C in them get their UTF8 flag on because their
14525 parent SV has it on. This will result in malformed
14526 UTF8 if a \C happened to match a non-ASCII byte.
14528 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
14530 ____________________________________________________________________________
14531 [ 8835] By: jhi on 2001/02/18 20:12:02
14532 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
14534 The hash key got wrongly UTF8fied.
14536 ! pod/perlapi.pod toke.c utf8.c
14537 ____________________________________________________________________________
14538 [ 8834] By: jhi on 2001/02/18 19:44:25
14539 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
14540 don't warn on magical or overloaded things.
14543 ____________________________________________________________________________
14544 [ 8833] By: nick on 2001/02/18 19:31:22
14545 Log: Integrate mainline
14547 +> t/TestInit.pm t/run/runenv.t
14549 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
14550 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
14551 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
14552 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
14553 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
14554 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
14556 ____________________________________________________________________________
14557 [ 8832] By: jhi on 2001/02/18 19:21:18
14558 Log: Integrate perlio.
14560 !> perlio.c pod/perldiag.pod
14561 ____________________________________________________________________________
14562 [ 8831] By: jhi on 2001/02/18 19:14:20
14563 Log: Integrate change #8827 from mainline.
14566 Branch: maint-5.6/perl
14568 ____________________________________________________________________________
14569 [ 8830] By: nick on 2001/02/18 19:10:34
14570 Log: Apply the spirit of patch from Nick Clark:
14571 Subject: [PATCH] Re: extensions that provide layers
14572 From: Nicholas Clark <nick@ccl4.org>
14573 Date: Mon, 12 Feb 2001 16:43:51 +0000
14574 Message-Id: <20010212164350.Q3652@plum.flirble.org>
14576 ! perlio.c pod/perldiag.pod
14577 ____________________________________________________________________________
14578 [ 8829] By: jhi on 2001/02/18 19:03:25
14579 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
14580 From: schwern@pobox.com
14581 Date: Sun, 18 Feb 2001 13:44:35 -0500
14582 Message-ID: <20010218134435.A17544@magnonel.guild.net>
14584 Applied, but as t/TestInit.pm.
14587 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
14588 ! t/op/subst_wamp.t
14589 ____________________________________________________________________________
14590 [ 8828] By: jhi on 2001/02/18 18:43:52
14591 Log: Integrate perlio.
14594 ____________________________________________________________________________
14595 [ 8827] By: jhi on 2001/02/18 18:41:33
14599 ____________________________________________________________________________
14600 [ 8826] By: nick on 2001/02/18 17:40:59
14601 Log: Fix [ID 20010217.002]
14602 open FOO, "<:raw:perlio", ...
14603 :raw now inserts default base layer below itself.
14605 open FOO, "<:unix", ...
14606 works as well - but leaves buffer layer on stack under the unix layer.
14609 ____________________________________________________________________________
14610 [ 8825] By: jhi on 2001/02/18 17:15:39
14611 Log: Integrate perlio.
14613 !> perlio.c perliol.h
14614 ____________________________________________________________________________
14615 [ 8824] By: jhi on 2001/02/18 17:10:53
14616 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
14617 From: schwern@pobox.com
14618 Date: Sun, 18 Feb 2001 01:48:50 -0500
14619 Message-ID: <20010218014850.C19957@magnonel.guild.net>
14621 ! lib/Test/Harness.pm t/TEST t/op/chop.t
14622 ____________________________________________________________________________
14623 [ 8823] By: jhi on 2001/02/18 17:01:06
14624 Log: Add run/*.t to testables.
14627 ____________________________________________________________________________
14628 [ 8822] By: jhi on 2001/02/18 16:58:58
14629 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
14630 From: schwern@pobox.com
14631 Date: Sun, 18 Feb 2001 01:11:35 -0500
14632 Message-ID: <20010218011135.A19957@magnonel.guild.net>
14634 Revive mjd's and Simon's PERL5OPT fix.
14638 ____________________________________________________________________________
14639 [ 8821] By: jhi on 2001/02/18 16:53:46
14640 Log: Subject: Re: Why t/TEST and not Test::Harness?
14641 From: schwern@pobox.com
14642 Date: Sat, 17 Feb 2001 22:44:44 -0500
14643 Message-ID: <20010217224444.A6679@magnonel.guild.net>
14645 Replace UTEST with TEST -utf8.
14648 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
14649 ! t/lib/glob-basic.t
14650 ____________________________________________________________________________
14651 [ 8820] By: nick on 2001/02/18 13:06:16
14652 Log: Clean up a few core dumps when layers are used in unexpected ways.
14653 (Still not "right"...)
14655 ! perlio.c perliol.h
14656 ____________________________________________________________________________
14657 [ 8819] By: jhi on 2001/02/18 02:25:55
14658 Log: Integrate change #8818 from maintperl, a FAQ nit.
14660 !> pod/perlfaq4.pod
14661 ____________________________________________________________________________
14662 [ 8818] By: jhi on 2001/02/18 02:24:50
14663 Log: FAQ nit from Chris Fedde.
14664 Branch: maint-5.6/perl
14666 ____________________________________________________________________________
14667 [ 8817] By: nick on 2001/02/17 18:20:14
14668 Log: Integrate mainline
14670 +> lib/unicode/UCD.html lib/unicode/Unicode.html
14671 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
14672 +> pod/perlclib.pod
14673 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
14674 - lib/unicode/Unicode.301
14675 !> (integrate 324 files)
14676 ____________________________________________________________________________
14677 [ 8816] By: jhi on 2001/02/17 16:56:58
14678 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
14680 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14681 ! ext/Storable/Storable.xs t/lib/st-06compat.t
14682 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
14683 ____________________________________________________________________________
14684 [ 8815] By: jhi on 2001/02/17 16:40:07
14685 Log: Subject: [patch] -Wall
14686 From: Doug MacEachern <dougm@covalent.net>
14687 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
14688 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
14690 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
14691 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
14692 ____________________________________________________________________________
14693 [ 8814] By: jhi on 2001/02/16 19:27:18
14694 Log: Document qu better.
14697 ____________________________________________________________________________
14698 [ 8813] By: jhi on 2001/02/15 13:54:37
14699 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
14700 From: Hugo <hv@crypt.compulink.co.uk>
14701 Date: Thu, 15 Feb 2001 13:39:49 +0000
14702 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
14705 ____________________________________________________________________________
14706 [ 8812] By: alanbur on 2001/02/15 13:52:16
14707 Log: Resynchronised with parent
14708 Branch: maint-5.6/pureperl
14710 !> (integrate 36 files)
14711 ____________________________________________________________________________
14712 [ 8811] By: jhi on 2001/02/15 13:51:16
14713 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
14715 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
14716 From: Jan Dubois <JanD@ActiveState.com>
14717 Date: Wed, 31 Jan 2001 21:17:03 -0800
14718 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
14720 tweak change#8659 to keep it simple
14722 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
14723 From: Russ Allbery <rra@stanford.edu>
14724 Date: 14 Feb 2001 10:15:41 -0800
14725 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
14729 Upgrade to podlators 1.08, from Russ Allbery.
14731 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
14732 !> utils/perldoc.PL
14733 ____________________________________________________________________________
14734 [ 8810] By: jhi on 2001/02/15 13:35:08
14735 Log: Upgrade to podlators 1.08, from Russ Allbery.
14736 Branch: maint-5.6/perl
14737 ! lib/Pod/Man.pm lib/Pod/Text.pm
14738 ____________________________________________________________________________
14739 [ 8809] By: jhi on 2001/02/15 13:26:38
14740 Log: (accidentally empty check-in)
14741 Branch: maint-5.6/perl
14742 ! lib/Test/Harness.pm
14743 ____________________________________________________________________________
14744 [ 8808] By: jhi on 2001/02/15 13:23:47
14745 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
14746 From: Russ Allbery <rra@stanford.edu>
14747 Date: 14 Feb 2001 10:15:41 -0800
14748 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
14750 perldoc was hardcoding $Config{installscript}, which breaks
14751 when install* isn't where Perl ends up (such as with AFS).
14753 Use $Config{scriptdir} instead.
14754 Branch: maint-5.6/perl
14756 ____________________________________________________________________________
14757 [ 8807] By: jhi on 2001/02/14 14:37:27
14758 Log: Update Changes.
14760 ! Changes patchlevel.h
14761 ____________________________________________________________________________
14762 [ 8806] By: jhi on 2001/02/14 14:25:31
14763 Log: Integrate changes #8803,8804,8805 from mainline.
14765 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
14767 Don't skip too much of the locale error message if no environ array,
14770 More MacOS Classic fixes from Chris Nandor.
14771 Branch: maint-5.6/perl
14772 !> doop.c lib/Cwd.pm perl.c perl.h util.c
14773 ____________________________________________________________________________
14774 [ 8805] By: jhi on 2001/02/14 03:29:01
14775 Log: More MacOS Classic fixes from Chris Nandor.
14777 ! doop.c lib/Cwd.pm
14778 ____________________________________________________________________________
14779 [ 8804] By: jhi on 2001/02/14 03:18:35
14780 Log: Don't skip too much of the locale error message if no environ array,
14784 ____________________________________________________________________________
14785 [ 8803] By: jhi on 2001/02/14 03:14:14
14786 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
14789 ____________________________________________________________________________
14790 [ 8802] By: jhi on 2001/02/13 18:31:33
14791 Log: AUTHORS update.
14794 ____________________________________________________________________________
14795 [ 8801] By: jhi on 2001/02/13 17:55:19
14796 Log: Integrate change #8792 from mainline.
14798 Subject: buncha MacPerl patches for bleadperl
14799 From: Chris Nandor <pudge@pobox.com>
14800 Date: Tue, 13 Feb 2001 00:02:43 -0500
14801 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
14802 Branch: maint-5.6/perl
14803 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14804 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
14805 !> t/lib/basename.t toke.c util.h
14806 ____________________________________________________________________________
14807 [ 8800] By: jhi on 2001/02/13 17:46:43
14808 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
14809 to be forced to Off_t.
14811 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
14812 From: nick@ccl4.org
14813 Date: Thu, 1 Feb 2001 12:01:04 +0000
14814 Message-Id: <20010201120103.E11401@plum.flirble.org>
14815 Branch: maint-5.6/perl
14816 ! iperlsys.h perlio.c
14817 ____________________________________________________________________________
14818 [ 8799] By: jhi on 2001/02/13 16:52:51
14819 Log: Duplex duplex hunk hunk.
14820 Branch: maint-5.6/perl
14822 ____________________________________________________________________________
14823 [ 8797] By: jhi on 2001/02/13 14:52:04
14824 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
14825 From: "Craig A. Berry" <craigberry@mac.com>
14826 Date: Mon, 12 Feb 2001 11:05:25 -0600
14827 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
14829 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
14830 ____________________________________________________________________________
14831 [ 8796] By: jhi on 2001/02/13 14:36:47
14832 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
14833 From: simon.cozens@pembroke.oxford.ac.uk
14834 Date: Sat, 10 Feb 2001 17:57:02 +0000
14835 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
14837 Now it does include.
14840 ____________________________________________________________________________
14841 [ 8795] By: jhi on 2001/02/13 14:30:11
14842 Log: Sort the MANIFEST.
14845 ____________________________________________________________________________
14846 [ 8794] By: jhi on 2001/02/13 14:26:51
14847 Log: Integrate change #8793 from mainline, FAQ updates.
14848 Branch: maint-5.6/perl
14849 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
14850 ____________________________________________________________________________
14851 [ 8793] By: jhi on 2001/02/13 14:25:13
14852 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
14854 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
14855 ____________________________________________________________________________
14856 [ 8792] By: jhi on 2001/02/13 14:22:50
14857 Log: Subject: buncha MacPerl patches for bleadperl
14858 From: Chris Nandor <pudge@pobox.com>
14859 Date: Tue, 13 Feb 2001 00:02:43 -0500
14860 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
14862 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14863 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
14864 ! t/lib/basename.t toke.c util.h
14865 ____________________________________________________________________________
14866 [ 8791] By: jhi on 2001/02/13 14:10:39
14867 Log: Integrate change #8790 from mainline.
14869 environ array wrongly assumed in Perl_init_i18nl10n(),
14870 Branch: maint-5.6/perl
14872 ____________________________________________________________________________
14873 [ 8790] By: jhi on 2001/02/13 14:06:15
14874 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
14875 noticed by Chris Nandor in MacOS Classic.
14878 ____________________________________________________________________________
14879 [ 8789] By: jhi on 2001/02/13 13:58:07
14880 Log: Integrate changes #8373,8487,8544,8783 from mainline.
14882 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
14883 hints files, the dynaloading, assimilate ebcdic into util.c.
14884 Branch: maint-5.6/perl
14886 ! MANIFEST hints/posix-bc.sh
14887 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
14888 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
14889 !> perlapi.c proto.h util.c
14890 ____________________________________________________________________________
14891 [ 8788] By: alanbur on 2001/02/13 10:33:13
14892 Log: Integrated changes from maint-5.6
14893 Branch: maint-5.6/pureperl
14894 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
14895 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
14896 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14897 !> vos/config.ga.h vos/configure_perl.cm
14898 ____________________________________________________________________________
14899 [ 8787] By: jhi on 2001/02/13 05:56:36
14900 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
14903 ____________________________________________________________________________
14904 [ 8786] By: jhi on 2001/02/13 05:54:34
14905 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
14906 From: Dorner Thomas <Thomas.Dorner@start.de>
14907 Date: Mon, 12 Feb 2001 15:06:26 +0100
14908 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
14909 Branch: maint-5.6/perl
14911 ____________________________________________________________________________
14912 [ 8785] By: jhi on 2001/02/13 05:29:04
14913 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
14915 !> hints/openbsd.sh
14916 ____________________________________________________________________________
14917 [ 8784] By: jhi on 2001/02/13 02:25:24
14918 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
14919 From: Peter Prymmer <pvhp@forte.com>
14920 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
14921 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
14924 ____________________________________________________________________________
14925 [ 8783] By: jhi on 2001/02/13 02:22:36
14926 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
14929 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
14930 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
14932 ____________________________________________________________________________
14933 [ 8782] By: jhi on 2001/02/13 02:00:07
14934 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
14935 Branch: maint-5.6/perl
14937 ____________________________________________________________________________
14938 [ 8781] By: jhi on 2001/02/13 01:58:44
14939 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
14940 Branch: maint-5.6/perl
14942 ____________________________________________________________________________
14943 [ 8780] By: jhi on 2001/02/13 01:57:33
14944 Log: Synchronize the regexp tests between maintperl and mainline.
14945 Branch: maint-5.6/perl
14947 ____________________________________________________________________________
14948 [ 8779] By: jhi on 2001/02/13 01:49:35
14949 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
14950 From: Hugo <hv@crypt.compulink.co.uk>
14951 Date: Tue, 13 Feb 2001 00:11:11 +0000
14952 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
14954 ! regcomp.c t/op/re_tests
14955 ____________________________________________________________________________
14956 [ 8778] By: jhi on 2001/02/13 00:23:10
14957 Log: Comments do not nest.
14960 ____________________________________________________________________________
14961 [ 8777] By: jhi on 2001/02/13 00:17:54
14962 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
14963 From: Hugo <hv@crypt.compulink.co.uk>
14964 Date: Tue, 13 Feb 2001 00:11:11 +0000
14965 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
14966 Branch: maint-5.6/perl
14967 ! regcomp.c t/op/re_tests
14968 ____________________________________________________________________________
14969 [ 8776] By: jhi on 2001/02/12 23:25:52
14970 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
14971 Branch: maint-5.6/perl
14973 ____________________________________________________________________________
14974 [ 8775] By: jhi on 2001/02/12 23:04:28
14975 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
14976 Branch: maint-5.6/perl
14977 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
14978 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14979 ! vos/configure_perl.cm
14980 ____________________________________________________________________________
14981 [ 8774] By: jhi on 2001/02/12 22:59:11
14982 Log: Subject: Re: [patch] context for 'U' magic functions
14983 From: Doug MacEachern <dougm@covalent.net>
14984 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
14985 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
14987 plus the suggestion by Nick Ing-Simmons to name the macro
14988 as PERL_MG_UFUNC to avoid namespace pollution, plus add
14989 the advice by Doug for XS writers to perl.h
14992 ____________________________________________________________________________
14993 [ 8773] By: jhi on 2001/02/11 20:14:12
14994 Log: Update Changes.
14996 ! Changes patchlevel.h
14997 ____________________________________________________________________________
14998 [ 8772] By: jhi on 2001/02/11 18:47:52
14999 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
15000 From: Simon Cozens <simon@cozens.net>
15001 Date: Wed, 31 Jan 2001 16:31:43 +0000
15002 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
15005 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
15007 ____________________________________________________________________________
15008 [ 8771] By: jhi on 2001/02/11 18:36:48
15009 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
15011 Blocks-4d3.beta.txt
15012 CaseFolding-3d4.beta.txt
15013 CompositionExclusions-3d6.beta.txt
15014 EastAsianWidth-4d4.beta.txt
15015 LineBreak-6d3.beta.txt
15016 NamesList-3.1.0d1.beta.txt
15017 PropList-3.1.0d4.beta.txt
15018 SpecialCasing-4d1.beta.txt
15019 UnicodeData-3.1.0d6.beta.txt
15021 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
15022 +> lib/unicode/UCD.html lib/unicode/Unicode.html
15023 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
15024 - lib/unicode/Unicode.301
15026 ____________________________________________________________________________
15027 [ 8770] By: jhi on 2001/02/11 17:26:22
15028 Log: UTF-8 documentation.
15031 ____________________________________________________________________________
15032 [ 8769] By: jhi on 2001/02/11 17:12:49
15033 Log: Retract #8762.
15036 ____________________________________________________________________________
15037 [ 8768] By: jhi on 2001/02/11 16:54:45
15038 Log: Subject: [PATCH] Test::Harness
15039 From: andreas.koenig@anima.de (Andreas J. Koenig)
15040 Date: 11 Feb 2001 14:37:00 +0100
15041 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
15043 ! lib/Test/Harness.pm
15044 ____________________________________________________________________________
15045 [ 8767] By: jhi on 2001/02/11 16:53:52
15046 Log: Subject: [PATCH] Document makepatch in Porting/patching
15047 From: andreas.koenig@anima.de (Andreas J. Koenig)
15048 Date: 11 Feb 2001 16:46:28 +0100
15049 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
15051 ! Porting/patching.pod
15052 ____________________________________________________________________________
15053 [ 8766] By: jhi on 2001/02/11 06:30:23
15054 Log: Subject: Re: [patch] GvSHARED
15055 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
15056 From: Doug MacEachern <dougm@covalent.net>
15057 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
15059 Subject: Re: [patch] GvSHARED
15060 From: Doug MacEachern <dougm@covalent.net>
15061 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
15062 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
15064 Subject: [patch] attributes.pm support for `shared'
15065 From: Doug MacEachern <dougm@covalent.net>
15066 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
15067 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
15069 our() attributes were ignored, our :shared pieces missing,
15070 allow attributes.pm to turn on shared.
15072 ! op.c t/op/attrs.t toke.c xsutils.c
15073 ____________________________________________________________________________
15074 [ 8765] By: alanbur on 2001/02/10 23:11:19
15075 Log: Resync with parent (hopefully sucessfully this time)
15076 Branch: maint-5.6/pureperl
15077 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
15078 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
15079 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
15080 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
15081 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
15082 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
15083 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
15084 ____________________________________________________________________________
15085 [ 8764] By: jhi on 2001/02/10 22:54:38
15086 Log: Make TEST and UTEST more verbose in case something goes
15087 wrong in running/compiling a script, suggested by Doug
15091 ____________________________________________________________________________
15092 [ 8763] By: jhi on 2001/02/10 22:11:34
15093 Log: Bogus shebang.
15096 ____________________________________________________________________________
15097 [ 8762] By: jhi on 2001/02/10 21:56:02
15098 Log: (Retracted by #8769)
15101 ____________________________________________________________________________
15102 [ 8761] By: jhi on 2001/02/10 21:26:15
15103 Log: Subject: Re: [patch] GvSHARED
15104 From: Doug MacEachern <dougm@covalent.net>
15105 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
15106 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
15108 our @EXPORT : shared = (...);
15111 ____________________________________________________________________________
15112 [ 8760] By: jhi on 2001/02/10 21:25:07
15113 Log: Subject: [patch] GvSHARED
15114 From: Doug MacEachern <dougm@covalent.net>
15115 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
15116 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
15118 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
15119 ____________________________________________________________________________
15120 [ 8759] By: alanbur on 2001/02/10 21:24:27
15121 Log: Backed out mismerge.
15122 Branch: maint-5.6/pureperl
15123 ! MANIFEST README.hpux README.vmesa gv.c installhtml
15124 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
15125 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
15126 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
15127 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
15128 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
15129 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
15130 ____________________________________________________________________________
15131 [ 8758] By: jhi on 2001/02/10 18:01:17
15132 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
15134 Fixed UMRs and leak in Perl_pmtrans()
15136 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
15137 associated UTFied tr/// code. Also fixed scoping leak of
15140 newATTRSUB leaks when an attempt to redefine the active sort sub is
15142 Branch: maint-5.6/perl
15144 ____________________________________________________________________________
15145 [ 8757] By: alanbur on 2001/02/10 17:56:46
15146 Log: Resynchronised with parent
15147 Branch: maint-5.6/pureperl
15151 !> MANIFEST README.hpux README.vmesa installhtml
15152 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
15153 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
15154 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
15155 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
15156 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
15157 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
15158 ____________________________________________________________________________
15159 [ 8756] By: alanbur on 2001/02/10 17:51:15
15160 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
15162 Branch: maint-5.6/pureperl
15164 ____________________________________________________________________________
15165 [ 8755] By: jhi on 2001/02/09 22:41:35
15166 Log: Upgrade to CPAN 1.59_54, from Andreas König.
15168 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15169 ____________________________________________________________________________
15170 [ 8754] By: jhi on 2001/02/09 22:29:20
15171 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
15173 Didn't upgrade the fill.t since it has a dependency to File::Slurp
15174 purely for debugging purposes, the actual test hasn't changed.
15176 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
15178 ____________________________________________________________________________
15179 [ 8753] By: jhi on 2001/02/09 20:17:50
15180 Log: Integrate change #8682 from maintperl.
15182 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
15186 ____________________________________________________________________________
15187 [ 8752] By: jhi on 2001/02/09 20:00:46
15188 Log: Update Changes.
15190 ! Changes patchlevel.h
15191 ____________________________________________________________________________
15192 [ 8751] By: nick on 2001/02/09 19:48:37
15193 Log: Integrate mainline
15195 +> README.bs2000 t/lib/cgi-esc.t
15197 !> (integrate 53 files)
15198 ____________________________________________________________________________
15199 [ 8750] By: nick on 2001/02/09 19:25:16
15200 Log: Subject: RE: Biannual Competition to Improve Hashing Function
15201 From: Fisher Mark <fisherm@tce.com>
15202 Date: Thu, 8 Feb 2001 10:44:00 -0500
15203 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
15204 Date: Thu, 8 Feb 2001 15:02:47 -0500
15205 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
15207 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
15208 ____________________________________________________________________________
15209 [ 8749] By: jhi on 2001/02/09 19:02:35
15210 Log: Forgotten fragment.
15213 ____________________________________________________________________________
15214 [ 8748] By: jhi on 2001/02/09 18:31:34
15215 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
15216 plus manual tweakage.
15218 Sync the perlfaq2 between mainline and maintperl.
15219 Branch: maint-5.6/perl
15222 !> pod/perlfaq2.pod
15223 ____________________________________________________________________________
15224 [ 8747] By: jhi on 2001/02/09 18:12:04
15225 Log: Subject: versiononly and installperl
15226 From: abigail@foad.org
15227 Date: Wed, 7 Feb 2001 22:43:12 +0100
15228 Message-ID: <20010207214312.7045.qmail@foad.org>
15230 Add +v flag to force a normal install of the perl binary
15233 Subject: [PATCH] installperl
15234 From: Nicholas Clark <nick@ccl4.org>
15235 Date: Fri, 9 Feb 2001 16:28:57 +0000
15236 Message-ID: <20010209162857.B10931@plum.flirble.org>
15238 Add -A flag which also hardlinks the binary with
15239 the full architecture name.
15242 ____________________________________________________________________________
15243 [ 8746] By: jhi on 2001/02/09 18:03:43
15244 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
15246 Subject: perlfaq2, re: perlmongers
15248 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
15250 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
15252 Subject: [ID 20010205.001] typo in perlfaq9
15254 Subject: [ID 20010208.002] unordered explanation in perlcall
15255 Branch: maint-5.6/perl
15256 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
15257 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
15258 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
15259 ____________________________________________________________________________
15260 [ 8745] By: jhi on 2001/02/09 17:59:09
15261 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
15262 From: abela@geneanet.org
15263 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
15264 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
15267 ____________________________________________________________________________
15268 [ 8744] By: jhi on 2001/02/09 17:48:16
15269 Log: Subject: [ID 20010205.001] typo in perlfaq9
15270 From: eserte@vran.herceg.de
15271 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
15272 Message-Id: <200102042244.XAA21926@vran.herceg.de>
15275 ____________________________________________________________________________
15276 [ 8743] By: jhi on 2001/02/09 17:25:12
15277 Log: Integrate change #8695 from maintperl.
15279 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
15282 ____________________________________________________________________________
15283 [ 8742] By: jhi on 2001/02/09 17:21:22
15284 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
15285 From: Andy Dougherty <doughera@lafayette.edu>
15286 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
15287 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
15290 ____________________________________________________________________________
15291 [ 8741] By: jhi on 2001/02/09 17:05:19
15292 Log: Integrate changes #8738,8739,8740 from maintperl.
15294 Html files will be installed in a more logical and easier to
15295 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
15297 Html files will be generated with a header to make them look
15298 a little less bare.
15300 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
15302 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
15303 ____________________________________________________________________________
15304 [ 8740] By: jhi on 2001/02/09 17:03:46
15305 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
15306 From: "Brendan O'Dea" <bod@compusol.com.au>
15307 Date: Sun, 4 Feb 2001 11:17:56 +1100
15308 Message-ID: <20010204111756.A16301@compusol.com.au>
15309 Branch: maint-5.6/perl
15311 ____________________________________________________________________________
15312 [ 8739] By: jhi on 2001/02/09 17:01:59
15313 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
15314 From: "Indy Singh" <indy@nusphere.com>
15315 Date: Fri, 2 Feb 2001 15:09:59 -0500
15316 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
15318 Html files will be generated with a header to make them look
15319 a little less bare.
15320 Branch: maint-5.6/perl
15322 ____________________________________________________________________________
15323 [ 8738] By: jhi on 2001/02/09 16:58:48
15324 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
15325 From: "Indy Singh" <indy@nusphere.com>
15326 Date: Fri, 2 Feb 2001 15:08:23 -0500
15327 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
15329 Html files will be installed in a more logical and easier to
15330 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
15331 Branch: maint-5.6/perl
15332 ! win32/Makefile win32/makefile.mk
15333 ____________________________________________________________________________
15334 [ 8737] By: jhi on 2001/02/09 16:46:54
15335 Log: Integrate changes #8687,8736 from maintperl.
15337 HP-UX thread patches from Merijn H. Brand.
15339 Latin nit from Philip Newton.
15341 !> README.hpux hints/hpux.sh
15342 ____________________________________________________________________________
15343 [ 8736] By: jhi on 2001/02/09 16:42:31
15344 Log: Latin nit from Philip Newton.
15345 Branch: maint-5.6/perl
15347 ____________________________________________________________________________
15348 [ 8735] By: jhi on 2001/02/09 16:24:03
15349 Log: Integrate changes #8704,8710 from pureperl.
15351 Fixed UMRs and leak in Perl_pmtrans()
15353 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
15354 associated UTFied tr/// code. Also fixed scoping leak of
15358 ____________________________________________________________________________
15359 [ 8734] By: jhi on 2001/02/09 15:40:21
15360 Log: Integrate change #8733 from maintperl.
15362 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
15365 ____________________________________________________________________________
15366 [ 8733] By: jhi on 2001/02/09 15:35:47
15367 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
15368 From: Prymmer/Kahn <pvhp@best.com>
15369 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
15370 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
15371 Branch: maint-5.6/perl
15373 ____________________________________________________________________________
15374 [ 8732] By: jhi on 2001/02/09 15:26:17
15375 Log: Rename README.posix-bc to README.bs2000 (to avoid the
15376 confusion of a "perlposix-bc.pod"), add a few missing
15377 arch pods, regen toc.
15378 Branch: maint-5.6/perl
15381 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15382 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15383 ____________________________________________________________________________
15384 [ 8731] By: jhi on 2001/02/09 15:23:39
15385 Log: De-cut-and-pasto.
15388 ____________________________________________________________________________
15389 [ 8730] By: jhi on 2001/02/09 15:11:13
15390 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
15391 when people think that perlposix-bc.pod tells anything about
15392 Perl and POSIX. Regen toc.
15396 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15397 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15398 ____________________________________________________________________________
15399 [ 8729] By: jhi on 2001/02/09 14:52:28
15400 Log: The README.vmesa part of #8712 from maintperl.
15403 ____________________________________________________________________________
15404 [ 8728] By: jhi on 2001/02/09 14:46:06
15405 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
15406 From: Peter Prymmer <pvhp@forte.com>
15407 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
15408 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
15409 Branch: maint-5.6/perl
15410 ! README.vmesa win32/Makefile win32/makefile.mk
15411 ____________________________________________________________________________
15412 [ 8727] By: jhi on 2001/02/09 14:33:25
15413 Log: Integrate change #8712 from mainline.
15415 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
15416 Branch: maint-5.6/perl
15418 ____________________________________________________________________________
15419 [ 8726] By: jhi on 2001/02/09 14:30:28
15420 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
15421 From: Peter Prymmer <pvhp@forte.com>
15422 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
15423 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
15426 ! MANIFEST lib/CGI/Util.pm
15427 ____________________________________________________________________________
15428 [ 8725] By: jhi on 2001/02/09 04:56:47
15429 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
15430 Branch: maint-5.6/perl
15432 ____________________________________________________________________________
15433 [ 8724] By: jhi on 2001/02/09 04:40:59
15434 Log: Integrate changes 7819,7820 from vmsperl into mainline.
15436 Add header for LIB$ prototypes (C. Berry)
15438 Convert fwrite()s to sockets to write()s, since some socket stacks
15439 don't take kindly to stdio.
15440 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
15441 (for often optional LNMs)
15442 Correct a few typos
15445 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
15446 ____________________________________________________________________________
15447 [ 8723] By: jhi on 2001/02/09 03:29:29
15448 Log: Integrate change #8722 from mainline.
15450 The Im() function wasn't returning zero for non-Math::Complex
15451 arguments. The bug reported by John Gamble.
15452 Branch: maint-5.6/perl
15453 !> lib/Math/Complex.pm
15454 ____________________________________________________________________________
15455 [ 8722] By: jhi on 2001/02/09 03:28:33
15456 Log: The Im() function wasn't returning zero for non-Math::Complex
15457 arguments. The bug reported by John Gamble.
15459 ! lib/Math/Complex.pm
15460 ____________________________________________________________________________
15461 [ 8721] By: nick on 2001/02/08 22:11:35
15462 Log: Correct the correction :-(
15465 ____________________________________________________________________________
15466 [ 8720] By: bailey on 2001/02/08 20:59:22
15467 Log: Convert frwite()s to sockets to write()s, since some socket stacks
15468 don't take kindly to stdio.
15469 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
15470 (for often optional LNMs)
15471 Correct a few typos
15474 ! vms/vms.c vms/vmsish.h
15475 ____________________________________________________________________________
15476 [ 8719] By: bailey on 2001/02/08 20:51:02
15477 Log: Add header for LIB$ prototypes (C. Berry)
15479 ! ext/Devel/DProf/DProf.xs
15480 ____________________________________________________________________________
15481 [ 8718] By: bailey on 2001/02/08 20:49:00
15484 +> pod/perliol.pod t/lib/sample-tests/bailout
15485 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
15486 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
15487 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
15488 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
15489 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
15490 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
15491 - lib/unicode/Is/DCinital.pl
15492 !> (integrate 101 files)
15493 ____________________________________________________________________________
15494 [ 8717] By: nick on 2001/02/08 19:38:48
15495 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
15496 From: Robin Barker <rmb1@cise.npl.co.uk>
15497 Date: Thu, 8 Feb 2001 14:38:07 GMT
15498 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
15501 ____________________________________________________________________________
15502 [ 8716] By: nick on 2001/02/08 19:29:07
15503 Log: Generated files form 8713 etc.
15505 ! embed.h global.sym objXSUB.h perlapi.c proto.h
15506 ____________________________________________________________________________
15507 [ 8715] By: nick on 2001/02/08 19:26:08
15508 Log: Fixup non-ithread build after 8713
15511 ____________________________________________________________________________
15512 [ 8714] By: nick on 2001/02/08 19:17:45
15513 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
15514 From: nick@ccl4.org
15515 Date: Wed, 7 Feb 2001 00:27:47 +0000
15516 Message-Id: <20010207002747.B63724@plum.flirble.org>
15519 ____________________________________________________________________________
15520 [ 8713] By: nick on 2001/02/08 19:15:58
15521 Log: Subject: Re: [patch] Re: PL_ptr_table
15522 From: Doug Maceachern <dougm@covalent.net>
15523 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
15524 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
15526 ! embed.pl perl.c sv.c sv.h
15527 ____________________________________________________________________________
15528 [ 8712] By: nick on 2001/02/08 19:12:47
15529 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
15530 From: Peter Prymmer <pvhp@forte.com>
15531 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
15532 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
15535 ____________________________________________________________________________
15536 [ 8711] By: nick on 2001/02/07 21:06:11
15537 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
15538 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
15539 From: Alan Burlison <Alan.Burlison@uk.sun.com>
15540 Date: Tue, 06 Feb 2001 23:37:01 +0000
15541 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
15544 ____________________________________________________________________________
15545 [ 8710] By: alanbur on 2001/02/07 00:22:04
15546 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
15547 associated UTFied tr/// code. Also fixed scoping leak of
15549 Branch: maint-5.6/pureperl
15551 ____________________________________________________________________________
15552 [ 8709] By: nick on 2001/02/06 21:16:49
15553 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
15554 From: Michael G Schwern <schwern@pobox.com>
15555 Date: Sun, 4 Feb 2001 19:47:14 -0500
15556 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
15558 ! pod/perlapi.pod pod/perlmodlib.PL
15559 ____________________________________________________________________________
15560 [ 8708] By: nick on 2001/02/06 20:41:20
15561 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
15562 From: Michael G Schwern <schwern@pobox.com>
15563 Date: Sun, 4 Feb 2001 21:17:49 -0500
15564 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
15566 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
15567 ! pod/perltootc.pod
15568 ____________________________________________________________________________
15569 [ 8707] By: nick on 2001/02/06 20:29:11
15570 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
15571 From: Michael G Schwern <schwern@pobox.com>
15572 Date: Tue, 6 Feb 2001 05:54:30 -0500
15573 Message-Id: <20010206055430.A951@blackrider.aocn.com>
15575 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
15576 ____________________________________________________________________________
15577 [ 8706] By: nick on 2001/02/06 20:21:40
15578 Log: Subject: RE: some win32 fixes
15579 Date: Tue, 6 Feb 2001 09:23:20 +0300
15580 From: Vadim Konovalov <vkonovalov@lucent.com>
15581 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
15583 ! toke.c win32/Makefile win32/config.bc win32/config.gc
15584 ! win32/config.vc win32/config_H.bc win32/makefile.mk
15585 ____________________________________________________________________________
15586 [ 8705] By: alanbur on 2001/02/06 15:00:03
15587 Log: Synchronised with parent
15588 Branch: maint-5.6/pureperl
15590 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
15591 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
15592 ____________________________________________________________________________
15593 [ 8704] By: alanbur on 2001/02/06 14:55:24
15594 Log: Fixed UMRs and leak in Perl_pmtrans()
15595 Branch: maint-5.6/pureperl
15597 ____________________________________________________________________________
15598 [ 8703] By: gsar on 2001/02/06 02:29:37
15599 Log: $(MAKE) distclean doesn't clean up properly on windows
15600 Branch: maint-5.6/perl
15601 ! win32/Makefile win32/makefile.mk
15602 ____________________________________________________________________________
15603 [ 8702] By: gsar on 2001/02/06 01:00:46
15604 Log: tweak change#8659 to keep it simple
15605 Branch: maint-5.6/perl
15607 ____________________________________________________________________________
15608 [ 8701] By: gsar on 2001/02/05 22:45:41
15609 Log: change#8693 was missing testsuite changes
15610 Branch: maint-5.6/perl
15611 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
15612 ____________________________________________________________________________
15613 [ 8700] By: nick on 2001/02/05 20:32:52
15614 Log: Integrate mainline
15616 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
15617 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
15618 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
15619 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
15620 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
15621 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
15622 +> t/lib/test-harness.t
15623 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
15624 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
15625 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
15626 !> pod/perlutil.pod t/TEST utils/h2xs.PL
15627 ____________________________________________________________________________
15628 [ 8699] By: nick on 2001/02/05 19:41:07
15629 Log: Subject: perlfaq2, re: perlmongers
15630 From: David H. Adler <dha@panix.com>
15631 Date: Sun, 4 Feb 2001 23:48:23 -0500
15632 Message-Id: <20010204234823.A13429@panix.com>
15635 ____________________________________________________________________________
15636 [ 8698] By: nick on 2001/02/05 19:39:31
15637 Log: Missed file f#rom the testharness mess.
15639 + t/lib/test-harness.t
15640 ____________________________________________________________________________
15641 [ 8697] By: nick on 2001/02/05 19:37:21
15642 Log: Subject: [DOC PATCH] overload.pm nits
15643 From: John Tobey <jtobey@john-edwin-tobey.org>
15644 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
15645 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
15648 ____________________________________________________________________________
15649 [ 8696] By: alanbur on 2001/02/05 11:56:00
15650 Log: Sync with parent
15651 Branch: maint-5.6/pureperl
15653 ____________________________________________________________________________
15654 [ 8695] By: gsar on 2001/02/05 03:27:34
15655 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
15656 Branch: maint-5.6/perl
15658 ____________________________________________________________________________
15659 [ 8694] By: alanbur on 2001/02/05 00:07:47
15660 Log: Initial branch creation from //depot/maint-5.6/perl
15661 Branch: maint-5.6/pureperl
15662 +> (branch 1719 files)
15663 ____________________________________________________________________________
15664 [ 8693] By: gsar on 2001/02/04 22:38:49
15665 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
15667 Branch: maint-5.6/perl
15668 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
15669 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
15670 !> ext/DB_File/version.c
15671 ____________________________________________________________________________
15672 [ 8692] By: nick on 2001/02/04 18:15:57
15673 Log: The missed t/TEST part of the grand testharness upgrade.
15676 ____________________________________________________________________________
15677 [ 8691] By: nick on 2001/02/04 18:05:17
15678 Log: New improved test harness
15679 Subject: Re: [PATCH Test::Harness] Third time's a charm?
15680 From: Michael G Schwern <schwern@pobox.com>
15681 Date: Sun, 4 Feb 2001 08:01:20 -0500
15682 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
15684 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
15685 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
15686 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
15687 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
15688 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
15689 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
15690 ! MANIFEST lib/Test/Harness.pm
15691 ____________________________________________________________________________
15692 [ 8690] By: nick on 2001/02/04 17:57:51
15693 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
15694 From: Jonathan Stowe <gellyfish@gellyfish.com>
15695 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
15696 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
15699 ____________________________________________________________________________
15700 [ 8689] By: nick on 2001/02/04 17:55:24
15701 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
15702 From: Michael G Schwern <schwern@pobox.com>
15703 Date: Sat, 3 Feb 2001 22:46:38 -0500
15704 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
15706 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
15707 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
15708 ____________________________________________________________________________
15709 [ 8688] By: nick on 2001/02/04 17:43:55
15710 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
15711 length byfailing to spot lack of closing )
15712 From: nick@talking.bollo.cx
15713 Date: Sat, 03 Feb 2001 23:53:16 +0000
15714 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
15716 ! perlio.c pod/perldiag.pod
15717 ____________________________________________________________________________
15718 [ 8687] By: jhi on 2001/02/03 17:11:42
15719 Log: HP-UX thread patches from Merijn H. Brand.
15720 Branch: maint-5.6/perl
15721 ! README.hpux hints/hpux.sh
15722 ____________________________________________________________________________
15723 [ 8686] By: jhi on 2001/02/03 16:40:12
15724 Log: Metaconfig changes for #8685.
15726 ! U/installdirs/instubperl.U
15727 Branch: metaconfig/U/perl
15728 ! Devel.U versiononly.U
15729 ____________________________________________________________________________
15730 [ 8685] By: jhi on 2001/02/03 16:39:49
15731 Log: For -Dusedevel builds turn off installusrbinperl and turn on
15732 versiononly, a combined idea of Richard Soderberg and Merijn
15733 H. Brand. You can still override both of these from the command
15734 line if you need to, -Dinstallusrbinperl and -Uversiononly.
15737 ____________________________________________________________________________
15738 [ 8684] By: jhi on 2001/02/03 16:16:34
15739 Log: Metaconfig unit fix for #8683.
15741 ! U/compline/nblock_io.U
15742 ____________________________________________________________________________
15743 [ 8683] By: jhi on 2001/02/03 16:16:12
15744 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
15745 reported by Peter Prymmer for 5.6-TRIAL1.
15748 ____________________________________________________________________________
15749 [ 8682] By: jhi on 2001/02/03 05:52:11
15750 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
15752 Branch: maint-5.6/perl
15754 ____________________________________________________________________________
15755 [ 8681] By: jhi on 2001/02/03 05:47:33
15756 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
15757 Branch: maint-5.6/perl
15759 ____________________________________________________________________________
15760 [ 8680] By: jhi on 2001/02/02 21:39:49
15761 Log: perlport update from Peter Prymmer.
15762 Branch: maint-5.6/perl
15764 ____________________________________________________________________________
15765 [ 8679] By: nick on 2001/02/02 20:50:48
15766 Log: Integrate mainline
15768 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
15769 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
15770 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
15771 ____________________________________________________________________________
15772 [ 8678] By: gsar on 2001/02/02 16:02:12
15773 Log: note about bincompat, slightly modified (from Lupe Christoph)
15774 Branch: maint-5.6/perl
15776 ____________________________________________________________________________
15777 [ 8677] By: jhi on 2001/02/02 15:46:20
15778 Log: Supported platforms updates.
15779 Branch: maint-5.6/perl
15781 ____________________________________________________________________________
15782 [ 8676] By: jhi on 2001/02/02 03:41:26
15783 Log: A couple more perlfaq2 tweaks.
15784 Branch: maint-5.6/perl
15786 ____________________________________________________________________________
15787 [ 8675] By: jhi on 2001/02/02 03:17:44
15788 Log: Misedit in #8661.
15789 Branch: maint-5.6/perl
15791 ____________________________________________________________________________
15792 [ 8674] By: jhi on 2001/02/02 03:14:38
15794 Branch: maint-5.6/perl
15796 ____________________________________________________________________________
15797 [ 8673] By: jhi on 2001/02/02 03:12:40
15798 Log: perlfaq update from Elaine Ashton.
15799 Branch: maint-5.6/perl
15801 ____________________________________________________________________________
15802 [ 8672] By: jhi on 2001/02/02 03:07:08
15803 Log: UTF-8 s/// patch from Inaba Hiroto.
15804 Branch: maint-5.6/perl
15805 ! pp_ctl.c pp_hot.c
15806 ____________________________________________________________________________
15807 [ 8671] By: jhi on 2001/02/01 22:34:31
15808 Log: Update Changes.
15810 ! Changes patchlevel.h
15811 ____________________________________________________________________________
15812 [ 8670] By: jhi on 2001/02/01 22:15:29
15813 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
15816 Upgrade to Getopt::Long 2.25, from Johan Vromans.
15818 more files need to be writable in the source distribution
15820 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
15822 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
15824 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
15826 Allow the float to be fuzzier.
15828 need to use INT2PTR instead of a straight cast or ia64 fails
15830 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
15832 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
15834 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
15835 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
15836 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
15837 ____________________________________________________________________________
15838 [ 8669] By: jhi on 2001/02/01 21:57:02
15839 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
15840 From: Robin Barker <rmb1@cise.npl.co.uk>
15841 Date: Thu, 1 Feb 2001 16:59:05 GMT
15842 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
15843 Branch: maint-5.6/perl
15844 ! pod/perlmodlib.PL
15845 ____________________________________________________________________________
15846 [ 8668] By: nick on 2001/02/01 19:41:40
15847 Log: Integrate mainline
15849 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
15850 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
15851 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
15852 ____________________________________________________________________________
15853 [ 8667] By: gsar on 2001/02/01 16:59:11
15854 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
15855 Branch: maint-5.6/perl
15856 ! embed.pl embedvar.h
15857 ____________________________________________________________________________
15858 [ 8666] By: gsar on 2001/02/01 16:34:51
15859 Log: add missing entries to win32/config.?c
15860 Branch: maint-5.6/perl
15861 ! win32/config.bc win32/config.gc win32/config.vc
15862 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15863 ____________________________________________________________________________
15864 [ 8665] By: jhi on 2001/02/01 14:58:51
15865 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
15866 From: "Stephen P. Potter" <spp@spotter.yi.org>
15867 Date: Thu, 01 Feb 2001 10:45:46 -0500
15868 Message-Id: <200102011545.KAA31479@spotter.yi.org>
15869 Branch: maint-5.6/perl
15871 ____________________________________________________________________________
15872 [ 8664] By: gsar on 2001/02/01 14:52:37
15873 Log: need to use INT2PTR instead of a straight cast or ia64 fails
15874 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
15875 Branch: maint-5.6/perl
15876 ! ext/POSIX/POSIX.xs
15877 ____________________________________________________________________________
15878 [ 8663] By: jhi on 2001/02/01 14:09:13
15879 Log: Allow the float to be fuzzier.
15880 Branch: maint-5.6/perl
15882 ____________________________________________________________________________
15883 [ 8662] By: jhi on 2001/02/01 13:59:00
15884 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
15885 From: Robin Barker <rmb1@cise.npl.co.uk>
15886 Date: Thu, 1 Feb 2001 13:05:39 GMT
15887 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
15888 Branch: maint-5.6/perl
15889 ! pod/perlmodlib.pod
15890 ____________________________________________________________________________
15891 [ 8661] By: jhi on 2001/02/01 13:57:38
15892 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
15893 Date: Thu, 01 Feb 2001 14:15:41 +0100
15894 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15895 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
15897 Have the $ccflags in the gcc version test (strange, this change
15898 is claimed to be have been integrated already)
15899 Branch: maint-5.6/perl
15901 ____________________________________________________________________________
15902 [ 8660] By: jhi on 2001/02/01 13:44:10
15903 Log: Integrate changes #7950,7964,7962 from mainline.
15905 Find the stdchar signedness using cpp, should fix some of
15906 the Solaris compiler warnings reported by Alan Burlison.
15907 Branch: maint-5.6/perl
15908 !> Configure config_h.SH
15909 ____________________________________________________________________________
15910 [ 8659] By: jhi on 2001/02/01 05:35:32
15911 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
15912 From: Jan Dubois <JanD@ActiveState.com>
15913 Date: Wed, 31 Jan 2001 21:17:03 -0800
15914 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
15915 Branch: maint-5.6/perl
15917 ____________________________________________________________________________
15918 [ 8658] By: jhi on 2001/02/01 04:33:17
15919 Log: Integrate the README.os390 and README.posix-bc parts of mainline
15920 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
15921 installperl parts were taken care of by #8657.)
15922 Branch: maint-5.6/perl
15923 !> README.os390 README.posix-bc
15924 ____________________________________________________________________________
15925 [ 8657] By: jhi on 2001/02/01 04:29:21
15926 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
15927 From: Peter Prymmer <pvhp@forte.com>
15928 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
15929 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
15930 Branch: maint-5.6/perl
15931 + ext/DynaLoader/dl_dllload.xs
15932 ! MANIFEST Makefile.SH hints/os390.sh installperl
15933 ____________________________________________________________________________
15934 [ 8656] By: jhi on 2001/02/01 04:25:45
15935 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
15936 From: Peter Prymmer <pvhp@forte.com>
15937 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
15938 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
15939 Branch: maint-5.6/perl
15940 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
15941 ____________________________________________________________________________
15942 [ 8655] By: jhi on 2001/02/01 04:14:47
15943 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
15944 From: troc@netrus.net
15945 Date: Wed, 31 Jan 2001 22:31:26 -0500
15946 Message-Id: <200102010331.WAA117.85@rocco.homenet>
15947 Branch: maint-5.6/perl
15949 ____________________________________________________________________________
15950 [ 8654] By: jhi on 2001/02/01 04:12:52
15951 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
15952 as reported by Alan Burlison.
15953 Branch: maint-5.6/perl
15955 ____________________________________________________________________________
15956 [ 8653] By: jhi on 2001/02/01 04:05:12
15957 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
15958 From: dsugalski@northernlight.com
15959 Date: Wed, 31 Jan 2001 18:54:11 -0500
15960 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
15961 Branch: maint-5.6/perl
15963 ____________________________________________________________________________
15964 [ 8652] By: jhi on 2001/02/01 04:03:11
15965 Log: Misplaced #endif.
15967 Subject: [perl-5-6-1-trial2] patches for EPOC
15968 From: Olaf Flebbe <O.Flebbe@science-computing.de>
15969 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15970 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15971 Branch: maint-5.6/perl
15973 ____________________________________________________________________________
15974 [ 8651] By: jhi on 2001/02/01 04:00:25
15975 Log: Integrate changes #8647,8648,8650 from mainline.
15977 Macrofy a magic UTF-8 test.
15979 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
15981 Watch out for cross compiling for EPOC (usually done on linux).
15982 Branch: maint-5.6/perl
15983 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
15984 ____________________________________________________________________________
15985 [ 8650] By: jhi on 2001/02/01 03:56:20
15986 Log: Watch out for cross compiling for EPOC (usually done on linux)
15988 Subject: [perl-5-6-1-trial2] patches for EPOC
15989 From: Olaf Flebbe <O.Flebbe@science-computing.de>
15990 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
15991 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
15993 ! ext/Errno/Errno_pm.PL
15994 ____________________________________________________________________________
15995 [ 8649] By: gsar on 2001/02/01 00:46:00
15996 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
15997 Branch: maint-5.6/perl
15999 ____________________________________________________________________________
16000 [ 8648] By: jhi on 2001/01/31 23:35:36
16001 Log: All the uses of PL_numeric_radix must be protected by
16002 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
16004 Subject: [perl-5-6-1-trial2] patches for EPOC
16005 From: Olaf Flebbe <O.Flebbe@science-computing.de>
16006 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
16007 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
16010 ____________________________________________________________________________
16011 [ 8647] By: jhi on 2001/01/31 22:56:16
16012 Log: Macrofy a magic UTF-8 test.
16015 ____________________________________________________________________________
16016 [ 8646] By: gsar on 2001/01/31 15:55:12
16017 Log: update Changes
16018 Branch: maint-5.6/perl
16020 ____________________________________________________________________________
16021 [ 8645] By: gsar on 2001/01/31 15:10:14
16022 Log: Configure tweak suggested by Peter Prymmer
16023 Branch: maint-5.6/perl
16025 ____________________________________________________________________________
16026 [ 8644] By: gsar on 2001/01/31 15:06:32
16027 Log: more files need to be writable in the source distribution
16028 Branch: maint-5.6/perl
16030 ____________________________________________________________________________
16031 [ 8643] By: jhi on 2001/01/31 14:59:46
16032 Log: Integrate changes #8258,8278,8279 from mainline.
16034 Make the large file tests more robust/talkative.
16035 Branch: maint-5.6/perl
16036 !> t/lib/syslfs.t t/op/lfs.t
16037 ____________________________________________________________________________
16038 [ 8642] By: gsar on 2001/01/31 14:53:48
16039 Log: integrate changes#8311,8334 from mainline
16041 Add a new MakeMaker variable PM_FILTER that defines a Unix
16042 filter to be run on each .pm during the pm_to_blib() phase,
16044 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
16046 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
16047 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
16048 accurate reading of the "atime".
16049 Branch: maint-5.6/perl
16050 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
16051 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16052 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
16053 ____________________________________________________________________________
16054 [ 8641] By: jhi on 2001/01/31 14:46:37
16055 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
16056 Branch: maint-5.6/perl
16057 ! lib/Getopt/Long.pm
16058 ____________________________________________________________________________
16059 [ 8640] By: gsar on 2001/01/31 14:40:24
16060 Log: make regen_all
16061 Branch: maint-5.6/perl
16062 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
16063 ____________________________________________________________________________
16064 [ 8639] By: gsar on 2001/01/31 14:37:25
16065 Log: refresh windows config files
16066 Branch: maint-5.6/perl
16067 ! win32/Makefile win32/config_H.bc win32/config_H.gc
16068 ! win32/config_H.vc win32/makefile.mk
16069 ____________________________________________________________________________
16070 [ 8638] By: gsar on 2001/01/31 14:28:10
16071 Log: makefile tweaks for windows: introduce a bulk-switch to enable
16072 same options as ActivePerl; sync changes with makefile.mk
16073 Branch: maint-5.6/perl
16074 ! win32/Makefile win32/makefile.mk
16075 ____________________________________________________________________________
16076 [ 8637] By: jhi on 2001/01/31 04:41:30
16077 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
16078 From: Nicholas Clark <nick@ccl4.org>
16079 Date: Tue, 30 Jan 2001 19:51:05 +0000
16080 Message-ID: <20010130195105.R76607@plum.flirble.org>
16084 ! pp.c pp.h pp_hot.c t/op/arith.t
16085 ____________________________________________________________________________
16086 [ 8636] By: jhi on 2001/01/31 02:38:32
16087 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
16088 no perlio],8257,8380,8479,8515 from mainline.
16090 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
16092 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
16093 Subject: [PATCH perl@8133] fix-up for VMS extensions
16095 In VMS embedded perls couldn't access the statically built Socket.
16097 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
16099 Further VMS piping fixes from Charles Lane.
16101 Subject: [PATCH] make t/op/misc.t work on VMS
16103 Add tracing for debugging extensions builds in VMS.
16105 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
16106 Branch: maint-5.6/perl
16107 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
16108 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
16109 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
16110 ____________________________________________________________________________
16111 [ 8635] By: jhi on 2001/01/31 01:46:41
16112 Log: Integrate change #7732 from mainline.
16114 Sparc 64-bit pack() fix from Jens Hamisch.
16115 Branch: maint-5.6/perl
16117 ____________________________________________________________________________
16118 [ 8634] By: jhi on 2001/01/31 01:41:16
16119 Log: One spot missing from #8626.
16120 Branch: maint-5.6/perl
16122 ____________________________________________________________________________
16123 [ 8633] By: jhi on 2001/01/31 00:49:17
16124 Log: Integrate change #7495 from mainline.
16126 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
16127 Branch: maint-5.6/perl
16128 !> MANIFEST ext/re/Makefile.PL
16129 ____________________________________________________________________________
16130 [ 8632] By: jhi on 2001/01/30 23:38:49
16131 Log: Integrate change #8396 from mainline.
16133 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
16134 better multicast support (resend)
16135 Branch: maint-5.6/perl
16136 !> ext/Socket/Socket.pm
16137 ____________________________________________________________________________
16138 [ 8631] By: jhi on 2001/01/30 23:28:03
16139 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
16141 More AIX lore. (7514, ext/re/hints/aix.pl)
16143 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
16145 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)
16147 Subject: [ID 20001214.002] Net::Ping patch
16149 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
16151 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
16153 Add ReuseAddr as a (preferred) alias for Reuse as we now
16154 also have ReusePort.
16156 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
16157 Branch: maint-5.6/perl
16158 +> ext/re/hints/aix.pl
16159 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
16160 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
16161 ____________________________________________________________________________
16162 [ 8630] By: jhi on 2001/01/30 23:03:59
16163 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
16165 read() documentation tweak for 20001121.004.
16167 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
16168 Branch: maint-5.6/perl
16169 !> pod/perlfunc.pod pod/perlre.pod
16170 ____________________________________________________________________________
16171 [ 8629] By: jhi on 2001/01/30 22:41:57
16172 Log: Integrate change #8098 from mainline.
16174 fastgetcwd is defined using a glob alias on a $^O dependent basis
16175 and there was no default assignment or perl subroutine.
16176 Branch: maint-5.6/perl
16178 ____________________________________________________________________________
16179 [ 8628] By: jhi on 2001/01/30 21:58:52
16180 Log: Integrate change #7866 from mainline.
16183 Branch: maint-5.6/perl
16184 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
16185 ____________________________________________________________________________
16186 [ 8627] By: jhi on 2001/01/30 21:39:44
16187 Log: Integrate changes #8075,8086,8228 from mainline.
16189 Darwin is not Windows. (8075,8086)
16191 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
16192 Branch: maint-5.6/perl
16193 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
16194 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
16195 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
16196 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
16197 ____________________________________________________________________________
16198 [ 8626] By: jhi on 2001/01/30 21:22:11
16199 Log: Integrate with tweakery the change #8625 from mainline,
16200 the multibyte decimal separator fix ("fa_IR locale failure").
16201 Branch: maint-5.6/perl
16202 ! embedvar.h perlapi.h
16203 !> intrpvar.h perl.c perl.h sv.c util.c
16204 ____________________________________________________________________________
16205 [ 8625] By: jhi on 2001/01/30 20:26:33
16206 Log: Fix for the fa_IR locale failure. The reason for the failure
16207 was that Perl was assuming the decimal separator aka the radix
16208 separator is one character. The Farsi-Iranian locale crushed
16209 that bad assumption since there the separator is 'Momayyez',
16210 glyphwise looking somewhat like a slash, and in Unicode UTF-8
16211 encoded in two bytes, 0xd9 0xab.
16213 ! intrpvar.h perl.c perl.h sv.c util.c
16214 ____________________________________________________________________________
16215 [ 8624] By: gsar on 2001/01/30 20:17:03
16217 Branch: maint-5.6/perl
16218 ! Makefile.SH pod/perlintern.pod
16219 ____________________________________________________________________________
16220 [ 8623] By: gsar on 2001/01/30 19:42:34
16221 Log: backout change#7431 and its dependents (causes spurious rebuilds
16222 of autogenerated files)
16224 fix benign b.t failure
16225 Branch: maint-5.6/perl
16226 ! Makefile.SH t/lib/b.t
16227 ____________________________________________________________________________
16228 [ 8622] By: jhi on 2001/01/30 19:41:41
16229 Log: Microperl sync.
16232 ____________________________________________________________________________
16233 [ 8621] By: gsar on 2001/01/30 19:24:47
16234 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
16237 Subject: podlators 1.06 released
16239 Subject: [PATCH @8436] Eliminate op_children
16241 (Replaced by #8448) Traces of op_children (cleanup of #8442)
16243 (Replaced by #8448) More op_children traces (cleanup of #8442).
16245 Subject: [PATCH #3 @8436] Re: Eliminate op_children
16246 Replace #8444 and #8445.
16248 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
16249 at the setting of the ofs_sv in new_struct_thread() as the
16250 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
16251 uninitialized fields are, uh, initialized with),
16252 SvREFCNT_inc()ing that invited a core dump.
16254 podlators 1.07, from Russ Allbery.
16256 Subject: [PATCH] regcomp.c old feature removal
16257 From: mjd@plover.com
16258 Date: 16 Jan 2001 14:43:18 -0000
16259 Message-ID: <20010116144318.7140.qmail@plover.com>
16260 Branch: maint-5.6/perl
16261 +> lib/Pod/Text/Overstrike.pm
16262 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
16263 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
16264 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
16265 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
16266 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
16268 ____________________________________________________________________________
16269 [ 8620] By: gsar on 2001/01/30 18:48:32
16270 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
16271 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
16272 now fails one test)
16274 Subject: [PATCH] lvalue AUTOLOAD. No, really.
16276 Subject: [PATCH] Interesting syntax idea
16277 Make opens + bareword assigns do typeglob assigns.
16281 Subject: [PATCH @8269] Continue blocks and B::Deparse
16282 Make the peephole optimizer to bypass more null ops and
16283 and rewrite the deparse handling of continue blocks.
16285 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
16286 Doc tweak on #8313.
16288 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
16290 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
16292 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
16294 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
16295 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
16296 according to the platform.
16298 Subject: [PATCH @8404] Consolidated lvalue sub changes
16300 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
16302 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
16304 Subject: B::Concise -- an improved replacement for B::Terse
16306 The B::Terse drop-in replacement wasn't quite drop-in.
16308 The LVRET macro needed an aTHX.
16310 Use the /^Perl_/-less form of is_lvalue_sub().
16312 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
16313 Branch: maint-5.6/perl
16314 +> ext/B/B/Concise.pm
16315 !> (integrate 27 files)
16316 ____________________________________________________________________________
16317 [ 8619] By: nick on 2001/01/30 18:40:28
16318 Log: Integrate mainline
16320 !> (integrate 40 files)
16321 ____________________________________________________________________________
16322 [ 8618] By: jhi on 2001/01/30 18:37:18
16323 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
16324 Date: Mon, 29 Jan 2001 22:51:29 -0600
16325 From: "Craig A. Berry" <craigberry@mac.com>
16326 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
16329 ____________________________________________________________________________
16330 [ 8617] By: jhi on 2001/01/30 18:34:53
16331 Log: Subject: [PATCH] Add missing CV flags to dump.c
16332 From: Tim Jenness <t.jenness@jach.hawaii.edu>
16333 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
16334 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
16337 ____________________________________________________________________________
16338 [ 8616] By: jhi on 2001/01/30 18:20:58
16339 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
16340 part isn't applicable to maintperl.
16342 UTF-8 nit from Inaba Hiroto.
16343 Branch: maint-5.6/perl
16344 !> pod/perlapi.pod utf8.c
16345 ____________________________________________________________________________
16346 [ 8615] By: jhi on 2001/01/30 18:18:51
16347 Log: UTF-8 nit from Inaba Hiroto.
16349 ! pod/perlapi.pod t/op/each.t utf8.c
16350 ____________________________________________________________________________
16351 [ 8614] By: jhi on 2001/01/30 18:13:38
16352 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
16354 perl's internal variables are not for public consumption,
16355 move their docs from perlapi.pod to perlintern.pod
16357 support for -Dusethreads build under HP-UX 10.20 and DCE threads
16358 library (11.0 and later have pthreads but 10.x don't)
16360 avoid uninitialized value warnings
16362 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
16363 gets weird results)
16365 perldoc nit on windows
16367 make it possible to run the tests outside the source tree
16368 (there's still a dependency on ../lib being the library
16371 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
16372 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
16373 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
16374 !> win32/bin/search.pl win32/vdir.h
16375 ____________________________________________________________________________
16376 [ 8613] By: gsar on 2001/01/30 16:39:59
16377 Log: make it possible to run the tests outside the source tree
16378 (there's still a dependency on ../lib being the library
16380 Branch: maint-5.6/perl
16381 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
16382 ____________________________________________________________________________
16383 [ 8612] By: gsar on 2001/01/30 16:31:12
16384 Log: perldoc nit on windows
16385 Branch: maint-5.6/perl
16387 ____________________________________________________________________________
16388 [ 8611] By: gsar on 2001/01/30 16:22:54
16389 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
16390 gets weird results)
16391 Branch: maint-5.6/perl
16393 ____________________________________________________________________________
16394 [ 8610] By: gsar on 2001/01/30 16:12:45
16395 Log: avoid uninitialized value warnings
16396 Branch: maint-5.6/perl
16397 ! win32/bin/search.pl
16398 ____________________________________________________________________________
16399 [ 8609] By: gsar on 2001/01/30 16:08:01
16400 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
16401 library (11.0 and later have pthreads but 10.x don't)
16402 Branch: maint-5.6/perl
16403 ! hints/hpux.sh thread.h
16404 ____________________________________________________________________________
16405 [ 8608] By: gsar on 2001/01/30 15:48:55
16406 Log: perl's internal variables are not for public consumption,
16407 move their docs from perlapi.pod to perlintern.pod
16408 Branch: maint-5.6/perl
16409 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
16411 ____________________________________________________________________________
16412 [ 8607] By: gsar on 2001/01/30 15:44:27
16413 Log: mistakenly branched perl56delta.pod, revert
16414 Branch: maint-5.6/perl
16415 - pod/perl56delta.pod
16416 !> pod/perldelta.pod
16417 ____________________________________________________________________________
16418 [ 8606] By: gsar on 2001/01/30 14:20:24
16419 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
16420 dTHR which has been a noop for a while now, except for the
16421 compatibility definition in thread.h)
16422 Branch: maint-5.6/perl
16423 !> (integrate 45 files)
16424 ____________________________________________________________________________
16425 [ 8605] By: jhi on 2001/01/30 05:43:58
16426 Log: Mark the UTF-8 APIs as experimental.
16427 Branch: maint-5.6/perl
16428 ! embed.pl pod/perlapi.pod
16429 ____________________________________________________________________________
16430 [ 8604] By: jhi on 2001/01/30 05:38:40
16431 Log: Nits from earlier integrates.
16432 Branch: maint-5.6/perl
16433 ! lib/Carp/Heavy.pm
16435 ____________________________________________________________________________
16436 [ 8603] By: jhi on 2001/01/30 05:27:26
16437 Log: Regenerate Porting files.
16438 Branch: maint-5.6/perl
16439 ! Porting/Glossary Porting/config.sh Porting/config_H
16440 ____________________________________________________________________________
16441 [ 8602] By: jhi on 2001/01/30 05:14:59
16442 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
16443 8310,8339,8447,8492,8493,8505,8525: documentation changes.
16445 Subject: Re: perlfaq style changes
16447 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
16449 Subject: [PATCH] docs on NaN
16451 Subject: [patch] perlfaq7
16453 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
16455 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
16457 Subject: [PATCH] open() example in perlfunc.pod
16459 Podify README.mpeix (a new version from the web)
16461 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
16463 Subject: [PATCH] format and rewording in perlfaq.pod
16465 Subject: [PATCH] API Variable documentation
16467 Memory management calls documentation.
16469 Subject: [PATCH: perl@8482] README.vms URL updates
16471 Subject: Minor typos in perlfaq2.pod
16473 Subject: [PATCH] pod/perlvar.pod
16474 Branch: maint-5.6/perl
16475 +> pod/perl56delta.pod
16476 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16477 !> README.amiga README.epoc README.mpeix README.vms
16478 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
16479 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
16480 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
16481 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
16482 !> pod/perlvar.pod thrdvar.h
16483 ____________________________________________________________________________
16484 [ 8601] By: jhi on 2001/01/30 04:38:35
16485 Log: Integrate changes #8036,8096,8253 from mainline:
16488 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16489 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
16491 Output the (apparent) version of gcc in Tru64.
16492 Branch: maint-5.6/perl
16493 +> ext/POSIX/hints/svr4.pl
16494 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
16495 !> hints/svr4.sh t/lib/bigfltpm.t
16496 ____________________________________________________________________________
16497 [ 8600] By: jhi on 2001/01/30 04:04:01
16498 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
16501 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
16503 Debian allows /usr/bin/locale to exist without any locales. (7868)
16505 Allow the locale test needing POSIX and the taint test
16506 needing IPC::SysV to run under 'minitest' (basically,
16507 bail out if loading the extension fails). (8384)
16509 Cleanup the locale.t output (8480)
16510 Branch: maint-5.6/perl
16511 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
16512 !> t/pragma/locale.t
16513 ____________________________________________________________________________
16514 [ 8599] By: jhi on 2001/01/30 03:51:04
16515 Log: Missing generated files from #8598.
16516 Branch: maint-5.6/perl
16517 ! embed.h global.sym objXSUB.h perlapi.c proto.h
16518 ____________________________________________________________________________
16519 [ 8598] By: jhi on 2001/01/30 03:41:54
16520 Log: Integrate change #8555 from mainline, manually integrate parts
16521 of changes 8452 and 8583.
16523 Subject: [PATCH] utf8.c documentation (8452)
16525 No point in checking the length if the pointer is bogus. (8555)
16527 Introduce bytes_from_utf8() and implement sv_eq() using it,
16528 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
16529 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
16530 was malformed. (8583)
16531 Branch: maint-5.6/perl
16532 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
16533 !> pod/perlapi.pod sv.c utf8.c
16534 ____________________________________________________________________________
16535 [ 8597] By: gsar on 2001/01/30 02:37:26
16536 Log: get PERL_OBJECT build going again on windows
16537 Branch: maint-5.6/perl
16538 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16539 ! pod/perlapi.pod proto.h sv.c
16540 ____________________________________________________________________________
16541 [ 8596] By: jhi on 2001/01/30 02:16:17
16542 Log: Signedness nit.
16545 ____________________________________________________________________________
16546 [ 8595] By: jhi on 2001/01/30 02:11:07
16547 Log: EBCDIC patch for Storable, from Peter Prymmer.
16549 ! t/lib/st-06compat.t
16550 ____________________________________________________________________________
16551 [ 8594] By: jhi on 2001/01/30 01:04:48
16552 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
16553 From: Peter Prymmer <pvhp@forte.com>
16554 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
16555 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
16558 ____________________________________________________________________________
16559 [ 8593] By: jhi on 2001/01/30 00:56:47
16560 Log: Subject: [PATCH: perl@8585] pod problems in io
16561 From: Peter Prymmer <pvhp@forte.com>
16562 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
16563 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
16565 ! pod/perlapio.pod pod/perliol.pod
16566 ____________________________________________________________________________
16567 [ 8592] By: jhi on 2001/01/30 00:48:20
16568 Log: Integrate perlio.
16570 !> pod/perlapio.pod pod/perliol.pod
16571 ____________________________________________________________________________
16572 [ 8591] By: nick on 2001/01/29 22:02:28
16573 Log: GNU 'merge' Simon's copy of perliol.pod with version
16574 patched by Craig's patch.
16577 ____________________________________________________________________________
16578 [ 8590] By: nick on 2001/01/29 21:55:10
16579 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
16581 ! pod/perlapio.pod pod/perliol.pod
16582 ____________________________________________________________________________
16583 [ 8589] By: jhi on 2001/01/29 15:35:33
16584 Log: Integrate change #8586 from maint-5.6/perl.
16586 make the BOM detection code not call tell() until it has to
16587 (meant to fix esoteric compatibility issues where PL_rsfp
16591 ____________________________________________________________________________
16592 [ 8588] By: jhi on 2001/01/29 15:29:11
16593 Log: Subject: MAking Solaris malloc() the default
16594 From: Lupe Christoph <lupe@lupe-christoph.de>
16595 Date: Mon, 29 Jan 2001 12:59:36 +0100
16596 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
16598 The README.solaris part slightly tweaked.
16600 ! README.solaris hints/solaris_2.sh
16601 ____________________________________________________________________________
16602 [ 8587] By: jhi on 2001/01/29 15:17:34
16603 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
16604 From: root@ak-75.mind.de
16605 Date: Sun, 28 Jan 2001 20:32:29 +0100
16606 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
16609 ____________________________________________________________________________
16610 [ 8586] By: gsar on 2001/01/29 13:43:44
16611 Log: make the BOM detection code not call tell() until it has to
16612 (meant to fix esoteric compatibility issues where PL_rsfp
16614 Branch: maint-5.6/perl
16616 ____________________________________________________________________________
16617 [ 8585] By: jhi on 2001/01/28 20:05:45
16618 Log: Update Changes.
16620 ! Changes patchlevel.h
16621 ____________________________________________________________________________
16622 [ 8584] By: jhi on 2001/01/28 19:30:02
16623 Log: Integrate perlio.
16626 !> MANIFEST pod/perlapio.pod
16627 ____________________________________________________________________________
16628 [ 8583] By: jhi on 2001/01/28 19:28:40
16629 Log: Patch from Inaba Hiroto:
16630 - canonical UTF-8 hash keys: if a key string for a hash is
16631 UTF8-on, try downgrade the string and use it if
16632 unicode::distinct is not in effect.
16633 For the task, I added a function bytes_from_utf8() to utf8.c.
16634 It might resemble utf8_to_bytes() but it is not convenient
16636 Made a test for it and added to t/op/each.t
16637 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
16638 the mortal copy of the argument SV.
16639 And changed t/io/utf8.t test 18 which expects print() to
16640 upgrade its argument.
16641 - re-implement sv_eq with bytes_from_utf8()
16643 - tr/// does not handle UTF8 range (\x{}-\x{})
16644 - \ before raw UTF8 character produced
16645 "Malformed UTF-8 character" warning.
16646 - "\x{100}\N{CENT SIGN}" is Malformed.
16647 Added tests for these 3.
16648 - and one silly bug (by me) with qu operator.
16650 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
16651 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
16652 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
16653 ____________________________________________________________________________
16654 [ 8582] By: nick on 2001/01/28 19:25:04
16655 Log: Add pod/perliol.pod to MANIFEST :-(
16658 ____________________________________________________________________________
16659 [ 8581] By: nick on 2001/01/28 19:22:40
16660 Log: PerlIO documentation. Proofing and sub-editing requested.
16664 ____________________________________________________________________________
16665 [ 8580] By: jhi on 2001/01/28 05:16:25
16666 Log: Revert the change to sv_2pv() done by #8054: Someone who
16667 did SvNV_set() on a scalar that also happened to be POK,
16668 followed by sv_2pv() won't get the right coercion anymore.
16670 Branch: maint-5.6/perl
16672 ____________________________________________________________________________
16673 [ 8579] By: jhi on 2001/01/28 05:15:04
16674 Log: Remove the #8084 effect: do not allow -Q to be interpreted
16675 as -&Q(), this is too much wiggle room.
16676 Branch: maint-5.6/perl
16678 ____________________________________________________________________________
16679 [ 8578] By: jhi on 2001/01/28 05:12:45
16680 Log: Needed bits of #8439 (should have been in #8576),
16681 mainly for lval substr().
16682 Branch: maint-5.6/perl
16683 ! mg.c pp.c pp_hot.c
16684 ____________________________________________________________________________
16685 [ 8577] By: jhi on 2001/01/28 05:02:46
16686 Log: A missing check-in.
16687 Branch: maint-5.6/perl
16689 ____________________________________________________________________________
16690 [ 8576] By: jhi on 2001/01/28 04:26:18
16691 Log: Integrate changes #8425,8436,8439,8517 from mainline.
16692 The 8439 was not truly integrated because it had too many
16693 dependencies on the development branch and because it introduced
16694 concepts too bold for a maintenance branch (such as the qu operator).
16696 Subject: [PATCH perl@8342] -Wformat
16698 Tighten some of the UTF-8 tests a bit.
16700 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
16701 - The substr lval was still not okay.
16702 - Now pp_stringify and sv_setsv copies source's UTF8 flag
16703 even if IN_BYTE. pp_stringify is called from fold_constants
16704 at optimization phase and "\x{100}" was made SvUTF8_off under
16705 use bytes (the bytes pragma is for "byte semantics" and not
16706 for "do not produce UTF8 data")
16707 Branch: maint-5.6/perl
16708 ! t/lib/charnames.t t/op/substr.t toke.c
16709 !> sv.c t/pragma/utf8.t
16710 ____________________________________________________________________________
16711 [ 8575] By: jhi on 2001/01/28 04:01:51
16712 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
16714 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
16716 Subject: [ID 20001230.003] UTF-8 tr still hurts
16718 Test cases for #8385 (from Simon's "torture.pl")
16720 Start fixing UTF-8 lval substr() (8405)
16721 Branch: maint-5.6/perl
16722 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
16723 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
16724 ____________________________________________________________________________
16725 [ 8574] By: jhi on 2001/01/28 03:09:06
16726 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
16731 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
16733 "\x{FF}\xFF" was broken.
16735 Tests for #8329 and #8330.
16737 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
16739 IRIX compiler noticed that the bof initialization might be
16740 bypassed by control flow.
16742 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
16743 Branch: maint-5.6/perl
16744 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
16745 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
16746 ____________________________________________________________________________
16747 [ 8573] By: jhi on 2001/01/28 02:06:12
16748 Log: Retract #8552.
16750 ! lib/Text/Wrap.pm t/lib/textwrap.t
16751 ____________________________________________________________________________
16752 [ 8572] By: jhi on 2001/01/28 02:04:49
16753 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
16754 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
16755 not really integrated but instead salvaged by hand
16756 (they had too many dependencies on the development release
16757 to be cleanly integratable).
16759 Subject: more UTF8 test suites and an UTF8 patch
16761 Tweak for MULTIPLICITY/USE_PERLIO
16765 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
16767 Use the UTF8_XXX macros in is_utf8_char().
16769 Rewrite pp_concat() in terms of sv_catsv(). The . operator
16770 should now be UTF-8-proof.
16772 Subject: [PATCH perl@8269] scanning two hex-constants
16773 fails on EBCDIC environment (script length.t)
16775 Add some Unicode chop() tests.
16776 Branch: maint-5.6/perl
16777 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
16778 !> sv.c t/op/chop.t utf8.h
16779 ____________________________________________________________________________
16780 [ 8571] By: jhi on 2001/01/28 00:35:59
16781 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
16782 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
16784 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
16786 The maxiters upper limit sanity check (guarding against
16787 non-progress) assumed bytes instead of characters in s///
16792 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
16793 join() should now be UTF-8-proof.
16795 More split // UTF-8 tests. (8250)
16796 Branch: maint-5.6/perl
16797 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
16799 ____________________________________________________________________________
16800 [ 8570] By: jhi on 2001/01/27 22:15:46
16801 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
16802 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
16803 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
16804 8084,8204,8244,8333 from mainline.
16806 For -Q where Q might be a one-letter sub name one does no more
16807 get a warning about an unknown filetest (7941,7943,7944,8084).
16809 Subject: Re: [ID 20001130.011] expression parsing bug ?
16811 Make uv_to_utf8() to zero-terminate its output buffer.
16813 Split off t/op/length.t (7995)
16815 Split off t/op/utf8decode.t (7996)
16817 Remove an unnecessary 'use utf8' from the utf8.t (7998)
16819 Split off t/op/concat.t (8004)
16821 Split off t/op/ver.t (8005)
16823 Document utf8_length(), utf8_distance(), and utf8_hop().
16825 Document utf8_to_uv() better.
16827 Introduce macros for UTF8 decoding (8028,8033).
16829 Add test for reverse() (8030,8031).
16831 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
16833 Do not return the Unicode replacement character on UTF-8
16836 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
16837 not this_utf8 i.e. the output string has one, but don't mess
16838 with source assumption. (8052,8053)
16840 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
16841 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
16842 was not expecting to be called with something that was already
16843 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
16844 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
16847 Recode the naughty binary bytes in utf8decode.t using the \xHH.
16849 Make some panic messages a bit more logical.
16850 Branch: maint-5.6/perl
16851 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
16852 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
16853 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
16854 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
16855 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
16857 ____________________________________________________________________________
16858 [ 8569] By: jhi on 2001/01/27 19:16:43
16859 Log: Integrate changes #7750 from perlio and #8566 from mainline.
16860 Branch: maint-5.6/perl
16862 ____________________________________________________________________________
16863 [ 8568] By: jhi on 2001/01/27 18:06:51
16864 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
16865 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
16866 7935[-perlio.c],7936,7959,7965 from mainline.
16868 Change the "big byte" error message to "Wide character".
16869 (7355, the croak-if-wide-chars-in-print part ignored)
16873 Introduce Perl_utf8_length().
16875 diff -se shows these as different (7753, forgotten check-ins)
16877 Subject: [PATCH] doop.c - UTF8 tr///
16879 If we use (aTHX_ ...) then put Perl_ on the front.
16881 Make utf8_length() and utf8_distance() to be less forgiving
16884 Test line numbers are different with utf8.
16886 No need to scan till infinity, 13 is enough. (7872,7911)
16888 Subject: [PATCH] Tokeniser debugging
16890 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
16892 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
16894 Be more careful in Perl_sv_utf8_downgrade().
16898 Raw zero bytes in text files confuse at least GNU patch 2.1.
16899 Branch: maint-5.6/perl
16900 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
16901 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
16902 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
16903 !> t/pragma/utf8.t toke.c utf8.c utf8.h
16904 ____________________________________________________________________________
16905 [ 8567] By: nick on 2001/01/27 11:10:38
16906 Log: Integrate mainline
16908 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
16909 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
16910 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
16912 ____________________________________________________________________________
16913 [ 8566] By: jhi on 2001/01/27 06:22:48
16914 Log: More documentation for the regexp context stack.
16917 ____________________________________________________________________________
16918 [ 8565] By: jhi on 2001/01/27 05:21:57
16919 Log: Update Changes.
16921 ! Changes patchlevel.h
16922 ____________________________________________________________________________
16923 [ 8564] By: jhi on 2001/01/27 04:44:04
16924 Log: Threadedness patch for #8562 from Doug MacEachern.
16927 ____________________________________________________________________________
16928 [ 8563] By: jhi on 2001/01/27 04:26:24
16929 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
16930 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16931 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
16932 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
16935 ____________________________________________________________________________
16936 [ 8562] By: jhi on 2001/01/27 04:20:30
16937 Log: Subject: Re: Announce : Tokener reporting patch
16938 From: Simon Cozens <simon@cozens.net>
16939 Date: Mon, 22 Jan 2001 02:17:22 +0000
16940 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
16942 ! embed.h embed.pl proto.h toke.c
16943 ____________________________________________________________________________
16944 [ 8561] By: jhi on 2001/01/27 04:17:24
16945 Log: Forgot from #8545. Oops.
16947 ! pp.c t/pragma/overload.t
16948 ____________________________________________________________________________
16949 [ 8560] By: jhi on 2001/01/27 03:01:47
16950 Log: A better module compilation test, use MANIFEST as suggested
16953 ! t/lib/1_compile.t
16954 ____________________________________________________________________________
16955 [ 8559] By: jhi on 2001/01/27 02:50:48
16956 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
16957 From: Peter Prymmer <pvhp@forte.com>
16958 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
16959 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
16962 ____________________________________________________________________________
16963 [ 8558] By: jhi on 2001/01/27 02:27:05
16964 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
16965 From: Peter Prymmer <pvhp@forte.com>
16966 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
16967 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
16969 ! t/pragma/sub_lval.t
16970 ____________________________________________________________________________
16971 [ 8557] By: jhi on 2001/01/27 02:26:03
16972 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
16973 From: Peter Prymmer <pvhp@forte.com>
16974 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
16975 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
16977 ! t/lib/st-06compat.t
16978 ____________________________________________________________________________
16979 [ 8556] By: jhi on 2001/01/27 02:24:33
16980 Log: Subject: [PATCH: perl@8531] minor update to README.os390
16981 From: Peter Prymmer <pvhp@forte.com>
16982 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
16983 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
16986 ____________________________________________________________________________
16987 [ 8555] By: jhi on 2001/01/27 00:35:47
16988 Log: No point in checking the length before we know whether the pointer
16989 is bogus or not, fixes Abigail's odbm failures in Linux.
16992 ____________________________________________________________________________
16993 [ 8554] By: nick on 2001/01/26 19:01:31
16994 Log: Integrate mainline
16996 !> lib/Text/Wrap.pm t/lib/textwrap.t
16997 ____________________________________________________________________________
16998 [ 8553] By: jhi on 2001/01/26 15:19:39
16999 Log: Integrate change #7792 from perlio (multiplicity fix),
17000 fix the AV leak in regex DEBUGGING (tiny part of the
17001 polymorphic regexp patch #8143).
17002 Branch: maint-5.6/perl
17005 ____________________________________________________________________________
17006 [ 8552] By: jhi on 2001/01/26 15:03:23
17007 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
17008 From: Michael G Schwern <schwern@pobox.com>
17009 Date: Fri, 26 Jan 2001 09:28:31 -0500
17010 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
17012 ! lib/Text/Wrap.pm t/lib/textwrap.t
17013 ____________________________________________________________________________
17014 [ 8551] By: jhi on 2001/01/26 02:33:19
17015 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
17016 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
17018 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
17020 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
17024 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
17026 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
17028 (the cleanup of unused submatches in regtry() and regcppop())
17030 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
17031 stored and restored, and thusly was trounced by the utf8 swash
17034 use utf8 not required to use \x{}.
17036 Removed two more tests that make no sense in UTF-8 since the test
17037 data is not in UTF-8.
17039 Get the three different space character classes right under utf8.
17041 Implement ANYOFUTF8 regprop() dumping.
17043 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
17045 Document the regex context pushing/popping a bit better.
17046 Branch: maint-5.6/perl
17047 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
17048 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
17049 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
17050 !> t/op/regmesg.t utf8.c
17051 ____________________________________________________________________________
17052 [ 8550] By: nick on 2001/01/25 19:42:30
17053 Log: Integrate mainline
17055 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
17056 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
17057 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
17058 !> t/lib/bigint.t t/lib/bigintpm.t
17059 ____________________________________________________________________________
17060 [ 8549] By: jhi on 2001/01/25 15:22:28
17061 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
17062 Branch: maint-5.6/perl
17063 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
17064 ____________________________________________________________________________
17065 [ 8548] By: jhi on 2001/01/25 15:02:55
17066 Log: Integrate changes #7997,8063,8492,8547 from mainline.
17068 Subject: Re: STRLEN - what?
17070 Subject: [PATCH] perlguts.pod
17072 Memory management calls documentation.
17074 Layout using tabulator is not a good idea in a pod.
17075 Branch: maint-5.6/perl
17076 !> pod/perlguts.pod
17077 ____________________________________________________________________________
17078 [ 8547] By: jhi on 2001/01/25 14:49:05
17079 Log: Layout using tabulator is not a good idea in a pod.
17082 ____________________________________________________________________________
17083 [ 8546] By: jhi on 2001/01/25 14:31:12
17084 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
17087 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
17089 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
17091 More Win32 editor/IDE/shell hints.
17093 More Win32 Perling.
17095 Yet another editor edit.
17099 IDE/editor section tweaking.
17101 Few more IDE/editor nits from p5p.
17102 Branch: maint-5.6/perl
17103 !> pod/perlfaq3.pod
17104 ____________________________________________________________________________
17105 [ 8545] By: jhi on 2001/01/25 04:16:32
17106 Log: Subject: [PATCH 5.7.0] overload int()
17107 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17108 Date: Wed, 24 Jan 2001 19:06:57 -0500
17109 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
17111 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
17112 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
17114 ____________________________________________________________________________
17115 [ 8544] By: jhi on 2001/01/25 04:15:11
17116 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
17117 From: Peter Prymmer <pvhp@forte.com>
17118 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
17119 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
17121 ! Makefile.SH README.os390 hints/os390.sh installperl
17122 ____________________________________________________________________________
17123 [ 8543] By: jhi on 2001/01/25 03:52:08
17124 Log: Integrate change #8462,8469 from mainline.
17126 In VMS Perl subversion (perl -V) is undef.
17127 Branch: maint-5.6/perl
17129 ____________________________________________________________________________
17130 [ 8542] By: jhi on 2001/01/25 03:44:55
17131 Log: Integrate changes #7835,7850,8315,8316 from mainline.
17134 Branch: maint-5.6/perl
17135 !> hints/solaris_2.sh
17136 ____________________________________________________________________________
17137 [ 8541] By: jhi on 2001/01/25 03:39:28
17138 Log: Integrate #8336 from mainline.
17139 Branch: maint-5.6/perl
17141 ____________________________________________________________________________
17142 [ 8540] By: jhi on 2001/01/25 03:23:50
17143 Log: Retract #8539.
17144 Branch: maint-5.6/perl
17146 ____________________________________________________________________________
17147 [ 8539] By: jhi on 2001/01/25 03:21:55
17148 Log: (Retracted by #5940.)
17149 Branch: maint-5.6/perl
17151 ____________________________________________________________________________
17152 [ 8538] By: jhi on 2001/01/25 03:14:07
17153 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
17154 From: Peter Prymmer <pvhp@forte.com>
17155 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
17156 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
17159 Branch: maint-5.6/perl
17160 ! configure.com vms/descrip_mms.template
17161 ____________________________________________________________________________
17162 [ 8537] By: jhi on 2001/01/25 03:06:09
17163 Log: Integrate #7710,7824,7973 from mainline.
17164 Branch: maint-5.6/perl
17165 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17166 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
17167 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
17168 !> vos/config.ga.def vos/config.ga.h win32/config.bc
17169 !> win32/config.gc win32/config.vc
17170 ____________________________________________________________________________
17171 [ 8536] By: jhi on 2001/01/24 13:50:20
17172 Log: Revert the edits made by me so far to the 5.6 branch since
17173 the TRIAL1 since I did edits when I should have been using
17174 integrates. Bad programmer. (Will integrate them properly later.)
17175 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
17176 The #8353 will not be reapplied at least for now since
17177 the UTF-8 hash keys need more thinking.
17178 (The patches #8347, #8354, #8454, #8473 were okay since they
17179 were original edits made specifically for the 5.6.1-TRIAL1.)
17180 Branch: maint-5.6/perl
17181 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17182 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
17183 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
17184 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
17185 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
17186 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17187 ! win32/config.bc win32/config.gc win32/config.vc
17188 ____________________________________________________________________________
17189 [ 8535] By: bailey on 2001/01/24 06:37:02
17192 +> (branch 26 files)
17193 !> (integrate 130 files)
17194 ____________________________________________________________________________
17195 [ 8534] By: nick on 2001/01/23 19:30:57
17196 Log: Integrate mainline.
17198 !> Changes Configure Porting/Glossary Porting/config.sh
17199 !> Porting/config_H embed.h embed.pl ext/Encode/compile
17200 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
17201 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
17202 !> pod/perlvar.pod proto.h t/lib/1_compile.t
17203 ____________________________________________________________________________
17204 [ 8533] By: jhi on 2001/01/23 16:15:46
17205 Log: Forgotten from #8501.
17207 ! Porting/Glossary Porting/config.sh Porting/config_H
17208 ____________________________________________________________________________
17209 [ 8532] By: jhi on 2001/01/23 16:13:27
17210 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
17211 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17212 Date: Mon, 22 Jan 2001 17:51:58 +0100
17213 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
17215 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
17216 ____________________________________________________________________________
17217 [ 8531] By: jhi on 2001/01/23 15:46:01
17218 Log: Update Changes.
17220 ! Changes patchlevel.h
17221 ____________________________________________________________________________
17222 [ 8530] By: jhi on 2001/01/23 15:38:39
17223 Log: De-cut-and-pasto.
17225 ! t/lib/1_compile.t
17226 ____________________________________________________________________________
17227 [ 8529] By: jhi on 2001/01/23 15:11:04
17228 Log: Document the mkdir trailing slashes case.
17231 ____________________________________________________________________________
17232 [ 8528] By: jhi on 2001/01/23 15:08:28
17233 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
17236 Subject: lib/lib.pm
17237 From: <abigail@foad.org>
17238 Date: Mon, 28 Aug 2000 20:35:08 -0400
17239 Message-ID: <20000829003508.21281.qmail@foad.org>
17242 ____________________________________________________________________________
17243 [ 8527] By: jhi on 2001/01/23 14:44:04
17244 Log: Metaconfig unit change for #8526.
17246 ! U/threads/archname.U
17247 ____________________________________________________________________________
17248 [ 8526] By: jhi on 2001/01/23 14:43:19
17249 Log: Attach -perlio to the archname if so selected.
17252 ____________________________________________________________________________
17253 [ 8525] By: jhi on 2001/01/23 14:24:01
17254 Log: Subject: [PATCH] pod/perlvar.pod
17255 From: abigail@foad.org
17256 Date: Tue, 23 Jan 2001 01:41:10 +0100
17257 Message-ID: <20010123004110.22259.qmail@foad.org>
17260 ____________________________________________________________________________
17261 [ 8524] By: jhi on 2001/01/23 14:22:32
17262 Log: A bug introduced in #8217 (the undefined variable in the
17263 lib/safe1_t #3) fixed, by Charles Lane:
17265 The earlier patch made it so that stuff running in Safe
17266 compartments could do a "caller" and see "main". That
17267 little change in name is done right before the code in
17268 the compartment is run, and apparantly the parser
17269 was picking up the stash name before it got changed.
17271 (why it was threaded vs. unthreaded Perl that was sensitive to this
17272 I still don't know...and it probably doesn't matter).
17274 I tryed removing the stash name-change and saw that threaded Perl
17275 did indeed pass the lib/safe1.t tests.
17277 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
17278 do the name change (and to connect _ in the compartment to the global
17279 _) which is removed from _safe_call_sv. Then Safe.pm is modified
17280 to call _safe_pkg_prep when creating a new compartment.
17282 Passes all tests with threaded perl on linux; passes all tests
17283 with unthreaded perl on VMS.
17285 At some point I'll probably want to revisit Safe and Opcode to
17286 provide more sensible handling of global variables...and to get
17287 formats working in Safe compartments, which they don't do currently.
17289 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
17290 ____________________________________________________________________________
17291 [ 8523] By: jhi on 2001/01/23 14:11:58
17292 Log: Also the lib/Thread.pm itself needs to be ignored if
17293 the Thread extension hasn't been built.
17295 ! t/lib/1_compile.t
17296 ____________________________________________________________________________
17297 [ 8522] By: jhi on 2001/01/23 13:51:28
17298 Log: print() instead of warn() so that stderr doesn't get
17299 unncessarily polluted.
17301 ! ext/Encode/compile
17302 ____________________________________________________________________________
17303 [ 8521] By: jhi on 2001/01/23 13:49:48
17304 Log: Integrate perlio.
17306 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
17307 !> ext/Encode/encode.h
17308 ____________________________________________________________________________
17309 [ 8520] By: nick on 2001/01/22 21:44:00
17310 Log: More messing with Encode:
17311 Extra fields in header to allow multiple names and to record
17312 other things "compile" knows.
17313 Re-organise compile to factor out common output routines.
17315 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
17316 ____________________________________________________________________________
17317 [ 8519] By: nick on 2001/01/22 20:33:50
17318 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
17320 ! ext/Encode/Makefile.PL ext/Encode/compile
17321 ____________________________________________________________________________
17322 [ 8518] By: nick on 2001/01/22 20:28:13
17323 Log: Integrate mainline
17325 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
17326 !> vos/config.alpha.def vos/config.alpha.h
17327 ____________________________________________________________________________
17328 [ 8517] By: jhi on 2001/01/22 15:37:17
17329 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
17333 ____________________________________________________________________________
17334 [ 8516] By: jhi on 2001/01/22 14:55:15
17335 Log: More SIG_SIZE fixes.
17337 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
17338 ____________________________________________________________________________
17339 [ 8515] By: jhi on 2001/01/22 14:50:27
17340 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
17341 From: "Craig A. Berry" <craigberry@mac.com>
17342 Date: Mon, 22 Jan 2001 00:42:24 -0600
17343 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
17346 ____________________________________________________________________________
17347 [ 8514] By: jhi on 2001/01/22 14:31:17
17348 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
17349 From: "Craig A. Berry" <craigberry@mac.com>
17350 Date: Sun, 21 Jan 2001 23:03:25 -0600
17351 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
17354 ____________________________________________________________________________
17355 [ 8513] By: jhi on 2001/01/22 14:14:00
17356 Log: Add the .ucm encoding tables to the MANIFEST.
17359 ____________________________________________________________________________
17360 [ 8512] By: jhi on 2001/01/22 13:43:33
17361 Log: Integrate perlio.
17363 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
17364 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
17365 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
17366 +> ext/Encode/Encode/iso8859-10.ucm
17367 +> ext/Encode/Encode/iso8859-13.ucm
17368 +> ext/Encode/Encode/iso8859-14.ucm
17369 +> ext/Encode/Encode/iso8859-15.ucm
17370 +> ext/Encode/Encode/iso8859-16.ucm
17371 +> ext/Encode/Encode/iso8859-2.ucm
17372 +> ext/Encode/Encode/iso8859-3.ucm
17373 +> ext/Encode/Encode/iso8859-4.ucm
17374 +> ext/Encode/Encode/iso8859-5.ucm
17375 +> ext/Encode/Encode/iso8859-6.ucm
17376 +> ext/Encode/Encode/iso8859-7.ucm
17377 +> ext/Encode/Encode/iso8859-8.ucm
17378 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
17379 +> ext/Encode/Encode/symbol.ucm
17380 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
17382 ____________________________________________________________________________
17383 [ 8511] By: nick on 2001/01/21 23:44:47
17384 Log: Make "real" layers of ":utf8" and ":raw".
17385 So now PERLIO=utf8 perl ...
17386 does what Andreas wanted.
17387 Fix arg passing in open.pm (still have a Carp issue).
17389 ! lib/open.pm perlio.c perliol.h
17390 ____________________________________________________________________________
17391 [ 8510] By: jhi on 2001/01/21 22:56:53
17392 Log: Document the regex context pushing/popping a bit better.
17395 ____________________________________________________________________________
17396 [ 8509] By: jhi on 2001/01/21 22:55:44
17397 Log: Tweak the mkdir trailing slash code some more.
17399 TO DO: the same handling should probably be done for
17400 all the other filesystem functions that can have directories
17401 as their arguments.
17404 ____________________________________________________________________________
17405 [ 8508] By: nick on 2001/01/21 21:37:43
17406 Log: Switch "compiled in" encodings to .ucm format.
17407 (Leave others as .enc till we can run-time load .ucm,
17408 or find some other way to load them.)
17410 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
17411 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
17412 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
17413 + ext/Encode/Encode/iso8859-10.ucm
17414 + ext/Encode/Encode/iso8859-13.ucm
17415 + ext/Encode/Encode/iso8859-14.ucm
17416 + ext/Encode/Encode/iso8859-15.ucm
17417 + ext/Encode/Encode/iso8859-16.ucm
17418 + ext/Encode/Encode/iso8859-2.ucm
17419 + ext/Encode/Encode/iso8859-3.ucm
17420 + ext/Encode/Encode/iso8859-4.ucm
17421 + ext/Encode/Encode/iso8859-5.ucm
17422 + ext/Encode/Encode/iso8859-6.ucm
17423 + ext/Encode/Encode/iso8859-7.ucm
17424 + ext/Encode/Encode/iso8859-8.ucm
17425 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
17426 + ext/Encode/Encode/symbol.ucm
17427 ! ext/Encode/Makefile.PL ext/Encode/compile
17428 ____________________________________________________________________________
17429 [ 8507] By: nick on 2001/01/21 21:02:03
17430 Log: Integrate (partial) mainline.
17432 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
17433 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
17434 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17435 ____________________________________________________________________________
17436 [ 8506] By: jhi on 2001/01/21 20:09:30
17437 Log: Update Changes.
17439 ! Changes patchlevel.h
17440 ____________________________________________________________________________
17441 [ 8505] By: jhi on 2001/01/21 19:39:59
17442 Log: Subject: Minor typos in perlfaq2.pod
17443 From: "Stephen P. Potter" <spp@spotter.yi.org>
17444 Message-Id: <200101192101.QAA11911@spotter.yi.org>
17445 Date: Fri, 19 Jan 2001 16:01:13 -0500
17447 with a nit from Philip Netwon.
17450 ____________________________________________________________________________
17451 [ 8504] By: jhi on 2001/01/21 19:33:05
17452 Log: Metaconfig change for #8503.
17454 ! U/threads/usethreads.U
17455 ____________________________________________________________________________
17456 [ 8503] By: jhi on 2001/01/21 19:32:21
17457 Log: Sanity check for conflicting thread flavours.
17459 ! Configure config_h.SH
17460 ____________________________________________________________________________
17461 [ 8502] By: jhi on 2001/01/21 19:23:00
17462 Log: Metaconfig change for #8501.
17464 ! U/modified/sig_name.U
17465 ____________________________________________________________________________
17466 [ 8501] By: jhi on 2001/01/21 19:22:26
17467 Log: The SIG_SIZE is the number of the elements *excluding*
17468 the terminating NULL.
17470 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
17471 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
17472 ! win32/config_H.vc
17473 ____________________________________________________________________________
17474 [ 8500] By: jhi on 2001/01/21 18:31:31
17475 Log: Integrate perlio.
17477 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
17478 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
17479 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
17480 !> pp_sys.c proto.h sv.c
17481 ____________________________________________________________________________
17482 [ 8499] By: jhi on 2001/01/21 17:43:57
17483 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
17484 From: Hugo <hv@crypt.compulink.co.uk>
17485 Date: Sun, 21 Jan 2001 13:34:05 +0000
17486 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
17488 In sprintf UTF8ize only if necessary.
17491 ____________________________________________________________________________
17492 [ 8498] By: nick on 2001/01/21 16:25:32
17493 Log: Encode cleanup.
17494 Add command line control over "compile" so that Makefile.PL
17495 needs can be combined with other uses.
17496 Use command line options in Makefile.PL.
17497 Fix multi-byte parsing in .ucm files.
17499 ! ext/Encode/Makefile.PL ext/Encode/compile
17500 ____________________________________________________________________________
17501 [ 8497] By: nick on 2001/01/21 12:56:27
17502 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
17504 ! ext/Encode/Encode.xs
17505 ____________________________________________________________________________
17506 [ 8496] By: nick on 2001/01/21 12:18:45
17507 Log: Fixup after integrate:
17508 missed the .sym files that are changed by regen_headers
17509 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
17511 ! global.sym pp.sym sv.c
17512 ____________________________________________________________________________
17513 [ 8495] By: nick on 2001/01/21 11:51:07
17514 Log: Integrate mainline.
17516 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
17517 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
17518 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
17519 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
17520 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
17521 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
17522 !> win32/Makefile win32/makefile.mk
17523 ____________________________________________________________________________
17524 [ 8494] By: jhi on 2001/01/20 23:12:11
17525 Log: Forgot the expect_number() prototype.
17527 ! embed.h embed.pl proto.h
17528 ____________________________________________________________________________
17529 [ 8493] By: jhi on 2001/01/20 22:56:39
17530 Log: Subject: [PATCH: perl@8482] README.vms URL updates
17531 From: Peter Prymmer <pvhp@forte.com>
17532 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
17533 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
17535 Plus Craig A. Berry's suggestion to use compaq.com instead
17539 ____________________________________________________________________________
17540 [ 8492] By: jhi on 2001/01/20 22:50:05
17541 Log: Memory management calls documentation.
17544 ____________________________________________________________________________
17545 [ 8491] By: jhi on 2001/01/20 22:38:33
17546 Log: Signedness nit plus few memcpy/Copy nits.
17549 ____________________________________________________________________________
17550 [ 8490] By: jhi on 2001/01/20 22:25:53
17551 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
17552 From: Peter Prymmer <pvhp@forte.com>
17553 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
17554 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
17556 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
17557 ____________________________________________________________________________
17558 [ 8489] By: jhi on 2001/01/20 22:24:41
17559 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
17560 From: Peter Prymmer <pvhp@forte.com>
17561 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
17562 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
17564 ! win32/Makefile win32/makefile.mk
17565 ____________________________________________________________________________
17566 [ 8488] By: jhi on 2001/01/20 22:22:27
17567 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
17568 From: Peter Prymmer <pvhp@forte.com>
17569 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
17570 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
17573 ____________________________________________________________________________
17574 [ 8487] By: jhi on 2001/01/20 22:21:18
17575 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
17576 From: Peter Prymmer <pvhp@forte.com>
17577 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
17578 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
17580 + ext/DynaLoader/dl_dllload.xs
17581 ! MANIFEST Makefile.SH hints/os390.sh
17582 ____________________________________________________________________________
17583 [ 8486] By: jhi on 2001/01/20 22:17:53
17584 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
17585 From: Peter Prymmer <pvhp@forte.com>
17586 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
17587 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
17589 ! README.os390 README.posix-bc
17590 ____________________________________________________________________________
17591 [ 8485] By: jhi on 2001/01/20 20:15:30
17592 Log: Document and test the new qu operator.
17595 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
17596 ! pod/perlretut.pod pod/perlunicode.pod
17597 ____________________________________________________________________________
17598 [ 8484] By: nick on 2001/01/20 19:42:30
17599 Log: Infrastructure to allow:
17600 open($fh,"|-",@array);
17602 i.e. mark pp_open as needing a stack mark, and make pp_open
17603 process its args in that style (and pass them _all_ to tied handles OPEN).
17604 Invent do_openn() which takes SV ** at allow it to see multiple args.
17605 Note this does not _do_ anything yet.
17607 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
17608 ! perlapi.c pp_proto.h pp_sys.c proto.h
17609 ____________________________________________________________________________
17610 [ 8483] By: nick on 2001/01/20 17:23:14
17611 Log: Integrate mainline.
17613 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
17614 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
17615 ____________________________________________________________________________
17616 [ 8482] By: jhi on 2001/01/19 15:37:49
17617 Log: Update Changes.
17619 ! Changes patchlevel.h
17620 ____________________________________________________________________________
17621 [ 8481] By: jhi on 2001/01/19 14:41:24
17622 Log: Subject: Re: new feature: s?printf parameter reordering
17623 From: Hugo <hv@crypt.compulink.co.uk>
17624 Date: Thu, 11 Jan 2001 17:09:03 +0000
17625 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
17627 - support reordering for all parameters: %, *v, *, .*
17628 - lay down that the reordering specification must immediately
17629 follow that parameter: %3$, *v3$, *3$, .*3$
17630 - fix vectorisation of a zero-length string
17631 - factor out the code choosing the argument to format
17633 Possibly unwanted side-effects:
17634 - the special format specifiers ' +-0' must now precede any
17635 vectorisation specifier. Tests in op/sprintf and op/ver
17636 have been changed to reflect this.
17637 - sprintf.t test #214 changed its expectations because in many
17638 cases, the next parameter has already been consumed when an
17639 invalid type letter is detected.
17641 Probably wanted side-effects:
17642 - attempts to format a non-existent parameter will warn as if C<undef>
17643 - attempt to write to non-existent parameter with '%n' will complain
17644 of "attempt to modify read-only value" instead of being silent
17646 ! sv.c t/op/sprintf.t t/op/ver.t
17647 ____________________________________________________________________________
17648 [ 8480] By: jhi on 2001/01/19 14:08:37
17649 Log: Subject: PATCH pragma/locale.t
17650 From: andreas.koenig@anima.de (Andreas J. Koenig)
17651 Date: 18 Jan 2001 09:45:37 +0100
17652 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
17654 ! t/pragma/locale.t
17655 ____________________________________________________________________________
17656 [ 8479] By: jhi on 2001/01/19 13:19:58
17657 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
17660 ____________________________________________________________________________
17661 [ 8478] By: jhi on 2001/01/19 02:12:35
17662 Log: Automate 1_compile.t.
17664 ! t/lib/1_compile.t
17665 ____________________________________________________________________________
17666 [ 8477] By: jhi on 2001/01/19 01:49:56
17667 Log: Integrate perlio.
17669 !> sv.c win32/config.bc win32/config.gc win32/config.vc
17670 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17671 ____________________________________________________________________________
17672 [ 8476] By: nick on 2001/01/18 21:51:52
17673 Log: Integrate mainline
17675 +> t/lib/1_compile.t t/lib/compmod.pl
17676 !> MANIFEST configure.com lib/unicode/distinct.pm
17677 ____________________________________________________________________________
17678 [ 8475] By: nick on 2001/01/18 21:48:02
17679 Log: Win32 "safe signals" co-existance fix.
17680 Fix SIG_SIZE value.
17681 Clear PL_sig_pending when cloning (fork).
17683 ! sv.c win32/config.bc win32/config.gc win32/config.vc
17684 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17685 ____________________________________________________________________________
17686 [ 8474] By: jhi on 2001/01/18 14:40:57
17687 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
17689 ! t/lib/1_compile.t
17690 ____________________________________________________________________________
17691 [ 8473] By: gsar on 2001/01/18 11:42:31
17692 Log: unsubmitted trial1 change
17693 Branch: maint-5.6/perl
17695 ____________________________________________________________________________
17696 [ 8472] By: jhi on 2001/01/18 04:30:24
17697 Log: The first bug found by 1_compile.t.
17699 ! lib/unicode/distinct.pm
17700 ____________________________________________________________________________
17701 [ 8471] By: jhi on 2001/01/18 04:29:42
17702 Log: Add Schwern's 1_compile test. The compile_module script renamed
17703 to be a bit shorter for the 8.3 people.
17705 + t/lib/1_compile.t t/lib/compmod.pl
17707 ____________________________________________________________________________
17708 [ 8470] By: jhi on 2001/01/18 04:16:00
17709 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)
17710 From: Peter Prymmer <pvhp@forte.com>
17711 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
17712 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
17714 Branch: maint-5.6/perl
17716 ____________________________________________________________________________
17717 [ 8469] By: jhi on 2001/01/18 04:13:02
17718 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)
17719 From: Peter Prymmer <pvhp@forte.com>
17720 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
17721 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
17725 ____________________________________________________________________________
17726 [ 8468] By: jhi on 2001/01/18 03:42:08
17727 Log: Integrate perlio.
17729 !> gv.c mg.c perlio.c util.c
17730 ____________________________________________________________________________
17731 [ 8467] By: nick on 2001/01/17 22:41:10
17732 Log: "Safe" signals - trial implementation.
17733 gv.c tweaked to zero PL_sig_pend array
17734 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
17735 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
17736 Odd thing is that it "works" with PERLIO=stdio as well (linux).
17738 ! gv.c mg.c perlio.c util.c
17739 ____________________________________________________________________________
17740 [ 8466] By: nick on 2001/01/17 20:40:20
17741 Log: Integrate mainline.
17743 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17744 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
17745 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
17746 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17747 !> vos/config.ga.h win32/config.bc win32/config.gc
17749 ____________________________________________________________________________
17750 [ 8465] By: jhi on 2001/01/17 18:37:13
17751 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
17752 From: Nicholas Clark <nick@ccl4.org>
17753 Date: Wed, 17 Jan 2001 17:31:33 +0000
17754 Message-ID: <20010117173133.I2633@plum.flirble.org>
17757 ____________________________________________________________________________
17758 [ 8464] By: jhi on 2001/01/17 14:43:17
17759 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
17760 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17761 Date: Wed, 17 Jan 2001 15:16:43 +0100
17762 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
17764 pp_int() was dropping an NV to the floor,
17765 int(279964589018079/59) either returned not an integer
17766 4745162525730.15, or one got "Attempt to free unreferenced scalar."
17769 ____________________________________________________________________________
17770 [ 8463] By: jhi on 2001/01/17 06:12:42
17771 Log: (Replaced by #8470)
17773 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)
17774 From: "Craig A. Berry" <craigberry@mac.com>
17775 Date: Tue, 16 Jan 2001 23:38:46 -0600
17776 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
17777 Branch: maint-5.6/perl
17779 ____________________________________________________________________________
17780 [ 8462] By: jhi on 2001/01/17 06:11:31
17781 Log: (Replaced by #8469)
17783 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)
17784 From: "Craig A. Berry" <craigberry@mac.com>
17785 Date: Tue, 16 Jan 2001 23:38:46 -0600
17786 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
17789 ____________________________________________________________________________
17790 [ 8461] By: jhi on 2001/01/17 05:56:12
17791 Log: Allow for one trailing slash in the directory of mkdir().
17794 ____________________________________________________________________________
17795 [ 8460] By: jhi on 2001/01/17 03:26:01
17796 Log: Metaconfig unit changes for #8459.
17798 ! U/modified/Loc.U U/modified/sig_name.U
17799 ____________________________________________________________________________
17800 [ 8459] By: jhi on 2001/01/17 03:24:48
17801 Log: Define SIG_SIZE, the number of elements in the sig_name and
17802 sig_num arrays, including the final NULL entry.
17804 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17805 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
17806 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
17807 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17808 ! win32/config.bc win32/config.gc win32/config.vc
17809 ____________________________________________________________________________
17810 [ 8458] By: jhi on 2001/01/17 01:41:33
17811 Log: Integrate perlio.
17813 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
17814 !> perlapi.h proto.h sv.c
17815 ____________________________________________________________________________
17816 [ 8457] By: nick on 2001/01/16 22:07:26
17817 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
17818 Provides all the "cost" but no benefit yet - it is to allow cost
17819 to be measured, and implementation experiments (just in mg.c?).
17821 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
17822 ! perlapi.h proto.h sv.c
17823 ____________________________________________________________________________
17824 [ 8456] By: nick on 2001/01/16 21:07:07
17825 Log: Integrate mainline.
17827 !> (integrate 51 files)
17828 ____________________________________________________________________________
17829 [ 8455] By: jhi on 2001/01/16 18:13:43
17830 Log: Subject: [PATCH] regcomp.c old feature removal
17831 From: mjd@plover.com
17832 Date: 16 Jan 2001 14:43:18 -0000
17833 Message-ID: <20010116144318.7140.qmail@plover.com>
17836 ____________________________________________________________________________
17837 [ 8454] By: jhi on 2001/01/16 16:12:39
17838 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
17839 From: "Indy Singh" <indy@nusphere.com>
17840 Date: Wed, 10 Jan 2001 20:17:49 -0500
17841 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
17842 Branch: maint-5.6/perl
17844 ____________________________________________________________________________
17845 [ 8453] By: jhi on 2001/01/16 16:09:33
17846 Log: Update Changes.
17848 ! Changes patchlevel.h
17849 ____________________________________________________________________________
17850 [ 8452] By: jhi on 2001/01/16 15:42:04
17851 Log: Subject: Re: API Cleanup
17852 To: perl5-porters@perl.org
17853 Date: Tue, 16 Jan 2001 13:42:30 +0000
17854 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
17856 Subject: [PATCH] utf8.c documentation
17857 From: Simon Cozens <simon@cozens.net>
17858 Date: Tue, 16 Jan 2001 13:52:48 +0000
17859 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
17861 Subject: Re: API Cleanup
17862 From: Simon Cozens <simon@cozens.net>
17863 Date: Tue, 16 Jan 2001 14:58:55 +0000
17864 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
17868 ! embed.pl pod/perlapi.pod utf8.c
17869 ____________________________________________________________________________
17870 [ 8451] By: jhi on 2001/01/16 14:41:39
17871 Log: podlators 1.07, from Russ Allbery.
17874 ____________________________________________________________________________
17875 [ 8450] By: jhi on 2001/01/16 14:24:19
17876 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
17877 From: "Indy Singh" <indy@nusphere.com>
17878 Date: Mon, 15 Jan 2001 20:59:40 -0500
17879 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
17882 ____________________________________________________________________________
17883 [ 8449] By: jhi on 2001/01/16 03:42:55
17884 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
17885 at the setting of the ofs_sv in new_struct_thread() as the
17886 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
17887 that invited a core dump.
17890 ____________________________________________________________________________
17891 [ 8448] By: jhi on 2001/01/16 01:49:07
17892 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
17893 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17894 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
17895 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
17897 Replace #8444 and #8445.
17899 ! ext/B/B.xs ext/B/B/Debug.pm
17900 ____________________________________________________________________________
17901 [ 8447] By: jhi on 2001/01/15 21:05:35
17902 Log: Subject: [PATCH] API Variable documentation
17903 From: Simon Cozens <simon@cozens.net>
17904 Date: Mon, 15 Jan 2001 19:35:54 +0000
17905 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
17907 ! pod/perlapi.pod thrdvar.h
17908 ____________________________________________________________________________
17909 [ 8446] By: jhi on 2001/01/15 20:49:20
17910 Log: Signedness nit.
17913 ____________________________________________________________________________
17914 [ 8445] By: jhi on 2001/01/15 20:28:48
17915 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
17918 ____________________________________________________________________________
17919 [ 8444] By: jhi on 2001/01/15 13:09:10
17920 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
17923 ____________________________________________________________________________
17924 [ 8443] By: jhi on 2001/01/15 13:06:26
17925 Log: Missing from #8439.
17928 ____________________________________________________________________________
17929 [ 8442] By: jhi on 2001/01/15 13:02:38
17930 Log: Subject: [PATCH @8436] Eliminate op_children
17931 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17932 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
17933 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
17935 Subject: [PATCH @8436] Re: Eliminate op_children
17936 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17937 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
17938 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
17940 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
17941 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
17943 ____________________________________________________________________________
17944 [ 8441] By: jhi on 2001/01/15 12:57:08
17945 Log: Use the /^Perl_/-less form of is_lvalue_sub().
17948 ____________________________________________________________________________
17949 [ 8440] By: jhi on 2001/01/15 05:13:09
17950 Log: Revert #8437 and #8438, the Linux large files story is more complex.
17951 Branch: metaconfig/U/perl
17952 ! d_fpos64_t.U d_off64_t.U
17954 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17955 ! config_h.SH configure.com epoc/config.sh perl.h
17956 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17957 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17958 ! win32/config.bc win32/config.gc win32/config.vc
17959 ____________________________________________________________________________
17960 [ 8439] By: jhi on 2001/01/15 05:02:24
17961 Log: More UTF-8 patches from Inaba Hiroto.
17962 - The substr lval was still not okay.
17963 - Now pp_stringify and sv_setsv copies source's UTF8 flag
17964 even if IN_BYTE. pp_stringify is called from fold_constants
17965 at optimization phase and "\x{100}" was made SvUTF8_off under
17966 use bytes (the bytes pragma is for "byte semantics" and not
17967 for "do not produce UTF8 data")
17968 - New `qu' operator to generate UTF8 string explicitly.
17969 Though I agree with the policy "0x00-0xff always produce bytes",
17970 sometimes want to such a string to be coded in UTF8.
17971 I can use pack"U0a*" but it requires more typing and has
17973 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
17974 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
17975 string is not UTF8_on and has char 0x80-0xff.
17977 TODO: document and test qu.
17979 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
17980 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
17982 ____________________________________________________________________________
17983 [ 8438] By: jhi on 2001/01/14 05:10:23
17984 Log: Metaconfig unit changes for #8437.
17985 Branch: metaconfig/U/perl
17986 ! d_fpos64_t.U d_off64_t.U
17987 ____________________________________________________________________________
17988 [ 8437] By: jhi on 2001/01/14 04:55:34
17989 Log: Add <features.h> probing, seems to be needed for (some?)
17990 Linux largefileness.
17992 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17993 ! config_h.SH configure.com epoc/config.sh perl.h
17994 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17995 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17996 ! win32/config.bc win32/config.gc win32/config.vc
17997 ____________________________________________________________________________
17998 [ 8436] By: jhi on 2001/01/13 17:47:21
17999 Log: Tighten some of the tests a bit.
18002 ____________________________________________________________________________
18003 [ 8435] By: jhi on 2001/01/13 17:31:54
18004 Log: Integrate perlio.
18006 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
18007 !> win32/config_H.gc win32/config_H.vc
18008 ____________________________________________________________________________
18009 [ 8434] By: nick on 2001/01/13 11:36:53
18010 Log: Run dmake regen_config_h for Win32
18012 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18013 ____________________________________________________________________________
18014 [ 8433] By: nick on 2001/01/13 11:31:55
18015 Log: VMS friendly patch to Encode compile process
18017 ! ext/Encode/Makefile.PL ext/Encode/compile
18018 ____________________________________________________________________________
18019 [ 8432] By: nick on 2001/01/13 11:06:44
18020 Log: Integrate mainline
18022 +> ext/B/B/Concise.pm
18023 !> (integrate 52 files)
18024 ____________________________________________________________________________
18025 [ 8431] By: jhi on 2001/01/13 05:55:55
18026 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
18027 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18028 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
18029 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
18031 ! ext/B/B/Concise.pm
18032 ____________________________________________________________________________
18033 [ 8430] By: jhi on 2001/01/13 04:24:18
18034 Log: The LVRET macro needed an aTHX.
18037 ____________________________________________________________________________
18038 [ 8429] By: jhi on 2001/01/13 02:12:42
18039 Log: Update Changes.
18041 ! Changes patchlevel.h
18042 ____________________________________________________________________________
18043 [ 8428] By: jhi on 2001/01/13 02:08:50
18044 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
18045 From: Peter Prymmer <pvhp@forte.com>
18046 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
18047 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
18049 Add a BEGIN guard for sloppy floating point division.
18051 ! lib/Math/BigInt.pm lib/bigint.pl
18052 ____________________________________________________________________________
18053 [ 8427] By: jhi on 2001/01/13 01:47:16
18054 Log: The B::Terse drop-in replacement wasn't quite drop-in.
18057 ____________________________________________________________________________
18058 [ 8426] By: jhi on 2001/01/12 21:20:43
18061 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18062 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
18063 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18064 ! vos/config.ga.def vos/config.ga.h win32/config.bc
18065 ! win32/config.gc win32/config.vc
18066 ____________________________________________________________________________
18067 [ 8425] By: jhi on 2001/01/12 20:20:14
18068 Log: Subject: [PATCH perl@8342] -Wformat
18069 From: Robin Barker <rmb1@cise.npl.co.uk>
18070 Date: Fri, 12 Jan 2001 20:03:14 GMT
18071 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
18073 ! ext/Encode/Encode.xs mg.c sv.c toke.c
18074 ____________________________________________________________________________
18075 [ 8424] By: jhi on 2001/01/12 20:01:48
18076 Log: Subject: B::Concise -- an improved replacement for B::Terse
18077 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18078 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
18079 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
18081 + ext/B/B/Concise.pm
18082 ! MANIFEST ext/B/B/Terse.pm
18083 ____________________________________________________________________________
18084 [ 8423] By: jhi on 2001/01/12 19:24:02
18085 Log: The new metaconfig unit from the #8421.
18086 Branch: metaconfig/U/perl
18088 ____________________________________________________________________________
18089 [ 8422] By: jhi on 2001/01/12 19:23:43
18090 Log: Forgot the microperl config from the #8421.
18092 ! uconfig.h uconfig.sh
18093 ____________________________________________________________________________
18094 [ 8421] By: jhi on 2001/01/12 19:05:27
18095 Log: Add sigprocmask() probe, regen Configure, regen toc.
18097 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18098 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
18099 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18100 ! vos/config.ga.h win32/config.bc win32/config.gc
18102 ____________________________________________________________________________
18103 [ 8420] By: jhi on 2001/01/12 18:34:31
18104 Log: Add sockatmark() to the todo list.
18107 ____________________________________________________________________________
18108 [ 8419] By: jhi on 2001/01/12 18:09:46
18109 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
18112 ____________________________________________________________________________
18113 [ 8418] By: jhi on 2001/01/12 18:05:30
18114 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
18115 From: Radu Greab <radu@netsoft.ro>
18116 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
18117 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
18119 ! op.c t/pragma/sub_lval.t
18120 ____________________________________________________________________________
18121 [ 8417] By: jhi on 2001/01/12 16:09:09
18122 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
18123 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18124 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
18125 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
18127 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
18128 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
18129 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
18130 ! t/pragma/sub_lval.t toke.c
18131 ____________________________________________________________________________
18132 [ 8416] By: jhi on 2001/01/12 15:42:06
18133 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
18134 From: "Richard Soderberg" <rs@crystalflame.net>
18135 Date: Fri, 12 Jan 2001 04:49:35 -0800
18136 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
18138 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
18139 according to the platform.
18142 ____________________________________________________________________________
18143 [ 8415] By: jhi on 2001/01/12 15:33:41
18144 Log: One more UTF-8 fix from Inaba Hiroto.
18146 ! pp.c regexec.c t/pragma/utf8.t
18147 ____________________________________________________________________________
18148 [ 8414] By: jhi on 2001/01/12 15:30:18
18149 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
18152 ____________________________________________________________________________
18153 [ 8413] By: jhi on 2001/01/12 15:22:10
18154 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
18155 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18156 Date: Thu, 11 Jan 2001 12:53:36 +0100
18157 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
18160 ____________________________________________________________________________
18161 [ 8412] By: jhi on 2001/01/12 15:20:25
18162 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
18163 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18164 Date: Fri, 12 Jan 2001 14:37:55 +0100
18165 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
18167 ! hints/posix-bc.sh
18168 ____________________________________________________________________________
18169 [ 8411] By: jhi on 2001/01/12 15:14:14
18170 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
18171 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18172 Date: Fri, 12 Jan 2001 10:42:21 +0100
18173 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
18176 ____________________________________________________________________________
18177 [ 8410] By: jhi on 2001/01/12 05:48:55
18178 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
18179 From: Nicholas Clark <nick@ccl4.org>
18180 Date: Sun, 7 Jan 2001 19:47:14 +0000
18181 Message-ID: <20010107194714.B1048@plum.flirble.org>
18183 ! t/op/numconvert.t
18184 ____________________________________________________________________________
18185 [ 8409] By: jhi on 2001/01/12 05:41:28
18186 Log: Integrate perlio.
18189 ____________________________________________________________________________
18190 [ 8408] By: nick on 2001/01/11 22:43:28
18191 Log: Remove variables that were used in experiments.
18194 ____________________________________________________________________________
18195 [ 8407] By: nick on 2001/01/11 20:57:44
18196 Log: Catch die in %SIG handler and unblock the signal before re-dying.
18197 This make Linux work _without_ sigsetjmp().
18198 Turn off sigsetjmp() to see what else it does.
18199 May need Configure probe for sigprocmask() if anything has sigaction()
18200 but not sigprocmask().
18203 ____________________________________________________________________________
18204 [ 8406] By: nick on 2001/01/11 19:32:07
18205 Log: Integrate mainline
18207 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
18208 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
18210 ____________________________________________________________________________
18211 [ 8405] By: jhi on 2001/01/11 17:11:01
18212 Log: Fix UTF-8 lval substr().
18214 ! mg.c t/op/substr.t
18215 ____________________________________________________________________________
18216 [ 8404] By: jhi on 2001/01/11 05:13:58
18217 Log: Update Changes.
18219 ! Changes patchlevel.h
18220 ____________________________________________________________________________
18221 [ 8403] By: jhi on 2001/01/11 04:38:24
18222 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
18223 From: Hugo <hv@crypt.compulink.co.uk>
18224 Date: Mon, 30 Oct 2000 01:33:26 +0000
18225 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
18227 ! regexec.c t/op/re_tests
18228 ____________________________________________________________________________
18229 [ 8402] By: jhi on 2001/01/11 04:26:12
18230 Log: Integrate perlio.
18233 ____________________________________________________________________________
18234 [ 8401] By: nick on 2001/01/10 22:52:55
18235 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
18236 (So Alan and Ilya can try setting via hints.)
18237 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
18238 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
18239 doing the save everywhere seems to restart read() correctly, but just
18240 doing it once "round" the handler does not.
18243 ____________________________________________________________________________
18244 [ 8400] By: jhi on 2001/01/10 21:57:54
18245 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
18246 of IRIX, HP-UX is unaffected.
18249 ____________________________________________________________________________
18250 [ 8399] By: nick on 2001/01/10 21:29:19
18251 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
18254 ____________________________________________________________________________
18255 [ 8398] By: jhi on 2001/01/10 20:55:31
18256 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
18257 also have ReusePort.
18259 ! ext/IO/lib/IO/Socket/INET.pm
18260 ____________________________________________________________________________
18261 [ 8397] By: jhi on 2001/01/10 20:50:57
18262 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
18263 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
18264 Date: Wed, 10 Jan 2001 01:38:13 -0800
18265 Message-ID: <20010110013813.B41744@yahoo-inc.com>
18267 ! ext/IO/lib/IO/Socket/INET.pm
18268 ____________________________________________________________________________
18269 [ 8396] By: jhi on 2001/01/10 20:49:30
18270 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
18271 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
18272 Date: Wed, 10 Jan 2001 01:37:32 -0800
18273 Message-ID: <20010110013732.A41744@yahoo-inc.com>
18275 ! ext/Socket/Socket.pm
18276 ____________________________________________________________________________
18277 [ 8395] By: jhi on 2001/01/10 20:41:37
18278 Log: Test for bug id 20010105.016 (fixed by #8378).
18281 ____________________________________________________________________________
18282 [ 8394] By: jhi on 2001/01/10 20:26:32
18283 Log: Integrate perlio.
18286 ____________________________________________________________________________
18287 [ 8393] By: nick on 2001/01/10 19:34:30
18288 Log: Back out Simon's pid hackery for now.
18291 ____________________________________________________________________________
18292 [ 8392] By: nick on 2001/01/10 19:23:13
18293 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
18295 !> (integrate 29 files)
18296 ____________________________________________________________________________
18297 [ 8391] By: jhi on 2001/01/10 18:43:15
18298 Log: Subject: [PATCH] Fix my_pclose segfault
18299 From: Simon Cozens <simon@cozens.net>
18300 Date: Wed, 10 Jan 2001 18:39:35 +0000
18301 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
18304 ____________________________________________________________________________
18305 [ 8390] By: jhi on 2001/01/10 18:42:08
18306 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
18307 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18308 Date: Wed, 10 Jan 2001 13:23:02 EST
18309 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
18311 ! ext/Opcode/Opcode.xs
18312 ____________________________________________________________________________
18313 [ 8389] By: jhi on 2001/01/10 15:16:07
18314 Log: Turn off the integer preservation for now.
18317 ____________________________________________________________________________
18318 [ 8388] By: jhi on 2001/01/10 15:01:25
18319 Log: Few more IDE/editor nits from p5p.
18322 ____________________________________________________________________________
18323 [ 8387] By: jhi on 2001/01/10 06:53:16
18324 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
18325 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
18326 Date: Tue, 9 Jan 2001 23:16:02 +0000
18327 Message-ID: <20010109231602.A81101@plum.flirble.org>
18330 ____________________________________________________________________________
18331 [ 8386] By: jhi on 2001/01/10 03:17:54
18332 Log: Test cases for #8385 (from Simon's "torture.pl")
18335 ____________________________________________________________________________
18336 [ 8385] By: jhi on 2001/01/10 03:17:11
18337 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
18338 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
18339 Date: Wed, 10 Jan 2001 11:39:39 +0900
18340 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
18342 Some more UTF-8 tr cases fixed.
18345 ____________________________________________________________________________
18346 [ 8384] By: jhi on 2001/01/09 22:45:40
18347 Log: Allow the locale test needing POSIX and the taint test
18348 needing IPC::SysV to run under 'minitest' (basically,
18349 bail out if loading the extension fails)
18351 ! t/op/misc.t t/op/taint.t
18352 ____________________________________________________________________________
18353 [ 8383] By: jhi on 2001/01/09 21:36:04
18354 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
18355 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18356 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
18357 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
18360 ____________________________________________________________________________
18361 [ 8382] By: jhi on 2001/01/09 21:06:08
18362 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
18363 Should finish up the bug id 20001205.022.
18365 ! pp.c pp_hot.c scope.c
18366 ____________________________________________________________________________
18367 [ 8381] By: jhi on 2001/01/09 18:27:43
18368 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
18369 From: Andy Dougherty <doughera@lafayette.edu>
18370 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
18371 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
18373 More robust yacc/bison error detection.
18376 ____________________________________________________________________________
18377 [ 8380] By: jhi on 2001/01/09 15:21:38
18378 Log: Subject: [PATCH] make t/op/misc.t work on VMS
18379 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18380 Date: Tue, 9 Jan 2001 07:53:55 EST
18381 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
18383 ! t/op/misc.t vms/test.com
18384 ____________________________________________________________________________
18385 [ 8379] By: jhi on 2001/01/09 15:20:38
18386 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
18387 From: jhi@cc.hut.fi
18388 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
18389 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
18391 The #8378 fixed this.
18394 ____________________________________________________________________________
18395 [ 8378] By: jhi on 2001/01/09 15:05:32
18396 Log: Subject: One more patch for UTF8
18397 From: Inaba Hiroto <inaba@st.rim.or.jp>
18398 Date: Tue, 09 Jan 2001 01:04:32 +0900
18399 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
18401 UTF-8 fixes for 'x' and tr///.
18403 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
18404 ! regcomp.c regexec.c toke.c utf8.c
18405 ____________________________________________________________________________
18406 [ 8377] By: jhi on 2001/01/09 14:32:17
18407 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
18410 ____________________________________________________________________________
18411 [ 8376] By: jhi on 2001/01/09 04:32:32
18412 Log: integrate changes #7775, #8316, #8316 from mainline
18413 Branch: maint-5.6/perl
18414 ! hints/solaris_2.sh
18415 ____________________________________________________________________________
18416 [ 8375] By: jhi on 2001/01/09 04:26:43
18417 Log: Update Changes.
18419 ! Changes patchlevel.h
18420 ____________________________________________________________________________
18421 [ 8374] By: jhi on 2001/01/09 04:14:32
18422 Log: IDE/editor section tweaking.
18425 ____________________________________________________________________________
18426 [ 8373] By: jhi on 2001/01/09 02:38:26
18427 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
18428 From: Peter Prymmer <pvhp@forte.com>
18429 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
18430 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
18432 In preparation os OS/390 dynamic loading.
18434 ! README.os390 hints/os390.sh
18435 ____________________________________________________________________________
18436 [ 8372] By: jhi on 2001/01/09 00:24:30
18437 Log: Integrate with perlio.
18439 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
18440 ____________________________________________________________________________
18441 [ 8371] By: nick on 2001/01/08 23:54:33
18442 Log: Fix "scalars leaked" bugs caused by overload magic
18443 (Highlighted by Ilya's DESTROY optimization.)
18445 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
18446 ____________________________________________________________________________
18447 [ 8370] By: nick on 2001/01/08 20:19:41
18448 Log: Integrate mainline
18450 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
18451 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
18453 ____________________________________________________________________________
18454 [ 8369] By: jhi on 2001/01/08 17:30:52
18455 Log: save_delete() Safefree() doesn't (anymore?) work with shared
18456 strings, one test failure in op/misc and almost all of lib/b.
18457 (Outcomments #8369.)
18460 ____________________________________________________________________________
18461 [ 8368] By: jhi on 2001/01/08 14:47:10
18462 Log: (Outcommented by #8369.)
18464 Subject: Re: Perl BugID 20001205.022 ---- save_delete
18465 From: Simon Cozens <simon@cozens.net>
18466 Date: Sat, 6 Jan 2001 11:48:40 +0000
18467 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
18469 The save_delete() does need the Safefree.
18472 ____________________________________________________________________________
18473 [ 8367] By: bailey on 2001/01/08 08:53:52
18474 Log: Once again syncing after too long an absence
18476 +> (branch 55 files)
18477 - MAINTAIN fix_pl vos/config.def vos/config.h
18478 - vos/config_h.SH_orig
18479 !> (integrate 498 files)
18480 ____________________________________________________________________________
18481 [ 8366] By: jhi on 2001/01/08 02:42:59
18482 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
18483 From: nick@ccl4.org
18484 Date: Sun, 7 Jan 2001 21:07:18 +0000
18485 Message-Id: <20010107210717.D1048@plum.flirble.org>
18487 ! sv.c t/op/64bitint.t
18488 ____________________________________________________________________________
18489 [ 8365] By: jhi on 2001/01/08 02:35:16
18490 Log: Subject: [PATCH] environ nit
18491 From: Simon Cozens <simon@cozens.net>
18492 Date: Sun, 7 Jan 2001 17:57:07 +0000
18493 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
18495 Use environ only if we have it.
18498 ____________________________________________________________________________
18499 [ 8364] By: jhi on 2001/01/08 02:24:51
18500 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
18502 ! ext/GDBM_File/GDBM_File.xs
18503 ____________________________________________________________________________
18504 [ 8363] By: jhi on 2001/01/08 02:19:24
18505 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
18506 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18507 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
18508 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
18511 ____________________________________________________________________________
18512 [ 8362] By: jhi on 2001/01/08 02:17:43
18513 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
18514 From: Doug MacEachern <dougm@covalent.net>
18515 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
18516 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
18518 Allow AUTOLOAD to be an xsub and allow such xsubs
18519 to avoid use of $AUTOLOAD.
18522 ____________________________________________________________________________
18523 [ 8361] By: jhi on 2001/01/08 02:16:07
18524 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
18525 From: Radu Greab <radu@netsoft.ro>
18526 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
18527 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
18529 No need for the potentially unportable $SIG{CHLD}.
18532 ____________________________________________________________________________
18533 [ 8360] By: jhi on 2001/01/08 01:58:23
18534 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
18536 ! lib/Getopt/Long.pm
18537 ____________________________________________________________________________
18538 [ 8359] By: jhi on 2001/01/08 01:55:44
18539 Log: Integrate perlio.
18541 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
18542 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
18543 !> utf8.c win32/Makefile
18544 ____________________________________________________________________________
18545 [ 8358] By: jhi on 2001/01/07 21:16:50
18546 Log: Update the EPOC cross SDK URL.
18549 ____________________________________________________________________________
18550 [ 8357] By: jhi on 2001/01/07 21:16:09
18551 Log: Update the EPOC cross SDK URL.
18552 Branch: maint-5.6/perl
18554 ____________________________________________________________________________
18555 [ 8356] By: nick on 2001/01/06 21:47:52
18556 Log: FILE * in XS code for PerlIO world:
18557 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
18558 - Add FILE * T_STDIO typemap.
18559 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
18561 ! lib/ExtUtils/typemap perlio.c perlio.h
18562 ____________________________________________________________________________
18563 [ 8355] By: jhi on 2001/01/06 20:27:15
18564 Log: integrate change #8336 from mainline
18566 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
18567 Branch: maint-5.6/perl
18569 ____________________________________________________________________________
18570 [ 8354] By: jhi on 2001/01/06 20:24:29
18571 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18572 From: Robin Barker <rmb1@cise.npl.co.uk>
18573 Date: Fri, 22 Dec 2000 12:17:38 GMT
18574 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
18576 The patch reformats some long =item lines so they give
18577 correct output via pod2man | nroff -man
18579 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18580 From: Robin Barker <rmb1@cise.npl.co.uk>
18581 Date: Tue, 2 Jan 2001 15:35:03 GMT
18582 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
18584 Here is a _further_ patch which corrects a few more errors:
18585 * an empty C<=item> in CPAN.pm
18586 * patching the wrong file (pod/perlamiga.pod not README.amiga)
18587 * leaving empty C<=item>s which formatted incorrectly
18588 * over long C<=item>s revealed by latest patch to Pod::Man
18589 Branch: maint-5.6/perl
18590 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
18591 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
18592 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
18593 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
18594 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
18595 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
18596 ____________________________________________________________________________
18597 [ 8353] By: jhi on 2001/01/06 20:21:10
18598 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
18601 Branch: maint-5.6/perl
18602 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
18603 ____________________________________________________________________________
18604 [ 8352] By: jhi on 2001/01/06 20:18:44
18605 Log: Forgotten from #8438.
18606 Branch: maint-5.6/perl
18608 ____________________________________________________________________________
18609 [ 8351] By: jhi on 2001/01/06 20:18:12
18610 Log: Forgotten from #8347.
18611 Branch: maint-5.6/perl
18613 ____________________________________________________________________________
18614 [ 8350] By: jhi on 2001/01/06 20:00:19
18615 Log: Thinko in #8347.
18616 Branch: maint-5.6/perl
18618 ____________________________________________________________________________
18619 [ 8349] By: jhi on 2001/01/06 18:05:30
18620 Log: Copy the FAQ3 IDE section from the development branch,
18621 changes originally by Peter Prymmer.
18622 Branch: maint-5.6/perl
18624 ____________________________________________________________________________
18625 [ 8348] By: jhi on 2001/01/06 18:03:02
18626 Log: EPOC updates for TRIAL1.
18628 Subject: [5.6.1 trial1] EPOC update
18629 From: Olaf Flebbe <O.Flebbe@science-computing.de>
18630 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
18631 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
18633 Subject: epoc patch2 for perl-5.6.1-trial1
18634 From: Olaf Flebbe <O.Flebbe@science-computing.de>
18635 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
18636 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
18637 Branch: maint-5.6/perl
18638 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
18640 ____________________________________________________________________________
18641 [ 8347] By: jhi on 2001/01/06 17:29:10
18642 Log: integrate changes #7710,7824,7973 from mainline,
18643 plus VMS nits from Peter Prymmer and Dan Sugalski.
18645 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
18646 library (getprotobyname and getprotobynumber are outversioned by
18647 the same calls in libc, at least for xlc version 3.
18649 Add HAS_SBRK_PROTO.
18651 Fixes for signedness warnings noticed by VMSperlers.
18652 Branch: maint-5.6/perl
18653 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18654 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
18655 ! sv.c vms/descrip_mms.template vos/config.alpha.def
18656 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18657 ! win32/config.bc win32/config.gc win32/config.vc
18658 ____________________________________________________________________________
18659 [ 8346] By: nick on 2001/01/06 14:36:01
18660 Log: Fixup accumulated integrate muddles (perlio == devperl again)
18662 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
18663 ____________________________________________________________________________
18664 [ 8345] By: nick on 2001/01/06 14:24:58
18665 Log: Integrate mainline
18667 !> (integrate 55 files)
18668 ____________________________________________________________________________
18669 [ 8344] By: jhi on 2001/01/06 02:24:02
18670 Log: Subject: [patch] PerlIO_cleanup() prototype
18671 From: Doug MacEachern <dougm@covalent.net>
18672 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
18673 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
18676 ____________________________________________________________________________
18677 [ 8343] By: jhi on 2001/01/06 01:04:09
18678 Log: IRIX compiler noticed that the bof initialization might be
18679 bypassed by control flow.
18682 ____________________________________________________________________________
18683 [ 8342] By: jhi on 2001/01/06 00:10:48
18684 Log: Update Changes.
18686 ! Changes patchlevel.h
18687 ____________________________________________________________________________
18688 [ 8341] By: jhi on 2001/01/05 23:52:33
18689 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
18692 ____________________________________________________________________________
18693 [ 8340] By: jhi on 2001/01/05 22:44:08
18694 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
18695 From: Radu Greab <radu@netsoft.ro>
18696 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
18697 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
18699 ! t/io/pipe.t util.c
18700 ____________________________________________________________________________
18701 [ 8339] By: jhi on 2001/01/05 22:35:17
18702 Log: Subject: [PATCH] format and rewording in perlfaq.pod
18703 From: Robin Barker <rmb1@cise.npl.co.uk>
18704 Date: Fri, 5 Jan 2001 18:51:20 GMT
18705 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
18708 ____________________________________________________________________________
18709 [ 8338] By: jhi on 2001/01/05 22:31:17
18710 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
18711 From: Peter Prymmer <pvhp@forte.com>
18712 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
18713 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
18716 ____________________________________________________________________________
18717 [ 8337] By: jhi on 2001/01/05 18:15:11
18718 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
18719 From: Robin Barker <rmb1@cise.npl.co.uk>
18720 Date: Tue, 2 Jan 2001 15:24:07 GMT
18721 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
18723 If you call configure as C<./Configure> or C<sh ./Configure>,
18724 $src is set to the absolute path name, not '.'.
18726 This, in turn, means -Dmksymlink tries to do its stuff because
18727 it does not think it is in the src directory.
18729 (plus a metaconfig nitfix)
18731 ! U/compline/ccflags.U U/modified/src.U
18733 ! Configure config_h.SH
18734 ____________________________________________________________________________
18735 [ 8336] By: jhi on 2001/01/05 17:48:32
18736 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
18737 From: Alan Burlison <Alan.Burlison@uk.sun.com>
18738 Message-ID: <3A5606C4.473D2226@uk.sun.com>
18739 Date: Fri, 05 Jan 2001 17:39:16 +0000
18742 ____________________________________________________________________________
18743 [ 8335] By: jhi on 2001/01/05 16:05:44
18744 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
18746 ! lib/Getopt/Long.pm
18747 ____________________________________________________________________________
18748 [ 8334] By: jhi on 2001/01/05 16:00:51
18749 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
18750 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
18751 Date: Fri, 05 Jan 2001 13:46:51 +0100
18752 Message-ID: <13693.978698811@nice.ram.loc>
18754 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
18755 accurate reading of the "atime".
18758 ____________________________________________________________________________
18759 [ 8333] By: jhi on 2001/01/05 15:57:37
18760 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
18761 From: Simon Cozens <simon@cozens.net>
18762 Date: Fri, 8 Dec 2000 13:33:31 +0000
18763 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
18765 A lost patch fragment.
18768 ____________________________________________________________________________
18769 [ 8332] By: jhi on 2001/01/05 15:40:42
18770 Log: Do away with strncpy() and a fixed length buffer.
18773 ____________________________________________________________________________
18774 [ 8331] By: jhi on 2001/01/05 15:03:07
18775 Log: Tests for #8329 and #8330.
18778 ____________________________________________________________________________
18779 [ 8330] By: jhi on 2001/01/05 15:02:38
18780 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
18781 raw 8-bit form to the UTF-8 string.
18784 ____________________________________________________________________________
18785 [ 8329] By: jhi on 2001/01/05 14:55:13
18786 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
18787 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18788 Date: Fri, 5 Jan 2001 12:28:52 +0100
18789 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
18791 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
18792 no effect. (changed the strncpy() to Copy())
18795 ____________________________________________________________________________
18796 [ 8328] By: jhi on 2001/01/05 06:44:27
18797 Log: UTF-8 cleanup.
18799 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
18800 ! regexec.c sv.c toke.c
18801 ____________________________________________________________________________
18802 [ 8327] By: jhi on 2001/01/05 01:11:29
18803 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')
18804 From: Radu Greab <radu@netsoft.ro>
18805 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
18806 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
18808 Cleans up Harness to not use FileHandle, which uses IO.
18810 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18811 ____________________________________________________________________________
18812 [ 8326] By: jhi on 2001/01/05 00:56:37
18813 Log: Update Changes.
18815 ! Changes patchlevel.h
18816 ____________________________________________________________________________
18817 [ 8325] By: jhi on 2001/01/05 00:53:18
18818 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
18819 From: Peter Prymmer <pvhp@forte.com>
18820 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
18821 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
18823 plus a couple more tailing whitespace removals.
18826 ____________________________________________________________________________
18827 [ 8324] By: jhi on 2001/01/05 00:47:39
18828 Log: Add some Unicode chop() tests.
18831 ____________________________________________________________________________
18832 [ 8323] By: jhi on 2001/01/05 00:47:23
18833 Log: Unify UTF-8 malformedness handling.
18835 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
18836 ____________________________________________________________________________
18837 [ 8322] By: jhi on 2001/01/04 22:21:54
18838 Log: The new $issymlink was unknown to Mksymlinks.
18839 Branch: metaconfig/U/perl
18840 ! Mksymlinks.U issymlink.U
18842 ! Configure config_h.SH
18843 ____________________________________________________________________________
18844 [ 8321] By: jhi on 2001/01/04 21:51:05
18845 Log: The test didn't work under the core test framework.
18848 ____________________________________________________________________________
18849 [ 8320] By: jhi on 2001/01/04 21:14:22
18850 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
18852 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
18853 ____________________________________________________________________________
18854 [ 8319] By: jhi on 2001/01/04 20:46:17
18855 Log: Typo in #8312 when manually appying a problematic patch fragment.
18857 ! ext/Storable/Storable.xs
18858 ____________________________________________________________________________
18859 [ 8318] By: jhi on 2001/01/04 20:43:01
18860 Log: The $sh_c didn't fly.
18862 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
18863 ! U/modified/Loc.U U/modified/myhostname.U
18864 ! U/modified/spitshell.U
18865 Branch: metaconfig/U/perl
18868 ! Configure config_h.SH
18869 ____________________________________________________________________________
18870 [ 8317] By: jhi on 2001/01/04 19:58:01
18871 Log: AIX builtin test -h is broken, changes based on
18873 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
18874 Date: Tue, 02 Jan 2001 11:24:39 +0100
18875 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18876 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
18878 + U/modified/spitshell.U
18879 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
18880 ! U/modified/Loc.U U/modified/myhostname.U
18881 Branch: metaconfig/U/perl
18882 ! Mksymlinks.U issymlink.U
18885 ____________________________________________________________________________
18886 [ 8316] By: jhi on 2001/01/04 19:02:22
18887 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
18888 From: Andy Dougherty <doughera@lafayette.edu>
18889 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
18890 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
18894 ! hints/solaris_2.sh
18895 ____________________________________________________________________________
18896 [ 8315] By: jhi on 2001/01/04 18:56:48
18897 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
18898 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
18899 Date: Wed, 3 Jan 2001 07:58:51 +0100
18900 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
18902 ! hints/solaris_2.sh
18903 ____________________________________________________________________________
18904 [ 8314] By: jhi on 2001/01/04 18:54:07
18905 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
18906 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18907 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
18908 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
18910 Doc tweak on #8313.
18912 ! ext/B/B/Deparse.pm
18913 ____________________________________________________________________________
18914 [ 8313] By: jhi on 2001/01/04 18:52:27
18915 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
18916 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
18917 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18918 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
18920 Make the peephole optimizer to bypass more null ops and
18921 and rewrite the deparse handling of continue blocks.
18923 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
18924 ____________________________________________________________________________
18925 [ 8312] By: jhi on 2001/01/04 18:47:39
18926 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
18928 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
18929 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18931 ____________________________________________________________________________
18932 [ 8311] By: jhi on 2001/01/04 18:36:08
18933 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
18934 filter to be run on each .pm during the pm_to_blib() phase,
18937 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
18938 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
18939 Date: Wed, 03 Jan 2001 22:01:30 +0100
18940 Message-ID: <5296.978555690@nice.ram.loc>
18942 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
18943 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18944 ! lib/ExtUtils/MakeMaker.pm
18945 ____________________________________________________________________________
18946 [ 8310] By: jhi on 2001/01/04 18:32:54
18947 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
18948 From: Robin Barker <rmb1@cise.npl.co.uk>
18949 Date: Tue, 2 Jan 2001 15:35:03 GMT
18950 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
18952 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
18953 ! pod/perlrequick.pod
18954 ____________________________________________________________________________
18955 [ 8309] By: jhi on 2001/01/04 18:29:07
18956 Log: Subject: Re: [patch] static-ize XS()
18957 From: Doug MacEachern <dougm@covalent.net>
18958 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
18959 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
18961 Provide prototypes for the XS functions.
18963 ! lib/ExtUtils/xsubpp
18964 ____________________________________________________________________________
18965 [ 8308] By: jhi on 2001/01/04 18:27:44
18966 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
18967 From: Doug MacEachern <dougm@covalent.net>
18968 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
18969 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
18971 ! lib/ExtUtils/typemap
18972 ____________________________________________________________________________
18973 [ 8307] By: jhi on 2001/01/04 18:25:25
18974 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
18975 From: Doug MacEachern <dougm@covalent.net>
18976 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
18977 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
18979 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
18981 ! lib/ExtUtils/MM_Unix.pm
18982 ____________________________________________________________________________
18983 [ 8306] By: jhi on 2001/01/04 18:23:00
18984 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
18985 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18986 Date: Thu, 4 Jan 2001 12:47:10 +0100
18987 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
18989 The toke.c part only, patching embed.h and proto.h is futile.
18992 ____________________________________________________________________________
18993 [ 8305] By: jhi on 2001/01/04 18:05:51
18994 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
18995 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18996 Date: Thu, 4 Jan 2001 17:50:12 +0100
18997 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
19000 ____________________________________________________________________________
19001 [ 8304] By: jhi on 2001/01/04 18:03:26
19002 Log: Subject: [PATCH perl@8269]
19003 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19004 Date: Thu, 4 Jan 2001 12:53:39 +0100
19005 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
19007 If running byacc write-enable also perly.h.
19010 ____________________________________________________________________________
19011 [ 8303] By: jhi on 2001/01/04 15:40:49
19012 Log: Rewrite pp_concat() in terms of sv_catsv().
19015 ____________________________________________________________________________
19016 [ 8302] By: nick on 2001/01/03 22:43:22
19017 Log: Integrate mainline.
19019 !> ext/Encode/Encode.xs sv.c utf8.c
19020 ____________________________________________________________________________
19021 [ 8301] By: jhi on 2001/01/02 23:40:26
19022 Log: Variable naming tweak.
19025 ____________________________________________________________________________
19026 [ 8300] By: jhi on 2001/01/02 23:40:02
19027 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
19028 in is_utf8_string().
19031 ____________________________________________________________________________
19032 [ 8299] By: jhi on 2001/01/02 22:14:40
19033 Log: Integrate perlio.
19035 !> pp.c pp_hot.c win32/Makefile
19036 ____________________________________________________________________________
19037 [ 8298] By: nick on 2001/01/02 22:03:06
19038 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
19041 ____________________________________________________________________________
19042 [ 8297] By: jhi on 2001/01/02 04:26:28
19043 Log: Signedness nit.
19045 ! ext/Encode/Encode.xs
19046 ____________________________________________________________________________
19047 [ 8296] By: nick on 2001/01/01 23:49:36
19048 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
19051 ____________________________________________________________________________
19052 [ 8295] By: jhi on 2001/01/01 23:05:48
19053 Log: Integrate perlio.
19055 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
19057 ____________________________________________________________________________
19058 [ 8294] By: nick on 2001/01/01 22:48:34
19059 Log: Integrate mainline
19061 ! pp_hot.c t/lib/encode.t
19062 !> (integrate 65 files)
19063 ____________________________________________________________________________
19064 [ 8293] By: nick on 2001/01/01 21:58:50
19065 Log: More rigor in UTF-8-ness of Encode's toUnicode
19066 XS export some of the utf8 internal functions.
19067 Test some of the functions.
19068 Fix pp_concat() bug shown by said tests.
19070 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
19072 ____________________________________________________________________________
19073 [ 8292] By: jhi on 2001/01/01 18:11:44
19074 Log: Integrate perlio.
19076 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
19077 !> ext/Encode/encengine.c ext/Encode/encode.h
19078 ____________________________________________________________________________
19079 [ 8291] By: jhi on 2001/01/01 18:10:58
19080 Log: Podify README.mpeix (a new version from the web),
19081 add a dummy NAME to Carp::Heavy, regen toc.
19083 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
19085 ____________________________________________________________________________
19086 [ 8290] By: nick on 2001/01/01 17:43:47
19087 Log: Loose the "Loading..." warning.
19088 Another bug in fallback support
19090 ! ext/Encode/Encode.pm ext/Encode/encengine.c
19091 ____________________________________________________________________________
19092 [ 8289] By: jhi on 2001/01/01 00:01:57
19093 Log: Bump up Larry's copyright.
19095 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
19096 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
19097 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
19098 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
19099 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
19100 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
19101 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
19102 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
19103 ____________________________________________________________________________
19104 [ 8288] By: nick on 2000/12/31 21:27:53
19105 Log: Fix .ucm reading - forgot a chr()
19106 Start of .ucm write (for .enc to .ucm)
19108 ! ext/Encode/compile
19109 ____________________________________________________________________________
19110 [ 8287] By: jhi on 2000/12/31 18:15:56
19111 Log: Comment away a diagnostic message as noted by Craig A. Berry
19112 (the unexpected message was confusing testing)
19114 ! ext/Encode/Encode.pm
19115 ____________________________________________________________________________
19116 [ 8286] By: jhi on 2000/12/31 18:14:51
19117 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
19118 Date: Sun, 31 Dec 2000 11:17:37 -0600
19119 From: "Craig A. Berry" <craigberry@mac.com>
19120 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
19122 ! ext/Encode/Makefile.PL
19123 ____________________________________________________________________________
19124 [ 8285] By: nick on 2000/12/31 18:11:54
19125 Log: Start of support of ICU-style .ucm files:
19126 - teach compile how to read a .ucm file
19127 - first guess at how to represent fallbacks in "tries".
19128 - use fallbacks if check == 0
19129 - new return code to indicate we used one.
19131 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
19132 ! ext/Encode/encengine.c ext/Encode/encode.h
19133 ____________________________________________________________________________
19134 [ 8284] By: jhi on 2000/12/31 18:04:41
19135 Log: Pacify picky VMS compiler.
19137 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
19138 From: "Craig A. Berry" <craig.berry@psinetcs.com>
19139 Date: Sat, 30 Dec 2000 18:10:02 -0600
19140 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
19143 ____________________________________________________________________________
19144 [ 8283] By: jhi on 2000/12/31 16:11:47
19145 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
19147 ! t/lib/glob-basic.t
19148 ____________________________________________________________________________
19149 [ 8282] By: jhi on 2000/12/31 15:26:11
19150 Log: Integrate perlio.
19152 !> makedef.pl opcode.pl os2/os2.c perlio.c
19153 ____________________________________________________________________________
19154 [ 8281] By: nick on 2000/12/31 10:06:15
19155 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
19156 is available to be exported
19158 ! makedef.pl perlio.c
19159 ____________________________________________________________________________
19160 [ 8280] By: nick on 2000/12/31 09:41:26
19161 Log: Ilya's OS2 patch (testing for damage on Win32)
19163 ! makedef.pl opcode.pl os2/os2.c
19164 ____________________________________________________________________________
19165 [ 8279] By: jhi on 2000/12/30 21:52:07
19168 ! t/lib/syslfs.t t/op/lfs.t
19169 ____________________________________________________________________________
19170 [ 8278] By: jhi on 2000/12/30 21:47:49
19171 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
19172 From: andreas.koenig@anima.de (Andreas J. Koenig)
19173 Date: 30 Dec 2000 22:35:37 +0100
19174 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
19176 The 32-bit wraparound test wasn't quite right.
19178 ! t/lib/syslfs.t t/op/lfs.t
19179 ____________________________________________________________________________
19180 [ 8277] By: jhi on 2000/12/30 21:33:44
19181 Log: Subject: [PATCH] open() example in perlfunc.pod
19182 From: Karsten Sperling <s_sperli@ira.uka.de>
19183 Date: Sat, 30 Dec 2000 22:27:09 +0100
19184 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
19187 ____________________________________________________________________________
19188 [ 8276] By: jhi on 2000/12/30 20:32:40
19189 Log: Not quite that many tests yet.
19192 ____________________________________________________________________________
19193 [ 8275] By: jhi on 2000/12/30 20:26:58
19194 Log: Integrate perlio.
19197 ____________________________________________________________________________
19198 [ 8274] By: jhi on 2000/12/30 20:24:56
19199 Log: Signedness nit.
19202 ____________________________________________________________________________
19203 [ 8273] By: jhi on 2000/12/30 20:15:46
19204 Log: Add a test case for 20000731.001 which was fixed by the #8267.
19207 ____________________________________________________________________________
19208 [ 8272] By: nick on 2000/12/30 19:47:51
19209 Log: Tweak for MULTIPLICITY/USE_PERLIO
19212 ____________________________________________________________________________
19213 [ 8271] By: nick on 2000/12/30 19:46:45
19214 Log: Integrate mainline
19216 +> lib/unicode/distinct.pm
19217 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
19218 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
19219 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
19220 ____________________________________________________________________________
19221 [ 8270] By: jhi on 2000/12/30 19:39:50
19222 Log: Subject: RE: perl@8269
19223 From: "Richard Soderberg" <rs@crystalflame.net>
19224 Date: Sat, 30 Dec 2000 11:36:27 -0800
19225 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
19230 ____________________________________________________________________________
19231 [ 8269] By: jhi on 2000/12/30 18:55:48
19232 Log: Update Changes.
19234 ! Changes patchlevel.h
19235 ____________________________________________________________________________
19236 [ 8268] By: jhi on 2000/12/30 17:18:40
19237 Log: Add a test for Unicode split //. The #8267 was the cure.
19240 ____________________________________________________________________________
19241 [ 8267] By: jhi on 2000/12/30 17:14:19
19242 Log: Subject: more UTF8 test suites and an UTF8 patch
19243 From: Inaba Hiroto <inaba@st.rim.or.jp>
19244 Date: Sat, 30 Dec 2000 14:27:10 +0900
19245 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
19247 Just the patch part for now, and the pragma renamed
19248 as unicode::distinct.
19250 + lib/unicode/distinct.pm
19251 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
19252 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
19253 ! regcomp.h regexec.c sv.c toke.c utf8.c
19254 ____________________________________________________________________________
19255 [ 8266] By: nick on 2000/12/30 16:40:49
19256 Log: Integrate mainline
19258 +> lib/Pod/Text/Overstrike.pm
19259 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
19260 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
19261 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
19262 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
19263 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
19264 ____________________________________________________________________________
19265 [ 8265] By: jhi on 2000/12/30 07:28:55
19266 Log: The sv_catsv() fix, take two.
19269 ____________________________________________________________________________
19270 [ 8264] By: jhi on 2000/12/30 06:19:18
19271 Log: Undo all the join-related changes since #8248: relevant
19272 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
19273 The new sv_catsv() doesn't fly so it must go back to
19276 ! sv.c t/op/join.t t/pragma/utf8.t
19277 ____________________________________________________________________________
19278 [ 8263] By: jhi on 2000/12/30 01:08:32
19279 Log: (Retracted by #8264) Tweak sv_catsv() some more.
19282 ____________________________________________________________________________
19283 [ 8262] By: jhi on 2000/12/30 00:45:14
19284 Log: Retract #8261.
19287 ____________________________________________________________________________
19288 [ 8261] By: jhi on 2000/12/30 00:38:32
19289 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
19292 ____________________________________________________________________________
19293 [ 8260] By: jhi on 2000/12/29 22:51:33
19294 Log: (Retracted by #8264) More fixing for #8251.
19297 ____________________________________________________________________________
19298 [ 8259] By: jhi on 2000/12/29 18:27:30
19299 Log: Subject: podlators 1.06 released
19300 From: Russ Allbery <rra@stanford.edu>
19301 Date: 25 Dec 2000 05:09:30 -0800
19302 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
19304 + lib/Pod/Text/Overstrike.pm
19305 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
19306 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
19307 ____________________________________________________________________________
19308 [ 8258] By: jhi on 2000/12/29 18:20:45
19309 Log: Make the large file tests more robust/talkative as suggested by
19311 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
19312 From: andreas.koenig@anima.de (Andreas J. Koenig)
19313 Date: 29 Dec 2000 14:23:01 +0100
19314 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
19316 ! t/lib/syslfs.t t/op/lfs.t
19317 ____________________________________________________________________________
19318 [ 8257] By: jhi on 2000/12/29 17:48:04
19319 Log: Further VMS piping fixes from Charles Lane:
19321 In summary, error messages produced when a subprocess terminated
19322 abnormally were being sent not just to the parent process, but to
19323 grandparents, because of default values for error output that were
19324 not completely overridden when the subprocess was started.
19326 This patch fixes this behavior by defining user-mode (i.e., temporary
19327 for the duration of the program) logical names for SYS$OUTPUT and
19328 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
19329 changes to make it so that the user-mode logicals are the ones that
19330 control where Perl's error messages go if it terminates abnormally.
19332 I also added some gratuitous fixes to the indentation of braces in
19333 the piping code. It just looked ugly, before.
19335 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
19336 ____________________________________________________________________________
19337 [ 8256] By: jhi on 2000/12/29 17:45:12
19338 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
19339 From: "Casey R. Tweten" <crt@kiski.net>
19340 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
19341 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
19343 Tests for for #8240.
19345 ! t/pragma/constant.t
19346 ____________________________________________________________________________
19347 [ 8255] By: jhi on 2000/12/29 17:43:07
19348 Log: Subject: Re: [PATCH] Interesting syntax idea
19349 From: Simon Cozens <simon@cozens.net>
19350 Date: Fri, 29 Dec 2000 14:34:04 +0000
19351 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
19355 ! t/pragma/sub_lval.t
19356 ____________________________________________________________________________
19357 [ 8254] By: jhi on 2000/12/29 17:42:11
19358 Log: Subject: [PATCH] Interesting syntax idea
19359 From: Simon Cozens <simon@cozens.net>
19360 Date: Wed, 27 Dec 2000 05:08:57 +0000
19361 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
19363 Make opens + bareword assigns do typeglob assigns.
19366 ____________________________________________________________________________
19367 [ 8253] By: jhi on 2000/12/29 17:36:45
19368 Log: Output the (apparent) version of gcc, as suggested by
19370 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
19371 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
19372 Date: 26 Dec 2000 04:29:17 -0500
19373 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
19375 (The patch as such didn't any more apply as the misparsing had
19376 already been addressed in #6474.) Also change the wording about
19377 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
19380 ____________________________________________________________________________
19381 [ 8252] By: nick on 2000/12/29 12:14:31
19382 Log: Integrate mainline
19384 !> (integrate 27 files)
19385 ____________________________________________________________________________
19386 [ 8251] By: jhi on 2000/12/29 08:45:46
19387 Log: (Retracted by #8264)
19391 sv_catsv() needs one more byte space than seems reasonable.
19392 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
19393 Curiouser and curiouser.
19396 ____________________________________________________________________________
19397 [ 8250] By: jhi on 2000/12/29 07:57:52
19398 Log: More split // UTF-8 tests.
19401 ____________________________________________________________________________
19402 [ 8249] By: jhi on 2000/12/29 07:54:51
19403 Log: (Retracted by #8264) More join() testing which was good because
19404 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
19406 ! pp.c t/op/join.t utf8.c utf8.h
19407 ____________________________________________________________________________
19408 [ 8248] By: jhi on 2000/12/29 07:08:32
19409 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
19410 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
19411 that the only cases to care about are byte+byte and byte+character.
19413 TODO: See how well pp_concat() could be implemented in terms
19416 ! doop.c sv.c t/op/join.t utf8.h
19417 ____________________________________________________________________________
19418 [ 8247] By: jhi on 2000/12/29 06:35:23
19419 Log: Signedness nit.
19422 ____________________________________________________________________________
19423 [ 8246] By: jhi on 2000/12/29 01:23:31
19424 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
19425 From: Lupe Christoph <lupe@lupe-christoph.de>
19426 Date: Thu, 28 Dec 2000 23:00:00 +0100
19427 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
19429 Suggest rsync --delete --dry-run.
19432 ____________________________________________________________________________
19433 [ 8245] By: jhi on 2000/12/28 23:57:05
19434 Log: The maxiters upper limit sanity check (guarding against
19435 non-progress) assumed bytes instead of characters in s///
19439 ____________________________________________________________________________
19440 [ 8244] By: jhi on 2000/12/28 23:34:08
19441 Log: Make some panic messages a bit more logical.
19443 ! doop.c pod/perldiag.pod pp.c pp_hot.c
19444 ____________________________________________________________________________
19445 [ 8243] By: jhi on 2000/12/28 22:59:16
19446 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
19447 From: Simon Cozens <simon@cozens.net>
19448 Date: Wed, 27 Dec 2000 02:30:03 +0000
19449 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
19451 ! pp.c t/pragma/sub_lval.t
19452 ____________________________________________________________________________
19453 [ 8242] By: jhi on 2000/12/28 22:56:53
19454 Log: Subject: [PATCH blead] Fix B::Terse indentation
19455 From: Daniel Chetlin <daniel@chetlin.com>
19456 Date: Wed, 27 Dec 2000 06:43:30 -0800
19457 Message-ID: <20001227064329.B9573@darkstar>
19459 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
19460 ____________________________________________________________________________
19461 [ 8241] By: jhi on 2000/12/28 22:48:59
19462 Log: The latter patch from the
19464 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
19465 From: Peter Prymmer <pvhp@forte.com>
19466 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
19467 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
19469 (the former patch from the above should have been
19470 taken care of by Nick I-S)
19473 ____________________________________________________________________________
19474 [ 8240] By: jhi on 2000/12/28 22:45:22
19475 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
19476 From: "Casey R. Tweten" <crt@kiski.net>
19477 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
19478 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
19481 ____________________________________________________________________________
19482 [ 8239] By: jhi on 2000/12/28 22:37:45
19483 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
19484 From: Simon Cozens <simon@cozens.net>
19485 Date: Wed, 27 Dec 2000 14:12:44 +0000
19486 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
19488 ! t/op/method.t t/op/sort.t toke.c
19489 ____________________________________________________________________________
19490 [ 8238] By: jhi on 2000/12/28 22:30:32
19491 Log: Subject: [PATCH perl@8229] Call.pm
19492 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
19493 Date: Mon, 25 Dec 2000 10:47:15 -0000
19494 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
19496 ! ext/Filter/Util/Call/Call.pm
19497 ____________________________________________________________________________
19498 [ 8237] By: jhi on 2000/12/28 22:19:21
19499 Log: Subject: [PATCH blead] Fix problem with `&' prototype
19500 From: Daniel Chetlin <daniel@chetlin.com>
19501 Date: Wed, 27 Dec 2000 15:55:32 -0800
19502 Message-ID: <20001227155532.D9573@darkstar>
19504 ! op.c t/comp/proto.t
19505 ____________________________________________________________________________
19506 [ 8236] By: jhi on 2000/12/28 22:09:25
19507 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
19508 From: Daniel Chetlin <daniel@chetlin.com>
19509 Date: Sun, 24 Dec 2000 04:09:49 -0800
19510 Message-ID: <20001224040949.B3090@darkstar>
19512 ! gv.c mg.c t/op/attrs.t
19513 ____________________________________________________________________________
19514 [ 8235] By: jhi on 2000/12/28 22:07:11
19515 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
19516 From: Jan Dubois <jand@ActiveState.com>
19517 Date: Tue, 26 Dec 2000 20:57:31 -0800
19518 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
19521 ____________________________________________________________________________
19522 [ 8234] By: jhi on 2000/12/28 21:52:42
19523 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
19524 From: Simon Cozens <simon@cozens.net>
19525 Date: Thu, 28 Dec 2000 20:33:13 +0000
19526 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
19528 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
19529 ____________________________________________________________________________
19530 [ 8233] By: jhi on 2000/12/28 19:40:49
19531 Log: Integrate perlio.
19533 !> ext/Encode/Makefile.PL ext/Encode/compile
19534 ____________________________________________________________________________
19535 [ 8232] By: nick on 2000/12/23 16:06:00
19536 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
19537 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
19539 ! ext/Encode/Makefile.PL
19540 ____________________________________________________________________________
19541 [ 8231] By: nick on 2000/12/23 14:30:34
19542 Log: "Compiled" encode build cleanup
19543 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
19544 - .c files do not export sub-tables
19546 ! ext/Encode/Makefile.PL ext/Encode/compile
19547 ____________________________________________________________________________
19548 [ 8230] By: nick on 2000/12/23 12:50:37
19549 Log: Integrate mainline
19551 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
19552 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
19553 !> pod/perl5004delta.pod pod/perl5005delta.pod
19554 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
19555 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
19556 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
19558 ____________________________________________________________________________
19559 [ 8229] By: jhi on 2000/12/22 15:32:12
19560 Log: Integrate perlio.
19562 +> win32/distclean.bat
19563 !> MANIFEST t/io/utf8.t
19564 ____________________________________________________________________________
19565 [ 8228] By: jhi on 2000/12/22 15:29:40
19566 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
19567 From: Robin Barker <rmb1@cise.npl.co.uk>
19568 Date: Fri, 22 Dec 2000 12:17:38 GMT
19569 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
19571 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
19572 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
19573 ! pod/perl5004delta.pod pod/perl5005delta.pod
19574 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
19575 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
19576 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
19578 ____________________________________________________________________________
19579 [ 8227] By: jhi on 2000/12/22 15:24:28
19580 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
19581 From: "John L. Allen" <allen@grumman.com>
19582 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
19583 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
19585 Document APPLLIB_EXP.
19588 ____________________________________________________________________________
19589 [ 8226] By: nick on 2000/12/21 22:11:50
19590 Log: Handy script for when one forgets to "dmake clean"
19592 + win32/distclean.bat
19594 ____________________________________________________________________________
19595 [ 8225] By: nick on 2000/12/21 21:54:04
19596 Log: CRLF platform issue with io/utf8 fix.
19599 ____________________________________________________________________________
19600 [ 8224] By: nick on 2000/12/21 21:02:20
19601 Log: Integrate mainline
19603 !> Changes Configure Makefile.SH Porting/Glossary
19604 !> Porting/config.sh Porting/config_H configure.com
19605 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
19606 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
19607 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
19608 !> win32/config.bc win32/config.gc win32/config.vc
19609 ____________________________________________________________________________
19610 [ 8223] By: jhi on 2000/12/21 17:09:16
19611 Log: Update Changes.
19613 ! Changes patchlevel.h
19614 ____________________________________________________________________________
19615 [ 8222] By: jhi on 2000/12/21 16:24:01
19616 Log: Metaconfig unit changes for #8221.
19617 Branch: metaconfig/U/perl
19621 ____________________________________________________________________________
19622 [ 8221] By: jhi on 2000/12/21 16:23:48
19623 Log: Rename testsyml to issymlink.
19625 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19626 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
19628 ____________________________________________________________________________
19629 [ 8220] By: jhi on 2000/12/21 15:47:26
19630 Log: Robustness support for #8218 (symlink forest) since the GNU
19631 tools seem to be overly picky about symlinkage depths.
19633 ! Makefile.SH t/io/fs.t
19634 ____________________________________________________________________________
19635 [ 8219] By: jhi on 2000/12/21 15:38:27
19636 Log: Metaconfig changes for #8218.
19638 ! U/modified/Oldconfig.U
19639 Branch: metaconfig/U/perl
19642 ____________________________________________________________________________
19643 [ 8218] By: jhi on 2000/12/21 15:37:57
19644 Log: Add Configure option -Dmksymlinks which will create a symlink
19645 forest if the current/build differs from the source directory.
19646 TODO: mkdir -p is not portable.
19649 ____________________________________________________________________________
19650 [ 8217] By: jhi on 2000/12/21 14:39:12
19651 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
19652 From: Nick Ing-Simmons <nik@tiuk.ti.com>
19653 Date: Thu, 21 Dec 2000 09:38:18 GMT
19654 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
19656 The ofs became an SV.
19658 ! ext/Thread/Thread.xs
19659 ____________________________________________________________________________
19660 [ 8216] By: jhi on 2000/12/21 05:40:21
19661 Log: The polymorphism seems to have fixed 20000517.001.
19664 ____________________________________________________________________________
19665 [ 8215] By: jhi on 2000/12/21 04:44:52
19666 Log: read() documentation tweak for 20001121.004.
19669 ____________________________________________________________________________
19670 [ 8214] By: jhi on 2000/12/21 03:54:11
19671 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
19673 ! pp_sys.c t/op/misc.t
19674 ____________________________________________________________________________
19675 [ 8213] By: jhi on 2000/12/21 00:28:10
19676 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
19677 From: Peter Prymmer <pvhp@forte.com>
19678 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
19679 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
19682 ____________________________________________________________________________
19683 [ 8212] By: jhi on 2000/12/21 00:26:21
19684 Log: Edit edit edit.
19687 ____________________________________________________________________________
19688 [ 8211] By: jhi on 2000/12/20 18:52:46
19689 Log: Update Changes.
19691 ! Changes patchlevel.h
19692 ____________________________________________________________________________
19693 [ 8210] By: jhi on 2000/12/20 18:34:47
19694 Log: Yet another editor edit.
19697 ____________________________________________________________________________
19698 [ 8209] By: jhi on 2000/12/20 15:33:28
19699 Log: More Win32 Perling.
19702 ____________________________________________________________________________
19703 [ 8208] By: jhi on 2000/12/20 15:07:46
19704 Log: More Win32 editor/IDE/shell hints.
19707 ____________________________________________________________________________
19708 [ 8207] By: jhi on 2000/12/20 03:54:08
19709 Log: Subject: [PATCH] obscure timing knowledge
19710 From: Nicholas Clark <nick@ccl4.org>
19711 Date: Tue, 19 Dec 2000 19:22:31 +0000
19712 Message-ID: <20001219192231.F2827@plum.flirble.org>
19715 ____________________________________________________________________________
19716 [ 8206] By: jhi on 2000/12/20 03:45:57
19717 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
19718 From: Spider Boardman <spider@leggy.zk3.dec.com>
19719 Date: Tue, 19 Dec 2000 21:30:16 -0500
19720 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
19723 ____________________________________________________________________________
19724 [ 8205] By: jhi on 2000/12/19 23:02:01
19725 Log: Update Changes.
19727 ! Changes patchlevel.h
19728 ____________________________________________________________________________
19729 [ 8204] By: jhi on 2000/12/19 22:58:18
19730 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
19731 using the \xHH notation. No more inlined UTF-8, sigh, but easier
19732 on editors and diffing/patching.
19734 ! t/op/utf8decode.t
19735 ____________________________________________________________________________
19736 [ 8203] By: nick on 2000/12/19 21:36:16
19737 Log: Integrate mainline (forgot my own change...)
19739 !> ext/Encode/compile
19740 ____________________________________________________________________________
19741 [ 8202] By: nick on 2000/12/19 21:34:42
19742 Log: Integrate mainline.
19744 !> (integrate 61 files)
19745 ____________________________________________________________________________
19746 [ 8201] By: nick on 2000/12/19 21:34:06
19747 Log: Avoid looking for File::Glob when we don't need it.
19749 ! ext/Encode/compile
19750 ____________________________________________________________________________
19751 [ 8200] By: jhi on 2000/12/19 18:35:49
19752 Log: Update Changes.
19754 ! Changes patchlevel.h
19755 ____________________________________________________________________________
19756 [ 8199] By: jhi on 2000/12/19 18:35:07
19757 Log: Microperl tweaks.
19759 ! sv.c uconfig.h uconfig.sh
19760 ____________________________________________________________________________
19761 [ 8198] By: jhi on 2000/12/19 18:29:59
19762 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
19764 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19765 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
19766 ____________________________________________________________________________
19767 [ 8197] By: jhi on 2000/12/19 17:55:29
19768 Log: In VMS embedded perls couldn't access the statically built Socket,
19772 ____________________________________________________________________________
19773 [ 8196] By: jhi on 2000/12/19 17:49:50
19774 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
19775 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19776 Date: Sun, 17 Dec 2000 19:11:44 -0000
19777 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
19779 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19780 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19781 ____________________________________________________________________________
19782 [ 8195] By: jhi on 2000/12/19 17:47:53
19783 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
19784 From: Jonathan Stowe <gellyfish@gellyfish.com>
19785 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
19786 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
19789 ____________________________________________________________________________
19790 [ 8194] By: jhi on 2000/12/19 17:46:28
19791 Log: Subject: Re: useless use of void context work-around
19792 From: andreas.koenig@anima.de (Andreas J. Koenig)
19793 Date: 16 Dec 2000 15:13:36 +0100
19794 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
19796 Document (comment) the q(di ds ig) trick in the code.
19799 ____________________________________________________________________________
19800 [ 8193] By: jhi on 2000/12/19 17:10:57
19801 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
19802 From: "Mark J. Reed" <mreed@strange.turner.com>
19803 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
19804 Message-Id: <200012160222.VAA13986@strange.turner.com>
19806 ! ext/Sys/Syslog/Syslog.pm
19807 ____________________________________________________________________________
19808 [ 8192] By: jhi on 2000/12/19 17:07:45
19809 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
19810 From: Nicholas Clark <nick@ccl4.org>
19811 Date: Sat, 16 Dec 2000 19:03:13 +0000
19812 Message-ID: <20001216190313.D68304@plum.flirble.org>
19815 ____________________________________________________________________________
19816 [ 8191] By: jhi on 2000/12/19 17:06:13
19817 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
19818 From: Dominic Dunlop <domo@computer.org>
19819 Date: Mon, 18 Dec 2000 12:00:15 +0100
19820 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
19822 This patchlet is needed in order that perl can be statically linked.
19825 ____________________________________________________________________________
19826 [ 8190] By: jhi on 2000/12/19 17:03:08
19827 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
19828 From: "Craig A. Berry" <craig.berry@psinetcs.com>
19829 Date: Sun, 17 Dec 2000 00:18:35 -0600
19830 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
19832 ! perlio.h vms/gen_shrfls.pl
19833 ____________________________________________________________________________
19834 [ 8189] By: jhi on 2000/12/19 16:20:28
19835 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
19836 From: Prymmer/Kahn <pvhp@best.com>
19837 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
19838 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
19840 A better version of #8188.
19843 ____________________________________________________________________________
19844 [ 8188] By: jhi on 2000/12/19 15:57:06
19845 Log: (Replaced by #8189)
19847 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
19848 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
19849 From: Prymmer/Kahn <pvhp@best.com>
19850 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
19851 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
19852 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
19853 Date: Mon, 18 Dec 2000 11:10:45 -0500
19854 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
19857 ____________________________________________________________________________
19858 [ 8187] By: jhi on 2000/12/19 15:54:19
19859 Log: Email address fix for Anton Berezin.
19862 ____________________________________________________________________________
19863 [ 8186] By: jhi on 2000/12/19 15:38:54
19864 Log: Subject: [PATCH perl@8102] cygwin port
19865 From: "Eric Fifer" <efifer@dircon.co.uk>
19866 Date: Thu, 14 Dec 2000 13:41:29 -0000
19867 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
19869 When compiling modules the data item that is being imported
19870 from libperl.dll needs to be tagged as imported/shared data:
19871 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
19874 ____________________________________________________________________________
19875 [ 8185] By: jhi on 2000/12/19 14:53:24
19876 Log: Regen uconfig.h and uconfig.sh.
19878 ! uconfig.h uconfig.sh
19879 ____________________________________________________________________________
19880 [ 8184] By: jhi on 2000/12/18 20:43:49
19881 Log: Comments work so much better when they are closed.
19884 ____________________________________________________________________________
19885 [ 8183] By: jhi on 2000/12/18 18:04:02
19886 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
19887 Fixes the bug 20001218.016.
19890 ____________________________________________________________________________
19891 [ 8182] By: gsar on 2000/12/18 09:53:47
19892 Log: delete spurious files
19893 Branch: maint-5.6/perl
19894 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
19895 - vos/config.h vos/config_h.SH_orig
19896 ____________________________________________________________________________
19897 [ 8181] By: gsar on 2000/12/18 09:46:08
19899 Branch: maint-5.6/perl
19900 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
19901 ____________________________________________________________________________
19902 [ 8180] By: gsar on 2000/12/18 09:20:27
19903 Log: integrate changes#7924..7926,7946,7952 from mainline
19904 Branch: maint-5.6/perl
19905 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
19906 !> lib/File/stat.pm t/lib/class-struct.t
19907 ____________________________________________________________________________
19908 [ 8179] By: gsar on 2000/12/18 08:55:54
19909 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
19910 7918,7919,7988,8907 from mainline (various)
19911 Branch: maint-5.6/perl
19912 +> t/lib/class-struct.t
19913 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
19914 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
19915 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
19916 ____________________________________________________________________________
19917 [ 8178] By: gsar on 2000/12/18 08:16:30
19918 Log: avoid redefinition warnings on windows due to sys/socket.h getting
19919 #included before win32.h
19920 Branch: maint-5.6/perl
19921 ! win32/include/sys/socket.h
19922 ____________________________________________________________________________
19923 [ 8177] By: gsar on 2000/12/18 05:24:04
19924 Log: make regen_headers; fix POSIX.xs problems; remove outdated
19925 code from sys/socket.h that makes build fail now
19926 Branch: maint-5.6/perl
19927 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
19929 !> win32/include/sys/socket.h
19930 ____________________________________________________________________________
19931 [ 8176] By: gsar on 2000/12/18 05:20:17
19932 Log: update Changes
19933 Branch: maint-5.6/perl
19934 ! Changes patchlevel.h
19935 ____________________________________________________________________________
19936 [ 8175] By: gsar on 2000/12/18 04:57:48
19937 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
19938 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
19939 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
19940 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
19941 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
19943 Branch: maint-5.6/perl
19944 +> lib/File/Spec/Epoc.pm
19945 !> (integrate 88 files)
19946 ____________________________________________________________________________
19947 [ 8174] By: gsar on 2000/12/18 03:53:09
19948 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
19949 7625..7629,7631..7634,7637,7639,7642 from mainline
19950 Branch: maint-5.6/perl
19952 !> (integrate 26 files)
19953 ____________________________________________________________________________
19954 [ 8173] By: gsar on 2000/12/18 03:37:02
19955 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
19956 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
19957 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
19958 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
19959 Branch: maint-5.6/perl
19960 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
19962 !> (integrate 111 files)
19963 ____________________________________________________________________________
19964 [ 8172] By: jhi on 2000/12/18 02:49:27
19967 ! pod/perlmodlib.pod pod/perltoc.pod
19968 ____________________________________________________________________________
19969 [ 8171] By: gsar on 2000/12/18 02:49:24
19970 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
19971 7465..7471 from mainline
19973 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
19974 in platforms that strictly require all the symbols being present
19977 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
19979 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
19981 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
19983 Subject: [PATCH] todo
19985 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
19987 Use $sort, $uniq (and $tr) consistently as wondered
19990 Too enthusiastic editing in #7460.
19992 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
19994 Upgrade to CPAN 1.58_55.
19995 Subject: CPAN.pm status
19997 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
19999 Make target reordering to avoid pointless re-makes.
20000 Subject: Re: Total re-make of 'make okfile' after 7451 ?
20002 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
20004 Subject: DOC PATCH 5.6.0
20006 Add the repository doc by Malcolm, Sarathy, and by Simon,
20007 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
20008 Branch: maint-5.6/perl
20009 +> Porting/repository.pod
20010 !> Configure MANIFEST Makefile.SH README.dos README.os2
20011 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
20012 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
20013 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
20014 ____________________________________________________________________________
20015 [ 8169] By: gsar on 2000/12/18 02:33:34
20016 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
20017 7435..7441,7445 from mainline
20019 Make the UTF-8 decoding stricter and more verbose when
20020 malformation happens. This involved adding an argument
20021 to utf8_to_uv_chk(), which involved changing its prototype,
20022 and prefer STRLEN over I32 for the UTF-8 length, which as
20023 a domino effect necessitated changing the prototypes of
20024 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
20025 The stricter UTF-8 decoding checking uses Markus Kuhn's
20026 UTF-8 Decode Stress Tester from
20027 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
20029 Run vms/vms_yfix.pl, should have done that after changing
20032 Subject: [PATCH 5.7.0] static linking with uninstalled perl
20034 (Replaced by #7440.)
20035 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
20037 Fix the bug ID 20001024.005, the bug introduced by #7416.
20039 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
20041 Fix the bug reported in
20042 From: andreas.koenig@anima.de (Andreas J. Koenig)
20043 Also make is_utf8_char() stricter.
20045 Missed the header file changes from #7425.
20047 Check if stdio supports tweaking lval and cnt simultaneously.
20048 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
20050 Stratus VOS updates from Paul Green.
20052 Podify README.epoc and README.vos.
20054 Add targets to Makefile.SH, most importantly
20055 'regen_all' which also remembers to update vms/perly*.
20057 Subject: Minor update to find2perl, for portability
20059 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
20061 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
20063 Rename UTF8LEN() to be UNISKIP(), too confusing to have
20064 UTF8LEN() and UTF8SKIP().
20066 Allow poking holes at the UTF-8 decoding strictness.
20068 Continue the internal UTF-8 API tweaking.
20069 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
20070 used much more than the simpler API, now called utf8_to_uv_simple().
20071 Still not quite happy with API, too much partial duplication
20074 A new version of making the syslog test more robust.
20076 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
20078 buildtoc target tweaks.
20080 Integrate with vmsperl #7430 by Charles Bailey:
20082 Cleanup from prior patch (Charles Lane?):
20083 - improve handling of MFDs in Basename and Path
20084 - default to no xsubpp line # munging when building debug images
20085 Branch: maint-5.6/perl
20086 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20087 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
20088 !> (integrate 67 files)
20089 ____________________________________________________________________________
20090 [ 8168] By: gsar on 2000/12/18 02:05:49
20091 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
20093 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
20094 From: Martin Husemann <martin@duskware.de>
20096 Subject: [PATCH 5.7.0] restore match data on backtracing
20097 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20098 Branch: maint-5.6/perl
20099 !> regcomp.c regexec.c t/op/re_tests
20100 ____________________________________________________________________________
20101 [ 8167] By: gsar on 2000/12/18 01:55:22
20102 Log: integrate changes#7858,7986 from mainline
20104 C<foreach my $x ...> in pseudo-fork()ed process may diddle
20105 parent's memory; fix it by keeping track of the actual pad
20106 offset rather than a raw pointer (this change is probably also
20107 relevant to non-ithreads case to avoid fallout from reallocs of
20108 the pad array, but is currently only enabled for the ithreads
20109 case in the interests of minimal disruption to existing "well
20112 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
20113 due to the notorious GetFileType() bug in Windows 9x, which fstat()
20115 Branch: maint-5.6/perl
20116 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
20117 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
20118 !> win32/win32.c win32/win32.h win32/win32sck.c
20119 ____________________________________________________________________________
20120 [ 8166] By: gsar on 2000/12/18 01:52:59
20121 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
20122 from mainline (xsubpp and ExtUtils::LibList fixups, various
20124 Branch: maint-5.6/perl
20125 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
20126 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
20127 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
20128 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
20129 !> win32/bin/search.pl
20130 ____________________________________________________________________________
20131 [ 8165] By: gsar on 2000/12/18 01:28:45
20132 Log: integrate changes#7533,7563,7611,7623 from mainline (various
20133 malloc.c embellishments)
20134 Branch: maint-5.6/perl
20135 !> malloc.c pod/perldiag.pod
20136 ____________________________________________________________________________
20137 [ 8164] By: gsar on 2000/12/18 01:23:33
20138 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
20140 Branch: maint-5.6/perl
20142 ____________________________________________________________________________
20143 [ 8163] By: gsar on 2000/12/18 01:17:50
20144 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
20146 Branch: maint-5.6/perl
20147 !> Makefile.SH utils/perlbug.PL
20148 ____________________________________________________________________________
20149 [ 8162] By: gsar on 2000/12/18 00:25:43
20150 Log: always export Perl_deb() (it is required by re.xs whether
20151 Perl is built with or without -DDEBUGGING)
20152 Branch: maint-5.6/perl
20154 ____________________________________________________________________________
20155 [ 8161] By: gsar on 2000/12/18 00:23:38
20156 Log: integrate change#7414 from mainline
20158 Undo the basename() part of #7412 since the lib/basename
20159 tests would need upgrading too.
20161 squelch two tests in tr.t that rely on tr/// paranoia change
20162 that's not in 5.6.x
20163 Branch: maint-5.6/perl
20165 !> lib/File/Basename.pm
20166 ____________________________________________________________________________
20167 [ 8160] By: gsar on 2000/12/18 00:05:30
20168 Log: missing change in previous integrate
20169 Branch: maint-5.6/perl
20171 ____________________________________________________________________________
20172 [ 8159] By: gsar on 2000/12/18 00:03:38
20173 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
20174 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
20175 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
20176 7410..7413 from mainline
20177 Branch: maint-5.6/perl
20178 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
20179 +> t/lib/tie-splice.t
20180 - lib/unicode/Is/DCinital.pl
20181 !> (integrate 112 files)
20182 ____________________________________________________________________________
20183 [ 8158] By: jhi on 2000/12/17 23:04:24
20184 Log: Subject: [PATCHES] RE: perl@8150
20185 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
20186 Date: Sun, 17 Dec 2000 21:46:39 +0100
20187 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
20189 Neither cygwin has a getpwuid() one can trust on.
20191 ! t/lib/glob-basic.t
20192 ____________________________________________________________________________
20193 [ 8157] By: jhi on 2000/12/17 23:01:54
20194 Log: More MAN.PODS => {} fixes.
20196 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
20197 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
20198 ! os2/OS2/REXX/Makefile.PL
20199 ____________________________________________________________________________
20200 [ 8156] By: gsar on 2000/12/17 22:49:13
20201 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
20202 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
20203 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
20204 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
20205 7201,7204 from mainline
20206 Branch: maint-5.6/perl
20207 !> (integrate 121 files)
20208 ____________________________________________________________________________
20209 [ 8155] By: jhi on 2000/12/17 22:30:58
20210 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
20211 From: "Craig A. Berry" <craigberry@mac.com>
20212 Date: Sun, 17 Dec 2000 13:09:28 -0600
20213 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
20215 MAN.PODS => ' ' is naughty.
20217 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
20218 ____________________________________________________________________________
20219 [ 8154] By: nick on 2000/12/17 22:07:13
20220 Log: MULTIPLICITY nit.
20223 ____________________________________________________________________________
20224 [ 8153] By: gsar on 2000/12/17 21:23:05
20225 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
20226 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
20229 Document the SvIOK_.*UV().
20231 Update Unicode todo list.
20233 Guard against bad string->int conversion for quads.
20235 Subject: small apidoc fix
20237 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
20239 Subject: [PATCH] Tied filehandle documentation
20241 Subject: [PATCH] Modernize Opcode.pm documentation
20243 Make Data::Dumper (non-XS) to work with changed semantics of ref().
20244 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
20245 [applied even though said semantics didn't change in 5.6.x]
20247 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
20249 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
20251 Fix the URL, but the server is still missing in action.
20252 Subject: [ID 20000905.002] perlfaq1.pod URL error
20254 Subject: [ID 20000903.001] \w in utf8-strings
20256 Fix the ccversion detection for 5.1 and beyond.
20257 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
20259 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
20261 Subject: [ID 20000904.008] Tiny fix for perldiag
20263 Subject: Re: [ID 20000906.004] segfault with bad perl statement
20265 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
20267 Subject: [ID 20000908.002] perlipc documentation bug.
20269 Subject: [PATCH lib/Benchmark.pm]
20271 Re-allow vec() for characters > 255.
20272 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
20274 Do away with memory models cruft. Sorry, PDP users.
20278 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
20280 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
20282 Upgrade to CPAN 1.57_65, from Andreas König.
20284 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
20287 Silence t/pod/*.t about alternate quote-mappings now implemented
20288 by Pod::Text, from Brad Appleton.
20290 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
20291 Subject: borland C++ win32.c tweak
20293 C<@a = @b = split(...)> optimization coredumps under ithreads
20294 (missed a spot when fixing up op_pmreplroot hack for ithreads)
20296 Document the SvUTF8*().
20298 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
20300 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
20302 Do in VMS as the #7054 does.
20304 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
20306 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
20308 Subject: [patch: perl@7045] vms updates
20310 Test for the #7049.
20311 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
20313 Break up the myconfig lines a bit.
20314 Subject: perlbug/perl -V output format
20316 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
20318 The #7054 truncated Configure badly.
20320 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
20321 initialization in all the threads on Windows
20323 Allow for whitespace between "#" and "line" in cpp output.
20324 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
20326 Remove vestiges of tr//CU.
20327 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
20329 The return value of setlocale must be copied away.
20330 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
20332 Allow chop() and chomp() to be overridden.
20333 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
20335 Hints optimization.
20338 Subject: [PATCH] de-wall t/README
20340 Subject: Re: Two advertising clauses need to be removed
20341 Branch: maint-5.6/perl
20342 !> (integrate 75 files)
20343 ____________________________________________________________________________
20344 [ 8152] By: gsar on 2000/12/17 20:30:11
20345 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
20346 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
20347 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
20349 Don't attach -ld to the archname if pointless.
20351 Document UNTIE in a very minimalistic way.
20353 POSIX doesn't report long double values under -Duselongdouble
20354 when the long doubles are "real" (bigger than doubles).
20356 More author updates.
20358 Try to deduce NV_MAX. Really should be Configure fodder.
20360 :: not allowed in pathnames, change to .
20361 Subject: [PATCH perl@6938] cygwin port
20363 Forget about NV_MAX (#6951). Various floating point tweaks,
20364 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
20366 Move the Solaris 7 scan to use64bitall, make the
20367 failure to find 64-bot sparc libc to mention the
20368 possibility of being in an intel, from Lupe and Alan.
20372 AUTHORS tweaks, from Peter Prymmer.
20374 More address tweaking.
20376 Small tweaks all over.
20378 File::Temp patches from Andreas König,
20380 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
20382 Subject: CPAN.pm beta 1.57_57 for the core
20384 Part of the solution.
20385 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
20387 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
20389 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
20391 Add the overload warnings to perldiag.
20393 Drop unused argument.
20394 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
20396 Subject: Nit in Configure (bleadperl@6961)
20398 Update to PodParser 1.18, from Brad Appleton.
20400 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
20402 Subject: [PATCH: 6948] add SCNfldbl to configure.com
20404 Document UNTIE. Also tweak implementation to suppress the 'inner references'
20405 warning when UNTIE exists and instead pass the cound of extra references to
20408 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
20409 so that case-ignoring systems like DCL can tell them from
20410 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
20412 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
20414 Feature ordering tweak.
20418 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
20420 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
20422 Subject: http:// in L<>
20426 change#6791 accidentally clobbered change#6710, put it back
20428 Only the first line, thank you very much.
20430 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
20431 plus rework the http: spots as suggested by Tom Christiansen,
20432 plus regen perltoc.
20434 Undo part of change 6489 which looks like a bulk edit which
20435 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
20436 The supressing of main:: on return from select() is undesirable.
20438 Apparently avoiding the swapping is too costly.
20440 Various Configure nits by Philip Newton,
20441 plus the ebcdic one by me.
20443 Make certain cc is set before trying to run it.
20445 If overloaded %{} etc. return the object do not loop.
20446 Thus sub deref { $_[0] } functions if object is wanted type.
20450 More %{} and other deref special casing - do not pass to 'nomethod'.
20451 Branch: maint-5.6/perl
20452 !> (integrate 59 files)
20453 ____________________________________________________________________________
20454 [ 8151] By: gsar on 2000/12/17 19:14:38
20455 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
20456 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
20458 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
20460 Make the epsilon to be relative, not absolute.
20462 Put back the flags dump as reasoned in
20463 Subject: Re: [PATCH] Glob dumping
20465 Introduce ccname to keep track of what compiler kind of we have.
20467 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
20469 Put back the slice accidentally removed by #6907.
20471 Reset archname and archname64 always, forcing them be
20472 recomputed at each Configure run, make Configure and
20473 the hints files agree on the naming of largefiles variables.
20475 Don't say "Perl 5.0 source kit".
20477 Subject: [PATCH] fix misc cast warnings
20479 Subject: typos in pods
20481 NVs not necessarily doubles, as pointed out by Yitzchak.
20483 Subject: [PATCH 6889] add a few ldbl formats to configure.com
20485 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
20487 Better options for rsync.
20489 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
20491 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
20493 Subject: [PATCH] Re: UNTIE method
20495 A better fix for the Socket building problem from Craig Berry.
20497 Retract the dummy test, skip the security tests (instead of failing),
20498 explain what the warnings mean.
20501 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
20503 Update to Unicode 3.0.1.
20505 Missed one Unicode file.
20507 Subject: Re: typos in pods
20509 The #6929 was too skimpy.
20511 sscanf() may be the only way to read long doubles from strings.
20513 Reveal Borland's isnan.
20514 Subject: build with BC++ tweak
20516 Issue useful diagnostic on unknown pod commands.
20517 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
20519 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
20521 Clarify the third case of ftmp-security warnings.
20523 Make -Dusemorebits find long doubles in Solaris.
20525 Wrap the test in eval.
20526 Branch: maint-5.6/perl
20527 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
20528 +> lib/unicode/PropList.txt lib/unicode/README.perl
20529 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
20530 +> lib/unicode/Unicode.301 vms/vmspipe.com
20531 - lib/unicode/Props.txt lib/unicode/UCD300.html
20532 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
20533 !> (integrate 305 files)
20534 ____________________________________________________________________________
20535 [ 8150] By: jhi on 2000/12/17 18:47:57
20536 Log: Uncheckedin generated files.
20538 ! global.sym perlapi.c pod/perlapi.pod
20539 ____________________________________________________________________________
20540 [ 8149] By: jhi on 2000/12/17 18:41:22
20541 Log: Update Changes.
20543 ! Changes patchlevel.h
20544 ____________________________________________________________________________
20545 [ 8148] By: jhi on 2000/12/17 18:39:16
20546 Log: Subject: [PATCH] Fcntl constants speedup
20547 From: Nicholas Clark <nick@ccl4.org>
20548 Date: Sun, 17 Dec 2000 16:29:24 +0000
20549 Message-ID: <20001217162924.E97668@plum.flirble.org>
20551 Use IVs for the Fcntl constants instead of NVs.
20553 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
20554 ____________________________________________________________________________
20555 [ 8147] By: jhi on 2000/12/17 18:33:41
20556 Log: Add test for #8145 (binmode() warning), add warning for
20557 ioctl() and sockpair(), document them. (fileno() cannot
20558 be tripwired with the same kind of warning because
20559 'defined fileno($foo)' seems to be an idiom.)
20561 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
20562 ____________________________________________________________________________
20563 [ 8146] By: gsar on 2000/12/17 18:09:08
20564 Log: update Changes
20565 Branch: maint-5.6/perl
20567 ____________________________________________________________________________
20568 [ 8145] By: jhi on 2000/12/17 17:39:35
20569 Log: Subject: [PATCH] Re: The long awaited feature ...
20570 From: Simon Cozens <simon@cozens.net>
20571 Date: Sun, 17 Dec 2000 12:31:56 +0000
20572 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
20574 Add a warning to binmode() about using bad filehandles
20575 (can happen e.g. if someone forgets the filehandle argument)
20578 ____________________________________________________________________________
20579 [ 8144] By: jhi on 2000/12/17 17:33:48
20580 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
20581 From: Jonathan Stowe <gellyfish@gellyfish.com>
20582 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
20583 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
20586 ____________________________________________________________________________
20587 [ 8143] By: jhi on 2000/12/17 05:31:37
20588 Log: Polymorphic regexps.
20590 Fixes at least the bugs 20001028.003 (both of them...) and
20591 20001108.001. The bugs 20001114.001 and 20001205.014 seem
20592 also to be fixed by now, probably already before this patch.
20594 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
20595 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
20596 ! t/op/utf8decode.t t/pragma/utf8.t
20597 ____________________________________________________________________________
20598 [ 8142] By: jhi on 2000/12/16 17:16:05
20599 Log: Subject: [patch perl@8102] dos/djgpp update
20600 From: Laszlo Molnar <ml1050@freemail.hu>
20601 Date: Sat, 16 Dec 2000 01:40:52 +0100
20602 Message-ID: <20001216014052.A335@freemail.hu>
20604 ! djgpp/config.over t/base/commonsense.t
20605 ____________________________________________________________________________
20606 [ 8141] By: jhi on 2000/12/16 17:09:27
20607 Log: Few uncheckedin files.
20609 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
20610 ____________________________________________________________________________
20611 [ 8140] By: nick on 2000/12/15 22:14:31
20612 Log: Integrate mainline
20614 !> (integrate 53 files)
20615 ____________________________________________________________________________
20616 [ 8139] By: jhi on 2000/12/15 19:49:49
20617 Log: One more IVUV tweak from Nicholas Clark.
20620 ____________________________________________________________________________
20621 [ 8138] By: jhi on 2000/12/15 19:17:06
20622 Log: Return of the IVUV-preservation, now seems to be happy even
20623 in Digital UNIX (the broken strtoul brokenness detection
20624 seems to have been the fly in the ointment).
20626 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20627 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
20628 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
20629 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
20630 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20631 ! vos/config.ga.h win32/config.bc win32/config.gc
20633 ____________________________________________________________________________
20634 [ 8137] By: jhi on 2000/12/15 18:12:14
20635 Log: Metaconfig unit change for #8136.
20637 ! U/modified/d_strtoul.U
20638 Branch: metaconfig/U/perl
20639 ! d_strtoull.U d_strtouq.U
20640 ____________________________________________________________________________
20641 [ 8136] By: jhi on 2000/12/15 18:11:35
20642 Log: I don't think it's sensible or portable to test the strtou*
20646 ____________________________________________________________________________
20647 [ 8135] By: jhi on 2000/12/15 17:18:49
20648 Log: Metaconfig unit change for #8134.
20650 ! U/modified/d_strtoul.U
20651 ____________________________________________________________________________
20652 [ 8134] By: jhi on 2000/12/15 17:14:13
20653 Log: If longsize is 8 we don't need a LL suffix for integer constants.
20655 ! Configure config_h.SH
20656 ____________________________________________________________________________
20657 [ 8133] By: jhi on 2000/12/15 16:00:23
20658 Log: Update Changes.
20660 ! Changes patchlevel.h
20661 ____________________________________________________________________________
20662 [ 8132] By: jhi on 2000/12/15 15:44:16
20663 Log: Some compilers get huffy if you do not cast a const pointer
20664 to a non-const when assigning.
20667 ____________________________________________________________________________
20668 [ 8131] By: jhi on 2000/12/15 15:38:30
20669 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
20670 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20671 Date: Fri, 15 Dec 2000 05:26:57 -0500
20672 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
20674 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
20675 ! t/pragma/overload.t
20676 ____________________________________________________________________________
20677 [ 8130] By: jhi on 2000/12/15 15:36:08
20678 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
20679 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20680 Date: Thu, 14 Dec 2000 22:02:43 -0500
20681 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
20684 ____________________________________________________________________________
20685 [ 8129] By: jhi on 2000/12/15 15:34:16
20686 Log: Subject: PATCH: h2xs nit
20687 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20688 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
20689 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
20691 Add a template README.
20694 ____________________________________________________________________________
20695 [ 8128] By: jhi on 2000/12/15 15:32:22
20696 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
20698 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
20699 ____________________________________________________________________________
20700 [ 8127] By: jhi on 2000/12/15 15:19:34
20701 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
20702 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20703 Date: Thu, 14 Dec 2000 20:04:42 EST
20704 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
20706 ! ext/Opcode/Opcode.xs
20707 ____________________________________________________________________________
20708 [ 8126] By: jhi on 2000/12/15 15:17:49
20709 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
20710 From: Peter Prymmer <pvhp@forte.com>
20711 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
20712 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
20714 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
20715 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
20716 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
20717 ____________________________________________________________________________
20718 [ 8125] By: jhi on 2000/12/15 15:11:05
20719 Log: This seems to be a stage sane and stable enough to checkin.
20720 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
20722 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
20723 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
20724 ! t/op/cmp.t t/op/numconvert.t
20725 ____________________________________________________________________________
20726 [ 8124] By: jhi on 2000/12/15 04:20:26
20727 Log: Something is really wonky.
20730 ____________________________________________________________________________
20731 [ 8123] By: jhi on 2000/12/15 04:00:50
20732 Log: Fixes for the IV UV patches to compile in Digital UNIX.
20735 ____________________________________________________________________________
20736 [ 8122] By: jhi on 2000/12/15 02:53:40
20737 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
20738 From: "Craig A. Berry" <craigberry@mac.com>
20739 Date: Thu, 14 Dec 2000 19:10:49 -0600
20740 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
20743 ____________________________________________________________________________
20744 [ 8121] By: jhi on 2000/12/15 02:50:00
20745 Log: Metaconfig changes for #8120.
20747 + U/modified/d_strtoul.U
20748 Branch: metaconfig/U/perl
20749 ! d_strtoull.U d_strtouq.U
20750 ____________________________________________________________________________
20751 [ 8120] By: jhi on 2000/12/15 02:49:42
20752 Log: From: Nicholas Clark <nick@ccl4.org>
20753 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
20754 Date: Thu, 14 Dec 2000 18:38:57 +0000
20755 Message-ID: <20001214183857.B97909@plum.flirble.org>
20757 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20758 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
20759 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20760 ! vos/config.ga.def vos/config.ga.h win32/config.bc
20761 ! win32/config.gc win32/config.vc
20762 ____________________________________________________________________________
20763 [ 8119] By: jhi on 2000/12/14 23:40:58
20764 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
20765 From: Nicholas Clark <nick@ccl4.org>
20766 Date: Wed, 13 Dec 2000 20:08:50 +0000
20767 Message-ID: <20001213200849.B71166@plum.flirble.org>
20769 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
20770 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
20771 ____________________________________________________________________________
20772 [ 8118] By: jhi on 2000/12/14 22:46:26
20773 Log: Integrate perlio.
20775 !> MANIFEST ext/Encode/compile makedef.pl
20776 ____________________________________________________________________________
20777 [ 8117] By: nick on 2000/12/14 22:38:53
20778 Log: Win32 tweaks to get Encode to build
20779 - temp hack to makedef.pl till PerlIO is properly "exported".
20781 static encpage_t foo[];
20782 so make 'em extern for now.
20784 ! ext/Encode/compile makedef.pl
20785 ____________________________________________________________________________
20786 [ 8116] By: nick on 2000/12/14 22:00:53
20787 Log: Document the new files
20790 ____________________________________________________________________________
20791 [ 8115] By: jhi on 2000/12/14 21:58:01
20792 Log: MANIFEST new files of #8114.
20795 ____________________________________________________________________________
20796 [ 8114] By: jhi on 2000/12/14 21:50:49
20797 Log: Integrate perlio.
20799 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
20800 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20801 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
20802 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
20803 !> ext/Encode/Makefile.PL
20804 ____________________________________________________________________________
20805 [ 8113] By: jhi on 2000/12/14 21:48:49
20806 Log: The documentation part of the
20808 Subject: [ID 20001214.002] Net::Ping patch
20809 From: Jonathan Stowe <gellyfish@gellyfish.com>
20810 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
20811 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
20812 since the #7529 had already addressed the same problem.
20815 ____________________________________________________________________________
20816 [ 8112] By: jhi on 2000/12/14 21:42:57
20817 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
20818 From: Dominic Dunlop <domo@computer.org>
20819 Date: Tue, 12 Dec 2000 10:47:10 +0100
20820 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
20822 Document how elusive subroutines can be.
20825 ____________________________________________________________________________
20826 [ 8111] By: jhi on 2000/12/14 21:38:05
20827 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
20828 From: Dominic Dunlop <domo@computer.org>
20829 Date: Thu, 14 Dec 2000 10:13:51 +0100
20830 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
20832 ! ext/POSIX/POSIX.pod
20833 ____________________________________________________________________________
20834 [ 8110] By: jhi on 2000/12/14 21:36:32
20835 Log: Subject: [patch] perlfaq7
20836 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
20837 Date: Thu, 14 Dec 2000 15:31:07 +0100
20838 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
20841 ____________________________________________________________________________
20842 [ 8109] By: jhi on 2000/12/14 21:29:20
20843 Log: Subject: [8104] Encode
20844 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20845 Date: Thu, 14 Dec 2000 14:49:34 +0100
20846 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
20848 Type casting for nervous compilers.
20850 ! ext/Encode/Encode.xs
20851 ____________________________________________________________________________
20852 [ 8108] By: jhi on 2000/12/14 21:26:17
20853 Log: Subject: [8104] DB_File
20854 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20855 Date: Thu, 14 Dec 2000 14:49:35 +0100
20856 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
20858 Type definition incorrect for DB 2.7.7. Not known when it
20859 changed, so only changed it for a known revision.
20861 ! ext/DB_File/DB_File.xs
20862 ____________________________________________________________________________
20863 [ 8107] By: jhi on 2000/12/14 21:23:41
20864 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
20865 From: Peter Prymmer <pvhp@forte.com>
20866 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
20867 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
20869 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
20871 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
20872 ! ext/Encode/Encode/posix-bc.enc
20873 ____________________________________________________________________________
20874 [ 8106] By: nick on 2000/12/14 20:36:13
20875 Log: "Cold" build correction to Encode's Makefile.PL
20877 ! ext/Encode/Makefile.PL
20878 ____________________________________________________________________________
20879 [ 8105] By: nick on 2000/12/14 20:09:37
20880 Log: "Compiled" encodings.
20881 Correct replacement character in EBCDIC .enc files
20882 Add 0x7F to ASCII repertoire.
20884 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20885 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
20886 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
20887 ! ext/Encode/Makefile.PL ext/Encode/compile
20888 ! ext/Encode/encengine.c ext/Encode/encode.h
20889 ____________________________________________________________________________
20890 [ 8104] By: nick on 2000/12/14 00:38:20
20891 Log: Integrate mainline
20893 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
20894 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
20895 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
20896 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
20897 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
20898 !> t/lib/db-hash.t t/lib/db-recno.t
20899 ____________________________________________________________________________
20900 [ 8103] By: nick on 2000/12/13 23:16:13
20901 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
20902 so far and so it does not get lost.
20904 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
20905 ____________________________________________________________________________
20906 [ 8102] By: jhi on 2000/12/13 17:14:22
20907 Log: Update Changes.
20909 ! Changes patchlevel.h
20910 ____________________________________________________________________________
20911 [ 8101] By: jhi on 2000/12/13 16:53:41
20912 Log: Move the proto of start_glob() to a better place; regen api files.
20914 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
20915 ____________________________________________________________________________
20916 [ 8100] By: jhi on 2000/12/13 16:47:11
20917 Log: Metaconfig change for #8099.
20919 ! U/modified/Head.U
20920 ____________________________________________________________________________
20921 [ 8099] By: jhi on 2000/12/13 16:46:48
20922 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
20923 From: Andy Dougherty <doughera@lafayette.edu>
20924 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
20925 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
20928 ____________________________________________________________________________
20929 [ 8098] By: jhi on 2000/12/13 16:39:02
20930 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
20931 From: rspier@pobox.com (Robert Spier)
20932 Date: Tue, 12 Dec 2000 21:12:39 -0500
20933 Message-ID: <14902.56087.678086.725773@rls.cx>
20935 fastgetcwd is defined using a glob alias on a $^O dependent basis -
20936 and there was no default assignment or perl subroutine.
20939 ____________________________________________________________________________
20940 [ 8097] By: jhi on 2000/12/13 16:16:01
20941 Log: Subject: [PATCH] move startglob out of pp_hot.c
20942 From: Nicholas Clark <nick@ccl4.org>
20943 Date: Mon, 11 Dec 2000 23:16:39 +0000
20944 Message-ID: <20001211231638.A55550@plum.flirble.org>
20946 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
20947 ____________________________________________________________________________
20948 [ 8096] By: jhi on 2000/12/13 15:26:23
20949 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
20950 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20951 Date: Wed, 13 Dec 2000 14:01:37 +0100
20952 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
20954 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
20955 in turn requires libpthread in libswanted.
20958 ____________________________________________________________________________
20959 [ 8095] By: jhi on 2000/12/12 19:51:05
20960 Log: The integration wars continue.
20963 ____________________________________________________________________________
20964 [ 8094] By: jhi on 2000/12/12 19:48:26
20965 Log: Subject: [PATCH perl@8070] DB_File-1.74
20966 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20967 Date: Mon, 11 Dec 2000 23:07:17 -0000
20968 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
20970 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20971 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
20972 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
20974 ____________________________________________________________________________
20975 [ 8093] By: nick on 2000/12/12 19:42:13
20976 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
20979 !> lib/File/DosGlob.pm
20980 ____________________________________________________________________________
20981 [ 8092] By: jhi on 2000/12/12 19:28:11
20982 Log: Integrate perlio.
20985 ____________________________________________________________________________
20986 [ 8091] By: nick on 2000/12/12 18:49:45
20987 Log: Fix for Tk, and upgrading shared SVs.
20990 ____________________________________________________________________________
20991 [ 8090] By: jhi on 2000/12/12 16:48:59
20992 Log: Subject: [PATCH] Re: Breadperl & Tk
20993 From: Nick Ing-Simmons <nik@tiuk.ti.com>
20994 Date: Tue, 12 Dec 2000 14:48:27 GMT
20995 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
20998 ____________________________________________________________________________
20999 [ 8089] By: jhi on 2000/12/12 03:37:19
21000 Log: Subject: DosGlob.pm diff for bash style brace expansion.
21001 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
21002 Date: Fri, 8 Dec 2000 10:45:30 -0600
21003 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
21005 ! lib/File/DosGlob.pm
21006 ____________________________________________________________________________
21007 [ 8088] By: nick on 2000/12/11 23:59:59
21008 Log: Integrate mainline
21010 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
21011 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
21012 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
21013 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
21014 !> t/op/local.t t/pragma/warn/toke toke.c
21015 ____________________________________________________________________________
21016 [ 8087] By: jhi on 2000/12/11 23:20:23
21017 Log: Integrate perlio.
21019 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
21020 ____________________________________________________________________________
21021 [ 8086] By: jhi on 2000/12/11 22:50:59
21022 Log: Tune further the OS detection of CGI.
21025 ____________________________________________________________________________
21026 [ 8085] By: nick on 2000/12/11 22:50:46
21027 Log: Finish 1st pass of "encoding" layer e.g. :
21028 open($fh,"<encoding(iso8859-7)",$greek) || die;
21030 ! ext/Encode/Encode.xs perlio.c perliol.h
21031 ____________________________________________________________________________
21032 [ 8084] By: jhi on 2000/12/11 22:32:06
21033 Log: Revert the -f ambiguousity patch, seems to cause
21034 too much hassle (the interpret -Q as a function
21035 where Q is not a known filetest part is left in).
21037 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
21039 ____________________________________________________________________________
21040 [ 8083] By: jhi on 2000/12/11 22:27:23
21041 Log: (accidentally empty check-in)
21043 ! lib/File/DosGlob.pm
21044 ____________________________________________________________________________
21045 [ 8082] By: nick on 2000/12/11 19:09:51
21046 Log: Restore mmap function (broken by tweaks to shared buffer
21047 layer for encode(xxxx)).
21050 ____________________________________________________________________________
21051 [ 8081] By: jhi on 2000/12/11 18:29:13
21052 Log: Subject: Re: The long awaited feature ...
21053 From: Simon Cozens <simon@cozens.net>
21054 Date: Mon, 11 Dec 2000 15:54:24 +0000
21055 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
21057 More io/utf8 tests.
21060 ____________________________________________________________________________
21061 [ 8080] By: jhi on 2000/12/11 18:19:36
21062 Log: Subject: PATCH MakeMaker manpage clarification
21063 From: andreas.koenig@anima.de (Andreas J. Koenig)
21064 Date: 10 Dec 2000 20:46:13 +0100
21065 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
21067 ! lib/ExtUtils/MakeMaker.pm
21068 ____________________________________________________________________________
21069 [ 8079] By: jhi on 2000/12/11 15:35:07
21070 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
21071 From: Simon Cozens <simon@cozens.net>
21072 Date: Sun, 10 Dec 2000 19:06:19 +0000
21073 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
21075 ! ext/B/B/Deparse.pm t/lib/b.t
21076 ____________________________________________________________________________
21077 [ 8078] By: jhi on 2000/12/11 15:09:11
21078 Log: Subject: [PATCH] docs on NaN
21079 From: Nicholas Clark <nick@ccl4.org>
21080 Date: Mon, 11 Dec 2000 01:48:38 +0000
21081 Message-ID: <20001211014838.B99205@plum.flirble.org>
21084 ____________________________________________________________________________
21085 [ 8077] By: jhi on 2000/12/11 15:02:21
21086 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
21087 From: Simon Cozens <simon@cozens.net>
21088 Date: Mon, 11 Dec 2000 01:21:45 +0000
21089 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
21091 ! pp.c pp_hot.c scope.c t/op/local.t
21092 ____________________________________________________________________________
21093 [ 8076] By: nick on 2000/12/10 20:43:32
21094 Log: Not merge worthy...
21095 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
21096 syntax is modelled on attributes.
21097 Untested fix for io/utf8 on Win32 etc.
21098 Very clumsy start to the encode layer.
21100 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
21101 ____________________________________________________________________________
21102 [ 8075] By: jhi on 2000/12/10 18:39:33
21103 Log: Darwin is not Windows.
21106 ____________________________________________________________________________
21107 [ 8074] By: jhi on 2000/12/10 18:31:27
21108 Log: Subject: Ambiguous -%c() resolved as a file test
21109 From: "Paul Marquess" <Paul.Marquess@openwave.com>
21110 Date: Sun, 10 Dec 2000 15:35:07 -0000
21111 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
21113 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
21114 ____________________________________________________________________________
21115 [ 8073] By: jhi on 2000/12/10 18:16:29
21116 Log: Subject: PATCH installperl misinformed
21117 From: andreas.koenig@anima.de (Andreas J. Koenig)
21118 Date: 10 Dec 2000 13:01:32 +0100
21119 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
21122 ____________________________________________________________________________
21123 [ 8072] By: jhi on 2000/12/10 18:07:55
21124 Log: The walkoptree confusion rages; walkoptree() seems to be coming
21125 from B.xs, while walkoptree_slow() comes from B.pm.
21128 ____________________________________________________________________________
21129 [ 8071] By: nick on 2000/12/10 11:45:47
21130 Log: Integrate mainline
21132 +> t/base/commonsense.t
21133 !> (integrate 37 files)
21134 ____________________________________________________________________________
21135 [ 8070] By: jhi on 2000/12/10 04:46:21
21136 Log: Update Changes.
21138 ! Changes patchlevel.h
21139 ____________________________________________________________________________
21140 [ 8069] By: jhi on 2000/12/10 04:39:19
21141 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
21142 From: andreas.koenig@anima.de (Andreas J. Koenig)
21143 Date: 09 Dec 2000 17:14:25 +0100
21144 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
21146 + t/base/commonsense.t
21147 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
21148 ____________________________________________________________________________
21149 [ 8068] By: jhi on 2000/12/10 04:17:36
21150 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
21151 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21152 Date: Sat, 9 Dec 2000 16:47:22 -0000
21153 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
21155 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
21156 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
21157 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
21158 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
21159 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
21160 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
21162 ____________________________________________________________________________
21163 [ 8067] By: jhi on 2000/12/10 03:52:02
21164 Log: Test case for #8066.
21167 ____________________________________________________________________________
21168 [ 8066] By: jhi on 2000/12/10 03:50:30
21169 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
21170 From: Simon Cozens <simon@cozens.net>
21171 Date: Sun, 10 Dec 2000 00:55:37 +0000
21172 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
21175 ____________________________________________________________________________
21176 [ 8065] By: jhi on 2000/12/10 03:44:52
21177 Log: Test case for #8064.
21180 ____________________________________________________________________________
21181 [ 8064] By: jhi on 2000/12/10 03:42:32
21182 Log: Subject: Re: prototype of substr
21183 From: Simon Cozens <simon@cozens.net>
21184 Date: Sun, 10 Dec 2000 00:13:33 +0000
21185 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
21187 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
21190 ____________________________________________________________________________
21191 [ 8063] By: jhi on 2000/12/10 03:39:42
21192 Log: Subject: [PATCH] perlguts.pod
21193 From: Simon Cozens <simon@cozens.net>
21194 Date: Sun, 10 Dec 2000 00:06:47 +0000
21195 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
21197 Documentation of the different types of ops,
21198 plus the functions in dump.c
21201 ____________________________________________________________________________
21202 [ 8062] By: jhi on 2000/12/10 03:30:04
21203 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
21204 From: Nicholas Clark <nick@talking.bollo.cx>
21205 Date: Sat, 09 Dec 2000 18:57:25 +0000
21206 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
21208 Be more robust in weird hostname setups.
21210 ! t/lib/net-hostent.t
21211 ____________________________________________________________________________
21212 [ 8061] By: jhi on 2000/12/10 03:28:21
21213 Log: Pacify fussy compiler.
21216 ____________________________________________________________________________
21217 [ 8060] By: jhi on 2000/12/10 02:52:46
21218 Log: Integrate perlio.
21220 !> pp_sys.c t/io/utf8.t
21221 ____________________________________________________________________________
21222 [ 8059] By: nick on 2000/12/09 23:40:14
21223 Log: read/sysread/recv should now be utf8 aware.
21224 Basic test for utf8 read.
21226 ! pp_sys.c t/io/utf8.t
21227 ____________________________________________________________________________
21228 [ 8058] By: jhi on 2000/12/09 21:56:02
21229 Log: Integrate perlio.
21232 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
21233 ____________________________________________________________________________
21234 [ 8057] By: jhi on 2000/12/09 21:53:35
21235 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
21236 From: Inaba Hiroto <inaba@st.rim.or.jp>
21237 Date: Sun, 10 Dec 2000 05:53:21 +0900
21238 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
21243 ____________________________________________________________________________
21244 [ 8056] By: jhi on 2000/12/09 21:51:16
21245 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
21246 From: Inaba Hiroto <inaba@st.rim.or.jp>
21247 Date: Sat, 09 Dec 2000 18:02:00 +0900
21248 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
21250 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
21252 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
21253 ____________________________________________________________________________
21254 [ 8055] By: nick on 2000/12/09 20:11:48
21255 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
21256 than raw PerlIO_write() - does not seem to break any tests.
21259 ____________________________________________________________________________
21260 [ 8054] By: nick on 2000/12/09 19:47:30
21261 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
21262 (sysread, recv and write i.e. formats still to do...)
21263 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
21264 open($fh,">:utf8","name")
21265 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
21266 so no extra overhead is involved.
21267 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
21268 to a non-utf8 stream.
21269 Add initial io/utf8.t
21270 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
21271 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
21272 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
21275 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
21276 ____________________________________________________________________________
21277 [ 8053] By: nick on 2000/12/09 19:26:37
21278 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
21279 was only testing this_utf8.
21282 ____________________________________________________________________________
21283 [ 8052] By: nick on 2000/12/09 19:09:41
21284 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
21285 i.e. the output string has one, but don't mess with source assumption.
21288 ____________________________________________________________________________
21289 [ 8051] By: jhi on 2000/12/09 16:55:17
21290 Log: Integrate perlio.
21292 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
21293 !> sv.c thrdvar.h util.c
21294 ____________________________________________________________________________
21295 [ 8050] By: jhi on 2000/12/09 16:48:07
21296 Log: Nits noticed by Peter Prymmer.
21298 ! lib/ExtUtils/MM_VMS.pm
21299 ____________________________________________________________________________
21300 [ 8049] By: nick on 2000/12/09 13:49:40
21301 Log: UTF8 output prework.
21302 - Store $\ and $, as SVs so they can have SvUTF8 flag
21303 - use do_print() rather than raw PerlIO_write() to print them.
21305 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
21307 ____________________________________________________________________________
21308 [ 8048] By: nick on 2000/12/09 12:30:43
21309 Log: Integrate mainline.
21311 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
21313 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
21314 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21315 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
21316 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
21317 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
21318 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
21319 ____________________________________________________________________________
21320 [ 8047] By: jhi on 2000/12/09 00:23:27
21321 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
21322 From: Michael G Schwern <schwern@pobox.com>
21323 Date: Fri, 8 Dec 2000 14:43:04 -0600
21325 ! lib/ExtUtils/MM_VMS.pm
21326 ____________________________________________________________________________
21327 [ 8046] By: jhi on 2000/12/08 23:10:27
21328 Log: A missed check-in.
21330 ! lib/ExtUtils/Manifest.pm
21331 ____________________________________________________________________________
21332 [ 8045] By: jhi on 2000/12/08 21:57:12
21333 Log: (null check-in)
21335 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
21336 ____________________________________________________________________________
21337 [ 8044] By: jhi on 2000/12/08 21:11:06
21338 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
21339 at the final draft stage.
21341 + ext/Encode/Encode/iso8859-16.enc
21343 ____________________________________________________________________________
21344 [ 8043] By: jhi on 2000/12/08 16:39:04
21345 Log: Update Changes.
21347 ! Changes patchlevel.h
21348 ____________________________________________________________________________
21349 [ 8042] By: jhi on 2000/12/08 16:33:39
21350 Log: Do not return the Unicode replacement character if UTF-8
21351 decoding goes awry, it should be up to the caller to decide.
21353 ! pod/perlapi.pod utf8.c
21354 ____________________________________________________________________________
21355 [ 8041] By: jhi on 2000/12/08 16:22:28
21356 Log: metaconfig maintenance.
21358 ! U/modified/stdchar.U
21359 Branch: metaconfig/U/perl
21361 ____________________________________________________________________________
21362 [ 8040] By: jhi on 2000/12/08 16:03:08
21363 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
21364 From: sthoenna@efn.org
21365 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
21366 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
21368 ! Changes lib/ExtUtils/MM_OS2.pm
21369 ____________________________________________________________________________
21370 [ 8039] By: jhi on 2000/12/08 15:57:11
21371 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
21372 From: Simon Cozens <simon@cozens.net>
21373 Date: Fri, 8 Dec 2000 13:33:31 +0000
21374 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
21376 (The pp_hot part needed a rewrite.)
21378 ! doop.c pp_hot.c utf8.c
21379 ____________________________________________________________________________
21380 [ 8038] By: jhi on 2000/12/08 15:25:08
21382 From: Michael Stevens <michael@etla.org>
21383 Date: Wed, 6 Dec 2000 23:24:01 +0000
21384 Message-ID: <20001206232400.A21381@firedrake.org>
21386 Plus a note from Nick Ing-Simmons.
21389 ____________________________________________________________________________
21390 [ 8037] By: jhi on 2000/12/08 15:18:35
21391 Log: Filetype is text.
21393 ! t/op/utf8decode.t
21394 ____________________________________________________________________________
21395 [ 8036] By: jhi on 2000/12/08 03:31:27
21396 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
21397 From: Andy Dougherty <doughera@lafayette.edu>
21398 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
21399 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
21401 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
21402 From: Andy Dougherty <doughera@lafayette.edu>
21403 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
21404 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
21406 + ext/POSIX/hints/svr4.pl
21407 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
21408 ____________________________________________________________________________
21409 [ 8035] By: jhi on 2000/12/08 03:26:01
21410 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
21411 From: Andy Dougherty <doughera@lafayette.edu>
21412 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
21413 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
21415 ! t/README t/base/term.t
21416 ____________________________________________________________________________
21417 [ 8034] By: jhi on 2000/12/08 03:21:59
21418 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
21419 From: mjd@plover.com
21420 Date: 7 Dec 2000 21:04:20 -0000
21421 Message-ID: <20001207210420.22282.qmail@plover.com>
21426 ____________________________________________________________________________
21427 [ 8033] By: jhi on 2000/12/08 03:19:03
21428 Log: Use the UTF8 macros a bit. They can't be used with abandon
21429 everywhere because we do generate illegal UTF-8 in some situations.
21430 This is of course naughty.
21432 ! pod/perlapi.pod utf8.c utf8.h
21433 ____________________________________________________________________________
21434 [ 8032] By: jhi on 2000/12/08 03:00:09
21437 ! t/pragma/warn/utf8
21438 ____________________________________________________________________________
21439 [ 8031] By: jhi on 2000/12/08 02:22:39
21443 ____________________________________________________________________________
21444 [ 8030] By: jhi on 2000/12/08 01:23:54
21445 Log: Add test for reverse().
21449 ____________________________________________________________________________
21450 [ 8029] By: jhi on 2000/12/08 01:21:47
21451 Log: Integrate perlio.
21453 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
21454 !> perlio.c perlio.h perlsdio.h warnings.pl
21455 ____________________________________________________________________________
21456 [ 8028] By: jhi on 2000/12/08 01:19:08
21457 Log: Introduce macros for UTF8 decoding.
21459 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
21460 ____________________________________________________________________________
21461 [ 8027] By: nick on 2000/12/07 22:18:19
21462 Log: Integrate mainline
21464 !> embed.pl pod/perlapi.pod utf8.c
21465 ____________________________________________________________________________
21466 [ 8026] By: nick on 2000/12/07 21:45:08
21467 Log: Various oddities p4 diff -se showed up
21468 Remove 'our' from warnings.pl
21470 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
21471 ____________________________________________________________________________
21472 [ 8025] By: nick on 2000/12/07 21:43:32
21473 Log: Change PerlIO_(get|set)pos to take SV *
21474 Should fix, OS/2, VMS, (sfio??)
21476 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
21477 ____________________________________________________________________________
21478 [ 8024] By: jhi on 2000/12/07 19:05:32
21479 Log: Document utf8_to_uv() better.
21481 ! pod/perlapi.pod utf8.c
21482 ____________________________________________________________________________
21483 [ 8023] By: jhi on 2000/12/07 18:23:47
21484 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
21486 ! embed.pl pod/perlapi.pod utf8.c
21487 ____________________________________________________________________________
21488 [ 8022] By: jhi on 2000/12/07 04:13:51
21489 Log: Integrate perlio.
21491 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
21492 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
21493 !> win32/makefile.mk
21494 ____________________________________________________________________________
21495 [ 8021] By: nick on 2000/12/07 00:28:14
21496 Log: Various attempts at MSVC debug - not sure what has
21497 changed but works now.
21498 Seems atexit() _may_ work for DLLs built with MSVC so don't
21499 call cleanup that way.
21501 ! perlio.c win32/makefile.mk
21502 ____________________________________________________________________________
21503 [ 8020] By: nick on 2000/12/06 19:57:20
21504 Log: Integrate mainline
21506 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
21507 !> (integrate 75 files)
21508 ____________________________________________________________________________
21509 [ 8019] By: nick on 2000/12/06 19:28:21
21510 Log: Add useperlio to config.vc
21511 Turn off binmode in config_H.PL
21512 Regen all the config_H.xx
21513 Attempt to get debugging build with MSVC.
21515 ! win32/config.vc win32/config_H.bc win32/config_H.gc
21516 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
21517 ____________________________________________________________________________
21518 [ 8018] By: nick on 2000/12/06 19:21:57
21519 Log: Test various dup/external program options on all platforms.
21522 ____________________________________________________________________________
21523 [ 8017] By: nick on 2000/12/06 19:20:47
21524 Log: Fix harness to be less picky
21526 ! lib/Test/Harness.pm
21527 ____________________________________________________________________________
21528 [ 8016] By: jhi on 2000/12/06 16:45:12
21529 Log: Update Changes.
21531 ! Changes patchlevel.h
21532 ____________________________________________________________________________
21533 [ 8015] By: jhi on 2000/12/06 16:41:03
21534 Log: Test \x{...} with ord().
21537 ____________________________________________________________________________
21538 [ 8014] By: jhi on 2000/12/06 16:20:33
21539 Log: Test tweak because of #8013.
21542 ____________________________________________________________________________
21543 [ 8013] By: jhi on 2000/12/06 16:09:09
21544 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
21545 From: Michael G Schwern <schwern@pobox.com>
21546 Date: Tue, 5 Dec 2000 21:23:28 -0500
21547 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
21549 Carp::Heavy parts not very applicable because of recent changes.
21551 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
21552 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
21553 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
21554 ! lib/Exporter.pm lib/Exporter/Heavy.pm
21555 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
21556 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21557 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
21558 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
21559 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
21560 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
21561 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
21562 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
21563 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
21564 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
21565 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
21566 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
21567 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
21568 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
21569 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
21570 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
21572 ____________________________________________________________________________
21573 [ 8012] By: jhi on 2000/12/06 15:22:38
21574 Log: Subject: [PATCH] Re: New harness is failing things
21575 From: Nick Ing-Simmons <nik@tiuk.ti.com>
21576 Date: Wed, 6 Dec 2000 13:00:30 GMT
21577 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
21579 ! lib/Test/Harness.pm
21580 ____________________________________________________________________________
21581 [ 8011] By: jhi on 2000/12/06 15:12:08
21582 Log: Subject: installhtml changes
21583 From: Michael Stevens <michael@etla.org>
21584 Date: Wed, 6 Dec 2000 13:15:53 +0000
21585 Message-ID: <20001206131553.A27317@firedrake.org>
21588 ____________________________________________________________________________
21589 [ 8010] By: jhi on 2000/12/06 15:06:05
21590 Log: Subject: the dTHR hits
21591 From: Michael Stevens <michael@etla.org>
21592 Date: Wed, 6 Dec 2000 12:06:03 +0000
21593 Message-ID: <20001206120603.A24581@firedrake.org>
21595 More, errrm, less dTHRs.
21597 ! bytecode.pl ext/B/B/C.pm
21598 ____________________________________________________________________________
21599 [ 8009] By: jhi on 2000/12/06 15:04:25
21600 Log: Subject: MakeMaker mailing list gone?
21601 From: Michael G Schwern <schwern@pobox.com>
21602 Date: Tue, 5 Dec 2000 19:29:59 -0500
21603 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
21605 The MakeMaker mailing list is dead, perlbug is the right
21606 address to report bugs.
21608 ! lib/ExtUtils/MakeMaker.pm
21609 ____________________________________________________________________________
21610 [ 8008] By: jhi on 2000/12/06 15:00:32
21611 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
21612 From: Michael G Schwern <schwern@pobox.com>
21613 Date: Tue, 5 Dec 2000 19:21:21 -0500
21614 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
21616 Add a default MANIFEST skip that ignores things like
21617 version control files, editor temporary files, and the Makefile.
21619 + lib/ExtUtils/MANIFEST.SKIP
21620 ! MANIFEST lib/ExtUtils/Manifest.pm
21621 ____________________________________________________________________________
21622 [ 8007] By: jhi on 2000/12/06 14:57:20
21623 Log: In Amiga more manual hackery of the scripts seems to be needed,
21624 from Jan-Erik Karlsson. Why Configure does not get this right
21625 is unknown, may be shell-induced.
21628 ____________________________________________________________________________
21629 [ 8006] By: jhi on 2000/12/05 23:53:12
21630 Log: Add TOPm1s to peek at the second topmost stack item.
21633 ____________________________________________________________________________
21634 [ 8005] By: jhi on 2000/12/05 23:13:55
21635 Log: Avaunt, you foul UTF-8 tests.
21637 ! t/op/ver.t t/pragma/utf8.t
21638 ____________________________________________________________________________
21639 [ 8004] By: jhi on 2000/12/05 23:09:54
21640 Log: Continue utf8 dispersal.
21643 ! MANIFEST t/pragma/utf8.t
21644 ____________________________________________________________________________
21645 [ 8003] By: nick on 2000/12/05 23:02:39
21646 Log: Integrate mainline.
21648 +> t/op/length.t t/op/utf8decode.t
21649 !> (integrate 69 files)
21650 ____________________________________________________________________________
21651 [ 8002] By: jhi on 2000/12/05 22:59:28
21652 Log: Integrate perlio.
21654 !> iperlsys.h perl.c perlio.c win32/perllib.c
21655 ____________________________________________________________________________
21656 [ 8001] By: nick on 2000/12/05 22:07:52
21657 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
21658 - calloc/free suffer from damage on TerminateThread()
21659 - use PerlMemShared (as originally planned) now fixed
21660 - avoid doing anything important on DLL "detach".
21662 ! perl.c perlio.c win32/perllib.c
21663 ____________________________________________________________________________
21664 [ 8000] By: nick on 2000/12/05 21:05:09
21665 Log: Fix gross PerlMemShared issue.
21668 ____________________________________________________________________________
21669 [ 7999] By: jhi on 2000/12/05 20:46:58
21670 Log: Test for Unicode (UTF-8) hash keys.
21673 ____________________________________________________________________________
21674 [ 7998] By: jhi on 2000/12/05 20:30:35
21675 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
21676 is now always UTF-8), empty line cosmetics.
21679 ____________________________________________________________________________
21680 [ 7997] By: jhi on 2000/12/05 20:15:40
21681 Log: Subject: Re: STRLEN - what?
21682 From: Andy Dougherty <doughera@lafayette.edu>
21683 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
21684 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
21689 ____________________________________________________________________________
21690 [ 7996] By: jhi on 2000/12/05 20:13:34
21691 Log: Split off the UTF-8 decoder tests, make them to check also
21694 + t/op/utf8decode.t
21695 ! MANIFEST t/pragma/utf8.t utf8.c
21696 ____________________________________________________________________________
21697 [ 7995] By: jhi on 2000/12/05 16:39:47
21698 Log: Start migrating bits of pragma/utf8 to elsewhere
21699 (since the long term plan is to obsolete 'use utf8').
21702 ! MANIFEST t/pragma/utf8.t
21703 ____________________________________________________________________________
21704 [ 7994] By: jhi on 2000/12/05 16:30:21
21705 Log: Fix a manual edit typo from #7993, fix the message formatting
21706 for Unicode, add few our declarations.
21708 ! lib/Carp/Heavy.pm
21709 ____________________________________________________________________________
21710 [ 7993] By: jhi on 2000/12/05 16:09:15
21711 Log: Subject: Need help with warnings :-(
21712 From: "Ben Tilly" <ben_tilly@hotmail.com>
21713 Date: Tue, 05 Dec 2000 01:35:54 -0500
21714 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
21716 Subject: UPDATE: Carp/Heavy now passes all tests
21717 From: "Ben Tilly" <ben_tilly@hotmail.com>
21718 Date: Tue, 05 Dec 2000 07:59:41 -0500
21719 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
21721 The Brave New Carp.
21723 ! lib/Carp.pm lib/Carp/Heavy.pm
21724 ____________________________________________________________________________
21725 [ 7992] By: jhi on 2000/12/05 15:55:08
21726 Log: Subject: [PATCH perl@7979] cygwin port
21727 From: "Eric Fifer" <efifer@dircon.co.uk>
21728 Date: Tue, 5 Dec 2000 14:04:09 -0000
21729 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
21731 ! t/lib/net-hostent.t
21732 ____________________________________________________________________________
21733 [ 7991] By: jhi on 2000/12/05 15:52:34
21734 Log: Subject: Re: [PATCH] The largest hoax of all times?
21735 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21736 Date: Tue, 5 Dec 2000 00:40:25 -0500
21737 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
21739 Subject: Re: [PATCH] The largest hoax of all times?
21740 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21741 Date: Mon, 4 Dec 2000 23:55:53 -0500
21742 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
21744 Subject: Re: [PATCH] The largest hoax of all times?
21745 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21746 Date: Tue, 5 Dec 2000 01:28:45 -0500
21747 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
21749 Fix the unpredictable order of DESTROYs.
21751 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
21752 ! sv.c sv.h t/op/ref.t
21753 ____________________________________________________________________________
21754 [ 7990] By: jhi on 2000/12/05 14:38:53
21755 Log: Subject: [PATCH] shrink pp_hot fractionally
21756 From: Nicholas Clark <nick@ccl4.org>
21757 Date: Tue, 5 Dec 2000 12:44:31 +0000
21758 Message-ID: <20001205124431.E74518@plum.flirble.org>
21760 Use report_evil_fh().
21762 ! opcode.pl opnames.h pp_hot.c util.c
21763 ____________________________________________________________________________
21764 [ 7989] By: jhi on 2000/12/05 14:21:27
21765 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
21766 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21767 Date: Mon, 04 Dec 2000 22:21:59 -0800
21768 Message-ID: <HmIL6gzkgepS092yn@efn.org>
21770 Harness shouldn't ignore responses like "ok 3\r\r\n".
21772 ! lib/Test/Harness.pm
21773 ____________________________________________________________________________
21774 [ 7988] By: jhi on 2000/12/05 13:51:28
21775 Log: Integrate the "skip" messages to explain().
21777 ! t/lib/syslfs.t t/op/lfs.t
21778 ____________________________________________________________________________
21779 [ 7987] By: jhi on 2000/12/05 12:34:54
21780 Log: The one that got away in #7984.
21782 Subject: Re: dTHR - what and why?
21783 From: Michael Stevens <michael@etla.org>
21784 Date: Tue, 5 Dec 2000 11:15:52 +0000
21785 Message-ID: <20001205111552.A4647@firedrake.org>
21788 ____________________________________________________________________________
21789 [ 7986] By: gsar on 2000/12/05 09:14:44
21790 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
21791 due to the notorious GetFileType() bug in Windows 9x, which fstat()
21794 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
21795 ____________________________________________________________________________
21796 [ 7985] By: jhi on 2000/12/05 05:49:03
21797 Log: Integrate perlio.
21799 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
21800 !> win32/perlhost.h win32/perllib.c
21801 ____________________________________________________________________________
21802 [ 7984] By: jhi on 2000/12/05 05:48:16
21803 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
21805 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
21806 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
21807 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
21808 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
21809 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
21810 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
21811 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
21812 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
21814 ____________________________________________________________________________
21815 [ 7983] By: nick on 2000/12/04 23:27:43
21816 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
21818 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
21819 ! win32/perlhost.h win32/perllib.c
21820 ____________________________________________________________________________
21821 [ 7982] By: jhi on 2000/12/04 19:44:09
21822 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
21823 uncovered by #7980.
21826 ____________________________________________________________________________
21827 [ 7981] By: jhi on 2000/12/04 19:42:07
21828 Log: Subject: [PATCH] Trivial dump.c feature
21829 From: Simon Cozens <simon@cozens.net>
21830 Date: Mon, 4 Dec 2000 18:08:38 +0000
21831 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
21833 Show whether a constant is UTF-8.
21836 ____________________________________________________________________________
21837 [ 7980] By: jhi on 2000/12/04 19:36:51
21838 Log: UTF-8 hash keys, patch from Inaba Hiroto.
21840 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
21841 ____________________________________________________________________________
21842 [ 7979] By: jhi on 2000/12/04 17:36:28
21843 Log: Update Changes.
21845 ! Changes patchlevel.h
21846 ____________________________________________________________________________
21847 [ 7978] By: jhi on 2000/12/04 16:42:17
21848 Log: Retract #7977, still too volatile (the euphemism of the day
21849 for unfinished and buggy :-)
21851 ! doop.c hv.c pp.c sv.h
21852 ____________________________________________________________________________
21853 [ 7977] By: jhi on 2000/12/04 16:25:15
21854 Log: (Retracted by #7978, too shaky yet.)
21856 Subject: Re: utf8 in hash keys, implementor missing
21857 From: Simon Cozens <simon@cozens.net>
21858 Date: Sat, 2 Dec 2000 19:49:35 +0000
21859 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
21861 The first step at UTF-8 hash keys.
21863 ! doop.c hv.c pp.c sv.h
21864 ____________________________________________________________________________
21865 [ 7976] By: jhi on 2000/12/04 16:13:53
21866 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
21867 From: sthoenna@efn.org
21868 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
21869 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
21871 ! os2/os2.c perlio.c
21872 ____________________________________________________________________________
21873 [ 7975] By: jhi on 2000/12/04 16:05:25
21874 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
21875 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21876 Date: Thu, 30 Nov 2000 20:50:37 -0800
21877 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
21880 ____________________________________________________________________________
21881 [ 7974] By: jhi on 2000/12/04 16:03:57
21882 Log: Subject: [PATCH] ++ 20% faster
21883 From: Nicholas Clark <nick@ccl4.org>
21884 Date: Mon, 4 Dec 2000 12:17:27 +0000
21885 Message-ID: <20001204121726.B52976@plum.flirble.org>
21887 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
21890 ____________________________________________________________________________
21891 [ 7973] By: jhi on 2000/12/04 16:00:48
21893 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
21894 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21895 Date: Mon, 04 Dec 2000 12:30:45 +0100
21896 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
21898 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
21899 library (getprotobyname and getprotobynumber are outversioned by
21900 the same calls in libc, at least for xlc version 3.
21903 ____________________________________________________________________________
21904 [ 7972] By: jhi on 2000/12/04 02:58:31
21905 Log: Integrate perlio.
21907 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
21908 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
21909 !> win32/win32.h win32/win32iop.h win32/win32thread.h
21910 ____________________________________________________________________________
21911 [ 7971] By: nick on 2000/12/04 00:24:33
21912 Log: Quieten some noise in Win32 builds:
21913 - win32.h is included after <sys/socket.h>, so need to
21914 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
21915 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
21917 ! doio.c perl.h toke.c win32/win32.h
21918 ____________________________________________________________________________
21919 [ 7970] By: nick on 2000/12/03 22:57:46
21920 Log: PERL_IMPLICIT_SYS compiles but does not work.
21922 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
21923 ! win32/perlhost.h win32/perllib.c win32/win32.h
21924 ! win32/win32iop.h win32/win32thread.h
21925 ____________________________________________________________________________
21926 [ 7969] By: jhi on 2000/12/03 22:12:58
21927 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
21928 used to swash_init(), makes regprop() dumps more informative
21929 (+utf8::IsAlpha, -utf8::IsDigit, for example).
21931 ! regcomp.c regexec.c
21932 ____________________________________________________________________________
21933 [ 7968] By: jhi on 2000/12/03 21:39:56
21934 Log: Implement ANYOFUTF8 regprop() dumping.
21937 ____________________________________________________________________________
21938 [ 7967] By: jhi on 2000/12/03 20:57:19
21939 Log: Make uv_to_utf8() to zero-terminate its output buffer,
21940 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
21942 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
21943 ____________________________________________________________________________
21944 [ 7966] By: nick on 2000/12/03 18:41:21
21945 Log: Integrate mainline (STDCHAR)
21947 !> Configure t/pragma/utf8.t
21948 ____________________________________________________________________________
21949 [ 7965] By: jhi on 2000/12/03 17:58:20
21950 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
21953 ____________________________________________________________________________
21954 [ 7964] By: jhi on 2000/12/03 17:35:56
21955 Log: Integrate perlio.
21957 !> iperlsys.h perlio.c
21958 ____________________________________________________________________________
21959 [ 7963] By: jhi on 2000/12/03 17:33:55
21960 Log: Metaconfig unit change for #7962.
21962 ! U/modified/stdchar.U
21963 ____________________________________________________________________________
21964 [ 7962] By: jhi on 2000/12/03 17:33:27
21965 Log: Untangle the <stdio.h> #include nest for the stdchar test,
21966 from Andy Dougherty.
21969 ____________________________________________________________________________
21970 [ 7961] By: nick on 2000/12/03 16:53:00
21971 Log: Make iperlsys.h vector stdio not PerlIO.
21973 ! iperlsys.h perlio.c
21974 ____________________________________________________________________________
21975 [ 7960] By: nick on 2000/12/03 14:43:01
21976 Log: Integrate mainline
21978 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
21979 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
21980 ____________________________________________________________________________
21981 [ 7959] By: jhi on 2000/12/03 08:16:36
21982 Log: Use DO_UTF8().
21985 ____________________________________________________________________________
21986 [ 7958] By: jhi on 2000/12/02 18:33:05
21987 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
21988 From: Mike Guy <mjtg@cam.ac.uk>
21989 Date: Sat, 02 Dec 2000 17:27:13 +0000
21990 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
21992 An extraneous argument.
21995 ____________________________________________________________________________
21996 [ 7957] By: jhi on 2000/12/02 18:22:32
21997 Log: A missing hunk.
21999 ! t/lib/net-hostent.t
22000 ____________________________________________________________________________
22001 [ 7956] By: jhi on 2000/12/02 18:06:20
22002 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
22003 From: Nicholas Clark <nick@ccl4.org>
22004 Date: Sat, 2 Dec 2000 14:28:27 +0000
22005 Message-ID: <20001202142827.A12308@plum.flirble.org>
22009 ! t/lib/net-hostent.t
22010 ____________________________________________________________________________
22011 [ 7955] By: jhi on 2000/12/02 17:58:06
22012 Log: Metaconfig unit change for #7954.
22014 ! U/modified/stdchar.U
22015 ____________________________________________________________________________
22016 [ 7954] By: jhi on 2000/12/02 17:54:32
22017 Log: An inconvenient hang would happen if the stdio _ptr wasn't
22018 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
22019 would be grepping stdin for all eternity for the _ptr.)
22022 ____________________________________________________________________________
22023 [ 7953] By: jhi on 2000/12/02 00:07:15
22024 Log: Update Changes.
22026 ! Changes patchlevel.h
22027 ____________________________________________________________________________
22028 [ 7952] By: jhi on 2000/12/01 23:54:47
22029 Log: Subject: Re: long shell lines
22030 From: Andy Dougherty <doughera@lafayette.edu>
22031 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
22032 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
22034 Split overly long shell command lines.
22036 ! lib/ExtUtils/MM_Unix.pm
22037 ____________________________________________________________________________
22038 [ 7951] By: jhi on 2000/12/01 23:48:02
22039 Log: The metaconfig unit change for #7950.
22041 + U/modified/stdchar.U
22042 ____________________________________________________________________________
22043 [ 7950] By: jhi on 2000/12/01 23:47:39
22044 Log: Try to find stdchar also from <stdio_impl.h>.
22046 ! Configure config_h.SH
22047 ____________________________________________________________________________
22048 [ 7949] By: jhi on 2000/12/01 23:46:45
22049 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
22050 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22051 Date: Fri, 1 Dec 2000 16:26:08 -0500
22052 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
22054 Reword the diagnostic message.
22057 ____________________________________________________________________________
22058 [ 7948] By: nick on 2000/12/01 22:49:43
22059 Log: Integrate mainline (for s/y/m as sub names stuff).
22061 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
22062 !> t/pragma/warn/toke toke.c
22063 ____________________________________________________________________________
22064 [ 7947] By: jhi on 2000/12/01 20:55:41
22065 Log: Integrate perlio.
22067 !> perlio.c perliol.h t/io/pipe.t
22068 ____________________________________________________________________________
22069 [ 7946] By: jhi on 2000/12/01 20:36:51
22070 Log: Upgrade to CPAN 1.59_51, from Andreas König.
22072 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22073 ____________________________________________________________________________
22074 [ 7945] By: nick on 2000/12/01 20:31:32
22075 Log: Integrate mainline
22077 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
22078 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
22079 +> t/lib/net-hostent.t
22080 !> (integrate 35 files)
22081 ____________________________________________________________________________
22082 [ 7944] By: jhi on 2000/12/01 20:23:29
22083 Log: Some help for 20001130.011. Now one gets warnings like
22084 "Ambiguous -f() resolved as a file test ..."
22086 ! pod/perldiag.pod t/pragma/warn/toke toke.c
22087 ____________________________________________________________________________
22088 [ 7943] By: jhi on 2000/12/01 19:44:44
22089 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
22090 that also breaks using them as methods.
22092 ! pod/perldiag.pod t/op/misc.t toke.c
22093 ____________________________________________________________________________
22094 [ 7942] By: nick on 2000/12/01 17:56:46
22095 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
22096 Make 'unix' pass most tests
22097 - do unread by temporary push of layer ("pending") holding unread chars
22098 - fast_gets is now based on per-handle flag
22099 - relax one of io/pipe.t tests to allow print to fail and close to
22100 succeed so that it passes on unbuffered "unix" layer.
22101 Remaining fail is sporadic and a genuine race condition between
22102 parent/child in fork test.
22104 ! perlio.c perliol.h t/io/pipe.t
22105 ____________________________________________________________________________
22106 [ 7941] By: jhi on 2000/12/01 15:28:58
22107 Log: (Retracted by #7943.)
22109 Reserve the short named string operator names.
22111 ! pod/perldiag.pod t/op/misc.t toke.c
22112 ____________________________________________________________________________
22113 [ 7940] By: jhi on 2000/12/01 06:45:53
22114 Log: Get the three different space character classes right under utf8.
22116 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
22117 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
22118 ! regexec.c t/op/pat.t utf8.c
22119 ____________________________________________________________________________
22120 [ 7939] By: jhi on 2000/12/01 03:26:26
22121 Log: Two more tests that make no sense in UTF-8 since the test
22122 data is not in UTF-8.
22125 ____________________________________________________________________________
22126 [ 7938] By: jhi on 2000/12/01 03:20:39
22127 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
22128 should it be required inside regexen?
22130 ! regcomp.c t/op/regmesg.t
22131 ____________________________________________________________________________
22132 [ 7937] By: jhi on 2000/12/01 02:58:53
22133 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
22134 stored and restored, and thusly was trounced by the utf8 swash
22138 ____________________________________________________________________________
22139 [ 7936] By: jhi on 2000/11/30 20:41:39
22140 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
22141 Why the different platforms behave so differently (core dump vs
22142 no core dump) on this bug is a but of a mystery, but if I had to
22143 guess I would mumble something like 'alignment'.
22146 ____________________________________________________________________________
22147 [ 7935] By: jhi on 2000/11/30 16:17:02
22148 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
22149 From: Robin Barker <rmb1@cise.npl.co.uk>
22150 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
22151 Date: Thu, 30 Nov 2000 14:27:12 GMT
22154 ____________________________________________________________________________
22155 [ 7934] By: jhi on 2000/11/30 16:04:49
22156 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
22158 ! t/lib/net-hostent.t
22159 ____________________________________________________________________________
22160 [ 7933] By: jhi on 2000/11/30 06:07:26
22161 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
22162 From: Peter Prymmer <pvhp@forte.com>
22163 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
22164 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
22166 In VMS the localhost may be LOCALHOST.
22168 ! t/lib/net-hostent.t
22169 ____________________________________________________________________________
22170 [ 7932] By: jhi on 2000/11/30 01:11:11
22171 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
22172 From: Peter Prymmer <pvhp@forte.com>
22173 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
22174 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
22176 plus regen perlapi.pod.
22178 ! pod/perlapi.pod utf8.c
22179 ____________________________________________________________________________
22180 [ 7931] By: jhi on 2000/11/30 01:06:19
22181 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
22182 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22183 Date: Wed, 29 Nov 2000 17:15:11 EST
22184 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
22186 ! t/lib/filter-util.pl t/lib/filter-util.t
22187 ____________________________________________________________________________
22188 [ 7930] By: jhi on 2000/11/29 18:51:55
22189 Log: Update Changes.
22191 ! Changes patchlevel.h
22192 ____________________________________________________________________________
22193 [ 7929] By: jhi on 2000/11/29 18:50:55
22194 Log: Update the va_copy() metaconfig unit.
22195 Branch: metaconfig/U/perl
22197 ____________________________________________________________________________
22198 [ 7928] By: jhi on 2000/11/29 17:50:43
22199 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
22200 From: Dominic Dunlop <domo@computer.org>
22201 Date: Tue, 28 Nov 2000 16:41:57 +0100
22202 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
22204 Patch to catch a core dump in the Configure va_copy test.
22206 ! Configure config_h.SH
22207 ____________________________________________________________________________
22208 [ 7927] By: jhi on 2000/11/29 17:31:59
22209 Log: Retract #7921, the patch shouldn't be needed.
22212 ____________________________________________________________________________
22213 [ 7926] By: jhi on 2000/11/29 17:01:41
22214 Log: Make the Class::Struct import() wiser.
22216 ! lib/Class/Struct.pm t/lib/class-struct.t
22217 ____________________________________________________________________________
22218 [ 7925] By: jhi on 2000/11/29 16:36:33
22219 Log: All the core library users of Class::Struct seem to be
22220 using "use Class::Struct 'struct';" instead of the bare
22221 "use Class::Struct;", which isn't documented in Class::Struct.
22222 This can't be right.
22225 ____________________________________________________________________________
22226 [ 7924] By: jhi on 2000/11/29 16:32:15
22227 Log: A test works better if it has the right 1..$n output.
22229 ! t/lib/class-struct.t
22230 ____________________________________________________________________________
22231 [ 7923] By: jhi on 2000/11/29 16:29:11
22232 Log: Forgot to MANIFEST the new Net::hostent test.
22235 ____________________________________________________________________________
22236 [ 7922] By: jhi on 2000/11/29 16:27:49
22237 Log: Integrate perlio.
22239 !> iperlsys.h perlio.c
22240 ____________________________________________________________________________
22241 [ 7921] By: jhi on 2000/11/29 16:27:10
22242 Log: (Retracted by #7927.)
22244 Subject: [PATCH] Is infinity a number?
22245 From: Simon Cozens <simon@cozens.net>
22246 Date: Wed, 29 Nov 2000 14:48:20 +0000
22247 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
22250 ____________________________________________________________________________
22251 [ 7920] By: jhi on 2000/11/29 16:23:02
22252 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
22253 From: rspier@pobox.com (Robert Spier)
22254 Date: Wed, 29 Nov 2000 02:17:49 -0500
22255 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
22257 Add a test for Net::hostent.
22259 + t/lib/net-hostent.t
22260 ____________________________________________________________________________
22261 [ 7919] By: jhi on 2000/11/29 16:21:31
22262 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
22263 add a test for Class::Struct.
22265 + t/lib/class-struct.t
22266 ! MANIFEST lib/Class/Struct.pm
22267 ____________________________________________________________________________
22268 [ 7918] By: jhi on 2000/11/29 15:48:40
22269 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
22270 From: rspier@pobox.com (Robert Spier)
22271 Date: Wed, 29 Nov 2000 02:25:39 -0500
22272 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
22274 More checking in case someone has broken their services or
22275 protocol databases.
22277 ! ext/Sys/Syslog/Syslog.pm
22278 ____________________________________________________________________________
22279 [ 7917] By: jhi on 2000/11/29 15:46:25
22280 Log: Subject: [PATCH] $^O win32 -> MSWin32
22281 From: rspier@pobox.com (Robert Spier)
22282 Date: Wed, 29 Nov 2000 02:17:38 -0500
22283 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
22285 plus similar nits for vms, err, VMS, and UNICOS.
22287 ! t/lib/syslfs.t t/op/lfs.t
22288 ____________________________________________________________________________
22289 [ 7916] By: jhi on 2000/11/29 15:42:51
22290 Log: Subject: [PATCH] Tokeniser debugging
22291 From: Simon Cozens <simon@cozens.net>
22292 Date: Wed, 29 Nov 2000 14:15:45 +0000
22293 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
22295 ! perl.c perl.h pod/perlrun.pod toke.c
22296 ____________________________________________________________________________
22297 [ 7915] By: jhi on 2000/11/29 15:41:36
22298 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
22299 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22300 Date: Wed, 29 Nov 2000 02:13:14 -0500
22301 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
22305 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
22306 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22307 Date: Wed, 29 Nov 2000 03:09:04 -0500
22308 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
22310 OUT and IN_OUT documentation.
22312 ! lib/ExtUtils/xsubpp pod/perlxs.pod
22313 ____________________________________________________________________________
22314 [ 7914] By: jhi on 2000/11/29 03:35:01
22315 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
22316 From: John Tobey <jtobey@john-edwin-tobey.org>
22317 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
22318 Message-Id: <m140e1N-000FOoC@feynman.localnet>
22320 plus a performance speedup noticed by Sarathy.
22323 ____________________________________________________________________________
22324 [ 7913] By: jhi on 2000/11/29 03:16:59
22325 Log: Use "1 while unlink" so that VMS gets clean, too.
22327 ! t/lib/filter-util.t
22328 ____________________________________________________________________________
22329 [ 7912] By: jhi on 2000/11/29 03:09:08
22330 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
22331 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22332 Date: Tue, 28 Nov 2000 03:27:09 -0500
22333 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
22335 ! lib/ExtUtils/xsubpp
22336 ____________________________________________________________________________
22337 [ 7911] By: jhi on 2000/11/29 03:06:30
22338 Log: This should have been part of #7872: no need to scan UTF-8
22342 ____________________________________________________________________________
22343 [ 7910] By: jhi on 2000/11/29 02:50:04
22344 Log: One more perltie.pod nit from Casey R. Tweten.
22347 ____________________________________________________________________________
22348 [ 7909] By: jhi on 2000/11/29 02:44:23
22349 Log: Document the known sprintf test failures, exact standard
22350 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
22352 ! pod/perldelta.pod t/op/sprintf.t
22353 ____________________________________________________________________________
22354 [ 7908] By: jhi on 2000/11/29 02:36:23
22355 Log: Add the Encoding table format documentation.
22357 + ext/Encode/Encode/EncodeFormat.pod
22359 ____________________________________________________________________________
22360 [ 7907] By: jhi on 2000/11/29 02:07:24
22361 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
22362 From: "Casey R. Tweten" <crt@kiski.net>
22363 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
22364 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
22366 Subject: Re: [PATCH] Updating perltie.pod for arrays
22367 From: "Casey R. Tweten" <crt@kiski.net>
22368 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
22369 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
22372 ____________________________________________________________________________
22373 [ 7906] By: nick on 2000/11/28 22:40:59
22374 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
22376 ! iperlsys.h perlio.c
22377 ____________________________________________________________________________
22378 [ 7905] By: nick on 2000/11/28 22:04:34
22379 Log: Integrate mainline
22381 !> (integrate 39 files)
22382 ____________________________________________________________________________
22383 [ 7904] By: jhi on 2000/11/28 16:44:43
22384 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
22385 From: Nicholas Clark <nick@babyhippo.co.uk>
22386 Date: Tue, 28 Nov 2000 11:16:57 +0000
22387 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
22390 ____________________________________________________________________________
22391 [ 7903] By: jhi on 2000/11/28 16:40:31
22392 Log: Subject: [PATCH] Updating perltie.pod for arrays
22393 From: "Casey R. Tweten" <crt@kiski.net>
22394 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
22395 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
22398 ____________________________________________________________________________
22399 [ 7902] By: jhi on 2000/11/28 16:39:37
22400 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
22401 From: Robin Barker <rmb1@cise.npl.co.uk>
22402 Date: Mon, 27 Nov 2000 17:56:44 GMT
22403 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
22405 ! pod/perlfunc.pod t/op/split.t
22406 ____________________________________________________________________________
22407 [ 7901] By: jhi on 2000/11/28 16:28:04
22408 Log: setmode() is a DOSish-only thing.
22411 ____________________________________________________________________________
22412 [ 7900] By: jhi on 2000/11/28 16:21:46
22413 Log: Subject: [PATCH] perlcc.PL cleanups
22414 From: Simon Cozens <simon@cozens.net>
22415 Date: Tue, 28 Nov 2000 12:44:35 +0000
22416 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
22419 ____________________________________________________________________________
22420 [ 7899] By: gsar on 2000/11/28 06:32:55
22421 Log: reintegrate files missed by change#7895
22422 Branch: maint-5.6/perl
22423 +> ext/ByteLoader/bytecode.h utils/Makefile
22425 ____________________________________________________________________________
22426 [ 7897] By: gsar on 2000/11/27 18:22:47
22427 Log: can't integrate these two files, for some reason
22428 Branch: maint-5.6/perl
22429 - ext/ByteLoader/bytecode.h utils/Makefile
22430 ____________________________________________________________________________
22431 [ 7895] By: gsar on 2000/11/27 18:11:21
22432 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
22433 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
22434 6757..6890,6892..6901 from mainline
22436 Bytecompiler patches from Benjamin Stuhl.
22440 Subject: [PATCH blead] B:: missing dependency
22442 Subject: [PATCH: 6757] configure.com updates and syslog build
22444 Long double Gconvert fixes from Yitzchak Scott-Thoennes
22445 and Spider Boardman.
22447 Subject: [PATCH blead] nextchar() abuse misses an optimisation
22449 Long double fixes from Spider Boardman.
22451 Make the selection of NVff et al stricter.
22453 cSVOPo_*v things index into the current PL_curpad
22454 under ithreads, which is different from the curpad
22455 used by the XSUB. (In other words, the code as-is
22456 before this patch wouldn't work under ithreads.)
22460 VMS MMS (make) wants null action.
22462 Mac and other portability updates from Chris Nandor.
22464 Storable support, v-version fixes.
22465 Subject: CPAN.pm beta for testing available
22467 Portability fix from Hugo van der Sanden.
22471 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
22473 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
22475 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
22477 Replace #6705 with a minimal doc patch.
22478 Subject: [PATCH 5.6.0] replace change #6705
22480 Drop the separate perlbc, perlcc -b should be enough.
22482 installperl couldn't tell whether it had run tests or not.
22483 Subject: [PATCH] Re: installperl and t/TEST
22485 Add silencer flags to installperl.
22486 Subject: [PATCH] Making installperl silent.
22488 Make "make install" by default silent. A new "install-verbose"
22491 More liberal parsing of version numbers.
22492 Subject: Re: CPAN.pm beta for testing available
22494 Create directories in silence.
22495 Subject: [PATCH] Another silencer for MakeMaker
22497 DOS patches and portability/porting notes, from Tim Jenness.
22499 Make installman to recognize the silence flag -S.
22501 Actually do something with the silencer option.
22503 Continue silencing.
22505 Show the doc file, not the temp file.
22509 Subject: [PATCH] More silencing of installman.
22511 Better wording for the vec lvalue diagnostic.
22512 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
22514 Subject: [PATCH: 6805] several more tweaks to configure.com
22516 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
22519 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
22521 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
22522 (applied slightly modified)
22524 installperl --verbose and --silent.
22525 Subject: Re: [PATCH] More silencing of installman.
22527 Add install-silent target.
22529 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
22530 the problem reported in
22531 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
22533 Tweak the sfio/useperlio logic, hopefully as wished in
22534 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
22536 One forgotten file from #6816.
22538 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
22540 Remove duplicately applied patch shards.
22541 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
22543 Support preserving extremely big/small angles.
22545 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
22547 Subject: [PATCH] installation not quite silent yet.
22549 Update the test count.
22551 Use UVxf, PTR2UV, NVff.
22553 Document PTR2XX and INT2PTR.
22555 no-install target a la make -n.
22556 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
22558 grep -e isn't portable.
22559 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
22561 Can't get the test to reliably work thanks to the
22562 inaccurateness of floating point. "Resolves" bug ids
22563 20000826.003, 20000826.009, 20000826.010,
22565 Subject: installman buglet
22567 DJGPP update from Laszlo Molnar.
22569 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22571 Passing -R in ldflags makes now it to appear in the default
22572 for lddlflags, just like with -L.
22573 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22577 Use the actual thread type, not the pointer-to-struct.
22579 Provice virtual $Config{ccflags_nolargefiles} etc.
22581 display_format used as a class method without arguments was broken,
22583 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
22585 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
22587 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
22589 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
22591 opmini.o may be left around if a build is interrupted.
22595 Fix for ID 20000828.001, long doubles were not formatted
22596 correctly (showed up in $], which stopped installing perl).
22598 An attempt to fix the problem reported in
22599 Subject: Building perl@6856 using gcc/AIX 4.3.3
22600 I can't test this properly since the gcc installation I have
22601 access to seems to be botched (gcc is calling the AIX cpp,
22602 a losing proposition...)
22604 Add -ld to archname on long tr...double platforms.
22606 Subject: hv.h Doc Patch
22610 Subject: [PATCH bleedperl@6856] warnings fixes
22612 -S is the silent flag, -s is the strip flag.
22613 Subject: [PATCH] Re: [PATCH] make no-install
22615 Take out the SUIDMAIL thing, that will not be
22616 a problem in 5.7.*.
22618 Subject: [PATCH bleedperl@6866] spellings
22620 Subject: [PATCH] Re: files not cleaned even by veryclean
22622 Use minimal @INC in tests, most of the time just '../lib',
22623 so that we simply can't pick up stuff from other Perls than
22624 the one we are testing. Pointed out by
22625 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
22627 Update to Getopt::Long 2.24, from Johan Vromans.
22629 Fix for thinko in #6848.
22630 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
22632 Patches all over for people and the files they (hopefully) care about.
22634 Subject: Net::protoent does not export 'getproto'
22636 Missed a change in #6869.
22638 Subject: [PATCH] Warnings in B::Deparse
22640 Subject: [PATCH] Glob dumping
22642 Disable one of the tests for now.
22644 Disabling the one test is a bit tricky.
22646 Don't forget to tidy up.
22648 The #6881 removed one dump line.
22650 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
22652 Under usethreads the dumped variable is IN_PAD.
22653 Subject: Re: [PATCH] Glob dumping
22655 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
22657 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
22659 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
22661 Regen Configure for #6894.
22663 Subject: [PATCH: 6889] updates to perlebcdic.pod
22665 Undo namespace pollution of #6878.
22666 Subject: Re: Net::protoent does not export 'getproto'
22668 Admit that we are leaking scalars.
22670 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
22671 Branch: maint-5.6/perl
22672 !> (integrate 271 files)
22673 ____________________________________________________________________________
22674 [ 7894] By: gsar on 2000/11/27 16:00:34
22675 Log: a couple of nits
22676 Branch: maint-5.6/perl
22677 ! MANIFEST pp_sys.c
22678 ____________________________________________________________________________
22679 [ 7893] By: gsar on 2000/11/27 15:10:56
22680 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
22681 6740..6745,6747..6757,6760
22683 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
22685 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
22687 Doc nits spotted by Richard Soderberg.
22689 move WNOHANG definition to where other such things are
22691 Make $Config{byteorder} more magical so that it is
22692 dynamically computed: nice for 'fat binaries'.
22693 Subject: [PATCH]: default byteorder
22695 Subject: [PATCH] Cwd.pm now uses strict
22697 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
22699 Get -DLEAKTEST to compile (not necessarily to work, mind)
22700 Subject: [ID 20000724.006] -DLEAKTEST problem
22702 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
22704 Add perlebcdic from Peter Prymmer, regen toc.
22706 Don't propose using modules built for 5.005 if no binary
22707 compatibility with 5.005 is attempted.
22709 Do not use prototyping here.
22710 Subject: [ID 20000817.016] [PATCH] Peek.xs
22712 Document what the backtick returns if the command fails.
22714 Add byteorder to the myconfig output.
22716 Introduce NVef, NVff, and NVgf, use the middle one.
22717 (helps for lib/peek + Linux + long doubles) Reported in
22718 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
22719 Use NVs in POSIX math, not doubles.
22720 Subject: [ID 20000817.014] POSIX & modfl
22722 Subject: [PATCH 5.6.0+] newSVrv() memory leak
22724 The byteorder code in #6671 was wrong.
22726 Fix the lib/complex failure of
22727 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
22728 Linux long double accuracy issue: something that
22729 when printed with %g looks like "2" but int() of it is 1.
22731 Propagate new Configure vars.
22733 Unbuffer the output.
22735 Subject: [PATCH] perltrap.pod spring cleaning
22737 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
22738 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
22740 Tiny Getopt::Long patch from Johan Vromans.
22742 Document code point which makes if (defined %stash::) to work
22743 (noted by Spider Boardman).
22745 Subject: [PATCH perl@6698] cygwin port
22747 Document the NDBM_File and ODBM_File as SDBM_File
22748 was documented in #6417.
22750 The new tests were missing from #6415.
22752 Add [[:blank:]] as suggested in
22753 Subject: [ID 20000716.024] [=cc=] / [:blank:]
22754 (the [=cc=] has already been taken care of by #6439
22755 so the whole bug report can be closed)
22756 and make [[:space:]] to be equivalent to isspace(3)
22757 (as opposed to \s, which is isSPACE()). The difference
22758 is that now [[:space:]] matches the mythical vertical tab,
22761 Don't eat leading os from index entries.
22762 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
22764 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
22766 Typo in pp_complement().
22767 Subject: [PATCH perl-current] Deparse
22769 Add warnif(), check warnings further up the stack,
22770 all the warnings functions now can take an optional object reference.
22771 Subject: [PATCH bleedperl@6691] warnings pragma update
22773 Fix a core dump in lib/selfloader under -DDEBUGGING.
22774 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
22776 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
22778 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
22780 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
22781 Put back the long double avoidance code to POSIX.xs
22782 because VMS seems to need it still.
22784 Introduce a 'veryclean' target that is like 'distclean'
22785 but also removes *~ and *.orig.
22787 Subject: [ID 20000817.023] endianness description in perlfunc.pod
22789 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
22791 Let's try #6717 again.
22794 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
22796 pp_open() could pass an uninitialized filename down to do_open9().
22798 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
22800 Update to CGI 2.72, from Lincoln Stein.
22802 Subject: [PATCH] Silence MakeMaker (Was: installman)
22804 Use temporary directory instead of current directory.
22805 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
22807 Document odd vs even subreleases and -Dusedevel.
22809 The veryclean target needs to clobber.
22811 Use File::Spec->tmpdir().
22813 Document the number of exponent digits.
22815 Mention perlebcdic and perlposix-bc.
22817 s/this one/the 5.6.0 release/
22821 The correct cleaning order is an art.
22823 small tweaks for change#6705: avoid C++ style comments in C code;
22824 use Perl's malloc API rather than the low level system one
22826 Array context keeps slithering in.
22828 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
22830 Subject: [PATCH] os2.c fix for use64bitint
22832 Update to Pod::LaTeX 0.53.
22833 Subject: [PATCH] lib/Pod/LaTeX.pm updates
22835 Document the endianness of Alpha more precisely.
22837 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
22839 Rename the macro argument because some preprocessors
22840 can't tell the difference and expand arguments also inside
22841 double quoted strings.
22843 free TLS slot properly on Windows
22845 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
22847 Unicos/mk requires elaborate paranoia.
22849 Tweak the floating point output routine preferences.
22851 Also under djgpp the timestamps are funky.
22853 Apply some PodParser 1.18 patches; the Pod/Find.pm
22854 patches cannot be applied since #6712 conflicts.
22856 Use PodParser 1.18 new test.
22859 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
22862 Branch: maint-5.6/perl
22863 +> pod/perlebcdic.pod
22864 !> (integrate 106 files)
22865 ____________________________________________________________________________
22866 [ 7892] By: jhi on 2000/11/27 15:02:32
22867 Log: Update Changes.
22869 ! Changes patchlevel.h
22870 ____________________________________________________________________________
22871 [ 7891] By: jhi on 2000/11/27 14:57:23
22872 Log: Subject: Re: perlfaq style changes
22873 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22874 Date: Sat, 25 Nov 2000 23:32:26 -0800
22875 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
22877 plus a note from Ronald Kimball.
22879 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
22880 ____________________________________________________________________________
22881 [ 7890] By: jhi on 2000/11/27 14:53:14
22882 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
22883 From: Benjamin Holzman <bah@ecnvantage.com>
22884 Date: Sun, 26 Nov 2000 16:27:33 -0500
22885 Message-ID: <20001126162733.J25040@ecnvantage.com>
22888 ____________________________________________________________________________
22889 [ 7889] By: jhi on 2000/11/27 14:43:11
22890 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
22891 From: lvirden@cas.org
22892 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
22893 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
22896 ____________________________________________________________________________
22897 [ 7888] By: jhi on 2000/11/27 14:32:34
22898 Log: Restore also the locale test to no-sprintf-taint state.
22899 Fixes the bug 20001127.003.
22901 ! sv.c t/pragma/locale.t
22902 ____________________________________________________________________________
22903 [ 7887] By: gsar on 2000/11/27 14:13:05
22904 Log: integrate changes#6613..6616,6620..6665 from mainline
22906 VMS configure.com update continues.
22908 Subject: Test fails / warnings with perl-current #6612
22910 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
22912 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
22914 For now remove the mail code.
22916 Subject: Re: [PATCH] @+, @- readonly
22918 Subject: warning: storage class after type is obsolescent
22922 Subject: Re: File::Temp problems on VMS in bleedperl
22925 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
22927 Make the user to give up his firstborn, err, to knowingly
22928 verify installing an unstable developer release. Also bump
22929 the release to 5.7.0, but leave a patch tag in the local
22930 patches saying that this is not yet the real thing.
22932 Update (kinda) to Test 1.14, from Joshua Pritikin.
22934 make ok etc also for win32.
22936 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
22938 Don't blow limited stacks, a lower number is enough to
22939 tickle the lookbehind limit.
22941 Use -Dusedevel; regen Configure and the respective Porting stuff.
22943 Subject: [PATCH] debugger exit code should reflect user exit code
22945 Subject: [PATCH perl@6620] cygwin port
22947 Missed a file from #6638.
22949 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)
22951 magic callbacks all need to have same type signature
22953 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
22955 Fix a dependency problem.
22956 Subject: [PATCH: 6640] VMS Makefile.SH update
22958 The numeric locale was reset to "C" by s?printf and never restored.
22959 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
22960 No test since adding the failing example to locale.t
22961 does not fail -- probably because the locale settings are so
22962 thoroughly tweaked by that time. Running the example standalone
22963 does fail, though. UPDATE: test case added at change #7540.
22965 Subject: [ID 20000324.040] minor fix to perlhpux.pod
22967 Update to CPAN 1.57.
22969 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
22971 Change the perlbug address to perl.org since it's more forgiving.
22973 Change the regx compilation error markers to use = instead of <
22974 since pod makes using the latter quite messy. Reported in
22975 ID 20000814.006 by Abigail and in
22976 Subject: Unknown escape E<> ?
22978 Update to perldebtut 1.9, from Richard Foley.
22980 check that the number pseudo children doesn't exceed
22981 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
22982 the WaitForMultipleObjects() limit that would cause wait()
22984 wait() and waitpid() could potentially be rewritten to use
22985 more than one thread to do the waiting to eliminate this
22988 change#6328 could make close(SOCKET) return false on windows
22991 pod nit seen in passing
22993 on windows, the return values from wait() and waitpid() don't
22994 match those of pseudo-pids
22996 waitpid() now handles externally spawned pids correctly;
22997 fixes for backtick/wait/waitpid failures on Windows 9x
22998 these changes make the pid returned by process functions on
22999 Windows 9x always positive by clearing the high bit (which
23000 is always set on Win9x); pseudo-process PIDs are likewise
23001 always negative now on Win9x (just as on NT/2000)
23003 trailing new %ENV entries weren't being pushed into the real
23004 environment of subprocesses on Windows
23006 Tweak the regex compilation errors once more.
23008 avoid warnings from dense compiler
23010 add "ok" targets from change#6632 in makefile.mk
23011 Branch: maint-5.6/perl
23012 - lib/Pod/PlainText.pm vms/configure.com
23013 !> (integrate 66 files)
23014 ____________________________________________________________________________
23015 [ 7886] By: jhi on 2000/11/27 13:54:18
23016 Log: __FUNCTION__ isn't portable and trying to emulate it leads
23017 into practically spelling out the name of the function.
23018 Takes care of the bug 20001127.001.
23021 ____________________________________________________________________________
23022 [ 7885] By: gsar on 2000/11/27 13:53:18
23023 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
23024 6610..6611 from mainline
23026 Make regular expression parse error messages easier to understand.
23027 Subject: Re: enhanced(?) regex error messages
23029 Tiny tidying on report_evil_fh().
23031 Subject: Re: enhanced(?) regex error messages
23032 plus Capitalize the error messages, plus perldiag them.
23034 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
23036 Document here-doc better.
23038 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
23040 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
23041 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
23042 (either perlbug or p5p ate the original), plus regen
23043 perlapi and perltoc.
23047 Double check that we have a dirhandle.
23049 Subject: Re: enhanced(?) regex error messages
23050 (plus two small patches sent privately)
23051 (this still seems to leave few test failures)
23053 warn is a macro, avoid using at a variable to avoid warnings
23054 in some configurations; readdir.t is too conservative in
23055 estimating number of *.t's
23057 Get back into sync with Jeffrey on the enhanced regex warnings.
23059 Subject: [PATCH 5.6.0] cygwin port
23061 Zero entries were skipped, fix from Adrian Goalby
23062 <argoalby@yahoo.co.uk>
23064 Subject: Remove dead entry in perldiag
23066 Amend the description of Perl6.
23067 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
23071 It's the 2ndO'ROSSC.
23073 Revert the sv.c part of #6559, a better fix is needed.
23075 Iterating perl6 description.
23077 Update to Term::ANSIColor 1.03, from Russ Allbery.
23079 Update to Getopt::Long 2.23_05, from Johan Vromans.
23081 Small AUTHORS and MAINTAIN updates. Could do with big updates.
23083 Update to Pod::Parser 1.17, from Brad Appleton.
23085 Update to CPAN 1.56, from Andreas König.
23087 Update to CGI 2.70, from Lincoln Stein.
23089 Put back the std @INC thing.
23091 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
23092 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
23094 Document the IO::Select timeout.
23096 sleep(1) does not necessarily return 1.
23097 Subject: [PATCH bleadperl] op/lex_assign.t
23099 Subject: debugger "d" command doesnt check line number
23101 B::Deparse didn't do sub attributes.
23102 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
23104 Preprocessing and postprocessing for File::Find.
23105 Subject: Patch to Find::File.pm to allow alphabetical results
23107 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
23109 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
23111 Subject: Re: [ID 20000730.003] utf8::length() bad
23113 Subject: Getting perlio and threads to compile
23114 (the Solaris version changes in Configure skipped)
23117 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
23119 Add Perl debugging tutorial, regen toc.
23120 Subject: perldebtut.pod
23122 Add a few missing files, update MANIFEST.
23124 Rewrite of vms/subconfigure.com as configure.com,
23125 from Peter Prymmer and the vmsperl crew.
23127 Should have deleted this in #6603.
23129 Fix the test for 5005threads.
23131 Fix-n-skip the tests under 5005threads.
23133 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
23135 Upgrade to CGI 2.71, from Lincoln Stein.
23136 Branch: maint-5.6/perl
23137 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
23138 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
23139 +> t/op/regmesg.t t/pod/find.t vms/configure.com
23140 - vms/subconfigure.com
23142 !> (integrate 115 files)
23143 ____________________________________________________________________________
23144 [ 7884] By: jhi on 2000/11/27 13:44:33
23145 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
23146 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23147 Date: Mon, 27 Nov 2000 08:23:54 EST
23148 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
23150 ! vms/descrip_mms.template vms/test.com
23151 ____________________________________________________________________________
23152 [ 7883] By: gsar on 2000/11/27 11:50:46
23153 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
23154 6511..6513,6515..6523,6525..6536
23156 The swallow_bom() saga continues. The #23 of require.t
23157 (UTF16-LE) still fails (silently, no output) but the #22
23158 (UTF16-BE) seems to be working now. The root of the
23159 failure may be in sv_gets(): is it UTF-16LE-aware,
23160 especially when it comes to line endings?
23162 Document the problem with -P in HP-UX and its workaround.
23164 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
23165 (aka ID 20000730.002)
23167 Subject: fix and question re: waitpid() under win32
23169 Make the safety catch for buggy gccs work with triple version
23170 numbers like 2.95.2. Reported in
23171 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
23173 In Digital UNIX warn if gcc explicitly chosen because even
23174 2.95.2 is known to cause problems.
23176 Make chr() for values >127 to create utf8 when under utf8.
23178 various syntax errors and such (not fixed: comp/require.t#22 coredump
23181 Stash away the largefiles flags and libswanted.
23183 BOM patching from Simon Cozens.
23185 If gccosandvers is equal to osname, clear gccosandvers.
23187 Make p4desc to skip non-mainperl branches by default.
23189 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
23192 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
23194 In new BSDs changes to argv[] do not show up in ps(1) output,
23195 instead one must use setproctitle(). This was already addressed
23196 by change #6457, but the below has a new variant for FreeBSD 4.0
23197 or later, and the matter is also documented more.
23199 FreeBSD 3.* updates from
23200 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
23202 regen_headers, regen perltoc.
23204 Document in one place the memory abstractions used in Perl core.
23206 memcpy has n o in it, as pinted ut by Sarathy.
23208 Remove the extraneous "main::" prefix from all the
23209 "opened only for", "on closed", and "never opened" warnings.
23211 The name of a filehandle does not have <these>.
23213 The tr utf8 patching continues.
23215 The new setproctitle() feature is available only in
23216 bleeding edge FreeBSD. From Paul Saab.
23218 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
23220 Dump UVs as UVs in Data::Dumper.
23224 Document the IVdf UVuf UVof UVxf.
23226 require.t needs binmode() to work on windows
23228 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
23229 that are hopefully soon put into use.
23231 Allow "no Module;" even if there is no 'unimport'.
23233 Better skip message for the test; one of the two problems in
23234 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
23236 The subtest 4 may fail also on VOBS, as pointed out
23237 by Nick Ing-Simmons in November 1999, bug id 19991124.003
23238 (but the failure in that bug report isn't the subtest 4).
23240 Be more informative on what is skipped and why,
23241 also repeat the list at the end.
23245 Subject: [PATCH] sv.h documentation - SvLEN
23247 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
23249 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
23251 Subject: [PATCH] bad cppsymbols on os2 + Configure question
23253 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
23255 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
23256 mention the idea of @( and @)
23258 This is 6512. Really.
23260 Subject: [ID 19990721.004] Documentation bug in perlfunc
23262 Subject: Minor tweak to perlvar.pod
23264 In the warnings call filehandles consistently so;
23265 add "unopened" warning for stat().
23267 After the #6519 a warning about stat() is just that,
23268 not about a filetest, which now have their own warning.
23270 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
23272 Subject: Re: Array vs. List context
23274 Subject: New perlcc, take 2
23276 Weed buglets pointed out by
23277 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
23279 gcc versions might have (parentheses) in them.
23281 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
23283 Essential prototype changes were missing from #6527.
23284 Also make report_evil_fh() more bomb-proof.
23286 Zap lib/Sys directory when cleaning up.
23288 Change the Policy policy: now -Dprefix= with an existing
23289 Policy.sh and prefix == siteprefix == vendorprefix, then all
23290 of them follow along the new prefix.
23291 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
23293 Continue fixing the io warnings. This also
23294 sort of fixes bug ID 20000802.003: the core dump
23295 is no more. Whether the current behaviour is correct
23296 (giving a warning: "Not a format reference"), is another matter.
23298 Have symbols for the IoTYPEs.
23300 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
23302 Document a bit that UDP is not what you might think.
23303 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
23304 tr memory corruption fix from Simon Cozens.
23306 Plug the security hole described in the Aug 05 2000 bugtraq message
23307 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
23308 The security hole exists only in suidperls, which isn't
23309 installed or even built by default.
23310 Branch: maint-5.6/perl
23311 !> (integrate 71 files)
23312 ____________________________________________________________________________
23313 [ 7882] By: gsar on 2000/11/27 10:25:36
23314 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
23317 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
23318 to be fatal errors (instead of by default ignoring them, and
23319 ignoring with a bug: even though -w gave an error, the opening [
23320 was left in) Reported in:
23322 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
23324 Subject: [PATCH] split /^/
23326 MacOS nits from Matthias Neeracher.
23328 More split() doc and test patches from Mike Guy.
23330 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
23331 from Graham Barr in the module list.
23333 docfix from Peter Scott <Peter@PSDT.com>.
23335 File::Temp patches for VMS and OS/2 from Tim Jenness.
23337 open() wariness in perlbug.
23339 Subject: [PATCH] minor doc change - perlguts
23341 Subject: Minor doc patch: handy.h
23343 Be wary of close()s, too.
23345 Further File::Temp patches from Yitzchak Scott-Thoennes
23346 and Craig A. Berry.
23348 Subject: [PATCH] fixes bug 20000508.004
23350 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
23352 Allow "no AutoLoader;", based on change #6444,
23353 suggested by Graham Barr.
23355 Use setproctitle() if available to modify $0.
23357 Warn if the version of the operating system used to compile gcc
23358 differs from the current version of the operating system.
23359 Also display the gcc compilation os and version in myconfig.
23362 Tiny fixes for #6460.
23364 The problem described in this
23365 Subject: [ID 20000322.018] named chars aren't magical enough
23366 has been fixed in perl 5.6.0 but just in case added a test
23367 to keep it away. (The report from Joseph Hall.)
23369 Tune the comments and hopefully stop a memory leak.
23371 Subject: UTF8 concat
23372 (with a memory leak fixed, plus a few casts added)
23373 This also seems to help for
23374 Subject: [ID 20000716.015] join UTF8 weirdness
23376 Do not upgrade SVs into utf8 just because they participate
23377 in eq or cmp. Reported and fix suggested in
23378 Subject: [ID 20000720.009] sv_eq UTF8 bug
23380 Fix the HALF_UPGRADE() macro introduced in #6263.
23382 Find green threads before native threads.
23383 Subject: Re: Patch to jpl/JNI/Makefile.PL
23384 Branch: maint-5.6/perl
23385 !> (integrate 30 files)
23386 ____________________________________________________________________________
23387 [ 7881] By: jhi on 2000/11/27 05:48:41
23388 Log: It seems that *both* the unused submatch loop cleanup
23392 ____________________________________________________________________________
23393 [ 7880] By: jhi on 2000/11/27 04:50:07
23394 Log: Clean .exists deeper.
23397 ____________________________________________________________________________
23398 [ 7879] By: jhi on 2000/11/27 02:31:35
23399 Log: The code in regcppop() (see #7878) contains the correct lower
23400 limit for the unused submatch 'cleanup' loop so that under
23401 "use utf8" the following code wouldn't dump core:
23402 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
23403 the cleanup loop in regtry() stomped beyond allocated area
23404 in the startp[] array. Therefore, copied the correct lower
23405 loop limit (*PL_reglastparen) to regtry(). Note: something
23406 may still not be quite right: why was the _higher_ loop limit
23407 (prog->nparens) different in the utf8 case?
23409 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
23410 without core dumps, there were about 17 of them before
23411 the patch (with us since Perl 5.7.0). Two failures, still:
23412 496 and 505 (though these may not be severe).
23414 Patch #7881 is also needed since both the cleanup loops
23417 Also, the t/op/pat#44 seems to core dump under utf8.
23418 Plus a couple of failures. UGH-8.
23421 ____________________________________________________________________________
23422 [ 7878] By: jhi on 2000/11/27 02:21:17
23423 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
23424 the code in regcppop() seems to be redundant for the test suite --
23425 but it contains a germ of truth, and it needed for the build
23426 process itself: see #7879 and #7881.
23429 ____________________________________________________________________________
23430 [ 7877] By: jhi on 2000/11/27 01:53:09
23431 Log: Comment on comment.
23434 ____________________________________________________________________________
23435 [ 7876] By: jhi on 2000/11/27 00:49:59
23436 Log: Adjust the docs to agree with #7875.
23438 ! pod/perllocale.pod
23439 ____________________________________________________________________________
23440 [ 7875] By: jhi on 2000/11/27 00:49:27
23441 Log: Retract #7863. It makes more sense not to taint formatted output,
23442 not even by sprintf().
23445 ____________________________________________________________________________
23446 [ 7874] By: jhi on 2000/11/26 23:36:02
23447 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
23448 Not really fixed (should really dump the UTF-8 charclass),
23449 but stopped displaying the garbage.
23451 Also add a note on the (missing) Unicode PSXSPC and BLANK.
23454 ____________________________________________________________________________
23455 [ 7873] By: jhi on 2000/11/26 21:31:13
23456 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
23459 ____________________________________________________________________________
23460 [ 7872] By: jhi on 2000/11/26 21:06:04
23461 Log: No need to scan till infinity, 13 is enough.
23464 ____________________________________________________________________________
23465 [ 7871] By: jhi on 2000/11/26 20:20:32
23466 Log: Test line numbers are different with utf8.
23469 ____________________________________________________________________________
23470 [ 7870] By: jhi on 2000/11/26 20:10:12
23474 ____________________________________________________________________________
23475 [ 7869] By: jhi on 2000/11/26 19:01:05
23476 Log: Make utf8_length() and utf8_distance() (the latter of which
23477 is unused at the moment) to be less forgiving about bad UTF-8.
23479 ! embed.h embed.pl objXSUB.h proto.h utf8.c
23480 ____________________________________________________________________________
23481 [ 7868] By: jhi on 2000/11/26 18:45:56
23482 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
23483 From: Benjamin Holzman <bah@ecnvantage.com>
23484 Date: Sat, 25 Nov 2000 20:40:20 -0500
23485 Message-ID: <20001125204020.A25040@ecnvantage.com>
23487 Debian allows installing /usr/bin/locale without installing
23488 any locales, an error message will ensue.
23490 ! t/pragma/locale.t
23491 ____________________________________________________________________________
23492 [ 7867] By: jhi on 2000/11/26 18:31:12
23493 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
23494 From: Benjamin Holzman <bah@ecnvantage.com>
23495 Date: Sun, 26 Nov 2000 02:42:34 -0500
23496 Message-ID: <20001126024234.G25040@ecnvantage.com>
23498 Patch for the bug 20000212.002.
23500 ! sv.c t/op/array.t
23501 ____________________________________________________________________________
23502 [ 7866] By: jhi on 2000/11/26 18:28:09
23503 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
23504 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23505 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
23506 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
23510 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
23511 ____________________________________________________________________________
23512 [ 7865] By: jhi on 2000/11/26 18:24:22
23513 Log: The metaconfig unit change for #7864.
23514 Branch: metaconfig/U/perl
23516 ____________________________________________________________________________
23517 [ 7864] By: jhi on 2000/11/26 18:23:41
23518 Log: Make the va_copy() test not to be so talkative.
23520 ! Configure config_h.SH
23521 ____________________________________________________________________________
23522 [ 7863] By: jhi on 2000/11/26 18:11:02
23523 Log: Fix locale inconsistencies unearthed by Hugo's work.
23524 Now the floating point sprintf really does taint the result
23525 string as perllocale promises (has promised for a long time)
23526 if "use locale" is in the lexical scope.
23528 ! sv.c t/pragma/locale.t
23529 ____________________________________________________________________________
23530 [ 7862] By: jhi on 2000/11/26 00:35:15
23531 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
23532 From: Nicholas Clark <nick@ccl4.org>
23533 Date: Sun, 26 Nov 2000 00:07:50 +0000
23534 Message-ID: <20001126000750.A22446@plum.flirble.org>
23539 ____________________________________________________________________________
23540 [ 7861] By: jhi on 2000/11/26 00:01:26
23541 Log: Integrate perlio.
23543 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
23544 ____________________________________________________________________________
23545 [ 7860] By: nick on 2000/11/25 22:04:17
23546 Log: Correct relative path from new ext\Filter\Util\Call location
23549 ! win32/makefile.mk
23550 ____________________________________________________________________________
23551 [ 7859] By: nick on 2000/11/25 21:26:54
23552 Log: Integrate mainline.
23554 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
23555 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
23556 +> t/lib/filter-util.t
23557 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23558 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
23559 - t/lib/filt-util.t
23560 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
23561 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
23562 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
23563 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
23564 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
23565 !> win32/makefile.mk
23566 ____________________________________________________________________________
23567 [ 7858] By: gsar on 2000/11/25 20:52:17
23568 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
23569 parent's memory; fix it by keeping track of the actual pad
23570 offset rather than a raw pointer (this change is probably also
23571 relevant to non-ithreads case to avoid fallout from reallocs of
23572 the pad array, but is currently only enabled for the ithreads
23573 case in the interests of minimal disruption to existing "well
23576 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
23577 ! proto.h scope.c scope.h sv.c t/op/fork.t
23578 ____________________________________________________________________________
23579 [ 7857] By: nick on 2000/11/25 20:01:28
23580 Log: All tests pass on Win32/gcc/USE_PERLIO.
23581 - when crlf layer is pushed make unix-level binary.
23582 - remove :crlf injection in pp_backtick in pp_sys.c
23583 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
23585 ! doio.c perlio.c pp_sys.c win32/makefile.mk
23586 ____________________________________________________________________________
23587 [ 7856] By: jhi on 2000/11/25 18:38:30
23588 Log: Update the metaconfig units for #7855.
23589 Branch: metaconfig/U/perl
23590 ! useperlio.U usesocks.U
23591 ____________________________________________________________________________
23592 [ 7855] By: jhi on 2000/11/25 18:37:54
23593 Log: Undo the SOCKS workarounds, instead start using PerlIO
23594 if SOCKS is selected.
23596 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
23597 From: Jens Hamisch <jens@Strawberry.COM>
23598 Date: Fri, 24 Nov 2000 18:31:30 +0100
23599 Message-ID: <20001124183130.E28337@Strawberry.COM>
23601 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
23602 From: Jens Hamisch <jens@Strawberry.COM>
23603 Date: Fri, 24 Nov 2000 19:11:51 +0100
23604 Message-ID: <20001124191151.A28753@Strawberry.COM>
23606 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
23607 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
23608 ____________________________________________________________________________
23609 [ 7854] By: jhi on 2000/11/25 17:39:08
23610 Log: Undo #7848. Some of the code seems to use walkoptree(),
23611 some walkoptree_slow(). An unfinished renaming?
23612 Now the sub is walkoptree() (which is @EXPORT_OK),
23613 the walkoptree_slow() is a typeglob alias to walkoptree.
23614 This makes the tests to pass, at least.
23616 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
23617 ____________________________________________________________________________
23618 [ 7853] By: nick on 2000/11/24 22:24:33
23619 Log: Re-arrange crlf vs binary for platforms that care.
23620 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
23621 Lip-service to making stdio layer work on such platfroms (untested).
23622 Now fails 3 tests rather than one, checkin to see if I can debug
23623 the issue under linux. (Do not merge.)
23625 ! doio.c perlio.c perliol.h
23626 ____________________________________________________________________________
23627 [ 7852] By: jhi on 2000/11/24 18:57:39
23628 Log: AUTHORS edits.
23631 ____________________________________________________________________________
23632 [ 7851] By: jhi on 2000/11/24 17:34:56
23633 Log: Add Jan-Erik Karlsson.
23636 ____________________________________________________________________________
23637 [ 7850] By: jhi on 2000/11/24 17:27:56
23638 Log: Configure should find stdchar on its own.
23640 ! hints/solaris_2.sh
23641 ____________________________________________________________________________
23642 [ 7849] By: jhi on 2000/11/24 17:24:55
23643 Log: Subject: PATCH over 7848: Filter test flawed
23644 From: andreas.koenig@anima.de (Andreas J. Koenig)
23645 Date: 24 Nov 2000 10:28:29 +0100
23646 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
23648 ! t/lib/filter-util.t
23649 ____________________________________________________________________________
23650 [ 7848] By: jhi on 2000/11/24 17:22:15
23651 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
23652 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
23653 Date: Fri, 24 Nov 2000 16:12:58 +0000
23654 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
23657 ____________________________________________________________________________
23658 [ 7847] By: jhi on 2000/11/24 03:07:01
23659 Log: Integrate perlio.
23661 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
23662 !> win32/makefile.mk
23663 ____________________________________________________________________________
23664 [ 7846] By: gsar on 2000/11/24 00:55:57
23665 Log: integrate changes#6415..6418,6420..6438 from mainline
23667 Fix the bitvector ops for utf8 (tricky since past 7 bits
23668 the utf8 'characters' can be more than one octet).
23670 MPE/ix updates for perl 5.6.0 from Mark Bixby.
23672 Subject: SDBM_File documentation
23678 Send all installperl messages to STDERR and be -w clean.
23680 Out-of-date note removed.
23682 Protect against "wild next"s, that is, callbacks doing "next"
23683 instead of "return".
23685 Use STDOUT consistently.
23687 The output might have been produced in the wrong order.
23689 A missing 'break' after the [[:space:]] switch case.
23692 [ID 19991110.003] another matching finding by pcre author
23693 which has already been fixed by some patch, as verified in
23695 Documentation to explain the behaviour of map().
23697 Add an optimization for map-maps-a-list-element-to-more-list-elements
23698 case, but add also notes explaining the relationship of this
23699 patch and the earlier notes by Sarathy.
23701 Subject: [ID 20000716.023] syslog test fails without sockets
23703 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
23704 Test cases for #6431.
23706 File::Spec::VMS fixup for tmpdir from Craig Berry.
23708 Make the "uninit variable" warning to say "concat or string"
23709 or "join or string" when in concat or join .
23711 Get UTF16 BOMs working. Patch from
23712 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
23714 Subject: [PATCH] Make large file tests deal with SIGXFSZ
23716 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
23718 Subject: [PATCH] av.c apidoc
23719 Branch: maint-5.6/perl
23720 !> (integrate 43 files)
23721 ____________________________________________________________________________
23722 [ 7845] By: gsar on 2000/11/24 00:20:45
23723 Log: integrate changes#6406..6414 from mainline
23725 Merge perlhacktut into perlhack, update perlguts.
23727 Fix AutoSplit to use File::Spec the right way in VMS,
23728 from Peter Prymmer.
23731 [ID 19991110.002] minimal matching discrepancy found by pcre author
23732 seems to have been fixed (though differently from what was suggested
23733 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
23735 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
23736 not in pod, from Peter Prymmer
23738 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
23739 From: Hugo <hv@crypt.compulink.co.uk>
23740 Date: Fri, 14 Jul 2000 23:05:20 +0100
23741 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
23743 Didn't anymore apply, but that point still could use another fix.
23745 lib/b test fixes from Peter Prymmer.
23747 More docs for sv functions.
23749 perlvms.pod whitespace cleanup to keep pod utils happy.
23751 another VMS build tweak from Peter Prymmer
23752 Branch: maint-5.6/perl
23753 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
23754 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
23755 !> vms/descrip_mms.template vms/perlvms.pod
23756 ____________________________________________________________________________
23757 [ 7844] By: nick on 2000/11/23 23:42:45
23758 Log: Win32/perlio Now just fails one io/argv.t test - lack
23759 of default :crlf on standard streams.
23762 ____________________________________________________________________________
23763 [ 7843] By: nick on 2000/11/23 23:04:05
23764 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
23765 peek fail is showing a real problem (multiple crlf layers
23766 are getting pushed.)
23768 ! doio.c perlio.c win32/makefile.mk
23769 ____________________________________________________________________________
23770 [ 7842] By: nick on 2000/11/23 19:46:23
23771 Log: Implement PerlIO_binmode()
23772 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
23773 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
23774 make binmode in t/lib/io_tell.t unconditional so that works.
23775 Checkin just so Win32 machine can see these changes.
23777 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
23778 ____________________________________________________________________________
23779 [ 7841] By: jhi on 2000/11/23 19:30:00
23780 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
23783 ____________________________________________________________________________
23784 [ 7840] By: jhi on 2000/11/23 17:18:02
23785 Log: SOCKS wrestling continues, patches from Jens Hamisch.
23787 ! doio.c embed.h embed.pl perlsdio.h proto.h
23788 ____________________________________________________________________________
23789 [ 7839] By: jhi on 2000/11/23 16:54:14
23790 Log: Push Filter::Util::Call one level deeper.
23792 + t/lib/filter-util.t
23793 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
23794 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
23795 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23796 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
23797 - t/lib/filt-util.t
23798 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
23799 ! win32/Makefile win32/makefile.mk
23800 ____________________________________________________________________________
23801 [ 7838] By: jhi on 2000/11/23 16:52:40
23802 Log: Reach back one higher up when searching for PERL_SRC.
23804 ! lib/ExtUtils/MM_Unix.pm
23805 ____________________________________________________________________________
23806 [ 7837] By: jhi on 2000/11/23 16:05:41
23807 Log: Subject: Re: perl@7826
23808 Date: Thu, 23 Nov 2000 02:20:25 -0600
23809 From: "Craig A. Berry" <craigberry@mac.com>
23810 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
23812 Make VMS to like Filter::Util::Call.
23814 ! configure.com ext/Filter/Util/Makefile.PL
23815 ____________________________________________________________________________
23816 [ 7836] By: nick on 2000/11/23 16:04:08
23817 Log: Implement crlf layer - not ready for merge.
23819 ! perlio.c win32/makefile.mk
23820 ____________________________________________________________________________
23821 [ 7835] By: jhi on 2000/11/23 15:56:52
23822 Log: STDCHAR is different in Sparc v9 vs x86.
23824 ! hints/solaris_2.sh
23825 ____________________________________________________________________________
23826 [ 7834] By: jhi on 2000/11/23 15:50:47
23827 Log: The type needs to be visible to protos.
23830 ____________________________________________________________________________
23831 [ 7833] By: jhi on 2000/11/23 15:40:46
23832 Log: Finish unfinished SOCKS workaround changes.
23835 ____________________________________________________________________________
23836 [ 7832] By: jhi on 2000/11/23 15:33:30
23837 Log: Integrate perlio.
23839 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23840 !> win32/makefile.mk
23841 ____________________________________________________________________________
23842 [ 7831] By: nick on 2000/11/23 10:31:07
23843 Log: Correct makefile.mk dependancies for ext/Filter/Util
23845 Run dmake regen_config_h
23847 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23848 ! win32/makefile.mk
23849 ____________________________________________________________________________
23850 [ 7830] By: nick on 2000/11/23 08:05:07
23851 Log: Integrate mainline
23853 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23854 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
23855 +> t/lib/filt-util.pl t/lib/filt-util.t
23856 !> (integrate 41 files)
23857 ____________________________________________________________________________
23858 [ 7829] By: gsar on 2000/11/23 03:07:11
23859 Log: build the Filter extension on windows
23861 ! win32/Makefile win32/makefile.mk
23862 ____________________________________________________________________________
23863 [ 7828] By: gsar on 2000/11/23 02:46:35
23864 Log: regenerate win32/config* and fix some inconsistencies in the
23865 makefiles; always export Perl_deb() because it is needed
23866 by ext/re/* (whether perl itself is built with -DDEBUGGING
23869 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
23870 ! win32/config_H.vc win32/makefile.mk
23871 ____________________________________________________________________________
23872 [ 7827] By: gsar on 2000/11/23 02:18:38
23873 Log: get sources building on windows+MSVC again (untested with other
23876 ! win32/include/sys/socket.h win32/perllib.c
23877 ____________________________________________________________________________
23878 [ 7826] By: jhi on 2000/11/23 01:18:26
23879 Log: Update Changes.
23881 ! Changes patchlevel.h
23882 ____________________________________________________________________________
23883 [ 7825] By: jhi on 2000/11/23 00:20:41
23884 Log: Subject: Re: av.c patch (having slight problems)
23885 From: "Ben Tilly" <ben_tilly@hotmail.com>
23886 Date: Tue, 21 Nov 2000 23:29:31 -0500
23887 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
23892 ____________________________________________________________________________
23893 [ 7824] By: jhi on 2000/11/22 23:59:15
23894 Log: Fixes for signedness warnings noticed by VMSperlers.
23896 ! ext/Storable/Storable.xs regcomp.c sv.c
23897 ____________________________________________________________________________
23898 [ 7823] By: jhi on 2000/11/22 23:19:31
23899 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
23900 From: Peter Prymmer <pvhp@forte.com>
23901 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
23902 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
23904 ! t/pragma/warn/pp_hot
23905 ____________________________________________________________________________
23906 [ 7822] By: jhi on 2000/11/22 22:52:20
23910 ____________________________________________________________________________
23911 [ 7821] By: jhi on 2000/11/22 22:46:39
23912 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
23913 by Damian Conway, as suggested by Paul Marquess.
23915 + lib/Filter/Simple.pm
23916 ____________________________________________________________________________
23917 [ 7820] By: jhi on 2000/11/22 22:45:51
23918 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
23920 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
23921 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
23922 + t/lib/filt-util.t
23924 ____________________________________________________________________________
23925 [ 7819] By: jhi on 2000/11/22 22:03:27
23926 Log: Integrate perlio.
23928 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
23929 !> win32/makefile.mk
23930 ____________________________________________________________________________
23931 [ 7818] By: jhi on 2000/11/22 21:56:02
23932 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
23934 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
23936 ____________________________________________________________________________
23937 [ 7817] By: jhi on 2000/11/22 21:39:49
23938 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
23939 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23940 Date: Wed, 22 Nov 2000 16:08:12 -0500
23941 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
23943 ! lib/ExtUtils/Liblist.pm
23944 ____________________________________________________________________________
23945 [ 7816] By: jhi on 2000/11/22 21:38:25
23946 Log: Go ahead and #include <unistd.h> in perl.h.
23948 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
23950 ____________________________________________________________________________
23951 [ 7815] By: jhi on 2000/11/22 21:22:52
23952 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
23953 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23954 Date: Mon, 20 Nov 2000 18:30:52 -0500
23955 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
23957 ! pod/perlre.pod regcomp.c t/op/re_tests
23958 ____________________________________________________________________________
23959 [ 7814] By: jhi on 2000/11/22 21:21:46
23960 Log: Subject: [PATCH 5.7.0] Liblist finally works
23961 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23962 Date: Tue, 21 Nov 2000 22:02:17 -0500
23963 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
23965 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
23966 ! lib/ExtUtils/MakeMaker.pm
23967 ____________________________________________________________________________
23968 [ 7813] By: jhi on 2000/11/22 21:20:23
23969 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
23970 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23971 Date: Wed, 22 Nov 2000 17:53:15 +0100
23972 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
23974 AIX dynaloader and perlio patch.
23976 ! ext/DynaLoader/dl_aix.xs
23977 ____________________________________________________________________________
23978 [ 7812] By: jhi on 2000/11/22 21:17:52
23979 Log: (Accidentally empty patch.)
23982 ____________________________________________________________________________
23983 [ 7811] By: jhi on 2000/11/22 21:16:31
23984 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
23985 From: Peter Prymmer <pvhp@forte.com>
23986 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
23987 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
23990 ____________________________________________________________________________
23991 [ 7810] By: jhi on 2000/11/22 21:15:36
23992 Log: Subject: Re: perl@7777
23993 From: "John P. Linderman" <jpl@research.att.com>
23994 Date: Wed, 22 Nov 2000 13:11:11 -0500
23995 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
24000 ____________________________________________________________________________
24001 [ 7809] By: jhi on 2000/11/22 21:14:19
24002 Log: Subject: [PATCH perl@7795] Perlio_tell fix
24003 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24004 Date: Wed, 22 Nov 2000 13:51:37 EST
24005 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
24008 ____________________________________________________________________________
24009 [ 7808] By: jhi on 2000/11/22 21:13:27
24010 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
24011 From: Casey Tweten <crt@kiski.net>
24012 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
24013 Message-Id: <200011201653.LAA10194@home.kiski.net>
24016 ____________________________________________________________________________
24017 [ 7807] By: jhi on 2000/11/22 21:12:35
24018 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
24019 From: Casey Tweten <crt@kiski.net>
24020 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
24021 Message-Id: <200011201636.LAA07227@home.kiski.net>
24024 ____________________________________________________________________________
24025 [ 7806] By: jhi on 2000/11/22 21:10:59
24026 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
24027 From: "Casey R. Tweten" <crt@kiski.net>
24028 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
24029 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
24032 ____________________________________________________________________________
24033 [ 7805] By: nick on 2000/11/22 21:05:06
24034 Log: Integrate mainline
24036 !> Changes Porting/genlog ext/DB_File/DB_File.xs
24037 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
24038 !> utils/perlbug.PL
24039 ____________________________________________________________________________
24040 [ 7804] By: jhi on 2000/11/22 21:01:12
24041 Log: Subject: [PATCH] Test.pm POD peculiarity
24042 From: "Casey R. Tweten" <crt@kiski.net>
24043 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
24044 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
24047 ____________________________________________________________________________
24048 [ 7803] By: jhi on 2000/11/22 20:59:59
24049 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
24050 From: "Philip Newton" <pnewton@gmx.de>
24051 Date: Wed, 22 Nov 2000 14:25:53 +0100
24052 Message-Id: <3A1BD771.25462.1939FAD@localhost>
24054 Be case-understanding also on 's', and use the -oi of sendmail
24055 not to terminate the transmission on a lone '.'.
24058 ____________________________________________________________________________
24059 [ 7802] By: nick on 2000/11/22 20:51:42
24060 Log: Win32 PerlIO intermediate state now working as expected.
24061 - In current state we are still using C runtime in text/binary
24062 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
24063 - PERLIO=stdio and PERLIO=unix pass all expected tests.
24064 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
24065 and PerlIO_seek() and the dummy crlf layer is not making adjustments
24066 for CRLF translation happening in C runtime. All other tests pass.
24068 Added note to README.win32 to point out the snags of doing a perl build
24069 with Norton AntiVirus turned on.
24071 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
24072 which file a fail comes from.
24074 Updated "canned" config.h to match the one generated.
24076 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
24077 ! win32/makefile.mk
24078 ____________________________________________________________________________
24079 [ 7801] By: jhi on 2000/11/22 06:50:20
24082 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24083 ____________________________________________________________________________
24084 [ 7800] By: jhi on 2000/11/22 01:29:55
24085 Log: Changes had accidentally gone too silent on non-main branches.
24087 ! Changes Porting/genlog patchlevel.h
24088 ____________________________________________________________________________
24089 [ 7799] By: gsar on 2000/11/22 01:02:56
24090 Log: some lib_pm.PL changes snuck in via change#7772
24091 Branch: maint-5.6/perl
24093 ____________________________________________________________________________
24094 [ 7798] By: nick on 2000/11/21 21:59:40
24095 Log: Integrate mainline
24097 !> (integrate 28 files)
24098 ____________________________________________________________________________
24099 [ 7797] By: jhi on 2000/11/21 21:01:45
24100 Log: Integrate perlio.
24102 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
24103 ____________________________________________________________________________
24104 [ 7796] By: nick on 2000/11/21 20:36:22
24105 Log: Win32 builds and runs (mostly) with USE_PERLIO.
24106 PERLIO=perlio passes all tests.
24107 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
24109 ! perlio.c win32/perllib.c win32/win32.c
24110 ____________________________________________________________________________
24111 [ 7795] By: jhi on 2000/11/21 19:03:44
24112 Log: Update Changes.
24114 ! Changes patchlevel.h
24115 ____________________________________________________________________________
24116 [ 7794] By: jhi on 2000/11/21 18:56:34
24117 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
24118 From: "Craig A. Berry" <craigberry@mac.com>
24119 Date: Mon, 20 Nov 2000 20:27:06 -0600
24120 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
24125 ____________________________________________________________________________
24126 [ 7793] By: jhi on 2000/11/21 18:54:41
24127 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
24128 From: Dominic Dunlop <domo@computer.org>
24129 Date: Mon, 20 Nov 2000 18:55:29 +0100
24130 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
24132 va_copy() and the need of it.
24133 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
24134 Branch: metaconfig/U/perl
24137 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24138 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
24139 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
24140 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24141 ! win32/config.bc win32/config.gc win32/config.vc
24142 ____________________________________________________________________________
24143 [ 7792] By: jhi on 2000/11/21 17:04:10
24144 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
24147 ____________________________________________________________________________
24148 [ 7791] By: jhi on 2000/11/21 17:01:16
24149 Log: Export the SOCKS workaround symbols only if necessary.
24151 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
24152 ____________________________________________________________________________
24153 [ 7790] By: nick on 2000/11/20 23:57:11
24154 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
24157 ____________________________________________________________________________
24158 [ 7789] By: nick on 2000/11/20 23:38:33
24159 Log: Integrate mainline
24161 +> lib/File/Spec/Epoc.pm
24162 !> (integrate 34 files)
24163 ____________________________________________________________________________
24164 [ 7788] By: nick on 2000/11/20 23:20:18
24165 Log: Make extra buffer layer work (dummy crlf layer)
24167 ! doio.c perlio.c perlio.h
24168 ____________________________________________________________________________
24169 [ 7787] By: jhi on 2000/11/20 22:44:04
24170 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
24171 From: Peter Prymmer <pvhp@forte.com>
24172 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
24173 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
24175 ! t/pragma/locale.t
24176 ____________________________________________________________________________
24177 [ 7786] By: jhi on 2000/11/20 22:29:10
24178 Log: Subject: DOC PATCH 5.6.0 perlreftut
24179 From: mjd@plover.com
24180 Date: 20 Nov 2000 19:45:06 -0000
24181 Message-ID: <20001120194506.9505.qmail@plover.com>
24183 ! pod/perlreftut.pod
24184 ____________________________________________________________________________
24185 [ 7785] By: jhi on 2000/11/20 22:27:44
24186 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
24187 From: David Dyck <dcd@tc.fluke.com>
24188 Date: Mon, 20 Nov 2000 11:43:40 -0800
24189 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
24192 ____________________________________________________________________________
24193 [ 7784] By: jhi on 2000/11/20 22:23:21
24194 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
24195 Date: Mon, 20 Nov 2000 17:06:10 -0500
24196 To: Mailing list Perl5 <perl5-porters@perl.org>
24197 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
24199 ! pp_ctl.c t/op/pat.t
24200 ____________________________________________________________________________
24201 [ 7783] By: jhi on 2000/11/20 22:11:18
24202 Log: Subject: [PATCH] doop.c - UTF8 tr///
24203 From: Simon Cozens <simon@cozens.net>
24204 Date: Sat, 18 Nov 2000 18:49:30 +0000
24205 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
24207 Subject: Re: [PATCH] doop.c - UTF8 tr///
24208 From: Simon Cozens <simon@cozens.net>
24209 Date: Mon, 20 Nov 2000 20:45:22 +0000
24210 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
24212 Make tr on UTF-8 better but still not correct.
24215 ____________________________________________________________________________
24216 [ 7782] By: jhi on 2000/11/20 22:02:16
24217 Log: Remove the shared object before attempting to create
24218 (by linking) a new one. E.g. in AIX not removing
24219 becomes quite painful if one tries to do more than one
24220 build in the same tree (an interrupted build, for example),
24221 since the AIX' shared dynaloader seemingly keeps the shared
24222 objects open and therefore 'busy' for quite a while, even when
24223 nobody is using the objects, leading into link failures.
24225 ! lib/ExtUtils/MM_Unix.pm
24226 ____________________________________________________________________________
24227 [ 7781] By: gsar on 2000/11/20 19:02:55
24228 Log: type mismatch due to faulty integration
24229 Branch: maint-5.6/perl
24230 ! toke.c win32/Makefile
24231 ____________________________________________________________________________
24232 [ 7780] By: gsar on 2000/11/20 17:31:55
24233 Log: integrate changes#6392,6394..6399,6401..6404
24235 The {multiplier} of a fixed substring was overlooked which
24236 caused a wrong initial search offset for that substring.
24238 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
24239 From: Hugo <hv@crypt.compulink.co.uk>
24240 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
24241 Date: Thu, 13 Jul 2000 19:27:13 +0100
24243 Fix the BOM bug: not a byteorder bug, a signedness bug.
24245 Replace change #6337 with a better one.
24247 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
24248 From: Hugo <hv@crypt.compulink.co.uk>
24249 Date: Fri, 14 Jul 2000 04:16:20 +0100
24250 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
24252 MakeMaker should not remove editor backups (*~) on `make clean`
24253 by default (completes change#6383)
24255 move new variables to the end of the interpreter structure (for
24256 bincompat in code that doesn't #include XSUB.h)
24258 rename totally bletcherous SvLOCK() thingy (doesn't do what the
24259 name suggests anyway)
24261 various cleanups (typos, misformatted code, and small bugs)
24263 typecasts needed for change#6394
24265 typos in change#6399, regen headers
24267 inconsistent types needs casts
24269 PERL_OBJECT build tweaks
24270 Branch: maint-5.6/perl
24271 !> MANIFEST doop.c embed.h embed.pl embedvar.h
24272 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
24273 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
24274 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
24276 ____________________________________________________________________________
24277 [ 7779] By: gsar on 2000/11/20 17:06:29
24278 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
24280 Cosmetics and perldelta.
24282 Fix nits noticed by Boston.pm.
24284 Do the cc sanity check both before the hints and
24285 after the cc selction.
24287 get sprintf.t to adjust properly for 3-digit exponents
24289 don't clobber *.orig files on *clean targets
24291 fix bugs in processing %v-*d and similar format specs (from
24292 Avi Finkel <avi@finkel.org>)
24294 sprintf test tweaks (from Dominic Dunlop)
24296 new selfloader.t in change#6183 doesn't close DATA handles,
24297 and thus fails to clean up tmp files on dosish platforms
24299 typos (spotted by Peter Prymmer)
24301 typo fix from Craig Berry
24302 Branch: maint-5.6/perl
24303 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
24304 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
24305 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
24307 ____________________________________________________________________________
24308 [ 7778] By: gsar on 2000/11/20 16:46:51
24309 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
24311 Subject: Re: format bug report [Patch]
24312 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24313 Date: Wed, 05 Jul 2000 13:12:52 +0200
24314 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
24316 Subject: Re: format bug report [Patch]
24317 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24318 Date: Wed, 05 Jul 2000 14:10:01 +0200
24319 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
24321 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
24322 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24323 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
24324 Date: Fri, 07 Jul 2000 17:57:16 +0100
24326 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
24327 To: perl5-porters@perl.org
24328 From: Karsten Sperling <spiff@phreax.net>
24329 Date: Mon, 10 Jul 2000 15:12:52 +0200
24330 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
24332 README.posix-bc podified from Thomas Dorner.
24334 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
24335 From: Dominic Dunlop <domo@computer.org>
24336 Date: Tue, 11 Jul 2000 12:27:33 +0200
24337 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
24342 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
24343 From: Roderick Schertler <roderick@argon.org>
24344 Date: Tue, 11 Jul 2000 13:55:05 -0400
24345 Message-Id: <200007111755.NAA05077@jones.argon.org>
24347 Minor cleanups on the booklist.
24349 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
24352 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
24353 Branch: maint-5.6/perl
24354 +> pod/perlbook.pod
24355 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
24356 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
24357 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
24358 ____________________________________________________________________________
24359 [ 7777] By: jhi on 2000/11/20 16:08:49
24360 Log: Update Changes.
24362 ! Changes patchlevel.h
24363 ____________________________________________________________________________
24364 [ 7776] By: jhi on 2000/11/20 15:27:56
24365 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
24366 This may be overly harsh but until proven otherwise, we think this
24367 way, or until we have a simple test for Configure (having to start
24368 up servers is does not count as simple) to check for the problems.
24371 ____________________________________________________________________________
24372 [ 7775] By: jhi on 2000/11/20 15:22:17
24373 Log: Solaris hints tweaks.
24375 ! hints/solaris_2.sh
24376 ____________________________________________________________________________
24377 [ 7774] By: jhi on 2000/11/20 15:01:20
24378 Log: Add a workaround to SOCKS 64-bit problems.
24380 ! doio.c embed.h embed.pl perlsdio.h proto.h
24381 ____________________________________________________________________________
24382 [ 7773] By: jhi on 2000/11/20 14:51:47
24383 Log: sysseek() instead of seek().
24386 ____________________________________________________________________________
24387 [ 7772] By: gsar on 2000/11/20 13:06:23
24388 Log: integrate changes#6315..6319,6321..6331,6333..6338
24390 Integrate with Sarathy, preliminary fix for unicos
24391 alignment problems in [ID 20000612.002] Perl problem on Cray system.
24393 some debugger output does not go to the socket when RemotePort is set
24395 winsock cleanup never done on Windows (leads to handle leaks)
24397 fix UNC path handling on Windows under ithreads, and chdir()
24398 return value when given a non-existent directory
24400 Autogenerate pod/Makefile and pod/buildtoc.
24401 buildtoc also checks whether the existin pods are
24402 mentioned in MANIFEST and perl.pod, and vice versa.
24403 (None of the thusly found discrepancies fixed yet.)
24404 roffitall also needs to be autogenerated similarly but it
24405 seems so badly out of date that I didn't touch it yet.
24407 Config is being used.
24409 Add =head1 NAMEs so that buildtoc is happy.
24410 (The CGI::Util nit reported to Lincoln.)
24412 Fix complaints of buildtoc.
24414 Fix the alignment problem in Crays ([ID 20000612.002]).
24416 Remove perlbook, update perlfaq book listing,
24417 rearrange perl.pod, regenerate perltoc.
24419 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
24420 was cast to an unsigned (32-bit) integer with wild abandon.
24422 winsock options weren't being set in all threads under ithreads
24423 (caused send()s from second and subsequent threads to fail)
24425 accept() leaks memory on windows due to incorrect ordering of
24426 closesocket() and fclose() calls
24428 Reorder perl.pod once more.
24430 More POSIX.pod tweaks.
24432 Sprinkle ldlibpath.
24434 Precedence goof, fix based on
24435 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
24436 From: Hugo <hv@crypt.compulink.co.uk>
24437 Date: Tue, 11 Jul 2000 12:52:38 +0100
24438 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
24440 Subject: PATCH perlguts.pod: Document D and d magic types
24441 From: mjd@plover.com
24442 Date: 5 Jul 2000 18:01:51 -0000
24443 Message-ID: <20000705180151.29413.qmail@plover.com>
24445 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
24446 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
24447 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
24448 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
24450 Subject: [PATCH cfgperl] $& segfaults if you trick it
24451 From: simon@brecon.co.uk (Simon Cozens)
24452 Date: 7 Jul 2000 11:26:09 GMT
24453 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
24455 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
24456 From: Hugo <hv@crypt.compulink.co.uk>
24457 Date: Tue, 11 Jul 2000 12:44:50 +0100
24458 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
24460 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
24461 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24462 Date: Tue, 11 Jul 2000 13:50:51 +0100
24463 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
24464 Branch: maint-5.6/perl
24465 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
24467 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
24468 !> (integrate 26 files)
24469 ____________________________________________________________________________
24470 [ 7771] By: gsar on 2000/11/20 12:31:42
24471 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
24474 Subject: [PATCH bleedperl] File::Spec 0.82 beta
24475 From: Barrie Slaymaker <barries@jester.slaysys.com>
24476 Date: Wed, 28 Jun 2000 11:35:29 -0400
24477 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
24479 tweak perlembed for multiplicity/usethreads sanity; correct notes
24482 localize %INC in a Safe compartment so that use/require work
24483 (many other magic globals probably need similar treatment)
24485 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
24486 when @_ is modified, causing coredumps
24488 slurp mode fix in change#4736 still not quite right
24490 Point to perlipc for more SysV IPC examples.
24492 Elaborate POSIX.pod. Still needs work.
24494 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
24496 fix large memory leak that has been around for ever, masked by
24497 -DPURIFY (most of the arenas were never freed!)
24499 fix memory leak on Windows (PL_sys_intern contents were never
24502 PERL_OBJECT build tweak
24506 remove rel2abs prototypes (from Barrie Slaymaker)
24508 missing perldiag entry for unpack("w",...) diagnostic (from
24511 better diagnostic on Frob->stuff() when Frob:: doesn't exist
24512 (from Richard Soderberg <rs@oregonnet.com>)
24514 Win32 patches for cfgperl from Sarathy.
24516 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
24518 More POSIX.pod embellishment.
24520 tyop in change#6306
24521 Branch: maint-5.6/perl
24522 !> (integrate 44 files)
24523 ____________________________________________________________________________
24524 [ 7770] By: gsar on 2000/11/20 11:51:00
24525 Log: integrate changes#6268..6282 from cfgperl branch
24527 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
24528 From: Dominic Dunlop <domo@computer.org>
24529 Date: Thu, 29 Jun 2000 12:32:39 +0200
24530 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
24532 Regen headers for #6261 (and update embed.pl for this) and #6267,
24533 silence few compiler warnings.
24535 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
24536 From: Nicholas Clark <nick@talking.bollo.cx>
24537 Date: Fri, 23 Jun 2000 16:21:15 +0100
24538 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
24540 Subject: PATCH pod/perltie.pod
24541 From: Ian Phillipps <Ian.Phillipps@iname.com>
24542 Date: Fri, 16 Jun 2000 00:17:19 +0100
24543 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
24544 (only the first hunk, the second hunk had already been done
24545 by some other patch)
24547 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
24548 From: Tom Phoenix <rootbeer@redcat.com>
24549 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
24550 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
24552 Subject: [PATCH] xsub attributes
24553 From: Doug MacEachern <dougm@covalent.net>
24554 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
24555 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
24557 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
24558 From: Andy Dougherty <doughera@lafayette.edu>
24559 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
24560 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
24562 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
24563 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24564 Date: Tue, 13 Jun 2000 02:43:48 -0500
24565 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
24567 Subject: [PATCH] Re: eval documentation: context
24568 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24569 Date: Mon, 12 Jun 2000 15:07:29 +0100
24570 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
24572 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
24573 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24574 Date: Mon, 12 Jun 2000 14:55:59 +0100
24575 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
24577 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
24578 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
24579 Date: Fri, 09 Jun 2000 12:39:27 -0400
24580 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
24581 (plus update the version "number" of Text::Wrap)
24583 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
24584 From: Tim Ayers <tayers@bridge.com>
24585 Date: Thu, 08 Jun 2000 08:11:06 +0200
24586 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
24587 [resent by Richard Foley, Message-Id probably wrong]
24589 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
24590 From: rspier@pobox.com (Robert Spier)
24591 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
24592 Message-ID: <14654.31913.845602.610277@rls.cx>
24594 Subject: [PATCH 5.6.0] utils/h2xs.PL
24595 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24596 Date: Wed, 7 Jun 2000 04:02:04 -0500
24597 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
24599 Subject: [PATCH 5.6.0]ITHREADs for VMS
24600 From: Dan Sugalski <dan@sidhe.org>
24601 Date: Tue, 06 Jun 2000 11:59:50 -0400
24602 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
24603 Branch: maint-5.6/perl
24604 !> (integrate 31 files)
24605 ____________________________________________________________________________
24606 [ 7769] By: gsar on 2000/11/20 11:29:06
24607 Log: integrate changes#6261..6266 from cfgperl
24609 Subject: Re: [PATCH cfgperl] BOMs away!
24610 From: simon@brecon.co.uk (Simon Cozens)
24611 Date: 17 Jun 2000 11:49:57 GMT
24612 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
24614 Subject: 5.6.0 Patch for EPOC
24615 From: Olaf Flebbe <o.flebbe@gmx.de>
24616 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
24617 Message-ID: <23449.960929969@www11.gmx.net>
24619 tr fixes from Simon Cozens
24621 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
24622 From: Marty Lucich <marty@netcom.com>
24623 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
24624 Message-Id: <200006282116.OAA11148@netcom.com>
24625 ccdlflags update (the BSD/OS 4.1 part had already been taken
24628 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
24629 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24630 Date: Wed, 28 Jun 2000 17:50:12 -0700
24631 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
24633 Subject: [PATCH 5.6.0] cygwin port
24634 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
24635 From: "Fifer, Eric" <EFifer@sanwaint.com>
24636 Date: Thu, 29 Jun 2000 12:58:29 +0100
24637 Branch: maint-5.6/perl
24638 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
24639 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
24640 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24641 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
24642 ____________________________________________________________________________
24643 [ 7768] By: gsar on 2000/11/20 11:13:44
24644 Log: integrate changes#6252..6256,6259..6260
24646 Paranoia tweak on #6249.
24647 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
24648 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24649 Date: Sun, 25 Jun 2000 23:43:12 -0400
24650 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
24652 Subject: tr///, help wanted.
24653 From: simon@brecon.co.uk (Simon Cozens)
24654 Date: 28 Jun 2000 11:29:04 GMT
24655 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
24657 small thinko tweaks
24659 tweaks from Simon Conzes to further fix tr/// under utf8
24661 perlnewmod was missing from MANIFEST.
24663 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
24664 From: simon@brecon.co.uk (Simon Cozens)
24665 Date: 17 Jun 2000 11:56:44 GMT
24666 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
24668 Branch: maint-5.6/perl
24669 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
24670 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
24671 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
24672 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
24673 ____________________________________________________________________________
24674 [ 7767] By: gsar on 2000/11/20 10:51:38
24675 Log: integrate change#6250 from cfgperl
24677 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
24678 From: Doug MacEachern <dougm@covalent.net>
24679 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
24680 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
24681 Branch: maint-5.6/perl
24683 !> MANIFEST embed.pl global.sym proto.h toke.c
24684 ____________________________________________________________________________
24685 [ 7766] By: gsar on 2000/11/20 10:48:34
24686 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
24688 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
24689 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24690 Date: Mon, 26 Jun 2000 18:40:14 +0100
24691 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
24693 Subject: [PATCH] bytes<->utf8 fixes
24694 From: simon@brecon.co.uk (Simon Cozens)
24695 Date: 26 Jun 2000 04:55:45 GMT
24696 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
24698 Subject: [PATCH] is_utf8_string
24699 From: simon@brecon.co.uk (Simon Cozens)
24700 Date: 26 Jun 2000 02:25:59 GMT
24701 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
24703 Subject: [PATCH] avoid mg_ptr in '*' magic
24704 From: Doug MacEachern <dougm@covalent.net>
24705 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
24706 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
24708 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
24709 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24710 Date: Sat, 24 Jun 2000 13:06:20 +0100
24711 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
24713 Allow for standalone testing.
24715 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
24716 From: Mark-Jason Dominus <mjd@plover.com>
24717 Date: Tue, 27 Jun 2000 22:36:42 -0400
24718 Message-ID: <20000628023642.12166.qmail@plover.com>
24720 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
24721 From: Frank Tobin <ftobin@uiuc.edu>
24722 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
24723 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
24724 Branch: maint-5.6/perl
24725 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
24726 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
24727 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
24728 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
24729 !> utf8.c utils/h2xs.PL
24730 ____________________________________________________________________________
24731 [ 7765] By: gsar on 2000/11/20 10:29:13
24732 Log: integrate change#6239 from cfgperl
24734 Configure maintenance. Sever some dependency cycles,
24735 separate gccversion from the cc unit,
24736 address [ID 20000623.006] Configure script patch for using gcc on AIX
24737 (but solve it a little bit differently),
24738 unduplex some accidentally duplicated units,
24739 suggest using gcc if no cc available
24740 (p5p thread: "Solaris configure: counterproposal", 1999-09)
24741 Branch: maint-5.6/perl
24742 !> Configure Todo-5.6 config_h.SH
24743 ____________________________________________________________________________
24744 [ 7764] By: gsar on 2000/11/20 10:25:55
24745 Log: integrate changes#6233..6238 from cfgperl
24747 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
24748 From: Mark-Jason Dominus <mjd@plover.com>
24749 Date: Fri, 16 Jun 2000 20:53:04 -0400
24750 Message-ID: <20000617005304.8008.qmail@plover.com>
24752 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
24753 because when run as services (Win32ese for daemons)
24754 no environment variables are set and tmpdir ends up as /tmp,
24755 which is ambiguous.
24756 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
24757 From: matt@sergeant.org
24758 Date: 16 Jun 2000 16:30:43 -0000
24759 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
24761 The thread begun by
24762 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
24763 From: Kevin.Ruscoe@ubsw.com
24764 Date: Fri, 16 Jun 2000 16:38:51 +0100
24765 Message-Id: <H000019b03c300d6@MHS>
24767 Tweak embed.pl, regen headers.
24769 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
24770 From: Dan Sugalski <dan@sidhe.org>
24771 Date: Fri, 23 Jun 2000 17:00:00 -0400
24772 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
24773 Branch: maint-5.6/perl
24774 !> (integrate 27 files)
24775 ____________________________________________________________________________
24776 [ 7763] By: gsar on 2000/11/20 10:08:08
24777 Log: s/perl56delta/perldelta/g
24778 Branch: maint-5.6/perl
24780 ____________________________________________________________________________
24781 [ 7762] By: gsar on 2000/11/20 10:04:00
24782 Log: integrate changes#6225,6229,6231,6232 from cfgperl
24784 Add source code filenames to apidoc.
24785 From: simon@brecon.co.uk (Simon Cozens)
24786 Subject: [PATCH embed.pl] Source X-ref
24787 Date: 22 Jun 2000 02:18:49 GMT
24788 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
24790 Subject: README.hpux version 0.6.1
24791 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
24792 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24793 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
24795 Subject: [PATCH 5.6.0] cygwin port
24796 From: "Fifer, Eric" <EFifer@sanwaint.com>
24797 Date: Tue, 20 Jun 2000 14:30:58 +0100
24798 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
24800 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
24801 From: simon@brecon.co.uk (Simon Cozens)
24802 Date: 19 Jun 2000 15:18:27 GMT
24803 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
24805 plus update pod/Makefile and regenerate perltoc
24806 Branch: maint-5.6/perl
24807 +> pod/perlutil.pod
24808 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
24809 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
24810 ____________________________________________________________________________
24811 [ 7761] By: jhi on 2000/11/20 04:09:55
24812 Log: Miraculous typo.
24815 ____________________________________________________________________________
24816 [ 7760] By: jhi on 2000/11/20 04:06:08
24817 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
24818 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24819 Date: Sun, 19 Nov 2000 22:30:26 -0500
24820 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
24822 ! regexec.c scope.h t/op/pat.t
24823 ____________________________________________________________________________
24824 [ 7759] By: jhi on 2000/11/20 02:05:22
24825 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
24828 ____________________________________________________________________________
24829 [ 7758] By: jhi on 2000/11/20 01:58:11
24830 Log: Subject: [perl 7711: EPOC] updates
24831 From: Olaf Flebbe <o.flebbe@gmx.de>
24832 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
24833 Message-ID: <25575.974658810@www23.gmx.net>
24835 + lib/File/Spec/Epoc.pm
24836 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
24837 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
24838 ! lib/File/Spec.pm perl.c sv.c
24839 ____________________________________________________________________________
24840 [ 7757] By: jhi on 2000/11/20 01:53:11
24841 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
24844 ____________________________________________________________________________
24845 [ 7756] By: jhi on 2000/11/20 01:47:22
24846 Log: Integrate perlio.
24848 - ext/re/hints/MSWin32.pl
24849 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
24850 !> win32/config.gc win32/config_H.gc win32/win32sck.c
24851 ____________________________________________________________________________
24852 [ 7755] By: nick on 2000/11/19 20:57:17
24853 Log: Add dummy crlf layer (just as buffer)
24854 Correct 1st bug - one layer of indirection.
24856 ! perlio.c perlio.h perliol.h
24857 ____________________________________________________________________________
24858 [ 7754] By: nick on 2000/11/19 20:56:12
24859 Log: Work-round to Perl_deb_nocontext is no longer required
24861 - ext/re/hints/MSWin32.pl
24862 ____________________________________________________________________________
24863 [ 7753] By: nick on 2000/11/19 20:01:16
24864 Log: diff -se shows these as different
24866 ! global.sym pod/perlapi.pod
24867 ____________________________________________________________________________
24868 [ 7752] By: nick on 2000/11/19 18:57:30
24869 Log: Configure GCC/Win32 build -Duseperlio
24870 Fix a couple of gross issues
24871 - double-include of ../deb.o in re.dll
24872 - win32sck.c needs PerlIO and FILE
24874 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
24876 ____________________________________________________________________________
24877 [ 7751] By: nick on 2000/11/19 17:05:36
24878 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
24881 ____________________________________________________________________________
24882 [ 7750] By: nick on 2000/11/19 16:57:14
24886 ____________________________________________________________________________
24887 [ 7749] By: jhi on 2000/11/19 16:28:40
24888 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
24889 From: "Peter J. Farley III" <pjfarley@banet.net>
24890 Date: Sun, 19 Nov 2000 01:42:58 -0500
24891 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
24893 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
24894 ____________________________________________________________________________
24895 [ 7748] By: jhi on 2000/11/19 16:08:10
24896 Log: Subject: podlators 1.05 available
24897 From: Russ Allbery <rra@stanford.edu>
24898 Date: 18 Nov 2000 22:04:28 -0800
24899 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
24901 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
24902 ____________________________________________________________________________
24903 [ 7747] By: nick on 2000/11/19 11:19:39
24904 Log: Integrate mainline
24906 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
24908 ____________________________________________________________________________
24909 [ 7746] By: jhi on 2000/11/19 06:42:22
24910 Log: Make hex scanning warn on "\x{x}" and "\xx".
24911 "\x" and and hex("x") are still valid.
24914 ____________________________________________________________________________
24915 [ 7745] By: nick on 2000/11/18 22:52:28
24916 Log: Integrate mainline
24918 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
24919 !> perl.h perlio.c proto.h regcomp.c regcomp.h
24920 ____________________________________________________________________________
24921 [ 7744] By: jhi on 2000/11/18 22:50:28
24922 Log: Introduce Perl_utf8_length(). Use it.
24924 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
24925 ____________________________________________________________________________
24926 [ 7743] By: jhi on 2000/11/18 22:38:51
24927 Log: Compiler denit.
24930 ____________________________________________________________________________
24931 [ 7742] By: jhi on 2000/11/18 20:33:05
24932 Log: Integrate perlio.
24934 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
24935 !> perlio.h pp_ctl.c pp_sys.c sv.c
24936 ____________________________________________________________________________
24937 [ 7741] By: jhi on 2000/11/18 20:31:27
24938 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
24939 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24940 Date: Fri, 17 Nov 2000 20:35:11 -0500
24941 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
24943 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
24944 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24945 Date: Fri, 17 Nov 2000 21:03:47 -0500
24946 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
24948 Plus a little bit of tweaking in pregcomp().
24950 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
24951 ____________________________________________________________________________
24952 [ 7740] By: nick on 2000/11/18 20:17:22
24953 Log: Lexical use open ... support:
24954 add ->cop_io to COP structure in cop.h.
24955 Make mg.c and gv.c associate it with ${^OPEN}.
24956 Make lib/open.pm set it.
24957 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
24958 manner similar to ->cop_warnings.
24959 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
24960 call new PerlIO_apply_layers().
24961 Declare latter in perlio.h and define in perlio.c
24963 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
24964 ! perlio.h pp_ctl.c pp_sys.c sv.c
24965 ____________________________________________________________________________
24966 [ 7739] By: jhi on 2000/11/18 19:54:00
24967 Log: Integrate perlio.
24969 !> doio.c perlio.c pp.c
24970 ____________________________________________________________________________
24971 [ 7738] By: jhi on 2000/11/18 17:16:13
24972 Log: Subject: [PATCH 5.7.0] etags broken again
24973 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24974 Date: Sat, 18 Nov 2000 02:41:36 -0500
24975 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
24978 ____________________________________________________________________________
24979 [ 7737] By: jhi on 2000/11/18 17:12:18
24980 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
24982 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24983 ____________________________________________________________________________
24984 [ 7736] By: nick on 2000/11/18 14:06:20
24985 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
24986 part to be isolated.
24989 ____________________________________________________________________________
24990 [ 7735] By: nick on 2000/11/18 11:03:32
24991 Log: Integrate mainline
24993 !> Changes README.amiga README.win32 patchlevel.h
24994 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
24995 ____________________________________________________________________________
24996 [ 7734] By: jhi on 2000/11/18 01:18:56
24997 Log: Update Changes.
24999 ! Changes patchlevel.h
25000 ____________________________________________________________________________
25001 [ 7733] By: jhi on 2000/11/18 00:32:54
25002 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
25003 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25004 Date: Fri, 17 Nov 2000 17:28:02 -0500
25005 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
25007 ! regcomp.c regexec.c t/op/re_tests
25008 ____________________________________________________________________________
25009 [ 7732] By: jhi on 2000/11/18 00:28:56
25010 Log: Sparc 64-bit pack() fix from Jens Hamisch.
25013 ____________________________________________________________________________
25014 [ 7731] By: jhi on 2000/11/18 00:18:39
25015 Log: Explain in more detail the {} syntax ambiguousity.
25017 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
25018 From: Nicholas Clark <nick@ccl4.org>
25019 Date: Fri, 17 Nov 2000 22:10:28 +0000
25020 Message-ID: <20001117221028.A88930@plum.flirble.org>
25023 ____________________________________________________________________________
25024 [ 7730] By: jhi on 2000/11/18 00:12:18
25025 Log: Subject: Fix for README.amiga (20000323.033)
25026 From: "Stephen P. Potter" <spp@spotter.yi.org>
25027 Date: Fri, 17 Nov 2000 12:25:51 -0500
25028 Message-Id: <200011171725.MAA05768@spotter.yi.org>
25031 ____________________________________________________________________________
25032 [ 7729] By: jhi on 2000/11/18 00:08:34
25033 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
25034 From: "A. C. Yardley" <yardley@tanet.net>
25035 Date: Mon, 3 Apr 2000 11:35:33 -0700
25036 Message-ID: <3483.000403@tanet.net>
25039 ____________________________________________________________________________
25040 [ 7728] By: nick on 2000/11/17 21:59:47
25041 Log: Integrate mainline
25043 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
25044 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
25045 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
25046 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
25047 ____________________________________________________________________________
25048 [ 7727] By: nick on 2000/11/17 21:56:31
25049 Log: Experiment on use of attributes.pm interface.
25050 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
25051 SVt_PVRV if not already something better (else vivify of say magic gets
25055 ____________________________________________________________________________
25056 [ 7726] By: jhi on 2000/11/17 14:15:49
25057 Log: Subject: Fix for 20000815.006
25058 From: "Stephen P. Potter" <spp@spotter.yi.org>
25059 Date: Fri, 17 Nov 2000 08:57:45 -0500
25060 Message-Id: <200011171357.IAA05122@spotter.yi.org>
25062 It's really 20000518.006.
25064 ! pod/perlmodlib.PL
25065 ____________________________________________________________________________
25066 [ 7725] By: jhi on 2000/11/17 14:12:31
25067 Log: Subject: Fix for 20000409.001
25068 From: "Stephen P. Potter" <spp@spotter.yi.org>
25069 Date: Fri, 17 Nov 2000 08:55:45 -0500
25070 Message-Id: <200011171355.IAA05104@spotter.yi.org>
25073 ____________________________________________________________________________
25074 [ 7724] By: jhi on 2000/11/17 14:08:58
25075 Log: Undo #7627 now that we have =head3.
25078 ____________________________________________________________________________
25079 [ 7723] By: jhi on 2000/11/17 14:04:09
25080 Log: As surmised the #7719 wasn't a good move.
25082 ! hints/solaris_2.sh
25083 ____________________________________________________________________________
25084 [ 7722] By: jhi on 2000/11/17 13:59:04
25085 Log: Also the 64bitall hints can be either here or there.
25087 ! hints/solaris_2.sh
25088 ____________________________________________________________________________
25089 [ 7721] By: jhi on 2000/11/17 02:26:23
25090 Log: Test tweak for the open pragma.
25093 ____________________________________________________________________________
25094 [ 7720] By: jhi on 2000/11/17 00:23:22
25095 Log: The long double hints can be here or there.
25097 ! hints/solaris_2.sh
25098 ____________________________________________________________________________
25099 [ 7719] By: jhi on 2000/11/17 00:14:06
25100 Log: For Solaris use64bitall the stdchar needs a little bit of help.
25102 ! hints/solaris_2.sh
25103 ____________________________________________________________________________
25104 [ 7718] By: jhi on 2000/11/16 23:27:34
25105 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
25106 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25107 Date: Wed, 15 Nov 2000 08:56:32 +0100
25108 Message-ID: <3A1241B0.64477E00@alcatel.at>
25110 ! lib/Carp/Heavy.pm
25111 ____________________________________________________________________________
25112 [ 7717] By: jhi on 2000/11/16 23:23:29
25113 Log: Subject: [PATCH] Re: 20001101.003 PDL
25114 From: Nicholas Clark <nick@ccl4.org>
25115 Date: Thu, 16 Nov 2000 16:48:25 +0000
25116 Message-ID: <20001116164825.B93487@plum.flirble.org>
25118 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
25119 ____________________________________________________________________________
25120 [ 7716] By: jhi on 2000/11/16 23:21:31
25121 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
25122 From: "Casey R. Tweten" <crt@kiski.net>
25123 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
25124 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
25126 ! lib/Pod/Checker.pm pod/perlpod.pod
25127 ____________________________________________________________________________
25128 [ 7715] By: jhi on 2000/11/16 23:19:40
25129 Log: Avoid an infinite loop in VMS when utils scripts are run
25130 with no arguments, from Charles Lane.
25133 ____________________________________________________________________________
25134 [ 7714] By: jhi on 2000/11/16 23:17:08
25135 Log: Subject: perllocale.pod changes
25136 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25137 Date: Mon, 13 Nov 2000 10:09:22 +0300
25138 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
25140 ! pod/perllocale.pod
25141 ____________________________________________________________________________
25142 [ 7713] By: jhi on 2000/11/16 23:14:06
25143 Log: Integrate perlio.
25145 !> doio.c perlio.c perlio.h util.c
25146 ____________________________________________________________________________
25147 [ 7712] By: nick on 2000/11/16 21:10:58
25148 Log: Integrate mainline
25150 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25151 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
25152 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
25153 !> vos/config.ga.def vos/config.ga.h win32/config.bc
25154 !> win32/config.gc win32/config.vc
25155 ____________________________________________________________________________
25156 [ 7711] By: nick on 2000/11/16 19:56:41
25158 consistent way of getting 'rb', 'wb' etc. for binary opens
25159 move *perlio::layers to *open::layers
25160 a #define to show layers available
25161 DOSISH popen/PerlIO had export/import sense inverted.
25163 ! doio.c perlio.c perlio.h util.c
25164 ____________________________________________________________________________
25165 [ 7710] By: jhi on 2000/11/16 15:46:05
25166 Log: Add HAS_SBRK_PROTO.
25167 Branch: metaconfig/U/perl
25170 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25171 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
25172 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25173 ! vos/config.ga.def vos/config.ga.h win32/config.bc
25174 ! win32/config.gc win32/config.vc
25175 ____________________________________________________________________________
25176 [ 7709] By: nick on 2000/11/16 07:31:49
25177 Log: Integrate mainline
25179 !> (integrate 35 files)
25180 ____________________________________________________________________________
25181 [ 7708] By: jhi on 2000/11/16 05:33:03
25182 Log: These files are text, not binary.
25184 ! ext/Encode/Encode/iso8859-10.enc
25185 ! ext/Encode/Encode/iso8859-13.enc
25186 ! ext/Encode/Encode/iso8859-14.enc
25187 ! ext/Encode/Encode/iso8859-15.enc
25188 ____________________________________________________________________________
25189 [ 7707] By: jhi on 2000/11/16 01:53:37
25190 Log: Update Changes.
25192 ! Changes patchlevel.h
25193 ____________________________________________________________________________
25194 [ 7706] By: jhi on 2000/11/16 01:35:59
25195 Log: More #undefing of stdio.
25197 ! fakesdio.h nostdio.h
25198 ____________________________________________________________________________
25199 [ 7705] By: jhi on 2000/11/16 01:34:18
25200 Log: Add fwalk() probe to the configuration files and regen perltoc.
25202 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25203 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
25204 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
25205 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25206 ! win32/config.bc win32/config.gc win32/config.vc
25207 ____________________________________________________________________________
25208 [ 7704] By: jhi on 2000/11/16 01:33:07
25209 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
25210 an optional third argument to Inlibc?)
25211 Branch: metaconfig/U/perl
25213 ____________________________________________________________________________
25214 [ 7703] By: jhi on 2000/11/16 01:09:22
25215 Log: The type of the hash_cb() size argument is tricky.
25217 ! ext/DB_File/DB_File.xs
25218 ____________________________________________________________________________
25219 [ 7702] By: jhi on 2000/11/15 23:01:16
25220 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
25223 ____________________________________________________________________________
25224 [ 7701] By: jhi on 2000/11/15 22:52:32
25228 ____________________________________________________________________________
25229 [ 7700] By: jhi on 2000/11/15 22:51:56
25230 Log: UINT64_C() work continues.
25232 ! handy.h perl.h utf8.h
25233 ____________________________________________________________________________
25234 [ 7699] By: jhi on 2000/11/15 14:13:04
25235 Log: SOCKS has its own USE_THREADS, based on
25237 Subject: [ID 20001114.002] et. al. bugfix followup
25238 From: Jens Hamisch <jens@Strawberry.COM>
25239 Date: Wed, 15 Nov 2000 14:23:11 +0100
25240 Message-ID: <20001115142311.A21164@Strawberry.COM>
25243 ____________________________________________________________________________
25244 [ 7698] By: jhi on 2000/11/15 03:50:56
25245 Log: Add few missing #undefs and sort them.
25248 ____________________________________________________________________________
25249 [ 7697] By: jhi on 2000/11/15 03:39:14
25250 Log: Linenumber fix.
25252 ! t/pragma/warn/utf8
25253 ____________________________________________________________________________
25254 [ 7696] By: jhi on 2000/11/15 02:55:26
25255 Log: EBCDIC tweaks.
25257 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
25258 From: Peter Prymmer <pvhp@forte.com>
25259 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
25260 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
25262 ! t/op/regmesg.t t/pragma/warn/utf8
25263 ____________________________________________________________________________
25264 [ 7695] By: jhi on 2000/11/15 02:53:58
25265 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
25266 From: Peter Prymmer <pvhp@forte.com>
25267 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
25268 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
25271 ____________________________________________________________________________
25272 [ 7694] By: jhi on 2000/11/15 02:50:55
25273 Log: Subject: [PATCH: perl@7674] updates to README.os390
25274 From: Prymmer/Kahn <pvhp@best.com>
25275 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
25276 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
25279 ____________________________________________________________________________
25280 [ 7693] By: jhi on 2000/11/15 02:48:37
25281 Log: Quit utf8_to_uv() instantly if curlen == 0.
25284 ____________________________________________________________________________
25285 [ 7692] By: jhi on 2000/11/15 02:24:29
25286 Log: Use u_int32_t for the size of hash_cb(), not size_t.
25288 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
25289 From: Jens Hamisch <jens@Strawberry.COM>
25290 Date: Tue, 14 Nov 2000 19:03:55 +0100
25291 Message-Id: <20001114190355.A20559@Strawberry.COM>
25293 ! ext/DB_File/DB_File.xs
25294 ____________________________________________________________________________
25295 [ 7691] By: jhi on 2000/11/15 02:20:12
25296 Log: Use UINT64_C().
25298 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
25299 From: Jens Hamisch <jens@Strawberry.COM>
25300 Date: Tue, 14 Nov 2000 19:16:23 +0100
25301 Message-Id: <20001114191623.G20559@Strawberry.COM>
25304 ____________________________________________________________________________
25305 [ 7690] By: jhi on 2000/11/15 02:17:06
25306 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
25307 (a macro to define signed and unsigned integer constants).
25310 ____________________________________________________________________________
25311 [ 7689] By: jhi on 2000/11/15 01:56:51
25312 Log: Regen Configure.
25315 ____________________________________________________________________________
25316 [ 7688] By: jhi on 2000/11/15 01:56:32
25317 Log: Make the unit know about SOCKS.
25319 ! U/protos/socksizetype.U
25320 ____________________________________________________________________________
25321 [ 7687] By: jhi on 2000/11/15 01:54:47
25322 Log: Remove unused dependencies.
25324 ! U/compline/d_getpagsz.U
25325 ____________________________________________________________________________
25326 [ 7686] By: nick on 2000/11/14 21:25:13
25327 Log: Integrate mainline.
25329 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
25330 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
25331 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
25332 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
25333 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
25334 !> win32/config.bc win32/config.gc win32/config.vc
25335 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
25336 ____________________________________________________________________________
25337 [ 7685] By: jhi on 2000/11/14 17:54:56
25338 Log: Integrate perlio.
25340 +> fakesdio.h perliol.h
25341 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
25342 !> perlsdio.h perlsfio.h pod/perlfunc.pod
25343 ____________________________________________________________________________
25344 [ 7684] By: nick on 2000/11/14 17:43:04
25345 Log: PerlIO #include and #ifdef re-work.
25347 + fakesdio.h perliol.h
25348 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
25349 ! perlsdio.h perlsfio.h
25350 ____________________________________________________________________________
25351 [ 7683] By: jhi on 2000/11/14 15:42:40
25352 Log: Hoist the duplicated socket/netdb include logic to perl.h;
25353 undef SETERRNO in case SOCKS has defined it. Based on:
25355 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
25356 From: Jens Hamisch <jens@Strawberry.COM>
25357 Date: Tue, 14 Nov 2000 11:34:40 +0100
25358 Message-Id: <20001114113440.A20005@Strawberry.COM>
25360 ! doio.c perl.h pp_sys.c
25361 ____________________________________________________________________________
25362 [ 7682] By: jhi on 2000/11/14 14:07:28
25363 Log: Subject: some additions for makefiles for win32 (for perl@7674)
25364 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25365 Date: Tue, 14 Nov 2000 09:31:13 +0300
25366 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
25368 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
25369 ! win32/makefile.mk
25370 ____________________________________________________________________________
25371 [ 7681] By: jhi on 2000/11/14 14:01:41
25372 Log: Subject: tiny typo in perl5db.pl
25373 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25374 Date: Tue, 14 Nov 2000 09:29:28 +0300
25375 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
25378 ____________________________________________________________________________
25379 [ 7680] By: jhi on 2000/11/14 04:13:50
25380 Log: Redo #7679 with LFs instead of CRLFs.
25382 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
25383 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
25384 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
25385 ____________________________________________________________________________
25386 [ 7679] By: jhi on 2000/11/14 01:21:09
25387 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
25388 From: Benjamin Stuhl <tiriath@yahoo.com>
25389 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
25390 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
25392 + win32/bin/mdelete.bat
25393 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
25394 ! makedef.pl perlio.c win32/Makefile win32/config.gc
25395 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
25396 ____________________________________________________________________________
25397 [ 7678] By: jhi on 2000/11/14 01:19:20
25398 Log: Fix the re extension building for Win32.
25400 Subject: [PATCH perl@7638] Get PerlIO building on Win32
25401 From: Benjamin Stuhl <tiriath@yahoo.com>
25402 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
25403 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
25405 + ext/re/hints/MSWin32.pl
25407 ____________________________________________________________________________
25408 [ 7677] By: jhi on 2000/11/14 01:13:54
25409 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
25410 From: sthoenna@efn.org
25411 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
25412 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
25414 ! doop.c pp.c toke.c utf8.c utf8.h
25415 ____________________________________________________________________________
25416 [ 7676] By: jhi on 2000/11/13 20:23:15
25417 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
25418 From: Nicholas Clark <nick@ccl4.org>
25419 Date: Mon, 13 Nov 2000 18:55:04 +0000
25420 Message-ID: <20001113185504.J29183@plum.flirble.org>
25422 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
25423 ____________________________________________________________________________
25424 [ 7675] By: nick on 2000/11/13 20:21:57
25425 Log: Integrate mainline ...
25427 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
25428 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
25429 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
25430 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
25431 ____________________________________________________________________________
25432 [ 7674] By: jhi on 2000/11/13 15:07:56
25433 Log: Update Changes.
25435 ! Changes patchlevel.h
25436 ____________________________________________________________________________
25437 [ 7673] By: jhi on 2000/11/13 14:42:42
25438 Log: Remove the new two tests of lib/io_xs for now, they seem to
25439 fail under perlio on some platforms.
25442 ____________________________________________________________________________
25443 [ 7672] By: jhi on 2000/11/13 13:57:53
25444 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
25447 ____________________________________________________________________________
25448 [ 7671] By: jhi on 2000/11/13 05:30:48
25449 Log: Placate nervous compilers that see longer than ints switch()ing.
25452 ____________________________________________________________________________
25453 [ 7670] By: jhi on 2000/11/13 05:14:21
25454 Log: fputs() does return EOF on error but here we don't care.
25457 ____________________________________________________________________________
25458 [ 7669] By: jhi on 2000/11/13 05:02:45
25459 Log: Declare reg_data like reg_substr_data.
25462 ____________________________________________________________________________
25463 [ 7668] By: jhi on 2000/11/13 04:54:34
25464 Log: Typos in #7667.
25467 ____________________________________________________________________________
25468 [ 7667] By: jhi on 2000/11/13 04:49:49
25469 Log: Cleanup messy #ifdef.
25472 ____________________________________________________________________________
25473 [ 7666] By: jhi on 2000/11/13 04:17:34
25474 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
25475 From: Nicholas Clark <nick@talking.bollo.cx>
25476 Date: Sun, 12 Nov 2000 21:14:11 +0000
25477 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
25479 Note: only one breakage of the two reported is fixed by this patch.
25482 ____________________________________________________________________________
25483 [ 7665] By: jhi on 2000/11/13 04:05:07
25484 Log: Tweak the definition of the bit complement on UTF-8 data:
25485 if none of the characters in the string are > 0xff,
25486 the result is a complemented byte string, not a (UTF-8)
25487 char string. Based on the summary in
25489 Subject: Re: [ID 20000918.005] ~ on wide chars
25490 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25491 Date: Fri, 10 Nov 2000 09:47:15 -0800
25492 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
25494 This should give us the maximum backward (pre-char string)
25495 compatibility and utf8 compatibility. The other alternative
25496 would be to limit the bit complement to be always byte only,
25497 taking the least significant byte of the chars.
25499 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
25500 ____________________________________________________________________________
25501 [ 7664] By: jhi on 2000/11/13 00:23:44
25502 Log: Couple of tests from #7660 salvaged.
25505 ! MANIFEST t/io/tell.t
25506 ____________________________________________________________________________
25507 [ 7663] By: jhi on 2000/11/13 00:02:48
25508 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
25509 From: Nicholas Clark <nick@talking.bollo.cx>
25510 Date: Sun, 12 Nov 2000 21:23:43 +0000
25511 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
25514 ____________________________________________________________________________
25515 [ 7662] By: jhi on 2000/11/13 00:01:39
25516 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
25517 From: Nicholas Clark <nick@talking.bollo.cx>
25518 Date: Sun, 12 Nov 2000 21:30:04 +0000
25519 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
25521 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
25522 ____________________________________________________________________________
25523 [ 7661] By: jhi on 2000/11/12 23:57:29
25524 Log: Document tell() on special streams.
25527 ____________________________________________________________________________
25528 [ 7660] By: jhi on 2000/11/12 23:54:22
25529 Log: (Subsumed by #7664)
25533 ____________________________________________________________________________
25534 [ 7659] By: jhi on 2000/11/12 22:55:25
25535 Log: Many subdocumented return values of the IO extension now documented.
25536 ungetc and write still left subdocumented.
25538 Subject: [PATCH] (was Re: IO::Handle::ungetc)
25539 From: Nicholas Clark <nick@talking.bollo.cx>
25540 Date: Sun, 12 Nov 2000 21:35:53 +0000
25541 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
25543 ! ext/IO/lib/IO/Handle.pm
25544 ____________________________________________________________________________
25545 [ 7658] By: jhi on 2000/11/12 21:37:06
25546 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
25547 From: Nicholas Clark <nick@talking.bollo.cx>
25548 Date: Sun, 12 Nov 2000 20:03:22 +0000
25549 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
25552 ____________________________________________________________________________
25553 [ 7657] By: jhi on 2000/11/12 20:34:55
25554 Log: Integrate perlio.
25557 ____________________________________________________________________________
25558 [ 7656] By: nick on 2000/11/12 19:25:06
25559 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
25562 ____________________________________________________________________________
25563 [ 7655] By: nick on 2000/11/12 19:09:41
25564 Log: Integrate mainline
25566 +> README.solaris ext/Encode/Encode/cp1006.enc
25567 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
25568 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
25569 +> ext/Encode/Encode/iso8859-13.enc
25570 +> ext/Encode/Encode/iso8859-14.enc
25571 +> ext/Encode/Encode/iso8859-15.enc
25572 !> (integrate 34 files)
25573 ____________________________________________________________________________
25574 [ 7654] By: jhi on 2000/11/12 19:00:22
25575 Log: Add a metaconfig unit for fsync.
25576 Branch: metaconfig/U/perl
25578 ____________________________________________________________________________
25579 [ 7653] By: jhi on 2000/11/12 19:00:01
25580 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
25582 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25583 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25584 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25585 ! vos/config.ga.h win32/config.bc win32/config.gc
25587 ____________________________________________________________________________
25588 [ 7652] By: jhi on 2000/11/11 21:12:01
25589 Log: Copy the s// information of README.hpux also to the perlrun.
25591 ! README.hpux pod/perlrun.pod
25592 ____________________________________________________________________________
25593 [ 7651] By: jhi on 2000/11/11 21:03:13
25594 Log: More README.solaris updates from Andy Dougherty.
25597 ____________________________________________________________________________
25598 [ 7650] By: jhi on 2000/11/11 18:38:57
25599 Log: More descriptive error for unknown perlio layers.
25601 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
25602 From: Dominic Dunlop <domo@computer.org>
25603 Date: Sat, 11 Nov 2000 18:20:32 +0100
25604 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
25606 ! perlio.c pod/perldiag.pod
25607 ____________________________________________________________________________
25608 [ 7649] By: jhi on 2000/11/11 18:37:52
25609 Log: MachTen doesn't really do mmap() and munmap().
25611 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
25612 From: Dominic Dunlop <domo@computer.org>
25613 Date: Sat, 11 Nov 2000 18:20:32 +0100
25614 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
25617 ____________________________________________________________________________
25618 [ 7648] By: jhi on 2000/11/11 18:36:46
25619 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
25620 From: rspier@pobox.com (Robert Spier)
25621 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
25622 Message-ID: <14861.32839.491271.985797@rls.cx>
25624 ! Porting/Contract pod/perltoot.pod
25625 ____________________________________________________________________________
25626 [ 7647] By: jhi on 2000/11/11 18:35:30
25627 Log: Simplify the getpagesize() unit by dropping the
25628 pagesize probe since it's nowadays slightly more
25629 complicated because of sysconf(). (Note: if some
25630 platform really needs the -lPW for getpagesize,
25633 TODO: a new pagesize unit.
25635 ! U/compline/d_getpagsz.U
25636 ____________________________________________________________________________
25637 [ 7646] By: jhi on 2000/11/11 18:33:23
25638 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
25640 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25641 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25642 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25643 ! vos/config.ga.h win32/config.bc win32/config.gc
25645 ____________________________________________________________________________
25646 [ 7645] By: jhi on 2000/11/11 16:45:15
25647 Log: Use sysconf() or getpagesize() to find out the pagesize.
25650 ____________________________________________________________________________
25651 [ 7644] By: jhi on 2000/11/11 15:46:08
25652 Log: Integrate perlio.
25655 ____________________________________________________________________________
25656 [ 7643] By: jhi on 2000/11/11 15:33:36
25657 Log: Subject: Re: [PATCH] README.solaris
25658 From: Lupe Christoph <lupe@lupe-christoph.de>
25659 Date: Sat, 11 Nov 2000 14:08:10 +0100
25660 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
25663 ____________________________________________________________________________
25664 [ 7642] By: jhi on 2000/11/11 15:22:12
25665 Log: Subject: [PATCH perl@7638] cygwin port
25666 From: "Eric Fifer" <egf7@columbia.edu>
25667 Date: Fri, 10 Nov 2000 19:30:30 -0000
25668 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
25670 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
25671 ____________________________________________________________________________
25672 [ 7641] By: nick on 2000/11/11 14:50:36
25673 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
25674 Also call "Buf" layer directly when unread'ing non-read chars.
25677 ____________________________________________________________________________
25678 [ 7640] By: jhi on 2000/11/11 02:05:02
25679 Log: Add more encoding tables.
25681 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
25682 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
25683 + ext/Encode/Encode/iso8859-10.enc
25684 + ext/Encode/Encode/iso8859-13.enc
25685 + ext/Encode/Encode/iso8859-14.enc
25686 + ext/Encode/Encode/iso8859-15.enc
25688 ____________________________________________________________________________
25689 [ 7639] By: jhi on 2000/11/10 18:49:25
25690 Log: Subject: [PATCH] README.solaris
25691 From: Andy Dougherty <doughera@lafayette.edu>
25692 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
25693 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
25696 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
25697 ! pod/perl.pod pod/perltoc.pod
25698 ____________________________________________________________________________
25699 [ 7638] By: jhi on 2000/11/10 15:04:15
25700 Log: Update Changes.
25702 ! Changes patchlevel.h
25703 ____________________________________________________________________________
25704 [ 7637] By: jhi on 2000/11/10 14:14:28
25705 Log: Explain better why certain regex tests are skipped.
25707 Subject: Re: tests skipped: unknown reason
25708 From: Lupe Christoph <lupe@lupe-christoph.de>
25709 Date: Fri, 10 Nov 2000 09:08:56 +0100
25710 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
25713 ____________________________________________________________________________
25714 [ 7636] By: nick on 2000/11/10 13:40:00
25715 Log: Integrate mainline.
25717 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
25718 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
25719 !> win32/bin/search.pl
25720 ____________________________________________________________________________
25721 [ 7635] By: nick on 2000/11/10 13:25:52
25722 Log: Re-instate stdio large file support via perlio.
25725 ____________________________________________________________________________
25726 [ 7634] By: jhi on 2000/11/10 04:49:55
25727 Log: Amdahl UTS hints updates.
25729 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
25730 From: hom00@utsglobal.com (Harold O Morris)
25731 Date: Thu, 9 Nov 2000 20:02 PST
25732 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
25735 ____________________________________________________________________________
25736 [ 7633] By: jhi on 2000/11/09 23:33:28
25737 Log: Subject: [PATCH] IO::Seekable pod
25738 From: Nicholas Clark <nick@talking.bollo.cx>
25739 Date: Thu, 9 Nov 2000 20:29:45 +0000
25740 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
25742 ! ext/IO/lib/IO/Handle.pm
25743 ____________________________________________________________________________
25744 [ 7632] By: jhi on 2000/11/09 21:55:41
25745 Log: Various doc oddball characters.
25747 Subject: [ID 20001106.004] Perl 5.6.0 bugs
25748 From: Michael Somos <somos@grail.cba.csuohio.edu>
25749 Date: Mon, 6 Nov 2000 17:44:20 -0500
25750 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
25752 ! emacs/cperl-mode.el lib/unicode/syllables.txt
25753 ! win32/bin/search.pl
25754 ____________________________________________________________________________
25755 [ 7631] By: jhi on 2000/11/09 21:12:29
25756 Log: Subject: Re: bash -c exit and linux hints
25757 From: "John P. Linderman" <jpl@research.att.com>
25758 Date: Thu, 02 Nov 2000 09:37:25 -0500
25759 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
25762 ____________________________________________________________________________
25763 [ 7630] By: nick on 2000/11/09 20:34:11
25764 Log: Integrate mainline.
25766 !> (integrate 91 files)
25767 ____________________________________________________________________________
25768 [ 7629] By: jhi on 2000/11/09 19:46:31
25769 Log: Missing dTHXs.
25771 Subject: RE: perl@7595 builds not on cygwin
25772 From: "Eric Fifer" <egf7@columbia.edu>
25773 Date: Thu, 9 Nov 2000 19:26:50 -0000
25774 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
25776 ! ext/Devel/Peek/Peek.xs
25777 ____________________________________________________________________________
25778 [ 7628] By: jhi on 2000/11/09 14:48:27
25779 Log: Disable only the tests 99 and 166 for UTF-8 locales.
25781 ! t/pragma/locale.t
25782 ____________________________________________________________________________
25783 [ 7627] By: jhi on 2000/11/09 14:40:27
25784 Log: There's no =head3.
25787 ____________________________________________________________________________
25788 [ 7626] By: jhi on 2000/11/09 13:54:26
25789 Log: The generated boot_* headers are wrong. Pickier compiler,
25790 such as KAI C++ will refuse to compile the resulting perlmain.
25792 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
25793 From: Harri Pasanen <harri.pasanen@trema.com>
25794 Date: Thu, 09 Nov 2000 14:23:28 +0100
25795 Message-Id: <3A0AA550.26D548A3@trema.com>
25798 ____________________________________________________________________________
25799 [ 7625] By: jhi on 2000/11/09 13:50:44
25800 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
25801 From: Prymmer/Kahn <pvhp@best.com>
25802 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
25803 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
25805 All except the "cow orker" change.
25807 ! Porting/pumpkin.pod
25808 ____________________________________________________________________________
25809 [ 7624] By: jhi on 2000/11/09 13:45:33
25812 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
25813 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25814 Date: Thu, 09 Nov 2000 11:05:52 +0100
25815 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
25817 ! pod/perldiag.pod t/pragma/warn/pp_sys
25818 ____________________________________________________________________________
25819 [ 7623] By: jhi on 2000/11/09 13:37:16
25820 Log: Typo in an ifndef.
25822 Subject: Re: [PATCH 5.7.0] better messages from malloc()
25823 From: Joe Smith <jms@inwap.com>
25824 Date: Thu, 09 Nov 2000 01:33:14 -0800
25825 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
25828 ____________________________________________________________________________
25829 [ 7622] By: jhi on 2000/11/09 13:31:18
25830 Log: Remove unused extra arguments.
25831 Branch: metaconfig/U/perl
25834 ! Configure config_h.SH
25835 ____________________________________________________________________________
25836 [ 7621] By: jhi on 2000/11/09 13:16:36
25837 Log: More VMS moves on environment handling, from Charles Lane.
25839 ! t/pragma/locale.t
25840 ____________________________________________________________________________
25841 [ 7620] By: jhi on 2000/11/09 04:42:38
25842 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
25843 From: David Dyck <dcd@tc.fluke.com>
25844 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
25845 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
25848 ____________________________________________________________________________
25849 [ 7619] By: jhi on 2000/11/09 04:36:21
25850 Log: Forgot from #7618.
25853 ____________________________________________________________________________
25854 [ 7618] By: jhi on 2000/11/09 04:28:44
25855 Log: Make deleting for %ENV work for (newer versions of) VMS,
25856 from Craig A. Berry.
25859 ____________________________________________________________________________
25860 [ 7617] By: jhi on 2000/11/09 04:25:05
25861 Log: Subject: [PATCH] Class::Struct at compile time
25862 From: "Casey R. Tweten" <crt@kiski.net>
25863 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
25864 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
25866 ! lib/Class/Struct.pm
25867 ____________________________________________________________________________
25868 [ 7616] By: jhi on 2000/11/09 04:15:17
25869 Log: Subject: [ID 20001108.013] spelling
25870 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
25871 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
25872 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
25875 ____________________________________________________________________________
25876 [ 7615] By: jhi on 2000/11/09 04:12:42
25877 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
25878 From: Peter Prymmer <pvhp@forte.com>
25879 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
25880 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
25883 ____________________________________________________________________________
25884 [ 7614] By: jhi on 2000/11/08 22:42:55
25885 Log: A missing aTHX_.
25887 ! ext/IPC/SysV/SysV.xs
25888 ____________________________________________________________________________
25889 [ 7613] By: jhi on 2000/11/08 19:30:21
25890 Log: Update Changes.
25892 ! Changes patchlevel.h
25893 ____________________________________________________________________________
25894 [ 7612] By: jhi on 2000/11/08 18:35:25
25895 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
25896 From: David Dyck <dcd@tc.fluke.com>
25897 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
25898 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
25901 ____________________________________________________________________________
25902 [ 7611] By: jhi on 2000/11/08 18:30:26
25903 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
25904 From: Dominic Dunlop <domo@computer.org>
25905 Date: Tue, 7 Nov 2000 12:05:25 +0100
25906 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
25909 ____________________________________________________________________________
25910 [ 7610] By: jhi on 2000/11/08 18:25:14
25911 Log: Do not test UTF-8 locales since that the tests would require
25912 polymorphic regexen.
25914 ! t/pragma/locale.t
25915 ____________________________________________________________________________
25916 [ 7609] By: jhi on 2000/11/08 17:12:51
25917 Log: Locale buglets.
25919 Subject: RE: Locales support (setlocale) fixes
25920 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25921 Date: Wed, 8 Nov 2000 20:01:39 +0300
25922 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
25924 ! t/pragma/locale.t util.c
25925 ____________________________________________________________________________
25926 [ 7608] By: jhi on 2000/11/08 17:00:16
25927 Log: Deleting $ENV{PATH} in VMS is not recommendable.
25929 ! t/pragma/locale.t
25930 ____________________________________________________________________________
25931 [ 7607] By: jhi on 2000/11/08 16:58:26
25932 Log: Subject: PATCH std stdio for (Free)BSD
25933 From: Nicholas Clark <nick@ccl4.org>
25934 Date: Wed, 8 Nov 2000 15:36:29 +0000
25935 Message-ID: <20001108153629.D98736@plum.flirble.org>
25937 ! U/compline/d_stdstdio.U
25939 ! Configure config_h.SH
25940 ____________________________________________________________________________
25941 [ 7606] By: jhi on 2000/11/08 16:43:31
25942 Log: Forgot to bump the line numbers in #7601.
25944 ! t/pragma/warn/pp_sys
25945 ____________________________________________________________________________
25946 [ 7605] By: jhi on 2000/11/08 16:39:12
25947 Log: More careful detection of how well NVs and UVs mix.
25949 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))
25950 From: Nicholas Clark <nick@ccl4.org>
25951 Date: Wed, 8 Nov 2000 15:14:12 +0000
25952 Message-ID: <20001108151412.B98736@plum.flirble.org>
25954 Added some SIGFPE paranoia.
25955 Branch: metaconfig/U/perl
25958 ! Configure config_h.SH
25959 ____________________________________________________________________________
25960 [ 7604] By: jhi on 2000/11/08 14:39:10
25961 Log: Subject: [patch perl@7595] VMS configure.com tweak
25962 From: "Craig A. Berry" <craigberry@mac.com>
25963 Date: Wed, 8 Nov 2000 00:24:12 -0600
25964 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
25967 ____________________________________________________________________________
25968 [ 7603] By: jhi on 2000/11/08 14:27:11
25969 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
25970 From: Robin Barker <rmb1@cise.npl.co.uk>
25971 Date: Wed, 8 Nov 2000 11:11:39 GMT
25972 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
25975 ____________________________________________________________________________
25976 [ 7602] By: jhi on 2000/11/08 14:25:03
25977 Log: Fix for the tie-refhash string table leaks.
25979 From: Nick Ing-Simmons <nik@tiuk.ti.com>
25980 Date: Wed, 8 Nov 2000 13:03:04 GMT
25981 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
25983 ! t/lib/tie-refhash.t
25984 ____________________________________________________________________________
25985 [ 7601] By: jhi on 2000/11/08 14:21:08
25986 Log: Try to avoid flockless and emulationless places.
25988 ! t/pragma/warn/pp_sys
25989 ____________________________________________________________________________
25990 [ 7600] By: jhi on 2000/11/08 02:28:54
25991 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
25993 Subject: [PATCH] prototyped functions that should be overrideable
25994 From: "Casey R. Tweten" <crt@kiski.net>
25995 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
25996 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
25999 ____________________________________________________________________________
26000 [ 7599] By: jhi on 2000/11/08 01:12:05
26001 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
26003 Subject: [PATCH] perlbug.PL
26004 From: "Kurt D. Starsinic" <kstar@chapin.edu>
26005 Date: Mon, 6 Nov 2000 21:39:01 -0500
26006 Message-ID: <20001106213901.B20955@O2.chapin.edu>
26009 ____________________________________________________________________________
26010 [ 7598] By: jhi on 2000/11/07 23:42:00
26011 Log: Bad thinko in #7581 (I used the test program with the expanded
26014 ! U/compline/d_stdstdio.U
26017 ____________________________________________________________________________
26018 [ 7597] By: jhi on 2000/11/07 21:43:29
26019 Log: Subject: [PATCH perl@7573] cygwin port
26020 From: "Fifer, Eric" <EFifer@sanwaint.com>
26021 Date: Tue, 7 Nov 2000 18:08:51 -0000
26022 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
26024 Synchronize with Cygwin 1.1.5.
26026 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
26027 ! pod/perlport.pod unixish.h util.c
26028 ____________________________________________________________________________
26029 [ 7596] By: jhi on 2000/11/07 21:39:25
26030 Log: perlhack updates from H.Merijn Brand.
26033 ____________________________________________________________________________
26034 [ 7595] By: jhi on 2000/11/07 20:21:41
26035 Log: Update Changes.
26037 ! Changes patchlevel.h
26038 ____________________________________________________________________________
26039 [ 7594] By: jhi on 2000/11/07 19:18:58
26040 Log: Be more robust in Dynaloader.pm.
26042 ! ext/DynaLoader/DynaLoader_pm.PL
26043 ____________________________________________________________________________
26044 [ 7593] By: jhi on 2000/11/07 16:49:31
26045 Log: AUTHORS update.
26048 ____________________________________________________________________________
26049 [ 7592] By: gsar on 2000/11/07 16:39:51
26050 Log: normalize relative paths in virtualized current directory on windows,
26051 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
26055 ____________________________________________________________________________
26056 [ 7591] By: jhi on 2000/11/07 16:04:26
26057 Log: Too profiler-happy: with optimization the #7590 actually makes
26058 the test to run 0.5% _slower_. Requires much more instrumentation.
26061 ! regcomp.c regcomp.h
26062 ____________________________________________________________________________
26063 [ 7590] By: jhi on 2000/11/07 15:51:13
26064 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
26065 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
26066 by using memset() and testing bytewise (as opposed to bitwise).
26068 ! regcomp.c regcomp.h
26069 ____________________________________________________________________________
26070 [ 7589] By: jhi on 2000/11/07 12:56:39
26071 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
26072 From: "Craig A. Berry" <craig.berry@psinetcs.com>
26073 Date: Mon, 06 Nov 2000 23:45:30 -0500
26074 Message-Id: <0011079735.AA973576259@univpress.com>
26076 ! configure.com t/lib/st-lock.t
26077 ____________________________________________________________________________
26078 [ 7588] By: jhi on 2000/11/07 01:03:28
26082 ____________________________________________________________________________
26083 [ 7587] By: jhi on 2000/11/07 01:00:27
26084 Log: A doc addition for bug id 20001105.019, beware \p.
26087 ____________________________________________________________________________
26088 [ 7586] By: jhi on 2000/11/07 00:32:22
26089 Log: Fake support of holey files in win/dosish platforms.
26091 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
26092 From: kipp@shonanblue.ne.jp
26093 Date: Mon, 6 Nov 2000 13:30:55 -0800
26094 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
26096 ! ext/SDBM_File/sdbm/sdbm.c
26097 ____________________________________________________________________________
26098 [ 7585] By: jhi on 2000/11/07 00:12:54
26099 Log: Subject: Pod updates
26100 From: "Stephen P. Potter" <spp@spotter.yi.org>
26101 Date: Mon, 06 Nov 2000 18:56:43 -0500
26102 Message-Id: <200011062357.SAA18173@spotter.yi.org>
26104 ! README.dos README.os2 README.win32 pod/buildtoc.PL
26105 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
26106 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
26107 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
26108 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
26109 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
26110 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
26111 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
26112 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
26113 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
26114 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
26115 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
26116 ! pod/perltootc.pod pod/perlunicode.pod
26117 ____________________________________________________________________________
26118 [ 7584] By: jhi on 2000/11/07 00:04:17
26119 Log: Varargs don't always work too well if one puts an unsigned
26120 char on the stack and pop an unsigned quad off the stack.
26122 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
26123 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26124 Date: Mon, 06 Nov 2000 15:19:05 -0800
26125 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
26128 ____________________________________________________________________________
26129 [ 7583] By: jhi on 2000/11/06 23:58:48
26130 Log: %ENV note tweaks from Dan Sugalski.
26132 ! pod/perlport.pod vms/perlvms.pod
26133 ____________________________________________________________________________
26134 [ 7582] By: jhi on 2000/11/06 23:05:49
26135 Log: glibc5 detection by __GNU_LIBRARY__.
26138 ____________________________________________________________________________
26139 [ 7581] By: jhi on 2000/11/06 22:51:29
26140 Log: Make the stdio test program of 7427 less noisy while being
26141 compiled so that Digital UNIX wouldn't get both
26142 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
26143 undefined. This makes perlio happy.
26145 ! U/compline/d_stdstdio.U
26147 ! Configure config_h.SH
26148 ____________________________________________________________________________
26149 [ 7580] By: jhi on 2000/11/06 22:41:41
26150 Log: Document %ENV = () portability issues.
26152 ! pod/perlport.pod vms/perlvms.pod
26153 ____________________________________________________________________________
26154 [ 7579] By: jhi on 2000/11/06 21:29:24
26155 Log: VOS updates from Paul Green.
26157 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26158 ____________________________________________________________________________
26159 [ 7578] By: jhi on 2000/11/06 21:00:40
26160 Log: Sanitize the environment further.
26162 ! t/pragma/locale.t
26163 ____________________________________________________________________________
26164 [ 7577] By: jhi on 2000/11/06 20:53:51
26165 Log: Re-introduce 7552 lost in integration.
26168 ____________________________________________________________________________
26169 [ 7576] By: jhi on 2000/11/06 20:33:46
26170 Log: Admit that the test leaks scalars.
26173 ____________________________________________________________________________
26174 [ 7575] By: jhi on 2000/11/06 20:17:08
26175 Log: Integrate perlio.
26178 ____________________________________________________________________________
26179 [ 7574] By: nick on 2000/11/06 20:07:28
26180 Log: Remove debug. Try (Mmap_t) on madvise() call.
26183 ____________________________________________________________________________
26184 [ 7573] By: jhi on 2000/11/06 13:56:05
26185 Log: Update Changes.
26187 ! Changes patchlevel.h
26188 ____________________________________________________________________________
26189 [ 7572] By: jhi on 2000/11/06 13:48:41
26190 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
26191 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26192 Date: Mon, 06 Nov 2000 10:11:42 +0100
26193 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
26196 ____________________________________________________________________________
26197 [ 7571] By: jhi on 2000/11/06 01:45:51
26198 Log: AUTHORS updates.
26201 ____________________________________________________________________________
26202 [ 7570] By: jhi on 2000/11/06 00:18:00
26205 Subject: [ID 20000728.005] perl -P broken
26206 From: David Dyck <dcd@tc.fluke.com>
26207 Date: Fri, 28 Jul 2000 17:19:16 -0700
26208 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
26210 (hopefully). The fix is also not complete, it seems to break
26211 BOM swallowing for libc5 systems, but until someone figures
26212 out a way to do this without ftell(), this will do.
26215 ____________________________________________________________________________
26216 [ 7569] By: jhi on 2000/11/06 00:05:30
26217 Log: Document that the evaled syntax errors cause scalar leaks.
26220 ____________________________________________________________________________
26221 [ 7568] By: jhi on 2000/11/05 23:14:47
26222 Log: opmini.o can linger from Configures past.
26225 ____________________________________________________________________________
26226 [ 7567] By: jhi on 2000/11/05 21:28:39
26227 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
26228 first argument correctly.
26231 ____________________________________________________________________________
26232 [ 7566] By: jhi on 2000/11/05 21:15:56
26233 Log: Integrate perlio.
26236 ____________________________________________________________________________
26237 [ 7565] By: jhi on 2000/11/05 21:15:13
26238 Log: Use -dM for gcc (the suggested patch did it only for Linux,
26239 but I think it can be generalized).
26241 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
26242 From: Pixel <pixel@mandrakesoft.com>
26243 Date: 05 Nov 2000 21:49:34 +0100
26244 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
26246 ! ext/Errno/Errno_pm.PL
26247 ____________________________________________________________________________
26248 [ 7564] By: nick on 2000/11/05 21:09:18
26249 Log: Added a mmap layer as a "subclass" of perlio.
26250 PERLIO=mmap ./perl harness passes
26253 ____________________________________________________________________________
26254 [ 7563] By: jhi on 2000/11/05 19:48:55
26255 Log: Add a note for future generations about bug id 20000229.006.
26258 ____________________________________________________________________________
26259 [ 7562] By: jhi on 2000/11/05 19:38:24
26260 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
26262 ! pp_ctl.c t/op/pos.t
26263 ____________________________________________________________________________
26264 [ 7561] By: jhi on 2000/11/05 18:21:46
26265 Log: Add =pod to be tidy.
26267 ! lib/Math/Complex.pm
26268 ____________________________________________________________________________
26269 [ 7560] By: jhi on 2000/11/05 17:38:46
26270 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
26272 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26273 ! ext/Storable/Storable.xs t/lib/st-recurse.t
26274 ____________________________________________________________________________
26275 [ 7559] By: jhi on 2000/11/05 17:32:59
26276 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
26277 From: "Peter J. Farley III" <pjfarley@banet.net>
26278 Date: Sun, 05 Nov 2000 11:55:59 -0500
26279 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
26282 ____________________________________________________________________________
26283 [ 7558] By: jhi on 2000/11/05 17:29:19
26284 Log: Integrate perlio.
26287 ____________________________________________________________________________
26288 [ 7557] By: jhi on 2000/11/05 17:22:01
26289 Log: A fix of sorts for 20000329.026, a better error message
26290 for a missing "use charnames" when using the \N{...}.
26292 ! pod/perldiag.pod toke.c
26293 ____________________________________________________________________________
26294 [ 7556] By: jhi on 2000/11/05 16:33:50
26295 Log: Test tweak: show also the failed locales.
26297 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
26298 From: Lupe Christoph <lupe@lupe-christoph.de>
26299 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
26300 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
26302 ! t/pragma/locale.t
26303 ____________________________________________________________________________
26304 [ 7555] By: nick on 2000/11/05 11:09:34
26305 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
26306 open RDWR so does not fail. (pragma/warnings 303 again...)
26309 ____________________________________________________________________________
26310 [ 7554] By: nick on 2000/11/05 10:10:13
26311 Log: Fix case where ungetc(f,EOF) was allowed.
26312 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
26313 so we can see similarities.
26314 Use types more carefully and a STDCHAR array in hope that this will
26315 fix Jarrko's 64bit machine.
26318 ____________________________________________________________________________
26319 [ 7553] By: jhi on 2000/11/05 01:12:16
26322 Subject: [ID 20001004.007] taint propogation is inconsistent
26323 From: pimlott@idiomtech.com (Andrew Pimlott)
26324 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
26325 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
26327 The culprit was sv_setsv() which was rather blindly
26328 propagating taint, which lead to behaviour where if
26329 a tainted anon hash value was seen all the hash values
26330 from then on at that level became tainted, or at any
26331 upper levels in the case of nested anon hashes.
26333 ! sv.c t/op/taint.t
26334 ____________________________________________________________________________
26335 [ 7552] By: jhi on 2000/11/04 23:44:18
26336 Log: Some cpps don't like splitting conditionals across several lines.
26339 ____________________________________________________________________________
26340 [ 7551] By: nick on 2000/11/04 23:40:44
26341 Log: Integrate mainline
26343 !> pp_hot.c t/op/taint.t
26344 ____________________________________________________________________________
26345 [ 7550] By: nick on 2000/11/04 23:39:05
26346 Log: Integrate mainline again
26348 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
26349 !> t/lib/b.t t/op/misc.t util.c
26350 ____________________________________________________________________________
26351 [ 7549] By: jhi on 2000/11/04 23:14:01
26354 Subject: [ID 20001004.006] undef is never tainted
26355 From: pimlott@idiomtech.com (Andrew Pimlott)
26356 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
26357 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
26359 An undef read from a slurped file was not tainted.
26361 ! pp_hot.c t/op/taint.t
26362 ____________________________________________________________________________
26363 [ 7548] By: jhi on 2000/11/04 22:56:21
26364 Log: Test tweak ($Config{useperlio} is by default undef) .
26367 ____________________________________________________________________________
26368 [ 7547] By: jhi on 2000/11/04 22:43:56
26369 Log: Integrate perlio.
26372 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
26373 !> pod/perlapi.pod t/lib/b.t
26374 ____________________________________________________________________________
26375 [ 7546] By: jhi on 2000/11/04 22:40:59
26376 Log: Configure would use a bad $myuname from an old config.sh.
26378 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
26379 From: Andy Dougherty <doughera@lafayette.edu>
26380 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
26381 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
26383 ! U/modified/Oldconfig.U
26385 ! Configure config_h.SH
26386 ____________________________________________________________________________
26387 [ 7545] By: jhi on 2000/11/04 22:36:54
26388 Log: Subject: Locales support (setlocale) fixes
26389 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26390 Date: Sat, 4 Nov 2000 10:15:48 +0300
26391 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
26393 Modified quite a bit to be more portable.
26395 ! embed.h embed.pl perl.h proto.h util.c
26396 ____________________________________________________________________________
26397 [ 7544] By: jhi on 2000/11/04 22:32:47
26398 Log: Dying is too strict here, better just skip.
26401 ____________________________________________________________________________
26402 [ 7543] By: nick on 2000/11/04 21:55:13
26403 Log: Merge mainline
26405 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
26406 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
26407 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
26408 !> (integrate 64 files)
26409 ____________________________________________________________________________
26410 [ 7542] By: jhi on 2000/11/04 21:09:28
26411 Log: More Changes tweakery.
26413 ! Changes Porting/genlog
26414 ____________________________________________________________________________
26415 [ 7541] By: jhi on 2000/11/04 20:58:18
26416 Log: Changes fixups.
26419 ____________________________________________________________________________
26420 [ 7540] By: jhi on 2000/11/04 20:42:38
26421 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
26422 create a "fast path" for locale name probing using "locale -a"
26423 if available, squash finally hopefully the s?printf resetting
26424 the numeric locale (since, IIUC perllocale, it never shouldn't).
26426 ! sv.c t/op/misc.t t/pragma/locale.t
26427 ____________________________________________________________________________
26428 [ 7539] By: nick on 2000/11/04 19:56:10
26429 Log: PerlIO infrastructure complete.
26432 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
26433 ____________________________________________________________________________
26434 [ 7538] By: nick on 2000/11/04 14:31:32
26435 Log: Type tweaks + less contorted allocation scheme
26438 ____________________________________________________________________________
26439 [ 7537] By: nick on 2000/11/04 12:40:42
26440 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
26441 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
26442 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
26443 sensible) which lead to some interesting fails.
26446 ____________________________________________________________________________
26447 [ 7536] By: jhi on 2000/11/04 00:20:02
26448 Log: Add FCNTL_CAN_LOCK.
26450 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
26451 From: Andy Dougherty <doughera@lafayette.edu>
26452 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
26453 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
26455 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
26456 From: Andy Dougherty <doughera@lafayette.edu>
26457 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
26458 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
26459 Branch: metaconfig/U/perl
26460 + d_fcntl_can_lock.U
26463 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26464 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
26465 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26466 ! vos/config.ga.h win32/config.bc win32/config.gc
26468 ____________________________________________________________________________
26469 [ 7535] By: nick on 2000/11/03 22:19:10
26470 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
26471 - Works on Linux with
26474 - Works on Solaris with
26476 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
26477 - Fails (hangs in openpid) if you try and stack
26478 perlio + stdio - Linux stdio's read() logic is hanging.
26480 ! iperlsys.h perlio.c
26481 ____________________________________________________________________________
26482 [ 7534] By: jhi on 2000/11/03 15:16:02
26483 Log: Subject: Re: README.aix
26484 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26485 Date: Fri, 03 Nov 2000 16:03:15 +0100
26486 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
26489 ____________________________________________________________________________
26490 [ 7533] By: jhi on 2000/11/03 03:59:02
26491 Log: Subject: [PATCH 5.7.0] better messages from malloc()
26492 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26493 Date: Wed, 1 Nov 2000 23:39:56 -0500
26494 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
26496 ! malloc.c pod/perldiag.pod
26497 ____________________________________________________________________________
26498 [ 7532] By: jhi on 2000/11/03 00:11:56
26499 Log: The #7521 touched things it shouldn't have.
26501 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
26502 ____________________________________________________________________________
26503 [ 7531] By: jhi on 2000/11/02 22:32:33
26504 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
26505 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26506 Date: Thu, 2 Nov 2000 16:58:36 EST
26507 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
26509 ! vms/gen_shrfls.pl
26510 ____________________________________________________________________________
26511 [ 7530] By: jhi on 2000/11/02 22:08:49
26512 Log: Fix the problem discussed in
26514 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
26515 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
26516 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
26518 originally from Linc Madison. Also Andreas König's comments
26519 taken into account. Some other problems with Tie::SubstrHash
26520 fixed: didn't croak when the table exceeded the requested number
26521 of entries (as documented) but instead when the number of entries
26522 exceeded the size of the table, a croak() had an unnecessary \n,
26523 didn't have a CLEAR method, documented that there is no exists().
26524 Didn't fix to be strict-proof because the module uses &foo; and
26525 dynamic scope. Added a test script exercizing both first tamely
26526 the basic functionality, and then the failure cases reported by
26529 + t/lib/tie-substrhash.t
26530 ! MANIFEST lib/Tie/SubstrHash.pm
26531 ____________________________________________________________________________
26532 [ 7529] By: jhi on 2000/11/02 17:58:08
26533 Log: recv() can fail and return undef.
26535 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
26536 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
26537 Date: Thu, 2 Nov 2000 20:12:20 +0300
26538 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
26541 ____________________________________________________________________________
26542 [ 7528] By: jhi on 2000/11/02 17:49:09
26546 ____________________________________________________________________________
26547 [ 7527] By: jhi on 2000/11/02 15:48:37
26548 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
26549 fix a autovivification bug in Tie::RefHash, add tests for both.
26551 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
26552 From: Edward Avis <epa98@doc.ic.ac.uk>
26553 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
26554 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
26556 + t/lib/tie-refhash.t
26557 ! MANIFEST lib/Tie/RefHash.pm
26558 ____________________________________________________________________________
26559 [ 7526] By: jhi on 2000/11/02 13:56:26
26560 Log: Test::Harness revealed buglets in the new DynaLoader.
26562 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
26563 From: andreas.koenig@anima.de (Andreas J. Koenig)
26564 Date: 02 Nov 2000 11:26:48 +0100
26565 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
26567 ! ext/DynaLoader/DynaLoader_pm.PL
26568 ____________________________________________________________________________
26569 [ 7525] By: jhi on 2000/11/01 23:52:08
26570 Log: The entry for #7503 was missing.
26573 ____________________________________________________________________________
26574 [ 7524] By: jhi on 2000/11/01 23:40:52
26575 Log: Update Changes.
26577 ! Changes patchlevel.h
26578 ____________________________________________________________________________
26579 [ 7523] By: jhi on 2000/11/01 22:57:09
26580 Log: More tweaking on the #7522 theme.
26582 ! ext/DynaLoader/DynaLoader_pm.PL
26583 ____________________________________________________________________________
26584 [ 7522] By: jhi on 2000/11/01 22:06:15
26585 Log: Expand %Config variables and %ENV variables only if
26586 so requested during build time using the
26587 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
26588 Not expanding makes relocating distributions easier.
26590 ! ext/DynaLoader/DynaLoader_pm.PL
26591 ____________________________________________________________________________
26592 [ 7521] By: jhi on 2000/11/01 20:56:34
26593 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
26594 and setgid() because they were just changing $< and $( which means
26595 only changing the real uid/gid, as opposed to changing both
26596 real and effective ids. (The alternative way could have been
26597 in POSIX.pm to change $> and $), too, but making a direct call
26598 to the C API feels cleaner.) Fixes the bug
26600 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
26601 From: "Garry T. Williams" <garry@zvolve.com>
26602 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
26603 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
26605 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26606 ! ext/POSIX/typemap pod/perlvar.pod
26607 ____________________________________________________________________________
26608 [ 7520] By: jhi on 2000/11/01 20:08:33
26609 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
26610 From: "Garry T. Williams" <garry@zvolve.com>
26611 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
26612 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
26615 ____________________________________________________________________________
26616 [ 7519] By: jhi on 2000/11/01 20:01:22
26617 Log: Locale warning explanation tweak.
26620 ____________________________________________________________________________
26621 [ 7518] By: jhi on 2000/11/01 18:57:13
26624 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
26625 From: Jarkko Hietaniemi <jhi@iki.fi>
26626 Date: Tue, 10 Oct 2000 08:22:28 -0500
26627 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
26630 ____________________________________________________________________________
26631 [ 7517] By: jhi on 2000/11/01 18:41:59
26632 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
26633 From: Martien Verbruggen <mgjv@comdyn.com.au>
26634 Date: Fri, 6 Oct 2000 14:09:10 +1100
26635 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
26638 ____________________________________________________________________________
26639 [ 7516] By: jhi on 2000/11/01 18:34:55
26640 Log: Generalize the Camel wording.
26642 Subject: Re: perlfaq style changes
26643 From: John Borwick <jhborwic@unity.ncsu.edu>
26644 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
26645 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
26647 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
26648 ____________________________________________________________________________
26649 [ 7515] By: jhi on 2000/11/01 16:52:31
26650 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
26651 From: pimlott@idiomtech.com (Andrew Pimlott)
26652 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
26653 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
26656 ____________________________________________________________________________
26657 [ 7514] By: jhi on 2000/11/01 15:03:40
26658 Log: More AIX lore.
26660 ! ext/re/hints/aix.pl
26661 ____________________________________________________________________________
26662 [ 7513] By: jhi on 2000/11/01 14:48:30
26663 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
26664 From: root <root@chronos.fi.muni.cz>
26665 Date: Wed, 1 Nov 2000 12:31:32 +0100
26666 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
26669 ____________________________________________________________________________
26670 [ 7512] By: jhi on 2000/11/01 14:46:47
26671 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
26672 From: Martin Husemann <martin@duskware.de>
26673 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
26674 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
26677 ____________________________________________________________________________
26678 [ 7511] By: jhi on 2000/11/01 14:39:50
26679 Log: AUTHORS updates.
26682 ____________________________________________________________________________
26683 [ 7510] By: jhi on 2000/11/01 14:29:50
26684 Log: Subject: [PATCH] startperl to respect versiononly
26685 From: Robin Barker <rmb1@cise.npl.co.uk>
26686 Date: Tue, 31 Oct 2000 16:29:36 GMT
26687 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
26688 Branch: metaconfig/U/perl
26691 ! Configure config_h.SH
26692 ____________________________________________________________________________
26693 [ 7509] By: jhi on 2000/11/01 14:19:53
26694 Log: printf UVs the correct way, noticed by Robin Barker.
26697 ____________________________________________________________________________
26698 [ 7508] By: jhi on 2000/11/01 14:10:03
26699 Log: Do not cleanup *% because the % has special meanings in some
26700 shell environments.
26702 ! ext/Storable/Makefile.PL
26703 ____________________________________________________________________________
26704 [ 7507] By: jhi on 2000/11/01 14:06:00
26705 Log: The NonStop-UX libraries have a novel way to say NaN.
26708 ____________________________________________________________________________
26709 [ 7506] By: jhi on 2000/11/01 14:03:35
26710 Log: The osname has been lowercased by now, from Tom Bates.
26712 ! U/modified/Oldconfig.U
26714 ! Configure config_h.SH
26715 ____________________________________________________________________________
26716 [ 7505] By: jhi on 2000/10/31 19:18:39
26717 Log: The compiler is either gcc or cc, from Tom Bates.
26719 ! hints/nonstopux.sh
26720 ____________________________________________________________________________
26721 [ 7504] By: jhi on 2000/10/31 14:53:42
26722 Log: Update Changes.
26724 ! Changes patchlevel.h
26725 ____________________________________________________________________________
26726 [ 7503] By: jhi on 2000/10/31 14:30:50
26727 Log: Whitespace style tweak. Was originally going to see to
26729 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
26730 From: Joe Smith <jms@inwap.com>
26731 Date: Mon, 30 Oct 2000 18:47:57 -0800
26732 Message-Id: <39FE32DD.24AAC4D@inwap.com>
26734 but that had already been taken care of.
26736 ! U/compline/d_stdstdio.U
26738 ! Configure config_h.SH
26739 ____________________________________________________________________________
26740 [ 7502] By: jhi on 2000/10/31 14:25:02
26741 Log: AUTHORS tweaks.
26744 ____________________________________________________________________________
26745 [ 7501] By: jhi on 2000/10/31 14:23:59
26746 Log: Subject: perlfaq style changes
26747 From: John Borwick <jhborwic@unity.ncsu.edu>
26748 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
26749 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
26751 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
26752 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
26753 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
26755 ____________________________________________________________________________
26756 [ 7500] By: jhi on 2000/10/31 14:22:15
26757 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
26759 Subject: Re: [ID 20000918.005] ~ on wide chars
26760 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26761 Date: Mon, 30 Oct 2000 21:09:55 -0800
26762 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
26764 (The ord() part of the patch skipped.)
26767 ____________________________________________________________________________
26768 [ 7499] By: jhi on 2000/10/31 14:20:08
26769 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
26770 From: Jens Hamisch <jens@Strawberry.COM>
26771 Date: Mon, 30 Oct 2000 15:17:07 +0100
26772 Message-Id: <20001030151707.A9597@Strawberry.COM>
26775 ____________________________________________________________________________
26776 [ 7498] By: jhi on 2000/10/31 14:16:29
26777 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
26778 From: Peter Prymmer <pvhp@forte.com>
26779 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
26780 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
26782 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
26783 + ext/Encode/Encode/posix-bc.enc
26784 ! MANIFEST t/lib/encode.t
26785 ____________________________________________________________________________
26786 [ 7497] By: jhi on 2000/10/31 14:13:22
26787 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
26788 From: Peter Prymmer <pvhp@forte.com>
26789 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
26790 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
26793 ____________________________________________________________________________
26794 [ 7496] By: jhi on 2000/10/31 14:12:05
26795 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
26796 From: Peter Prymmer <pvhp@forte.com>
26797 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
26798 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
26800 ! t/lib/cgi-function.t
26801 ____________________________________________________________________________
26802 [ 7495] By: jhi on 2000/10/31 14:11:08
26803 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
26804 From: Peter Prymmer <pvhp@forte.com>
26805 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
26806 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
26808 + ext/re/hints/aix.pl
26809 ! MANIFEST ext/re/Makefile.PL
26810 ____________________________________________________________________________
26811 [ 7494] By: jhi on 2000/10/31 14:08:32
26812 Log: Use Errno magic.
26814 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
26815 From: Casey Tweten <perl@ctweten.amsite.com>
26816 Date: Mon, 30 Oct 2000 15:51:17 -0500
26817 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
26820 ____________________________________________________________________________
26821 [ 7493] By: jhi on 2000/10/31 14:05:07
26822 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
26824 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
26825 From: Nicholas Clark <nick@ccl4.org>
26826 Date: Mon, 30 Oct 2000 17:38:45 +0000
26827 Message-ID: <20001030173845.O60355@plum.flirble.org>
26829 ! Makefile.SH utils/perlbug.PL
26830 ____________________________________________________________________________
26831 [ 7492] By: nick on 2000/10/30 19:37:23
26832 Log: Change files which are mysteriously different to mainline to be
26833 copies of mainline.
26835 ! objXSUB.h perlapi.c pod/perlapi.pod
26836 ____________________________________________________________________________
26837 [ 7491] By: nick on 2000/10/30 18:05:54
26838 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
26839 - typo in endian code in putc.
26840 - Don't allow read of write-only files and vice-versa
26841 - and off-by-one in flush-all loop.
26842 Remove debug calls as they were using GCC specific features.
26845 ____________________________________________________________________________
26846 [ 7490] By: nick on 2000/10/29 21:45:45
26847 Log: Integrate mainline to perlio
26849 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
26851 ____________________________________________________________________________
26852 [ 7489] By: jhi on 2000/10/29 21:11:08
26853 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
26854 From: andreas.koenig@anima.de (Andreas J. Koenig)
26855 Date: 29 Oct 2000 22:05:59 +0100
26856 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
26858 ! lib/ExtUtils/Manifest.pm
26859 ____________________________________________________________________________
26860 [ 7488] By: jhi on 2000/10/29 21:07:47
26861 Log: Tests for #7487.
26863 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
26864 From: andreas.koenig@anima.de (Andreas J. Koenig)
26865 Date: 29 Oct 2000 19:37:09 +0100
26866 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
26869 ____________________________________________________________________________
26870 [ 7487] By: jhi on 2000/10/29 21:06:27
26871 Log: constsub spillage.
26873 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
26874 From: John Tobey <jtobey@john-edwin-tobey.org>
26875 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
26876 Message-Id: <m13pvSr-000FObC@feynman.localnet>
26879 ____________________________________________________________________________
26880 [ 7486] By: nick on 2000/10/29 21:05:04
26881 Log: Integrate mainline to perlio branch
26883 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
26884 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
26885 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
26886 +> vos/install_perl.cm
26887 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
26888 - vos/config.h vos/config_h.SH_orig
26889 !> (integrate 141 files)
26890 ____________________________________________________________________________
26891 [ 7485] By: jhi on 2000/10/29 21:00:47
26892 Log: Make \x{...} consistently produce UTF-8.
26894 Subject: Re: \x{...} is confused
26895 From: Simon Cozens <simon@cozens.net>
26896 Date: Sun, 29 Oct 2000 19:36:48 +0000
26897 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
26899 ! t/pragma/utf8.t toke.c
26900 ____________________________________________________________________________
26901 [ 7484] By: nick on 2000/10/29 20:05:29
26902 Log: PerlIO passes all tests.
26905 ____________________________________________________________________________
26906 [ 7483] By: jhi on 2000/10/29 18:06:55
26907 Log: Update Changes.
26909 ! Changes patchlevel.h
26910 ____________________________________________________________________________
26911 [ 7482] By: nick on 2000/10/29 17:43:28
26912 Log: Include <unistd.h> to get correct lseek() prototype etc.
26913 (I thought perl.h did that) - down to two fails
26914 - comp/require.t (last test)
26915 - lib/io_xs.t - possibly import/export of FILE * ?
26918 ____________________________________________________________________________
26919 [ 7481] By: jhi on 2000/10/29 17:02:37
26920 Log: UTF-8 decoder tweak.
26923 ____________________________________________________________________________
26924 [ 7480] By: nick on 2000/10/29 16:26:11
26925 Log: Fixed two bugs:
26926 - error code not being set on close (of broken pipe)
26927 - append mode was truncating.
26928 At least one seek/tell bug remains.
26931 ____________________________________________________________________________
26932 [ 7479] By: nick on 2000/10/29 11:18:16
26933 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
26934 in case of accidents. Still several worrying fails, no line disciplines yet.
26936 ! iperlsys.h perlio.c
26937 ____________________________________________________________________________
26938 [ 7478] By: jhi on 2000/10/29 02:04:01
26939 Log: Add also emailless people.
26942 ____________________________________________________________________________
26943 [ 7477] By: jhi on 2000/10/29 01:36:00
26944 Log: The #7476 needs a MANIFEST change, too.
26947 ____________________________________________________________________________
26948 [ 7476] By: jhi on 2000/10/29 01:35:21
26949 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
26953 ____________________________________________________________________________
26954 [ 7475] By: jhi on 2000/10/28 23:57:25
26955 Log: De-quoted-unreadable to ISO Latin 1.
26956 (There's one ISO-2022-JP name in Changes5.004.)
26958 ! Changes Changes5.6
26959 ____________________________________________________________________________
26960 [ 7474] By: jhi on 2000/10/28 19:13:06
26961 Log: Subject: [ID 20001027.007] uniq array in perlfaq
26962 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
26963 Date: Fri, 27 Oct 2000 19:28:30 +0200
26964 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
26967 ____________________________________________________________________________
26968 [ 7473] By: jhi on 2000/10/28 18:02:05
26969 Log: Locking null mutexes is not recommendable.
26971 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
26972 From: Hugo <hv@crypt.compulink.co.uk>
26973 Date: Sat, 28 Oct 2000 18:41:12 +0100
26974 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
26977 ____________________________________________________________________________
26978 [ 7472] By: jhi on 2000/10/28 17:52:58
26979 Log: Better create a true mailing list for the repository keepers.
26981 ! Porting/repository.pod
26982 ____________________________________________________________________________
26983 [ 7471] By: jhi on 2000/10/28 17:28:24
26984 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
26985 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
26987 + Porting/repository.pod
26989 ____________________________________________________________________________
26990 [ 7470] By: jhi on 2000/10/28 17:20:54
26991 Log: Subject: DOC PATCH 5.6.0
26992 From: mjd@plover.com
26993 Date: 27 Oct 2000 17:32:44 -0000
26994 Message-ID: <20001027173244.23754.qmail@plover.com>
26997 ____________________________________________________________________________
26998 [ 7469] By: jhi on 2000/10/28 17:16:45
26999 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
27000 From: "Peter J. Farley III" <pjfarley@banet.net>
27001 Date: Fri, 27 Oct 2000 20:32:56 -0400
27002 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
27005 ____________________________________________________________________________
27006 [ 7468] By: jhi on 2000/10/28 17:07:18
27007 Log: Make target reordering to avoid pointless re-makes.
27009 Subject: Re: Total re-make of 'make okfile' after 7451 ?
27010 From: Nicholas Clark <nick@ccl4.org>
27011 Date: Sat, 28 Oct 2000 00:31:02 +0100
27012 Message-ID: <20001028003101.A54517@plum.flirble.org>
27015 ____________________________________________________________________________
27016 [ 7467] By: jhi on 2000/10/28 17:05:31
27017 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
27018 From: lvirden@cas.org
27019 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
27020 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
27023 ____________________________________________________________________________
27024 [ 7466] By: jhi on 2000/10/28 16:09:16
27025 Log: Upgrade to CPAN 1.58_55.
27027 Subject: CPAN.pm status
27028 From: andreas.koenig@anima.de (Andreas J. Koenig)
27029 Date: 28 Oct 2000 08:18:00 +0200
27030 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
27032 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27033 ____________________________________________________________________________
27034 [ 7465] By: jhi on 2000/10/28 16:02:47
27035 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
27037 ! embed.h embed.pl perl.h proto.h toke.c
27038 ____________________________________________________________________________
27039 [ 7464] By: nick on 2000/10/28 10:43:44
27040 Log: Fix for sv_2iv() on "shared" value from keys %hash.
27043 ____________________________________________________________________________
27044 [ 7463] By: jhi on 2000/10/27 16:18:29
27045 Log: Update Changes.
27047 ! Changes patchlevel.h
27048 ____________________________________________________________________________
27049 [ 7462] By: jhi on 2000/10/27 16:17:44
27050 Log: Too enthusiastic editing in #7460.
27052 ! U/modified/Oldsym.U
27054 ! Configure config_h.SH
27055 ____________________________________________________________________________
27056 [ 7461] By: jhi on 2000/10/27 15:37:38
27057 Log: Retract #7459, the script needs more work.
27061 ____________________________________________________________________________
27062 [ 7460] By: jhi on 2000/10/27 15:23:14
27063 Log: Use $sort, $uniq (and $tr) consistently as wondered
27066 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
27067 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
27068 ! U/modified/libc.U
27070 ! Configure config_h.SH
27071 ____________________________________________________________________________
27072 [ 7459] By: jhi on 2000/10/27 15:02:07
27073 Log: (Retracted by #7461)
27075 Add a shell script for creating/removing symbolic link farms,
27076 useful for keeping the source code read-only and doing the
27077 builds somewhere else.
27081 ____________________________________________________________________________
27082 [ 7458] By: jhi on 2000/10/27 14:42:20
27083 Log: Do away with the fix_pl.
27086 ! MANIFEST Makefile.SH
27087 ____________________________________________________________________________
27088 [ 7457] By: jhi on 2000/10/27 12:43:13
27089 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
27090 From: Jens Hamisch <jens@Strawberry.COM>
27091 Date: Fri, 27 Oct 2000 14:38:21 +0200
27092 Message-Id: <20001027143821.B3366@Strawberry.COM>
27095 ____________________________________________________________________________
27096 [ 7456] By: jhi on 2000/10/27 12:33:42
27097 Log: Subject: [PATCH] todo
27098 From: Nicholas Clark <nick@ccl4.org>
27099 Date: Thu, 26 Oct 2000 22:32:29 +0100
27100 Message-ID: <20001026223229.A44540@plum.flirble.org>
27103 ____________________________________________________________________________
27104 [ 7455] By: jhi on 2000/10/27 12:02:21
27105 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
27106 From: John Tobey <jtobey@john-edwin-tobey.org>
27107 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
27108 Message-Id: <m13ozHF-000FObC@feynman.localnet>
27110 ! op.c t/pragma/sub_lval.t
27111 ____________________________________________________________________________
27112 [ 7454] By: jhi on 2000/10/27 11:59:42
27113 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
27114 From: sthoenna@efn.org
27115 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
27116 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
27118 ! pp.c t/op/assignwarn.t
27119 ____________________________________________________________________________
27120 [ 7453] By: jhi on 2000/10/27 00:15:08
27121 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
27123 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27124 ! ext/Storable/Storable.xs t/lib/st-lock.t
27125 ____________________________________________________________________________
27126 [ 7452] By: jhi on 2000/10/26 13:05:52
27127 Log: Undo #7451, this seems to be a deficiency in Perforce,
27128 there is no per-file line-terminator type, only per-client.
27130 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
27131 ! win32/makefile.mk
27132 ____________________________________________________________________________
27133 [ 7451] By: jhi on 2000/10/26 04:56:03
27134 Log: Experimenting in DOS arcana.
27136 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
27137 ! win32/makefile.mk
27138 ____________________________________________________________________________
27139 [ 7450] By: jhi on 2000/10/26 04:50:52
27140 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
27141 From: "Peter J. Farley III" <pjfarley@banet.net>
27142 Date: Wed, 25 Oct 2000 23:10:18 -0400
27143 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
27146 ____________________________________________________________________________
27147 [ 7449] By: jhi on 2000/10/26 04:49:16
27148 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
27149 From: Hugo <hv@crypt.compulink.co.uk>
27150 Date: Thu, 26 Oct 2000 01:55:17 +0100
27151 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
27153 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
27155 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
27156 ____________________________________________________________________________
27157 [ 7448] By: jhi on 2000/10/26 04:38:36
27158 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
27159 From: Peter Prymmer <pvhp@forte.com>
27160 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
27161 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
27164 ____________________________________________________________________________
27165 [ 7447] By: jhi on 2000/10/25 23:20:02
27166 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
27167 in platforms that strictly require all the symbols being present
27171 ____________________________________________________________________________
27172 [ 7446] By: jhi on 2000/10/25 21:55:57
27173 Log: Update Changes.
27175 ! Changes patchlevel.h
27176 ____________________________________________________________________________
27177 [ 7445] By: jhi on 2000/10/25 21:27:08
27178 Log: Integrate with vmsperl #7430 by Charles Bailey:
27180 Cleanup from prior patch (Charles Lane?):
27181 - improve handling of MFDs in Basename and Path
27182 - default to no xsubpp line # munging when building debug images
27184 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
27185 ____________________________________________________________________________
27186 [ 7444] By: jhi on 2000/10/25 21:03:50
27187 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
27188 From: John Peacock <JPeacock@UnivPress.com>
27189 Date: Thu, 18 May 2000 11:55:27 -0400
27190 Message-ID: <3924126F.A58BE57A@UnivPress.com>
27192 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
27194 ____________________________________________________________________________
27195 [ 7443] By: jhi on 2000/10/25 20:43:10
27196 Log: Temporary stopgap for the self-tying issue: for now only
27197 array and hash self-ties are verboten. The real fix, of
27198 course, would be to comprehensively test (and implement?)
27199 and debug (and document) self-ties.
27201 ! pod/perldiag.pod pp_sys.c t/op/tie.t
27202 ____________________________________________________________________________
27203 [ 7442] By: jhi on 2000/10/25 20:14:30
27204 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
27205 From: Dan Sugalski <dan@sidhe.org>
27206 Date: Wed, 25 Oct 2000 13:36:35 -0400
27207 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
27209 plus regen global.sym.
27211 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
27213 ____________________________________________________________________________
27214 [ 7441] By: jhi on 2000/10/25 20:12:20
27215 Log: buildtoc target tweaks.
27218 ____________________________________________________________________________
27219 [ 7440] By: jhi on 2000/10/25 20:03:53
27220 Log: A new version of making the syslog test more robust.
27223 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27224 From: "Kurt D. Starsinic" <kstar@chapin.edu>
27225 Date: Wed, 25 Oct 2000 12:13:54 -0400
27226 Message-ID: <20001025121354.B2264@O2.chapin.edu>
27229 ____________________________________________________________________________
27230 [ 7439] By: jhi on 2000/10/25 20:00:48
27231 Log: Continue the internal UTF-8 API tweaking.
27232 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
27233 used much more than the simpler API, now called utf8_to_uv_simple().
27234 Still not quite happy with API, too much partial duplication
27237 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
27238 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
27239 ! regcomp.c regexec.c sv.c toke.c utf8.c
27240 ____________________________________________________________________________
27241 [ 7438] By: jhi on 2000/10/25 18:52:30
27242 Log: Allow poking holes at the UTF-8 decoding strictness.
27244 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
27246 ____________________________________________________________________________
27247 [ 7437] By: jhi on 2000/10/25 13:53:05
27248 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
27249 UTF8LEN() and UTF8SKIP().
27251 ! pp.c utf8.c utf8.h
27252 ____________________________________________________________________________
27253 [ 7436] By: jhi on 2000/10/25 13:51:37
27254 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
27255 From: Nicholas Clark <nick@ccl4.org>
27256 Date: Wed, 25 Oct 2000 14:44:05 +0100
27257 Message-ID: <20001025144404.D27253@plum.flirble.org>
27260 ____________________________________________________________________________
27261 [ 7435] By: jhi on 2000/10/25 13:49:32
27262 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
27263 From: Mike Guy <mjtg@cam.ac.uk>
27264 Date: Tue, 24 Oct 2000 14:59:40 +0100
27265 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
27268 ____________________________________________________________________________
27269 [ 7434] By: jhi on 2000/10/25 13:48:41
27270 Log: AIX is picky about its symbol exports. Solution for now
27271 is to include the deb.o explicitly to the re extension build.
27273 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
27274 From: Peter Prymmer <pvhp@forte.com>
27275 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
27276 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
27278 ! ext/re/Makefile.PL hints/aix.sh
27279 ____________________________________________________________________________
27280 [ 7433] By: jhi on 2000/10/25 13:46:49
27281 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
27282 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27283 Date: Wed, 25 Oct 2000 12:02:20 +0200
27284 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
27287 ____________________________________________________________________________
27288 [ 7432] By: jhi on 2000/10/25 13:44:28
27289 Log: Subject: Minor update to find2perl, for portability
27290 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
27291 Date: Wed, 25 Oct 2000 12:05:47 +0100
27292 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
27295 ____________________________________________________________________________
27296 [ 7431] By: jhi on 2000/10/25 13:40:39
27297 Log: Add targets to Makefile.SH, most importantly
27298 'regen_all' which also remembers to update vms/perly*.
27301 ____________________________________________________________________________
27302 [ 7430] By: bailey on 2000/10/25 03:13:53
27303 Log: Cleanup from prior patch (Charles Lane?):
27304 - improve handling of MFDs in Basename and Path
27305 - default to no xsubpp line # munging when building debug images
27307 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
27308 ____________________________________________________________________________
27309 [ 7429] By: jhi on 2000/10/24 20:03:40
27310 Log: Podify README.epoc and README.vos.
27312 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
27313 ! pod/perlport.pod pod/perltoc.pod
27314 ____________________________________________________________________________
27315 [ 7428] By: jhi on 2000/10/24 19:10:33
27316 Log: Stratus VOS updates from Paul Green.
27318 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27319 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
27320 - vos/config.def vos/config.h vos/config_h.SH_orig
27321 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
27322 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
27323 ____________________________________________________________________________
27324 [ 7427] By: jhi on 2000/10/24 18:59:48
27325 Log: Check if stdio supports tweaking lval and cnt simultaneously.
27327 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
27328 From: Nicholas Clark <nick@ccl4.org>
27329 Date: Mon, 23 Oct 2000 15:39:32 +0100
27330 Message-ID: <20001023153932.A10786@plum.flirble.org>
27332 ! U/compline/d_stdstdio.U
27334 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27335 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
27336 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
27337 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
27338 ! vos/config.h vos/config_h.SH_orig win32/config.bc
27339 ! win32/config.gc win32/config.vc
27340 ____________________________________________________________________________
27341 [ 7426] By: jhi on 2000/10/24 17:57:44
27342 Log: Missed the header file changes from #7425.
27344 ! embed.h embed.pl objXSUB.h proto.h
27345 ____________________________________________________________________________
27346 [ 7425] By: jhi on 2000/10/24 17:55:17
27347 Log: Fix the bug reported in
27349 From: andreas.koenig@anima.de (Andreas J. Koenig)
27350 Subject: Encode bug?
27351 Date: 24 Oct 2000 14:01:26 +0200
27352 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
27354 Also make is_utf8_char() stricter.
27356 ! ext/Encode/Encode.xs utf8.c
27357 ____________________________________________________________________________
27358 [ 7424] By: jhi on 2000/10/24 15:15:39
27359 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
27360 From: Peter Scott <Peter@PSDT.com>
27361 Date: Mon, 23 Oct 2000 19:46:01 -0700
27362 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
27365 ____________________________________________________________________________
27366 [ 7423] By: jhi on 2000/10/24 14:25:30
27367 Log: Test tweak to avoid pulling in the whole Config.
27370 ____________________________________________________________________________
27371 [ 7422] By: jhi on 2000/10/24 14:03:16
27372 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
27375 ____________________________________________________________________________
27376 [ 7421] By: jhi on 2000/10/24 13:32:09
27377 Log: (Replaced by #7440.)
27379 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27380 From: "Kurt D. Starsinic" <kstar@chapin.edu>
27381 Date: Mon, 23 Oct 2000 16:40:54 -0400
27382 Message-ID: <20001023164054.B14491@O2.chapin.edu>
27385 ____________________________________________________________________________
27386 [ 7420] By: jhi on 2000/10/24 13:30:53
27387 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
27388 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27389 Date: Mon, 23 Oct 2000 17:29:03 -0400
27390 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
27392 ! lib/ExtUtils/MM_Unix.pm
27393 ____________________________________________________________________________
27394 [ 7419] By: jhi on 2000/10/24 13:29:57
27395 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
27396 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27397 Date: Mon, 23 Oct 2000 19:01:32 -0400
27398 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
27401 ____________________________________________________________________________
27402 [ 7418] By: jhi on 2000/10/24 13:26:04
27403 Log: Replace #7409 with
27405 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
27406 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27407 Date: Mon, 23 Oct 2000 20:08:56 +0200
27408 Message-ID: <20001023200855.A14850@nice.ram.loc>
27410 ! ext/Storable/Storable.pm t/lib/st-lock.t
27411 ____________________________________________________________________________
27412 [ 7417] By: jhi on 2000/10/24 13:17:52
27413 Log: Run vms/vms_yfix.pl, should have done that after changing
27416 ! vms/perly_c.vms vms/perly_h.vms
27417 ____________________________________________________________________________
27418 [ 7416] By: jhi on 2000/10/24 02:55:33
27419 Log: Make the UTF-8 decoding stricter and more verbose when
27420 malformation happens. This involved adding an argument
27421 to utf8_to_uv_chk(), which involved changing its prototype,
27422 and prefer STRLEN over I32 for the UTF-8 length, which as
27423 a domino effect necessitated changing the prototypes of
27424 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
27425 The stricter UTF-8 decoding checking uses Markus Kuhn's
27426 UTF-8 Decode Stress Tester from
27427 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
27429 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
27430 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
27431 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
27432 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
27433 ____________________________________________________________________________
27434 [ 7415] By: jhi on 2000/10/23 14:06:06
27435 Log: Update Changes.
27437 ! Changes patchlevel.h
27438 ____________________________________________________________________________
27439 [ 7414] By: jhi on 2000/10/23 12:39:52
27440 Log: Undo the basename() part of #7412 since the lib/basename
27441 tests would need upgrading too.
27443 ! lib/File/Basename.pm
27444 ____________________________________________________________________________
27445 [ 7413] By: jhi on 2000/10/23 12:19:27
27446 Log: Document PERL_INSTALL_ROOT of #7210.
27448 ! lib/ExtUtils/Install.pm
27449 ____________________________________________________________________________
27450 [ 7412] By: jhi on 2000/10/23 12:16:47
27451 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
27453 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
27454 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
27455 ____________________________________________________________________________
27456 [ 7411] By: jhi on 2000/10/23 12:07:41
27457 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
27458 From: Prymmer/Kahn <pvhp@best.com>
27459 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
27460 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
27462 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
27463 ____________________________________________________________________________
27464 [ 7410] By: jhi on 2000/10/23 04:10:11
27465 Log: The change #7187 was not so good on VMS.
27467 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
27468 From: "Craig A. Berry" <craig.berry@psinetcs.com>
27469 Date: Sun, 22 Oct 2000 23:03:08 -0500
27470 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
27473 ____________________________________________________________________________
27474 [ 7409] By: jhi on 2000/10/23 03:57:36
27475 Log: Avoid Storable locking on DJGPP for now.
27477 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
27478 From: "Peter J. Farley III" <pjfarley@banet.net>
27479 Date: Sun, 22 Oct 2000 20:00:00 -0400
27480 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
27482 ! ext/Storable/Storable.pm t/lib/st-lock.t
27483 ____________________________________________________________________________
27484 [ 7408] By: jhi on 2000/10/23 03:50:24
27485 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
27486 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27487 Date: Sun, 22 Oct 2000 21:12:22 -0400
27488 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
27491 ____________________________________________________________________________
27492 [ 7407] By: jhi on 2000/10/23 03:43:12
27493 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
27494 From: Hugo <hv@crypt.compulink.co.uk>
27495 Date: Mon, 23 Oct 2000 00:47:22 +0100
27496 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
27498 ! regexec.c t/op/pat.t
27499 ____________________________________________________________________________
27500 [ 7406] By: jhi on 2000/10/23 03:40:29
27501 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
27503 ! lib/ExtUtils/MakeMaker.pm
27504 ____________________________________________________________________________
27505 [ 7405] By: jhi on 2000/10/22 21:32:00
27508 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
27509 From: rspier@pobox.com (Robert Spier)
27510 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
27511 Message-ID: <14835.16112.13457.447971@rls.cx>
27514 ____________________________________________________________________________
27515 [ 7404] By: jhi on 2000/10/22 21:30:51
27516 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
27517 From: rspier@pobox.com (Robert Spier)
27518 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
27519 Message-ID: <14835.17223.72448.705566@rls.cx>
27521 ! lib/ExtUtils/MakeMaker.pm
27522 ____________________________________________________________________________
27523 [ 7403] By: jhi on 2000/10/22 21:24:11
27524 Log: Subject: [PATCH bleadperl] ripples from constsub patch
27525 From: John Tobey <jtobey@john-edwin-tobey.org>
27526 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
27527 Message-Id: <m13nSOB-000FObC@feynman.localnet>
27529 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
27530 ____________________________________________________________________________
27531 [ 7402] By: jhi on 2000/10/22 20:59:35
27532 Log: Support s?printf parameter reordering.
27534 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
27535 ____________________________________________________________________________
27536 [ 7401] By: jhi on 2000/10/22 19:19:14
27537 Log: Expand %Config variables only if explicitly so requested
27538 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
27540 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
27541 From: Gurusamy Sarathy <gsar@ActiveState.com>
27542 Date: Sun, 22 Oct 2000 11:47:32 -0700
27543 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
27545 ! Makefile.SH lib/lib_pm.PL
27546 ____________________________________________________________________________
27547 [ 7400] By: jhi on 2000/10/22 18:24:10
27548 Log: Move the #7390 test from warn/op to comp/redef.
27550 Subject: Re: Creating const subs for constants.
27551 From: John Tobey <jtobey@john-edwin-tobey.org>
27552 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
27553 Message-Id: <m13nG72-000FObC@feynman.localnet>
27555 ! t/comp/redef.t t/pragma/warn/op
27556 ____________________________________________________________________________
27557 [ 7399] By: jhi on 2000/10/22 17:49:59
27558 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
27559 From: Nicholas Clark <nick@ccl4.org>
27560 Date: Sat, 21 Oct 2000 22:23:19 +0100
27561 Message-ID: <20001021222319.B45586@plum.flirble.org>
27563 ! ext/DynaLoader/DynaLoader_pm.PL
27564 ____________________________________________________________________________
27565 [ 7398] By: jhi on 2000/10/22 17:47:35
27566 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
27567 From: Hugo <hv@crypt.compulink.co.uk>
27568 Date: Sat, 21 Oct 2000 18:19:59 +0100
27569 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
27571 ! ext/B/B.pm ext/B/B/C.pm
27572 ____________________________________________________________________________
27573 [ 7397] By: jhi on 2000/10/22 17:35:18
27574 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
27575 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
27576 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
27577 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
27580 ____________________________________________________________________________
27581 [ 7396] By: jhi on 2000/10/22 17:19:46
27582 Log: Subject: installman go-faster stripes
27583 From: Nicholas Clark <nick@talking.bollo.cx>
27584 Date: Sat, 21 Oct 2000 17:24:53 +0100
27585 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
27587 Subject: Re: installman go-faster stripes
27588 From: Russ Allbery <rra@stanford.edu>
27589 Date: 21 Oct 2000 11:04:13 -0700
27590 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
27592 ! installman pod/pod2man.PL
27593 ____________________________________________________________________________
27594 [ 7395] By: jhi on 2000/10/22 17:17:35
27595 Log: Hints tweak from Anton Berezin.
27598 ____________________________________________________________________________
27599 [ 7394] By: jhi on 2000/10/22 04:50:04
27600 Log: Tweak the Is* definitions of Unicode character classes
27601 to better match the official categorizations; embrace
27602 the official categorizations; add the combining marks
27603 as alpha (and -numeric); fix DCinital (a typo and edito)
27606 + lib/unicode/Is/DCmedial.pl
27607 - lib/unicode/Is/DCinital.pl
27608 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27609 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
27610 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
27611 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
27612 ____________________________________________________________________________
27613 [ 7393] By: jhi on 2000/10/21 18:06:05
27614 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
27615 From: Daniel Chetlin <daniel@chetlin.com>
27616 Date: Sat, 21 Oct 2000 02:57:03 -0700
27617 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
27619 + t/lib/tie-splice.t
27620 ! MANIFEST lib/Tie/Array.pm
27621 ____________________________________________________________________________
27622 [ 7392] By: gsar on 2000/10/21 18:05:15
27623 Log: resync utfperl branch with mainline
27625 !> (integrate 1760 files)
27626 ____________________________________________________________________________
27627 [ 7391] By: jhi on 2000/10/21 14:37:49
27628 Log: Testcases for a #7383,#7385 related bug.
27630 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
27631 From: Nicholas Clark <nick@ccl4.org>
27632 Date: Sat, 21 Oct 2000 15:04:51 +0100
27633 Message-ID: <20001021150451.A51566@plum.flirble.org>
27636 ____________________________________________________________________________
27637 [ 7390] By: jhi on 2000/10/21 14:35:57
27638 Log: Add a testcase for #7389.
27641 ____________________________________________________________________________
27642 [ 7389] By: jhi on 2000/10/21 14:26:45
27643 Log: Subject: Re: Creating const subs for constants.
27644 From: John Tobey <jtobey@john-edwin-tobey.org>
27645 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
27646 Message-Id: <m13mo0N-000FObC@feynman.localnet>
27648 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
27650 ____________________________________________________________________________
27651 [ 7388] By: nick on 2000/10/21 11:44:23
27652 Log: Populate perlio branch
27654 +> (branch 1760 files)
27655 ____________________________________________________________________________
27656 [ 7387] By: nick on 2000/10/21 10:52:05
27657 Log: Get branch back as replica of mainline via :
27658 p4 integrate -b utfperl
27659 p4 resolve -at ./...
27661 +> (branch 269 files)
27662 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
27663 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
27664 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
27665 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
27666 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
27667 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
27668 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
27669 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
27670 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
27671 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
27672 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
27673 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
27674 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
27675 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
27676 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
27677 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
27678 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
27679 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
27680 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
27681 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
27682 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
27683 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
27684 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
27685 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
27686 - lib/unicode/UCD300.html lib/unicode/Unicode.300
27687 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
27688 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
27689 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
27690 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
27691 !> (integrate 965 files)
27692 ____________________________________________________________________________
27693 [ 7386] By: jhi on 2000/10/21 01:31:12
27694 Log: Update Changes.
27696 ! Changes patchlevel.h
27697 ____________________________________________________________________________
27698 [ 7385] By: jhi on 2000/10/21 01:28:42
27699 Log: The #7383 was right only in the context of the original bug report,
27700 not in more general case.
27703 ____________________________________________________________________________
27704 [ 7384] By: jhi on 2000/10/21 01:08:23
27705 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
27707 ! ext/IO/lib/IO/Select.pm
27708 ____________________________________________________________________________
27709 [ 7383] By: jhi on 2000/10/21 00:44:18
27710 Log: Fix for ID 20001020.006, concatenating an unset submatch
27711 with utf8 resulted in "Modification of a read-only value".
27713 ! pp_hot.c t/pragma/utf8.t
27714 ____________________________________________________________________________
27715 [ 7382] By: jhi on 2000/10/20 20:44:31
27716 Log: Make scan_num() reëntrant, as suggested in
27718 Subject: [PATCH perl@7229] Rentrant parser and yylex()
27719 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27720 Date: Fri, 20 Oct 2000 14:17:27 +0100
27721 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
27723 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
27725 ____________________________________________________________________________
27726 [ 7381] By: jhi on 2000/10/20 20:07:29
27727 Log: Reëntrancy fix.
27729 Subject: [PATCH perl@7229] Rentrant parser and yylex()
27730 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27731 Date: Fri, 20 Oct 2000 14:17:27 +0100
27732 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
27734 ! embed.h embed.pl perl.h proto.h toke.c
27735 ____________________________________________________________________________
27736 [ 7380] By: jhi on 2000/10/20 19:15:54
27737 Log: Don't write double values through long double pointers,
27740 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
27741 From: Jens Hamisch <jens@Strawberry.COM>
27742 Date: Tue, 17 Oct 2000 08:39:36 +0200
27743 Message-Id: <20001017083936.A11104@Strawberry.COM>
27746 ____________________________________________________________________________
27747 [ 7379] By: jhi on 2000/10/20 18:43:37
27748 Log: Portability tweak on #7377.
27750 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
27751 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27752 Date: Fri, 20 Oct 2000 13:13:41 EDT
27753 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
27756 ____________________________________________________________________________
27757 [ 7378] By: jhi on 2000/10/20 12:57:19
27758 Log: SOCKS function redefinitions need prototypes, too, otherwise
27759 for example 32 bit versus 64 bit differences cause a lot of
27762 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
27763 From: Jens Hamisch <jens@Strawberry.COM>
27764 Date: Tue, 17 Oct 2000 08:39:36 +0200
27765 Message-Id: <20001017083936.A11104@Strawberry.COM>
27768 ____________________________________________________________________________
27769 [ 7377] By: jhi on 2000/10/20 12:37:12
27770 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
27771 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27772 Date: Fri, 20 Oct 2000 08:26:04 EDT
27773 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
27775 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
27776 ____________________________________________________________________________
27777 [ 7376] By: jhi on 2000/10/20 12:35:31
27778 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
27779 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27780 Date: Fri, 20 Oct 2000 07:48:15 EDT
27781 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
27783 ! configure.com vms/gen_shrfls.pl
27784 ____________________________________________________________________________
27785 [ 7375] By: bailey on 2000/10/20 04:44:37
27788 +> (branch 134 files)
27789 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
27790 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
27791 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
27792 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
27793 - eg/cgi/frameset.cgi eg/cgi/index.html
27794 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
27795 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
27796 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
27797 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
27798 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
27799 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
27800 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
27801 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
27802 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
27803 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
27804 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
27805 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
27806 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
27807 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
27808 - lib/unicode/Props.txt lib/unicode/UCD300.html
27809 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27810 - utils/perlbc.PL vms/subconfigure.com
27811 !> (integrate 785 files)
27812 ____________________________________________________________________________
27813 [ 7374] By: jhi on 2000/10/20 00:59:48
27814 Log: In the latest compiler builds cccdlflags must not become -fpic,
27815 from Wilfredo Sánchez.
27818 ____________________________________________________________________________
27819 [ 7373] By: jhi on 2000/10/20 00:56:35
27820 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
27821 From: Tony Cook <tony@develop-help.com>
27822 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
27823 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
27826 ____________________________________________________________________________
27827 [ 7372] By: jhi on 2000/10/19 19:34:40
27828 Log: Typo noted by Mark Lutz.
27831 ____________________________________________________________________________
27832 [ 7371] By: jhi on 2000/10/19 19:33:13
27833 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
27835 ! U/modified/Cppsym.U U/modified/Oldconfig.U
27836 Branch: metaconfig/U/perl
27837 ! End.U dlsrc.U libperl.U
27839 + hints/nonstopux.sh
27840 ! Configure MANIFEST config_h.SH
27841 ____________________________________________________________________________
27842 [ 7370] By: jhi on 2000/10/19 17:18:08
27843 Log: Subject: PATCH do_print has 2 PerlIO_error()s
27844 From: nick@ccl4.org
27845 Date: Thu, 19 Oct 2000 18:09:20 +0100
27846 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
27849 ____________________________________________________________________________
27850 [ 7369] By: jhi on 2000/10/19 14:01:49
27851 Log: Update Changes.
27853 ! Changes patchlevel.h
27854 ____________________________________________________________________________
27855 [ 7368] By: jhi on 2000/10/19 13:04:29
27856 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
27857 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27858 Date: Wed, 18 Oct 2000 13:12:01 +0200
27859 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
27862 ____________________________________________________________________________
27863 [ 7367] By: jhi on 2000/10/19 02:22:40
27864 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
27865 of a 'pmshort' anywhere in the B, so the offending line was simply
27869 ____________________________________________________________________________
27870 [ 7366] By: jhi on 2000/10/19 02:12:37
27871 Log: Add the test case for the bug id 20000730.004 which seems
27872 to have been fixed by now.
27875 ____________________________________________________________________________
27876 [ 7365] By: jhi on 2000/10/18 23:36:24
27877 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
27878 From: Hugo <hv@crypt.compulink.co.uk>
27879 Date: Wed, 18 Oct 2000 23:25:58 +0100
27880 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
27882 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
27883 ____________________________________________________________________________
27884 [ 7364] By: jhi on 2000/10/18 21:12:53
27888 ____________________________________________________________________________
27889 [ 7363] By: jhi on 2000/10/18 20:55:38
27890 Log: Missing change from #7362.
27893 ____________________________________________________________________________
27894 [ 7362] By: jhi on 2000/10/18 20:52:01
27895 Log: Borland C fstat() never saw the fd as writable.
27897 Subject: fix for Borland's weak "stat" (perl@7211)
27898 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27899 Date: Mon, 16 Oct 2000 09:55:03 +0400
27900 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
27903 ____________________________________________________________________________
27904 [ 7361] By: jhi on 2000/10/18 17:43:50
27907 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
27908 ____________________________________________________________________________
27909 [ 7360] By: jhi on 2000/10/18 17:07:44
27910 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27911 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
27912 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
27913 Date: Mon, 16 Oct 2000 15:19:49 +0200
27917 ____________________________________________________________________________
27918 [ 7359] By: jhi on 2000/10/18 17:04:49
27919 Log: Subject: Pod patch for Devel::Peek
27920 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27921 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
27922 Date: Mon, 16 Oct 2000 12:26:34 +0200
27924 ! ext/Devel/Peek/Peek.pm
27925 ____________________________________________________________________________
27926 [ 7358] By: jhi on 2000/10/18 17:03:15
27927 Log: Make Cwd more bulletproof in chrooted environments.
27929 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
27930 From: "Eric E. Coe" <Eric.Coe@oracle.com>
27931 Date: Wed, 18 Oct 2000 04:03:54 -0400
27932 Message-Id: <39ED596A.70E599FE@oracle.com>
27935 ____________________________________________________________________________
27936 [ 7357] By: jhi on 2000/10/18 16:37:26
27937 Log: Disable the UTF8 downgrade croakage for now to avoid
27938 too many not okay messages.
27941 ____________________________________________________________________________
27942 [ 7356] By: jhi on 2000/10/17 23:29:41
27943 Log: Show the failed remote port, instead of the failing line number.
27945 Subject: [PATCH 5.6.1 Debugger] More diagnostics
27946 From: David Sparks <daves@ActiveState.com>
27947 Date: Tue, 17 Oct 2000 15:00:24 -0700
27948 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
27951 ____________________________________________________________________________
27952 [ 7355] By: jhi on 2000/10/17 14:11:31
27953 Log: On output try to downgrade to bytes, croak if impossible,
27954 from Simon Cozens. This means that outputting >255 UTF8
27955 is impossible. Consider this as a strong incentive to get
27956 the I/O disciplines implemented.
27958 ! doio.c pod/perldiag.pod sv.c
27959 ____________________________________________________________________________
27960 [ 7354] By: jhi on 2000/10/17 13:42:23
27961 Log: Clarify documentation on 'use bytes'.
27963 Subject: Re: What does 'use bytes' "mean" ?
27964 From: Simon Cozens <simon@cozens.net>
27965 Date: Mon, 18 Sep 2000 18:24:25 +0100
27966 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
27969 ____________________________________________________________________________
27970 [ 7353] By: jhi on 2000/10/17 13:28:12
27971 Log: Workaround for a sfio bug where the stream error indicator
27972 is not cleared as documented.
27974 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
27975 From: Nicholas Clark <nick@ccl4.org>
27976 Date: Mon, 16 Oct 2000 18:28:23 +0100
27977 Message-ID: <20001016182823.J19700@plum.flirble.org>
27980 ____________________________________________________________________________
27981 [ 7352] By: jhi on 2000/10/17 13:06:19
27982 Log: More IoTYPE sprinkling.
27985 ____________________________________________________________________________
27986 [ 7351] By: jhi on 2000/10/16 22:47:07
27987 Log: Detect early whether the std streams have gone bad.
27989 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
27990 Date: Mon, 16 Oct 2000 23:28:42 +0100
27991 From: Nicholas Clark <nick@ccl4.org>
27992 Message-ID: <20001016232842.A37942@plum.flirble.org>
27995 ____________________________________________________________________________
27996 [ 7350] By: jhi on 2000/10/16 22:45:16
27997 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
27998 From: "Peter J. Farley III" <pjfarley@banet.net>
27999 Date: Mon, 16 Oct 2000 18:15:59 -0400
28000 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
28002 ! djgpp/djgpp.c dosish.h t/io/open.t
28003 ____________________________________________________________________________
28004 [ 7349] By: jhi on 2000/10/16 22:36:45
28005 Log: perldelta tweak.
28007 ! pod/perldelta.pod
28008 ____________________________________________________________________________
28009 [ 7348] By: jhi on 2000/10/16 15:17:53
28010 Log: Update Changes.
28012 ! Changes patchlevel.h
28013 ____________________________________________________________________________
28014 [ 7347] By: jhi on 2000/10/16 13:55:27
28015 Log: Add the capability to include/exclude branches.
28018 ____________________________________________________________________________
28019 [ 7346] By: jhi on 2000/10/16 13:18:04
28020 Log: Add Charles Lane.
28023 ____________________________________________________________________________
28024 [ 7345] By: jhi on 2000/10/16 13:13:21
28025 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
28027 ! pod/perldelta.pod
28028 ____________________________________________________________________________
28029 [ 7344] By: gsar on 2000/10/16 09:30:21
28030 Log: integrate change#6220 from cfgperl
28032 Win32 patches from Benjamin Stuhl.
28033 Branch: maint-5.6/perl
28034 !> makedef.pl win32/win32.h
28035 ____________________________________________________________________________
28036 [ 7343] By: gsar on 2000/10/16 08:32:19
28037 Log: integrate changes#6221,6222 from cfgperl
28039 Remove tr///CU (the feature is to be obsoleted by better interfaces).
28040 From: simon@brecon.co.uk (Simon Cozens)
28041 Subject: [PATCH] Eliminate tr///[CU][CU]
28042 Date: 23 Jun 2000 11:05:40 GMT
28043 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
28046 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
28047 From: Ian Phillipps <Ian.Phillipps@iname.com>
28048 Date: Fri, 23 Jun 2000 10:40:58 +0100
28049 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
28050 Branch: maint-5.6/perl
28051 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
28052 ____________________________________________________________________________
28053 [ 7342] By: gsar on 2000/10/16 08:28:08
28054 Log: integrate change#6217 from cfgperl (in part)
28056 Rename the fdpid locking and integrate with Sarathy.
28057 Branch: maint-5.6/perl
28058 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
28059 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
28060 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
28062 ____________________________________________________________________________
28063 [ 7341] By: gsar on 2000/10/16 08:23:39
28064 Log: integrate changes#6214..6216 from mainline
28066 @_ can't have junk in it even in the non-USE_ITHREADS case because
28067 caller() wants to populate @DB::args with it (causes a coredump
28068 in Carp::confess())
28070 tweak comment about @DB::args
28072 be more optimal about clearing @_
28073 Branch: maint-5.6/perl
28074 !> av.h cop.h pp_ctl.c t/op/runlevel.t
28075 ____________________________________________________________________________
28076 [ 7340] By: gsar on 2000/10/16 08:20:37
28077 Log: integrate changes#6207..6210 from cfgperl
28079 Subject: [PATCH 5.6.0] Threadsafe patches
28080 From: Dan Sugalski <dan@sidhe.org>
28081 To: perl5-porters@perl.org
28082 Date: Mon, 08 May 2000 18:08:13 -0400
28083 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
28085 Regen headers for #6207.
28087 Lock PL_fdpid against race conditions, based on:
28088 Subject: [PATCH 5.6.0]subprocess fixup for threads
28089 From: Dan Sugalski <dan@sidhe.org>
28090 To: perl5-porters@perl.org
28091 Date: Tue, 11 Apr 2000 17:02:32 -0400
28092 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
28094 Mopup for #6207 and #6209.
28095 Branch: maint-5.6/perl
28096 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
28097 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
28099 ____________________________________________________________________________
28100 [ 7339] By: gsar on 2000/10/16 08:14:34
28101 Log: integrate change#6203 from cfgperl
28103 perldiag should refer to perlos2.pod not README.os2
28104 Branch: maint-5.6/perl
28105 !> pod/perldiag.pod
28106 ____________________________________________________________________________
28107 [ 7338] By: gsar on 2000/10/16 08:11:42
28108 Log: integrate change#6201 from mainline
28110 Perl_eval_pv() leaks 4 bytes every time it is called because it
28111 does a PUSHMARK that's never ever POPMARKed; in general, only
28112 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
28113 Perl_eval_[sp]v() don't because they don't take any incoming
28114 arguments (this leak has been around since the original version
28115 of perl_eval_pv() in 5.003_97e)
28116 Branch: maint-5.6/perl
28118 ____________________________________________________________________________
28119 [ 7337] By: gsar on 2000/10/16 08:08:47
28120 Log: integrate changes#6197..6200 from cfgperl
28122 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
28123 From: John Borwick <jhborwic@unity.ncsu.edu>
28124 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
28125 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
28127 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
28128 From: Dan Sugalski <dan@sidhe.org>
28129 To: vmsperl@perl.org, perl5-porters@perl.org
28130 Date: Fri, 02 Jun 2000 16:00:41 -0400
28131 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
28132 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
28134 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
28135 From: Dan Sugalski <dan@sidhe.org>
28136 To: perl5-porters@perl.org, vmsperl@perl.org
28137 Date: Fri, 02 Jun 2000 17:30:51 -0400
28138 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
28140 Update to cperl-mode.el 4.31 from
28141 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
28142 Subject: A couple of notes
28143 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28144 To: Mailing list Perl5 <perl5-porters@perl.org>
28145 Date: Sat, 3 Jun 2000 23:33:32 -0400
28146 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
28147 Branch: maint-5.6/perl
28148 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
28149 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
28150 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
28151 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
28153 ____________________________________________________________________________
28154 [ 7336] By: gsar on 2000/10/16 08:03:46
28155 Log: integrate changes#6194,6195 from mainline
28157 fix small eval"" memory leaks under USE_ITHREADS
28159 fix yet another eval"" leak under USE_ITHREADS
28160 Branch: maint-5.6/perl
28161 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
28162 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
28164 ____________________________________________________________________________
28165 [ 7335] By: gsar on 2000/10/16 08:02:15
28166 Log: integrate changes#6190,6191 from mainline
28168 submit missing embed.pl change
28170 vec() loses numericalness (modified version of patch suggested
28172 Branch: maint-5.6/perl
28173 !> doop.c embed.pl t/op/vec.t
28174 ____________________________________________________________________________
28175 [ 7334] By: gsar on 2000/10/16 08:01:03
28176 Log: integrate change#6189 from mainline
28178 counting tr/// corrupts later operation (from M.J.T Guy)
28179 Branch: maint-5.6/perl
28180 !> doop.c t/op/tr.t
28181 ____________________________________________________________________________
28182 [ 7333] By: gsar on 2000/10/16 07:59:07
28183 Log: integrate changes#6183..6188 from mainline
28185 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
28188 tweak for change#6127
28190 remove incorrect documentation about implicit split to @_ in
28191 list context, which never really worked in perl 5 (from
28194 further qualify references to "alphanumeric" (from Wolfgang Laun
28195 <wolfgang.laun@alcatel.at>)
28197 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
28198 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
28201 Branch: maint-5.6/perl
28202 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
28203 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
28204 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
28205 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
28206 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
28207 !> pod/pod2latex.PL utils/h2xs.PL
28208 ____________________________________________________________________________
28209 [ 7332] By: gsar on 2000/10/16 07:53:52
28210 Log: integrate change#6179 from mainline
28212 buggy modulus on UVs introduced by change#3378 (resulted in
28213 4063328477 % 65535 amounting to 27406, instead of 27407)
28214 Branch: maint-5.6/perl
28215 !> pp.c t/op/arith.t
28216 ____________________________________________________________________________
28217 [ 7331] By: gsar on 2000/10/16 07:52:49
28218 Log: integrate changes#6176,6177,6178,6182 from cfgperl
28220 Single-quoted utf8 patch from Simon Cozens.
28222 Substitution utf8 patch from Simon Cozens.
28226 Be Cleaner Part Deux.
28227 Branch: maint-5.6/perl
28228 !> Makefile.SH pp_hot.c toke.c
28229 ____________________________________________________________________________
28230 [ 7330] By: gsar on 2000/10/16 07:41:36
28231 Log: integrate change#6172 from mainline
28233 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
28234 (from Ilya Zakharevich)
28235 Branch: maint-5.6/perl
28236 !> regexec.c t/op/re_tests
28237 ____________________________________________________________________________
28238 [ 7329] By: gsar on 2000/10/16 07:40:25
28239 Log: integrate change#6171 from mainline
28241 scalar() doesn't force scalar context when used in void context
28242 (from Simon Cozens)
28243 Branch: maint-5.6/perl
28244 !> op.c t/op/wantarray.t
28245 ____________________________________________________________________________
28246 [ 7328] By: gsar on 2000/10/16 07:39:33
28247 Log: integrate change#6170 from mainline
28249 change#6142 needs tweaks to tests to work where there's no
28250 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
28251 Branch: maint-5.6/perl
28252 !> t/lib/filefind.t
28253 ____________________________________________________________________________
28254 [ 7327] By: gsar on 2000/10/16 07:35:34
28255 Log: integrate changes#6166..6168 from cfgperl
28257 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
28258 in case somebody wants to write an extension for more
28259 shadow database interfaces.
28263 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
28264 Branch: maint-5.6/perl
28265 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28266 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
28267 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
28268 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
28269 !> win32/config.vc win32/config_H.bc win32/config_H.gc
28270 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
28271 ____________________________________________________________________________
28272 [ 7326] By: gsar on 2000/10/16 07:29:05
28273 Log: integrate changes#6157,6159..6161,6164 from cfgperl
28275 Regen Configure to jive with #6149.
28277 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
28279 Changes for the File::Temp 0.08 (change #6159) test suite
28280 to fit better into the Perl distribution test framework.
28282 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
28283 both from Simon Cozens.
28286 Branch: maint-5.6/perl
28287 +> pod/perlmodlib.PL pod/perlnewmod.pod
28288 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
28289 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
28290 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28291 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28292 ____________________________________________________________________________
28293 [ 7325] By: gsar on 2000/10/16 07:25:13
28294 Log: integrate change#6158 from vmsperl
28296 Add fallback to tmpfile for use in cases where user's relying on
28297 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
28299 Branch: maint-5.6/perl
28300 !> vms/vms.c vms/vmsish.h
28301 ____________________________________________________________________________
28302 [ 7324] By: gsar on 2000/10/16 07:20:50
28303 Log: integrate changes#6153..6155 from mainline
28305 prettier Test::Harness output on failed tests (from Nicholas Clark
28306 <nick@Bagpuss.uk.boo.com>)
28308 avoid type mismatch warning
28310 small bug in change#6144; remove random \xA0 character that snuck
28312 Branch: maint-5.6/perl
28313 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
28315 ____________________________________________________________________________
28316 [ 7323] By: gsar on 2000/10/16 07:18:47
28317 Log: integrate changes#6151,6152 from mainline
28319 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
28321 cosmetic fixups of RE debug output (from Ilya Zakharevich)
28322 Branch: maint-5.6/perl
28324 ____________________________________________________________________________
28325 [ 7322] By: gsar on 2000/10/16 07:17:25
28326 Log: integrate changes#6146..6150 from mainline
28330 add a make entry to Config.pm so "perl -V:make" works on VMS
28331 (from Peter Prymmer)
28333 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
28335 OS/2 tweaks for usethreads build (from Rocco Caputo
28338 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
28339 Branch: maint-5.6/perl
28340 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
28341 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
28342 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
28343 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
28344 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
28345 !> warnings.pl x2p/a2p.h
28346 ____________________________________________________________________________
28347 [ 7321] By: gsar on 2000/10/16 07:14:02
28348 Log: integrate changes#6143..6145 from mainline
28350 MacOS support, part 1 (from Matthias Neeracher
28351 <neeri@iis.ee.ethz.ch>)
28353 MacOS support, part 2: make AutoSplit use File::Spec instead
28354 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
28355 <neeri@iis.ee.ethz.ch>)
28357 make xsubpp skip embedded pod (from Matthias Neeracher
28358 <neeri@iis.ee.ethz.ch>)
28359 Branch: maint-5.6/perl
28360 +> ext/DynaLoader/dl_mac.xs
28361 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
28362 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28363 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
28364 !> pp_ctl.c proto.h toke.c util.c util.h
28365 ____________________________________________________________________________
28366 [ 7320] By: gsar on 2000/10/16 07:12:13
28367 Log: integrate changes#6141,6142 from mainline
28369 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
28370 forwarded by Peter Seebach from the bsdi-users mailing list.
28371 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
28373 File::Find fails to chdir when chasing symlinks (from
28374 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
28375 Branch: maint-5.6/perl
28376 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
28377 ____________________________________________________________________________
28378 [ 7319] By: gsar on 2000/10/16 07:04:30
28379 Log: integrate change#6139 from mainline
28381 revise mktables.PL for bugs and newness in Unicode 3.0
28382 (from James Bence <jbence@amgen.com>)
28383 Branch: maint-5.6/perl
28384 +> (branch 30 files)
28385 !> (integrate 49 files)
28386 ____________________________________________________________________________
28387 [ 7318] By: gsar on 2000/10/16 07:01:01
28388 Log: integrate changes#6137,6138 from mainline
28390 fix bogus redeclaration warning for "our" variables in different
28393 add note about the handling of negative indices to tied arrays
28394 (from Michael G Schwern <schwern@pobox.com>)
28395 Branch: maint-5.6/perl
28396 !> op.c pod/perltie.pod t/pragma/strict-vars
28397 ____________________________________________________________________________
28398 [ 7317] By: gsar on 2000/10/16 06:58:46
28399 Log: integrate changes#6127..6136 from mainline
28401 call_method(...,G_EVAL) can longjmp() out if the method probing
28402 failed (from Gisle Aas)
28404 new perlxstut example for passing/returning refs to arrays
28405 (from David Lowe <dlowe@pootpoot.com>)
28407 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
28409 fix places that mean C<"word" character> but say C<alphanumeric
28412 avoid warnings in POSIX.pm (from Barrie Slaymaker)
28414 warnings::enabled() doesn't fall back to looking at $^W if
28415 caller isn't using lexical warnings (from Paul Marquess)
28417 elide bogus test in change#6132
28419 make Test::Harness use wait.h/WCOREDUMP if available
28420 (from Ben Tilly <ben_tilly@hotmail.com>)
28422 enable Test::Harness to dynamically determine column width etc.
28423 (from Rob Napier <rnapier@employees.org>)
28425 random pod typos (from Peter Scott <Peter@PSDT.com>)
28426 Branch: maint-5.6/perl
28427 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
28428 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
28429 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
28430 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
28431 ____________________________________________________________________________
28432 [ 7316] By: gsar on 2000/10/16 06:53:23
28433 Log: integrate change#6126 from mainline
28435 change#2879 broke rvalue autovivification of magicals such as
28436 ${$num} (reworked variant of patch suggested by Simon Cozens)
28437 Branch: maint-5.6/perl
28438 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
28439 !> pp_hot.c proto.h t/op/gv.t
28440 ____________________________________________________________________________
28441 [ 7315] By: gsar on 2000/10/16 06:51:38
28442 Log: integrate changes#6123,6125 from mainline
28444 clarify gotcha with #line directives (from Rocco Caputo
28447 enable propagating exception objects via Perl_croak() in XS code
28449 Branch: maint-5.6/perl
28450 !> pod/perldebug.pod pod/perlsyn.pod util.c
28451 ____________________________________________________________________________
28452 [ 7314] By: gsar on 2000/10/16 06:49:28
28453 Log: integrate change#6122 from mainline
28455 downgrade fatal error on C<"foo@nosucharray.com"> to optional
28456 warning (from Mark-Jason Dominus)
28457 Branch: maint-5.6/perl
28458 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
28459 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
28460 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
28462 ____________________________________________________________________________
28463 [ 7313] By: gsar on 2000/10/16 06:46:54
28464 Log: integrate changes#6112..6121 from vmsperl
28466 Check for existence of file before trying to delete
28468 Ugly workaround for version-specific RTL error
28470 Urk -- undo previous removal of vmsish 'exit' change
28472 Add bounds checking for several strings (Charles Lane)
28474 Miscellaneous cosmetic fixes (Charles Lane)
28476 Treat sockets as special in sys(read|write) (Charles Lane et al.)
28478 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
28479 Flatten case labels in switch statements uniformly (Charles Bailey)
28481 Quiet error messages in vmsish.t (Charles Lane)
28483 Add missing escape (Charles Lane)
28485 Allow eliminate_macros() and fixpath() to handle space-delimited
28486 lists (based on fixes by Craig Berry)
28487 Branch: maint-5.6/perl
28488 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
28489 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
28491 ____________________________________________________________________________
28492 [ 7312] By: gsar on 2000/10/16 06:41:18
28493 Log: integrate changes#6107,6110 from cfgperl
28495 Tweak the todo list.
28498 Branch: maint-5.6/perl
28500 ____________________________________________________________________________
28501 [ 7311] By: gsar on 2000/10/16 06:38:38
28502 Log: integrate changes#6104,6108 from mainline
28504 PL_sys_intern was being initialized too late on windows
28506 reenable fake signal handling on Windows, bugs and all
28507 Branch: maint-5.6/perl
28508 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
28509 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
28511 ____________________________________________________________________________
28512 [ 7310] By: gsar on 2000/10/16 06:36:03
28513 Log: integrate changes#6095,6097..6103 from cfgperl
28515 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
28516 might be useful in future.
28518 Add a note about possible compilation problems from Allen Smith.
28520 Add a note about other, yet unsupported, shadow password APIs.
28522 Tweaks for the cc bugs from Allen Smith.
28524 More compilation tweakery from Allen Smith.
28526 Hints and test tweaks for Unicos.
28528 The test suite tweak in #6101 wasn't quite right.
28530 Test tweaking for Unicos continues.
28531 Branch: maint-5.6/perl
28532 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28533 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
28534 !> t/lib/complex.t t/op/64bitint.t
28535 ____________________________________________________________________________
28536 [ 7309] By: gsar on 2000/10/16 06:29:41
28537 Log: integrate changes#6093,6094 from mainline
28539 fork() failure to create pseudo process sets errno=EAGAIN and returns
28540 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
28542 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
28543 Branch: maint-5.6/perl
28544 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
28545 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
28546 ____________________________________________________________________________
28547 [ 7308] By: gsar on 2000/10/16 06:27:29
28548 Log: integrate change#6092 from cfgperl
28550 Regen perltoc with the fixed buildtoc.
28551 Branch: maint-5.6/perl
28553 ____________________________________________________________________________
28554 [ 7307] By: gsar on 2000/10/16 06:26:40
28555 Log: integrate changes#6089,6090 from mainline
28557 buildtoc tweak to fix newline lossage
28559 concat doesn't preserve utf8-ness, and doesn't invalidate
28560 [NI]OK; added tests for both
28561 Branch: maint-5.6/perl
28562 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
28563 ____________________________________________________________________________
28564 [ 7306] By: gsar on 2000/10/16 06:24:05
28565 Log: integrate change#6088 from cfgperl
28567 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
28568 because we do not use those. The HAS_GETSPNAM remains,
28569 though, because we still do use that.
28570 Branch: maint-5.6/perl
28571 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28572 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
28573 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
28574 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
28575 !> win32/config.vc win32/config_H.bc win32/config_H.gc
28576 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
28577 ____________________________________________________________________________
28578 [ 7305] By: gsar on 2000/10/16 06:15:52
28579 Log: integrate changes#6084,6085,6087 from mainline
28581 substr() does not preserve utf8-ness (from Stefan Eissing
28582 <Eissing@medicaldataservice.de>); added tests
28584 repeat operator (x) doesn't preserve utf8-ness
28586 reverse() and quotemeta() weren't preserving utf8-ness; add tests
28587 Branch: maint-5.6/perl
28588 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
28589 ____________________________________________________________________________
28590 [ 7304] By: gsar on 2000/10/16 06:13:10
28591 Log: integrate changes#6077..6083 from mainline
28593 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
28596 workaround for CRT bug in chdir() (from Charles Lane, via
28599 remove outdated kludge in Carp (NULLs are permitted in diagnostics
28602 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
28603 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
28605 better default perlbug categories for ok reports (from Richard Foley)
28607 peek.t non-portable to ithreads
28609 note about undocumented caller() return value (from M.J.T. Guy);
28610 yet another peek.t tweak
28611 Branch: maint-5.6/perl
28612 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28613 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28614 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
28615 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
28616 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
28618 ____________________________________________________________________________
28619 [ 7303] By: gsar on 2000/10/16 06:03:18
28620 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
28621 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
28623 &HUGE_VAL is not defined, it exists.
28625 Do not warn that an infinity does not look like a number.
28627 Rewrite the pwent/spent logic to be a little bit more clearer.
28629 Continue on the pwent/spent case.
28631 Correct Freudian slip.
28633 Use HUGE_VALL if applicable.
28635 pwent/spent #ifdef imbalance.
28639 Call getspnam() only iff needd.
28641 Test both the scalar and list contexts.
28643 Use setxxent()/endxxent().
28649 Be more forgiving in POSIX about HUGE_VALL.
28653 The search of infinity continues, this time simplified.
28655 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
28656 in natively 64-bit platforms where a long is a quad (no need
28657 for long longs). Also added bias for IVs.
28661 Introduce t/lib/peek.t.
28663 Make the test more portable.
28664 Branch: maint-5.6/perl
28667 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
28668 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
28669 !> t/op/pwent.t toke.c util.c
28670 ____________________________________________________________________________
28671 [ 7302] By: gsar on 2000/10/16 05:03:37
28672 Log: integrate changes#6066..6071 from mainline
28676 replace direct call to sighandler() with (*PL_sighandlerp)()
28678 note about values()
28680 File::Spec compatibility update (from Barrie Slaymaker
28681 <barries@slaysys.com>)
28683 remove misleading comment (from M.J.T. Guy)
28685 misformatted perllocal.pod (from Tim Jenness
28686 <t.jenness@jach.hawaii.edu>)
28687 Branch: maint-5.6/perl
28688 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28689 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28690 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
28691 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
28692 ____________________________________________________________________________
28693 [ 7301] By: gsar on 2000/10/16 05:00:08
28694 Log: integrate changes#6061..6063 from mainline
28696 change#5921 neglected to make eq honor "use bytes"
28698 additional tests for utf8.t
28700 tokeq() could read unallocated field in argument
28701 Branch: maint-5.6/perl
28702 !> sv.c t/pragma/utf8.t toke.c
28703 ____________________________________________________________________________
28704 [ 7300] By: gsar on 2000/10/16 04:56:54
28705 Log: integrate changes#6046,6048,6057,6058 from mainline
28707 libscheck has insufficient checks for n32 libs (from
28708 Albert Chin-A-Young <china@thewrittenword.com>)
28710 add note about how $( doesn't interpolate in REs (from
28711 Philip Newton <newton@ficus.frogspace.net>)
28713 fix broken parsing of /\x{ab}/
28715 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
28716 (spotted by Donald Kinzer <dkinzer@premia.com>)
28717 Branch: maint-5.6/perl
28718 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
28720 ____________________________________________________________________________
28721 [ 7299] By: gsar on 2000/10/16 04:52:50
28722 Log: integrate change#6044 from mainline
28724 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
28725 such that underscores are only ignored in literal numbers,
28726 "\x{...}", and hex/oct argument
28727 Branch: maint-5.6/perl
28728 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
28729 ____________________________________________________________________________
28730 [ 7298] By: gsar on 2000/10/16 04:50:53
28731 Log: integrate changes#6027..6043 from mainline
28733 podlators-1.02 update (from Russ Allbery)
28735 Pod::Man generates groff-incompatible macro definition (from
28738 add CGI.pm v2.66 (from Lincoln Stein)
28740 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
28741 for @- and @+ (from Johan Vromans)
28743 small nits in diagnostics.pm (from Robin Barker)
28745 whitespace adjustments
28747 missing files in MANIFEST
28749 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
28752 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
28754 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
28755 Branch: maint-5.6/perl
28756 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
28757 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
28758 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
28759 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
28760 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
28761 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
28762 !> t/lib/cgi-html.t t/lib/cgi-request.t
28763 ____________________________________________________________________________
28764 [ 7297] By: gsar on 2000/10/16 04:44:30
28765 Log: integrate change#6025 from mainline
28767 Is{Alnum,Alpha,Word} don't match titlecase
28768 TODO: IsSpace is defined recursively!
28769 (both spotted by Larry)
28770 Branch: maint-5.6/perl
28771 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
28772 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
28773 ____________________________________________________________________________
28774 [ 7296] By: gsar on 2000/10/16 04:39:30
28775 Log: integrate change#6023 from mainline
28777 debugger stomps on $. (from M.J.T. Guy)
28778 Branch: maint-5.6/perl
28780 ____________________________________________________________________________
28781 [ 7295] By: gsar on 2000/10/16 04:38:02
28782 Log: integrate change#6022 from mainline
28784 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
28785 Branch: maint-5.6/perl
28787 ____________________________________________________________________________
28788 [ 7294] By: gsar on 2000/10/16 04:37:05
28789 Log: integrate changes#6018..6021 from mainline
28791 make lib/syslog.t portable to systems that don't have _PATH_LOG,
28792 make _PATH_LOG() return "" if unavailable
28794 windows portability tweaks
28798 remove Win2K issue in pod (fixed by change#6020)
28799 Branch: maint-5.6/perl
28800 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
28801 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
28802 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
28803 ____________________________________________________________________________
28804 [ 7293] By: gsar on 2000/10/16 04:20:00
28805 Log: integrate changes#6013..6015 from mainline
28807 tweak change#5945 to display correct switch name in diagnostic
28809 glob() loading File::Glob behind the scenes may cause syntax errors
28811 tweak test for portability
28812 Branch: maint-5.6/perl
28813 !> op.c perl.c pod/perldiag.pod t/lib/b.t
28814 ____________________________________________________________________________
28815 [ 7292] By: gsar on 2000/10/16 04:18:11
28816 Log: integrate changes#6005..6010 from mainline, cfgperl
28818 perldoc might fail via "use blib" (from Hugo van der Sanden)
28822 note about compile failures and END blocks (from M.J.T. Guy)
28824 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
28826 (change#6009 integrated earlier in change#7255)
28828 clarify note about shadow password support (from
28829 gellyfish@gellyfish.com)
28830 Branch: maint-5.6/perl
28831 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28832 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
28833 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
28834 ____________________________________________________________________________
28835 [ 7291] By: gsar on 2000/10/16 04:12:03
28836 Log: integrate changes#6002,6003 from mainline
28838 destructive sv_setsv() can lose UV-ness from source, causing
28839 numeric promotions/comparisons to fail to do the right thing
28841 allow REG_EXPAND_SZ keys in Windows registry (from
28842 John Clayton <John.Clayton@barclayscapital.com>)
28843 Branch: maint-5.6/perl
28844 !> sv.c win32/win32.c
28845 ____________________________________________________________________________
28846 [ 7290] By: gsar on 2000/10/16 04:10:19
28847 Log: integrate change#6001 from mainline
28849 support additional library locations via $Config{otherlibdirs}
28850 (from Andy Dougherty)
28851 Branch: maint-5.6/perl
28852 !> Configure INSTALL Porting/Glossary Porting/config.sh
28853 !> Porting/config_H config_h.SH epoc/config.sh perl.c
28854 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
28855 !> win32/config.bc win32/config.gc win32/config.vc
28856 ____________________________________________________________________________
28857 [ 7289] By: gsar on 2000/10/16 04:08:28
28858 Log: integrate change#5999 from mainline
28860 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
28861 Branch: maint-5.6/perl
28862 !> t/pragma/warn/toke toke.c
28863 ____________________________________________________________________________
28864 [ 7288] By: gsar on 2000/10/16 04:07:01
28865 Log: integrate changes#5997,5998 from cfgperl
28869 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
28870 Branch: maint-5.6/perl
28871 !> lib/Math/Complex.pm
28872 ____________________________________________________________________________
28873 [ 7287] By: gsar on 2000/10/16 04:04:37
28874 Log: integrate change#5995 from mainline
28876 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
28877 Branch: maint-5.6/perl
28878 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
28879 ____________________________________________________________________________
28880 [ 7286] By: gsar on 2000/10/16 04:03:21
28881 Log: integrate change#5994 from mainline
28883 fix for missed accounting for null byte in pack("Z",...) (from
28885 Branch: maint-5.6/perl
28886 !> pp.c t/op/pack.t
28887 ____________________________________________________________________________
28888 [ 7285] By: gsar on 2000/10/16 04:02:11
28889 Log: integrate changes#5989..5993 from mainline
28891 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
28892 itself and no other (from Tom Hughes)
28894 use $ENV{LIB} to search for libs under Visual C compiler
28895 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
28897 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
28899 pod nit (from Simon Cozens)
28901 various minor tweaks seen on p5p
28902 Branch: maint-5.6/perl
28903 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
28904 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
28905 !> t/op/array.t toke.c
28906 ____________________________________________________________________________
28907 [ 7284] By: gsar on 2000/10/16 03:59:00
28908 Log: integrate changes#5978..5988 from mainline
28910 sync version numbers in File::Spec with the ones on CPAN
28911 (from Barrie Slaymaker)
28913 under useithreads, constant pad entries could inadvertantly be
28914 shared across threads (from Eric Blood <eblood@xmission.com>);
28915 added Eric's test case to testsuite
28917 allow Configure -S to run non-interactively (spotted by Greg Hudson
28920 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
28921 prototype mismatch with CORE::glob(); update pod and tests to
28922 suit (File::Glob::glob() is still available for backward
28923 compatibility, but should be considered deprecated)
28925 avoid error in IO::Socket::INET when given an unknown service name
28926 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
28928 numeric conversion of non-number in change#3378 tramples on
28929 OOK offset, causing segfaults
28931 attributes::reftype() doesn't work on tied argument
28933 forked child may not exit correctly if it failed to open
28934 /dev/console (from Graham Barr)
28936 add regular expressions tutorial and quick-start guide (from
28937 Mark Kvale <kvale@phy.ucsf.edu>)
28939 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
28941 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
28942 <paul@miraclefish.com>)
28943 Branch: maint-5.6/perl
28944 +> pod/perlrequick.pod pod/perlretut.pod
28945 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
28946 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
28947 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
28948 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
28949 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28950 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28951 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
28952 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
28953 ____________________________________________________________________________
28954 [ 7283] By: gsar on 2000/10/16 03:52:14
28955 Log: integrate change#5977 from mainline
28957 autoquote barewords followed by newline and arrow properly
28958 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
28959 Branch: maint-5.6/perl
28960 !> t/pragma/warn/toke toke.c
28961 ____________________________________________________________________________
28962 [ 7282] By: gsar on 2000/10/16 03:50:48
28963 Log: integrate change#5976 from mainline
28965 DB_File v1.73 update (from Paul Marquess)
28966 Branch: maint-5.6/perl
28967 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
28968 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
28969 ____________________________________________________________________________
28970 [ 7281] By: gsar on 2000/10/16 03:49:14
28971 Log: integrate change#5975 from mainline
28973 allow sort() reentrancy (variant of patch suggested by
28974 Hugo van der Sanden)
28975 Branch: maint-5.6/perl
28976 !> pp_ctl.c t/op/sort.t
28977 ____________________________________________________________________________
28978 [ 7280] By: gsar on 2000/10/16 03:48:22
28979 Log: integrate change#5974 from mainline
28981 change#4197 somehow missed initializing PL_errors, meaning
28982 syntax error queueing wasn't working outside eval"" at all;
28983 also fixed eval"" to localize PL_error_count, so that compile-time
28984 eval's don't clobber the error state of the outer context
28985 Branch: maint-5.6/perl
28986 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
28987 !> t/pragma/warn/toke
28988 ____________________________________________________________________________
28989 [ 7279] By: gsar on 2000/10/16 03:46:21
28990 Log: integrate change#5973 from mainline
28992 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
28993 Branch: maint-5.6/perl
28994 !> regcomp.c regexec.c t/op/re_tests
28995 ____________________________________________________________________________
28996 [ 7278] By: gsar on 2000/10/16 03:44:54
28997 Log: integrate change#5971 from cfgperl
28999 Unicos tweaks from Mark P. Lutz.
29000 Branch: maint-5.6/perl
29001 !> hints/unicos.sh lib/Math/Complex.pm
29002 ____________________________________________________________________________
29003 [ 7277] By: gsar on 2000/10/16 03:42:59
29004 Log: integrate changes#5966..5970 from mainline
29006 add testsuite for B backends, fix bug in B::Deparse (from
29007 Simon Cozens <simon@brecon.co.uk>)
29009 improved docs on the warn_uninit diagnostic (from David Glasser
29012 tolerate spaces in group names in test on solaris (from David Boyce
29015 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
29017 Data::Dumper fumbles negative numbers on 32-bit platforms where
29019 Branch: maint-5.6/perl
29020 +> t/lib/b.t t/lib/syslog.t
29021 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
29022 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
29023 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
29024 ____________________________________________________________________________
29025 [ 7276] By: gsar on 2000/10/16 03:39:30
29026 Log: integrate change#5965 from mainline
29028 avoid "will not stay shared" warnings for our variables (from
29030 Branch: maint-5.6/perl
29031 !> op.c t/pragma/warn/op
29032 ____________________________________________________________________________
29033 [ 7275] By: gsar on 2000/10/16 03:38:18
29034 Log: integrate change#5964 from mainline
29036 reformat to 72 columns (again)
29037 Branch: maint-5.6/perl
29038 !> pod/perldiag.pod
29039 ____________________________________________________________________________
29040 [ 7274] By: gsar on 2000/10/16 03:36:58
29041 Log: integrate change#5963 from mainline
29043 patch from Larry to make (\&) prototype work; added tests for
29045 Branch: maint-5.6/perl
29046 !> op.c t/comp/proto.t
29047 ____________________________________________________________________________
29048 [ 7273] By: gsar on 2000/10/16 03:35:51
29049 Log: integrate changes#5956..5962 from mainline
29051 better diagnostics on failed tests (from Ilya Zakharevich)
29053 pod nits (from A. C. Yardley <yardley@tanet.net>)
29055 change#3569 deleted some essential code, revert; avoid use of
29056 atexit() to make DynaLoader work properly on AIX under mod_perl
29057 (from Jens-Uwe Mager <jum@helios.de>)
29059 doubled words in pods (from Simon Cozens
29060 <simon.p.cozens@jp.pwcglobal.com>)
29062 better INSTALL notes on Solaris issues (from Dominic Dunlop)
29064 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
29066 updated README.hpux (from Jeff Okamoto)
29067 Branch: maint-5.6/perl
29068 !> INSTALL README.hpux emacs/cperl-mode.el
29069 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
29070 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
29071 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
29072 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
29073 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
29074 !> t/op/lex_assign.t
29075 ____________________________________________________________________________
29076 [ 7272] By: gsar on 2000/10/16 03:31:22
29077 Log: integrate change#5955 from mainline
29079 longstanding bug exposed by change#3307: sort arguments weren't
29080 compiled with the right wantarray context (ensuing runtime lookup
29081 via block_gimme() was getting the incidental context of the
29083 Branch: maint-5.6/perl
29084 !> op.c t/op/sort.t
29085 ____________________________________________________________________________
29086 [ 7271] By: gsar on 2000/10/16 03:29:11
29087 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
29090 Flatten the cpp jungle doing the nosuid checking.
29092 Do not assume sign propagation. (from M.J.T. Guy)
29094 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
29096 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
29097 Now pp_ncmp() returns undef is either operand is a NaN.
29099 On second thoughts frexp() does have two arguments.
29101 Document that tr() is not tr(1).
29103 Be more robust on "extreme" (large absolute value)
29104 arguments. Originally reported by Daniel Connelly
29105 as a problem with asinh() on large negative arguments,
29106 asinh() used to bail out because an argument to log()
29107 ended up being zero. Ilya Zakharevich proposed using
29108 Taylor's series in such cases, which for such large
29109 arguments is a very good approximation.
29111 Undo "use integer" addition from 64bitint as it seems
29112 to break most of the subtests in Digital UNIX;
29113 Unicos needs to find another way.
29114 Branch: maint-5.6/perl
29115 !> (integrate 29 files)
29116 ____________________________________________________________________________
29117 [ 7270] By: gsar on 2000/10/16 03:09:44
29118 Log: integrate changes#5948,5949,5950 from mainline
29120 typo in vars.pm that leads to cryptic message (from Piotr
29121 Piatkowski <kompas@kompas.usr.onet.pl>)
29123 make perldoc use the pod2man from the same version (from
29126 reformat perldiag to avoid long lines
29127 Branch: maint-5.6/perl
29128 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
29129 ____________________________________________________________________________
29130 [ 7269] By: gsar on 2000/10/16 03:05:54
29131 Log: integrate change#5947 from mainline
29133 use &dl_error rather than &dl_load_file as the guard for calling
29134 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
29135 statically built perl)
29136 Branch: maint-5.6/perl
29137 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
29138 ____________________________________________________________________________
29139 [ 7268] By: gsar on 2000/10/16 03:04:48
29140 Log: integrate change#5945 from mainline
29142 make module name mandatory after -M switch; reorder perldiag
29143 alphabetically (from Mark-Jason Dominus)
29144 Branch: maint-5.6/perl
29145 !> perl.c pod/perldiag.pod
29146 ____________________________________________________________________________
29147 [ 7267] By: gsar on 2000/10/16 03:03:01
29148 Log: integrate change#5939 from mainline
29150 more pod nits (from Larry Virden)
29151 Branch: maint-5.6/perl
29152 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
29153 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
29154 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
29155 ____________________________________________________________________________
29156 [ 7266] By: gsar on 2000/10/16 03:01:39
29157 Log: integrate change#5938 from mainline
29159 Consolidated B::Deparse fixes (from Stephen McCamant)
29160 Branch: maint-5.6/perl
29161 !> ext/B/B/Deparse.pm
29162 ____________________________________________________________________________
29163 [ 7265] By: gsar on 2000/10/16 03:00:43
29164 Log: integrate change#5936 from mainline
29166 additional tests for change#7263 (from Paul Marquess)
29167 Branch: maint-5.6/perl
29168 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
29169 !> t/pragma/warn/5nolint t/pragma/warn/6default
29170 ____________________________________________________________________________
29171 [ 7264] By: gsar on 2000/10/16 02:58:34
29172 Log: integrate change#5934 from mainline
29174 propagate lexical warnings from surrounding scope correctly
29175 within string eval() (from Paul Marquess)
29176 Branch: maint-5.6/perl
29177 !> pp_ctl.c t/pragma/warn/pp_ctl
29178 ____________________________________________________________________________
29179 [ 7263] By: gsar on 2000/10/16 02:56:53
29180 Log: integrate change#5932 from mainline
29182 add rsignal(), whichsig() and do_join() to public API list
29183 (mod_perl uses them to good advantage)
29184 Branch: maint-5.6/perl
29185 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
29186 ____________________________________________________________________________
29187 [ 7262] By: gsar on 2000/10/16 02:55:53
29188 Log: integrate change#5931 from mainline
29190 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
29191 Branch: maint-5.6/perl
29192 !> pp_hot.c regexec.c t/op/pat.t
29193 ____________________________________________________________________________
29194 [ 7261] By: gsar on 2000/10/16 02:55:01
29195 Log: integrate change#5930 from mainline
29197 small os390 tweaks (from Peter Prymmer)
29198 Branch: maint-5.6/perl
29199 !> config_h.SH makedepend.SH
29200 ____________________________________________________________________________
29201 [ 7260] By: gsar on 2000/10/16 02:54:10
29202 Log: integrate change#5929 from mainline
29205 Branch: maint-5.6/perl
29206 !> pod/perlguts.pod
29207 ____________________________________________________________________________
29208 [ 7259] By: gsar on 2000/10/16 02:52:55
29209 Log: integrate change#5927 from mainline
29211 arrange for next() to resume at the unstack op rather than the
29212 loop conditional, so that scope cleanup happens correctly
29213 (from Stephen McCamant)
29214 Branch: maint-5.6/perl
29215 !> op.c pp_ctl.c t/op/misc.t
29216 ____________________________________________________________________________
29217 [ 7258] By: gsar on 2000/10/16 02:51:38
29218 Log: integrate change#5926 from mainline
29220 on windows, reserve 16M of stack rather than 128M (allows more
29221 threads to run concurrently)
29222 Branch: maint-5.6/perl
29223 !> win32/Makefile win32/makefile.mk
29224 ____________________________________________________________________________
29225 [ 7257] By: gsar on 2000/10/16 02:50:37
29226 Log: integrate change#5925 from mainline
29228 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
29229 Branch: maint-5.6/perl
29231 ____________________________________________________________________________
29232 [ 7256] By: gsar on 2000/10/16 02:49:36
29233 Log: integrate change#5924 from mainline
29235 avoid using uninitialized memory in require version check
29236 Branch: maint-5.6/perl
29237 !> pp_ctl.c universal.c
29238 ____________________________________________________________________________
29239 [ 7255] By: gsar on 2000/10/16 02:48:03
29240 Log: integrate changes#5923,5928,6009 from mainline
29242 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
29243 Branch: maint-5.6/perl
29244 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
29245 ____________________________________________________________________________
29246 [ 7254] By: gsar on 2000/10/16 02:44:46
29247 Log: integrate change#5922 from mainline
29249 commentary about IoTYPE() (from Nathan Torkington)
29250 Branch: maint-5.6/perl
29252 ____________________________________________________________________________
29253 [ 7253] By: gsar on 2000/10/16 02:43:49
29254 Log: integrate change#5921 from mainline
29256 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
29257 Branch: maint-5.6/perl
29258 !> sv.c t/lib/charnames.t t/pragma/utf8.t
29259 ____________________________________________________________________________
29260 [ 7252] By: gsar on 2000/10/16 02:42:31
29261 Log: integrate change#5920 from mainline
29263 Larry's fix for buggy propagation of utf8-ness in join(); add test
29264 Branch: maint-5.6/perl
29265 !> doop.c t/op/ver.t
29266 ____________________________________________________________________________
29267 [ 7251] By: gsar on 2000/10/16 02:41:14
29268 Log: integrate changes#5915..5919 from mainline
29270 various (pod tweaks &c)
29271 Branch: maint-5.6/perl
29272 !> (integrate 33 files)
29273 ____________________________________________________________________________
29274 [ 7250] By: gsar on 2000/10/16 02:38:16
29275 Log: integrate change#5914 from mainline
29277 caller() wasn't returning the right number of elements for
29279 Branch: maint-5.6/perl
29280 !> pp_ctl.c t/pragma/warn/9enabled
29281 ____________________________________________________________________________
29282 [ 7249] By: gsar on 2000/10/16 02:37:02
29283 Log: integrate change#5913 from mainline
29285 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
29286 (from Mark-Jason Dominus)
29287 Branch: maint-5.6/perl
29288 !> pod/perlfunc.pod
29289 ____________________________________________________________________________
29290 [ 7248] By: gsar on 2000/10/16 02:35:58
29291 Log: integrate change#5912 from mainline
29293 fix totally broken caching in UNIVERSAL::isa() (from
29295 Branch: maint-5.6/perl
29296 !> t/op/universal.t universal.c
29297 ____________________________________________________________________________
29298 [ 7247] By: gsar on 2000/10/16 02:34:27
29299 Log: integrate changes#5910,5911 from mainline
29303 add linebreak properties from unicode/LineBrk.txt (from
29304 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
29305 Branch: maint-5.6/perl
29306 +> (branch 29 files)
29307 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
29308 ____________________________________________________________________________
29309 [ 7246] By: gsar on 2000/10/16 02:33:29
29310 Log: integrate change#5909 from mainline
29312 mode argument to do_binmode() should be file mode, not boolean
29313 Branch: maint-5.6/perl
29315 ____________________________________________________________________________
29316 [ 7245] By: gsar on 2000/10/16 02:31:04
29317 Log: integrate change#5908 from mainline
29319 introduce illegal symbols into null package so that
29320 gv_fetchpv(...,TRUE) always returns a valid GV even when the
29321 symbol is trapped by strictures (avoids coredumps)
29322 Branch: maint-5.6/perl
29323 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
29324 !> t/pragma/strict-vars
29325 ____________________________________________________________________________
29326 [ 7244] By: jhi on 2000/10/16 02:29:54
29327 Log: Subject: $Carp::ExportLevel confusion in Exporter
29328 From: "Ben Tilly" <ben_tilly@hotmail.com>
29329 Date: Sat, 14 Oct 2000 16:44:34 EDT
29330 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
29332 ! lib/Exporter/Heavy.pm
29333 ____________________________________________________________________________
29334 [ 7243] By: jhi on 2000/10/16 02:28:33
29335 Log: Subject: [PATCH perlguts.pod] Document offset hack
29336 From: Simon Cozens <simon@cozens.net>
29337 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
29338 Date: Sat, 14 Oct 2000 19:32:25 +0100
29341 ____________________________________________________________________________
29342 [ 7242] By: gsar on 2000/10/16 02:26:51
29343 Log: integrate changes#5905,5906,5907,6064 from mainline
29345 printf/sprintf didn't get quad types right under use64bitint
29346 Branch: maint-5.6/perl
29347 !> pp_sys.c sv.c t/op/64bitint.t
29348 ____________________________________________________________________________
29349 [ 7241] By: jhi on 2000/10/16 02:22:44
29350 Log: Subject: small pod patch
29351 From: Dan Boorstein <dan_boo@bellsouth.net>
29352 Date: Sat, 14 Oct 2000 14:29:24 -0400
29353 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
29355 ! pod/perlfaq7.pod pod/perlmod.pod
29356 ____________________________________________________________________________
29357 [ 7240] By: jhi on 2000/10/16 02:13:46
29360 Subject: Re: Problems with bleadperl
29361 From: "Stephen P. Potter" <spp@ds.net>
29362 Date: Fri, 13 Oct 2000 13:32:49 -0400
29363 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
29365 ! t/pragma/overload.t
29366 ____________________________________________________________________________
29367 [ 7239] By: jhi on 2000/10/16 01:41:18
29368 Log: One more ~utf8 tweak.
29371 ____________________________________________________________________________
29372 [ 7238] By: jhi on 2000/10/16 01:34:14
29373 Log: Tweak the test of #7235.
29376 ____________________________________________________________________________
29377 [ 7237] By: jhi on 2000/10/16 01:25:04
29378 Log: Fix a couple of compiler-noted nits in #7235.
29381 ____________________________________________________________________________
29382 [ 7236] By: jhi on 2000/10/16 01:22:46
29383 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
29386 ____________________________________________________________________________
29387 [ 7235] By: jhi on 2000/10/15 16:24:44
29388 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
29390 From: Simon Cozens <simon@cozens.net>
29391 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
29392 Date: Sat, 14 Oct 2000 20:52:13 +0100
29393 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
29395 ! pp.c t/op/bop.t utf8.h
29396 ____________________________________________________________________________
29397 [ 7234] By: jhi on 2000/10/15 15:19:29
29398 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
29399 The problem was that rx->minlen was in chars while pp_split()
29400 thought it would be in bytes.
29402 ! pp.c t/pragma/utf8.t
29403 ____________________________________________________________________________
29404 [ 7233] By: jhi on 2000/10/14 20:24:24
29405 Log: Document FNCASE=y as discussed in the bug 20000902.009.
29408 ____________________________________________________________________________
29409 [ 7232] By: jhi on 2000/10/14 18:52:21
29410 Log: Add test for bug id 20000427.003 (which seems to have
29411 been fixed) (also duplicate as 20000427.004, though
29412 with a higher severity). Move one utf8 from op/append
29413 to pragma/utf8, tag the tests with bug ids.
29415 ! t/op/append.t t/pragma/utf8.t
29416 ____________________________________________________________________________
29417 [ 7231] By: jhi on 2000/10/14 17:28:37
29418 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
29421 ____________________________________________________________________________
29422 [ 7230] By: jhi on 2000/10/14 14:24:50
29423 Log: Needs to be conditional on SunOS 4.
29425 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
29426 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29427 Date: Sat, 14 Oct 2000 13:37:49 +0100
29428 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
29429 Branch: metaconfig/U/perl
29432 ! Configure myconfig.SH pod/perldelta.pod
29433 ____________________________________________________________________________
29434 [ 7229] By: jhi on 2000/10/14 00:49:22
29435 Log: Update Changes.
29437 ! Changes patchlevel.h
29438 ____________________________________________________________________________
29439 [ 7228] By: jhi on 2000/10/14 00:46:10
29440 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
29441 From: Peter Prymmer <pvhp@forte.com>
29442 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
29443 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
29446 ____________________________________________________________________________
29447 [ 7227] By: jhi on 2000/10/13 23:20:30
29448 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
29451 ____________________________________________________________________________
29452 [ 7226] By: jhi on 2000/10/13 22:14:32
29455 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
29456 From: Peter Prymmer <pvhp@forte.com>
29457 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
29458 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
29461 ____________________________________________________________________________
29462 [ 7225] By: jhi on 2000/10/13 22:11:31
29463 Log: op/sprintf.t patch for OS/390 (and any other host with limited
29464 floating-point exponent length)
29466 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
29467 From: Dominic Dunlop <domo@computer.org>
29468 Date: Fri, 13 Oct 2000 19:17:57 +0200
29469 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
29472 ____________________________________________________________________________
29473 [ 7224] By: jhi on 2000/10/13 18:40:48
29474 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
29477 ____________________________________________________________________________
29478 [ 7223] By: jhi on 2000/10/13 18:37:13
29479 Log: Thinko in #7222.
29482 ____________________________________________________________________________
29483 [ 7222] By: jhi on 2000/10/13 18:05:23
29484 Log: Use UTF8SKIP(), from Simon Cozens.
29487 ____________________________________________________________________________
29488 [ 7221] By: jhi on 2000/10/13 15:43:19
29489 Log: (accidentally empty check-in)
29492 ____________________________________________________________________________
29493 [ 7220] By: jhi on 2000/10/13 15:23:51
29494 Log: Add (optimistically) Storable to static extensions.
29496 ! hints/uwin.sh hints/vmesa.sh
29497 ____________________________________________________________________________
29498 [ 7219] By: jhi on 2000/10/13 15:20:05
29499 Log: Amdahl UTS doesn't seem to do dynaloading.
29502 ____________________________________________________________________________
29503 [ 7218] By: jhi on 2000/10/13 15:15:20
29504 Log: Slight tweak of the code to appease Amdahl UTS cc.
29507 ____________________________________________________________________________
29508 [ 7217] By: jhi on 2000/10/13 14:50:42
29509 Log: In Amdahl UTS "struct sv" is defined by a system header,
29513 ____________________________________________________________________________
29514 [ 7216] By: jhi on 2000/10/13 11:58:25
29515 Log: Ilya implemented the memory profiling API.
29518 ____________________________________________________________________________
29519 [ 7215] By: jhi on 2000/10/13 02:56:38
29520 Log: Subject: [PATCH 5.7.0] Perl API for mstats
29521 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29522 Date: Thu, 12 Oct 2000 22:52:40 -0400
29523 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
29525 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
29526 ____________________________________________________________________________
29527 [ 7214] By: jhi on 2000/10/13 02:55:38
29528 Log: Subject: [PATCH 5.7.0] IVs in mtats
29529 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29530 Date: Thu, 12 Oct 2000 22:51:04 -0400
29531 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
29534 ____________________________________________________________________________
29535 [ 7213] By: jhi on 2000/10/13 02:31:47
29536 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
29538 ! pod/perldiag.pod pp_sys.c
29539 ____________________________________________________________________________
29540 [ 7212] By: jhi on 2000/10/13 01:27:38
29541 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
29542 From: Peter Prymmer <pvhp@forte.com>
29543 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
29544 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
29547 ____________________________________________________________________________
29548 [ 7211] By: jhi on 2000/10/13 00:35:09
29549 Log: Update Changes.
29551 ! Changes patchlevel.h
29552 ____________________________________________________________________________
29553 [ 7210] By: jhi on 2000/10/12 23:59:40
29554 Log: The Install.pm third of
29556 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
29557 From: Bill Campbell <bill@celestial.com>
29558 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
29559 Date: Thu, 5 Oct 2000 18:04:51 -0700
29561 ! lib/ExtUtils/Install.pm
29562 ____________________________________________________________________________
29563 [ 7209] By: jhi on 2000/10/12 23:58:43
29566 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
29567 Date: Thu, 5 Oct 2000 18:04:51 -0700
29568 From: Bill Campbell <bill@celestial.com>
29569 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
29571 The Install.pm changes will be submitted separately because
29572 they need some work and discussion still.
29574 ! lib/getopts.pl lib/termcap.pl
29575 ____________________________________________________________________________
29576 [ 7208] By: jhi on 2000/10/12 23:41:19
29577 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
29578 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29579 Date: Thu, 12 Oct 2000 07:30:02 EDT
29580 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
29582 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
29583 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
29584 ____________________________________________________________________________
29585 [ 7207] By: jhi on 2000/10/12 23:39:01
29586 Log: An updated EBCDIC tr patch.
29588 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
29589 From: Peter Prymmer <pvhp@forte.com>
29590 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
29591 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
29594 ____________________________________________________________________________
29595 [ 7206] By: jhi on 2000/10/12 23:34:55
29596 Log: Upgrade to CPAN 1.58, from Andreas König.
29598 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29599 ____________________________________________________________________________
29600 [ 7205] By: jhi on 2000/10/12 23:29:08
29601 Log: Introduce the man[24-8] variables, from Andy Dougherty.
29602 Branch: metaconfig/U/perl
29603 + mandirs.U mandirstyle.U
29605 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29606 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
29607 ! vos/config.h vos/config.pl vos/config_h.SH_orig
29608 ! win32/config.bc win32/config.gc win32/config.vc
29609 ____________________________________________________________________________
29610 [ 7204] By: gsar on 2000/10/12 18:11:24
29611 Log: restore change#7202
29614 ____________________________________________________________________________
29615 [ 7203] By: gsar on 2000/10/12 18:09:40
29616 Log: another test of the Emergency Broadcast System--back out
29620 ____________________________________________________________________________
29621 [ 7202] By: gsar on 2000/10/12 16:40:47
29622 Log: (submitted on behalf of Jarkko)
29623 Fix the lib/encode.t subtest 6 failure as reported by Andreas
29624 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
29625 was unearthed by change 7182, as was a bug in HTML::Entities.
29628 ____________________________________________________________________________
29629 [ 7201] By: jhi on 2000/10/11 03:16:05
29630 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
29632 ! pp_hot.c t/pragma/utf8.t
29633 ____________________________________________________________________________
29634 [ 7200] By: jhi on 2000/10/11 00:40:30
29635 Log: The #7198 was a false alarm.
29638 ____________________________________________________________________________
29639 [ 7199] By: jhi on 2000/10/11 00:26:04
29640 Log: Remove duplicated code.
29643 ____________________________________________________________________________
29644 [ 7198] By: jhi on 2000/10/10 23:30:46
29645 Log: (Retracted by #7200.)
29648 ____________________________________________________________________________
29649 [ 7197] By: jhi on 2000/10/10 21:49:30
29650 Log: Add the test case for #7190, from the original bug report
29654 ____________________________________________________________________________
29655 [ 7196] By: jhi on 2000/10/10 21:40:49
29656 Log: Reapply Andy's patch and regen Configure.
29658 ! Configure INSTALL Makefile.SH Porting/Glossary
29659 ! Porting/config.sh config_h.SH epoc/config.sh installperl
29660 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
29662 ____________________________________________________________________________
29663 [ 7195] By: jhi on 2000/10/10 21:09:30
29664 Log: Use the versiononly instead of the installscripts,
29665 retract the changes 7146 and 7147.
29667 ! Configure INSTALL Makefile.SH Porting/Glossary
29668 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
29669 ! installperl uconfig.sh vos/config.def win32/config.bc
29670 ! win32/config.gc win32/config.vc
29671 ____________________________________________________________________________
29672 [ 7194] By: jhi on 2000/10/10 21:06:15
29673 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
29674 From: Peter Prymmer <pvhp@forte.com>
29675 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
29676 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
29679 ____________________________________________________________________________
29680 [ 7193] By: jhi on 2000/10/10 21:05:12
29681 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
29682 From: Peter Prymmer <pvhp@forte.com>
29683 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
29684 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
29687 ____________________________________________________________________________
29688 [ 7192] By: jhi on 2000/10/10 20:57:30
29689 Log: Add versiononly, delete installscripts, from Andy Dougherty.
29691 - U/installdirs/installscripts.U
29692 Branch: metaconfig/U/perl
29694 ____________________________________________________________________________
29695 [ 7191] By: jhi on 2000/10/10 19:41:21
29696 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
29697 From: Peter Prymmer <pvhp@forte.com>
29698 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
29699 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
29701 ! pod/perlebcdic.pod
29702 ____________________________________________________________________________
29703 [ 7190] By: jhi on 2000/10/10 19:26:14
29704 Log: Subject: Re: utf8 concat, mg_get
29705 From: Simon Cozens <simon@cozens.net>
29706 Date: Tue, 10 Oct 2000 17:40:17 +0100
29707 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
29710 ____________________________________________________________________________
29711 [ 7189] By: jhi on 2000/10/10 19:23:03
29712 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
29713 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
29714 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
29715 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
29717 ! lib/ExtUtils/MM_Unix.pm
29718 ____________________________________________________________________________
29719 [ 7188] By: jhi on 2000/10/10 15:31:24
29720 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
29721 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
29722 Date: Fri, 14 Jul 2000 10:47:36 +0100
29723 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
29726 ____________________________________________________________________________
29727 [ 7187] By: jhi on 2000/10/10 13:30:10
29728 Log: Quote the temp file name, needed in Win32 because the
29729 default name unfortunately contains spaces, shouldn't
29732 Subject: FW: perldoc fails if $TEMP contains spaces
29733 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
29734 Date: Thu, 14 Sep 2000 08:58:45 +0100
29735 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
29738 ____________________________________________________________________________
29739 [ 7186] By: jhi on 2000/10/10 13:16:27
29740 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
29741 From: hv@hugo.hybyte.com
29742 Date: Tue, 10 Oct 2000 14:10:20 +0100
29743 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
29745 ! t/lib/thr5005.t util.c
29746 ____________________________________________________________________________
29747 [ 7185] By: jhi on 2000/10/10 12:06:22
29748 Log: Upgrade to podlators 1.04, from Russ Allbery.
29750 ! lib/Pod/Man.pm lib/Pod/Text.pm
29751 ____________________________________________________________________________
29752 [ 7184] By: jhi on 2000/10/10 12:01:32
29753 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
29755 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
29756 ____________________________________________________________________________
29757 [ 7183] By: jhi on 2000/10/09 23:47:15
29758 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
29759 From: Peter Prymmer <pvhp@forte.com>
29760 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
29761 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
29763 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
29764 ____________________________________________________________________________
29765 [ 7182] By: jhi on 2000/10/09 23:43:16
29766 Log: Make eq work again with utf8 (disabling the upgrading
29767 should no more be necessary since the copies of the
29768 scalars are upgraded, not the scalars themselves).
29769 Takes care of ID 20001009.001. (The claimed length()
29770 bug in 20001009.001 seems bogus to me.)
29772 ! sv.c t/pragma/utf8.t
29773 ____________________________________________________________________________
29774 [ 7181] By: gsar on 2000/10/09 19:41:54
29775 Log: tweak for change#7173
29778 ____________________________________________________________________________
29779 [ 7180] By: gsar on 2000/10/09 19:26:56
29780 Log: on Windows, clean targets might not work under some flavors of the shell
29782 ! win32/Makefile win32/makefile.mk
29783 ____________________________________________________________________________
29784 [ 7179] By: jhi on 2000/10/09 19:21:02
29785 Log: Update Changes.
29787 ! Changes patchlevel.h
29788 ____________________________________________________________________________
29789 [ 7178] By: jhi on 2000/10/09 19:18:23
29790 Log: Warn about unknown scripts.
29792 Subject: Re: ideas? patches? [PATCH bleadperl]
29793 From: Dominic Dunlop <domo@computer.org>
29794 Date: Mon, 9 Oct 2000 14:57:17 +0200
29795 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
29798 ____________________________________________________________________________
29799 [ 7177] By: jhi on 2000/10/09 19:13:27
29800 Log: Change #7160 had a nasty typo.
29802 ! U/compline/Compile.U
29804 ! Configure config_h.SH
29805 ____________________________________________________________________________
29806 [ 7176] By: gsar on 2000/10/09 18:59:33
29810 ____________________________________________________________________________
29811 [ 7175] By: gsar on 2000/10/09 18:54:28
29812 Log: Windows9x doesn't support link(), despite what Config.pm
29815 ! lib/ExtUtils/Manifest.pm
29816 ____________________________________________________________________________
29817 [ 7174] By: gsar on 2000/10/09 18:50:03
29818 Log: avoid nonportable example code
29821 ____________________________________________________________________________
29822 [ 7173] By: gsar on 2000/10/09 18:46:54
29823 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
29824 being used) when closing a socket handle
29826 ! win32/win32.c win32/win32.h win32/win32sck.c
29827 ____________________________________________________________________________
29828 [ 7172] By: gsar on 2000/10/09 18:41:40
29829 Log: on Windows, cwd strings in the environment should be of the
29830 form =X:=X:\foo instead of =X=X:\foo\
29833 ____________________________________________________________________________
29834 [ 7171] By: gsar on 2000/10/09 18:30:09
29835 Log: on Windows, LoadLibrary() could load an extension DLL multiple
29836 times if forward slashes are used in the path
29839 ____________________________________________________________________________
29840 [ 7170] By: jhi on 2000/10/09 17:53:59
29841 Log: Add a todo note about overloadable assertions.
29844 ____________________________________________________________________________
29845 [ 7169] By: jhi on 2000/10/09 13:43:45
29846 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
29847 From: mjd@plover.com
29848 Date: 9 Oct 2000 00:24:44 -0000
29849 Message-ID: <20001009002444.10616.qmail@plover.com>
29851 ! pod/perldebguts.pod
29852 ____________________________________________________________________________
29853 [ 7168] By: nick on 2000/10/08 13:16:33
29854 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
29855 is not right thing to do on (e.g. x86). Network order is also "right" for
29858 ! ext/Encode/Encode.pm
29859 ____________________________________________________________________________
29860 [ 7167] By: nick on 2000/10/08 12:54:42
29861 Log: Make "encodings" work post-install when Encode/*.enc files may not
29862 be in same directory as Encode.pm
29864 ! ext/Encode/Encode.pm
29865 ____________________________________________________________________________
29866 [ 7166] By: nick on 2000/10/08 11:51:26
29867 Log: Work round the fact that $hash->{$key} does not take into account
29868 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
29869 so that key is always in the "expected" encoding - i.e. same way we put
29872 ! ext/Encode/Encode.pm
29873 ____________________________________________________________________________
29874 [ 7165] By: gsar on 2000/10/08 04:15:29
29875 Log: save_re_context() could reset PL_curcop to freed memory, causing core
29876 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
29879 ____________________________________________________________________________
29880 [ 7164] By: jhi on 2000/10/06 20:51:48
29881 Log: UTF8ize split() so that the cloned substrings get the UTF8
29882 flag of the original scalar. Problem reported by Simon Cozens.
29884 ! pp.c t/pragma/utf8.t
29885 ____________________________________________________________________________
29886 [ 7163] By: nick on 2000/10/06 20:48:34
29887 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
29888 got a false +ve and so did not reach code which would have un-FAKEd the SV.
29891 ____________________________________________________________________________
29892 [ 7162] By: nick on 2000/10/06 20:25:37
29893 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
29894 To fix (sort {$a <=> $b} keys %hash) in particular but
29895 should cover a number of other as-yet-unknown cases as well.
29898 ____________________________________________________________________________
29899 [ 7161] By: jhi on 2000/10/06 19:56:18
29900 Log: Change the version number of Tie::Handle in the core to 4.0,
29901 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
29903 Subject: Note on Tie::Handle
29904 From: andreas.koenig@anima.de (Andreas J. Koenig)
29905 Date: 06 Oct 2000 21:48:58 +0200
29906 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
29908 ! lib/Tie/Handle.pm
29909 ____________________________________________________________________________
29910 [ 7160] By: jhi on 2000/10/06 18:20:35
29911 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
29912 as the first option of cc/ld because of ultrapicky compilers
29915 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
29916 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
29917 ! U/compline/orderlib.U U/modified/Cppsym.U
29918 ! U/modified/d_access.U
29919 Branch: metaconfig/U/perl
29920 ! Checkcc.U d_dlsymun.U gccvers.U
29922 ! Configure config_h.SH
29923 ____________________________________________________________________________
29924 [ 7159] By: jhi on 2000/10/06 13:56:39
29925 Log: Update Changes.
29927 ! Changes patchlevel.h
29928 ____________________________________________________________________________
29929 [ 7158] By: jhi on 2000/10/06 12:48:40
29930 Log: Eliminate $Is_VMS code from the test.
29932 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
29933 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29934 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
29935 Date: Thu, 5 Oct 2000 07:46:33 EDT
29938 ____________________________________________________________________________
29939 [ 7157] By: jhi on 2000/10/06 12:47:13
29940 Log: Also the $ccflags is needed for the C compiler check.
29942 Subject: Configure (check for C-compiler)
29943 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29944 Date: Fri, 06 Oct 2000 08:47:15 +0200
29945 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
29946 Branch: metaconfig/U/perl
29949 ! Configure config_h.SH
29950 ____________________________________________________________________________
29951 [ 7156] By: jhi on 2000/10/06 11:45:15
29952 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
29954 ! perl.c pp_ctl.c sv.h utf8.c
29955 ____________________________________________________________________________
29956 [ 7155] By: jhi on 2000/10/06 11:40:41
29957 Log: IO::Handle->syswrite() did not handle length omission
29958 like CORE::syswrite() does.
29960 Subject: [Fwd] IO::Handle, syswrite and arguments
29961 From: Graham Barr <gbarr@pobox.com>
29962 Date: Fri, 6 Oct 2000 10:22:05 +0100
29963 Message-ID: <20001006102205.U6312@pobox.com>
29965 The original patch from andrew@ugh.net.au.
29967 ! ext/IO/lib/IO/Handle.pm
29968 ____________________________________________________________________________
29969 [ 7154] By: jhi on 2000/10/06 01:42:15
29973 ____________________________________________________________________________
29974 [ 7153] By: jhi on 2000/10/06 00:39:55
29975 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
29978 ____________________________________________________________________________
29979 [ 7152] By: jhi on 2000/10/06 00:38:11
29980 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
29982 ! perl.c pp_ctl.c sv.h utf8.c
29983 ____________________________________________________________________________
29984 [ 7151] By: jhi on 2000/10/06 00:36:38
29985 Log: Subject: Re: Questions about Tie::Array and perl modules
29986 From: Nick Ing-Simmons <nik@tiuk.ti.com>
29987 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
29988 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
29990 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
29992 ! lib/Tie/Array.pm t/op/array.t
29993 ____________________________________________________________________________
29994 [ 7150] By: jhi on 2000/10/05 00:20:45
29995 Log: Regen Changes.
29997 ! Changes patchlevel.h
29998 ____________________________________________________________________________
29999 [ 7149] By: jhi on 2000/10/05 00:20:01
30003 ____________________________________________________________________________
30004 [ 7148] By: jhi on 2000/10/04 23:35:08
30005 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
30006 reported several times by Dominic Dunlop, for example in
30007 ID 20000315.008. Patch from Dominic. Patch affects at
30008 least MachTen, and possibly other oldish BSDs. Should not
30009 break non-broken platforms (tested on LinuxPPC).
30012 ____________________________________________________________________________
30013 [ 7147] By: jhi on 2000/10/04 23:26:34
30014 Log: The one that got away from 7146.
30016 + U/installdirs/installscripts.U
30017 ____________________________________________________________________________
30018 [ 7146] By: jhi on 2000/10/04 23:25:04
30019 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
30020 suggested by H. Merijn Brand.
30022 ! Configure INSTALL Makefile.SH Porting/Glossary
30023 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
30024 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
30026 ____________________________________________________________________________
30027 [ 7145] By: jhi on 2000/10/04 22:08:21
30028 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
30029 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30030 Date: Wed, 4 Oct 2000 17:37:46 -0400
30031 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
30034 ____________________________________________________________________________
30035 [ 7144] By: jhi on 2000/10/04 18:11:41
30036 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
30037 From: Jeff Pinyan <jeffp@crusoe.net>
30038 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
30039 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
30042 ____________________________________________________________________________
30043 [ 7143] By: jhi on 2000/10/04 18:09:58
30044 Log: Subject: perlhack.pod Patch for Externals Tools
30045 From: Fisher Mark <fisherm@tce.com>
30046 Date: Tue, 3 Oct 2000 15:43:27 -0500
30047 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
30050 ____________________________________________________________________________
30051 [ 7142] By: jhi on 2000/10/04 18:08:41
30052 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
30053 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30054 Date: Wed, 4 Oct 2000 12:11:11 EDT
30055 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
30058 ____________________________________________________________________________
30059 [ 7141] By: jhi on 2000/10/04 12:20:16
30060 Log: Subject: [PATCH 5.7.0] h2xs not working
30061 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30062 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
30063 Date: Tue, 3 Oct 2000 21:43:01 -0400
30065 Subject: [PATCH 5.7.0] h2xs not documenting the created module
30066 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30067 Date: Tue, 3 Oct 2000 22:55:19 -0400
30068 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
30071 ____________________________________________________________________________
30072 [ 7140] By: jhi on 2000/10/04 11:53:44
30073 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
30074 From: nick@babyhippo.com
30075 Date: Wed, 4 Oct 2000 12:06:45 +0100
30076 Message-Id: <20001004120645.A7356@babyhippo.com>
30078 Retract 7118 and 7135.
30080 ! installman installperl op.c t/pragma/subs.t
30081 ____________________________________________________________________________
30082 [ 7139] By: jhi on 2000/10/03 22:09:41
30083 Log: It is possible to have no hosts database at all. Pointed out in
30085 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
30086 From: Peter Prymmer <pvhp@forte.com>
30087 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
30088 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
30090 ! U/modified/myhostname.U
30092 ! Configure config_h.SH
30093 ____________________________________________________________________________
30094 [ 7138] By: jhi on 2000/10/03 21:49:49
30095 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
30096 From: Peter Prymmer <pvhp@forte.com>
30097 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
30098 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
30101 ____________________________________________________________________________
30102 [ 7137] By: jhi on 2000/10/03 20:10:05
30103 Log: One remaining nit less at the VMS mailbox sizing.
30106 ____________________________________________________________________________
30107 [ 7136] By: jhi on 2000/10/03 20:08:47
30108 Log: Test harness update to sync with the new perlcc,
30112 ____________________________________________________________________________
30113 [ 7135] By: jhi on 2000/10/03 15:15:42
30114 Log: Subject: Re: PATCH for 20001003.004
30115 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
30116 From: "AARON B. DOSSETT" <aaron@iglou.com>
30117 Message-Id: <E13gTay-0006od-00@iglou.com>
30119 ! installman installperl
30120 ____________________________________________________________________________
30121 [ 7134] By: jhi on 2000/10/03 15:00:34
30122 Log: Subject: [ID 20001003.006] B::Debug not -w clean
30123 From: Nicholas Clark <nick@babyhippo.co.uk>
30124 Date: Tue, 03 Oct 2000 15:46:32 +0100
30125 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
30128 ____________________________________________________________________________
30129 [ 7133] By: jhi on 2000/10/03 14:58:39
30130 Log: Scale down the VMS message boxes, by Charles Lane.
30131 Fix for ID 20000903.009, workaround at
30132 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
30135 ____________________________________________________________________________
30136 [ 7132] By: jhi on 2000/10/03 11:20:37
30137 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
30139 + t/lib/st-lock.t t/lib/st-utf8.t
30140 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
30141 ! ext/Storable/Storable.xs t/lib/st-recurse.t
30142 ____________________________________________________________________________
30143 [ 7131] By: jhi on 2000/10/03 03:38:23
30146 ! MANIFEST Makefile.SH
30147 ____________________________________________________________________________
30148 [ 7130] By: jhi on 2000/10/03 03:31:05
30149 Log: Update Changes.
30151 ! Changes patchlevel.h
30152 ____________________________________________________________________________
30153 [ 7129] By: jhi on 2000/10/03 02:24:02
30154 Log: Misplaced else.
30155 Branch: metaconfig/U/perl
30158 ! Configure config_h.SH
30159 ____________________________________________________________________________
30160 [ 7128] By: jhi on 2000/10/03 02:08:29
30161 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
30162 From: sthoenna@efn.org
30163 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
30164 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
30165 Branch: metaconfig/U/perl
30168 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
30169 ____________________________________________________________________________
30170 [ 7127] By: jhi on 2000/10/03 01:13:14
30171 Log: Update Changes.
30173 ! Changes patchlevel.h
30174 ____________________________________________________________________________
30175 [ 7126] By: jhi on 2000/10/03 00:57:08
30176 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
30177 as suggested by Olaf Flebbe and Nick Clark.
30179 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
30180 ____________________________________________________________________________
30181 [ 7125] By: jhi on 2000/10/03 00:50:56
30182 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
30183 From: Nick Clark <nick@plum.flirble.org>
30184 Date: Mon, 2 Oct 2000 11:03:24 +0100
30185 Message-Id: <20001002110324.D20073@plum.flirble.org>
30187 Also fixes bug ID 20001002.005.
30190 ____________________________________________________________________________
30191 [ 7124] By: jhi on 2000/10/03 00:34:59
30192 Log: Subject: [PATCH 5.7.0] Epoc update
30193 From: Olaf Flebbe <o.flebbe@gmx.de>
30194 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
30195 Message-ID: <26423.969484586@www10.gmx.net>
30197 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
30198 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
30199 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
30201 ____________________________________________________________________________
30202 [ 7123] By: jhi on 2000/10/03 00:30:07
30203 Log: Regen headers.
30205 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
30206 ____________________________________________________________________________
30207 [ 7122] By: jhi on 2000/10/03 00:10:48
30208 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
30211 ____________________________________________________________________________
30212 [ 7121] By: jhi on 2000/10/03 00:05:06
30213 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
30214 From: <abigail@foad.org>
30215 Date: Tue, 26 Sep 2000 13:36:14 -0400
30216 Message-ID: <20000926173614.4356.qmail@foad.org>
30219 ____________________________________________________________________________
30220 [ 7120] By: jhi on 2000/10/03 00:04:00
30221 Log: Inside require() $^S was always left undefined.
30223 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
30224 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30225 Date: Wed, 27 Sep 2000 18:54:49 -0400
30226 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
30228 ! cop.h mg.c pp_ctl.c util.c
30229 ____________________________________________________________________________
30230 [ 7119] By: jhi on 2000/10/03 00:00:16
30231 Log: Subject: [PATCH] DLL not restartabke with threaded perl
30232 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
30233 Date: Thu, 28 Sep 2000 09:20:46 +0100
30234 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
30237 ____________________________________________________________________________
30238 [ 7118] By: jhi on 2000/10/02 23:59:20
30239 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
30240 From: Nicholas Clark <nick@ccl4.org>
30241 Date: Thu, 28 Sep 2000 11:52:24 +0100
30242 Message-ID: <20000928115224.D7924@plum.flirble.org>
30245 ____________________________________________________________________________
30246 [ 7117] By: jhi on 2000/10/02 23:57:51
30247 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
30248 From: Nicholas Clark <nick@babyhippo.co.uk>
30249 Date: Thu, 28 Sep 2000 12:18:10 +0100
30250 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
30252 Did not apply cleanly, manual intervention was needed.
30254 ! ext/B/B/Bytecode.pm utils/perlcc.PL
30255 ____________________________________________________________________________
30256 [ 7116] By: jhi on 2000/10/02 23:50:40
30257 Log: Document the issue (is not a syntax error, kind of)
30259 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
30260 From: Nicholas Clark <nick@ccl4.org>
30261 Date: Thu, 28 Sep 2000 17:12:42 +0100
30262 Message-ID: <20000928171242.K7924@plum.flirble.org>
30265 ____________________________________________________________________________
30266 [ 7115] By: jhi on 2000/10/02 23:48:58
30267 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
30268 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30269 Date: Thu, 28 Sep 2000 21:55:31 -0400
30270 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
30273 ____________________________________________________________________________
30274 [ 7114] By: jhi on 2000/10/02 23:47:57
30275 Log: Subject: DOC PATCH 5.6.0
30276 From: mjd@plover.com
30277 Date: 30 Sep 2000 06:02:34 -0000
30278 Message-ID: <20000930060234.4559.qmail@plover.com>
30280 ! pod/perldebguts.pod
30281 ____________________________________________________________________________
30282 [ 7113] By: jhi on 2000/10/02 23:46:43
30283 Log: SOCK_DGRAM and listen() do not mix as reported in
30285 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
30286 From: Petter Reinholdtsen <pere@hungry.com>
30287 Date: Sun, 1 Oct 2000 10:57:20 +0800
30288 Message-Id: <200010010257.KAA05735@localhost.localdomain>
30290 The patch for 5.7.0+ had to be reengineered, though.
30292 ! ext/IO/lib/IO/Socket/UNIX.pm
30293 ____________________________________________________________________________
30294 [ 7112] By: jhi on 2000/10/02 23:36:57
30295 Log: Subject: Re: [PATCH 5.005_64 missed]
30296 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30297 Date: Sun, 1 Oct 2000 18:50:10 -0400
30298 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
30301 ____________________________________________________________________________
30302 [ 7111] By: jhi on 2000/10/02 23:35:40
30303 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
30304 From: Radu Greab <radu@netsoft.ro>
30305 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
30306 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
30308 ! op.c opcode.pl t/op/substr.t
30309 ____________________________________________________________________________
30310 [ 7110] By: jhi on 2000/10/02 23:32:38
30311 Log: Subject: [PATCH] Fix aliasing of tied filehandles
30312 From: Daniel Chetlin <daniel@chetlin.com>
30313 Date: Mon, 2 Oct 2000 14:53:27 -0700
30314 Message-ID: <20001002145327.C1617@ilmd>
30316 ! perl.h pp_hot.c t/op/tiehandle.t
30317 ____________________________________________________________________________
30318 [ 7109] By: jhi on 2000/10/02 23:31:30
30319 Log: s/Robin Parker/Robin Barker/
30322 ____________________________________________________________________________
30323 [ 7108] By: jhi on 2000/10/02 23:15:46
30324 Log: Retract #7091 as suggested in
30326 From: Robin Barker <rmb1@cise.npl.co.uk>
30327 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
30328 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
30329 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
30332 ____________________________________________________________________________
30333 [ 7107] By: nick on 2000/10/02 18:23:14
30334 Log: A few tweaks to get Tk803 to work with Encode scheme.
30336 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
30337 ____________________________________________________________________________
30338 [ 7106] By: nick on 2000/10/01 21:34:14
30339 Log: Add checking cases to Encode's toUnicode and fromUnicode.
30341 ! ext/Encode/Encode.pm
30342 ____________________________________________________________________________
30343 [ 7105] By: nick on 2000/10/01 17:18:01
30344 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
30345 To read and use them.
30346 Add a lib/encode.t which checks a few things.
30348 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
30349 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
30350 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
30351 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
30352 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
30353 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
30354 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
30355 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
30356 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
30357 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
30358 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
30359 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
30360 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
30361 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
30362 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
30363 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
30364 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
30365 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
30366 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
30367 + ext/Encode/Encode/iso2022-jp.enc
30368 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
30369 + ext/Encode/Encode/iso8859-1.enc
30370 + ext/Encode/Encode/iso8859-2.enc
30371 + ext/Encode/Encode/iso8859-3.enc
30372 + ext/Encode/Encode/iso8859-4.enc
30373 + ext/Encode/Encode/iso8859-5.enc
30374 + ext/Encode/Encode/iso8859-6.enc
30375 + ext/Encode/Encode/iso8859-7.enc
30376 + ext/Encode/Encode/iso8859-8.enc
30377 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
30378 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
30379 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
30380 + ext/Encode/Encode/macCentEuro.enc
30381 + ext/Encode/Encode/macCroatian.enc
30382 + ext/Encode/Encode/macCyrillic.enc
30383 + ext/Encode/Encode/macDingbats.enc
30384 + ext/Encode/Encode/macGreek.enc
30385 + ext/Encode/Encode/macIceland.enc
30386 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
30387 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
30388 + ext/Encode/Encode/macTurkish.enc
30389 + ext/Encode/Encode/macUkraine.enc
30390 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
30392 ! MANIFEST ext/Encode/Encode.pm
30393 ____________________________________________________________________________
30394 [ 7104] By: nick on 2000/09/30 13:04:30
30395 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
30396 From: Daniel Chetlin <daniel@chetlin.com>
30397 Date: Mon, 18 Sep 2000 05:05:40 -0700
30398 Message-Id: <20000918050540.C652@ilmd>
30400 ! lib/overload.pm sv.c t/pragma/overload.t
30401 ____________________________________________________________________________
30402 [ 7103] By: nick on 2000/09/30 12:53:36
30403 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
30404 From: Johan Vromans <jvromans@squirrel.nl>
30405 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
30406 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
30409 ____________________________________________________________________________
30410 [ 7102] By: nick on 2000/09/30 12:52:31
30411 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
30412 From: Spider Boardman <spider@Orb.Nashua.NH.US>
30413 Date: Sat, 16 Sep 2000 16:36:45 -0400
30414 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
30416 ! ext/B/B/Deparse.pm
30417 ____________________________________________________________________________
30418 [ 7101] By: nick on 2000/09/30 12:51:41
30419 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
30420 From: Craig A. Berry <craig.berry@psinetcs.com>
30421 Date: Sat, 16 Sep 2000 10:11:10 -0500
30422 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
30425 ____________________________________________________________________________
30426 [ 7100] By: nick on 2000/09/30 12:50:33
30427 Log: Subject: Re: unicode support and perl [ID 20000901.097]
30428 From: Spider Boardman <spider@Orb.Nashua.NH.US>
30429 Date: Fri, 15 Sep 2000 16:37:58 -0400
30430 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
30433 ____________________________________________________________________________
30434 [ 7099] By: nick on 2000/09/30 12:49:35
30435 Log: Subject: Re: unicode support and perl [ID 20000901.097]
30436 From: Spider Boardman <spider@Orb.Nashua.NH.US>
30437 Date: Fri, 15 Sep 2000 16:25:30 -0400
30438 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
30441 ____________________________________________________________________________
30442 [ 7098] By: nick on 2000/09/30 12:48:00
30443 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
30444 From: Gisle Aas <gisle@ActiveState.com>
30445 Date: 15 Sep 2000 16:23:41 +0200
30446 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
30449 ____________________________________________________________________________
30450 [ 7097] By: nick on 2000/09/30 12:45:16
30451 Log: Subject: [PATCH] Nits in perlmod.pod
30452 From: Daniel Chetlin <daniel@chetlin.com>
30453 Date: Fri, 15 Sep 2000 02:04:09 -0700
30454 Message-Id: <20000915020409.A2104@ilmd>
30457 ____________________________________________________________________________
30458 [ 7096] By: nick on 2000/09/30 12:18:00
30459 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
30460 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
30461 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
30462 0 to checking to get the warning.
30464 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
30465 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
30466 ! regexec.c sv.c toke.c utf8.c
30467 ____________________________________________________________________________
30468 [ 7095] By: nick on 2000/09/15 16:55:59
30469 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
30471 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
30472 From: Spider Boardman <spider@Orb.Nashua.NH.US>
30473 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
30474 Date: Fri, 15 Sep 2000 06:37:30 -0400
30476 ! ext/Encode/Encode.xs sv.c
30477 ____________________________________________________________________________
30478 [ 7094] By: jhi on 2000/09/15 03:23:32
30479 Log: Update Changes.
30481 ! Changes patchlevel.h
30482 ____________________________________________________________________________
30483 [ 7093] By: jhi on 2000/09/15 03:11:44
30484 Log: Fix for the charnames.t failures from Spider Boardman.
30487 ____________________________________________________________________________
30488 [ 7092] By: jhi on 2000/09/15 00:15:48
30489 Log: Botched the #7090 check-in.
30492 ____________________________________________________________________________
30493 [ 7091] By: jhi on 2000/09/14 23:33:24
30494 Log: Part of #7081 didn't come through.
30497 ____________________________________________________________________________
30498 [ 7090] By: jhi on 2000/09/14 23:17:39
30499 Log: Subject: Re: perl@7078
30500 From: Spider Boardman <spider@web.zk3.dec.com>
30501 Date: Thu, 14 Sep 2000 19:06:36 -0400
30502 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
30505 ____________________________________________________________________________
30506 [ 7089] By: jhi on 2000/09/14 23:11:21
30507 Log: Small portability tweaks.
30509 ! ext/Encode/Encode.xs
30510 ____________________________________________________________________________
30511 [ 7088] By: jhi on 2000/09/14 22:57:23
30512 Log: Fake return to pacify picky compilers.
30514 ! ext/Encode/Encode.xs
30515 ____________________________________________________________________________
30516 [ 7087] By: jhi on 2000/09/14 22:53:37
30517 Log: Subject: [PATCH] utf8.c apidoc
30518 From: Simon Cozens <simon@cozens.net>
30519 Date: Thu, 14 Sep 2000 23:46:57 +0100
30520 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
30522 ! perlapi.c pod/perlapi.pod utf8.c
30523 ____________________________________________________________________________
30524 [ 7086] By: jhi on 2000/09/14 22:40:38
30525 Log: We don't need to count the high bit bytes, a boolean is enough.
30528 ____________________________________________________________________________
30529 [ 7085] By: jhi on 2000/09/14 21:20:09
30530 Log: Replace #7084 with
30532 Subject: Re: perl@7078
30533 From: Spider Boardman <spider@web.zk3.dec.com>
30534 Date: Thu, 14 Sep 2000 17:09:36 -0400
30535 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
30538 ____________________________________________________________________________
30539 [ 7084] By: jhi on 2000/09/14 20:03:34
30540 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
30541 convertable to bytes by checking it doesn't go above 0xc3
30543 Subject: Re: perl@7078
30544 From: Simon Cozens <simon@cozens.net>
30545 Date: Thu, 14 Sep 2000 20:59:19 +0100
30546 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
30549 ____________________________________________________________________________
30550 [ 7083] By: jhi on 2000/09/14 19:38:47
30551 Log: Subject: Re: perl@7078
30552 From: Simon Cozens <simon@cozens.net>
30553 Date: Thu, 14 Sep 2000 20:13:09 +0100
30554 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
30557 ____________________________________________________________________________
30558 [ 7082] By: jhi on 2000/09/14 17:50:44
30559 Log: The one that got away.
30562 ____________________________________________________________________________
30563 [ 7081] By: jhi on 2000/09/14 17:45:35
30564 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
30565 From: Robin Barker <rmb1@cise.npl.co.uk>
30566 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
30567 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
30569 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
30570 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
30571 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
30572 ! regcomp.c toke.c universal.c
30573 ____________________________________________________________________________
30574 [ 7080] By: jhi on 2000/09/14 17:40:35
30575 Log: Problems picked up by AIX cc.
30577 Subject: Re: perl@7078 (patch included)
30578 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30579 Date: Thu, 14 Sep 2000 18:53:30 +0200
30580 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
30582 ! ext/Encode/Encode.xs
30583 ____________________________________________________________________________
30584 [ 7079] By: jhi on 2000/09/14 17:38:27
30585 Log: Subject: File::Find 5.7.0 POD nits
30586 From: Rich Morin <rdm@cfcl.com>
30587 Date: Wed, 13 Sep 2000 22:03:58 -0700
30588 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
30591 ____________________________________________________________________________
30592 [ 7078] By: jhi on 2000/09/14 14:58:20
30593 Log: Update Changes.
30595 ! Changes patchlevel.h
30596 ____________________________________________________________________________
30597 [ 7077] By: jhi on 2000/09/14 14:55:54
30598 Log: Compilation warnings and an error.
30601 ____________________________________________________________________________
30602 [ 7076] By: jhi on 2000/09/14 14:42:56
30603 Log: Fix for a parsing bug, not for the original bug.
30605 Subject: Re: [ID 20000910.005] Another segfault with regexes.
30606 From: Spider Boardman <spider@web.zk3.dec.com>
30607 Date: Wed, 13 Sep 2000 17:52:20 -0400
30608 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
30611 ____________________________________________________________________________
30612 [ 7075] By: jhi on 2000/09/14 14:40:40
30613 Log: Batch of UTF-8 patches from Simon Cozens.
30615 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
30616 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
30618 ____________________________________________________________________________
30619 [ 7074] By: jhi on 2000/09/14 14:29:58
30620 Log: Subject: Re: Two advertising clauses need to be removed
30621 From: Russ Allbery <rra@stanford.edu>
30622 Date: 13 Sep 2000 18:50:26 -0700
30623 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
30625 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
30626 ____________________________________________________________________________
30627 [ 7073] By: jhi on 2000/09/14 14:28:20
30628 Log: Subject: [PATCH] de-wall t/README
30629 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30630 Date: Wed, 13 Sep 2000 17:46:55 -0700
30631 Message-ID: <//Bw5gzkge/e092yn@efn.org>
30634 ____________________________________________________________________________
30635 [ 7072] By: jhi on 2000/09/14 14:25:10
30636 Log: Hints optimization.
30639 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30640 Date: Wed, 13 Sep 2000 21:42:07 +0200
30641 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
30644 ____________________________________________________________________________
30645 [ 7071] By: jhi on 2000/09/14 14:23:30
30646 Log: Allow chop() and chomp() to be overridden.
30648 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
30649 From: "Casey R. Tweten" <crt@kiski.net>
30650 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
30651 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
30654 ____________________________________________________________________________
30655 [ 7070] By: jhi on 2000/09/14 14:20:36
30656 Log: The return value of setlocale must be copied away.
30658 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
30659 From: Alan Burlison <Alan.Burlison@uk.sun.com>
30660 Date: Wed, 13 Sep 2000 16:27:37 +0100
30661 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
30664 ____________________________________________________________________________
30665 [ 7069] By: jhi on 2000/09/14 14:16:27
30666 Log: Remove vestiges of tr//CU.
30668 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
30669 From: Nick Clark <nick@plum.flirble.org>
30670 Date: Tue, 12 Sep 2000 22:50:14 +0100
30671 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
30673 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
30674 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30675 Date: Tue, 12 Sep 2000 21:38:48 -0700
30676 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
30678 ! op.h pod/perlunicode.pod
30679 ____________________________________________________________________________
30680 [ 7068] By: jhi on 2000/09/13 14:18:39
30681 Log: Add the Encode extension. The code is still largely just skeleton.
30683 + ext/Encode/Encode.pm ext/Encode/Encode.xs
30684 + ext/Encode/Makefile.PL ext/Encode/Todo
30685 ! MANIFEST Todo-5.6
30686 ____________________________________________________________________________
30687 [ 7067] By: jhi on 2000/09/12 17:43:33
30688 Log: Allow for whitespace between "#" and "line" in cpp output.
30690 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
30691 From: Calle Dybedahl <calle@lysator.liu.se>
30692 Date: 12 Sep 2000 19:38:02 +0200
30693 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
30695 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
30696 ____________________________________________________________________________
30697 [ 7066] By: gsar on 2000/09/12 17:24:29
30698 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
30699 initialization in all the threads on Windows
30702 ____________________________________________________________________________
30703 [ 7065] By: jhi on 2000/09/12 15:11:31
30704 Log: Update Changes.
30706 ! Changes patchlevel.h
30707 ____________________________________________________________________________
30708 [ 7064] By: jhi on 2000/09/12 14:54:54
30709 Log: Retract #7062, the pod tests are not ready.
30712 ____________________________________________________________________________
30713 [ 7063] By: jhi on 2000/09/12 14:25:41
30714 Log: The #7054 truncated Configure badly.
30715 Branch: metaconfig/U/perl
30718 ! Configure config_h.SH
30719 ____________________________________________________________________________
30720 [ 7062] By: jhi on 2000/09/12 14:08:32
30721 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
30722 From: sthoenna@efn.org
30723 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
30724 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
30727 ____________________________________________________________________________
30728 [ 7061] By: jhi on 2000/09/12 14:07:18
30729 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
30730 From: sthoenna@efn.org
30731 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
30732 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
30735 ____________________________________________________________________________
30736 [ 7060] By: jhi on 2000/09/12 14:06:08
30737 Log: Break up the myconfig lines a bit.
30739 Subject: perlbug/perl -V output format
30740 From: sthoenna@efn.org
30741 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
30742 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
30745 ____________________________________________________________________________
30746 [ 7059] By: jhi on 2000/09/12 14:05:04
30747 Log: Test for the #7049.
30749 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
30750 From: andreas.koenig@anima.de (Andreas J. Koenig)
30751 Date: 12 Sep 2000 06:42:01 +0200
30752 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
30755 ____________________________________________________________________________
30756 [ 7058] By: jhi on 2000/09/12 14:03:05
30757 Log: Subject: [patch: perl@7045] vms updates
30758 From: Peter Prymmer <pvhp@forte.com>
30759 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
30760 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
30762 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
30763 ____________________________________________________________________________
30764 [ 7057] By: jhi on 2000/09/12 14:00:51
30765 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
30766 From: sthoenna@efn.org
30767 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
30768 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
30771 ____________________________________________________________________________
30772 [ 7056] By: jhi on 2000/09/12 13:58:14
30773 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
30774 From: Jeff Pinyan <jeffp@crusoe.net>
30775 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
30776 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
30779 ____________________________________________________________________________
30780 [ 7055] By: jhi on 2000/09/12 13:56:32
30781 Log: Do in VMS as the #7054 does.
30784 ____________________________________________________________________________
30785 [ 7054] By: jhi on 2000/09/12 13:50:31
30786 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
30787 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30788 Date: Mon, 11 Sep 2000 08:33:09 +0100
30789 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
30790 Branch: metaconfig/U/perl
30793 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
30794 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30795 ____________________________________________________________________________
30796 [ 7053] By: jhi on 2000/09/12 13:29:19
30797 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
30798 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30799 Date: Tue, 12 Sep 2000 08:35:59 EDT
30800 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
30803 ____________________________________________________________________________
30804 [ 7052] By: jhi on 2000/09/11 23:01:50
30805 Log: Document the SvUTF8*().
30807 ! pod/perlapi.pod sv.h
30808 ____________________________________________________________________________
30809 [ 7051] By: gsar on 2000/09/11 14:46:30
30810 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
30811 (missed a spot when fixing up op_pmreplroot hack for ithreads)
30813 ! op.c t/op/split.t
30814 ____________________________________________________________________________
30815 [ 7050] By: nick on 2000/09/11 10:03:51
30816 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
30818 Subject: borland C++ win32.c tweak
30819 From: Vadim Konovalov <vkonovalov@lucent.com>
30820 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
30821 Date: Mon, 11 Sep 2000 11:22:33 +0400
30824 ____________________________________________________________________________
30825 [ 7049] By: nick on 2000/09/11 09:57:33
30826 Log: Point fix for s/// on foreach (keys %xxx).
30829 ____________________________________________________________________________
30830 [ 7048] By: jhi on 2000/09/10 23:37:09
30831 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
30832 by Pod::Text, from Brad Appleton.
30834 ! t/pod/testp2pt.pl
30835 ____________________________________________________________________________
30836 [ 7047] By: jhi on 2000/09/10 14:32:53
30837 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
30840 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
30841 ____________________________________________________________________________
30842 [ 7046] By: jhi on 2000/09/10 14:15:08
30843 Log: Upgrade to CPAN 1.57_65, from Andreas König.
30845 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30846 ____________________________________________________________________________
30847 [ 7045] By: jhi on 2000/09/08 21:36:32
30848 Log: Update Changes.
30850 ! Changes patchlevel.h
30851 ____________________________________________________________________________
30852 [ 7044] By: jhi on 2000/09/08 21:29:56
30853 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
30854 From: Peter Prymmer <pvhp@forte.com>
30855 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
30856 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
30859 ____________________________________________________________________________
30860 [ 7043] By: jhi on 2000/09/08 21:27:50
30861 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
30862 From: Peter Prymmer <pvhp@forte.com>
30863 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
30864 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
30866 ! Makefile.SH installperl
30867 ____________________________________________________________________________
30868 [ 7042] By: jhi on 2000/09/08 21:23:21
30869 Log: Continue #7041.
30871 ! cygwin/Makefile.SHs os2/Makefile.SHs
30872 ____________________________________________________________________________
30873 [ 7041] By: jhi on 2000/09/08 21:18:10
30874 Log: Do away with memory models cruft. Sorry, PDP users.
30876 ! U/modified/cc.U U/modified/libpth.U
30878 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
30879 ! Porting/config_H cflags.SH config_h.SH configure.com
30880 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
30881 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
30882 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
30883 ____________________________________________________________________________
30884 [ 7040] By: jhi on 2000/09/08 14:34:18
30885 Log: Major rewrite of s2p. And I mean really major, it is
30886 an implementation of sed in perl. If called as s2p it
30887 will function as s2p. Note: needs non-UNIXifying.
30890 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30891 Date: Mon, 28 Aug 2000 14:05:12 +0200
30892 Message-ID: <39AA5578.2102E2AA@alcatel.at>
30895 ____________________________________________________________________________
30896 [ 7039] By: jhi on 2000/09/08 14:19:49
30897 Log: Re-allow vec() for characters > 255.
30899 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
30900 From: Spider Boardman <spider@web.zk3.dec.com>
30901 Date: Fri, 08 Sep 2000 02:21:02 -0400
30902 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
30904 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
30906 ____________________________________________________________________________
30907 [ 7038] By: jhi on 2000/09/08 14:14:18
30908 Log: Subject: [PATCH lib/Benchmark.pm]
30909 From: <abigail@foad.org>
30910 Date: Thu, 7 Sep 2000 15:03:20 -0400
30911 Message-ID: <20000907190320.888.qmail@foad.org>
30914 ____________________________________________________________________________
30915 [ 7037] By: jhi on 2000/09/08 14:11:06
30916 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
30918 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
30919 From: Spider Boardman <spider@web.zk3.dec.com>
30920 Date: Fri, 08 Sep 2000 01:30:27 -0400
30921 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
30924 ____________________________________________________________________________
30925 [ 7036] By: jhi on 2000/09/08 14:08:58
30926 Log: Subject: [ID 20000908.002] perlipc documentation bug.
30927 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
30928 Date: Fri, 08 Sep 2000 12:38:32 +0200
30929 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
30932 ____________________________________________________________________________
30933 [ 7035] By: jhi on 2000/09/08 14:03:12
30934 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30935 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30936 Date: Fri, 08 Sep 2000 11:47:34 +0200
30937 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
30940 ____________________________________________________________________________
30941 [ 7034] By: jhi on 2000/09/08 13:59:35
30942 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
30943 From: Simon Cozens <simon@cozens.net>
30944 Date: Thu, 7 Sep 2000 20:40:38 +0100
30945 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
30948 ____________________________________________________________________________
30949 [ 7033] By: jhi on 2000/09/08 04:03:03
30950 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
30951 From: "Larry W. Virden" <lvirden@cas.org>
30952 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
30953 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
30956 ____________________________________________________________________________
30957 [ 7032] By: jhi on 2000/09/07 22:18:30
30958 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
30959 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
30960 Date: Mon, 04 Sep 2000 13:16:38 -0700
30961 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
30964 ____________________________________________________________________________
30965 [ 7031] By: jhi on 2000/09/07 22:02:29
30966 Log: Fix the ccversion detection for 5.1 and beyond.
30968 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30969 From: Spider Boardman <spider@leggy.zk3.dec.com>
30970 Date: Thu, 7 Sep 2000 17:54:27 -0400
30971 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
30974 ____________________________________________________________________________
30975 [ 7030] By: jhi on 2000/09/07 19:12:28
30978 Subject: [ID 20000903.001] \w in utf8-strings
30979 From: Marc Lehmann <pcg@goof.com>
30980 Date: Sun, 03 Sep 2000 09:44:29 +0200
30981 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
30983 and various related nits.
30985 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
30986 ____________________________________________________________________________
30987 [ 7029] By: jhi on 2000/09/07 18:49:09
30988 Log: Fix the URL, but the server is still missing in action.
30990 Subject: [ID 20000905.002] perlfaq1.pod URL error
30991 From: "Larry W. Virden" <lvirden@cas.org>
30992 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
30993 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
30996 ____________________________________________________________________________
30997 [ 7028] By: jhi on 2000/09/07 18:47:13
30998 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
30999 From: Hugo <hv@crypt.compulink.co.uk>
31000 Date: Tue, 05 Sep 2000 14:13:37 +0100
31001 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
31004 ____________________________________________________________________________
31005 [ 7027] By: jhi on 2000/09/07 18:45:35
31006 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
31007 From: Daniel Chetlin <daniel@chetlin.com>
31008 Date: Tue, 5 Sep 2000 04:57:07 -0700
31009 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
31011 ! pod/perlfaq6.pod pod/perlop.pod
31012 ____________________________________________________________________________
31013 [ 7026] By: jhi on 2000/09/07 18:44:01
31014 Log: Document the new ref() semantics.
31016 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
31017 From: Gisle Aas <gisle@ActiveState.com>
31018 Date: 05 Sep 2000 08:10:30 +0200
31019 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
31021 ! pod/perldelta.pod
31022 ____________________________________________________________________________
31023 [ 7025] By: jhi on 2000/09/07 18:42:27
31024 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
31026 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
31027 From: Gisle Aas <gisle@ActiveState.com>
31028 Date: 05 Sep 2000 08:11:40 +0200
31029 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
31031 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
31032 ____________________________________________________________________________
31033 [ 7024] By: jhi on 2000/09/07 18:39:32
31034 Log: Subject: [PATCH] Modernize Opcode.pm documentation
31035 From: Gisle Aas <gisle@ActiveState.com>
31036 Date: 4 Sep 2000 00:18:55 -0000
31037 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
31039 ! ext/Opcode/Opcode.pm
31040 ____________________________________________________________________________
31041 [ 7023] By: jhi on 2000/09/07 18:37:42
31042 Log: Subject: [PATCH] Tied filehandle documentation
31043 From: Gisle Aas <gisle@ActiveState.com>
31044 Date: 4 Sep 2000 00:14:40 -0000
31045 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
31047 ! pod/perlfunc.pod pod/perltie.pod
31048 ____________________________________________________________________________
31049 [ 7022] By: jhi on 2000/09/07 18:35:37
31050 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
31051 From: Gisle Aas <gisle@ActiveState.com>
31052 Date: 4 Sep 2000 00:04:22 -0000
31053 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
31055 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
31056 ____________________________________________________________________________
31057 [ 7021] By: jhi on 2000/09/07 18:33:22
31058 Log: Subject: small apidoc fix
31059 From: Marc Lehmann <pcg@goof.com>
31060 Date: Sun, 3 Sep 2000 05:12:06 +0200
31061 Message-ID: <20000903051206.A5909@cerebro.laendle>
31063 ! pod/perlapi.pod utf8.c
31064 ____________________________________________________________________________
31065 [ 7020] By: jhi on 2000/09/07 16:14:57
31066 Log: Tiny perldelta nits.
31068 ! pod/perldelta.pod
31069 ____________________________________________________________________________
31070 [ 7019] By: jhi on 2000/09/07 16:04:20
31071 Log: Guard against bad string->int conversion for quads.
31074 ____________________________________________________________________________
31075 [ 7018] By: jhi on 2000/09/06 17:07:03
31076 Log: Update Unicode todo list.
31079 ____________________________________________________________________________
31080 [ 7017] By: jhi on 2000/09/05 21:16:01
31081 Log: Document the SvIOK_.*UV().
31083 ! pod/perlapi.pod sv.h
31084 ____________________________________________________________________________
31085 [ 7016] By: nick on 2000/09/03 21:54:46
31086 Log: Hash lookup of constant strings optimization:
31087 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
31088 to string table (as per sharepvn). Add newSV_pvn_share to create such
31089 a thing. Make hv.c compare addresses of strings and skip string compare
31090 if equal. Make method_named and helem ops use these shared-string SVs
31091 when arg is constant. Make keys op return shared-string SVs (less clearly
31094 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
31095 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
31096 ! pod/perlintern.pod pp_hot.c proto.h sv.c
31097 ____________________________________________________________________________
31098 [ 7015] By: jhi on 2000/09/02 17:48:59
31099 Log: This is 5.7.0.
31102 ____________________________________________________________________________
31103 [ 7014] By: jhi on 2000/09/02 17:35:45
31104 Log: Changes and patchlevel tweaks.
31106 ! Changes patchlevel.h
31107 ____________________________________________________________________________
31108 [ 7013] By: jhi on 2000/09/02 17:30:50
31109 Log: Update Changes.
31111 ! Changes patchlevel.h
31112 ____________________________________________________________________________
31113 [ 7012] By: nick on 2000/09/02 17:25:20
31114 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
31116 ! gv.c lib/overload.pm
31117 ____________________________________________________________________________
31118 [ 7011] By: jhi on 2000/09/02 17:16:25
31119 Log: Update perlhist.
31122 ____________________________________________________________________________
31123 [ 7010] By: jhi on 2000/09/02 17:01:35
31124 Log: perldelta nits.
31126 ! pod/perldelta.pod
31127 ____________________________________________________________________________
31128 [ 7009] By: nick on 2000/09/02 16:48:35
31129 Log: If overloaded %{} etc. return the object do not loop.
31130 Thus sub deref { $_[0] } functions if object is wanted type.
31133 ____________________________________________________________________________
31134 [ 7008] By: jhi on 2000/09/02 16:26:11
31135 Log: Retab MANIFEST.
31137 ! ext/Storable/MANIFEST
31138 ____________________________________________________________________________
31139 [ 7007] By: jhi on 2000/09/02 16:23:02
31140 Log: Make certain cc is set before trying to run it.
31142 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
31143 ____________________________________________________________________________
31144 [ 7006] By: jhi on 2000/09/02 15:45:41
31145 Log: Unicode notes.
31147 ! pod/perldelta.pod
31148 ____________________________________________________________________________
31149 [ 7005] By: jhi on 2000/09/02 15:42:11
31150 Log: Various Configure nits by Philip Newton,
31151 plus the ebcdic one by me.
31153 + U/modified/pager.U
31154 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
31155 Branch: metaconfig/U/perl
31156 ! Devel.U quadfio.U
31158 ! Configure config_h.SH
31159 ____________________________________________________________________________
31160 [ 7004] By: jhi on 2000/09/02 15:06:14
31161 Log: Apparently avoiding the swapping is too costly.
31163 From: "Ben Tilly" <ben_tilly@hotmail.com>
31164 Subject: Re: the door is closed.
31165 Date: Fri, 01 Sep 2000 20:23:16 EDT
31166 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
31169 ____________________________________________________________________________
31170 [ 7003] By: nick on 2000/09/02 12:26:04
31171 Log: Undo part of change 6489 which looks like a bulk edit which
31172 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
31173 The supressing of main:: on return from select() is undesirable.
31176 ____________________________________________________________________________
31177 [ 7002] By: jhi on 2000/09/01 23:08:54
31178 Log: Update Changes.
31180 ! Changes patchlevel.h
31181 ____________________________________________________________________________
31182 [ 7001] By: jhi on 2000/09/01 23:00:13
31183 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
31184 From: Peter Prymmer <pvhp@forte.com>
31185 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
31186 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
31188 plus rework the http: spots as suggested by Tom Christiansen,
31189 plus regen perltoc.
31191 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
31192 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
31193 ____________________________________________________________________________
31194 [ 7000] By: jhi on 2000/09/01 22:36:01
31195 Log: Only the first line, thank you very much.
31197 ! hints/solaris_2.sh
31198 ____________________________________________________________________________
31199 [ 6999] By: gsar on 2000/09/01 22:16:40
31200 Log: change#6791 accidentally clobbered change#6710, put it back
31203 ____________________________________________________________________________
31204 [ 6998] By: jhi on 2000/09/01 22:14:16
31205 Log: Mention the HP-UX LP64 freak failure.
31207 ! pod/perldelta.pod
31208 ____________________________________________________________________________
31209 [ 6997] By: jhi on 2000/09/01 21:48:32
31213 ____________________________________________________________________________
31214 [ 6996] By: jhi on 2000/09/01 21:27:10
31215 Log: Update Changes.
31217 ! Changes patchlevel.h
31218 ____________________________________________________________________________
31219 [ 6995] By: jhi on 2000/09/01 21:14:24
31220 Log: Mi splgn s gnin.g
31223 ____________________________________________________________________________
31224 [ 6994] By: jhi on 2000/09/01 21:09:54
31225 Log: Subject: http:// in L<>
31226 From: Nicholas Clark <nick@ccl4.org>
31227 Date: Fri, 1 Sep 2000 22:03:21 +0100
31228 Message-ID: <20000901220321.B72074@plum.flirble.org>
31230 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
31231 ____________________________________________________________________________
31232 [ 6993] By: jhi on 2000/09/01 21:06:54
31233 Log: Update to Storable 1.0, from Raphael Manfredi.
31235 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
31236 ! ext/Storable/Makefile.PL ext/Storable/README
31237 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
31238 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
31239 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
31240 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
31241 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
31242 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
31243 ____________________________________________________________________________
31244 [ 6992] By: jhi on 2000/09/01 20:43:05
31245 Log: Mention known sfio+linux buglet.
31247 ! pod/perldelta.pod
31248 ____________________________________________________________________________
31249 [ 6991] By: jhi on 2000/09/01 20:40:11
31250 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
31251 From: Peter Prymmer <pvhp@forte.com>
31252 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
31253 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
31256 ____________________________________________________________________________
31257 [ 6990] By: jhi on 2000/09/01 20:25:26
31258 Log: Retract #6986.
31260 ! hints/solaris_2.sh
31261 ____________________________________________________________________________
31262 [ 6989] By: jhi on 2000/09/01 20:23:00
31263 Log: Mergesort is back.
31265 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
31266 ____________________________________________________________________________
31267 [ 6988] By: jhi on 2000/09/01 19:37:40
31268 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
31269 From: Mike Guy <mjtg@cam.ac.uk>
31270 Date: Fri, 01 Sep 2000 17:43:33 +0100
31271 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
31273 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
31274 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
31275 ____________________________________________________________________________
31276 [ 6987] By: jhi on 2000/09/01 19:17:10
31277 Log: Regen perltoc.
31280 ____________________________________________________________________________
31281 [ 6986] By: jhi on 2000/09/01 18:51:10
31282 Log: Subject: Re: Solaris x86 has no SPARC libraries!
31283 From: Lupe Christoph <lupe@lupe-christoph.de>
31284 Date: Fri, 1 Sep 2000 20:41:20 +0200
31285 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
31287 ! hints/solaris_2.sh
31288 ____________________________________________________________________________
31289 [ 6985] By: jhi on 2000/09/01 18:28:10
31290 Log: Update Changes.
31292 ! Changes patchlevel.h
31293 ____________________________________________________________________________
31294 [ 6984] By: jhi on 2000/09/01 18:26:53
31295 Log: Feature ordering tweak.
31298 ____________________________________________________________________________
31299 [ 6983] By: jhi on 2000/09/01 18:19:50
31300 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31301 From: <abigail@foad.org>
31302 Date: Fri, 1 Sep 2000 13:07:32 -0400
31303 Message-ID: <20000901170732.18249.qmail@foad.org>
31305 ! t/pragma/overload.t
31306 ____________________________________________________________________________
31307 [ 6982] By: jhi on 2000/09/01 18:17:54
31308 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
31309 so that case-ignoring systems like DCL can tell them from
31310 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
31311 Branch: metaconfig/U/perl
31312 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
31314 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31315 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
31316 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
31317 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
31318 ! vos/config.def vos/config.h vos/config_h.SH_orig
31319 ! win32/config.bc win32/config.gc win32/config.vc
31320 ____________________________________________________________________________
31321 [ 6981] By: nick on 2000/09/01 17:21:57
31322 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
31323 warning when UNTIE exists and instead pass the cound of extra references to
31326 ! pod/perltie.pod pp_sys.c
31327 ____________________________________________________________________________
31328 [ 6980] By: jhi on 2000/09/01 16:54:44
31329 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
31330 From: Peter Prymmer <pvhp@forte.com>
31331 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
31332 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
31335 ____________________________________________________________________________
31336 [ 6979] By: jhi on 2000/09/01 16:06:20
31337 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
31338 From: Mike Guy <mjtg@cam.ac.uk>
31339 Date: Fri, 01 Sep 2000 16:49:27 +0100
31340 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
31343 ____________________________________________________________________________
31344 [ 6978] By: jhi on 2000/09/01 16:00:42
31345 Log: Update to PodParser 1.18, from Brad Appleton.
31347 ! lib/Pod/Checker.pm t/pod/find.t
31348 ____________________________________________________________________________
31349 [ 6977] By: jhi on 2000/09/01 14:48:58
31350 Log: Subject: Nit in Configure (bleadperl@6961)
31351 From: Lupe Christoph <lupe@lupe-christoph.de>
31352 Date: Fri, 1 Sep 2000 16:34:29 +0200
31353 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
31355 ! U/compline/ccflags.U
31357 ! Configure config_h.SH
31358 ____________________________________________________________________________
31359 [ 6976] By: jhi on 2000/09/01 14:39:52
31360 Log: Update Changes.
31362 ! Changes patchlevel.h
31363 ____________________________________________________________________________
31364 [ 6975] By: jhi on 2000/09/01 14:37:36
31365 Log: microperl config update.
31367 ! uconfig.h uconfig.sh
31368 ____________________________________________________________________________
31369 [ 6974] By: jhi on 2000/09/01 14:36:53
31370 Log: Document known deficiencies.
31372 ! pod/perldelta.pod
31373 ____________________________________________________________________________
31374 [ 6973] By: jhi on 2000/09/01 14:10:20
31375 Log: Mention warnings fixes and updates.
31377 ! pod/perldelta.pod
31378 ____________________________________________________________________________
31379 [ 6972] By: jhi on 2000/09/01 14:01:52
31380 Log: Drop unused argument.
31382 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
31383 From: Spider Boardman <spider@web.zk3.dec.com>
31384 Date: Thu, 31 Aug 2000 16:10:15 -0400
31385 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
31388 ____________________________________________________________________________
31389 [ 6971] By: jhi on 2000/09/01 13:59:24
31390 Log: Add the overload warnings to perldiag.
31392 ! lib/overload.pm pod/perldiag.pod
31393 ____________________________________________________________________________
31394 [ 6970] By: jhi on 2000/09/01 13:55:10
31395 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31396 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31397 Date: Fri, 1 Sep 2000 13:43:15 +0100
31398 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
31400 ! lib/overload.pm t/pragma/overload.t
31401 ____________________________________________________________________________
31402 [ 6969] By: jhi on 2000/09/01 13:52:27
31403 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31404 From: <abigail@foad.org>
31405 Date: Fri, 1 Sep 2000 05:46:54 -0400
31406 Message-ID: <20000901094654.6476.qmail@foad.org>
31409 ____________________________________________________________________________
31410 [ 6968] By: jhi on 2000/09/01 13:50:05
31411 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
31412 From: Daniel Chetlin <daniel@chetlin.com>
31413 Date: Fri, 1 Sep 2000 02:10:55 -0700
31414 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
31416 ! pod/perlretut.pod
31417 ____________________________________________________________________________
31418 [ 6967] By: jhi on 2000/09/01 13:47:54
31419 Log: Part of the solution.
31421 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
31422 From: Mike Guy <mjtg@cam.ac.uk>
31423 Date: Fri, 01 Sep 2000 14:16:01 +0100
31424 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
31427 ____________________________________________________________________________
31428 [ 6966] By: jhi on 2000/09/01 13:46:17
31429 Log: Subject: CPAN.pm beta 1.57_57 for the core
31430 From: andreas.koenig@anima.de (Andreas J. Koenig)
31431 Date: 01 Sep 2000 15:16:31 +0200
31432 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
31434 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31435 ____________________________________________________________________________
31436 [ 6965] By: jhi on 2000/09/01 13:43:18
31437 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
31438 From: "Craig A. Berry" <craig.berry@psinetcs.com>
31439 Date: Fri, 01 Sep 2000 01:47:22 -0500
31440 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
31442 ! pod/perldelta.pod vms/vms.c
31443 ____________________________________________________________________________
31444 [ 6964] By: jhi on 2000/09/01 13:35:35
31445 Log: File::Temp patches from Andreas König,
31447 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
31448 From: andreas.koenig@anima.de (Andreas J. Koenig)
31449 Date: 01 Sep 2000 10:07:20 +0200
31450 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
31452 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
31453 From: andreas.koenig@anima.de (Andreas J. Koenig)
31454 Date: 31 Aug 2000 23:26:08 +0200
31455 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
31457 ! lib/File/Temp.pm t/lib/ftmp-security.t
31458 ____________________________________________________________________________
31459 [ 6963] By: jhi on 2000/09/01 02:22:24
31460 Log: Retract the mergesort code, way too incompatible licensing
31463 ! pod/perldelta.pod pp_ctl.c
31464 ____________________________________________________________________________
31465 [ 6962] By: jhi on 2000/08/31 23:27:32
31466 Log: Update Changes.
31468 ! Changes patchlevel.h
31469 ____________________________________________________________________________
31470 [ 6961] By: jhi on 2000/08/31 23:20:04
31471 Log: Small tweaks all over.
31473 ! U/compline/d_gconvert.U
31475 ! AUTHORS Configure config_h.SH pp_ctl.c
31476 ____________________________________________________________________________
31477 [ 6960] By: jhi on 2000/08/31 22:39:36
31478 Log: Further rewording.
31481 ____________________________________________________________________________
31482 [ 6959] By: jhi on 2000/08/31 21:26:44
31483 Log: More address tweaking.
31486 ____________________________________________________________________________
31487 [ 6958] By: jhi on 2000/08/31 20:47:25
31488 Log: AUTHORS tweaks, from Peter Prymmer.
31490 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
31491 From: Peter Prymmer <pvhp@forte.com>
31492 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
31493 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
31496 ____________________________________________________________________________
31497 [ 6957] By: jhi on 2000/08/31 20:34:43
31498 Log: perldelta tweaks.
31500 ! pod/perldelta.pod
31501 ____________________________________________________________________________
31502 [ 6956] By: jhi on 2000/08/31 19:11:06
31503 Log: Regen perltoc.
31506 ____________________________________________________________________________
31507 [ 6955] By: jhi on 2000/08/31 19:06:30
31508 Log: Clarify the mergesort situation.
31511 ____________________________________________________________________________
31512 [ 6954] By: jhi on 2000/08/31 18:24:17
31513 Log: Move the Solaris 7 scan to use64bitall, make the
31514 failure to find 64-bot sparc libc to mention the
31515 possibility of being in an intel, from Lupe and Alan.
31517 ! hints/solaris_2.sh
31518 ____________________________________________________________________________
31519 [ 6953] By: jhi on 2000/08/31 18:09:20
31520 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
31521 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
31523 ! U/compline/d_gconvert.U U/threads/archname.U
31524 Branch: metaconfig/U/perl
31527 ! Configure config_h.SH sv.c
31528 ____________________________________________________________________________
31529 [ 6952] By: jhi on 2000/08/31 17:42:24
31530 Log: :: not allowed in pathnames, change to .
31532 Subject: [PATCH perl@6938] cygwin port
31533 From: "Fifer, Eric" <EFifer@sanwaint.com>
31534 Date: Thu, 31 Aug 2000 16:32:59 +0100
31535 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
31536 Branch: metaconfig/U/perl
31538 ____________________________________________________________________________
31539 [ 6951] By: jhi on 2000/08/31 17:02:05
31540 Log: Try to deduce NV_MAX. Really should be Configure fodder.
31543 ____________________________________________________________________________
31544 [ 6950] By: jhi on 2000/08/31 16:26:08
31545 Log: More author updates.
31547 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
31548 From: Simon Cozens <simon@cozens.net>
31549 Date: Thu, 31 Aug 2000 17:13:32 +0100
31550 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
31553 ____________________________________________________________________________
31554 [ 6949] By: jhi on 2000/08/31 16:04:49
31555 Log: POSIX doesn't report long double values under -Duselongdouble
31556 when the long doubles are "real" (bigger than doubles).
31558 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
31559 From: Spider Boardman <spider@peano.zk3.dec.com>
31560 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
31561 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
31563 ! ext/POSIX/POSIX.xs
31564 ____________________________________________________________________________
31565 [ 6948] By: jhi on 2000/08/31 15:25:10
31566 Log: Update Changes.
31568 ! Changes patchlevel.h
31569 ____________________________________________________________________________
31570 [ 6947] By: jhi on 2000/08/31 15:22:29
31571 Log: Document UNTIE in a very minimalistic way.
31573 ! pod/perlfunc.pod pod/perltie.pod
31574 ____________________________________________________________________________
31575 [ 6946] By: jhi on 2000/08/31 15:15:23
31576 Log: Document known failures.
31578 ! pod/perldelta.pod
31579 ____________________________________________________________________________
31580 [ 6945] By: jhi on 2000/08/31 15:07:00
31581 Log: Don't attach -ld to the archname if pointless.
31583 ! U/threads/archname.U
31585 ! Configure config_h.SH
31586 ____________________________________________________________________________
31587 [ 6944] By: jhi on 2000/08/31 14:37:42
31588 Log: Wrap the test in eval.
31590 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
31591 From: Tim Jenness <timj@jach.hawaii.edu>
31592 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
31593 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
31595 ! t/lib/ftmp-security.t
31596 ____________________________________________________________________________
31597 [ 6943] By: jhi on 2000/08/31 14:30:57
31598 Log: Make -Dusemorebits find long doubles in Solaris.
31600 ! hints/solaris_2.sh
31601 ____________________________________________________________________________
31602 [ 6942] By: jhi on 2000/08/31 13:48:45
31603 Log: Clarify the third case of ftmp-security warnings.
31606 ____________________________________________________________________________
31607 [ 6941] By: jhi on 2000/08/31 13:40:31
31608 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
31609 From: <abigail@foad.org>
31610 Date: Thu, 31 Aug 2000 01:35:05 -0400
31611 Message-ID: <20000831053505.32120.qmail@foad.org>
31613 ! pod/perldelta.pod
31614 ____________________________________________________________________________
31615 [ 6940] By: jhi on 2000/08/31 13:38:48
31616 Log: Issue useful diagnostic on unknown pod commands.
31618 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
31619 From: <abigail@foad.org>
31620 Date: Thu, 31 Aug 2000 03:41:18 -0400
31621 Message-ID: <20000831074118.24880.qmail@foad.org>
31624 ____________________________________________________________________________
31625 [ 6939] By: jhi on 2000/08/31 13:34:33
31626 Log: Reveal Borland's isnan.
31628 Subject: build with BC++ tweak
31629 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31630 Date: Thu, 31 Aug 2000 13:09:37 +0400
31631 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
31634 ____________________________________________________________________________
31635 [ 6938] By: jhi on 2000/08/31 05:01:20
31636 Log: Update Changes.
31638 ! Changes patchlevel.h
31639 ____________________________________________________________________________
31640 [ 6937] By: jhi on 2000/08/31 04:26:23
31641 Log: sscanf() may be the only way to read long doubles from strings.
31642 Branch: metaconfig/U/perl
31645 ! Configure config_h.SH perl.h util.c
31646 ____________________________________________________________________________
31647 [ 6936] By: jhi on 2000/08/31 04:18:19
31648 Log: The #6929 was too skimpy.
31651 ____________________________________________________________________________
31652 [ 6935] By: jhi on 2000/08/31 02:47:07
31653 Log: Subject: Re: typos in pods
31654 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31655 Date: Wed, 30 Aug 2000 19:25:34 -0700
31656 Message-ID: <eIcr5gzkg25X092yn@efn.org>
31658 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
31659 ____________________________________________________________________________
31660 [ 6934] By: jhi on 2000/08/31 02:42:55
31661 Log: Missed one Unicode file.
31663 + lib/unicode/UCDFF301.html
31664 ____________________________________________________________________________
31665 [ 6933] By: jhi on 2000/08/30 23:42:27
31666 Log: Update Changes.
31668 ! Changes patchlevel.h
31669 ____________________________________________________________________________
31670 [ 6932] By: jhi on 2000/08/30 23:40:07
31671 Log: Mention UNTIE in perldelta. Still needs documenting
31672 in perltie et alia.
31674 ! pod/perldelta.pod
31675 ____________________________________________________________________________
31676 [ 6931] By: jhi on 2000/08/30 23:36:02
31677 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
31678 From: <abigail@foad.org>
31679 Date: Wed, 30 Aug 2000 19:28:07 -0400
31680 Message-ID: <20000830232807.305.qmail@foad.org>
31682 ! pod/perldelta.pod
31683 ____________________________________________________________________________
31684 [ 6930] By: jhi on 2000/08/30 23:32:40
31685 Log: Update to Unicode 3.0.1.
31687 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
31688 + lib/unicode/PropList.txt lib/unicode/README.perl
31689 + lib/unicode/UCD301.html lib/unicode/Unicode.301
31690 - lib/unicode/Props.txt lib/unicode/UCD300.html
31691 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31693 ____________________________________________________________________________
31694 [ 6929] By: jhi on 2000/08/30 22:38:18
31695 Log: Heap decorruption.
31697 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
31698 From: Alan Burlison <Alan.Burlison@uk.sun.com>
31699 Date: Wed, 30 Aug 2000 22:39:52 +0100
31700 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
31703 ____________________________________________________________________________
31704 [ 6928] By: jhi on 2000/08/30 22:29:34
31705 Log: Retract the dummy test, skip the security tests (instead of failing),
31706 explain what the warnings mean.
31708 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
31709 ____________________________________________________________________________
31710 [ 6927] By: jhi on 2000/08/30 22:14:13
31711 Log: Change the internal implementation of sort() to be mergesort
31712 instead of quicksort, from John Linderman <jpl@research.att.com>.
31713 Gives us better worst case, better average case, and stability.
31714 What's there not to like? (Small fixes for threaded builds
31717 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
31718 ____________________________________________________________________________
31719 [ 6926] By: jhi on 2000/08/30 20:55:20
31720 Log: A better fix for the Socket building problem from Craig Berry.
31723 ____________________________________________________________________________
31724 [ 6925] By: jhi on 2000/08/30 20:20:25
31725 Log: Subject: [PATCH] Re: UNTIE method
31726 From: Nick Ing-Simmons <nik@tiuk.ti.com>
31727 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
31728 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
31730 ! pp_sys.c t/op/tie.t
31731 ____________________________________________________________________________
31732 [ 6924] By: jhi on 2000/08/30 20:17:11
31733 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
31734 From: "Craig A. Berry" <craig.berry@psinetcs.com>
31735 Date: Wed, 30 Aug 2000 15:03:14 -0500
31736 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
31739 ____________________________________________________________________________
31740 [ 6923] By: jhi on 2000/08/30 20:15:18
31741 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
31742 From: "Craig A. Berry" <craig.berry@psinetcs.com>
31743 Date: Wed, 30 Aug 2000 13:30:36 -0500
31744 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
31747 ____________________________________________________________________________
31748 [ 6922] By: jhi on 2000/08/30 19:54:43
31749 Log: Better options for rsync.
31752 ____________________________________________________________________________
31753 [ 6921] By: jhi on 2000/08/30 19:40:16
31754 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
31755 From: Rick Delaney <rick@consumercontact.com>
31756 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
31757 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
31760 ____________________________________________________________________________
31761 [ 6920] By: jhi on 2000/08/30 19:36:40
31762 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
31763 From: Peter Prymmer <pvhp@forte.com>
31764 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
31765 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
31768 ____________________________________________________________________________
31769 [ 6919] By: jhi on 2000/08/30 14:52:02
31770 Log: Update Changes.
31772 ! Changes patchlevel.h
31773 ____________________________________________________________________________
31774 [ 6918] By: jhi on 2000/08/30 14:48:34
31775 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
31777 ! lib/ExtUtils/typemap
31778 ____________________________________________________________________________
31779 [ 6917] By: jhi on 2000/08/30 14:46:34
31780 Log: Subject: typos in pods
31781 From: Nicholas Clark <nick@ccl4.org>
31782 Date: Wed, 30 Aug 2000 01:12:50 +0100
31783 Message-ID: <20000830011249.A61388@plum.flirble.org>
31785 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
31786 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
31787 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
31788 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
31789 ____________________________________________________________________________
31790 [ 6916] By: jhi on 2000/08/30 14:19:09
31791 Log: Document Storable problems on Crays. (Will have
31792 to document all the other Storable problems, too.)
31794 ! pod/perldelta.pod
31795 ____________________________________________________________________________
31796 [ 6915] By: jhi on 2000/08/30 14:06:02
31797 Log: Subject: [PATCH] fix misc cast warnings
31798 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31799 Date: Tue, 29 Aug 2000 23:16:14 -0700
31800 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
31802 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
31803 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
31805 ____________________________________________________________________________
31806 [ 6914] By: jhi on 2000/08/30 14:03:45
31807 Log: Timestamp mismatch again. Need to fix this dependence on
31808 config_h.SH timestamp, since it's the contents of config_h.SH
31811 ! uconfig.h uconfig.sh
31812 ____________________________________________________________________________
31813 [ 6913] By: jhi on 2000/08/30 13:54:06
31814 Log: Don't say "Perl 5.0 source kit".
31817 ____________________________________________________________________________
31818 [ 6912] By: jhi on 2000/08/30 13:51:24
31819 Log: Reset archname and archname64 always, forcing them be
31820 recomputed at each Configure run, make Configure and
31821 the hints files agree on the naming of largefiles variables.
31823 ! U/threads/archname.U
31824 Branch: metaconfig/U/perl
31827 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
31828 ! hints/linux.sh hints/solaris_2.sh
31829 ____________________________________________________________________________
31830 [ 6911] By: jhi on 2000/08/30 13:30:13
31831 Log: Put back the slice accidentally removed by #6907.
31833 ! hints/solaris_2.sh
31834 ____________________________________________________________________________
31835 [ 6910] By: jhi on 2000/08/30 01:24:26
31836 Log: Be consistent: other Net::get* do export theirs.
31838 Subject: Re: Net::protoent does not export 'getproto'
31839 From: Yasushi Nakajima <sey@jkc.co.jp>
31840 Date: Wed, 30 Aug 2000 09:53:14 +0900
31841 Message-Id: <200008300051.DAA24700@taku.hut.fi>
31843 ! lib/Net/protoent.pm
31844 ____________________________________________________________________________
31845 [ 6909] By: jhi on 2000/08/30 01:17:25
31846 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
31847 From: Gurusamy Sarathy <gsar@ActiveState.com>
31848 Date: Tue, 29 Aug 2000 17:17:07 -0700
31849 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
31852 ____________________________________________________________________________
31853 [ 6908] By: jhi on 2000/08/30 00:58:05
31854 Log: Update Changes.
31856 ! Changes patchlevel.h
31857 ____________________________________________________________________________
31858 [ 6907] By: jhi on 2000/08/30 00:57:22
31859 Log: Introduce ccname to keep track of what compiler kind of we have.
31860 Branch: metaconfig/U/perl
31861 ! Checkcc.U gccvers.U
31863 ! Configure config_h.SH hints/solaris_2.sh
31864 ____________________________________________________________________________
31865 [ 6906] By: jhi on 2000/08/30 00:25:47
31866 Log: Put back the flags dump as reasoned in
31868 Subject: Re: [PATCH] Glob dumping
31869 From: Mike Guy <mjtg@cam.ac.uk>
31870 Date: Tue, 29 Aug 2000 21:41:32 +0100
31871 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
31873 ! dump.c t/lib/peek.t
31874 ____________________________________________________________________________
31875 [ 6905] By: jhi on 2000/08/30 00:16:17
31876 Log: Make the epsilon to be relative, not absolute.
31878 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
31879 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
31880 Date: Tue, 29 Aug 2000 19:58:56 -0400
31881 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
31884 ____________________________________________________________________________
31885 [ 6904] By: jhi on 2000/08/30 00:13:09
31886 Log: From now on, Gisle is on my list of usual suspects :-)
31889 ! ext/Opcode/Safe.pm
31890 ____________________________________________________________________________
31891 [ 6903] By: jhi on 2000/08/29 23:51:20
31892 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
31893 From: "Craig A. Berry" <craig.berry@psinetcs.com>
31894 Date: Tue, 29 Aug 2000 18:43:26 -0500
31895 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
31898 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
31900 ____________________________________________________________________________
31901 [ 6902] By: jhi on 2000/08/29 23:44:14
31902 Log: Retry what #6882 attempted.
31904 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
31905 From: Gisle Aas <gisle@ActiveState.com>
31906 Date: 30 Aug 2000 00:33:09 +0200
31907 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
31909 ! ext/Opcode/Safe.pm
31910 ____________________________________________________________________________
31911 [ 6901] By: jhi on 2000/08/29 22:59:32
31912 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
31913 From: Hugo <hv@crypt.compulink.co.uk>
31914 Date: Mon, 12 Jun 2000 19:36:08 +0100
31915 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
31918 ____________________________________________________________________________
31919 [ 6900] By: jhi on 2000/08/29 22:58:35
31920 Log: Admit that we are leaking scalars.
31922 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
31923 From: Spider Boardman <spider@leggy.zk3.dec.com>
31924 Date: Tue, 29 Aug 2000 18:48:29 -0400
31925 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
31927 ! t/pragma/warnings.t
31928 ____________________________________________________________________________
31929 [ 6899] By: jhi on 2000/08/29 20:53:13
31930 Log: Update Changes.
31932 ! Changes patchlevel.h
31933 ____________________________________________________________________________
31934 [ 6898] By: jhi on 2000/08/29 20:46:21
31935 Log: Undo namespace pollution of #6878.
31937 Subject: Re: Net::protoent does not export 'getproto'
31938 From: Mike Guy <mjtg@cam.ac.uk>
31939 Date: Tue, 29 Aug 2000 21:32:37 +0100
31940 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
31942 ! lib/Net/protoent.pm
31943 ____________________________________________________________________________
31944 [ 6897] By: jhi on 2000/08/29 20:44:29
31945 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
31946 From: Peter Prymmer <pvhp@forte.com>
31947 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
31948 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
31950 ! pod/perlebcdic.pod
31951 ____________________________________________________________________________
31952 [ 6896] By: jhi on 2000/08/29 20:40:57
31953 Log: There's no point repeating the 'revision' (5) of perl5.
31954 Branch: metaconfig/U/perl
31955 ! Devel.U patchlevel.U
31957 ! Configure config_h.SH
31958 ____________________________________________________________________________
31959 [ 6895] By: jhi on 2000/08/29 20:16:58
31960 Log: Regen Configure for #6894.
31961 Branch: metaconfig/U/perl
31964 ! Configure config_h.SH
31965 ____________________________________________________________________________
31966 [ 6894] By: jhi on 2000/08/29 19:59:52
31967 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
31968 From: "Philip Newton" <Philip.Newton@gmx.net>
31969 Date: Tue, 29 Aug 2000 21:39:14 +0200
31970 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
31972 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
31973 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
31974 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
31976 ____________________________________________________________________________
31977 [ 6893] By: jhi on 2000/08/29 19:55:30
31978 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
31979 From: "Philip Newton" <Philip.Newton@gmx.net>
31980 Date: Tue, 29 Aug 2000 21:39:14 +0200
31981 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
31984 ____________________________________________________________________________
31985 [ 6892] By: jhi on 2000/08/29 19:53:59
31986 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
31987 From: "Philip Newton" <Philip.Newton@gmx.net>
31988 Date: Tue, 29 Aug 2000 21:48:18 +0200
31989 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
31992 ____________________________________________________________________________
31993 [ 6891] By: jhi on 2000/08/29 18:30:03
31994 Log: Nail the ID 20000828.023.
31996 ! ext/Storable/Storable.xs
31997 ____________________________________________________________________________
31998 [ 6890] By: jhi on 2000/08/29 16:50:17
31999 Log: Under usethreads the dumped variable is IN_PAD.
32001 Subject: Re: [PATCH] Glob dumping
32002 From: Gisle Aas <gisle@ActiveState.com>
32003 Date: 29 Aug 2000 18:45:05 +0200
32004 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
32007 ____________________________________________________________________________
32008 [ 6889] By: jhi on 2000/08/29 15:17:37
32009 Log: Update Changes.
32011 ! Changes patchlevel.h
32012 ____________________________________________________________________________
32013 [ 6888] By: jhi on 2000/08/29 14:49:59
32014 Log: Retract #6882, broke the safe tests.
32016 ! ext/Opcode/Safe.pm
32017 ____________________________________________________________________________
32018 [ 6887] By: jhi on 2000/08/29 14:47:06
32019 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
32020 From: Gisle Aas <gisle@ActiveState.com>
32021 Date: 09 Jun 2000 20:00:11 +0200
32022 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
32025 ____________________________________________________________________________
32026 [ 6886] By: jhi on 2000/08/29 14:42:45
32027 Log: The #6881 removed one dump line.
32030 ____________________________________________________________________________
32031 [ 6885] By: jhi on 2000/08/29 14:30:47
32032 Log: Don't forget to tidy up.
32034 ! t/lib/ftmp-security.t
32035 ____________________________________________________________________________
32036 [ 6884] By: jhi on 2000/08/29 14:25:17
32037 Log: Disabling the one test is a bit tricky.
32039 ! t/lib/ftmp-security.t
32040 ____________________________________________________________________________
32041 [ 6883] By: jhi on 2000/08/29 14:16:25
32042 Log: Disable one of the tests for now.
32044 ! t/lib/ftmp-security.t
32045 ____________________________________________________________________________
32046 [ 6882] By: jhi on 2000/08/29 14:05:50
32047 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
32049 Date: 29 Aug 2000 10:35:06 -0000
32050 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
32052 ! ext/Opcode/Safe.pm
32053 ____________________________________________________________________________
32054 [ 6881] By: jhi on 2000/08/29 14:03:51
32055 Log: Subject: [PATCH] Glob dumping
32056 From: Gisle Aas <gisle@ActiveState.com>
32057 Date: 29 Aug 2000 07:59:42 -0000
32058 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
32061 ____________________________________________________________________________
32062 [ 6880] By: jhi on 2000/08/29 14:02:01
32063 Log: Subject: [PATCH] Warnings in B::Deparse
32064 From: <abigail@foad.org>
32065 Date: Tue, 29 Aug 2000 00:00:01 -0400
32066 Message-ID: <20000829040001.2999.qmail@foad.org>
32068 ! ext/B/B/Deparse.pm
32069 ____________________________________________________________________________
32070 [ 6879] By: jhi on 2000/08/29 13:57:26
32071 Log: Missed a change in #6869.
32074 ____________________________________________________________________________
32075 [ 6878] By: jhi on 2000/08/29 13:45:04
32076 Log: Subject: Net::protoent does not export 'getproto'
32077 From: Yasushi Nakajima <sey@jkc.co.jp>
32078 Date: Tue, 29 Aug 2000 17:28:57 +0900
32080 ! lib/Net/protoent.pm
32081 ____________________________________________________________________________
32082 [ 6877] By: jhi on 2000/08/29 13:39:19
32083 Log: Patches all over for people and the files they (hopefully) care about.
32085 ! AUTHORS Changes MAINTAIN
32086 ____________________________________________________________________________
32087 [ 6876] By: jhi on 2000/08/29 12:53:54
32088 Log: Fix for thinko in #6848.
32090 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
32091 From: Lupe Christoph <lupe@lupe-christoph.de>
32092 Date: Tue, 29 Aug 2000 09:04:08 +0200
32093 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
32095 ! ext/Thread/Thread.xs
32096 ____________________________________________________________________________
32097 [ 6875] By: jhi on 2000/08/29 12:50:14
32098 Log: Update to Getopt::Long 2.24, from Johan Vromans.
32100 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
32101 ____________________________________________________________________________
32102 [ 6874] By: jhi on 2000/08/29 02:09:53
32103 Log: Use minimal @INC in tests, most of the time just '../lib',
32104 so that we simply can't pick up stuff from other Perls than
32105 the one we are testing. Pointed out by
32107 From: Mike Guy <mjtg@cam.ac.uk>
32108 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
32109 Date: Fri, 25 Aug 2000 15:15:59 +0100
32110 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
32113 ____________________________________________________________________________
32114 [ 6873] By: jhi on 2000/08/29 01:07:11
32115 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
32116 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32117 Date: Mon, 28 Aug 2000 17:45:52 -0700
32118 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
32120 ! Makefile.SH hints/os2.sh
32121 ____________________________________________________________________________
32122 [ 6872] By: jhi on 2000/08/28 23:33:39
32123 Log: Subject: [PATCH bleedperl@6866] spellings
32124 From: marcel@codewerk.com (Marcel Grunauer)
32125 Date: Tue, 29 Aug 2000 01:19:59 +0200
32126 Message-Id: <200008282319.BAA29862@gandalf.local>
32128 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
32129 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
32130 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
32131 ____________________________________________________________________________
32132 [ 6871] By: jhi on 2000/08/28 23:22:09
32133 Log: Take out the SUIDMAIL thing, that will not be
32134 a problem in 5.7.*.
32137 ____________________________________________________________________________
32138 [ 6870] By: jhi on 2000/08/28 23:19:30
32139 Log: -S is the silent flag, -s is the strip flag.
32141 Subject: [PATCH] Re: [PATCH] make no-install
32142 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32143 Date: Mon, 28 Aug 2000 15:12:55 -0700
32144 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
32147 ____________________________________________________________________________
32148 [ 6869] By: jhi on 2000/08/28 23:12:05
32149 Log: Subject: [PATCH bleedperl@6856] warnings fixes
32150 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32151 Date: Mon, 28 Aug 2000 23:55:06 +0100
32152 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
32154 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
32155 ! warnings.h warnings.pl
32156 ____________________________________________________________________________
32157 [ 6868] By: jhi on 2000/08/28 21:38:22
32158 Log: Potential cruft.
32161 ____________________________________________________________________________
32162 [ 6867] By: jhi on 2000/08/28 21:35:36
32163 Log: Update Changes.
32165 ! Changes patchlevel.h
32166 ____________________________________________________________________________
32167 [ 6866] By: jhi on 2000/08/28 21:33:49
32168 Log: Subject: hv.h Doc Patch
32169 From: Fisher Mark <fisherm@tce.com>
32170 Date: Mon, 28 Aug 2000 16:24:59 -0500
32171 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
32174 ____________________________________________________________________________
32175 [ 6865] By: jhi on 2000/08/28 21:02:15
32176 Log: Add -ld to archname on long tr...double platforms.
32178 ! U/threads/archname.U
32180 ! Configure config_h.SH
32181 ____________________________________________________________________________
32182 [ 6864] By: jhi on 2000/08/28 20:38:59
32183 Log: An attempt to fix the problem reported in
32185 Subject: Building perl@6856 using gcc/AIX 4.3.3
32186 From: Daniel Muino <dmuino@afip.gov.ar>
32187 Date: Mon, 28 Aug 2000 15:50:01 -0300
32188 Message-ID: <20000828155001.A14403@con2-dgi>
32190 I can't test this properly since the gcc installation I have
32191 access to seems to be botched (gcc is calling the AIX cpp,
32192 a losing proposition...)
32195 ____________________________________________________________________________
32196 [ 6863] By: jhi on 2000/08/28 18:57:52
32197 Log: Fix for ID 20000828.001, long doubles were not formatted
32198 correctly (showed up in $], which stopped installing perl).
32201 ____________________________________________________________________________
32202 [ 6862] By: jhi on 2000/08/28 18:07:15
32203 Log: Typo in #6858.
32206 ____________________________________________________________________________
32207 [ 6861] By: jhi on 2000/08/28 17:57:27
32208 Log: opmini.o may be left around if a build is interrupted.
32211 ____________________________________________________________________________
32212 [ 6860] By: jhi on 2000/08/28 16:52:50
32213 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
32214 From: Daniel Chetlin <daniel@chetlin.com>
32215 Date: Mon, 28 Aug 2000 01:14:18 -0700
32216 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
32219 ____________________________________________________________________________
32220 [ 6859] By: jhi on 2000/08/28 16:08:46
32221 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
32222 From: Nicholas Clark <nick@ccl4.org>
32223 Date: Mon, 28 Aug 2000 16:03:27 +0100
32224 Message-Id: <20000828160327.C49785@plum.flirble.org>
32226 ! ext/ByteLoader/bytecode.h
32227 ____________________________________________________________________________
32228 [ 6858] By: jhi on 2000/08/28 16:02:10
32229 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
32230 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
32231 Date: Mon, 28 Aug 2000 13:08:30 +0200
32232 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
32235 ____________________________________________________________________________
32236 [ 6857] By: jhi on 2000/08/28 15:42:47
32237 Log: display_format used as a class method without arguments was broken,
32240 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
32241 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
32242 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
32243 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
32245 ! lib/Math/Complex.pm t/lib/complex.t
32246 ____________________________________________________________________________
32247 [ 6856] By: jhi on 2000/08/27 22:09:48
32248 Log: Update Changes.
32250 ! Changes patchlevel.h
32251 ____________________________________________________________________________
32252 [ 6855] By: jhi on 2000/08/27 21:59:21
32253 Log: Retract #6853 (false alarm).
32255 ! lib/ExtUtils/xsubpp
32256 ____________________________________________________________________________
32257 [ 6854] By: jhi on 2000/08/27 21:37:44
32258 Log: Update Changes.
32260 ! Changes patchlevel.h
32261 ____________________________________________________________________________
32262 [ 6853] By: jhi on 2000/08/27 21:37:16
32263 Log: Subject: [PATCH perl@6850] workaround for xsubpp
32264 From: Hugo <hv@crypt.compulink.co.uk>
32265 Date: Sun, 27 Aug 2000 22:30:25 +0100
32266 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
32268 ! lib/ExtUtils/xsubpp
32269 ____________________________________________________________________________
32270 [ 6852] By: jhi on 2000/08/27 21:33:58
32271 Log: Big-endian 64-bit patch from Raphael Manfredi.
32273 ! ext/Storable/Storable.xs
32274 ____________________________________________________________________________
32275 [ 6851] By: jhi on 2000/08/27 21:22:21
32276 Log: More ruthless editing from Hugo van der Sanden.
32278 ! pod/perldelta.pod
32279 ____________________________________________________________________________
32280 [ 6850] By: jhi on 2000/08/27 16:11:46
32281 Log: Update Changes.
32283 ! Changes patchlevel.h
32284 ____________________________________________________________________________
32285 [ 6849] By: jhi on 2000/08/27 16:11:05
32286 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
32288 ! configpm pod/perldelta.pod
32289 ____________________________________________________________________________
32290 [ 6848] By: jhi on 2000/08/27 15:35:08
32291 Log: Use the actual thread type, not the pointer-to-struct.
32293 ! ext/Thread/Thread.xs
32294 ____________________________________________________________________________
32295 [ 6847] By: jhi on 2000/08/27 15:30:49
32298 ! t/pragma/warn/pp_sys
32299 ____________________________________________________________________________
32300 [ 6846] By: jhi on 2000/08/27 15:19:02
32301 Log: Passing -R in ldflags makes now it to appear in the default
32302 for lddlflags, just like with -L.
32304 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
32305 From: Lupe Christoph <lupe@lupe-christoph.de>
32306 Date: Sun, 27 Aug 2000 10:28:21 +0200
32307 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
32308 Branch: metaconfig/U/perl
32312 ____________________________________________________________________________
32313 [ 6845] By: jhi on 2000/08/27 15:08:54
32314 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
32315 From: Alan Burlison <Alan.Burlison@uk.sun.com>
32316 Date: Sat, 26 Aug 2000 22:23:27 +0100
32317 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
32319 ! lib/ExtUtils/MM_Unix.pm
32320 ____________________________________________________________________________
32321 [ 6844] By: jhi on 2000/08/27 15:02:37
32322 Log: DJGPP update from Laszlo Molnar.
32324 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
32325 From: ml1050 <ml1050@freemail.hu>
32326 Date: Sat, 26 Aug 2000 23:24:40 +0200
32327 Message-Id: <20000826232440.A439@freemail.hu>
32329 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
32330 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
32331 ____________________________________________________________________________
32332 [ 6843] By: jhi on 2000/08/27 14:53:58
32333 Log: Subject: installman buglet
32334 From: Lupe Christoph <lupe@lupe-christoph.de>
32335 Date: Sun, 27 Aug 2000 14:38:59 +0200
32336 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
32339 ____________________________________________________________________________
32340 [ 6842] By: jhi on 2000/08/27 14:52:08
32341 Log: Can't get the test to reliably work thanks to the
32342 inaccurateness of floating point. "Resolves" bug ids
32343 20000826.003, 20000826.009, 20000826.010,
32346 ____________________________________________________________________________
32347 [ 6841] By: jhi on 2000/08/26 15:53:58
32348 Log: Update Changes.
32350 ! Changes patchlevel.h
32351 ____________________________________________________________________________
32352 [ 6840] By: jhi on 2000/08/26 14:23:03
32353 Log: grep -e isn't portable.
32355 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
32356 From: chris@broadband.att.com
32357 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
32358 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
32360 ! hints/solaris_2.sh
32361 ____________________________________________________________________________
32362 [ 6839] By: jhi on 2000/08/26 14:12:23
32363 Log: no-install target a la make -n.
32365 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
32366 From: <abigail@foad.org>
32367 Date: Sat, 26 Aug 2000 03:57:34 -0400
32368 Message-ID: <20000826075735.18912.qmail@foad.org>
32370 ! Makefile.SH installman installperl
32371 ____________________________________________________________________________
32372 [ 6838] By: jhi on 2000/08/26 14:06:33
32373 Log: Retract #6826 as the #6828 should be do the same
32374 in a More Correct Way.
32377 ____________________________________________________________________________
32378 [ 6837] By: jhi on 2000/08/26 05:24:00
32381 ! ext/Storable/Storable.xs
32382 ____________________________________________________________________________
32383 [ 6836] By: jhi on 2000/08/26 05:05:46
32384 Log: Nicer in decimal.
32386 ! ext/Storable/Storable.xs
32387 ____________________________________________________________________________
32388 [ 6835] By: jhi on 2000/08/26 05:03:50
32389 Log: There be no UVdf.
32391 ! ext/Storable/Storable.xs
32392 ____________________________________________________________________________
32393 [ 6834] By: jhi on 2000/08/26 05:00:18
32394 Log: Continue IVdfing and UVxfing.
32396 ! ext/Storable/Storable.xs
32397 ____________________________________________________________________________
32398 [ 6833] By: jhi on 2000/08/26 04:53:14
32401 ! ext/Storable/Storable.xs
32402 ____________________________________________________________________________
32403 [ 6832] By: jhi on 2000/08/26 04:40:41
32404 Log: Document PTR2XX and INT2PTR.
32407 ____________________________________________________________________________
32408 [ 6831] By: jhi on 2000/08/26 04:33:18
32409 Log: Use UVxf, PTR2UV, NVff.
32411 ! ext/Storable/Storable.xs
32412 ____________________________________________________________________________
32413 [ 6830] By: jhi on 2000/08/26 04:31:32
32414 Log: Update the test count.
32417 ____________________________________________________________________________
32418 [ 6829] By: jhi on 2000/08/26 03:05:50
32419 Log: Subject: [PATCH] installation not quite silent yet.
32420 From: <abigail@foad.org>
32421 Date: Fri, 25 Aug 2000 20:07:53 -0400
32422 Message-ID: <20000826000753.7822.qmail@foad.org>
32424 ! installman installperl
32425 ____________________________________________________________________________
32426 [ 6828] By: jhi on 2000/08/26 03:05:14
32427 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
32428 From: Spider Boardman <spider@web.zk3.dec.com>
32429 Date: Fri, 25 Aug 2000 19:12:40 -0400
32430 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
32433 ____________________________________________________________________________
32434 [ 6827] By: jhi on 2000/08/25 23:54:34
32435 Log: Support preserving extremely big/small angles.
32437 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
32438 ____________________________________________________________________________
32439 [ 6826] By: jhi on 2000/08/25 23:01:20
32440 Log: Patch installperl to be long double-aware.
32442 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
32443 From: Spider Boardman <spider@web.zk3.dec.com>
32444 Date: Fri, 25 Aug 2000 18:15:23 -0400
32445 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
32448 ____________________________________________________________________________
32449 [ 6825] By: jhi on 2000/08/25 22:58:25
32450 Log: Remove duplicately applied patch shards.
32452 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
32453 From: Spider Boardman <spider@leggy.zk3.dec.com>
32454 Date: Fri, 25 Aug 2000 16:45:03 -0400
32455 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
32458 ____________________________________________________________________________
32459 [ 6824] By: jhi on 2000/08/25 22:57:00
32460 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
32461 From: Daniel Chetlin <daniel@chetlin.com>
32462 Date: Fri, 25 Aug 2000 12:23:16 -0700
32463 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
32465 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
32466 From: Daniel Chetlin <daniel@chetlin.com>
32467 Date: Fri, 25 Aug 2000 14:47:19 -0700
32468 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
32471 ____________________________________________________________________________
32472 [ 6823] By: jhi on 2000/08/25 22:44:17
32473 Log: Timestamp problem?
32475 ! uconfig.h uconfig.sh
32476 ____________________________________________________________________________
32477 [ 6822] By: jhi on 2000/08/25 19:01:06
32478 Log: One forgotten file from #6816.
32481 ____________________________________________________________________________
32482 [ 6821] By: jhi on 2000/08/25 18:56:39
32483 Log: Regen Changes.
32485 ! Changes patchlevel.h
32486 ____________________________________________________________________________
32487 [ 6820] By: jhi on 2000/08/25 18:52:35
32488 Log: Fix Changes ordering.
32491 ____________________________________________________________________________
32492 [ 6819] By: jhi on 2000/08/25 18:50:25
32493 Log: Update Changes.
32495 ! Changes patchlevel.h
32496 ____________________________________________________________________________
32497 [ 6818] By: jhi on 2000/08/25 18:47:45
32498 Log: Tweak the sfio/useperlio logic, hopefully as wished in
32500 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
32501 From: Nicholas Clark <nick@babyhippo.co.uk>
32502 Date: Fri, 25 Aug 2000 12:01:45 +0100
32503 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
32504 Branch: metaconfig/U/perl
32508 ____________________________________________________________________________
32509 [ 6817] By: jhi on 2000/08/25 18:32:51
32510 Log: Allow microperl to assume <math.h>, without it the math
32511 functions like floor() are assumed to return int, which makes
32512 for core dumps in machines where integer and floating register
32515 ! uconfig.h uconfig.sh
32516 ____________________________________________________________________________
32517 [ 6816] By: jhi on 2000/08/25 18:27:17
32518 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
32519 the problem reported in
32521 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
32522 From: danhale@us.ibm.com
32523 Date: Fri, 25 Aug 2000 10:58:06 -0400
32524 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
32525 Branch: metaconfig/U/perl
32528 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
32529 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
32530 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
32531 ! win32/config.gc win32/config.vc
32532 ____________________________________________________________________________
32533 [ 6815] By: jhi on 2000/08/25 17:43:31
32534 Log: A solution for the retrieve_fd autosplit warning,
32535 idea suggested by Mike Guy.
32537 ! ext/Storable/Storable.pm
32538 ____________________________________________________________________________
32539 [ 6814] By: jhi on 2000/08/25 17:16:03
32540 Log: Add install-silent target.
32543 ____________________________________________________________________________
32544 [ 6813] By: jhi on 2000/08/25 17:14:23
32545 Log: Subject: Re: [PATCH] More silencing of installman.
32546 From: <abigail@foad.org>
32547 Date: Thu, 24 Aug 2000 19:27:03 -0400
32548 Message-ID: <20000824232703.7001.qmail@foad.org>
32550 Subject: Re: [PATCH] More silencing of installman.
32551 From: <abigail@foad.org>
32552 Date: Fri, 25 Aug 2000 03:00:58 -0400
32553 Message-ID: <20000825070058.10697.qmail@foad.org>
32556 ____________________________________________________________________________
32557 [ 6812] By: jhi on 2000/08/25 17:11:28
32558 Log: installperl --verbose and --silent.
32560 Subject: Re: [PATCH] More silencing of installman.
32561 From: <abigail@foad.org>
32562 Message-ID: <20000825064430.9719.qmail@foad.org>
32563 Date: Fri, 25 Aug 2000 02:44:30 -0400
32566 ____________________________________________________________________________
32567 [ 6811] By: jhi on 2000/08/25 17:05:43
32568 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
32569 From: "Peter J. Farley III" <pjfarley@banet.net>
32570 Date: Thu, 24 Aug 2000 21:58:03 -0400
32571 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
32573 (applied slightly modified)
32575 ! lib/ExtUtils/MM_Unix.pm
32576 ____________________________________________________________________________
32577 [ 6810] By: jhi on 2000/08/25 17:01:18
32578 Log: Missing parts of
32580 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
32581 From: Peter Prymmer <pvhp@forte.com>
32582 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
32583 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
32586 ____________________________________________________________________________
32587 [ 6809] By: jhi on 2000/08/25 16:46:32
32588 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
32589 From: "Craig A. Berry" <craig.berry@psinetcs.com>
32590 Date: Thu, 24 Aug 2000 19:13:11 -0500
32591 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
32594 ____________________________________________________________________________
32595 [ 6808] By: jhi on 2000/08/25 16:39:22
32596 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
32597 From: Peter Prymmer <pvhp@forte.com>
32598 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
32599 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
32602 ____________________________________________________________________________
32603 [ 6807] By: jhi on 2000/08/25 16:36:37
32604 Log: Better wording for the vec lvalue diagnostic.
32606 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32607 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32608 Date: Wed, 23 Aug 2000 14:12:16 -0400
32609 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
32612 ____________________________________________________________________________
32613 [ 6806] By: jhi on 2000/08/24 18:17:22
32614 Log: Subject: [PATCH] More silencing of installman.
32615 From: <abigail@foad.org>
32616 Date: Thu, 24 Aug 2000 14:01:44 -0400
32617 Message-ID: <20000824180144.20062.qmail@foad.org>
32620 ____________________________________________________________________________
32621 [ 6805] By: jhi on 2000/08/24 15:00:31
32622 Log: Update Changes.
32624 ! Changes patchlevel.h
32625 ____________________________________________________________________________
32626 [ 6804] By: jhi on 2000/08/24 14:59:07
32627 Log: Regen perltoc.
32630 ____________________________________________________________________________
32631 [ 6803] By: jhi on 2000/08/24 14:44:39
32632 Log: Show the doc file, not the temp file.
32635 ____________________________________________________________________________
32636 [ 6802] By: jhi on 2000/08/24 14:41:53
32637 Log: Continue silencing.
32640 ____________________________________________________________________________
32641 [ 6801] By: jhi on 2000/08/24 14:34:40
32642 Log: Actually do something with the silencer option.
32645 ____________________________________________________________________________
32646 [ 6800] By: jhi on 2000/08/24 14:26:22
32647 Log: Make installman to recognize the silence flag -S.
32650 ____________________________________________________________________________
32651 [ 6799] By: jhi on 2000/08/24 13:49:38
32652 Log: DOS patches and portability/porting notes, from Tim Jenness.
32655 ____________________________________________________________________________
32656 [ 6798] By: jhi on 2000/08/24 13:48:27
32657 Log: Create directories in silence.
32659 Subject: [PATCH] Another silencer for MakeMaker
32660 From: andreas.koenig@anima.de (Andreas J. Koenig)
32661 Date: 24 Aug 2000 14:18:52 +0200
32662 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
32664 ! lib/ExtUtils/Command.pm
32665 ____________________________________________________________________________
32666 [ 6797] By: jhi on 2000/08/24 13:46:42
32667 Log: More liberal parsing of version numbers.
32669 Subject: Re: CPAN.pm beta for testing available
32670 From: andreas.koenig@anima.de (Andreas J. Koenig)
32671 Date: 24 Aug 2000 13:51:57 +0200
32672 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
32675 ____________________________________________________________________________
32676 [ 6796] By: jhi on 2000/08/24 13:44:36
32677 Log: Make "make install" by default silent. A new "install-verbose"
32681 ____________________________________________________________________________
32682 [ 6795] By: jhi on 2000/08/24 13:39:14
32683 Log: Add silencer flags to installperl.
32685 Subject: [PATCH] Making installperl silent.
32686 From: <abigail@foad.org>
32687 Date: Thu, 24 Aug 2000 05:01:45 -0400
32688 Message-ID: <20000824090145.13141.qmail@foad.org>
32691 ____________________________________________________________________________
32692 [ 6794] By: jhi on 2000/08/24 13:35:50
32693 Log: installperl couldn't tell whether it had run tests or not.
32695 Subject: [PATCH] Re: installperl and t/TEST
32696 From: <abigail@foad.org>
32697 Date: Thu, 24 Aug 2000 04:00:53 -0400
32698 Message-ID: <20000824080053.2494.qmail@foad.org>
32700 ! Makefile.SH installperl
32701 ____________________________________________________________________________
32702 [ 6793] By: jhi on 2000/08/24 13:27:50
32703 Log: Drop the separate perlbc, perlcc -b should be enough.
32706 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
32707 ____________________________________________________________________________
32708 [ 6792] By: jhi on 2000/08/24 04:41:30
32709 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
32710 plus the typo fix from Peter Prymmer.
32712 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
32713 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32714 ____________________________________________________________________________
32715 [ 6791] By: jhi on 2000/08/24 02:10:43
32716 Log: Replace #6705 with a minimal doc patch.
32718 Subject: [PATCH 5.6.0] replace change #6705
32719 From: Jan Dubois <jand@ActiveState.com>
32720 Date: Wed, 23 Aug 2000 18:31:51 -0700
32721 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
32723 ! lib/Win32.pod win32/win32.c
32724 ____________________________________________________________________________
32725 [ 6790] By: jhi on 2000/08/23 17:52:00
32726 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
32727 From: Mike Guy <mjtg@cam.ac.uk>
32728 Date: Wed, 23 Aug 2000 18:38:46 +0100
32729 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
32731 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
32732 ____________________________________________________________________________
32733 [ 6789] By: jhi on 2000/08/23 15:34:21
32734 Log: Update Changes.
32736 ! Changes patchlevel.h
32737 ____________________________________________________________________________
32738 [ 6788] By: jhi on 2000/08/23 15:33:40
32739 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
32740 From: Wilfredo Sánchez <wsanchez@apple.com>
32741 Date: Tue, 22 Aug 2000 19:31:27 -0700
32742 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
32745 ____________________________________________________________________________
32746 [ 6787] By: jhi on 2000/08/23 15:29:31
32747 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
32748 From: Spider Boardman <spider@leggy.zk3.dec.com>
32749 Date: Wed, 23 Aug 2000 10:33:23 -0400
32750 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
32753 ____________________________________________________________________________
32754 [ 6786] By: jhi on 2000/08/23 15:28:11
32757 ! ext/B/Makefile.PL
32758 ____________________________________________________________________________
32759 [ 6785] By: jhi on 2000/08/23 14:37:04
32760 Log: Update Changes.
32762 ! Changes patchlevel.h
32763 ____________________________________________________________________________
32764 [ 6784] By: jhi on 2000/08/23 13:58:41
32765 Log: Portability fix from Hugo van der Sanden.
32767 ! ext/re/Makefile.PL
32768 ____________________________________________________________________________
32769 [ 6783] By: jhi on 2000/08/23 13:53:53
32770 Log: Storable support, v-version fixes.
32772 Subject: CPAN.pm beta for testing available
32773 From: andreas.koenig@anima.de (Andreas J. Koenig)
32774 Date: 22 Aug 2000 23:31:33 +0200
32775 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
32777 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32778 ____________________________________________________________________________
32779 [ 6782] By: jhi on 2000/08/23 13:51:26
32780 Log: Mac and other portability updates from Chris Nandor.
32782 ! pod/perlmodinstall.pod
32783 ____________________________________________________________________________
32784 [ 6781] By: jhi on 2000/08/23 13:47:33
32785 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
32786 From: Peter Prymmer <pvhp@forte.com>
32787 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
32788 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
32790 ! ext/Storable/Storable.xs
32791 ____________________________________________________________________________
32792 [ 6780] By: jhi on 2000/08/23 13:33:34
32793 Log: VMS MMS (make) wants null action.
32795 ! ext/B/Makefile.PL
32796 ____________________________________________________________________________
32797 [ 6779] By: jhi on 2000/08/22 19:44:47
32798 Log: Forgot portability nit.
32800 ! t/lib/st-forgive.t
32801 ____________________________________________________________________________
32802 [ 6778] By: jhi on 2000/08/22 19:35:25
32805 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
32807 ____________________________________________________________________________
32808 [ 6777] By: jhi on 2000/08/22 18:50:53
32809 Log: Update Changes.
32811 ! Changes patchlevel.h
32812 ____________________________________________________________________________
32813 [ 6776] By: jhi on 2000/08/22 18:44:46
32814 Log: cSVOPo_*v things index into the current PL_curpad
32815 under ithreads, which is different from the curpad
32816 used by the XSUB. (In other words, the code as-is
32817 before this patch wouldn't work under ithreads.)
32821 ____________________________________________________________________________
32822 [ 6775] By: jhi on 2000/08/22 18:18:37
32823 Log: Make the selection of NVff et al stricter.
32824 Branch: metaconfig/U/perl
32827 ! Configure config_h.SH
32828 ____________________________________________________________________________
32829 [ 6774] By: jhi on 2000/08/22 17:19:42
32830 Log: perldelta nits.
32832 ! pod/perldelta.pod
32833 ____________________________________________________________________________
32834 [ 6773] By: jhi on 2000/08/22 17:06:26
32835 Log: Long double fixes from Spider Boardman.
32837 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
32838 From: system PRIVILEGED account <root@peano.zk3.dec.com>
32839 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
32840 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
32842 ! t/lib/bigfltpm.t t/lib/st-06compat.t
32843 ____________________________________________________________________________
32844 [ 6772] By: jhi on 2000/08/22 15:04:53
32845 Log: Update Changes.
32847 ! Changes patchlevel.h
32848 ____________________________________________________________________________
32849 [ 6771] By: jhi on 2000/08/22 15:01:44
32850 Log: perldelta fixes from Hugo van der Sanden.
32852 ! pod/perldelta.pod
32853 ____________________________________________________________________________
32854 [ 6770] By: jhi on 2000/08/22 14:34:49
32855 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
32856 From: Hugo <hv@crypt.compulink.co.uk>
32857 Date: Tue, 22 Aug 2000 11:21:53 +0100
32858 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
32861 ____________________________________________________________________________
32862 [ 6769] By: jhi on 2000/08/22 14:30:02
32863 Log: Add Yitzchak, reformat.
32865 ! Changes config_h.SH
32866 ____________________________________________________________________________
32867 [ 6768] By: jhi on 2000/08/22 14:21:35
32868 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
32869 and Spider Boardman.
32871 ! U/compline/d_gconvert.U
32874 ____________________________________________________________________________
32875 [ 6767] By: jhi on 2000/08/22 14:11:24
32876 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
32877 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32878 Date: Mon, 21 Aug 2000 19:08:31 -0700
32879 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
32881 - ext/Storable/patchlevel.h
32882 ! MANIFEST ext/Storable/MANIFEST
32883 ____________________________________________________________________________
32884 [ 6766] By: jhi on 2000/08/22 13:49:29
32885 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
32886 From: Peter Prymmer <pvhp@forte.com>
32887 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
32888 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
32890 ! configure.com ext/Storable/Makefile.PL
32891 ____________________________________________________________________________
32892 [ 6765] By: jhi on 2000/08/22 13:44:59
32893 Log: Subject: [PATCH blead] B:: missing dependency
32894 From: Hugo <hv@crypt.compulink.co.uk>
32895 Date: Tue, 22 Aug 2000 06:44:33 +0100
32896 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
32898 ! ext/B/Makefile.PL
32899 ____________________________________________________________________________
32900 [ 6764] By: jhi on 2000/08/22 13:38:12
32901 Log: More bytecompiler.
32903 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
32904 ____________________________________________________________________________
32905 [ 6763] By: jhi on 2000/08/22 13:36:44
32906 Log: Bytecompiler patches from Benjamin Stuhl.
32908 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
32909 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32910 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
32911 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32912 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
32913 ! perl.c perlapi.h pod/perldelta.pod
32914 ____________________________________________________________________________
32915 [ 6762] By: jhi on 2000/08/21 23:43:40
32916 Log: An obsoleted diagnostic.
32918 ! pod/perldelta.pod
32919 ____________________________________________________________________________
32920 [ 6761] By: jhi on 2000/08/21 23:01:45
32921 Log: The #6759 wasn't quite right.
32923 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32924 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
32925 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32926 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32927 ! t/lib/st-tieditems.t
32928 ____________________________________________________________________________
32929 [ 6760] By: jhi on 2000/08/21 22:35:49
32930 Log: Be verydeepclean.
32933 ____________________________________________________________________________
32934 [ 6759] By: jhi on 2000/08/21 22:25:40
32935 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
32936 From: Peter Prymmer <pvhp@forte.com>
32937 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
32938 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
32940 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32941 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
32942 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
32943 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
32944 ! t/lib/st-tieditems.t
32945 ____________________________________________________________________________
32946 [ 6758] By: jhi on 2000/08/21 22:22:32
32947 Log: Few more casts, need reported in
32949 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
32950 From: Mike Stok <mike@stok.co.uk>
32951 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
32952 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
32956 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
32957 From: abigail@foad.org
32958 Date: 21 Aug 2000 21:31:34 -0000
32959 Message-Id: <20000821213134.30170.qmail@foad.org>
32961 ! ext/Storable/Storable.xs
32962 ____________________________________________________________________________
32963 [ 6757] By: jhi on 2000/08/21 18:37:07
32964 Log: Update Changes.
32966 ! Changes patchlevel.h
32967 ____________________________________________________________________________
32968 [ 6756] By: jhi on 2000/08/21 18:34:02
32971 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
32972 From: <abigail@foad.org>
32973 Date: Mon, 21 Aug 2000 14:00:16 -0400
32974 Message-ID: <20000821180016.28627.qmail@foad.org>
32977 ____________________________________________________________________________
32978 [ 6755] By: jhi on 2000/08/21 18:30:56
32979 Log: Use PodParser 1.18 new test.
32981 ! t/pod/special_seqs.t t/pod/special_seqs.xr
32982 ____________________________________________________________________________
32983 [ 6754] By: jhi on 2000/08/21 18:28:35
32984 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
32985 patches cannot be applied since #6712 conflicts.
32987 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
32988 ____________________________________________________________________________
32989 [ 6753] By: jhi on 2000/08/21 18:15:11
32990 Log: Weed out some smaller changes.
32992 ! pod/perldelta.pod
32993 ____________________________________________________________________________
32994 [ 6752] By: jhi on 2000/08/21 18:02:30
32995 Log: Also under djgpp the timestamps are funky.
32998 ____________________________________________________________________________
32999 [ 6751] By: jhi on 2000/08/21 17:55:56
33000 Log: Tweak the floating point output routine preferences.
33002 ! U/compline/d_gconvert.U
33005 ____________________________________________________________________________
33006 [ 6750] By: jhi on 2000/08/21 17:51:29
33007 Log: Unicos/mk requires elaborate paranoia.
33009 ! lib/Math/Complex.pm
33010 ____________________________________________________________________________
33011 [ 6749] By: gsar on 2000/08/21 16:53:31
33012 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
33015 ____________________________________________________________________________
33016 [ 6748] By: gsar on 2000/08/21 16:22:19
33017 Log: free TLS slot properly on Windows
33019 ! thread.h win32/perllib.c win32/win32thread.h
33020 ____________________________________________________________________________
33021 [ 6747] By: jhi on 2000/08/21 16:20:58
33022 Log: Rename the macro argument because some preprocessors
33023 can't tell the difference and expand arguments also inside
33024 double quoted strings.
33027 ____________________________________________________________________________
33028 [ 6746] By: jhi on 2000/08/21 16:09:41
33029 Log: Support long doubles in Storable.
33031 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
33032 From: Radu Greab <radu@netsoft.ro>
33033 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
33034 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
33036 ! ext/Storable/Storable.xs
33037 ____________________________________________________________________________
33038 [ 6745] By: jhi on 2000/08/21 15:51:40
33039 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
33040 From: "Fifer, Eric" <EFifer@sanwaint.com>
33041 Date: Mon, 21 Aug 2000 15:34:49 +0100
33042 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
33044 ! t/pragma/warn/9enabled
33045 ____________________________________________________________________________
33046 [ 6744] By: jhi on 2000/08/21 15:39:35
33047 Log: Document the endianness of Alpha more precisely.
33049 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
33051 ____________________________________________________________________________
33052 [ 6743] By: jhi on 2000/08/21 14:47:05
33053 Log: perldelta fixes from the p5p crowd.
33055 ! pod/perldelta.pod pod/perlop.pod
33056 ____________________________________________________________________________
33057 [ 6742] By: jhi on 2000/08/21 13:34:51
33058 Log: Update to Pod::LaTeX 0.53.
33060 Subject: [PATCH] lib/Pod/LaTeX.pm updates
33061 From: Tim Jenness <timj@jach.hawaii.edu>
33062 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
33063 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
33066 ____________________________________________________________________________
33067 [ 6741] By: jhi on 2000/08/21 13:33:01
33068 Log: Subject: [PATCH] os2.c fix for use64bitint
33069 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33070 Date: Mon, 21 Aug 2000 01:32:25 -0700
33071 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
33074 ____________________________________________________________________________
33075 [ 6740] By: jhi on 2000/08/21 13:28:52
33076 Log: Array context keeps slithering in.
33078 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
33079 From: Daniel Chetlin <daniel@chetlin.com>
33080 Date: Sun, 20 Aug 2000 21:40:25 -0700
33081 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
33083 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
33084 ! pod/perldebtut.pod
33085 ____________________________________________________________________________
33086 [ 6739] By: jhi on 2000/08/21 13:23:55
33087 Log: Big-endian quad fixes for Storable from Radu Greab,
33088 plus few explicit null casts for picky compilers.
33090 ! ext/Storable/Storable.xs
33091 ____________________________________________________________________________
33092 [ 6738] By: gsar on 2000/08/21 05:56:13
33093 Log: small tweaks for change#6705: avoid C++ style comments in C code;
33094 use Perl's malloc API rather than the low level system one
33097 ____________________________________________________________________________
33098 [ 6737] By: gsar on 2000/08/21 05:35:41
33099 Log: add Storable to list of extensions on Windows
33101 ! win32/Makefile win32/makefile.mk
33102 ____________________________________________________________________________
33103 [ 6736] By: jhi on 2000/08/21 02:57:53
33104 Log: Update Changes.
33106 ! Changes patchlevel.h
33107 ____________________________________________________________________________
33108 [ 6735] By: jhi on 2000/08/21 02:57:20
33111 ! pod/perldelta.pod
33112 ____________________________________________________________________________
33113 [ 6734] By: jhi on 2000/08/21 02:57:03
33114 Log: Add Storable 0.7.2 from Raphael Manfredi,
33115 plus the patch from
33117 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
33118 From: Radu Greab <radu@netsoft.ro>
33119 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
33120 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
33122 plus changes to get Storable to compile with
33123 picky ANSI compilers.
33125 + ext/Storable/ChangeLog ext/Storable/MANIFEST
33126 + ext/Storable/Makefile.PL ext/Storable/README
33127 + ext/Storable/Storable.pm ext/Storable/Storable.xs
33128 + ext/Storable/patchlevel.h t/lib/st-06compat.t
33129 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
33130 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
33131 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
33132 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
33133 + t/lib/st-tieditems.t
33135 ____________________________________________________________________________
33136 [ 6733] By: jhi on 2000/08/21 02:29:09
33137 Log: The correct cleaning order is an art.
33140 ____________________________________________________________________________
33141 [ 6732] By: jhi on 2000/08/21 01:23:39
33142 Log: The #6724 is here.
33144 ! t/lib/ftmp-security.t
33145 ____________________________________________________________________________
33146 [ 6731] By: jhi on 2000/08/20 23:17:03
33147 Log: s/this one/the 5.6.0 release/
33149 ! pod/perl56delta.pod
33150 ____________________________________________________________________________
33151 [ 6730] By: jhi on 2000/08/20 23:07:34
33152 Log: Mention perlebcdic and perlposix-bc.
33155 ____________________________________________________________________________
33156 [ 6729] By: jhi on 2000/08/20 21:32:59
33157 Log: Document the number of exponent digits.
33160 ____________________________________________________________________________
33161 [ 6728] By: jhi on 2000/08/20 21:16:47
33162 Log: Use File::Spec->tmpdir().
33164 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
33165 From: Tim Jenness <timj@jach.hawaii.edu>
33166 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
33168 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
33171 ____________________________________________________________________________
33172 [ 6727] By: jhi on 2000/08/20 20:43:32
33173 Log: Update Changes.
33175 ! Changes patchlevel.h
33176 ____________________________________________________________________________
33177 [ 6726] By: jhi on 2000/08/20 20:41:44
33178 Log: The veryclean target needs to clobber.
33181 ____________________________________________________________________________
33182 [ 6725] By: jhi on 2000/08/20 20:37:38
33183 Log: Document odd vs even subreleases and -Dusedevel.
33186 ____________________________________________________________________________
33187 [ 6724] By: jhi on 2000/08/20 19:58:05
33188 Log: Use temporary directory instead of current directory.
33190 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
33191 From: Tim Jenness <timj@jach.hawaii.edu>
33192 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
33193 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
33195 ! t/lib/ftmp-security.t
33196 ____________________________________________________________________________
33197 [ 6723] By: jhi on 2000/08/20 19:55:55
33198 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
33199 From: andreas.koenig@anima.de (Andreas J. Koenig)
33200 Date: 20 Aug 2000 15:52:03 +0200
33201 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
33203 ! lib/ExtUtils/MM_Unix.pm
33204 ____________________________________________________________________________
33205 [ 6722] By: jhi on 2000/08/20 19:46:01
33206 Log: Update to CGI 2.72, from Lincoln Stein.
33209 ____________________________________________________________________________
33210 [ 6721] By: jhi on 2000/08/20 19:43:54
33211 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
33212 From: Radu Greab <radu@netsoft.ro>
33213 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
33214 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
33216 ! ext/GDBM_File/GDBM_File.xs
33217 ____________________________________________________________________________
33218 [ 6720] By: jhi on 2000/08/20 19:42:01
33219 Log: pp_open() could pass an uninitialized filename down to do_open9().
33222 ____________________________________________________________________________
33223 [ 6719] By: jhi on 2000/08/20 14:06:41
33224 Log: UTF8 concat fixes.
33226 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
33227 From: Hugo <hv@crypt.compulink.co.uk>
33228 Date: Sun, 20 Aug 2000 07:30:46 +0100
33229 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
33231 ! pp_hot.c t/op/append.t
33232 ____________________________________________________________________________
33233 [ 6718] By: jhi on 2000/08/20 02:09:37
33234 Log: Let's try #6717 again.
33237 ____________________________________________________________________________
33238 [ 6717] By: jhi on 2000/08/20 01:56:55
33239 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
33240 From: "Craig A. Berry" <craig.berry@metamorgs.com>
33241 Date: Sat, 19 Aug 2000 18:15:39 -0500
33242 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
33245 ____________________________________________________________________________
33246 [ 6716] By: jhi on 2000/08/19 15:50:11
33247 Log: Update Changes.
33249 ! Changes patchlevel.h
33250 ____________________________________________________________________________
33251 [ 6715] By: jhi on 2000/08/19 15:39:09
33252 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
33253 From: Jonathan D Johnston <jdjohnston2@juno.com>
33254 Date: Thu, 17 Aug 2000 23:13:01 -0400
33255 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
33258 ____________________________________________________________________________
33259 [ 6714] By: jhi on 2000/08/19 15:34:04
33260 Log: Introduce a 'veryclean' target that is like 'distclean'
33261 but also removes *~ and *.orig.
33263 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
33264 ! utils/Makefile x2p/Makefile.SH
33265 ____________________________________________________________________________
33266 [ 6713] By: jhi on 2000/08/19 14:15:45
33267 Log: Put back the long double avoidance code to POSIX.xs
33268 because VMS seems to need it still.
33270 ! ext/POSIX/POSIX.xs
33271 ____________________________________________________________________________
33272 [ 6712] By: jhi on 2000/08/19 14:10:41
33273 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
33274 From: Peter Prymmer <pvhp@forte.com>
33275 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
33276 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
33278 ! lib/Pod/Find.pm t/pod/find.t
33279 ____________________________________________________________________________
33280 [ 6711] By: jhi on 2000/08/19 14:09:19
33281 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
33282 From: Peter Prymmer <pvhp@forte.com>
33283 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
33284 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
33285 cc: vmsperl@perl.org
33288 ____________________________________________________________________________
33289 [ 6710] By: jhi on 2000/08/19 14:08:01
33290 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
33291 From: Jan Dubois <jand@ActiveState.com>
33292 Date: Fri, 18 Aug 2000 16:31:48 -0700
33293 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
33296 ____________________________________________________________________________
33297 [ 6709] By: jhi on 2000/08/19 14:06:57
33298 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
33300 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
33301 From: Spider.Boardman@Orb.Nashua.NH.US
33302 Date: Fri, 18 Aug 2000 18:41:14 -0400
33303 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
33306 ____________________________________________________________________________
33307 [ 6708] By: jhi on 2000/08/18 22:04:49
33308 Log: Update Changes.
33310 ! Changes patchlevel.h
33311 ____________________________________________________________________________
33312 [ 6707] By: jhi on 2000/08/18 21:55:14
33313 Log: Add warnif(), check warnings further up the stack,
33314 all the warnings functions now can take an optional object reference.
33316 Subject: [PATCH bleedperl@6691] warnings pragma update
33317 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33318 Date: Fri, 18 Aug 2000 22:42:06 +0100
33319 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
33321 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
33322 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
33323 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
33324 ____________________________________________________________________________
33325 [ 6706] By: jhi on 2000/08/18 21:41:45
33326 Log: Typo in pp_complement().
33328 Subject: [PATCH perl-current] Deparse
33329 From: Peter Scott <Peter@PSDT.com>
33330 Date: Fri, 18 Aug 2000 12:44:37 -0700
33331 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
33333 ! ext/B/B/Deparse.pm
33334 ____________________________________________________________________________
33335 [ 6705] By: jhi on 2000/08/18 21:25:59
33336 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
33337 From: Jan Dubois <jand@ActiveState.com>
33338 Date: Fri, 18 Aug 2000 14:22:51 -0700
33339 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
33341 ! lib/Win32.pod win32/win32.c
33342 ____________________________________________________________________________
33343 [ 6704] By: jhi on 2000/08/18 21:16:14
33344 Log: Don't eat leading os from index entries.
33346 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
33347 From: Russ Allbery <rra@stanford.edu>
33348 Date: 10 Aug 2000 20:49:25 -0700
33349 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
33352 ____________________________________________________________________________
33353 [ 6703] By: jhi on 2000/08/18 21:07:06
33354 Log: Add [[:blank:]] as suggested in
33356 Subject: [ID 20000716.024] [=cc=] / [:blank:]
33357 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
33358 Date: Sun, 16 Jul 2000 17:55:29 -0700
33359 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
33361 (the [=cc=] has already been taken care of by #6439
33362 so the whole bug report can be closed)
33364 and make [[:space:]] to be equivalent to isspace(3)
33365 (as opposed to \s, which is isSPACE()). The difference
33366 is that now [[:space:]] matches the mythical vertical tab,
33369 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
33370 ! regexec.c t/op/pat.t
33371 ____________________________________________________________________________
33372 [ 6702] By: jhi on 2000/08/18 18:47:47
33373 Log: The new tests were missing from #6415.
33376 ____________________________________________________________________________
33377 [ 6701] By: jhi on 2000/08/18 18:20:40
33378 Log: Document the NDBM_File and ODBM_File as SDBM_File
33379 was documented in #6417.
33381 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
33382 ! ext/SDBM_File/SDBM_File.pm
33383 ____________________________________________________________________________
33384 [ 6700] By: jhi on 2000/08/18 18:10:39
33385 Log: Subject: [PATCH perl@6698] cygwin port
33386 From: "Fifer, Eric" <EFifer@sanwaint.com>
33387 Date: Fri, 18 Aug 2000 17:30:05 +0100
33388 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
33391 ____________________________________________________________________________
33392 [ 6699] By: jhi on 2000/08/18 16:21:49
33393 Log: Document code point which makes if (defined %stash::) to work
33394 (noted by Spider Boardman).
33397 ____________________________________________________________________________
33398 [ 6698] By: jhi on 2000/08/18 13:43:27
33399 Log: Update Changes.
33401 ! Changes patchlevel.h
33402 ____________________________________________________________________________
33403 [ 6697] By: jhi on 2000/08/18 13:35:57
33404 Log: Tiny Getopt::Long patch from Johan Vromans.
33406 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
33407 ____________________________________________________________________________
33408 [ 6696] By: jhi on 2000/08/18 13:26:14
33409 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
33410 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
33411 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
33412 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
33414 ! pod/perldiag.pod pod/perlsyn.pod
33415 ____________________________________________________________________________
33416 [ 6695] By: jhi on 2000/08/18 13:13:26
33417 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
33418 From: Daniel Chetlin <daniel@chetlin.com>
33419 Date: Fri, 18 Aug 2000 03:13:36 -0700
33420 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
33423 ____________________________________________________________________________
33424 [ 6694] By: jhi on 2000/08/18 13:08:05
33425 Log: Subject: [PATCH] perltrap.pod spring cleaning
33426 From: Daniel Chetlin <daniel@chetlin.com>
33427 Date: Fri, 18 Aug 2000 03:06:54 -0700
33428 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
33430 plus Mike Guy's nitfix.
33433 ____________________________________________________________________________
33434 [ 6693] By: jhi on 2000/08/18 13:00:26
33435 Log: Unbuffer the output.
33437 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
33438 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33439 Date: Thu, 17 Aug 2000 18:39:29 -0700
33440 Message-ID: <RPJn5gzkgydf092yn@efn.org>
33443 ____________________________________________________________________________
33444 [ 6692] By: jhi on 2000/08/18 05:19:17
33445 Log: Delete the image, too, not just its MANIFEStation.
33447 - lib/CGI/eg/wilogo.gif
33448 ____________________________________________________________________________
33449 [ 6691] By: jhi on 2000/08/18 05:10:26
33450 Log: Propagate new Configure vars.
33452 ! configure.com epoc/config.sh uconfig.h uconfig.sh
33453 ! vos/config.def vos/config.h vos/config_h.SH_orig
33454 ! win32/config.bc win32/config.gc win32/config.vc
33455 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33456 ____________________________________________________________________________
33457 [ 6690] By: jhi on 2000/08/18 04:30:56
33458 Log: Update Changes.
33460 ! Changes patchlevel.h
33461 ____________________________________________________________________________
33462 [ 6689] By: jhi on 2000/08/18 04:12:30
33463 Log: Fix the lib/complex failure of
33465 From: abigail@foad.org
33466 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
33467 Date: 15 Aug 2000 04:06:38 -0000
33468 Message-Id: <20000815040638.8524.qmail@foad.org>
33470 Linux long double accuracy issue: something that
33471 when printed with %g looks like "2" but int() of it is 1.
33473 ! lib/Math/Complex.pm
33474 ____________________________________________________________________________
33475 [ 6688] By: jhi on 2000/08/18 03:15:35
33476 Log: The byteorder code in #6671 was wrong.
33479 ____________________________________________________________________________
33480 [ 6687] By: jhi on 2000/08/18 02:08:42
33481 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
33482 From: Jan Dubois <jand@ActiveState.com>
33483 Date: Thu, 17 Aug 2000 18:31:55 -0700
33484 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
33487 ____________________________________________________________________________
33488 [ 6686] By: jhi on 2000/08/18 02:04:15
33489 Log: Use NVs in POSIX math, not doubles.
33491 From: abigail@foad.org
33492 Subject: [ID 20000817.014] POSIX & modfl
33493 Date: 17 Aug 2000 20:49:18 -0000
33494 Message-Id: <20000817204918.23123.qmail@foad.org>
33496 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
33497 ____________________________________________________________________________
33498 [ 6685] By: jhi on 2000/08/18 02:02:12
33499 Log: Introduce NVef, NVff, and NVgf, use the middle one.
33500 (helps for lib/peek + Linux + long doubles) Reported in
33502 From: abigail@foad.org
33503 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
33504 Date: 15 Aug 2000 04:06:38 -0000
33505 Message-Id: <20000815040638.8524.qmail@foad.org>
33507 (note: the lib/complex failure has not yet been addressed)
33508 Branch: metaconfig/U/perl
33511 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33512 ! config_h.SH dump.c perl.h pod/perlguts.pod
33513 ____________________________________________________________________________
33514 [ 6684] By: jhi on 2000/08/17 23:22:19
33515 Log: Add byteorder to the myconfig output.
33518 ____________________________________________________________________________
33519 [ 6683] By: jhi on 2000/08/17 23:20:19
33520 Log: The image doth not exist, spotted by Johan Vromans.
33523 ____________________________________________________________________________
33524 [ 6682] By: jhi on 2000/08/17 22:38:16
33525 Log: Document what the backtick returns if the command fails.
33528 ____________________________________________________________________________
33529 [ 6681] By: jhi on 2000/08/17 22:33:12
33530 Log: Do not use prototyping here.
33532 Subject: [ID 20000817.016] [PATCH] Peek.xs
33533 From: abigail@foad.org
33534 Date: 17 Aug 2000 20:55:56 -0000
33535 Message-Id: <20000817205556.24270.qmail@foad.org>
33537 ! ext/Devel/Peek/Makefile.PL
33538 ____________________________________________________________________________
33539 [ 6680] By: jhi on 2000/08/17 19:46:43
33540 Log: Don't propose using modules built for 5.005 if no binary
33541 compatibility with 5.005 is attempted.
33543 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33544 Subject: Minor nit with 5.7.0 (6655)
33545 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
33546 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
33548 ! U/installdirs/inc_version_list.U
33550 ! Configure config_h.SH
33551 ____________________________________________________________________________
33552 [ 6679] By: jhi on 2000/08/17 19:16:39
33553 Log: Microperl config update.
33555 ! uconfig.h uconfig.sh
33556 ____________________________________________________________________________
33557 [ 6678] By: jhi on 2000/08/17 19:16:13
33558 Log: The #6648 wasn't protective enough for limited platforms
33562 ____________________________________________________________________________
33563 [ 6677] By: jhi on 2000/08/17 14:46:35
33564 Log: Update Changes.
33566 ! Changes patchlevel.h
33567 ____________________________________________________________________________
33568 [ 6676] By: jhi on 2000/08/17 14:44:02
33569 Log: Add perlebcdic from Peter Prymmer, regen toc.
33571 + pod/perlebcdic.pod
33572 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33573 ____________________________________________________________________________
33574 [ 6675] By: jhi on 2000/08/17 14:41:52
33575 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
33577 ! pod/perldebtut.pod
33578 ____________________________________________________________________________
33579 [ 6674] By: jhi on 2000/08/17 14:29:43
33580 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
33582 Subject: [ID 20000724.006] -DLEAKTEST problem
33583 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
33584 Date: Tue, 25 Jul 2000 00:36:32 -0500
33585 Message-Id: <20000725003632.A26186@www.llamacom.com>
33589 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
33590 From: Hugo <hv@crypt.compulink.co.uk>
33591 Date: Thu, 17 Aug 2000 15:23:42 +0100
33592 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
33595 ____________________________________________________________________________
33596 [ 6673] By: jhi on 2000/08/17 04:07:10
33597 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
33598 From: John Peacock <JPeacock@UnivPress.com>
33599 Date: Tue, 01 Aug 2000 09:38:12 -0400
33600 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
33602 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
33603 ____________________________________________________________________________
33604 [ 6672] By: jhi on 2000/08/17 03:04:35
33605 Log: Subject: [PATCH] Cwd.pm now uses strict
33606 From: Tim Jenness <timj@jach.hawaii.edu>
33607 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
33608 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
33611 ____________________________________________________________________________
33612 [ 6671] By: jhi on 2000/08/17 02:16:35
33613 Log: Make $Config{byteorder} more magical so that it is
33614 dynamically computed: nice for 'fat binaries'.
33616 Subject: [PATCH]: default byteorder
33617 From: Wilfredo Sánchez <wsanchez@apple.com>
33618 Date: Mon, 31 Jul 2000 19:45:31 -0700
33619 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
33622 ____________________________________________________________________________
33623 [ 6670] By: gsar on 2000/08/17 01:22:21
33624 Log: move WNOHANG definition to where other such things are
33627 ____________________________________________________________________________
33628 [ 6669] By: jhi on 2000/08/17 01:19:17
33629 Log: Update Changes.
33631 ! Changes patchlevel.h
33632 ____________________________________________________________________________
33633 [ 6668] By: jhi on 2000/08/17 01:16:29
33634 Log: Doc nits spotted by Richard Soderberg.
33636 ! README.posix-bc README.vmesa
33637 ____________________________________________________________________________
33638 [ 6667] By: jhi on 2000/08/17 01:12:11
33639 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
33640 From: "Casey R. Tweten" <crt@kiski.net>
33641 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
33642 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
33644 ! pod/perldebtut.pod
33645 ____________________________________________________________________________
33646 [ 6666] By: jhi on 2000/08/17 01:09:31
33647 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
33648 From: "Casey R. Tweten" <crt@kiski.net>
33649 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
33650 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
33653 ____________________________________________________________________________
33654 [ 6665] By: gsar on 2000/08/17 01:03:52
33655 Log: add "ok" targets from change#6632 in makefile.mk
33657 ! pod/perlport.pod win32/Makefile win32/makefile.mk
33658 ____________________________________________________________________________
33659 [ 6664] By: gsar on 2000/08/17 00:56:11
33660 Log: avoid warnings from dense compiler
33663 ____________________________________________________________________________
33664 [ 6663] By: jhi on 2000/08/17 00:51:49
33665 Log: Tweak the regex compilation errors once more.
33667 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
33668 ! t/op/regmesg.t t/pragma/warn/regcomp
33669 ____________________________________________________________________________
33670 [ 6662] By: gsar on 2000/08/17 00:28:19
33671 Log: trailing new %ENV entries weren't being pushed into the real
33672 environment of subprocesses on Windows
33674 ! t/op/magic.t win32/perlhost.h
33675 ____________________________________________________________________________
33676 [ 6661] By: gsar on 2000/08/17 00:19:20
33677 Log: waitpid() now handles externally spawned pids correctly;
33678 fixes for backtick/wait/waitpid failures on Windows 9x
33680 these changes make the pid returned by process functions on
33681 Windows 9x always positive by clearing the high bit (which
33682 is always set on Win9x); pseudo-process PIDs are likewise
33683 always negative now on Win9x (just as on NT/2000)
33685 ! pp_sys.c win32/perlhost.h win32/win32.c
33686 ____________________________________________________________________________
33687 [ 6660] By: jhi on 2000/08/17 00:04:32
33688 Log: Retract #6645.
33690 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33691 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
33693 ____________________________________________________________________________
33694 [ 6659] By: gsar on 2000/08/16 23:59:28
33695 Log: on windows, the return values from wait() and waitpid() don't
33696 match those of pseudo-pids
33698 ! pp_sys.c t/op/fork.t util.c win32/win32.c
33699 ____________________________________________________________________________
33700 [ 6658] By: gsar on 2000/08/16 23:56:14
33701 Log: pod nit seen in passing
33704 ____________________________________________________________________________
33705 [ 6657] By: gsar on 2000/08/16 23:53:42
33706 Log: change#6328 could make close(SOCKET) return false on windows
33710 ____________________________________________________________________________
33711 [ 6656] By: gsar on 2000/08/16 23:46:57
33712 Log: check that the number pseudo children doesn't exceed
33713 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
33714 the WaitForMultipleObjects() limit that would cause wait()
33717 wait() and waitpid() could potentially be rewritten to use
33718 more than one thread to do the waiting to eliminate this
33722 ____________________________________________________________________________
33723 [ 6655] By: jhi on 2000/08/16 14:11:05
33724 Log: Update Changes.
33726 ! Changes patchlevel.h
33727 ____________________________________________________________________________
33728 [ 6654] By: jhi on 2000/08/16 14:10:12
33729 Log: Update to perldebtut 1.9, from Richard Foley.
33731 ! pod/perldebtut.pod
33732 ____________________________________________________________________________
33733 [ 6653] By: jhi on 2000/08/16 14:08:17
33734 Log: Change the regx compilation error markers to use = instead of <
33735 since pod makes using the latter quite messy. Reported in
33736 ID 20000814.006 by Abigail and in
33737 Subject: Unknown escape E<> ?
33738 From: Lupe Christoph <lupe@lupe-christoph.de>
33739 Date: Fri, 11 Aug 2000 00:30:27 +0200
33740 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
33742 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
33743 ! t/op/regmesg.t t/pragma/warn/regcomp
33744 ____________________________________________________________________________
33745 [ 6652] By: jhi on 2000/08/16 13:25:31
33746 Log: Change the perlbug address to perl.org since it's more forgiving.
33748 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
33749 From: abigail@foad.org
33750 Date: 15 Aug 2000 04:15:40 -0000
33751 Message-Id: <20000815041540.8633.qmail@foad.org>
33754 ____________________________________________________________________________
33755 [ 6651] By: jhi on 2000/08/16 13:22:35
33756 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
33757 From: Tim Jenness <timj@jach.hawaii.edu>
33758 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
33759 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
33762 ____________________________________________________________________________
33763 [ 6650] By: jhi on 2000/08/16 13:18:13
33764 Log: Update to CPAN 1.57.
33766 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
33767 From: andreas.koenig@anima.de (Andreas J. Koenig)
33768 Date: 16 Aug 2000 15:09:46 +0200
33769 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
33772 ____________________________________________________________________________
33773 [ 6649] By: jhi on 2000/08/16 13:12:31
33774 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
33775 From: "Larry W. Virden" <lvirden@cas.org>
33776 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
33777 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
33780 ____________________________________________________________________________
33781 [ 6648] By: jhi on 2000/08/16 13:03:53
33782 Log: The numeric locale was reset to "C" by s?printf and never restored.
33784 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
33785 From: Christian Kirsch <ck@held.mind.de>
33786 Date: Wed, 9 Aug 2000 17:05:17 +0200
33787 Message-Id: <20000809170517.A25389@held>
33789 No test since adding the failing example to locale.t
33790 does not fail -- probably because the locale settings are so
33791 thoroughly tweaked by that time. Running the example standalone
33792 does fail, though. UPDATE: test case added at change #7540.
33794 ! dump.c perl.h pp.c pp_ctl.c sv.c
33795 ____________________________________________________________________________
33796 [ 6647] By: jhi on 2000/08/16 00:07:54
33797 Log: Update Changes and test semi-automatic patchlevel updating.
33799 ! Changes patchlevel.h
33800 ____________________________________________________________________________
33801 [ 6646] By: jhi on 2000/08/15 23:35:07
33802 Log: Fix a dependency problem.
33804 Subject: [PATCH: 6640] VMS Makefile.SH update
33805 From: Peter Prymmer <pvhp@forte.com>
33806 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
33807 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
33809 ! vms/descrip_mms.template
33810 ____________________________________________________________________________
33811 [ 6645] By: jhi on 2000/08/15 23:33:23
33812 Log: (Retracted by #6660)
33814 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
33815 From: Dominic Dunlop <domo@computer.org>
33816 Date: Tue, 15 Aug 2000 22:20:52 +0200
33817 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
33818 Branch: metaconfig/U/perl
33821 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33822 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
33824 ____________________________________________________________________________
33825 [ 6644] By: jhi on 2000/08/15 21:17:20
33826 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
33827 From: abigail@foad.org
33828 Date: 15 Aug 2000 20:12:41 -0000
33829 Message-Id: <20000815201241.25556.qmail@foad.org>
33832 ____________________________________________________________________________
33833 [ 6643] By: jhi on 2000/08/15 21:15:28
33834 Log: (an already applied patch)
33837 ____________________________________________________________________________
33838 [ 6642] By: gsar on 2000/08/15 19:54:05
33839 Log: magic callbacks all need to have same type signature
33841 ! embed.pl mg.c proto.h
33842 ____________________________________________________________________________
33843 [ 6641] By: jhi on 2000/08/15 17:56:27
33844 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)
33845 From: Mike Guy <mjtg@cam.ac.uk>
33846 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
33847 Date: Tue, 15 Aug 2000 18:26:45 +0100
33849 Only the peek.t part applied, not the hash quality part.
33852 ____________________________________________________________________________
33853 [ 6640] By: jhi on 2000/08/15 16:37:37
33854 Log: Update Changes.
33857 ____________________________________________________________________________
33858 [ 6639] By: jhi on 2000/08/15 16:34:55
33859 Log: Missed a file from #6638.
33862 ____________________________________________________________________________
33863 [ 6638] By: jhi on 2000/08/15 16:33:19
33864 Log: Subject: [PATCH perl@6620] cygwin port
33865 From: "Fifer, Eric" <EFifer@sanwaint.com>
33866 Date: Tue, 15 Aug 2000 17:00:49 +0100
33867 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
33869 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
33870 ____________________________________________________________________________
33871 [ 6637] By: jhi on 2000/08/15 16:29:22
33872 Log: Subject: [PATCH] debugger exit code should reflect user exit code
33873 From: Mike Guy <mjtg@cam.ac.uk>
33874 Date: Tue, 15 Aug 2000 16:55:59 +0100
33875 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
33878 ____________________________________________________________________________
33879 [ 6636] By: jhi on 2000/08/15 15:30:58
33880 Log: Update Changes.
33883 ____________________________________________________________________________
33884 [ 6635] By: jhi on 2000/08/15 15:27:21
33885 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
33887 ! U/mkglossary U/mksample
33888 Branch: metaconfig/U/perl
33891 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33892 ____________________________________________________________________________
33893 [ 6634] By: jhi on 2000/08/15 14:11:55
33894 Log: Don't blow limited stacks, a lower number is enough to
33895 tickle the lookbehind limit.
33897 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
33898 From: Dominic Dunlop <domo@computer.org>
33899 Date: Tue, 15 Aug 2000 13:51:24 +0200
33900 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
33903 ____________________________________________________________________________
33904 [ 6633] By: jhi on 2000/08/15 14:01:46
33905 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
33906 From: Mike Guy <mjtg@cam.ac.uk>
33907 Date: Tue, 15 Aug 2000 12:10:50 +0100
33908 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
33911 ____________________________________________________________________________
33912 [ 6632] By: jhi on 2000/08/15 13:58:48
33913 Log: make ok etc also for win32.
33915 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
33916 From: Prymmer/Kahn <pvhp@best.com>
33917 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
33918 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
33921 ____________________________________________________________________________
33922 [ 6631] By: jhi on 2000/08/15 13:45:03
33923 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
33926 ____________________________________________________________________________
33927 [ 6630] By: jhi on 2000/08/15 03:25:09
33928 Log: Update Changes.
33931 ____________________________________________________________________________
33932 [ 6629] By: jhi on 2000/08/15 03:23:53
33933 Log: magic_regdatum_set() is void, not int.
33935 ! embed.pl mg.c proto.h
33936 ____________________________________________________________________________
33937 [ 6628] By: jhi on 2000/08/15 03:08:02
33938 Log: Make the user to give up his firstborn, err, to knowingly
33939 verify installing an unstable developer release. Also bump
33940 the release to 5.7.0, but leave a patch tag in the local
33941 patches saying that this is not yet the real thing.
33943 ! U/modified/Instruct.U
33944 Branch: metaconfig/U/perl
33947 ! Configure patchlevel.h
33948 ____________________________________________________________________________
33949 [ 6627] By: jhi on 2000/08/14 22:32:52
33950 Log: README.os2 update.
33952 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
33953 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33954 Date: Wed, 02 Aug 2000 21:55:09 -0700
33955 Message-ID: <tsPi5gzkgegX092yn@efn.org>
33958 ____________________________________________________________________________
33959 [ 6626] By: jhi on 2000/08/14 21:00:02
33960 Log: Subject: Re: File::Temp problems on VMS in bleedperl
33961 From: Tim Jenness <timj@jach.hawaii.edu>
33962 cc: vmsperl@perl.org
33963 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
33964 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
33966 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
33967 ____________________________________________________________________________
33968 [ 6625] By: jhi on 2000/08/14 20:52:16
33969 Log: Add SUIDMAIL as was done for the CERT alert.
33972 ____________________________________________________________________________
33973 [ 6624] By: jhi on 2000/08/14 20:48:50
33974 Log: Subject: sfio2000
33975 From: Daniel Muino <dmuino@afip.gov.ar>
33976 Date: Mon, 14 Aug 2000 16:58:11 -0300
33977 Message-ID: <20000814165811.B16368@con2-dgi>
33979 ! perlsdio.h perlsfio.h
33980 ____________________________________________________________________________
33981 [ 6623] By: jhi on 2000/08/14 20:47:36
33982 Log: Subject: warning: storage class after type is obsolescent
33983 From: Daniel Muino <dmuino@afip.gov.ar>
33984 Date: Mon, 14 Aug 2000 16:42:47 -0300
33985 Message-ID: <20000814164247.A16368@con2-dgi>
33987 ! regcomp.pl regnodes.h
33988 ____________________________________________________________________________
33989 [ 6622] By: jhi on 2000/08/14 20:43:05
33990 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
33991 From: abigail@foad.org
33992 Date: 14 Aug 2000 20:00:10 -0000
33993 Message-Id: <20000814200010.27271.qmail@foad.org>
33996 ____________________________________________________________________________
33997 [ 6621] By: jhi on 2000/08/14 15:23:05
33998 Log: Update Changes.
34001 ____________________________________________________________________________
34002 [ 6620] By: jhi on 2000/08/14 15:22:14
34003 Log: Subject: Re: [PATCH] @+, @- readonly
34004 From: Mike Guy <mjtg@cam.ac.uk>
34005 Date: Mon, 14 Aug 2000 15:26:55 +0100
34006 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
34008 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
34010 ____________________________________________________________________________
34011 [ 6619] By: jhi on 2000/08/14 14:12:08
34012 Log: Update Changes.
34015 ____________________________________________________________________________
34016 [ 6618] By: jhi on 2000/08/14 14:09:34
34017 Log: For now remove the mail code.
34020 ____________________________________________________________________________
34021 [ 6617] By: jhi on 2000/08/14 14:08:28
34022 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
34024 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
34025 ! pod/perlfaq8.pod pod/perlsec.pod
34026 ____________________________________________________________________________
34027 [ 6616] By: jhi on 2000/08/14 14:00:11
34028 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34029 From: Mike Guy <mjtg@cam.ac.uk>
34030 Date: Mon, 14 Aug 2000 08:26:02 +0100
34031 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
34034 ____________________________________________________________________________
34035 [ 6615] By: jhi on 2000/08/14 13:58:45
34036 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
34037 From: Mike Guy <mjtg@cam.ac.uk>
34038 Date: Mon, 14 Aug 2000 08:04:22 +0100
34039 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
34041 ! gv.c mg.c t/op/pat.t
34042 ____________________________________________________________________________
34043 [ 6614] By: jhi on 2000/08/14 13:56:45
34044 Log: Subject: Test fails / warnings with perl-current #6612
34045 From: Mike Guy <mjtg@cam.ac.uk>
34046 Date: Mon, 14 Aug 2000 07:57:23 +0100
34047 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
34049 ! t/lib/b.t t/lib/peek.t
34050 ____________________________________________________________________________
34051 [ 6613] By: jhi on 2000/08/14 13:45:33
34052 Log: VMS configure.com update continues.
34054 - vms/configure.com
34055 ! MANIFEST configure.com
34056 ____________________________________________________________________________
34057 [ 6612] By: jhi on 2000/08/13 22:13:35
34058 Log: Update Changes.
34061 ____________________________________________________________________________
34062 [ 6611] By: jhi on 2000/08/13 16:21:45
34063 Log: Upgrade to CGI 2.71, from Lincoln Stein.
34065 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
34066 ____________________________________________________________________________
34067 [ 6610] By: jhi on 2000/08/13 15:09:16
34068 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
34069 From: Mike Guy <mjtg@cam.ac.uk>
34070 Date: Sun, 13 Aug 2000 13:45:51 +0100
34071 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
34074 ____________________________________________________________________________
34075 [ 6609] By: jhi on 2000/08/13 14:31:26
34076 Log: Andreas says that 1.56 is fine, so reverting back to it.
34079 ____________________________________________________________________________
34080 [ 6608] By: jhi on 2000/08/13 05:34:20
34081 Log: Update Changes.
34084 ____________________________________________________________________________
34085 [ 6607] By: jhi on 2000/08/13 05:32:01
34086 Log: Put back the \z changes of #5406 to CPAN.pm.
34089 ____________________________________________________________________________
34090 [ 6606] By: jhi on 2000/08/13 05:20:16
34091 Log: Fix-n-skip the tests under 5005threads.
34094 ____________________________________________________________________________
34095 [ 6605] By: jhi on 2000/08/13 05:07:48
34096 Log: Fix the test for 5005threads.
34099 ____________________________________________________________________________
34100 [ 6604] By: jhi on 2000/08/13 03:35:37
34101 Log: Should have deleted this in #6603.
34103 - vms/subconfigure.com
34104 ____________________________________________________________________________
34105 [ 6603] By: jhi on 2000/08/12 18:29:32
34106 Log: Rewrite of vms/subconfigure.com as configure.com,
34107 from Peter Prymmer and the vmsperl crew.
34109 + vms/configure.com
34111 ____________________________________________________________________________
34112 [ 6602] By: jhi on 2000/08/11 13:00:01
34113 Log: PlainText.pm is dead.
34115 - lib/Pod/PlainText.pm
34117 ____________________________________________________________________________
34118 [ 6601] By: jhi on 2000/08/11 04:06:45
34119 Log: Update Changes.
34122 ____________________________________________________________________________
34123 [ 6600] By: jhi on 2000/08/11 04:06:10
34124 Log: Add a few missing files, update MANIFEST.
34126 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
34127 + lib/Pod/PlainText.pm t/pod/find.t
34128 ! MANIFEST t/op/regmesg.t
34129 ____________________________________________________________________________
34130 [ 6599] By: jhi on 2000/08/11 03:31:10
34131 Log: Add Perl debugging tutorial, regen toc.
34133 Subject: perldebtut.pod
34134 From: Richard Foley <Richard.Foley@m.dasa.de>
34135 Date: Wed, 09 Aug 2000 10:17:15 +0200
34136 Message-id: <3991138B.262247B8@m.dasa.de>
34138 + pod/perldebtut.pod
34139 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34140 ____________________________________________________________________________
34141 [ 6598] By: jhi on 2000/08/11 02:48:56
34142 Log: tiny Changes edit
34145 ____________________________________________________________________________
34146 [ 6597] By: jhi on 2000/08/11 02:39:04
34147 Log: Tests for #6589.
34149 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34150 From: simon@brecon.co.uk (Simon Cozens)
34151 Date: 11 Aug 2000 02:24:52 GMT
34152 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
34155 ____________________________________________________________________________
34156 [ 6596] By: jhi on 2000/08/11 01:50:07
34157 Log: Update Changes.
34160 ____________________________________________________________________________
34161 [ 6595] By: jhi on 2000/08/11 01:47:16
34165 ____________________________________________________________________________
34166 [ 6594] By: jhi on 2000/08/11 01:36:16
34167 Log: Subject: Getting perlio and threads to compile
34168 From: Lupe Christoph <lupe@lupe-christoph.de>
34169 Date: Wed, 9 Aug 2000 11:35:54 +0200
34170 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
34172 (the Solaris version changes in Configure skipped)
34174 ! hints/solaris_2.sh thread.h
34175 ____________________________________________________________________________
34176 [ 6593] By: jhi on 2000/08/11 01:30:16
34177 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
34178 From: simon@brecon.co.uk (Simon Cozens)
34179 Date: 1 Aug 2000 06:55:19 GMT
34180 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
34183 ____________________________________________________________________________
34184 [ 6592] By: jhi on 2000/08/11 01:26:39
34185 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
34186 From: Peter Scott <Peter@PeterScott.com>
34187 Date: Thu, 10 Aug 2000 08:23:27 -0700
34188 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
34191 ____________________________________________________________________________
34192 [ 6591] By: jhi on 2000/08/11 01:22:02
34193 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
34194 From: Hugo <hv@crypt.compulink.co.uk>
34195 Date: Thu, 10 Aug 2000 19:23:04 +0100
34196 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
34198 ! regexec.c t/op/pat.t
34199 ____________________________________________________________________________
34200 [ 6590] By: jhi on 2000/08/11 01:19:19
34201 Log: Preprocessing and postprocessing for File::Find.
34203 Subject: Patch to Find::File.pm to allow alphabetical results
34204 From: Joe Smith <jsmith@inwap.com>
34205 Date: Wed, 9 Aug 2000 02:44:54 -0700
34206 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
34209 ____________________________________________________________________________
34210 [ 6589] By: jhi on 2000/08/11 01:12:39
34211 Log: B::Deparse didn't do sub attributes.
34213 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34214 From: simon@brecon.co.uk (Simon Cozens)
34215 Date: 9 Aug 2000 04:49:20 GMT
34216 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
34218 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
34219 ____________________________________________________________________________
34220 [ 6588] By: jhi on 2000/08/11 01:06:40
34221 Log: Subject: debugger "d" command doesnt check line number
34222 From: Mike Guy <mjtg@cam.ac.uk>
34223 Date: Tue, 08 Aug 2000 21:54:29 +0100
34224 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
34226 ! lib/perl5db.pl mg.c pod/perldiag.pod
34227 ____________________________________________________________________________
34228 [ 6587] By: jhi on 2000/08/11 00:45:03
34229 Log: sleep(1) does not necessarily return 1.
34231 Subject: [PATCH bleadperl] op/lex_assign.t
34232 From: Hugo <hv@crypt.compulink.co.uk>
34233 Date: Thu, 03 Aug 2000 14:34:22 +0100
34234 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
34236 ! t/op/lex_assign.t
34237 ____________________________________________________________________________
34238 [ 6586] By: jhi on 2000/08/11 00:31:50
34239 Log: Document the IO::Select timeout.
34241 ! ext/IO/lib/IO/Select.pm
34242 ____________________________________________________________________________
34243 [ 6585] By: jhi on 2000/08/11 00:13:54
34244 Log: Forgot contributor.
34247 ____________________________________________________________________________
34248 [ 6584] By: jhi on 2000/08/11 00:09:19
34252 ____________________________________________________________________________
34253 [ 6583] By: jhi on 2000/08/11 00:07:53
34254 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
34256 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
34257 From: Mike Guy <mjtg@cam.ac.uk>
34258 Date: Thu, 10 Aug 2000 15:50:54 +0100
34259 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
34262 ____________________________________________________________________________
34263 [ 6582] By: jhi on 2000/08/10 23:29:32
34264 Log: Update Changes.
34267 ____________________________________________________________________________
34268 [ 6581] By: jhi on 2000/08/10 23:26:16
34269 Log: Put back the std @INC thing.
34271 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
34272 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
34273 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
34275 ____________________________________________________________________________
34276 [ 6580] By: jhi on 2000/08/10 23:03:34
34277 Log: Update to CGI 2.70, from Lincoln Stein.
34279 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
34280 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
34281 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
34282 ! t/lib/cgi-request.t
34283 ____________________________________________________________________________
34284 [ 6579] By: jhi on 2000/08/10 22:41:50
34285 Log: Update to CPAN 1.56, from Andreas König.
34287 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34288 ____________________________________________________________________________
34289 [ 6578] By: jhi on 2000/08/10 22:38:13
34290 Log: Update to Pod::Parser 1.17, from Brad Appleton.
34292 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
34293 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
34294 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
34295 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
34296 ! t/pod/include.t t/pod/included.t t/pod/lref.t
34297 ! t/pod/multiline_items.t t/pod/nested_items.t
34298 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
34299 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
34300 ! t/pod/special_seqs.t
34301 ____________________________________________________________________________
34302 [ 6577] By: jhi on 2000/08/10 22:35:41
34303 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
34306 ____________________________________________________________________________
34307 [ 6576] By: jhi on 2000/08/10 22:24:54
34308 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
34311 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
34312 ! t/lib/gol-compat.t t/lib/gol-linkage.t
34313 ____________________________________________________________________________
34314 [ 6575] By: jhi on 2000/08/10 22:02:07
34315 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
34317 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
34318 ____________________________________________________________________________
34319 [ 6574] By: jhi on 2000/08/10 21:55:03
34320 Log: Iterating perl6 description.
34323 ____________________________________________________________________________
34324 [ 6573] By: jhi on 2000/08/10 21:48:26
34325 Log: Revert the sv.c part of #6559, a better fix is needed.
34328 ____________________________________________________________________________
34329 [ 6572] By: jhi on 2000/08/10 20:33:43
34330 Log: It's the 2ndO'ROSSC.
34333 ____________________________________________________________________________
34334 [ 6571] By: jhi on 2000/08/10 15:55:48
34338 ____________________________________________________________________________
34339 [ 6570] By: jhi on 2000/08/10 14:11:17
34340 Log: An exceptionally sticky typo.
34343 ____________________________________________________________________________
34344 [ 6569] By: jhi on 2000/08/10 14:09:33
34345 Log: detypo (and test Changes updating script)
34348 ____________________________________________________________________________
34349 [ 6568] By: jhi on 2000/08/10 14:07:07
34350 Log: Update Changes.
34353 ____________________________________________________________________________
34354 [ 6567] By: jhi on 2000/08/10 14:06:19
34355 Log: Amend the description of Perl6.
34356 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
34357 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34358 Date: Wed, 9 Aug 2000 22:11:06 -0500
34359 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
34362 ____________________________________________________________________________
34363 [ 6566] By: jhi on 2000/08/10 13:58:57
34364 Log: Subject: Remove dead entry in perldiag
34365 From: Mike Guy <mjtg@cam.ac.uk>
34366 Date: Thu, 10 Aug 2000 14:19:19 +0100
34367 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
34370 ____________________________________________________________________________
34371 [ 6565] By: jhi on 2000/08/10 13:51:48
34372 Log: Zero entries were skipped, fix from Adrian Goalby
34373 <argoalby@yahoo.co.uk>
34375 ! lib/unicode/Number.pl lib/unicode/mktables.PL
34376 ____________________________________________________________________________
34377 [ 6564] By: jhi on 2000/08/10 13:00:12
34378 Log: Subject: [PATCH 5.6.0] cygwin port
34379 From: "Fifer, Eric" <EFifer@sanwaint.com>
34380 Date: Thu, 10 Aug 2000 13:15:36 +0100
34381 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
34383 ! README.cygwin hints/cygwin.sh
34384 ____________________________________________________________________________
34385 [ 6563] By: jhi on 2000/08/10 12:55:16
34386 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
34388 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
34389 ____________________________________________________________________________
34390 [ 6562] By: gsar on 2000/08/10 08:38:39
34391 Log: warn is a macro, avoid using at a variable to avoid warnings
34392 in some configurations; readdir.t is too conservative in
34393 estimating number of *.t's
34395 ! t/op/readdir.t util.c
34396 ____________________________________________________________________________
34397 [ 6561] By: jhi on 2000/08/09 23:35:42
34398 Log: Update Changes.
34401 ____________________________________________________________________________
34402 [ 6560] By: jhi on 2000/08/09 23:05:47
34403 Log: Subject: Re: enhanced(?) regex error messages
34404 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34405 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
34406 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
34408 (plus two small patches sent privately)
34409 (this still seems to leave few test failures)
34412 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
34413 ! t/pragma/warn/regcomp
34414 ____________________________________________________________________________
34415 [ 6559] By: jhi on 2000/08/09 20:41:18
34416 Log: (The fix did work but was not right, retracted in #6573)
34418 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
34419 From: Christian Kirsch <ck@held.mind.de>
34420 Date: Wed, 9 Aug 2000 17:05:17 +0200
34421 Message-Id: <20000809170517.A25389@held>
34423 ! sv.c t/pragma/locale.t
34424 ____________________________________________________________________________
34425 [ 6558] By: jhi on 2000/08/08 22:34:08
34426 Log: Tiny updates on the contributors list.
34429 ____________________________________________________________________________
34430 [ 6557] By: jhi on 2000/08/08 19:34:28
34431 Log: Double check that we have a dirhandle.
34434 ____________________________________________________________________________
34435 [ 6556] By: jhi on 2000/08/08 19:01:51
34436 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
34437 May be repopulated with fresh maintained examples.
34439 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
34440 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
34441 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
34442 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
34443 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
34444 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
34445 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
34446 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
34447 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
34448 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
34449 + lib/CGI/eg/wilogo_gif.uu
34450 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
34451 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
34452 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
34453 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
34454 - eg/cgi/frameset.cgi eg/cgi/index.html
34455 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34456 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34457 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34458 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34459 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34460 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34461 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34462 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34463 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34464 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34465 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34466 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34467 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34468 - eg/van/vanish eg/who eg/wrapsuid
34470 ____________________________________________________________________________
34471 [ 6555] By: jhi on 2000/08/08 18:51:08
34472 Log: Delete chat2 as requested by Randal.
34474 Subject: Re: perlfaq8 coyness
34475 From: merlyn@stonehenge.com (Randal L. Schwartz)
34476 Date: 15 May 2000 18:52:42 -0700
34477 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
34481 ____________________________________________________________________________
34482 [ 6554] By: jhi on 2000/08/08 18:31:35
34483 Log: Regen global.sym.
34486 ____________________________________________________________________________
34487 [ 6553] By: jhi on 2000/08/08 18:28:13
34488 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
34489 (either perlbug or p5p ate the original), plus regen
34490 perlapi and perltoc.
34492 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
34493 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
34494 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
34495 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
34496 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
34497 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
34498 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
34499 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
34500 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
34501 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
34502 ____________________________________________________________________________
34503 [ 6552] By: jhi on 2000/08/08 18:06:29
34504 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
34505 From: Mike Guy <mjtg@cam.ac.uk>
34506 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
34507 Date: Tue, 08 Aug 2000 15:51:27 +0100
34509 ! doop.c sv.h t/op/join.t t/pragma/overload.t
34510 ____________________________________________________________________________
34511 [ 6551] By: jhi on 2000/08/08 18:01:11
34512 Log: Re-apply #6549.
34515 ____________________________________________________________________________
34516 [ 6550] By: jhi on 2000/08/08 17:43:08
34517 Log: Accidental retraction of #6549.
34520 ____________________________________________________________________________
34521 [ 6549] By: jhi on 2000/08/08 17:40:04
34522 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34523 From: Mike Guy <mjtg@cam.ac.uk>
34524 Date: Mon, 07 Aug 2000 21:49:58 +0100
34525 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
34528 ____________________________________________________________________________
34529 [ 6548] By: jhi on 2000/08/08 17:37:57
34530 Log: Document here-doc better.
34532 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
34533 From: Mike Guy <mjtg@cam.ac.uk>
34534 Date: Mon, 07 Aug 2000 14:02:09 +0100
34535 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
34538 ____________________________________________________________________________
34539 [ 6547] By: jhi on 2000/08/08 17:33:34
34540 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
34541 From: "Randy J. Ray" <rjray@redhat.com>
34542 Date: Mon, 07 Aug 2000 19:12:25 -0700
34543 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
34545 ! perl.c pod/perlrun.pod
34546 ____________________________________________________________________________
34547 [ 6546] By: jhi on 2000/08/08 17:29:26
34548 Log: Subject: Re: enhanced(?) regex error messages
34549 From: Hugo <hv@crypt.compulink.co.uk>
34550 Date: Tue, 08 Aug 2000 03:25:51 +0100
34551 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
34553 plus Capitalize the error messages, plus perldiag them.
34555 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
34556 ____________________________________________________________________________
34557 [ 6545] By: jhi on 2000/08/08 13:59:28
34558 Log: Augment #6539 a bit: don't croak if there's magic in the air.
34560 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
34561 From: Hugo <hv@crypt.compulink.co.uk>
34562 Date: Tue, 08 Aug 2000 03:02:03 +0100
34563 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
34565 ! pp.c t/op/bless.t
34566 ____________________________________________________________________________
34567 [ 6544] By: jhi on 2000/08/07 21:11:52
34568 Log: Make the test -w clean.
34571 ____________________________________________________________________________
34572 [ 6543] By: jhi on 2000/08/07 19:49:53
34573 Log: use warnings instead of $^W.
34576 ____________________________________________________________________________
34577 [ 6542] By: jhi on 2000/08/07 17:41:41
34578 Log: Disable a portability warning Because We Know What We Are Doing.
34581 ____________________________________________________________________________
34582 [ 6541] By: jhi on 2000/08/07 17:29:51
34583 Log: Tiny tidying on report_evil_fh().
34586 ____________________________________________________________________________
34587 [ 6540] By: jhi on 2000/08/07 16:37:38
34588 Log: Make regular expression parse error messages easier to understand.
34590 Subject: Re: enhanced(?) regex error messages
34591 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34592 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
34593 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
34596 ____________________________________________________________________________
34597 [ 6539] By: jhi on 2000/08/07 16:12:27
34598 Log: Make bless(REF, REF) a fatal error, add bless tests.
34600 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
34601 From: Hugo <hv@crypt.compulink.co.uk>
34602 Date: Mon, 07 Aug 2000 16:59:38 +0100
34603 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
34606 ! MANIFEST pod/perldiag.pod pp.c sv.c
34607 ____________________________________________________________________________
34608 [ 6538] By: jhi on 2000/08/07 15:59:43
34609 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
34610 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
34611 Date: Thu, 3 Aug 2000 14:29:21 -0700
34612 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
34615 ____________________________________________________________________________
34616 [ 6537] By: jhi on 2000/08/07 15:47:18
34617 Log: Retract #6419 for now since it breaks in AFS and MachTen.
34620 ____________________________________________________________________________
34621 [ 6536] By: jhi on 2000/08/07 15:05:29
34622 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
34623 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
34624 The security hole exists only in suidperls, which isn't
34625 installed or even built by default.
34628 ____________________________________________________________________________
34629 [ 6535] By: jhi on 2000/08/07 14:45:14
34630 Log: tr memory corruption fix from Simon Cozens.
34633 ____________________________________________________________________________
34634 [ 6534] By: jhi on 2000/08/06 11:38:16
34635 Log: Document a bit that UDP is not what you might think.
34637 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
34638 From: Lupe Christoph <lupe@lupe-christoph.de>
34639 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
34640 Date: Mon, 24 Jul 2000 08:59:15 +0200
34643 ____________________________________________________________________________
34644 [ 6533] By: jhi on 2000/08/06 11:35:01
34645 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
34646 From: Jeff Pinyan <jeffp@hut.crusoe.net>
34647 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
34648 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
34651 ____________________________________________________________________________
34652 [ 6532] By: jhi on 2000/08/06 03:45:41
34653 Log: Have symbols for the IoTYPEs.
34655 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
34656 ____________________________________________________________________________
34657 [ 6531] By: jhi on 2000/08/06 01:33:55
34658 Log: Continue fixing the io warnings. This also
34659 sort of fixes bug ID 20000802.003: the core dump
34660 is no more. Whether the current behaviour is correct
34661 (giving a warning: "Not a format reference"), is another matter.
34663 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
34664 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
34665 ____________________________________________________________________________
34666 [ 6530] By: jhi on 2000/08/05 21:33:12
34667 Log: Change the Policy policy: now -Dprefix= with an existing
34668 Policy.sh and prefix == siteprefix == vendorprefix, then all
34669 of them follow along the new prefix.
34671 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
34672 From: Andy Dougherty <doughera@lafayette.edu>
34673 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
34674 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
34677 ____________________________________________________________________________
34678 [ 6529] By: jhi on 2000/08/05 18:57:28
34679 Log: Zap lib/Sys directory when cleaning up.
34682 ____________________________________________________________________________
34683 [ 6528] By: jhi on 2000/08/05 18:40:44
34684 Log: Essential prototype changes were missing from #6527.
34685 Also make report_evil_fh() more bomb-proof.
34688 ____________________________________________________________________________
34689 [ 6527] By: jhi on 2000/08/05 03:22:05
34690 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
34691 From: "Ronald F. Guilmette" <rfg@monkeys.com>
34692 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
34693 Message-Id: <200007242247.PAA52177@monkeys.com>
34695 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
34696 ____________________________________________________________________________
34697 [ 6526] By: jhi on 2000/08/04 21:23:27
34698 Log: gcc versions might have (parentheses) in them.
34699 Branch: metaconfig/U/perl
34702 ! Configure config_h.SH
34703 ____________________________________________________________________________
34704 [ 6525] By: jhi on 2000/08/04 20:23:12
34705 Log: Weed buglets pointed out by
34707 From: Lupe Christoph <lupe@lupe-christoph.de>
34708 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
34709 Date: Fri, 4 Aug 2000 17:34:39 +0200
34710 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
34711 Branch: metaconfig/U/perl
34712 ! gccvers.U uselfs.U
34714 ! Configure config_h.SH
34715 ____________________________________________________________________________
34716 [ 6524] By: jhi on 2000/08/04 19:02:08
34717 Log: Warn under -w if lstat(FH) is attempted.
34719 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
34720 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
34721 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
34722 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
34724 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
34725 ! t/pragma/warn/pp_sys
34726 ____________________________________________________________________________
34727 [ 6523] By: jhi on 2000/08/04 12:31:11
34728 Log: Subject: New perlcc, take 2
34729 From: simon@brecon.co.uk (Simon Cozens)
34730 Date: 4 Aug 2000 06:21:04 GMT
34731 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
34734 ____________________________________________________________________________
34735 [ 6522] By: jhi on 2000/08/04 12:26:33
34736 Log: Subject: Re: Array vs. List context
34737 From: Daniel Chetlin <daniel@chetlin.com>
34738 Date: Fri, 4 Aug 2000 00:22:44 -0700
34739 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
34741 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
34743 ____________________________________________________________________________
34744 [ 6521] By: jhi on 2000/08/04 12:22:38
34745 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
34746 From: Raymund Will <ray@caldera.de>
34747 Date: Fri, 4 Aug 2000 12:07:09 +0200
34748 Message-Id: <20000804120709.A14982@caldera.de>
34751 ____________________________________________________________________________
34752 [ 6520] By: jhi on 2000/08/04 04:09:06
34753 Log: After the #6519 a warning about stat() is just that,
34754 not about a filetest, which now have their own warning.
34757 ____________________________________________________________________________
34758 [ 6519] By: jhi on 2000/08/04 04:06:30
34759 Log: In the warnings call filehandles consistently so;
34760 add "unopened" warning for stat().
34762 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
34763 ! t/pragma/warn/pp_sys
34764 ____________________________________________________________________________
34765 [ 6518] By: jhi on 2000/08/04 02:55:35
34766 Log: Subject: Minor tweak to perlvar.pod
34767 From: "Stephen P. Potter" <spp@ds.net>
34768 Date: Tue, 18 Apr 2000 09:26:03 -0400
34769 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
34772 ____________________________________________________________________________
34773 [ 6517] By: jhi on 2000/08/04 02:50:08
34774 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
34775 From: "Clinton Pierce" <cpierce1@ford.com>
34776 Date: Wed, 21 Jul 1999 16:45:31 -0400
34777 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
34779 Fix by Stephen Potter (visible in the bug db but not in p5p?)
34781 ! pod/perlfunc.pod pod/perlop.pod
34782 ____________________________________________________________________________
34783 [ 6516] By: jhi on 2000/08/04 02:09:25
34784 Log: This is 6512. Really.
34787 ____________________________________________________________________________
34788 [ 6515] By: jhi on 2000/08/04 01:25:50
34789 Log: mention the idea of @( and @)
34792 ____________________________________________________________________________
34793 [ 6514] By: bailey on 2000/08/04 01:18:46
34794 Log: YA resync with mainstem, including VMS patches from others
34796 +> (branch 48 files)
34797 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
34798 !> (integrate 354 files)
34799 ____________________________________________________________________________
34800 [ 6513] By: jhi on 2000/08/04 01:18:18
34801 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
34802 From: Mark Dickinson <dickins3@fas.harvard.edu>
34803 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
34804 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
34806 ! t/op/grent.t t/op/pwent.t
34807 ____________________________________________________________________________
34808 [ 6512] By: jhi on 2000/08/04 01:14:06
34809 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
34810 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34811 Date: Wed, 02 Aug 2000 10:51:01 +0100
34812 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
34815 ____________________________________________________________________________
34816 [ 6511] By: jhi on 2000/08/04 00:57:00
34817 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
34818 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34819 Date: Thu, 03 Aug 2000 17:20:04 -0700
34820 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
34822 ! U/modified/Cppsym.U
34824 ! Configure config_h.SH
34825 ____________________________________________________________________________
34826 [ 6510] By: jhi on 2000/08/04 00:25:28
34830 ____________________________________________________________________________
34831 [ 6509] By: jhi on 2000/08/03 23:43:18
34832 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
34833 From: Dominic Dunlop <domo@computer.org>
34834 Date: Thu, 3 Aug 2000 22:16:46 +0200
34835 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
34838 ____________________________________________________________________________
34839 [ 6508] By: jhi on 2000/08/03 23:40:37
34840 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
34841 From: Hugo <hv@crypt.compulink.co.uk>
34842 Date: Thu, 03 Aug 2000 18:25:30 +0100
34843 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
34845 ! regcomp.c t/op/re_tests
34846 ____________________________________________________________________________
34847 [ 6507] By: jhi on 2000/08/03 23:38:28
34848 Log: Subject: [PATCH] sv.h documentation - SvLEN
34849 From: Mike Guy <mjtg@cam.ac.uk>
34850 Date: Thu, 03 Aug 2000 14:43:09 +0100
34851 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
34854 ____________________________________________________________________________
34855 [ 6506] By: jhi on 2000/08/03 15:49:14
34856 Log: Disable the fix_pl hack for now.
34859 ____________________________________________________________________________
34860 [ 6505] By: jhi on 2000/08/03 13:49:04
34861 Log: Add a URL for FSF.
34863 Subject: Patch for README
34864 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34865 Date: Wed, 2 Aug 2000 13:25:09 -0500
34866 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
34869 ____________________________________________________________________________
34870 [ 6504] By: jhi on 2000/08/03 13:29:19
34871 Log: Be more informative on what is skipped and why,
34872 also repeat the list at the end.
34875 ____________________________________________________________________________
34876 [ 6503] By: jhi on 2000/08/03 13:07:05
34877 Log: Circumvent the removal of .patch by fix_pl.
34879 Subject: Re: [ID 20000802.011] unable to 'make test'
34880 From: simon@brecon.co.uk (Simon Cozens)
34881 Date: 3 Aug 2000 04:17:00 GMT
34882 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
34885 ____________________________________________________________________________
34886 [ 6502] By: jhi on 2000/08/03 00:14:34
34887 Log: Add the missing setproctitle unit.
34888 Branch: metaconfig/U/perl
34890 ____________________________________________________________________________
34891 [ 6501] By: jhi on 2000/08/03 00:00:26
34892 Log: The subtest 4 may fail also on VOBS, as pointed out
34893 by Nick Ing-Simmons in November 1999, bug id 19991124.003
34894 (but the failure in that bug report isn't the subtest 4).
34897 ____________________________________________________________________________
34898 [ 6500] By: jhi on 2000/08/02 23:49:30
34899 Log: Better skip message for the test; one of the two problems in
34901 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
34902 From: Lupe Christoph <lupe@lupe-christoph.de>
34903 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
34904 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
34906 ! t/op/numconvert.t
34907 ____________________________________________________________________________
34908 [ 6499] By: jhi on 2000/08/02 22:49:16
34909 Log: Allow "no Module;" even if there is no 'unimport'.
34911 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
34912 From: mjd@plover.com
34913 Date: 24 Mar 2000 15:24:34 -0000
34914 Message-Id: <20000324152434.15160.qmail@plover.com>
34917 ____________________________________________________________________________
34918 [ 6498] By: jhi on 2000/08/02 22:42:58
34919 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
34920 that are hopefully soon put into use.
34922 ! opcode.h opcode.pl opnames.h
34923 ____________________________________________________________________________
34924 [ 6497] By: gsar on 2000/08/02 22:28:59
34925 Log: require.t needs binmode() to work on windows
34928 ____________________________________________________________________________
34929 [ 6496] By: jhi on 2000/08/02 22:08:51
34930 Log: Document the IVdf UVuf UVof UVxf.
34933 ____________________________________________________________________________
34934 [ 6495] By: jhi on 2000/08/02 21:54:26
34937 ! ext/Data/Dumper/Dumper.xs
34938 ____________________________________________________________________________
34939 [ 6494] By: jhi on 2000/08/02 21:49:17
34940 Log: Dump UVs as UVs in Data::Dumper.
34942 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
34943 From: Gurusamy Sarathy <gsar@ActiveState.com>
34944 Date: Thu, 27 Apr 2000 12:26:25 -0700
34945 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
34947 ! ext/Data/Dumper/Dumper.xs
34948 ____________________________________________________________________________
34949 [ 6493] By: jhi on 2000/08/02 17:01:58
34950 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
34951 From: Hugo <hv@crypt.compulink.co.uk>
34952 Date: Wed, 02 Aug 2000 14:53:56 +0100
34953 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
34955 ! regexec.c t/op/re_tests
34956 ____________________________________________________________________________
34957 [ 6492] By: jhi on 2000/08/02 15:02:46
34958 Log: The new setproctitle() feature is available only in
34959 bleeding edge FreeBSD. From Paul Saab.
34962 ____________________________________________________________________________
34963 [ 6491] By: jhi on 2000/08/02 13:34:36
34964 Log: The tr utf8 patching continues.
34966 Subject: Re: #6469, too many tests claimed in require.t
34967 From: simon@brecon.co.uk (Simon Cozens)
34968 Date: 2 Aug 2000 02:37:17 GMT
34969 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
34971 (the logic of the test was the wrong way round in the patch)
34974 ____________________________________________________________________________
34975 [ 6490] By: jhi on 2000/08/02 13:27:38
34976 Log: The name of a filehandle does not have <these>.
34978 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
34979 ! t/pragma/warn/pp_sys util.c
34980 ____________________________________________________________________________
34981 [ 6489] By: jhi on 2000/08/02 04:26:46
34982 Log: Remove the extraneous "main::" prefix from all the
34983 "opened only for", "on closed", and "never opened" warnings.
34985 Subject: Re: inappropriate warning
34986 From: Gurusamy Sarathy <gsar@ActiveState.com>
34987 Date: Mon, 20 Mar 2000 11:28:02 -0800
34988 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
34990 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
34991 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
34992 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
34993 ____________________________________________________________________________
34994 [ 6488] By: jhi on 2000/08/02 03:02:57
34995 Log: memcpy has n o in it, as pinted ut by Sarathy.
34998 ____________________________________________________________________________
34999 [ 6487] By: jhi on 2000/08/02 02:44:51
35000 Log: Document in one place the memory abstractions used in Perl core.
35002 Subject: Re: Memory abstraction
35003 From: simon@brecon.co.uk (Simon Cozens)
35004 Date: 2 Aug 2000 02:20:23 GMT
35005 Organization: Earth.li Origins
35008 ____________________________________________________________________________
35009 [ 6486] By: jhi on 2000/08/02 02:41:57
35010 Log: regen_headers, regen perltoc.
35012 ! perlapi.c pod/perltoc.pod
35013 ____________________________________________________________________________
35014 [ 6485] By: jhi on 2000/08/02 01:43:33
35015 Log: "This little thing tests for a file .patch, and if it contains
35016 a number, pops into patchlevel.h" (making it easier to track
35017 which development version people are reporting bugs against)
35019 Subject: Patchlevel autogeneration for repository perls
35020 From: simon@brecon.co.uk (Simon Cozens)
35021 Date: 14 Jul 2000 07:12:15 GMT
35022 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
35025 ! MANIFEST Makefile.SH
35026 ____________________________________________________________________________
35027 [ 6484] By: jhi on 2000/08/02 01:32:54
35028 Log: FreeBSD 3.* updates from
35030 From: Paul Saab <ps@yahoo-inc.com>
35031 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
35032 Date: Tue, 1 Aug 2000 15:41:39 -0700
35033 Message-Id: <20000801154139.A53740@yahoo-inc.com>
35036 ____________________________________________________________________________
35037 [ 6483] By: jhi on 2000/08/02 01:27:44
35038 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
35039 instead one must use setproctitle(). This was already addressed
35040 by change #6457, but the below has a new variant for FreeBSD 4.0
35041 or later, and the matter is also documented more.
35043 From: Paul Saab <ps@yahoo-inc.com>
35044 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
35045 Date: Tue, 1 Aug 2000 15:41:39 -0700
35046 Message-Id: <20000801154139.A53740@yahoo-inc.com>
35047 Branch: metaconfig/U/perl
35050 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
35051 ____________________________________________________________________________
35052 [ 6482] By: jhi on 2000/08/01 22:17:32
35053 Log: The test from this
35055 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
35056 Date: Sat, 15 Apr 2000 17:03:44 +0100
35057 From: Tom Hughes <tom@compton.nu>
35058 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
35060 was missing, the code change went in as #5989
35061 (which had a different test?)
35064 ____________________________________________________________________________
35065 [ 6481] By: jhi on 2000/08/01 21:48:38
35066 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
35067 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35068 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
35069 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
35072 ____________________________________________________________________________
35073 [ 6480] By: jhi on 2000/08/01 18:05:28
35074 Log: Make p4desc to skip non-mainperl branches by default.
35077 ____________________________________________________________________________
35078 [ 6479] By: jhi on 2000/08/01 17:29:19
35079 Log: If gccosandvers is equal to osname, clear gccosandvers.
35080 Branch: metaconfig/U/perl
35083 ! Configure config_h.SH
35084 ____________________________________________________________________________
35085 [ 6478] By: jhi on 2000/08/01 15:54:08
35086 Log: BOM patching from Simon Cozens.
35089 ____________________________________________________________________________
35090 [ 6477] By: jhi on 2000/08/01 04:50:33
35091 Log: Stash away the largefiles flags and libswanted.
35093 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
35094 ____________________________________________________________________________
35095 [ 6476] By: gsar on 2000/08/01 04:24:24
35096 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
35099 ! t/pragma/utf8.t utf8.c win32/win32.c
35100 ____________________________________________________________________________
35101 [ 6475] By: jhi on 2000/08/01 03:35:24
35102 Log: Make chr() for values >127 to create utf8 when under utf8.
35104 Subject: Re: uft8/chr()
35105 From: simon@brecon.co.uk (Simon Cozens)
35106 Date: 1 Aug 2000 02:37:02 GMT
35107 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
35109 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
35110 ____________________________________________________________________________
35111 [ 6474] By: jhi on 2000/08/01 02:36:18
35112 Log: In Digital UNIX warn if gcc explicitly chosen because even
35113 2.95.2 is known to cause problems.
35116 ____________________________________________________________________________
35117 [ 6473] By: jhi on 2000/08/01 02:00:56
35118 Log: Make the safety catch for buggy gccs work with triple version
35119 numbers like 2.95.2. Reported in
35121 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
35122 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
35123 Date: Mon, 31 Jul 2000 14:55:06 +0200
35124 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
35127 ____________________________________________________________________________
35128 [ 6472] By: jhi on 2000/08/01 01:13:33
35129 Log: Subject: fix and question re: waitpid() under win32
35130 From: Brian Clarke <clarke@appliedmeta.com>
35131 Date: Fri, 28 Jul 2000 15:18:29 -0400
35132 Message-ID: <3981DC85.290314EB@appliedmeta.com>
35134 Slightly reformatted and WNOHANG # define moved to win32.h
35135 so that also POSIX.xs sees it, as suggsted by Sarathy.
35137 ! win32/win32.c win32/win32.h
35138 ____________________________________________________________________________
35139 [ 6471] By: jhi on 2000/08/01 00:55:05
35140 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
35141 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35142 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
35143 Date: Mon, 31 Jul 2000 13:28:51 +0100
35145 (aka ID 20000730.002)
35148 ____________________________________________________________________________
35149 [ 6470] By: jhi on 2000/07/31 23:34:42
35150 Log: Document the problem with -P in HP-UX and its workaround.
35152 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
35153 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
35154 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
35155 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
35158 ____________________________________________________________________________
35159 [ 6469] By: jhi on 2000/07/31 04:15:02
35160 Log: The swallow_bom() saga continues. The #23 of require.t
35161 (UTF16-LE) still fails (silently, no output) but the #22
35162 (UTF16-BE) seems to be working now. The root of the
35163 failure may be in sv_gets(): is it UTF-16LE-aware,
35164 especially when it comes to line endings?
35166 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
35167 ! t/comp/require.t toke.c utf8.c
35168 ____________________________________________________________________________
35169 [ 6468] By: jhi on 2000/07/30 19:05:48
35170 Log: Find green threads before native threads.
35172 Subject: Re: Patch to jpl/JNI/Makefile.PL
35173 From: Jens Thomsen <jens@fiend.cis.com>
35174 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
35175 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
35177 ! jpl/JNI/Makefile.PL
35178 ____________________________________________________________________________
35179 [ 6467] By: jhi on 2000/07/30 18:36:22
35180 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
35183 ____________________________________________________________________________
35184 [ 6466] By: jhi on 2000/07/30 04:37:29
35185 Log: A new version of the "remove UPPERACSE string comparison"
35186 operators. The problem with the previous one (change #6454)
35187 was that it was for Perl 5.6.0. From Paul Marquess.
35189 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
35190 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
35191 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
35192 ____________________________________________________________________________
35193 [ 6465] By: jhi on 2000/07/29 22:39:56
35194 Log: Do not upgrade SVs into utf8 just because they participate
35195 in eq or cmp. Reported and fix suggested in
35197 Subject: [ID 20000720.009] sv_eq UTF8 bug
35198 From: "Simon Cozens" <simon@othersideofthe.earth.li>
35199 Date: 21 Jul 2000 04:37:29 -0000
35200 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
35202 Exercise for the kind reader: should we or should we not
35203 cache the utf8 conversion alonside the SV? (as magic,
35204 as thestrxfrm()ed version is cached under use locale)
35205 Argue both for and against.
35208 ____________________________________________________________________________
35209 [ 6464] By: jhi on 2000/07/29 22:36:22
35210 Log: Subject: UTF8 concat
35211 From: simon@brecon.co.uk (Simon Cozens)
35212 Date: 30 Jun 2000 06:13:25 GMT
35213 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
35215 (with a memory leak fixed, plus a few casts added)
35217 This also seems to help for
35219 Subject: [ID 20000716.015] join UTF8 weirdness
35220 From: root <root@ak-71.mind.de>
35221 Date: Sat, 15 Jul 2000 15:29:54 +0200
35222 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
35224 (from Andreas König)
35227 ____________________________________________________________________________
35228 [ 6463] By: jhi on 2000/07/29 00:55:39
35229 Log: Tune the comments and hopefully stop a memory leak.
35232 ____________________________________________________________________________
35233 [ 6462] By: jhi on 2000/07/29 00:16:53
35234 Log: The problem described in this
35236 Subject: [ID 20000322.018] named chars aren't magical enough
35237 From: root <root@dixie.cscaper.com>
35238 Date: Wed, 22 Mar 2000 18:37:42 -0700
35239 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
35241 has been fixed in perl 5.6.0 but just in case added a test
35242 to keep it away. (The report from Joseph Hall.)
35244 ! t/lib/charnames.t
35245 ____________________________________________________________________________
35246 [ 6461] By: jhi on 2000/07/28 23:56:36
35247 Log: Tiny fixes for #6460.
35248 Branch: metaconfig/U/perl
35251 ! Configure config_h.SH
35252 ____________________________________________________________________________
35253 [ 6460] By: jhi on 2000/07/28 23:24:41
35254 Log: Warn if the version of the operating system used to compile gcc
35255 differs from the current version of the operating system.
35256 Also display the gcc compilation os and version in myconfig.
35259 Subject: Re: [ID 20000710.003] ERRORS!!
35260 From: "Kurt D. Starsinic" <kstar@chapin.edu>
35261 Date: Mon, 10 Jul 2000 15:54:16 -0400
35262 Message-ID: <20000710155416.A1384@O2.chapin.edu>
35263 Branch: metaconfig/U/perl
35266 ! Configure config_h.SH myconfig.SH
35267 ____________________________________________________________________________
35268 [ 6459] By: jhi on 2000/07/28 22:00:32
35269 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
35270 letter to $Config{osvers}.
35272 ! U/modified/Oldconfig.U
35274 ! Configure config_h.SH
35275 ____________________________________________________________________________
35276 [ 6458] By: jhi on 2000/07/28 04:15:39
35277 Log: Back out #6454, doesn't seem to work.
35278 (Reason: that patch was for perl 5.6.0, not perl-current)
35279 (A version of the patch for perl-current came in later as #6466)
35281 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
35282 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
35283 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
35284 ____________________________________________________________________________
35285 [ 6457] By: jhi on 2000/07/27 23:31:49
35286 Log: Use setproctitle() if available to modify $0.
35288 Subject: setting $* on BSD4 broken
35289 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
35290 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
35291 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
35293 ! U/modified/Myinit.U
35295 ! Configure config_h.SH mg.c
35296 ____________________________________________________________________________
35297 [ 6456] By: jhi on 2000/07/27 14:50:47
35298 Log: Allow "no AutoLoader;", based on change #6444,
35299 suggested by Graham Barr.
35301 ! lib/AutoLoader.pm
35302 ____________________________________________________________________________
35303 [ 6455] By: jhi on 2000/07/27 14:19:10
35304 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
35305 From: rspier@pobox.com (Robert Spier)
35306 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
35307 Message-ID: <14720.15855.787664.424783@rls.cx>
35310 ____________________________________________________________________________
35311 [ 6454] By: jhi on 2000/07/27 14:03:02
35312 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
35317 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
35318 From: Ryan Herbert <rherbert@sycamorehq.com>
35319 Date: Mon, 17 Jul 2000 11:40:42 -0400
35320 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
35324 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
35325 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35326 Date: Wed, 26 Jul 2000 23:40:18 +0100
35327 Message-ID: <000001bff752$79511880$0a17073e@tiny>
35329 based on an earlier patch from Stephen P. Potter.
35331 (Removed later by change #6458 because this patch was for
35332 perl 5.6.0, not perl-current)
35334 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
35335 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
35336 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
35337 ____________________________________________________________________________
35338 [ 6453] By: jhi on 2000/07/27 13:48:02
35339 Log: Subject: [PATCH] fixes bug 20000508.004
35340 From: Michael Stevens <mstevens@globnix.org>
35341 Date: Thu, 27 Jul 2000 13:49:04 +0100
35342 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
35345 ____________________________________________________________________________
35346 [ 6452] By: jhi on 2000/07/26 23:51:26
35347 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
35348 and Craig A. Berry.
35350 ! lib/File/Temp.pm pod/perlport.pod
35351 ____________________________________________________________________________
35352 [ 6451] By: jhi on 2000/07/26 19:43:30
35353 Log: Be wary of close()s, too.
35355 Subject: Re: [PATCH] perlbug cleanup
35356 From: Tim Jenness <t.jenness@jach.hawaii.edu>
35357 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
35358 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
35361 ____________________________________________________________________________
35362 [ 6450] By: jhi on 2000/07/26 18:41:40
35363 Log: Subject: Minor doc patch: handy.h
35364 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
35365 Date: Wed, 26 Jul 2000 15:34:25 -0300
35366 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
35368 ! handy.h pod/perlapi.pod
35369 ____________________________________________________________________________
35370 [ 6449] By: jhi on 2000/07/26 18:23:55
35371 Log: Subject: [PATCH] minor doc change - perlguts
35372 From: Michael Stevens <mstevens@globnix.org>
35373 Date: Thu, 13 Jul 2000 12:39:18 +0100
35374 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
35377 ____________________________________________________________________________
35378 [ 6448] By: jhi on 2000/07/26 18:20:30
35379 Log: open() wariness in perlbug.
35381 Subject: [PATCH] perlbug cleanup
35382 From: Michael Stevens <mstevens@globnix.org>
35383 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
35384 Date: Thu, 13 Jul 2000 15:52:23 +0100
35387 ____________________________________________________________________________
35388 [ 6447] By: jhi on 2000/07/26 18:13:04
35389 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
35391 ! lib/File/Temp.pm t/lib/ftmp-security.t
35392 ____________________________________________________________________________
35393 [ 6446] By: jhi on 2000/07/26 18:06:32
35394 Log: docfix from Peter Scott <Peter@PSDT.com>.
35397 ____________________________________________________________________________
35398 [ 6445] By: jhi on 2000/07/26 17:53:31
35399 Log: Fix *foo{FORMAT}.
35401 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35402 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
35403 Date: Wed, 26 Jul 2000 19:51:02 +0200
35404 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
35406 From: Graham Barr <gbarr@pobox.com>
35407 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
35408 Date: Wed, 26 Jul 2000 17:38:36 +0100
35409 Message-ID: <20000726173836.L472@pobox.com>
35411 ! pp.c sv.c t/op/gv.t
35412 ____________________________________________________________________________
35413 [ 6444] By: jhi on 2000/07/26 17:49:14
35414 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
35415 from Graham Barr in the module list.
35417 ! gv.c pod/perlobj.pod
35418 ____________________________________________________________________________
35419 [ 6443] By: jhi on 2000/07/26 16:06:56
35420 Log: More split() doc and test patches from Mike Guy.
35422 ! pod/perlfunc.pod t/op/split.t
35423 ____________________________________________________________________________
35424 [ 6442] By: jhi on 2000/07/26 16:05:30
35425 Log: MacOS nits from Matthias Neeracher.
35428 ____________________________________________________________________________
35429 [ 6441] By: jhi on 2000/07/26 04:39:57
35430 Log: Subject: [PATCH] split /^/
35431 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35432 Date: Tue, 25 Jul 2000 14:18:57 +0100
35433 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
35435 (with notes from tchrist and gbarr)
35437 ! pod/perlfunc.pod t/op/split.t
35438 ____________________________________________________________________________
35439 [ 6440] By: jhi on 2000/07/26 04:32:32
35440 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
35441 From: Peter Prymmer <pvhp@forte.com>
35442 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
35443 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
35445 ! vms/munchconfig.c
35446 ____________________________________________________________________________
35447 [ 6439] By: jhi on 2000/07/26 04:31:01
35448 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
35449 to be fatal errors (instead of by default ignoring them, and
35450 ignoring with a bug: even though -w gave an error, the opening [
35451 was left in) Reported in:
35453 Subject: [ID 20000716.024] [=cc=] / [:blank:]
35454 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
35455 Date: Sun, 16 Jul 2000 17:55:29 -0700
35456 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
35458 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
35459 ____________________________________________________________________________
35460 [ 6438] By: jhi on 2000/07/25 15:41:15
35461 Log: Subject: [PATCH] av.c apidoc
35462 From: simon@brecon.co.uk (Simon Cozens)
35463 Date: 24 Jul 2000 06:40:52 GMT
35464 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
35466 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
35467 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
35468 ____________________________________________________________________________
35469 [ 6437] By: jhi on 2000/07/25 14:05:36
35470 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
35471 From: "Stephen P. Potter" <spp@ds.net>
35472 Date: Mon, 24 Jul 2000 14:22:23 -0400
35473 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
35475 ! pod/perllocale.pod
35476 ____________________________________________________________________________
35477 [ 6436] By: jhi on 2000/07/25 14:02:03
35478 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
35479 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35480 Date: Mon, 24 Jul 2000 18:04:28 +0100
35481 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
35483 ! t/lib/syslfs.t t/op/lfs.t
35484 ____________________________________________________________________________
35485 [ 6435] By: jhi on 2000/07/25 13:59:28
35486 Log: Get UTF16 BOMs working. Patch from
35488 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35489 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35490 Date: Tue, 25 Jul 2000 12:52:45 +0100
35491 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
35495 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35496 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35497 Date: Tue, 25 Jul 2000 11:43:25 +0100
35498 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
35500 ! t/comp/require.t toke.c utf8.c
35501 ____________________________________________________________________________
35502 [ 6434] By: jhi on 2000/07/25 02:39:54
35503 Log: Make the "uninit variable" warning to say "concat or string"
35504 or "join or string" when in concat or join .
35506 Subject: Re: [ID 20000403.009] uninitialised concatenation???
35507 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35508 Date: Tue, 04 Apr 2000 18:22:58 +0100
35509 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
35511 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
35512 From: William R Ward <hermit@BayView.COM>
35513 Date: Thu, 30 Mar 2000 19:50:03 -0800
35514 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
35516 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
35517 ! t/pragma/warn/op t/pragma/warn/sv
35518 ____________________________________________________________________________
35519 [ 6433] By: jhi on 2000/07/24 17:52:56
35520 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
35522 ! lib/File/Spec/VMS.pm
35523 ____________________________________________________________________________
35524 [ 6432] By: jhi on 2000/07/24 17:44:44
35525 Log: Test cases for #6431.
35527 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35528 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35529 Date: Mon, 24 Jul 2000 15:32:29 +0100
35530 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
35532 ! t/op/pat.t t/op/split.t
35533 ____________________________________________________________________________
35534 [ 6431] By: jhi on 2000/07/24 17:43:17
35537 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35538 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35539 Date: Mon, 17 Jul 2000 20:04:56 +0100
35540 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
35543 ____________________________________________________________________________
35544 [ 6430] By: jhi on 2000/07/24 03:42:42
35545 Log: Subject: [ID 20000716.023] syslog test fails without sockets
35546 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35547 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
35548 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
35549 Branch: metaconfig/U/perl
35552 ! Configure config_h.SH
35553 ____________________________________________________________________________
35554 [ 6429] By: jhi on 2000/07/24 03:11:52
35555 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
35556 case, but add also notes explaining the relationship of this
35557 patch and the earlier notes by Sarathy.
35559 Subject: Map is still slow
35560 From: "Ben Tilly" <ben_tilly@hotmail.com>
35561 Date: Sat, 15 Jul 2000 17:23:27 EDT
35562 Message-ID: <20000715212327.21656.qmail@hotmail.com>
35565 ____________________________________________________________________________
35566 [ 6428] By: jhi on 2000/07/24 02:58:52
35567 Log: Documentation to explain the behaviour of map().
35569 Subject: Re: Map is still slow
35570 From: Gurusamy Sarathy <gsar@ActiveState.com>
35571 Date: Sat, 15 Jul 2000 16:05:09 -0700
35572 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
35575 ____________________________________________________________________________
35576 [ 6427] By: jhi on 2000/07/24 02:50:03
35578 [ID 19991110.003] another matching finding by pcre author
35579 which has already been fixed by some patch, as verified in
35581 Subject: Re: two regex bugs from the mists of time (well, last November)
35582 From: Hugo <hv@crypt.compulink.co.uk>
35583 Date: Sat, 22 Jul 2000 18:12:58 +0100
35584 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
35587 ____________________________________________________________________________
35588 [ 6426] By: jhi on 2000/07/24 02:11:20
35589 Log: A missing 'break' after the [[:space:]] switch case.
35591 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
35592 From: "Stephen P. Potter" <spp@ds.net>
35593 Date: Tue, 18 Jul 2000 16:25:17 -0400
35594 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
35597 ____________________________________________________________________________
35598 [ 6425] By: jhi on 2000/07/24 02:06:12
35599 Log: The output might have been produced in the wrong order.
35601 Subject: [ID 20000720.003] [PATCH] t/op/write.t
35602 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35603 Date: Thu, 20 Jul 2000 18:49:18 +0100
35604 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
35607 ____________________________________________________________________________
35608 [ 6424] By: jhi on 2000/07/24 02:00:07
35609 Log: Use STDOUT consistently.
35611 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
35612 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35613 Date: Thu, 20 Jul 2000 18:04:01 +0100
35614 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
35616 ! lib/Test/Harness.pm
35617 ____________________________________________________________________________
35618 [ 6423] By: jhi on 2000/07/24 01:54:54
35619 Log: Protect against "wild next"s, that is, callbacks doing "next"
35620 instead of "return".
35622 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
35623 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35624 Date: Tue, 18 Jul 2000 11:30:16 +0100
35625 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
35628 ____________________________________________________________________________
35629 [ 6422] By: jhi on 2000/07/24 01:35:47
35630 Log: Out-of-date note removed.
35632 Subject: [PATCH] documentation perlipc
35633 From: rspier@pobox.com (Robert Spier)
35634 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
35635 Message-ID: <14711.35178.572612.502654@rls.cx>
35638 ____________________________________________________________________________
35639 [ 6421] By: jhi on 2000/07/24 00:09:18
35640 Log: Send all installperl messages to STDERR and be -w clean.
35642 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
35643 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35644 Date: Sat, 22 Jul 2000 14:02:11 +0100
35645 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
35648 ____________________________________________________________________________
35649 [ 6420] By: jhi on 2000/07/24 00:04:19
35650 Log: Decutandpasto.
35652 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
35653 From: "Richard Soderberg" <rs@crystalflame.net>
35654 Date: Sun, 23 Jul 2000 01:37:23 -0700
35655 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
35658 ____________________________________________________________________________
35659 [ 6419] By: jhi on 2000/07/24 00:01:12
35660 Log: A cleaner abs_path().
35661 Subject: Re: unix alternative to Cwd.pm
35662 From: Jeff Pinyan <jeffp@crusoe.net>
35663 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
35664 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
35667 ____________________________________________________________________________
35668 [ 6418] By: jhi on 2000/07/23 23:48:56
35671 Subject: [PATCH perl-current] Typo in hints/powerux.sh
35672 From: "Richard Soderberg" <rs@crystalflame.net>
35673 Date: Sun, 23 Jul 2000 01:27:33 -0700
35674 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
35677 ____________________________________________________________________________
35678 [ 6417] By: jhi on 2000/07/17 22:13:31
35679 Log: Subject: SDBM_File documentation
35680 From: mjd@plover.com
35681 Date: 16 Jul 2000 17:41:17 -0000
35682 Message-ID: <20000716174117.18515.qmail@plover.com>
35684 ! ext/SDBM_File/SDBM_File.pm
35685 ____________________________________________________________________________
35686 [ 6416] By: jhi on 2000/07/17 19:13:26
35687 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
35689 ! hints/mpeix.sh mpeix/relink
35690 ____________________________________________________________________________
35691 [ 6415] By: jhi on 2000/07/15 14:11:02
35692 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
35693 the utf8 'characters' can be more than one octet).
35695 Date: Sat, 15 Jul 2000 00:21:56 +0100
35696 From: Tom Hughes <tom@compton.nu>
35697 Subject: Re: [ID 20000714.002]
35698 Message-ID: <db2334de49.tom@compton.compton.nu>
35702 Subject: [ID 20000714.002]
35703 From: "Simon Cozens" <simon@othersideofthe.earth.li>
35704 Date: 14 Jul 2000 15:13:09 -0000
35705 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
35708 ____________________________________________________________________________
35709 [ 6414] By: jhi on 2000/07/15 03:13:41
35710 Log: another VMS build tweak from Peter Prymmer
35712 ! vms/descrip_mms.template
35713 ____________________________________________________________________________
35714 [ 6413] By: jhi on 2000/07/15 03:10:40
35715 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
35718 ____________________________________________________________________________
35719 [ 6412] By: jhi on 2000/07/15 00:31:05
35720 Log: More docs for sv functions.
35722 Subject: [PATCH cfgperl] sv.c apidoc
35723 From: simon@brecon.co.uk (Simon Cozens)
35724 Date: 13 Jul 2000 09:00:20 GMT
35725 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
35727 Subject: Re: [PATCH cfgperl] sv.c apidoc
35728 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35729 Date: Thu, 13 Jul 2000 12:27:41 +0100
35730 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
35732 Subject: Re: [PATCH cfgperl] sv.c apidoc
35733 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35734 Date: Thu, 13 Jul 2000 13:23:09 +0100
35735 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
35737 Subject: Re: [PATCH cfgperl] sv.c apidoc
35738 From: simon@brecon.co.uk (Simon Cozens)
35739 Date: 14 Jul 2000 06:51:02 GMT
35740 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
35742 ! embed.pl pod/perlapi.pod sv.c
35743 ____________________________________________________________________________
35744 [ 6411] By: jhi on 2000/07/15 00:10:41
35745 Log: lib/b test fixes from Peter Prymmer.
35748 ____________________________________________________________________________
35749 [ 6410] By: jhi on 2000/07/15 00:02:09
35750 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
35751 From: Hugo <hv@crypt.compulink.co.uk>
35752 Date: Fri, 14 Jul 2000 23:05:20 +0100
35753 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
35755 Didn't anymore apply, but that point still could use another fix.
35758 ____________________________________________________________________________
35759 [ 6409] By: jhi on 2000/07/14 23:15:15
35760 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
35761 not in pod, from Peter Prymmer
35763 ! vms/descrip_mms.template
35764 ____________________________________________________________________________
35765 [ 6408] By: jhi on 2000/07/14 20:35:05
35766 Log: The bug report
35767 [ID 19991110.002] minimal matching discrepancy found by pcre author
35768 seems to have been fixed (though differently from what was suggested
35769 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
35772 ____________________________________________________________________________
35773 [ 6407] By: jhi on 2000/07/14 17:38:08
35774 Log: Fix AutoSplit to use File::Spec the right way in VMS,
35775 from Peter Prymmer.
35778 ____________________________________________________________________________
35779 [ 6406] By: jhi on 2000/07/14 14:13:22
35780 Log: Merge perlhacktut into perlhack, update perlguts.
35782 Subject: Re: Perlhacktut
35783 From: simon@brecon.co.uk (Simon Cozens)
35784 Date: 14 Jul 2000 06:49:21 GMT
35785 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
35787 Subject: Re: Perlhacktut
35788 From: simon@brecon.co.uk (Simon Cozens)
35789 Date: 14 Jul 2000 07:09:45 GMT
35790 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
35792 ! pod/perlguts.pod pod/perlhack.pod
35793 ____________________________________________________________________________
35794 [ 6405] By: jhi on 2000/07/14 14:02:31
35795 Log: Integrate with Sarathy.
35797 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
35798 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
35799 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
35800 ____________________________________________________________________________
35801 [ 6404] By: gsar on 2000/07/14 12:15:02
35802 Log: PERL_OBJECT build tweaks
35805 ____________________________________________________________________________
35806 [ 6403] By: gsar on 2000/07/14 11:23:41
35807 Log: inconsistent types needs casts
35810 ____________________________________________________________________________
35811 [ 6402] By: gsar on 2000/07/14 11:12:04
35812 Log: typos in change#6399, regen headers
35814 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
35815 ____________________________________________________________________________
35816 [ 6401] By: gsar on 2000/07/14 10:59:12
35817 Log: typecasts needed for change#6394
35820 ____________________________________________________________________________
35821 [ 6400] By: gsar on 2000/07/14 10:49:37
35822 Log: integrate cfgperl contents into mainline
35824 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
35825 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
35826 ____________________________________________________________________________
35827 [ 6399] By: gsar on 2000/07/14 10:38:35
35828 Log: enable UTF-16 filter by default if relevant BOM is seen; various
35829 cleanups (typos, misformatted code, and small bugs)
35831 ! doop.c embed.pl mg.c op.c pp.c toke.c
35832 ____________________________________________________________________________
35833 [ 6398] By: gsar on 2000/07/14 08:55:38
35834 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
35835 name suggests anyway)
35837 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
35838 ____________________________________________________________________________
35839 [ 6397] By: gsar on 2000/07/14 08:44:33
35840 Log: move new variables to the end of the interpreter structure (for
35841 bincompat in code that doesn't #include XSUB.h)
35844 ____________________________________________________________________________
35845 [ 6396] By: gsar on 2000/07/14 08:13:58
35846 Log: MakeMaker should not remove editor backups (*~) on `make clean`
35847 by default (completes change#6383)
35849 ! lib/ExtUtils/MM_Unix.pm
35850 ____________________________________________________________________________
35851 [ 6395] By: jhi on 2000/07/14 05:20:33
35852 Log: Replace change #6337 with a better one.
35854 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35855 From: Hugo <hv@crypt.compulink.co.uk>
35856 Date: Fri, 14 Jul 2000 04:16:20 +0100
35857 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
35859 ! regexec.c t/op/re_tests
35860 ____________________________________________________________________________
35861 [ 6394] By: jhi on 2000/07/14 01:33:59
35862 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
35864 ! embed.pl global.sym proto.h toke.c
35865 ____________________________________________________________________________
35866 [ 6393] By: jhi on 2000/07/13 23:41:23
35867 Log: remove discarded test
35870 ____________________________________________________________________________
35871 [ 6392] By: jhi on 2000/07/13 23:32:25
35872 Log: The {multiplier} of a fixed substring was overlooked which
35873 caused a wrong initial search offset for that substring.
35875 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
35876 From: Hugo <hv@crypt.compulink.co.uk>
35877 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
35878 Date: Thu, 13 Jul 2000 19:27:13 +0100
35880 ! regcomp.c t/op/re_tests
35881 ____________________________________________________________________________
35882 [ 6391] By: jhi on 2000/07/13 16:37:42
35883 Log: typo fix from Craig Berry
35885 ! vms/subconfigure.com
35886 ____________________________________________________________________________
35887 [ 6390] By: jhi on 2000/07/13 13:20:12
35888 Log: Integrate with Sarathy.
35890 - t/op/method2entersub.t
35891 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
35892 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
35893 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
35894 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
35895 ____________________________________________________________________________
35896 [ 6389] By: jhi on 2000/07/13 13:18:48
35897 Log: Detypo from Peter Prymmer, part of #6388.
35899 ! Configure config_h.SH
35901 ! U/modified/d_longlong.U
35902 ____________________________________________________________________________
35903 [ 6388] By: gsar on 2000/07/13 06:33:40
35904 Log: typos (spotted by Peter Prymmer)
35906 ! Configure t/lib/english.t
35907 ____________________________________________________________________________
35908 [ 6387] By: gsar on 2000/07/13 05:35:28
35909 Log: new selfloader.t in change#6183 doesn't close DATA handles,
35910 and thus fails to clean up tmp files on dosish platforms
35912 ! t/lib/selfloader.t
35913 ____________________________________________________________________________
35914 [ 6386] By: gsar on 2000/07/12 21:42:39
35915 Log: sprintf test tweaks (from Dominic Dunlop)
35918 ____________________________________________________________________________
35919 [ 6385] By: gsar on 2000/07/12 21:33:46
35920 Log: fix bugs in processing %v-*d and similar format specs (from
35921 Avi Finkel <avi@finkel.org>)
35923 ! sv.c t/op/sprintf.t
35924 ____________________________________________________________________________
35925 [ 6384] By: gsar on 2000/07/12 16:04:19
35926 Log: readd missing perldelta.pod changes from changes#6339,6376
35928 ! pod/perldelta.pod
35929 ____________________________________________________________________________
35930 [ 6383] By: gsar on 2000/07/12 16:00:51
35931 Log: don't clobber *.orig files on *clean targets
35933 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
35934 ____________________________________________________________________________
35935 [ 6382] By: gsar on 2000/07/12 07:59:12
35936 Log: fix broken integrations in cfgperl
35938 !> Changes pod/perldelta.pod
35939 ____________________________________________________________________________
35940 [ 6381] By: gsar on 2000/07/12 07:42:17
35941 Log: integrate cfgperl changes into mainline
35944 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
35946 ____________________________________________________________________________
35947 [ 6380] By: gsar on 2000/07/12 07:31:00
35948 Log: get sprintf.t to adjust properly for 3-digit exponents
35951 ____________________________________________________________________________
35952 [ 6379] By: gsar on 2000/07/12 06:40:04
35953 Log: change#6174 needs corresponding change in win32/config_h.PL,
35954 which grovels through config_h.SH to find the config.h name
35956 ! win32/config_h.PL
35957 ____________________________________________________________________________
35958 [ 6378] By: jhi on 2000/07/12 05:03:59
35959 Log: Do the cc sanity check both before the hints and
35960 after the cc selction.
35962 ! Configure config_h.SH
35964 ! U/modified/Oldconfig.U U/modified/cc.U
35965 Branch: metaconfig/U/perl
35967 ____________________________________________________________________________
35968 [ 6377] By: jhi on 2000/07/12 02:49:22
35969 Log: Fix nits noticed by Boston.pm.
35972 ____________________________________________________________________________
35973 [ 6376] By: jhi on 2000/07/11 21:22:13
35974 Log: Configure cosmetics and perldelta.
35976 ! Configure config_h.SH pod/perldelta.pod
35979 ____________________________________________________________________________
35980 [ 6375] By: gsar on 2000/07/11 21:17:35
35981 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
35983 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
35985 ____________________________________________________________________________
35986 [ 6374] By: gsar on 2000/07/11 20:48:50
35987 Log: tweak for build failure under multiplicity
35990 ____________________________________________________________________________
35991 [ 6373] By: gsar on 2000/07/11 20:37:23
35992 Log: integrate cfgperl changes#6325..6373 into mainline
35993 (NOTE: today's batch of integrations still untested)
35995 +> ext/DynaLoader/hints/netbsd.pl
35997 !> (integrate 26 files)
35998 ____________________________________________________________________________
35999 [ 6372] By: jhi on 2000/07/11 20:30:36
36000 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
36004 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
36006 ____________________________________________________________________________
36007 [ 6371] By: jhi on 2000/07/11 20:08:56
36008 Log: Minor cleanups on the booklist.
36011 ____________________________________________________________________________
36012 [ 6370] By: jhi on 2000/07/11 19:31:13
36013 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
36015 ! t/pragma/overload.t
36016 ____________________________________________________________________________
36017 [ 6369] By: gsar on 2000/07/11 19:27:48
36018 Log: integrate cfgperl changes#6293..6324 into mainline
36020 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
36021 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
36022 !> (integrate 30 files)
36023 ____________________________________________________________________________
36024 [ 6368] By: gsar on 2000/07/11 19:18:57
36025 Log: skip integrate of problematic change#6292 from cfgperl into mainline
36028 ____________________________________________________________________________
36029 [ 6367] By: gsar on 2000/07/11 19:17:21
36030 Log: integrate cfgperl changes#6288..6290 into mainline
36032 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
36033 ____________________________________________________________________________
36034 [ 6366] By: gsar on 2000/07/11 19:11:18
36035 Log: integrate cfgperl changes#6268..6282 into mainline
36037 !> (integrate 30 files)
36038 ____________________________________________________________________________
36039 [ 6365] By: gsar on 2000/07/11 18:57:00
36040 Log: delete new accidentally branched file
36042 - t/op/method2entersub.t
36043 ____________________________________________________________________________
36044 [ 6364] By: gsar on 2000/07/11 18:55:13
36045 Log: skip integrate of change#6267 from cfgperl into mainline (the
36046 method call optimization is flawed without additional hints
36047 from user about immutableness of @ISA and no runtime method
36050 +> t/op/method2entersub.t
36051 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
36052 !> perl.h t/op/sprintf.t xsutils.c
36053 ____________________________________________________________________________
36054 [ 6363] By: gsar on 2000/07/11 18:49:43
36055 Log: integrate cfgperl changes#6261..6266 into mainline
36057 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
36058 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
36059 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36060 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
36061 ____________________________________________________________________________
36062 [ 6362] By: gsar on 2000/07/11 18:43:26
36063 Log: integrate cfgperl changes#6252..6260 into mainline
36065 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
36066 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
36067 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
36068 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
36069 ____________________________________________________________________________
36070 [ 6361] By: gsar on 2000/07/11 18:37:12
36071 Log: skip integrate of problematic change#6251 from cfgperl into mainline
36074 ____________________________________________________________________________
36075 [ 6360] By: gsar on 2000/07/11 18:34:56
36076 Log: integrate cfgperl change#6250 into mainline
36079 !> MANIFEST embed.pl proto.h toke.c
36080 ____________________________________________________________________________
36081 [ 6359] By: gsar on 2000/07/11 18:21:19
36082 Log: integrate cfgperl changes#6242..6249 into mainline
36084 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
36085 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
36086 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
36087 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
36088 !> t/lib/peek.t utf8.c
36089 ____________________________________________________________________________
36090 [ 6358] By: gsar on 2000/07/11 18:15:45
36091 Log: skip integrate of problematic change#6241 from cfgperl into mainline
36093 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
36094 ____________________________________________________________________________
36095 [ 6357] By: jhi on 2000/07/11 18:15:16
36097 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
36098 From: Roderick Schertler <roderick@argon.org>
36099 Date: Tue, 11 Jul 2000 13:55:05 -0400
36100 Message-Id: <200007111755.NAA05077@jones.argon.org>
36103 ____________________________________________________________________________
36104 [ 6356] By: jhi on 2000/07/11 18:12:51
36105 Log: Typo in #6341.
36108 ____________________________________________________________________________
36109 [ 6355] By: gsar on 2000/07/11 18:12:10
36110 Log: integrate cfgperl changes#6231..6240 into mainline
36112 +> pod/perlutil.pod
36113 !> (integrate 35 files)
36114 ____________________________________________________________________________
36115 [ 6354] By: jhi on 2000/07/11 18:04:34
36116 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
36117 From: Dominic Dunlop <domo@computer.org>
36118 Date: Tue, 11 Jul 2000 12:27:33 +0200
36119 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
36121 Replaces change #6268.
36124 ____________________________________________________________________________
36125 [ 6353] By: gsar on 2000/07/11 17:59:51
36126 Log: skip integrate of problematic change#6230 from cfgperl into mainline
36127 (a later version of File::Spec is already in mainline)
36129 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
36130 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
36131 ____________________________________________________________________________
36132 [ 6352] By: gsar on 2000/07/11 17:57:48
36133 Log: integrate cfgperl changes#6224..6229 into mainline
36137 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
36138 !> lib/English.pm op.c t/lib/english.t
36139 ____________________________________________________________________________
36140 [ 6351] By: gsar on 2000/07/11 17:50:10
36141 Log: skip integrate of problematic change#6223 from cfgperl into mainline
36144 ____________________________________________________________________________
36145 [ 6350] By: gsar on 2000/07/11 17:48:28
36146 Log: integrate cfgperl changes#6220..6222 into mainline
36148 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
36149 !> toke.c utf8.c win32/win32.h
36150 ____________________________________________________________________________
36151 [ 6349] By: gsar on 2000/07/11 17:46:13
36152 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
36155 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
36156 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
36157 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36158 ____________________________________________________________________________
36159 [ 6348] By: jhi on 2000/07/11 17:45:49
36160 Log: README.posix-bc podified from Thomas Dorner.
36163 ____________________________________________________________________________
36164 [ 6347] By: gsar on 2000/07/11 17:42:04
36165 Log: integrate cfgperl change#6217 into mainline
36167 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
36168 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
36169 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
36170 ____________________________________________________________________________
36171 [ 6346] By: gsar on 2000/07/11 17:39:37
36172 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
36175 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
36176 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36177 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
36178 !> perlapi.h pod/perlapi.pod
36179 ____________________________________________________________________________
36180 [ 6345] By: gsar on 2000/07/11 17:36:42
36181 Log: integrate cfgperl changes#6207..6210 into mainline
36183 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
36184 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
36185 ____________________________________________________________________________
36186 [ 6344] By: gsar on 2000/07/11 17:31:20
36187 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
36190 !> (integrate 40 files)
36191 ____________________________________________________________________________
36192 [ 6343] By: gsar on 2000/07/11 17:19:08
36193 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
36195 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
36197 !> (integrate 34 files)
36198 ____________________________________________________________________________
36199 [ 6342] By: jhi on 2000/07/11 16:05:48
36200 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
36201 To: perl5-porters@perl.org
36202 From: Karsten Sperling <spiff@phreax.net>
36203 Date: Mon, 10 Jul 2000 15:12:52 +0200
36204 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
36207 ____________________________________________________________________________
36208 [ 6341] By: jhi on 2000/07/11 15:59:23
36209 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
36210 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36211 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
36212 Date: Fri, 07 Jul 2000 17:57:16 +0100
36215 ____________________________________________________________________________
36216 [ 6340] By: jhi on 2000/07/11 15:55:47
36217 Log: Subject: Re: format bug report [Patch]
36218 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36219 Date: Wed, 05 Jul 2000 13:12:52 +0200
36220 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
36222 Subject: Re: format bug report [Patch]
36223 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36224 Date: Wed, 05 Jul 2000 14:10:01 +0200
36225 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
36227 ! t/op/write.t toke.c
36228 ____________________________________________________________________________
36229 [ 6339] By: jhi on 2000/07/11 13:54:09
36230 Log: Be less forgiving about ambiguous and illegal tr ranges.
36231 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
36232 From: Mark-Jason Dominus <mjd@plover.com>
36233 Date: Tue, 04 Jul 2000 10:00:12 -0400
36234 Message-ID: <20000704140012.17772.qmail@plover.com>
36236 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
36237 From: Mark-Jason Dominus <mjd@plover.com>
36238 Date: Wed, 05 Jul 2000 09:37:36 -0400
36239 Message-ID: <20000705133736.27293.qmail@plover.com>
36241 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
36242 ____________________________________________________________________________
36243 [ 6338] By: jhi on 2000/07/11 13:31:24
36244 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
36245 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36246 Date: Tue, 11 Jul 2000 13:50:51 +0100
36247 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
36250 ____________________________________________________________________________
36251 [ 6337] By: jhi on 2000/07/11 13:29:14
36252 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
36253 From: Hugo <hv@crypt.compulink.co.uk>
36254 Date: Tue, 11 Jul 2000 12:44:50 +0100
36255 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
36257 ! regexec.c t/op/re_tests
36258 ____________________________________________________________________________
36259 [ 6336] By: jhi on 2000/07/11 13:26:47
36260 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
36261 From: simon@brecon.co.uk (Simon Cozens)
36262 Date: 7 Jul 2000 11:26:09 GMT
36263 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
36266 ____________________________________________________________________________
36267 [ 6335] By: jhi on 2000/07/11 13:23:37
36268 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
36269 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
36270 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
36271 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
36273 + ext/DynaLoader/hints/netbsd.pl
36274 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
36275 ____________________________________________________________________________
36276 [ 6334] By: jhi on 2000/07/11 13:20:38
36277 Log: Subject: PATCH perlguts.pod: Document D and d magic types
36278 From: mjd@plover.com
36279 Date: 5 Jul 2000 18:01:51 -0000
36280 Message-ID: <20000705180151.29413.qmail@plover.com>
36283 ____________________________________________________________________________
36284 [ 6333] By: jhi on 2000/07/11 13:15:51
36285 Log: Precedence goof, fix based on
36286 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
36287 From: Hugo <hv@crypt.compulink.co.uk>
36288 Date: Tue, 11 Jul 2000 12:52:38 +0100
36289 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
36292 ____________________________________________________________________________
36293 [ 6332] By: jhi on 2000/07/11 12:40:17
36294 Log: Integrate with Sarathy.
36296 !> win32/win32sck.c
36297 ____________________________________________________________________________
36298 [ 6331] By: jhi on 2000/07/10 20:14:16
36299 Log: Sprinkle ldlibpath.
36302 ____________________________________________________________________________
36303 [ 6330] By: jhi on 2000/07/10 17:54:49
36304 Log: More POSIX.pod tweaks.
36306 ! ext/POSIX/POSIX.pod
36307 ____________________________________________________________________________
36308 [ 6329] By: jhi on 2000/07/10 14:02:12
36309 Log: Reorder perl.pod once more.
36311 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36312 ____________________________________________________________________________
36313 [ 6328] By: gsar on 2000/07/10 07:06:00
36314 Log: accept() leaks memory on windows due to incorrect ordering of
36315 closesocket() and fclose() calls
36318 ____________________________________________________________________________
36319 [ 6327] By: gsar on 2000/07/10 06:49:17
36320 Log: winsock options weren't being set in all threads under ithreads
36321 (caused send()s from second and subsequent threads to fail)
36324 ____________________________________________________________________________
36325 [ 6326] By: jhi on 2000/07/08 02:45:40
36326 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
36327 was cast to an unsigned (32-bit) integer with wild abandon.
36329 ! ext/Devel/DProf/DProf.xs
36330 ____________________________________________________________________________
36331 [ 6325] By: jhi on 2000/07/07 18:50:33
36332 Log: Remove perlbook, update perlfaq book listing,
36333 rearrange perl.pod, regenerate perltoc.
36336 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
36337 ! pod/perlfaq2.pod pod/perltoc.pod
36338 ____________________________________________________________________________
36339 [ 6324] By: jhi on 2000/07/07 14:03:40
36340 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
36343 ____________________________________________________________________________
36344 [ 6323] By: jhi on 2000/07/06 16:03:55
36345 Log: Fix complaints of buildtoc.
36349 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36350 ____________________________________________________________________________
36351 [ 6322] By: jhi on 2000/07/06 15:15:52
36352 Log: Add =head1 NAMEs so that buildtoc is happy.
36353 (The CGI::Util nit reported to Lincoln.)
36355 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
36357 ____________________________________________________________________________
36358 [ 6321] By: jhi on 2000/07/06 03:16:04
36359 Log: Config is being used.
36362 ____________________________________________________________________________
36363 [ 6320] By: jhi on 2000/07/06 03:13:13
36364 Log: Integrate with Sarathy.
36366 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
36367 ____________________________________________________________________________
36368 [ 6319] By: jhi on 2000/07/06 03:11:46
36369 Log: Autogenerate pod/Makefile and pod/buildtoc.
36370 buildtoc also checks whether the existin pods are
36371 mentioned in MANIFEST and perl.pod, and vice versa.
36372 (None of the thusly found discrepancies fixed yet.)
36373 roffitall also needs to be autogenerated similarly but it
36374 seems so badly out of date that I didn't touch it yet.
36376 + pod/Makefile.SH pod/buildtoc.PL
36377 - pod/Makefile pod/buildtoc
36378 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
36379 ____________________________________________________________________________
36380 [ 6318] By: gsar on 2000/07/05 22:10:54
36381 Log: fix UNC path handling on Windows under ithreads, and chdir()
36382 return value when given a non-existent directory
36385 ____________________________________________________________________________
36386 [ 6317] By: gsar on 2000/07/05 22:08:19
36387 Log: winsock cleanup never done on Windows (leads to handle leaks)
36389 ! win32/perllib.c win32/win32sck.c
36390 ____________________________________________________________________________
36391 [ 6316] By: gsar on 2000/07/05 22:06:19
36392 Log: some debugger output does not go to the socket when RemotePort is set
36395 ____________________________________________________________________________
36396 [ 6315] By: jhi on 2000/07/05 00:25:21
36397 Log: Integrate with Sarathy, preliminary fix for unicos
36398 alignment problems in [ID 20000612.002] Perl problem on Cray system.
36402 ____________________________________________________________________________
36403 [ 6314] By: gsar on 2000/07/04 23:34:02
36404 Log: tyop in change#6306
36407 ____________________________________________________________________________
36408 [ 6313] By: jhi on 2000/07/04 22:14:38
36409 Log: Multiline string literals ENONPORTABLE.
36412 ____________________________________________________________________________
36413 [ 6312] By: jhi on 2000/07/04 20:34:44
36414 Log: Integrate with Sarathy.
36416 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
36418 ____________________________________________________________________________
36419 [ 6311] By: jhi on 2000/07/04 20:30:56
36420 Log: More POSIX.pod embellishment.
36422 ! ext/POSIX/POSIX.pod
36423 ____________________________________________________________________________
36424 [ 6310] By: gsar on 2000/07/04 17:28:48
36425 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
36428 ____________________________________________________________________________
36429 [ 6309] By: jhi on 2000/07/04 17:22:18
36430 Log: The #6308 required a little bit more.
36432 ! Makefile.SH win32/Makefile
36433 ____________________________________________________________________________
36434 [ 6308] By: jhi on 2000/07/04 16:35:24
36435 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
36439 ! MANIFEST Makefile.SH
36440 ____________________________________________________________________________
36441 [ 6307] By: jhi on 2000/07/04 16:28:58
36442 Log: Win32 patches for cfgperl from Sarathy.
36444 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
36445 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
36446 ! thread.h toke.c util.c win32/Makefile win32/win32.c
36447 ____________________________________________________________________________
36448 [ 6306] By: gsar on 2000/07/04 16:28:40
36449 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
36450 (from Richard Soderberg <rs@oregonnet.com>)
36452 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
36453 ____________________________________________________________________________
36454 [ 6305] By: jhi on 2000/07/04 16:24:24
36455 Log: Integrate with Sarathy.
36457 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
36458 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36459 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
36460 !> proto.h win32/win32.c
36461 ____________________________________________________________________________
36462 [ 6304] By: gsar on 2000/07/04 16:17:24
36463 Log: missing perldiag entry for unpack("w",...) diagnostic (from
36467 ____________________________________________________________________________
36468 [ 6303] By: gsar on 2000/07/04 16:14:44
36469 Log: remove rel2abs prototypes (from Barrie Slaymaker)
36471 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36472 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36473 ____________________________________________________________________________
36474 [ 6302] By: gsar on 2000/07/04 04:59:35
36475 Log: adjust change#6299
36477 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
36479 ____________________________________________________________________________
36480 [ 6301] By: jhi on 2000/07/04 04:50:07
36481 Log: Integrate with Sarathy.
36483 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
36484 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
36485 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
36486 ____________________________________________________________________________
36487 [ 6300] By: gsar on 2000/07/04 04:42:09
36488 Log: PERL_OBJECT build tweak
36491 ____________________________________________________________________________
36492 [ 6299] By: gsar on 2000/07/04 04:37:00
36493 Log: fix memory leak on Windows (PL_sys_intern contents were never
36496 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
36497 ! perlapi.c proto.h win32/win32.c
36498 ____________________________________________________________________________
36499 [ 6298] By: gsar on 2000/07/04 04:15:59
36500 Log: fix large memory leak that has been around for ever, masked by
36501 -DPURIFY (most of the arenas were never freed!)
36503 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
36504 ____________________________________________________________________________
36505 [ 6297] By: gsar on 2000/07/04 04:07:46
36506 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
36509 ____________________________________________________________________________
36510 [ 6296] By: jhi on 2000/06/30 18:28:37
36511 Log: Elaborate POSIX.pod. Still needs work.
36513 ! ext/POSIX/POSIX.pod
36514 ____________________________________________________________________________
36515 [ 6295] By: jhi on 2000/06/30 14:58:18
36516 Log: Point to perlipc for more SysV IPC examples.
36519 ____________________________________________________________________________
36520 [ 6294] By: gsar on 2000/06/30 14:47:45
36521 Log: slurp mode fix in change#4736 still not quite right
36523 ! pp_hot.c t/io/argv.t
36524 ____________________________________________________________________________
36525 [ 6293] By: jhi on 2000/06/30 12:02:55
36526 Log: Integrate with Sarathy.
36528 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
36529 ____________________________________________________________________________
36530 [ 6292] By: jhi on 2000/06/30 12:01:11
36531 Log: From: simon@brecon.co.uk (Simon Cozens)
36532 Subject: UTF8 concat
36533 Date: 30 Jun 2000 06:13:25 GMT
36534 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
36537 ____________________________________________________________________________
36538 [ 6291] By: gsar on 2000/06/30 04:37:33
36539 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
36540 when @_ is modified, causing coredumps
36542 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
36543 ____________________________________________________________________________
36544 [ 6290] By: jhi on 2000/06/30 02:21:44
36545 Log: Integrate with Sarathy.
36547 !> vms/vms.c vms/vmsish.h
36548 ____________________________________________________________________________
36549 [ 6289] By: jhi on 2000/06/30 02:21:02
36550 Log: Check VERSIONs.
36552 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36553 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36554 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36555 ____________________________________________________________________________
36556 [ 6288] By: jhi on 2000/06/30 02:18:52
36557 Log: Integrate with Sarathy.
36559 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
36560 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36561 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36562 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
36563 ____________________________________________________________________________
36564 [ 6287] By: gsar on 2000/06/30 02:17:08
36565 Log: integrate vmsperl changes into mainline
36567 !> vms/vms.c vms/vmsish.h
36568 ____________________________________________________________________________
36569 [ 6285] By: gsar on 2000/06/30 02:05:28
36570 Log: localize %INC in a Safe compartment so that use/require work
36571 (many other magic globals probably need similar treatment)
36573 ! ext/Opcode/Opcode.xs
36574 ____________________________________________________________________________
36575 [ 6284] By: gsar on 2000/06/30 01:54:54
36576 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
36579 ! pod/perlembed.pod
36580 ____________________________________________________________________________
36581 [ 6283] By: jhi on 2000/06/30 01:50:10
36582 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
36583 From: Barrie Slaymaker <barries@jester.slaysys.com>
36584 Date: Wed, 28 Jun 2000 11:35:29 -0400
36585 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
36587 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
36588 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36589 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36590 ! lib/File/Spec/Win32.pm
36591 ____________________________________________________________________________
36592 [ 6282] By: jhi on 2000/06/29 22:57:22
36593 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
36594 From: Dan Sugalski <dan@sidhe.org>
36595 Date: Tue, 06 Jun 2000 11:59:50 -0400
36596 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
36599 ____________________________________________________________________________
36600 [ 6281] By: jhi on 2000/06/29 22:52:50
36601 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
36602 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36603 Date: Wed, 7 Jun 2000 04:02:04 -0500
36604 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
36607 ____________________________________________________________________________
36608 [ 6280] By: jhi on 2000/06/29 22:45:47
36609 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
36610 From: rspier@pobox.com (Robert Spier)
36611 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
36612 Message-ID: <14654.31913.845602.610277@rls.cx>
36615 ____________________________________________________________________________
36616 [ 6279] By: jhi on 2000/06/29 22:38:16
36617 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
36618 From: Tim Ayers <tayers@bridge.com>
36619 Date: Thu, 08 Jun 2000 08:11:06 +0200
36620 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
36621 [resent by Richard Foley, Message-Id probably wrong]
36624 ____________________________________________________________________________
36625 [ 6278] By: jhi on 2000/06/29 22:21:45
36626 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
36627 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
36628 Date: Fri, 09 Jun 2000 12:39:27 -0400
36629 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
36630 (plus update the version "number" of Text::Wrap)
36633 ____________________________________________________________________________
36634 [ 6277] By: jhi on 2000/06/29 22:13:10
36635 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
36636 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36637 Date: Mon, 12 Jun 2000 14:55:59 +0100
36638 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
36641 ____________________________________________________________________________
36642 [ 6276] By: jhi on 2000/06/29 22:11:06
36643 Log: Subject: [PATCH] Re: eval documentation: context
36644 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36645 Date: Mon, 12 Jun 2000 15:07:29 +0100
36646 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
36649 ____________________________________________________________________________
36650 [ 6275] By: jhi on 2000/06/29 21:59:46
36651 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
36652 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36653 Date: Tue, 13 Jun 2000 02:43:48 -0500
36654 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
36656 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
36657 ____________________________________________________________________________
36658 [ 6274] By: jhi on 2000/06/29 21:56:14
36659 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
36660 From: Andy Dougherty <doughera@lafayette.edu>
36661 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
36662 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
36664 ! ext/File/Glob/Glob.pm
36665 ____________________________________________________________________________
36666 [ 6273] By: jhi on 2000/06/29 21:49:09
36667 Log: Subject: [PATCH] xsub attributes
36668 From: Doug MacEachern <dougm@covalent.net>
36669 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
36670 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
36672 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
36673 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
36674 ____________________________________________________________________________
36675 [ 6272] By: jhi on 2000/06/29 21:41:28
36676 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
36677 From: Tom Phoenix <rootbeer@redcat.com>
36678 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
36679 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
36682 ____________________________________________________________________________
36683 [ 6271] By: jhi on 2000/06/29 21:36:55
36684 Log: Subject: PATCH pod/perltie.pod
36685 From: Ian Phillipps <Ian.Phillipps@iname.com>
36686 Date: Fri, 16 Jun 2000 00:17:19 +0100
36687 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
36688 (only the first hunk, the second hunk had already been done
36689 by some other patch)
36692 ____________________________________________________________________________
36693 [ 6270] By: jhi on 2000/06/29 21:24:51
36694 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
36695 From: Nicholas Clark <nick@talking.bollo.cx>
36696 Date: Fri, 23 Jun 2000 16:21:15 +0100
36697 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
36699 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
36700 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
36701 ____________________________________________________________________________
36702 [ 6269] By: jhi on 2000/06/29 19:38:15
36703 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
36704 silence few compiler warnings.
36706 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
36707 ____________________________________________________________________________
36708 [ 6268] By: jhi on 2000/06/29 18:21:50
36709 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
36710 From: Dominic Dunlop <domo@computer.org>
36711 Date: Thu, 29 Jun 2000 12:32:39 +0200
36712 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
36715 ____________________________________________________________________________
36716 [ 6267] By: jhi on 2000/06/29 18:16:07
36717 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
36718 From: Doug MacEachern <dougm@covalent.net>
36719 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
36720 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
36722 + t/op/method2entersub.t
36723 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
36724 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36725 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
36727 ____________________________________________________________________________
36728 [ 6266] By: jhi on 2000/06/29 15:11:15
36729 Log: Subject: [PATCH 5.6.0] cygwin port
36730 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
36731 From: "Fifer, Eric" <EFifer@sanwaint.com>
36732 Date: Thu, 29 Jun 2000 12:58:29 +0100
36734 ! cygwin/Makefile.SHs
36735 ____________________________________________________________________________
36736 [ 6265] By: jhi on 2000/06/29 15:04:05
36737 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
36738 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36739 Date: Wed, 28 Jun 2000 17:50:12 -0700
36740 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
36742 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36743 ____________________________________________________________________________
36744 [ 6264] By: jhi on 2000/06/29 15:00:57
36745 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
36746 From: Marty Lucich <marty@netcom.com>
36747 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
36748 Message-Id: <200006282116.OAA11148@netcom.com>
36749 ccdlflags update (the BSD/OS 4.1 part had already been taken
36753 ____________________________________________________________________________
36754 [ 6263] By: jhi on 2000/06/29 13:47:44
36755 Log: tr fixes from Simon Cozens
36758 ____________________________________________________________________________
36759 [ 6262] By: jhi on 2000/06/28 18:46:01
36760 Log: Subject: 5.6.0 Patch for EPOC
36761 From: Olaf Flebbe <o.flebbe@gmx.de>
36762 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
36763 Message-ID: <23449.960929969@www11.gmx.net>
36765 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
36767 ____________________________________________________________________________
36768 [ 6261] By: jhi on 2000/06/28 18:29:07
36769 Log: Subject: Re: [PATCH cfgperl] BOMs away!
36770 From: simon@brecon.co.uk (Simon Cozens)
36771 Date: 17 Jun 2000 11:49:57 GMT
36772 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
36774 ! pod/perldiag.pod t/comp/require.t toke.c
36775 ____________________________________________________________________________
36776 [ 6260] By: jhi on 2000/06/28 17:47:16
36777 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
36778 From: simon@brecon.co.uk (Simon Cozens)
36779 Date: 17 Jun 2000 11:56:44 GMT
36780 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
36783 ! pod/perlfunc.pod pp.c t/op/pack.t
36784 ____________________________________________________________________________
36785 [ 6259] By: jhi on 2000/06/28 16:43:17
36786 Log: perlnewmod was missing from MANIFEST.
36789 ____________________________________________________________________________
36790 [ 6258] By: jhi on 2000/06/28 15:54:30
36791 Log: linenumber tweak
36793 ! t/pragma/warn/regcomp
36794 ____________________________________________________________________________
36795 [ 6257] By: jhi on 2000/06/28 15:50:44
36796 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
36797 From: Doug MacEachern <dougm@covalent.net>
36798 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
36799 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
36800 (one part of the patch had been applied earlier)
36802 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
36803 ____________________________________________________________________________
36804 [ 6256] By: jhi on 2000/06/28 15:40:22
36805 Log: tweaks from Simon Cozens to further fix tr/// under utf8
36808 ____________________________________________________________________________
36809 [ 6255] By: jhi on 2000/06/28 15:33:45
36810 Log: small thinko tweaks
36812 ! lib/IPC/Open3.pm t/op/my_stash.t
36813 ____________________________________________________________________________
36814 [ 6254] By: jhi on 2000/06/28 15:33:25
36815 Log: Subject: tr///, help wanted.
36816 From: simon@brecon.co.uk (Simon Cozens)
36817 Date: 28 Jun 2000 11:29:04 GMT
36818 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
36820 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
36821 ! pp_proto.h proto.h t/op/tr.t
36822 ____________________________________________________________________________
36823 [ 6253] By: jhi on 2000/06/28 15:09:17
36824 Log: Paranoia tweak on #6249.
36825 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36826 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36827 Date: Sun, 25 Jun 2000 23:43:12 -0400
36828 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
36831 ____________________________________________________________________________
36832 [ 6252] By: jhi on 2000/06/28 15:01:38
36833 Log: Document #6249 and #6251.
36835 ! lib/Exporter.pm lib/IPC/Open3.pm
36836 ____________________________________________________________________________
36837 [ 6251] By: jhi on 2000/06/28 14:50:43
36838 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
36839 From: Doug MacEachern <dougm@covalent.net>
36840 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
36841 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
36844 ____________________________________________________________________________
36845 [ 6250] By: jhi on 2000/06/28 14:45:23
36846 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
36847 From: Doug MacEachern <dougm@covalent.net>
36848 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
36849 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
36852 ! MANIFEST embed.pl global.sym proto.h toke.c
36853 ____________________________________________________________________________
36854 [ 6249] By: jhi on 2000/06/28 14:36:34
36855 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36856 From: Frank Tobin <ftobin@uiuc.edu>
36857 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
36858 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
36861 ____________________________________________________________________________
36862 [ 6248] By: jhi on 2000/06/28 14:11:25
36863 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
36864 From: Mark-Jason Dominus <mjd@plover.com>
36865 Date: Tue, 27 Jun 2000 22:36:42 -0400
36866 Message-ID: <20000628023642.12166.qmail@plover.com>
36869 ____________________________________________________________________________
36870 [ 6247] By: jhi on 2000/06/27 12:46:37
36871 Log: Tweak $VERSION, patch from Doug MacEachern.
36874 ____________________________________________________________________________
36875 [ 6246] By: jhi on 2000/06/27 03:34:46
36876 Log: Allow for standalone testing.
36878 ! t/lib/filefunc.t t/lib/filespec.t
36879 ____________________________________________________________________________
36880 [ 6245] By: jhi on 2000/06/27 02:50:02
36881 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
36882 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36883 Date: Sat, 24 Jun 2000 13:06:20 +0100
36884 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
36886 ! ext/DynaLoader/DynaLoader_pm.PL
36887 ____________________________________________________________________________
36888 [ 6244] By: jhi on 2000/06/27 02:46:10
36889 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
36890 From: Doug MacEachern <dougm@covalent.net>
36891 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
36892 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
36894 ! gv.c sv.c t/lib/peek.t
36895 ____________________________________________________________________________
36896 [ 6243] By: jhi on 2000/06/27 02:38:07
36897 Log: Subject: [PATCH] is_utf8_string
36898 From: simon@brecon.co.uk (Simon Cozens)
36899 Date: 26 Jun 2000 02:25:59 GMT
36900 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
36902 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
36903 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
36905 ____________________________________________________________________________
36906 [ 6242] By: jhi on 2000/06/27 02:24:00
36907 Log: Subject: [PATCH] bytes<->utf8 fixes
36908 From: simon@brecon.co.uk (Simon Cozens)
36909 Date: 26 Jun 2000 04:55:45 GMT
36910 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
36912 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
36913 ____________________________________________________________________________
36914 [ 6241] By: jhi on 2000/06/27 02:12:42
36915 Log: Do no -warn on \_, only on \alpha.
36916 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
36917 From: David Dyck <dcd@tc.fluke.com>
36918 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
36919 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
36921 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
36922 ____________________________________________________________________________
36923 [ 6240] By: jhi on 2000/06/27 02:00:01
36924 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
36925 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36926 Date: Mon, 26 Jun 2000 18:40:14 +0100
36927 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
36930 ____________________________________________________________________________
36931 [ 6239] By: jhi on 2000/06/27 01:53:40
36932 Log: Configure maintenance. Sever some dependency cycles,
36933 separate gccversion from the cc unit,
36934 address [ID 20000623.006] Configure script patch for using gcc on AIX
36935 (but solve it a little bit differently),
36936 unduplex some accidentally duplicated units,
36937 suggest using gcc if no cc available
36938 (p5p thread: "Solaris configure: counterproposal", 1999-09)
36940 ! Configure Todo-5.6 config_h.SH
36942 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
36943 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
36944 Branch: metaconfig/U/perl
36946 ! d_getespwnam.U d_getprpwnam.U i_prot.U
36947 ____________________________________________________________________________
36948 [ 6238] By: jhi on 2000/06/25 18:04:56
36949 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
36950 From: Dan Sugalski <dan@sidhe.org>
36951 Date: Fri, 23 Jun 2000 17:00:00 -0400
36952 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
36954 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
36955 ____________________________________________________________________________
36956 [ 6237] By: jhi on 2000/06/25 16:36:45
36957 Log: Tweak embed.pl, regen headers.
36959 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
36960 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
36961 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
36962 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
36963 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
36964 ____________________________________________________________________________
36965 [ 6236] By: jhi on 2000/06/25 15:26:42
36966 Log: Regen headers.
36968 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
36969 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
36970 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
36971 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
36972 ! regnodes.h warnings.h
36973 ____________________________________________________________________________
36974 [ 6235] By: jhi on 2000/06/23 19:39:35
36975 Log: The thread begun by
36976 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
36977 From: Kevin.Ruscoe@ubsw.com
36978 Date: Fri, 16 Jun 2000 16:38:51 +0100
36979 Message-Id: <H000019b03c300d6@MHS>
36981 ! hints/solaris_2.sh
36982 ____________________________________________________________________________
36983 [ 6234] By: jhi on 2000/06/23 19:23:36
36984 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
36985 because when run as services (Win32ese for daemons)
36986 no environment variables are set and tmpdir ends up as /tmp,
36987 which is ambiguous.
36989 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
36990 From: matt@sergeant.org
36991 Date: 16 Jun 2000 16:30:43 -0000
36992 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
36994 ! lib/File/Spec/Win32.pm
36995 ____________________________________________________________________________
36996 [ 6233] By: jhi on 2000/06/23 19:18:58
36997 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
36998 From: Mark-Jason Dominus <mjd@plover.com>
36999 Date: Fri, 16 Jun 2000 20:53:04 -0400
37000 Message-ID: <20000617005304.8008.qmail@plover.com>
37003 ____________________________________________________________________________
37004 [ 6232] By: jhi on 2000/06/23 16:10:02
37005 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
37006 From: simon@brecon.co.uk (Simon Cozens)
37007 Date: 19 Jun 2000 15:18:27 GMT
37008 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
37010 plus update pod/Makefile and regenerate perltoc
37013 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
37014 ____________________________________________________________________________
37015 [ 6231] By: jhi on 2000/06/23 15:19:18
37016 Log: Subject: [PATCH 5.6.0] cygwin port
37017 From: "Fifer, Eric" <EFifer@sanwaint.com>
37018 Date: Tue, 20 Jun 2000 14:30:58 +0100
37019 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
37021 ! README.cygwin lib/File/Find.pm
37022 ____________________________________________________________________________
37023 [ 6230] By: jhi on 2000/06/23 14:25:21
37024 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
37026 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
37027 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
37028 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37029 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
37030 ____________________________________________________________________________
37031 [ 6229] By: jhi on 2000/06/23 14:13:34
37032 Log: Subject: README.hpux version 0.6.1
37033 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
37034 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
37035 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
37038 ____________________________________________________________________________
37039 [ 6228] By: jhi on 2000/06/23 14:07:20
37040 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
37041 From: Doug MacEachern <dougm@covalent.net>
37042 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
37043 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
37046 ____________________________________________________________________________
37047 [ 6227] By: jhi on 2000/06/23 14:01:06
37048 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
37049 From: Doug MacEachern <dougm@covalent.net>
37050 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
37051 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
37055 ! MANIFEST Makefile.SH
37056 ____________________________________________________________________________
37057 [ 6226] By: jhi on 2000/06/23 13:53:07
37058 Log: Subject: [PATCH] remove forward declarations in Socket.pm
37059 From: Doug MacEachern <dougm@covalent.net>
37060 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
37061 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
37063 From: Doug MacEachern <dougm@covalent.net>
37064 Subject: Re: [PATCH] remove forward declarations in Socket.pm
37065 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
37066 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
37068 ! ext/Socket/Socket.pm op.c
37069 ____________________________________________________________________________
37070 [ 6225] By: jhi on 2000/06/23 13:41:52
37071 Log: Add source code filenames to apidoc.
37072 From: simon@brecon.co.uk (Simon Cozens)
37073 Subject: [PATCH embed.pl] Source X-ref
37074 Date: 22 Jun 2000 02:18:49 GMT
37075 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
37078 ____________________________________________________________________________
37079 [ 6224] By: jhi on 2000/06/23 13:32:33
37080 Log: A way to avoid English.pm performance hit.
37081 From: root <root@jester.slaysys.com>
37082 Subject: [YAPATCH English.pm] My turn to putt again
37083 Date: Thu, 22 Jun 2000 20:33:58 -0400
37084 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
37086 ! lib/English.pm t/lib/english.t
37087 ____________________________________________________________________________
37088 [ 6223] By: jhi on 2000/06/23 13:27:06
37089 Log: Avoid double close().
37090 Subject: [PATCH] avoid double close()
37091 From: Doug MacEachern <dougm@covalent.net>
37092 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
37093 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
37096 ____________________________________________________________________________
37097 [ 6222] By: jhi on 2000/06/23 13:25:54
37099 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
37100 From: Ian Phillipps <Ian.Phillipps@iname.com>
37101 Date: Fri, 23 Jun 2000 10:40:58 +0100
37102 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
37105 ____________________________________________________________________________
37106 [ 6221] By: jhi on 2000/06/23 13:24:15
37107 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
37108 From: simon@brecon.co.uk (Simon Cozens)
37109 Subject: [PATCH] Eliminate tr///[CU][CU]
37110 Date: 23 Jun 2000 11:05:40 GMT
37111 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
37113 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
37114 ____________________________________________________________________________
37115 [ 6220] By: jhi on 2000/06/22 16:07:51
37116 Log: Win32 patches from Benjamin Stuhl.
37118 ! makedef.pl win32/win32.h
37119 ____________________________________________________________________________
37120 [ 6219] By: jhi on 2000/06/22 16:06:34
37121 Log: Bytecode patches from Benjamin Stuhl.
37123 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
37124 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
37125 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37126 ____________________________________________________________________________
37127 [ 6218] By: jhi on 2000/06/15 23:54:16
37128 Log: Bytecode patches from Benjamin Stuhl.
37130 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
37131 ____________________________________________________________________________
37132 [ 6217] By: jhi on 2000/06/09 13:38:29
37133 Log: Rename the fdpid locking and integrate with Sarathy.
37135 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
37136 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
37137 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
37139 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
37140 ____________________________________________________________________________
37141 [ 6216] By: gsar on 2000/06/08 14:54:21
37142 Log: be more optimal about clearing @_
37145 ____________________________________________________________________________
37146 [ 6215] By: gsar on 2000/06/08 14:33:04
37147 Log: tweak comment about @DB::args
37150 ____________________________________________________________________________
37151 [ 6214] By: gsar on 2000/06/08 13:57:54
37152 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
37153 caller() wants to populate @DB::args with it (causes a coredump
37154 in Carp::confess())
37156 ! cop.h t/op/runlevel.t
37157 ____________________________________________________________________________
37158 [ 6213] By: gsar on 2000/06/08 07:06:35
37159 Log: back out change#6106 (seems problematic)
37161 ! hints/solaris_2.sh
37162 ____________________________________________________________________________
37163 [ 6212] By: jhi on 2000/06/07 03:10:36
37164 Log: Continuing mopup for #6204.
37166 ! ext/B/defsubs_h.PL
37167 ____________________________________________________________________________
37168 [ 6211] By: jhi on 2000/06/07 02:41:50
37169 Log: Mopup for #6204.
37170 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
37171 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
37172 This is comes from const() where POK isn't on when expected.
37174 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
37175 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37176 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
37177 ! perlapi.h pod/perlapi.pod
37178 ____________________________________________________________________________
37179 [ 6210] By: jhi on 2000/06/07 01:56:29
37180 Log: Mopup for #6207 and #6209.
37182 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
37183 ____________________________________________________________________________
37184 [ 6209] By: jhi on 2000/06/07 01:33:12
37185 Log: Lock PL_fdpid against race conditions, based on:
37186 Subject: [PATCH 5.6.0]subprocess fixup for threads
37187 From: Dan Sugalski <dan@sidhe.org>
37188 To: perl5-porters@perl.org
37189 Date: Tue, 11 Apr 2000 17:02:32 -0400
37190 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
37192 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
37194 ____________________________________________________________________________
37195 [ 6208] By: jhi on 2000/06/07 01:05:23
37196 Log: Regen headers for #6207.
37198 ! embed.h global.sym objXSUB.h proto.h
37199 ____________________________________________________________________________
37200 [ 6207] By: jhi on 2000/06/06 23:43:13
37201 Log: Subject: [PATCH 5.6.0] Threadsafe patches
37202 From: Dan Sugalski <dan@sidhe.org>
37203 To: perl5-porters@perl.org
37204 Date: Mon, 08 May 2000 18:08:13 -0400
37205 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
37207 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
37208 ! proto.h sv.h util.c
37209 ____________________________________________________________________________
37210 [ 6206] By: jhi on 2000/06/06 23:21:23
37211 Log: Subject: [PATCH] Eliminate $a/$b in pod
37212 From: David Glasser <me@davidglasser.net>
37213 To: perl5-porters@perl.org
37214 Date: Mon, 29 May 2000 21:15:59 -0400
37215 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
37217 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
37218 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
37219 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
37220 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
37221 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
37222 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
37223 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
37224 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
37225 ! pod/perlvar.pod pod/perlxs.pod
37226 ____________________________________________________________________________
37227 [ 6205] By: jhi on 2000/06/06 23:12:14
37228 Log: Subject: [PATCH] Win32 improvements
37229 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
37230 To: gsar@activestate.com, perl5-porters@perl.org
37231 Date: Mon, 29 May 2000 17:22:24 PDT
37232 Message-ID: <20000530002224.91142.qmail@hotmail.com>
37233 (MUA had mangled many lines by wordwrapping)
37235 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
37236 ____________________________________________________________________________
37237 [ 6204] By: jhi on 2000/06/06 23:01:50
37238 Log: Subject: [PATCH] B::Bytecode patches
37239 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
37240 To: gsar@activestate.com, jhi@iki.fi
37241 Cc: perl5-porters@perl.org
37242 Message-ID: <20000602202526.48694.qmail@hotmail.com>
37243 (MUA had mangled many lines by wordwrapping)
37245 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
37246 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
37247 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37248 ! intrpvar.h perl.c
37249 ____________________________________________________________________________
37250 [ 6203] By: jhi on 2000/06/06 22:32:43
37251 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
37252 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37253 Date: Tue, 06 Jun 2000 13:07:45 -0700
37254 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
37257 ____________________________________________________________________________
37258 [ 6202] By: jhi on 2000/06/06 19:38:35
37259 Log: Integrate with Sarathy.
37262 ____________________________________________________________________________
37263 [ 6201] By: gsar on 2000/06/06 00:42:59
37264 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
37265 does a PUSHMARK that's never ever POPMARKed; in general, only
37266 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
37267 Perl_eval_[sp]v() don't because they don't take any incoming
37268 arguments (this leak has been around since the original version
37269 of perl_eval_pv() in 5.003_97e)
37272 ____________________________________________________________________________
37273 [ 6200] By: jhi on 2000/06/04 03:44:52
37274 Log: Update to cperl-mode.el 4.31 from
37275 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
37276 Subject: A couple of notes
37277 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37278 To: Mailing list Perl5 <perl5-porters@perl.org>
37279 Date: Sat, 3 Jun 2000 23:33:32 -0400
37280 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
37282 ! emacs/cperl-mode.el
37283 ____________________________________________________________________________
37284 [ 6199] By: jhi on 2000/06/03 15:11:05
37285 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
37286 From: Dan Sugalski <dan@sidhe.org>
37287 To: perl5-porters@perl.org, vmsperl@perl.org
37288 Date: Fri, 02 Jun 2000 17:30:51 -0400
37289 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
37291 ! vms/descrip_mms.template vms/gen_shrfls.pl
37292 ____________________________________________________________________________
37293 [ 6198] By: jhi on 2000/06/03 14:59:15
37294 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
37295 From: Dan Sugalski <dan@sidhe.org>
37296 To: vmsperl@perl.org, perl5-porters@perl.org
37297 Date: Fri, 02 Jun 2000 16:00:41 -0400
37298 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
37299 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
37301 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
37302 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
37303 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
37304 ____________________________________________________________________________
37305 [ 6197] By: jhi on 2000/06/03 14:41:30
37306 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
37307 From: John Borwick <jhborwic@unity.ncsu.edu>
37308 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
37309 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
37312 ____________________________________________________________________________
37313 [ 6196] By: jhi on 2000/06/03 14:38:09
37314 Log: Integrate with Sarathy.
37316 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
37317 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
37319 ____________________________________________________________________________
37320 [ 6195] By: gsar on 2000/06/02 22:43:13
37321 Log: fix yet another eval"" leak under USE_ITHREADS
37324 ____________________________________________________________________________
37325 [ 6194] By: gsar on 2000/06/02 18:22:06
37326 Log: fix small eval"" memory leaks under USE_ITHREADS
37328 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
37329 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
37331 ____________________________________________________________________________
37332 [ 6193] By: jhi on 2000/06/01 13:03:56
37333 Log: Signals-be-gone for microperl.
37335 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
37336 ____________________________________________________________________________
37337 [ 6192] By: jhi on 2000/06/01 12:52:02
37338 Log: Integrate with Sarathy.
37340 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
37341 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
37342 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
37343 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
37344 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
37345 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
37346 !> t/op/vec.t utils/h2xs.PL
37347 ____________________________________________________________________________
37348 [ 6191] By: gsar on 2000/06/01 09:38:21
37349 Log: vec() loses numericalness (modified version of patch suggested
37352 ! doop.c t/op/vec.t
37353 ____________________________________________________________________________
37354 [ 6190] By: gsar on 2000/06/01 09:26:15
37355 Log: submit missing embed.pl change
37358 ____________________________________________________________________________
37359 [ 6189] By: gsar on 2000/06/01 09:05:34
37360 Log: counting tr/// corrupts later operation (from M.J.T Guy)
37363 ____________________________________________________________________________
37364 [ 6188] By: gsar on 2000/06/01 08:58:39
37368 ____________________________________________________________________________
37369 [ 6187] By: gsar on 2000/06/01 08:50:07
37370 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
37371 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37374 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
37376 ____________________________________________________________________________
37377 [ 6186] By: gsar on 2000/06/01 08:24:40
37378 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
37379 <wolfgang.laun@alcatel.at>)
37381 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
37382 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
37383 ____________________________________________________________________________
37384 [ 6185] By: gsar on 2000/06/01 08:12:00
37385 Log: remove incorrect documentation about implicit split to @_ in
37386 list context, which never really worked in perl 5 (from
37389 ! pod/perlfunc.pod pod/perltrap.pod
37390 ____________________________________________________________________________
37391 [ 6184] By: gsar on 2000/06/01 07:52:27
37392 Log: tweak for change#6127
37395 ____________________________________________________________________________
37396 [ 6183] By: gsar on 2000/06/01 07:41:02
37397 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
37400 + t/lib/selfloader.t
37401 ! MANIFEST lib/SelfLoader.pm
37402 ____________________________________________________________________________
37403 [ 6182] By: jhi on 2000/06/01 00:34:42
37404 Log: Be Cleaner Part Deux.
37407 ____________________________________________________________________________
37408 [ 6181] By: jhi on 2000/06/01 00:32:09
37409 Log: Integrate with Sarathy.
37411 !> pp.c t/op/arith.t
37412 ____________________________________________________________________________
37413 [ 6180] By: jhi on 2000/06/01 00:31:13
37414 Log: microperl nits from Simon Cozens.
37417 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
37419 ____________________________________________________________________________
37420 [ 6179] By: gsar on 2000/05/31 22:37:51
37421 Log: buggy modulus on UVs introduced by change#3378 (resulted in
37422 4063328477 % 65535 amounting to 27406, instead of 27407)
37424 ! pp.c t/op/arith.t
37425 ____________________________________________________________________________
37426 [ 6178] By: jhi on 2000/05/31 21:52:41
37430 ____________________________________________________________________________
37431 [ 6177] By: jhi on 2000/05/31 21:47:33
37432 Log: Substitution utf8 patch from Simon Cozens.
37435 ____________________________________________________________________________
37436 [ 6176] By: jhi on 2000/05/31 21:45:34
37437 Log: Single-quoted utf8 patch from Simon Cozens.
37440 ____________________________________________________________________________
37441 [ 6175] By: jhi on 2000/05/31 21:40:18
37442 Log: Integrate with Sarathy.
37444 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
37445 ____________________________________________________________________________
37446 [ 6174] By: jhi on 2000/05/31 21:37:31
37447 Log: microperl changes from Simon Cozens; Makefile for microperl
37448 written from scratch; few casts added as microperl compilation
37449 doesn't have all prototypes available.
37451 + Makefile.micro README.micro Todo.micro uconfig.sh
37452 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
37453 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
37455 + U/modified/Config_h.U
37456 ____________________________________________________________________________
37457 [ 6173] By: jhi on 2000/05/31 20:00:24
37458 Log: metaconfig maintenance.
37460 + U/modified/Inhdr.U U/typedefs/inotype.U
37461 Branch: metaconfig/U/perl
37462 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
37463 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
37464 ____________________________________________________________________________
37465 [ 6172] By: gsar on 2000/05/31 05:05:42
37466 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
37467 (from Ilya Zakharevich)
37469 ! regexec.c t/op/re_tests
37470 ____________________________________________________________________________
37471 [ 6171] By: gsar on 2000/05/31 05:01:47
37472 Log: scalar() doesn't force scalar context when used in void context
37473 (from Simon Cozens)
37475 ! op.c t/op/wantarray.t
37476 ____________________________________________________________________________
37477 [ 6170] By: gsar on 2000/05/31 04:41:33
37478 Log: change#6142 needs tweaks to tests to work where there's no symlink()
37479 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37482 ____________________________________________________________________________
37483 [ 6169] By: gsar on 2000/05/31 04:29:49
37484 Log: integrate cfgperl contents into mainline
37486 +> pod/perlmodlib.PL pod/perlnewmod.pod
37487 !> (integrate 42 files)
37488 ____________________________________________________________________________
37489 [ 6168] By: jhi on 2000/05/30 22:53:37
37490 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
37492 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37493 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
37494 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
37495 ! win32/config.bc win32/config.gc win32/config.vc
37496 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37497 ! win32/config_h.PL win32/config_sh.PL
37498 Branch: metaconfig/U/perl
37500 ____________________________________________________________________________
37501 [ 6167] By: jhi on 2000/05/30 22:20:21
37505 ____________________________________________________________________________
37506 [ 6166] By: jhi on 2000/05/30 22:11:51
37507 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
37508 in case somebody wants to write an extension for more
37509 shadow database interfaces.
37511 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37512 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
37513 ! vos/config.def vos/config.h vos/config_h.SH_orig
37514 ! win32/config.bc win32/config.gc win32/config.vc
37515 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37517 ! U/modified/Myinit.U
37518 Branch: metaconfig/U/perl
37519 + d_getespwnam.U d_getprpwnam.U i_prot.U
37520 ____________________________________________________________________________
37521 [ 6165] By: jhi on 2000/05/30 18:35:34
37522 Log: Integrate with Sarathy.
37525 ____________________________________________________________________________
37526 [ 6164] By: jhi on 2000/05/30 18:30:16
37529 ! Configure config_h.SH
37530 Branch: metaconfig/U/perl
37532 ____________________________________________________________________________
37533 [ 6163] By: gsar on 2000/05/30 03:24:03
37534 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
37537 ____________________________________________________________________________
37538 [ 6162] By: gsar on 2000/05/30 03:09:38
37539 Log: fix memory leak in method call optimization (change#3768);
37540 made C<eval "$x->foo()"> leak
37543 ____________________________________________________________________________
37544 [ 6161] By: jhi on 2000/05/29 17:56:26
37545 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
37546 both from Simon Cozens.
37548 + pod/perlmodlib.PL pod/perlnewmod.pod
37549 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
37550 ! pod/perlmodlib.pod pod/perltoc.pod
37551 ____________________________________________________________________________
37552 [ 6160] By: jhi on 2000/05/29 17:23:55
37553 Log: Changes for the File::Temp 0.08 (change #6159) test suite
37554 to fit better into the Perl distribution test framework.
37556 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
37557 ! t/lib/ftmp-tempfile.t
37558 ____________________________________________________________________________
37559 [ 6159] By: jhi on 2000/05/29 16:55:36
37560 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
37562 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37563 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37564 ____________________________________________________________________________
37565 [ 6158] By: bailey on 2000/05/29 16:22:08
37566 Log: Add fallback to tmpfile for use in cases where user's relying on
37567 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
37570 ! vms/vms.c vms/vmsish.h
37571 ____________________________________________________________________________
37572 [ 6157] By: jhi on 2000/05/29 03:10:36
37573 Log: Regen Configure to jive with #6149.
37577 ! U/modified/Getfile.U
37578 ____________________________________________________________________________
37579 [ 6156] By: jhi on 2000/05/29 03:01:38
37580 Log: Integrate with Sarathy.
37582 +> ext/DynaLoader/dl_mac.xs
37583 !> (integrate 38 files)
37584 ____________________________________________________________________________
37585 [ 6155] By: gsar on 2000/05/28 21:15:58
37586 Log: small bug in change#6144; remove random \xA0 character that snuck
37589 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
37590 ____________________________________________________________________________
37591 [ 6154] By: gsar on 2000/05/28 21:04:19
37592 Log: avoid type mismatch warning
37595 ____________________________________________________________________________
37596 [ 6153] By: gsar on 2000/05/28 20:58:31
37597 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
37598 <nick@Bagpuss.uk.boo.com>)
37600 ! lib/Test/Harness.pm
37601 ____________________________________________________________________________
37602 [ 6152] By: gsar on 2000/05/28 20:53:42
37603 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
37606 ____________________________________________________________________________
37607 [ 6151] By: gsar on 2000/05/28 20:50:28
37608 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
37611 ____________________________________________________________________________
37612 [ 6150] By: gsar on 2000/05/28 20:39:58
37613 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
37615 ! pod/perlrequick.pod
37616 ____________________________________________________________________________
37617 [ 6149] By: gsar on 2000/05/28 20:35:16
37618 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
37621 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
37622 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
37623 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
37624 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
37625 ____________________________________________________________________________
37626 [ 6148] By: gsar on 2000/05/28 20:21:07
37627 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
37629 ! lib/ExtUtils/MM_Unix.pm
37630 ____________________________________________________________________________
37631 [ 6147] By: gsar on 2000/05/28 20:12:41
37632 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
37633 (from Peter Prymmer)
37635 ! vms/subconfigure.com
37636 ____________________________________________________________________________
37637 [ 6146] By: gsar on 2000/05/28 20:06:15
37640 ! lib/warnings.pm warnings.h warnings.pl
37641 ____________________________________________________________________________
37642 [ 6145] By: gsar on 2000/05/28 18:44:33
37643 Log: make xsubpp skip embedded pod (from Matthias Neeracher
37644 <neeri@iis.ee.ethz.ch>)
37646 ! lib/ExtUtils/xsubpp
37647 ____________________________________________________________________________
37648 [ 6144] By: gsar on 2000/05/28 18:42:49
37649 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
37650 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
37651 <neeri@iis.ee.ethz.ch>)
37654 ____________________________________________________________________________
37655 [ 6143] By: gsar on 2000/05/28 18:41:12
37656 Log: MacOS support, part 1 (from Matthias Neeracher
37657 <neeri@iis.ee.ethz.ch>)
37659 + ext/DynaLoader/dl_mac.xs
37660 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
37661 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
37662 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
37664 ____________________________________________________________________________
37665 [ 6142] By: gsar on 2000/05/28 18:21:51
37666 Log: File::Find fails to chdir when chasing symlinks (from
37667 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37669 ! lib/File/Find.pm t/lib/filefind.t
37670 ____________________________________________________________________________
37671 [ 6141] By: jhi on 2000/05/28 14:25:15
37672 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
37673 forwarded by Peter Seebach from the bsdi-users mailing list.
37674 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
37677 ____________________________________________________________________________
37678 [ 6140] By: jhi on 2000/05/28 14:11:57
37679 Log: Integrate with Sarathy.
37681 +> (branch 30 files)
37682 !> (integrate 93 files)
37683 ____________________________________________________________________________
37684 [ 6139] By: gsar on 2000/05/28 10:01:48
37685 Log: revise mktables.PL for bugs and newness in Unicode 3.0
37686 (from James Bence <jbence@amgen.com>)
37688 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
37689 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
37690 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
37691 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
37692 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
37693 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
37694 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
37695 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
37696 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
37697 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
37698 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
37699 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
37700 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
37701 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
37702 + lib/unicode/Is/SylWU.pl
37703 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
37704 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
37705 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
37706 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
37707 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
37708 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
37709 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
37710 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
37711 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
37712 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
37713 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
37714 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
37715 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
37716 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
37717 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
37718 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
37719 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
37720 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
37721 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
37722 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
37723 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
37724 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
37725 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
37726 ! lib/unicode/Makefile lib/unicode/mktables.PL
37727 ____________________________________________________________________________
37728 [ 6138] By: gsar on 2000/05/28 08:50:32
37729 Log: add note about the handling of negative indices to tied arrays
37730 (from Michael G Schwern <schwern@pobox.com>)
37733 ____________________________________________________________________________
37734 [ 6137] By: gsar on 2000/05/28 08:46:10
37735 Log: fix bogus redeclaration warning for "our" variables in different
37738 ! op.c t/pragma/strict-vars
37739 ____________________________________________________________________________
37740 [ 6136] By: gsar on 2000/05/28 08:31:20
37741 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
37743 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
37744 ____________________________________________________________________________
37745 [ 6135] By: gsar on 2000/05/28 08:17:50
37746 Log: enable Test::Harness to dynamically determine column width etc.
37747 (from Rob Napier <rnapier@employees.org>)
37749 ! lib/Test/Harness.pm
37750 ____________________________________________________________________________
37751 [ 6134] By: gsar on 2000/05/28 08:13:39
37752 Log: make Test::Harness use wait.h/WCOREDUMP if available
37753 (from Ben Tilly <ben_tilly@hotmail.com>)
37755 ! lib/Test/Harness.pm
37756 ____________________________________________________________________________
37757 [ 6133] By: gsar on 2000/05/28 08:08:05
37758 Log: elide bogus test in change#6132
37760 ! t/pragma/warn/9enabled
37761 ____________________________________________________________________________
37762 [ 6132] By: gsar on 2000/05/28 08:03:14
37763 Log: warnings::enabled() doesn't fall back to looking at $^W if
37764 caller isn't using lexical warnings (from Paul Marquess)
37766 ! pp_ctl.c t/pragma/warn/9enabled
37767 ____________________________________________________________________________
37768 [ 6131] By: gsar on 2000/05/28 07:57:47
37769 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
37771 ! ext/POSIX/POSIX.pm
37772 ____________________________________________________________________________
37773 [ 6130] By: gsar on 2000/05/28 07:29:12
37774 Log: fix places that mean C<"word" character> but say C<alphanumeric
37777 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
37778 ____________________________________________________________________________
37779 [ 6129] By: gsar on 2000/05/28 07:18:41
37780 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
37783 ____________________________________________________________________________
37784 [ 6128] By: gsar on 2000/05/28 07:12:55
37785 Log: new perlxstut example for passing/returning refs to arrays
37786 (from David Lowe <dlowe@pootpoot.com>)
37788 ! pod/perlxstut.pod
37789 ____________________________________________________________________________
37790 [ 6127] By: gsar on 2000/05/28 07:02:50
37791 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
37792 failed (from Gisle Aas)
37795 ____________________________________________________________________________
37796 [ 6126] By: gsar on 2000/05/28 06:39:53
37797 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
37798 (reworked variant of patch suggested by Simon Cozens)
37800 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
37801 ! pp_hot.c proto.h t/op/gv.t
37802 ____________________________________________________________________________
37803 [ 6125] By: gsar on 2000/05/28 05:14:55
37804 Log: enable propagating exception objects via Perl_croak() in XS code
37808 ____________________________________________________________________________
37809 [ 6124] By: gsar on 2000/05/28 05:07:28
37810 Log: integrate vmsperl contents into mainline
37812 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
37813 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
37815 ____________________________________________________________________________
37816 [ 6123] By: gsar on 2000/05/28 05:03:53
37817 Log: clarify gotcha with #line directives (from Rocco Caputo
37820 ! pod/perldebug.pod pod/perlsyn.pod
37821 ____________________________________________________________________________
37822 [ 6122] By: gsar on 2000/05/28 04:58:29
37823 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
37824 (from Mark-Jason Dominus)
37826 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
37827 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
37828 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
37830 ____________________________________________________________________________
37831 [ 6121] By: bailey on 2000/05/25 04:46:54
37832 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
37833 lists (based on fixes by Craig Berry)
37835 ! lib/File/Spec/VMS.pm
37836 ____________________________________________________________________________
37837 [ 6120] By: bailey on 2000/05/25 04:25:38
37838 Log: Add missing escape (Charles Lane)
37840 ! t/op/lex_assign.t
37841 ____________________________________________________________________________
37842 [ 6119] By: bailey on 2000/05/25 04:21:25
37843 Log: Quiet error messages in vmsish.t (Charles Lane)
37846 ____________________________________________________________________________
37847 [ 6118] By: bailey on 2000/05/25 04:17:57
37848 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
37849 Flatten case labels in switch statements uniformly (Charles Bailey)
37852 ____________________________________________________________________________
37853 [ 6117] By: bailey on 2000/05/25 03:58:09
37854 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
37857 ____________________________________________________________________________
37858 [ 6116] By: bailey on 2000/05/25 03:11:15
37859 Log: Miscellaneous cosmetic fixes (Charles Lane)
37861 ! lib/ExtUtils/MM_VMS.pm
37862 ____________________________________________________________________________
37863 [ 6115] By: bailey on 2000/05/25 03:10:36
37864 Log: Add bounds checking for several strings (Charles Lane)
37867 ____________________________________________________________________________
37868 [ 6114] By: bailey on 2000/05/25 02:25:34
37869 Log: Urk -- undo previous removal of vmsish 'exit' change
37871 ! vms/ext/vmsish.pm vms/vmsish.h
37872 ____________________________________________________________________________
37873 [ 6113] By: bailey on 2000/05/24 02:24:40
37874 Log: Ugly workaround for version-specific RTL error
37877 ____________________________________________________________________________
37878 [ 6112] By: bailey on 2000/05/24 02:19:55
37879 Log: Check for existence of file before trying to delete
37882 ____________________________________________________________________________
37883 [ 6111] By: bailey on 2000/05/23 23:35:13
37884 Log: Resync with mainline prior to post-5.6.0 updates
37886 +> (branch 49 files)
37887 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
37888 ! vms/ext/vmsish.pm
37889 !> (integrate 334 files)
37890 ____________________________________________________________________________
37891 [ 6110] By: jhi on 2000/05/23 19:28:32
37895 ____________________________________________________________________________
37896 [ 6109] By: jhi on 2000/05/18 17:38:54
37897 Log: Integrate with Sarathy.
37899 !> mg.c perl.h win32/perlhost.h
37900 ____________________________________________________________________________
37901 [ 6108] By: gsar on 2000/05/17 02:24:56
37902 Log: reenable fake signal handling on Windows, bugs and all
37904 ! mg.c perl.h win32/perlhost.h
37905 ____________________________________________________________________________
37906 [ 6107] By: jhi on 2000/05/15 18:01:41
37907 Log: Tweak the todo list.
37910 ____________________________________________________________________________
37911 [ 6106] By: jhi on 2000/05/15 13:41:48
37912 Log: The (Configure) script refuses to go on, after asking for
37913 'You may also choose to try maximal 64-bitness....'.
37914 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
37916 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
37918 ! hints/solaris_2.sh
37919 ____________________________________________________________________________
37920 [ 6105] By: jhi on 2000/05/11 14:37:43
37921 Log: Integrate with Sarathy.
37923 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
37924 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
37925 ____________________________________________________________________________
37926 [ 6104] By: gsar on 2000/05/11 03:39:07
37927 Log: PL_sys_intern was being initialized too late on windows
37929 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
37930 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
37931 ____________________________________________________________________________
37932 [ 6103] By: jhi on 2000/05/09 19:42:20
37933 Log: Test tweaking for Unicos continues.
37936 ____________________________________________________________________________
37937 [ 6102] By: jhi on 2000/05/09 16:47:27
37938 Log: The test suite tweak in #6101 wasn't quite right.
37941 ____________________________________________________________________________
37942 [ 6101] By: jhi on 2000/05/09 15:35:34
37943 Log: Hints and test tweaks for Unicos.
37945 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
37946 ____________________________________________________________________________
37947 [ 6100] By: jhi on 2000/05/08 21:15:06
37948 Log: More compilation tweakery from Allen Smith.
37951 ____________________________________________________________________________
37952 [ 6099] By: jhi on 2000/05/08 19:21:18
37953 Log: Tweaks for the cc bugs from Allen Smith.
37956 ____________________________________________________________________________
37957 [ 6098] By: jhi on 2000/05/08 19:13:37
37958 Log: Add a note about other, yet unsupported, shadow password APIs.
37961 ____________________________________________________________________________
37962 [ 6097] By: jhi on 2000/05/08 18:46:34
37963 Log: Add a note about possible compilation problems from Allen Smith.
37966 ____________________________________________________________________________
37967 [ 6096] By: jhi on 2000/05/08 17:33:10
37968 Log: Integrate with Sarathy.
37970 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37971 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
37972 ____________________________________________________________________________
37973 [ 6095] By: jhi on 2000/05/08 16:21:33
37974 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
37975 might be useful in future.
37977 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37980 ! U/installdirs/inc_version_list.U
37981 Branch: metaconfig/U/perl
37983 ____________________________________________________________________________
37984 [ 6094] By: gsar on 2000/05/08 14:22:22
37985 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
37987 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37988 ! hints/cygwin.sh pp_sys.c
37989 ____________________________________________________________________________
37990 [ 6093] By: gsar on 2000/05/08 12:52:28
37991 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
37992 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
37994 ! pp_sys.c sv.c win32/perlhost.h
37995 ____________________________________________________________________________
37996 [ 6092] By: jhi on 2000/05/07 22:40:34
37997 Log: Regen perltoc with the fixed buildtoc.
38000 ____________________________________________________________________________
38001 [ 6091] By: jhi on 2000/05/07 22:24:16
38002 Log: Integrate with Sarathy.
38004 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
38005 !> t/op/substr.t toke.c
38006 ____________________________________________________________________________
38007 [ 6090] By: gsar on 2000/05/07 19:47:07
38008 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
38009 [NI]OK; added tests for both
38011 ! perl.c pp_hot.c sv.c t/op/substr.t
38012 ____________________________________________________________________________
38013 [ 6089] By: gsar on 2000/05/07 18:18:38
38014 Log: buildtoc tweak to fix newline lossage
38017 ____________________________________________________________________________
38018 [ 6088] By: jhi on 2000/05/07 16:35:36
38019 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
38020 because we do not use those. The HAS_GETSPNAM remains,
38021 though, because we still do use that.
38023 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38024 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
38025 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
38026 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
38027 ! win32/config.vc win32/config_H.bc win32/config_H.gc
38028 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
38029 ____________________________________________________________________________
38030 [ 6087] By: gsar on 2000/05/07 16:05:16
38031 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
38033 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
38034 ____________________________________________________________________________
38035 [ 6086] By: jhi on 2000/05/07 15:27:07
38036 Log: Integrate with Sarathy.
38038 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38039 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
38040 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
38041 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
38042 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
38043 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
38044 ____________________________________________________________________________
38045 [ 6085] By: gsar on 2000/05/07 05:52:02
38046 Log: repeat operator (x) doesn't preserve utf8-ness
38048 ! pp.c t/op/substr.t
38049 ____________________________________________________________________________
38050 [ 6084] By: gsar on 2000/05/07 05:39:55
38051 Log: substr() does not preserve utf8-ness (from Stefan Eissing
38052 <Eissing@medicaldataservice.de>); added tests
38054 ! pp.c t/op/substr.t
38055 ____________________________________________________________________________
38056 [ 6083] By: gsar on 2000/05/07 05:24:46
38057 Log: note about undocumented caller() return value (from M.J.T. Guy);
38058 yet another peek.t tweak
38060 ! pod/perlfunc.pod t/lib/peek.t
38061 ____________________________________________________________________________
38062 [ 6082] By: gsar on 2000/05/07 05:08:40
38063 Log: peek.t non-portable to ithreads
38066 ____________________________________________________________________________
38067 [ 6081] By: gsar on 2000/05/07 04:17:04
38068 Log: better default perlbug categories for ok reports (from Richard Foley)
38071 ____________________________________________________________________________
38072 [ 6080] By: gsar on 2000/05/07 04:08:07
38073 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
38074 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
38076 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38077 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
38078 ! AUTHORS MAINTAIN MANIFEST
38079 ____________________________________________________________________________
38080 [ 6079] By: gsar on 2000/05/07 04:01:38
38081 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
38083 ! lib/Carp/Heavy.pm
38084 ____________________________________________________________________________
38085 [ 6078] By: gsar on 2000/05/07 01:24:19
38086 Log: workaround for CRT bug in chdir() (from Charles Lane, via
38089 ! iperlsys.h vms/vms.c vms/vmsish.h
38090 ____________________________________________________________________________
38091 [ 6077] By: gsar on 2000/05/07 01:22:23
38092 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
38095 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
38096 ____________________________________________________________________________
38097 [ 6076] By: gsar on 2000/05/06 17:36:29
38098 Log: integrate cfgperl contents into mainline
38101 !> Configure MANIFEST Porting/Glossary Porting/config.sh
38102 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
38103 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
38104 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
38105 ____________________________________________________________________________
38106 [ 6075] By: jhi on 2000/05/05 18:56:10
38107 Log: Make the test more portable.
38110 ____________________________________________________________________________
38111 [ 6074] By: jhi on 2000/05/05 18:49:20
38112 Log: Introduce t/lib/peek.t.
38116 ____________________________________________________________________________
38117 [ 6073] By: jhi on 2000/05/05 14:30:45
38118 Log: Complex tweaks.
38120 ! lib/Math/Complex.pm t/lib/complex.t
38121 ____________________________________________________________________________
38122 [ 6072] By: jhi on 2000/05/05 12:27:13
38123 Log: Integrate with Sarathy.
38125 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
38126 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
38127 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
38128 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
38129 ____________________________________________________________________________
38130 [ 6071] By: gsar on 2000/05/05 02:24:46
38131 Log: misformatted perllocal.pod (from Tim Jenness
38132 <t.jenness@jach.hawaii.edu>)
38134 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
38135 ____________________________________________________________________________
38136 [ 6070] By: gsar on 2000/05/05 02:16:52
38137 Log: remove misleading comment (from M.J.T. Guy)
38140 ____________________________________________________________________________
38141 [ 6069] By: gsar on 2000/05/05 02:15:13
38142 Log: File::Spec compatibility update (from Barrie Slaymaker
38143 <barries@slaysys.com>)
38145 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
38146 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38147 ____________________________________________________________________________
38148 [ 6068] By: gsar on 2000/05/05 02:01:50
38149 Log: note about values()
38152 ____________________________________________________________________________
38153 [ 6067] By: gsar on 2000/05/05 01:33:09
38154 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
38157 ____________________________________________________________________________
38158 [ 6066] By: gsar on 2000/05/05 01:23:43
38162 ____________________________________________________________________________
38163 [ 6065] By: jhi on 2000/05/04 17:30:22
38164 Log: Integrate with Sarathy.
38166 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
38167 ____________________________________________________________________________
38168 [ 6064] By: gsar on 2000/05/04 17:26:14
38169 Log: change#5905 wasn't quite right--it's intent only applies when arguments
38170 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
38173 ____________________________________________________________________________
38174 [ 6063] By: gsar on 2000/05/04 16:52:29
38175 Log: tokeq() could read unallocated field in argument
38178 ____________________________________________________________________________
38179 [ 6062] By: gsar on 2000/05/04 16:34:51
38180 Log: additional tests for utf8.t
38183 ____________________________________________________________________________
38184 [ 6061] By: gsar on 2000/05/04 16:09:28
38185 Log: change#5921 neglected to make eq honor "use bytes"
38188 ____________________________________________________________________________
38189 [ 6060] By: jhi on 2000/05/04 15:30:16
38190 Log: Integrate with Sarathy.
38192 !> perl.c regcomp.c t/pragma/utf8.t
38193 ____________________________________________________________________________
38194 [ 6059] By: jhi on 2000/05/04 15:26:37
38195 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
38196 in natively 64-bit platforms where a long is a quad (no need
38197 for long longs). Also added bias for IVs.
38200 ____________________________________________________________________________
38201 [ 6058] By: gsar on 2000/05/04 00:19:14
38202 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
38203 (spotted by Donald Kinzer <dkinzer@premia.com>)
38206 ____________________________________________________________________________
38207 [ 6057] By: gsar on 2000/05/03 18:34:01
38208 Log: fix broken parsing of /\x{ab}/
38210 ! regcomp.c t/pragma/utf8.t
38211 ____________________________________________________________________________
38212 [ 6056] By: jhi on 2000/05/03 17:57:16
38213 Log: The search of infinity continues, this time simplified.
38215 ! lib/Math/Complex.pm
38216 ____________________________________________________________________________
38217 [ 6055] By: jhi on 2000/05/03 17:45:30
38221 ____________________________________________________________________________
38222 [ 6054] By: jhi on 2000/05/02 22:28:27
38223 Log: Be more forgiving in POSIX about HUGE_VALL.
38225 ! ext/POSIX/POSIX.xs
38226 ____________________________________________________________________________
38227 [ 6053] By: jhi on 2000/05/02 22:25:05
38228 Log: Integrate with Sarathy.
38230 !> hints/irix_6.sh pod/perlop.pod
38231 ____________________________________________________________________________
38232 [ 6052] By: jhi on 2000/05/02 22:24:31
38233 Log: Unicos hint tweak.
38236 ____________________________________________________________________________
38237 [ 6051] By: jhi on 2000/05/02 22:21:26
38238 Log: Complex tweakery.
38240 ! lib/Math/Complex.pm t/lib/complex.t
38241 ____________________________________________________________________________
38242 [ 6050] By: jhi on 2000/05/02 19:26:22
38243 Log: Use setxxent()/endxxent().
38245 ! t/op/grent.t t/op/pwent.t
38246 ____________________________________________________________________________
38247 [ 6049] By: jhi on 2000/05/02 19:06:02
38248 Log: Test both the scalar and list contexts.
38250 ! t/op/grent.t t/op/pwent.t
38251 ____________________________________________________________________________
38252 [ 6048] By: gsar on 2000/05/02 18:29:10
38253 Log: add note about how $( doesn't interpolate in REs (from
38254 Philip Newton <newton@ficus.frogspace.net>)
38257 ____________________________________________________________________________
38258 [ 6047] By: jhi on 2000/05/02 17:41:24
38259 Log: Call getspnam() only iff needd.
38262 ____________________________________________________________________________
38263 [ 6046] By: gsar on 2000/05/02 17:07:25
38264 Log: libscheck has insufficient checks for n32 libs (from
38265 Albert Chin-A-Young <china@thewrittenword.com>)
38268 ____________________________________________________________________________
38269 [ 6045] By: jhi on 2000/05/02 13:57:17
38270 Log: Integrate with Sarathy.
38272 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
38273 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
38274 ____________________________________________________________________________
38275 [ 6044] By: gsar on 2000/05/02 06:48:19
38276 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
38277 such that underscores are only ignored in literal numbers,
38278 "\x{...}", and hex/oct argument
38280 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
38281 ____________________________________________________________________________
38282 [ 6043] By: gsar on 2000/05/02 02:22:29
38283 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
38285 ! pod/perlretut.pod
38286 ____________________________________________________________________________
38287 [ 6042] By: gsar on 2000/05/02 02:17:51
38288 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
38291 ____________________________________________________________________________
38292 [ 6041] By: gsar on 2000/05/02 01:53:51
38293 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
38297 ____________________________________________________________________________
38298 [ 6040] By: gsar on 2000/05/02 01:51:57
38299 Log: missing files in MANIFEST
38302 ____________________________________________________________________________
38303 [ 6039] By: jhi on 2000/05/02 00:36:46
38304 Log: Infinite problems.
38306 ! lib/Math/Complex.pm
38307 ____________________________________________________________________________
38308 [ 6038] By: jhi on 2000/05/02 00:06:38
38309 Log: pwent/spent #ifdef imbalance.
38312 ____________________________________________________________________________
38313 [ 6037] By: jhi on 2000/05/01 22:50:11
38314 Log: Use HUGE_VALL if applicable.
38316 ! ext/POSIX/POSIX.xs util.c
38317 ____________________________________________________________________________
38318 [ 6036] By: jhi on 2000/05/01 22:20:53
38319 Log: Correct Freudian slip.
38322 ____________________________________________________________________________
38323 [ 6035] By: jhi on 2000/05/01 21:07:38
38324 Log: Continue on the pwent/spent case.
38327 ____________________________________________________________________________
38328 [ 6034] By: jhi on 2000/05/01 17:45:14
38329 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
38330 adjustments in 6032 conflicted badly with this, will have
38331 to revisit them later.
38333 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
38334 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
38335 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
38336 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
38337 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
38338 !> t/lib/cgi-html.t t/lib/cgi-request.t
38339 ____________________________________________________________________________
38340 [ 6033] By: jhi on 2000/05/01 17:40:49
38341 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
38344 ____________________________________________________________________________
38345 [ 6032] By: gsar on 2000/05/01 15:56:32
38346 Log: whitespace adjustments
38349 ____________________________________________________________________________
38350 [ 6031] By: gsar on 2000/05/01 15:19:41
38351 Log: small nits in diagnostics.pm (from Robin Barker)
38353 ! lib/diagnostics.pm pod/perldiag.pod
38354 ____________________________________________________________________________
38355 [ 6030] By: gsar on 2000/05/01 08:39:18
38356 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
38357 for @- and @+ (from Johan Vromans)
38359 ! lib/English.pm pod/perlvar.pod
38360 ____________________________________________________________________________
38361 [ 6029] By: gsar on 2000/05/01 08:16:10
38362 Log: add CGI.pm v2.66 (from Lincoln Stein)
38364 + lib/CGI/Util.pm t/lib/cgi-pretty.t
38365 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
38366 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
38367 ! t/lib/cgi-html.t t/lib/cgi-request.t
38368 ____________________________________________________________________________
38369 [ 6028] By: gsar on 2000/05/01 06:34:41
38370 Log: Pod::Man generates groff-incompatible macro definition (from
38374 ____________________________________________________________________________
38375 [ 6027] By: gsar on 2000/05/01 06:31:36
38376 Log: podlators-1.02 update (from Russ Allbery)
38378 ! lib/Pod/Man.pm lib/Pod/Text.pm
38379 ____________________________________________________________________________
38380 [ 6026] By: jhi on 2000/04/30 23:24:23
38381 Log: Integrate with Sarathy.
38383 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
38384 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
38385 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38386 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38387 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
38388 !> t/lib/syslog.t toke.c win32/win32.h
38389 ____________________________________________________________________________
38390 [ 6025] By: gsar on 2000/04/30 18:17:47
38391 Log: Is{Alnum,Alpha,Word} don't match titlecase
38393 TODO: IsSpace is defined recursively!
38395 (both spotted by Larry)
38397 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38398 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38399 ____________________________________________________________________________
38400 [ 6024] By: gsar on 2000/04/30 17:50:19
38401 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
38402 (from Hugo van der Sanden)
38405 ____________________________________________________________________________
38406 [ 6023] By: gsar on 2000/04/30 17:14:43
38407 Log: debugger stomps on $. (from M.J.T. Guy)
38410 ____________________________________________________________________________
38411 [ 6022] By: gsar on 2000/04/30 16:59:22
38412 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
38415 ____________________________________________________________________________
38416 [ 6021] By: gsar on 2000/04/29 21:00:08
38417 Log: remove Win2K issue in pod (fixed by change#6020)
38419 ! README.win32 pod/perl56delta.pod
38420 ____________________________________________________________________________
38421 [ 6020] By: gsar on 2000/04/29 20:51:49
38425 ____________________________________________________________________________
38426 [ 6019] By: gsar on 2000/04/29 20:34:27
38427 Log: windows portability tweaks
38429 ! t/lib/b.t win32/win32.h
38430 ____________________________________________________________________________
38431 [ 6018] By: gsar on 2000/04/29 19:55:24
38432 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
38433 make _PATH_LOG() return "" if unavailable
38435 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
38436 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
38437 ____________________________________________________________________________
38438 [ 6017] By: jhi on 2000/04/28 22:49:46
38439 Log: Integrate with Sarathy.
38441 !> op.c perl.c pod/perldiag.pod t/lib/b.t
38442 ____________________________________________________________________________
38443 [ 6016] By: jhi on 2000/04/28 22:46:14
38444 Log: Do not warn that an infinity does not look like a number.
38447 ____________________________________________________________________________
38448 [ 6015] By: gsar on 2000/04/28 22:35:49
38449 Log: tweak test for portability
38452 ____________________________________________________________________________
38453 [ 6014] By: gsar on 2000/04/28 22:05:31
38454 Log: glob() loading File::Glob behind the scenes may cause syntax errors
38457 ____________________________________________________________________________
38458 [ 6013] By: gsar on 2000/04/28 21:25:22
38459 Log: tweak change#5945 to display correct switch name in diagnostic
38461 ! perl.c pod/perldiag.pod
38462 ____________________________________________________________________________
38463 [ 6012] By: jhi on 2000/04/28 21:08:12
38464 Log: Integrate with Sarathy.
38466 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
38467 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
38468 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
38469 ____________________________________________________________________________
38470 [ 6011] By: jhi on 2000/04/28 21:04:46
38471 Log: &HUGE_VAL is not defined, it exists.
38473 ! lib/Math/Complex.pm
38474 ____________________________________________________________________________
38475 [ 6010] By: gsar on 2000/04/28 21:02:58
38476 Log: clarify note about shadow password support (from
38477 gellyfish@gellyfish.com)
38480 ____________________________________________________________________________
38481 [ 6009] By: gsar on 2000/04/28 21:00:00
38482 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
38484 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
38485 ____________________________________________________________________________
38486 [ 6008] By: gsar on 2000/04/28 20:56:33
38487 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
38489 ! installperl vms/subconfigure.com
38490 ____________________________________________________________________________
38491 [ 6007] By: gsar on 2000/04/28 20:51:21
38492 Log: note about compile failures and END blocks (from M.J.T. Guy)
38494 ! pod/perl56delta.pod pod/perlmod.pod
38495 ____________________________________________________________________________
38496 [ 6006] By: jhi on 2000/04/28 20:42:14
38497 Log: Regen Configure.
38499 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38501 ____________________________________________________________________________
38502 [ 6005] By: gsar on 2000/04/28 20:41:16
38503 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
38506 ____________________________________________________________________________
38507 [ 6004] By: jhi on 2000/04/28 20:28:21
38508 Log: Integrate with Sarathy.
38510 !> Configure INSTALL Porting/Glossary Porting/config.sh
38511 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
38512 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
38513 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
38514 !> win32/config.vc win32/win32.c
38515 ____________________________________________________________________________
38516 [ 6003] By: gsar on 2000/04/28 20:11:20
38517 Log: allow REG_EXPAND_SZ keys in Windows registry (from
38518 John Clayton <John.Clayton@barclayscapital.com>)
38521 ____________________________________________________________________________
38522 [ 6002] By: gsar on 2000/04/28 19:34:16
38523 Log: destructive sv_setsv() can lose UV-ness from source, causing
38524 numeric promotions/comparisons to fail to do the right thing
38527 ____________________________________________________________________________
38528 [ 6001] By: gsar on 2000/04/28 18:44:15
38529 Log: support additional library locations via $Config{otherlibdirs}
38530 (from Andy Dougherty)
38532 ! Configure INSTALL Porting/Glossary Porting/config.sh
38533 ! Porting/config_H config_h.SH epoc/config.sh perl.c
38534 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
38535 ! win32/config.bc win32/config.gc win32/config.vc
38536 ____________________________________________________________________________
38537 [ 6000] By: gsar on 2000/04/28 18:26:58
38538 Log: reworked otherlibdirs.U (from Andy Dougherty)
38540 ! U/installdirs/otherlibdirs.U
38541 ____________________________________________________________________________
38542 [ 5999] By: gsar on 2000/04/28 18:17:07
38543 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
38545 ! t/pragma/warn/toke toke.c
38546 ____________________________________________________________________________
38547 [ 5998] By: jhi on 2000/04/28 13:32:17
38548 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
38550 ! lib/Math/Complex.pm
38551 ____________________________________________________________________________
38552 [ 5997] By: jhi on 2000/04/28 13:14:04
38555 ! lib/Math/Complex.pm
38556 ____________________________________________________________________________
38557 [ 5996] By: jhi on 2000/04/28 12:59:23
38558 Log: Integrate with Sarathy.
38560 +> pod/perlrequick.pod pod/perlretut.pod
38561 !> (integrate 51 files)
38562 ____________________________________________________________________________
38563 [ 5995] By: gsar on 2000/04/28 09:37:36
38564 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
38566 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
38567 ____________________________________________________________________________
38568 [ 5994] By: gsar on 2000/04/28 09:33:26
38569 Log: fix for missed accounting for null byte in pack("Z",...) (from
38573 ____________________________________________________________________________
38574 [ 5993] By: gsar on 2000/04/28 09:30:05
38575 Log: various minor tweaks seen on p5p
38577 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
38578 ____________________________________________________________________________
38579 [ 5992] By: gsar on 2000/04/28 09:08:19
38580 Log: pod nit (from Simon Cozens)
38583 ____________________________________________________________________________
38584 [ 5991] By: gsar on 2000/04/28 09:06:36
38585 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
38587 ! README.posix-bc hints/posix-bc.sh
38588 ____________________________________________________________________________
38589 [ 5990] By: gsar on 2000/04/28 08:54:52
38590 Log: use $ENV{LIB} to search for libs under Visual C compiler
38591 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
38593 ! lib/ExtUtils/Liblist.pm
38594 ____________________________________________________________________________
38595 [ 5989] By: gsar on 2000/04/28 08:27:12
38596 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
38597 itself and no other (from Tom Hughes)
38599 ! t/op/array.t toke.c
38600 ____________________________________________________________________________
38601 [ 5988] By: gsar on 2000/04/28 08:01:38
38602 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
38603 <paul@miraclefish.com>)
38605 ! lib/ExtUtils/MakeMaker.pm
38606 ____________________________________________________________________________
38607 [ 5987] By: gsar on 2000/04/28 07:53:09
38608 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
38610 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
38611 ____________________________________________________________________________
38612 [ 5986] By: gsar on 2000/04/28 07:44:17
38613 Log: add regular expressions tutorial and quick-start guide (from
38614 Mark Kvale <kvale@phy.ucsf.edu>)
38616 + pod/perlrequick.pod pod/perlretut.pod
38617 ! AUTHORS MAINTAIN MANIFEST
38618 ____________________________________________________________________________
38619 [ 5985] By: gsar on 2000/04/28 07:30:28
38620 Log: forked child may not exit correctly if it failed to open
38621 /dev/console (from Graham Barr)
38623 ! ext/Sys/Syslog/Syslog.pm
38624 ____________________________________________________________________________
38625 [ 5984] By: gsar on 2000/04/28 07:27:20
38626 Log: attributes::reftype() doesn't work on tied argument
38629 ____________________________________________________________________________
38630 [ 5983] By: gsar on 2000/04/28 07:15:04
38631 Log: numeric conversion of non-number in change#3378 tramples on
38632 OOK offset, causing segfaults
38635 ____________________________________________________________________________
38636 [ 5982] By: gsar on 2000/04/28 04:48:25
38637 Log: avoid error in IO::Socket::INET when given an unknown service name
38638 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
38640 ! ext/IO/lib/IO/Socket/INET.pm
38641 ____________________________________________________________________________
38642 [ 5981] By: gsar on 2000/04/28 04:31:31
38643 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
38644 prototype mismatch with CORE::glob(); update pod and tests to
38645 suit (File::Glob::glob() is still available for backward
38646 compatibility, but should be considered deprecated)
38648 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
38649 ! t/lib/glob-taint.t
38650 ____________________________________________________________________________
38651 [ 5980] By: gsar on 2000/04/28 03:47:29
38652 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
38655 ! U/modified/Options.U
38658 ____________________________________________________________________________
38659 [ 5979] By: gsar on 2000/04/28 03:07:54
38660 Log: under useithreads, constant pad entries could inadvertantly be
38661 shared across threads (from Eric Blood <eblood@xmission.com>);
38662 added Eric's test case to testsuite
38665 ____________________________________________________________________________
38666 [ 5978] By: gsar on 2000/04/27 21:13:00
38667 Log: sync version numbers in File::Spec with the ones on CPAN
38668 (from Barrie Slaymaker)
38670 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38671 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38672 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38673 ____________________________________________________________________________
38674 [ 5977] By: gsar on 2000/04/27 21:07:29
38675 Log: autoquote barewords followed by newline and arrow properly
38676 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
38678 ! t/pragma/warn/toke toke.c
38679 ____________________________________________________________________________
38680 [ 5976] By: gsar on 2000/04/27 20:41:20
38681 Log: DB_File v1.73 update (from Paul Marquess)
38683 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38684 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38685 ____________________________________________________________________________
38686 [ 5975] By: gsar on 2000/04/27 20:34:24
38687 Log: allow sort() reentrancy (variant of patch suggested by
38688 Hugo van der Sanden)
38690 ! pp_ctl.c t/op/sort.t
38691 ____________________________________________________________________________
38692 [ 5974] By: gsar on 2000/04/27 19:46:57
38693 Log: change#4197 somehow missed initializing PL_errors, meaning
38694 sytax error queueing wasn't working outside eval"" at all;
38695 also fixed eval"" to localize PL_error_count, so that compile-time
38696 eval's don't clobber the error state of the outer context
38698 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
38699 ! t/pragma/warn/toke
38700 ____________________________________________________________________________
38701 [ 5973] By: gsar on 2000/04/27 18:29:05
38702 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
38704 ! regcomp.c regexec.c t/op/re_tests
38705 ____________________________________________________________________________
38706 [ 5972] By: jhi on 2000/04/27 18:22:41
38707 Log: Integrate with Sarathy.
38709 +> t/lib/b.t t/lib/syslog.t
38710 !> (integrate 31 files)
38711 ____________________________________________________________________________
38712 [ 5971] By: jhi on 2000/04/27 18:18:46
38713 Log: Unicos tweaks from Mark P. Lutz.
38715 ! hints/unicos.sh lib/Math/Complex.pm
38716 ____________________________________________________________________________
38717 [ 5970] By: gsar on 2000/04/27 18:05:11
38718 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
38721 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
38722 ____________________________________________________________________________
38723 [ 5969] By: gsar on 2000/04/27 17:50:56
38724 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
38727 ! MANIFEST ext/Sys/Syslog/Syslog.pm
38728 ____________________________________________________________________________
38729 [ 5968] By: gsar on 2000/04/27 17:44:49
38730 Log: tolerate spaces in group names in test on solaris (from David Boyce
38734 ____________________________________________________________________________
38735 [ 5967] By: gsar on 2000/04/27 17:41:22
38736 Log: improved docs on the warn_uninit diagnostic (from David Glasser
38740 ____________________________________________________________________________
38741 [ 5966] By: gsar on 2000/04/27 16:54:58
38742 Log: add testsuite for B backends, fix bug in B::Deparse (from
38743 Simon Cozens <simon@brecon.co.uk>)
38746 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
38747 ____________________________________________________________________________
38748 [ 5965] By: gsar on 2000/04/27 16:10:37
38749 Log: avoid "will not stay shared" warnings for our variables (from
38752 ! op.c t/pragma/warn/op
38753 ____________________________________________________________________________
38754 [ 5964] By: gsar on 2000/04/27 07:05:05
38755 Log: reformat to 72 columns (again)
38758 ____________________________________________________________________________
38759 [ 5963] By: gsar on 2000/04/27 06:28:31
38760 Log: patch from Larry to make (\&) prototype work; added tests for
38763 ! op.c t/comp/proto.t
38764 ____________________________________________________________________________
38765 [ 5962] By: gsar on 2000/04/27 06:15:47
38766 Log: updated README.hpux (from Jeff Okamoto)
38769 ____________________________________________________________________________
38770 [ 5961] By: gsar on 2000/04/27 05:55:03
38771 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
38773 ! emacs/cperl-mode.el
38774 ____________________________________________________________________________
38775 [ 5960] By: gsar on 2000/04/27 05:49:26
38776 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
38779 ____________________________________________________________________________
38780 [ 5959] By: gsar on 2000/04/27 05:33:41
38781 Log: doubled words in pods (from Simon Cozens
38782 <simon.p.cozens@jp.pwcglobal.com>)
38784 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
38785 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
38786 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
38787 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
38788 ! pod/perltootc.pod
38789 ____________________________________________________________________________
38790 [ 5958] By: gsar on 2000/04/27 05:11:39
38791 Log: change#3569 deleted some essential code, revert; avoid use of
38792 atexit() to make DynaLoader work properly on AIX under mod_perl
38793 (from Jens-Uwe Mager <jum@helios.de>)
38795 ! ext/DynaLoader/dl_aix.xs
38796 ____________________________________________________________________________
38797 [ 5957] By: gsar on 2000/04/27 04:54:51
38798 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
38801 ____________________________________________________________________________
38802 [ 5956] By: gsar on 2000/04/27 04:51:47
38803 Log: better diagnostics on failed tests (from Ilya Zakharevich)
38805 ! t/op/lex_assign.t
38806 ____________________________________________________________________________
38807 [ 5955] By: gsar on 2000/04/27 04:26:44
38808 Log: longstanding bug exposed by change#3307: sort arguments weren't
38809 compiled with the right wantarray context (ensuing runtime lookup
38810 via block_gimme() was getting the incidental context of the
38814 ____________________________________________________________________________
38815 [ 5954] By: gsar on 2000/04/26 23:42:12
38816 Log: integrate cfgperl contents into mainline
38818 !> (integrate 30 files)
38819 ____________________________________________________________________________
38820 [ 5953] By: jhi on 2000/04/26 23:06:42
38821 Log: Integrate with Sarathy.
38823 !> README.win32 ext/B/B/Deparse.pm
38824 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38825 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
38826 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
38827 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
38828 !> utils/perldoc.PL vms/perlvms.pod
38829 ____________________________________________________________________________
38830 [ 5952] By: jhi on 2000/04/26 23:03:46
38831 Log: Undo "use integer" addition from 64bitint as it seems
38832 to break most of the subtests in Digital UNIX;
38833 Unicos needs to find another way.
38836 ____________________________________________________________________________
38837 [ 5951] By: jhi on 2000/04/26 22:57:53
38838 Log: Be more robust on "extreme" (large absolute value)
38839 arguments. Originally reported by Daniel Connelly
38840 as a problem with asinh() on large negative arguments,
38841 asinh() used to bail out because an argument to log()
38842 ended up being zero. Ilya Zakharevich proposed using
38843 Taylor's series in such cases, which for such large
38844 arguments is a very good approximation.
38846 ! lib/Math/Complex.pm t/lib/complex.t
38847 ____________________________________________________________________________
38848 [ 5950] By: gsar on 2000/04/25 19:13:12
38849 Log: reformat perldiag to avoid long lines
38852 ____________________________________________________________________________
38853 [ 5949] By: gsar on 2000/04/25 18:41:11
38854 Log: make perldoc use the pod2man from the same version (from
38858 ____________________________________________________________________________
38859 [ 5948] By: gsar on 2000/04/25 18:21:57
38860 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
38861 <kompas@kompas.usr.onet.pl>)
38864 ____________________________________________________________________________
38865 [ 5947] By: gsar on 2000/04/25 18:11:53
38866 Log: use &dl_error rather than &dl_load_file as the guard for calling
38867 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
38868 statically built perl)
38870 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38871 ____________________________________________________________________________
38872 [ 5946] By: jhi on 2000/04/25 17:37:54
38873 Log: Document that tr() is not tr(1).
38876 ____________________________________________________________________________
38877 [ 5945] By: gsar on 2000/04/25 16:34:33
38878 Log: make module name mandatory after -M switch; reorder perldiag
38879 alphabetically (from Mark-Jason Dominus)
38881 ! perl.c pod/perldiag.pod
38882 ____________________________________________________________________________
38883 [ 5944] By: jhi on 2000/04/25 01:15:18
38884 Log: On second thoughts frexp() does have two arguments.
38887 ____________________________________________________________________________
38888 [ 5943] By: jhi on 2000/04/24 22:56:32
38889 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
38890 Now pp_ncmp() returns undef is either operand is a NaN.
38892 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38893 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
38894 ! vms/subconfigure.com vos/config.def vos/config.h
38895 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
38896 ! win32/config.vc win32/config_H.bc win32/config_H.gc
38897 ! win32/config_H.vc
38898 Branch: metaconfig/U/perl
38900 ____________________________________________________________________________
38901 [ 5942] By: jhi on 2000/04/24 19:45:17
38902 Log: Regen Configure to match #5937.
38904 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38907 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
38908 ____________________________________________________________________________
38909 [ 5941] By: jhi on 2000/04/24 19:24:11
38910 Log: Further Unicos fixes for Mark Lutz.
38912 ! hints/unicos.sh pp_ctl.c
38913 ____________________________________________________________________________
38914 [ 5940] By: jhi on 2000/04/24 19:09:06
38915 Log: Various Unicos 10.0.0.6 fixes.
38917 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
38918 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
38919 Reply-To: tecmpl1@triton.ca.boeing.com
38920 To: perl5-porters@perl.org
38921 Date: Fri, 14 Apr 2000 20:21:00 GMT
38922 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
38924 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
38925 ____________________________________________________________________________
38926 [ 5939] By: gsar on 2000/04/24 19:01:24
38927 Log: more pod nits (from Larry Virden)
38929 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
38930 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
38931 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
38932 ____________________________________________________________________________
38933 [ 5938] By: gsar on 2000/04/24 18:54:01
38934 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
38936 ! ext/B/B/Deparse.pm
38937 ____________________________________________________________________________
38938 [ 5937] By: jhi on 2000/04/24 17:39:00
38939 Log: Integrate with Sarathy.
38941 +> (branch 31 files)
38942 !> (integrate 73 files)
38943 ____________________________________________________________________________
38944 [ 5936] By: gsar on 2000/04/24 17:30:06
38945 Log: additional tests for change#5934 (from Paul Marquess, who also
38946 sent in the same fix)
38948 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
38949 ! t/pragma/warn/5nolint t/pragma/warn/6default
38950 ____________________________________________________________________________
38951 [ 5935] By: jhi on 2000/04/24 17:26:05
38952 Log: Do not assume sign propagation.
38953 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
38954 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38955 To: payner@ncifcrf.gov, perl5-porters@perl.org
38956 Date: Tue, 18 Apr 2000 18:24:49 +0100
38957 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
38959 ! t/op/bop.t t/op/misc.t
38960 ____________________________________________________________________________
38961 [ 5934] By: gsar on 2000/04/24 17:16:54
38962 Log: propagate lexical warnings from surrounding scope correctly
38963 within string eval()
38965 ! pp_ctl.c t/pragma/warn/pp_ctl
38966 ____________________________________________________________________________
38967 [ 5933] By: jhi on 2000/04/24 17:01:07
38968 Log: Flatten the cpp jungle doing the nosuid checking.
38971 ____________________________________________________________________________
38972 [ 5932] By: gsar on 2000/04/24 09:08:14
38973 Log: add rsignal(), whichsig() and do_join() to public API list
38974 (mod_perl uses them to good advantage)
38976 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
38977 ____________________________________________________________________________
38978 [ 5931] By: gsar on 2000/04/24 09:01:40
38979 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
38981 ! pp_hot.c regexec.c t/op/pat.t
38982 ____________________________________________________________________________
38983 [ 5930] By: gsar on 2000/04/24 08:58:33
38984 Log: small os390 tweaks (from Peter Prymmer)
38986 ! config_h.SH makedepend.SH
38987 ____________________________________________________________________________
38988 [ 5929] By: gsar on 2000/04/24 08:55:25
38992 ____________________________________________________________________________
38993 [ 5928] By: gsar on 2000/04/24 08:50:13
38994 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
38996 ! ext/IO/lib/IO/Poll.pm
38997 ____________________________________________________________________________
38998 [ 5927] By: gsar on 2000/04/24 08:43:24
38999 Log: arrange for next() to resume at the unstack op rather than the
39000 loop conditional, so that scope cleanup happens correctly
39001 (from Stephen McCamant)
39003 ! op.c pp_ctl.c t/op/misc.t
39004 ____________________________________________________________________________
39005 [ 5926] By: gsar on 2000/04/24 08:18:40
39006 Log: on windows, reserve 16M of stack rather than 128M (allows more
39007 threads to run concurrently)
39009 ! win32/Makefile win32/makefile.mk
39010 ____________________________________________________________________________
39011 [ 5925] By: gsar on 2000/04/24 08:13:52
39012 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
39015 ____________________________________________________________________________
39016 [ 5924] By: gsar on 2000/04/24 08:08:59
39017 Log: avoid using uninitialized memory in require version check
39019 ! pp_ctl.c universal.c
39020 ____________________________________________________________________________
39021 [ 5923] By: gsar on 2000/04/24 07:20:14
39022 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
39024 ! ext/IO/lib/IO/Poll.pm
39025 ____________________________________________________________________________
39026 [ 5922] By: gsar on 2000/04/24 07:08:42
39027 Log: commentary about IoTYPE() (from Nathan Torkington)
39030 ____________________________________________________________________________
39031 [ 5921] By: gsar on 2000/04/24 06:58:26
39032 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
39035 ! sv.c t/lib/charnames.t t/pragma/utf8.t
39036 ____________________________________________________________________________
39037 [ 5920] By: gsar on 2000/04/24 06:37:59
39038 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
39040 ! doop.c t/op/ver.t
39041 ____________________________________________________________________________
39042 [ 5919] By: gsar on 2000/04/24 06:21:58
39043 Log: Configure might miss old directories when prefix must be
39044 expanded (from Robin Barker)
39046 ! U/installdirs/inc_version_list.U
39049 ____________________________________________________________________________
39050 [ 5918] By: gsar on 2000/04/24 06:16:11
39051 Log: VMS nits in glob() test (from Charles Lane)
39053 ! t/lib/glob-basic.t
39054 ____________________________________________________________________________
39055 [ 5917] By: gsar on 2000/04/24 06:11:56
39056 Log: various pod nits (from Larry Virden and others)
39058 ! README.amiga README.hpux README.machten README.os2
39059 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
39060 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
39061 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
39062 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
39063 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
39064 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
39065 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
39066 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
39067 ____________________________________________________________________________
39068 [ 5916] By: gsar on 2000/04/24 05:52:43
39069 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
39070 <wjones@tc.fluke.com>)
39072 ! t/lib/glob-basic.t
39073 ____________________________________________________________________________
39074 [ 5915] By: gsar on 2000/04/24 05:07:01
39075 Log: supported platforms mixed up
39077 ! pod/perl56delta.pod pod/perlport.pod
39078 ____________________________________________________________________________
39079 [ 5914] By: gsar on 2000/04/24 04:56:08
39080 Log: caller() wasn't returning the right number of elements for
39083 ! pp_ctl.c t/pragma/warn/9enabled
39084 ____________________________________________________________________________
39085 [ 5913] By: gsar on 2000/04/24 04:35:41
39086 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
39087 Mark-Jason Dominus)
39090 ____________________________________________________________________________
39091 [ 5912] By: gsar on 2000/04/24 04:17:15
39092 Log: fix totally broken caching in UNIVERSAL::isa() (from
39095 ! t/op/universal.t universal.c
39096 ____________________________________________________________________________
39097 [ 5911] By: gsar on 2000/04/24 03:39:47
39098 Log: add linebreak properties from unicode/LineBrk.txt (from
39099 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
39101 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39102 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
39103 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
39104 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
39105 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
39106 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
39107 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
39108 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
39109 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
39110 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
39111 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
39112 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
39113 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
39114 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
39115 + lib/unicode/Is/LbrkZW.pl
39116 ! lib/unicode/mktables.PL
39117 ____________________________________________________________________________
39118 [ 5910] By: gsar on 2000/04/24 03:23:10
39121 ! ext/Thread/Thread.pm
39122 ____________________________________________________________________________
39123 [ 5909] By: gsar on 2000/04/24 03:22:03
39124 Log: mode argument to do_binmode() should be file mode, not boolean
39127 ____________________________________________________________________________
39128 [ 5908] By: gsar on 2000/04/16 16:51:08
39129 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
39130 always returns a valid GV even when the symbol is trapped by strictures
39133 TODO: the C<package;> hack needs similar treatment
39135 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
39136 ! t/pragma/strict-vars
39137 ____________________________________________________________________________
39138 [ 5907] By: jhi on 2000/03/31 23:42:56
39139 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
39140 an assumption which #5905 demolished.
39143 ____________________________________________________________________________
39144 [ 5906] By: jhi on 2000/03/31 18:54:37
39145 Log: Typo in #5905.
39148 ____________________________________________________________________________
39149 [ 5905] By: jhi on 2000/03/31 18:50:54
39150 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
39151 reported by Joseph N. Hall. The bug was that even with use64bitint
39152 one had to use the prefixes q, L, or ll with printf/sprintf,
39153 contrary to the documentation and common sense.
39155 ! sv.c t/op/64bitint.t
39156 ____________________________________________________________________________
39157 [ 5904] By: gsar on 2000/03/28 02:31:32
39158 Log: add Changes, perldelta.pod
39160 + Changes pod/perldelta.pod
39161 ____________________________________________________________________________
39162 [ 5903] By: gsar on 2000/03/28 02:03:55
39163 Log: rename Changes and perldelta.pod
39165 +> Changes5.6 pod/perl56delta.pod
39166 - Changes pod/perldelta.pod
39168 ____________________________________________________________________________
39169 [ 5902] By: gsar on 2000/03/28 01:59:14
39170 Log: create maint-5.6 branch
39171 Branch: maint-5.6/perl
39172 +> (branch 1611 files)
39173 ____________________________________________________________________________
39174 [ 5901] By: jhi on 2000/03/23 05:48:43
39175 Log: Integrate with Sarathy.
39177 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
39178 ____________________________________________________________________________
39179 [ 5900] By: gsar on 2000/03/23 05:42:43
39180 Log: three guesses on what this is :-)