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.2 Development release working toward v5.8
33 ____________________________________________________________________________
34 [ 11865] By: jhi on 2001/09/04 13:36:58
35 Log: Add the \[$@%&*] prototype support.
37 ! op.c pod/perlsub.pod t/comp/proto.t
38 ____________________________________________________________________________
39 [ 11864] By: jhi on 2001/09/04 13:10:38
40 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
41 From: Michael G Schwern <schwern@pobox.com>
42 Date: Mon, 3 Sep 2001 18:59:01 -0400
43 Message-ID: <20010903185901.Z9233@blackrider>
46 ____________________________________________________________________________
47 [ 11863] By: jhi on 2001/09/04 13:06:39
48 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
49 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
50 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
51 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
54 ____________________________________________________________________________
55 [ 11862] By: jhi on 2001/09/04 13:05:23
56 Log: More srand entry tweakage based on Randal's suggestion.
59 ____________________________________________________________________________
60 [ 11861] By: jhi on 2001/09/04 12:48:14
61 Log: Subject: [PATCH] 'main' *is* a reserved word
62 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63 Date: Mon, 3 Sep 2001 22:55:41 +0200
64 Message-ID: <20010903225541.A24097@rafael>
67 ____________________________________________________________________________
68 [ 11860] By: jhi on 2001/09/04 12:46:30
69 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
70 From: Peter Prymmer <pvhp@best.com>
71 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
72 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
74 ! README.vms configure.com
75 ____________________________________________________________________________
76 [ 11859] By: jhi on 2001/09/04 12:44:29
77 Log: Subject: Re: A slightly better default seed?
78 From: Michael G Schwern <schwern@pobox.com>
79 Date: Mon, 3 Sep 2001 18:08:15 -0400
80 Message-ID: <20010903180815.W9233@blackrider>
83 ____________________________________________________________________________
84 [ 11858] By: jhi on 2001/09/04 12:41:59
85 Log: Add sharedsv.o to microperl object files.
88 ____________________________________________________________________________
89 [ 11857] By: jhi on 2001/09/04 12:27:51
90 Log: AUTHORS updates and
92 Subject: [PATCH] Just some preening :-)
93 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
94 Date: Tue, 4 Sep 2001 14:16:59 +0100
95 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
97 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
98 ____________________________________________________________________________
99 [ 11856] By: jhi on 2001/09/04 12:09:43
100 Log: Typo fix and slight rewording.
103 ____________________________________________________________________________
104 [ 11855] By: jhi on 2001/09/04 12:04:16
105 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
108 ____________________________________________________________________________
109 [ 11854] By: jhi on 2001/09/03 20:12:21
110 Log: The helper file changed name.
113 ____________________________________________________________________________
114 [ 11853] By: gbarr on 2001/09/03 20:00:00
115 Log: Update to Scalar-List-Utils 1.03
117 + ext/List/Util/t/shuffle.t
118 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
119 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
120 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
121 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
122 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
123 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
124 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
125 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
126 ____________________________________________________________________________
127 [ 11852] By: jhi on 2001/09/03 19:50:57
128 Log: Make crypt() do something more sane for Unicode
129 (take crypt() of the low eight bits of the characters,
130 instead of taking crypt() of the UTF-8 of the scalar);
131 add a test for crypt().
134 ! MANIFEST pod/perlfunc.pod pp.c
135 ____________________________________________________________________________
136 [ 11851] By: jhi on 2001/09/03 19:19:35
137 Log: Reorganize the srand entry.
140 ____________________________________________________________________________
141 [ 11850] By: jhi on 2001/09/03 18:54:51
142 Log: Remove the tests that assume something about
143 calling srand() without arguments multiple times.
146 ____________________________________________________________________________
147 [ 11849] By: jhi on 2001/09/03 18:15:16
148 Log: Upgrade to Math::BigInt 1.42.
150 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
151 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
152 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
153 ! lib/Math/BigInt/t/mbimbf.t
154 ____________________________________________________________________________
155 [ 11848] By: gsar on 2001/09/03 17:07:54
156 Log: integrate change#11847 from maint-5.6
158 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
161 ____________________________________________________________________________
162 [ 11847] By: gsar on 2001/09/03 16:47:54
163 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
164 Branch: maint-5.6/perl
166 ____________________________________________________________________________
167 [ 11846] By: jhi on 2001/09/03 15:12:58
168 Log: As far as I can tell these functions have been Unicodified.
171 ____________________________________________________________________________
172 [ 11845] By: jhi on 2001/09/03 15:11:27
173 Log: Update to Storable 1.0.13.
175 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
176 ! ext/Storable/Storable.xs
177 ____________________________________________________________________________
178 [ 11844] By: jhi on 2001/09/03 12:42:06
179 Log: Patch the Filter::Simple test to work with
180 the core test suite (since the FilterTest.pm
181 is in t/lib, not in lib).
183 ! lib/Filter/Simple/t/filter.t
184 ____________________________________________________________________________
185 [ 11843] By: jhi on 2001/09/03 12:39:11
186 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
188 + t/lib/FilterTest.pm
190 ____________________________________________________________________________
191 [ 11842] By: jhi on 2001/09/03 12:17:30
192 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
193 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
196 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
197 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
198 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
199 + lib/Switch/t/nested.t lib/Switch/t/switch.t
200 + lib/Text/Balanced/Changes lib/Text/Balanced/README
201 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
202 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
203 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
204 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
205 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
206 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
207 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
208 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
209 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
210 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
211 ! MANIFEST lib/Attribute/Handlers.pm
212 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
213 ! lib/Attribute/Handlers/demo/Demo.pm
214 ! lib/Attribute/Handlers/demo/Descriptions.pm
215 ! lib/Attribute/Handlers/demo/MyClass.pm
216 ! lib/Attribute/Handlers/demo/demo.pl
217 ! lib/Attribute/Handlers/demo/demo2.pl
218 ! lib/Attribute/Handlers/demo/demo3.pl
219 ! lib/Attribute/Handlers/demo/demo4.pl
220 ! lib/Attribute/Handlers/demo/demo_call.pl
221 ! lib/Attribute/Handlers/demo/demo_chain.pl
222 ! lib/Attribute/Handlers/demo/demo_cycle.pl
223 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
224 ! lib/Attribute/Handlers/demo/demo_phases.pl
225 ! lib/Attribute/Handlers/demo/demo_range.pl
226 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
227 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
228 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
229 ! lib/Text/Balanced.pm
230 ____________________________________________________________________________
231 [ 11841] By: sky on 2001/09/03 11:04:15
232 Log: Forgot to add a file with Change #11840
235 ____________________________________________________________________________
236 [ 11840] By: sky on 2001/09/03 11:02:04
237 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
238 From: Michael G Schwern <schwern@pobox.com>
239 Date: Mon, 3 Sep 2001 07:43:00 -0400
240 Message-ID: <20010903074300.E9233@blackrider>
242 ! MANIFEST pod/perlfunc.pod t/op/rand.t
243 ____________________________________________________________________________
244 [ 11839] By: sky on 2001/09/03 10:47:11
245 Log: Document the changes with regards to running of END blocks.
246 And DESTROY on global objects are called in perl_destruct()!
248 ! pod/perl572delta.pod pod/perlembed.pod
249 ____________________________________________________________________________
250 [ 11838] By: sky on 2001/09/03 09:34:44
251 Log: Subject: [PATCH t/op/time.t] Partial cleanup
252 From: Michael G Schwern <schwern@pobox.com>
253 Date: Mon, 3 Sep 2001 06:29:42 -0400
254 Message-ID: <20010903062942.C9233@blackrider>
257 ____________________________________________________________________________
258 [ 11837] By: sky on 2001/09/03 09:30:02
259 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
260 From: Michael G Schwern <schwern@pobox.com>
261 Date: Mon, 3 Sep 2001 06:24:13 -0400
262 Message-ID: <20010903062413.B9233@blackrider>
265 ____________________________________________________________________________
266 [ 11836] By: sky on 2001/09/03 07:56:47
267 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
268 From: Michael G Schwern <schwern@pobox.com>
269 Date: Sun, 2 Sep 2001 21:38:43 -0400
270 Message-ID: <20010902213843.L2711@blackrider>
272 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
274 ____________________________________________________________________________
275 [ 11835] By: nick on 2001/09/03 06:20:06
276 Log: Integrate mainline
278 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
280 !> (integrate 187 files)
281 ____________________________________________________________________________
282 [ 11834] By: jhi on 2001/09/02 13:07:53
285 ! Changes patchlevel.h
286 ____________________________________________________________________________
287 [ 11833] By: jhi on 2001/09/02 12:59:05
291 ____________________________________________________________________________
292 [ 11832] By: jhi on 2001/09/02 12:41:12
293 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
295 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
296 ____________________________________________________________________________
297 [ 11831] By: sky on 2001/09/02 12:10:42
298 Log: Change #11828 wasn't complete, this updates to intest path
301 ____________________________________________________________________________
302 [ 11830] By: jhi on 2001/09/02 11:56:18
306 ____________________________________________________________________________
307 [ 11829] By: jhi on 2001/09/02 11:54:22
310 ! Changes patchlevel.h
311 ____________________________________________________________________________
312 [ 11828] By: sky on 2001/09/02 11:53:56
313 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
314 From: Michael G Schwern <schwern@pobox.com>
315 Date: Sat, 1 Sep 2001 20:18:58 -0400
316 Message-ID: <20010901201858.X606@blackrider>
320 - t/op/misc.t t/run/segfault.t
322 ____________________________________________________________________________
323 [ 11827] By: jhi on 2001/09/02 11:46:47
324 Log: Subject: [PATCH] lib/Time/Local.pm
325 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
326 Date: Sun, 2 Sep 2001 06:50:01 -0500
327 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
330 ____________________________________________________________________________
331 [ 11826] By: jhi on 2001/09/02 11:40:49
332 Log: Tick off Unicode collation and the normalization from
336 ____________________________________________________________________________
337 [ 11825] By: jhi on 2001/09/02 11:16:24
338 Log: Update to Unicode 3.1.1.
340 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
341 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
342 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
343 ! lib/unicore/PropList.txt lib/unicore/README.perl
344 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
345 ! lib/unicore/rename lib/unicore/version
346 ____________________________________________________________________________
347 [ 11824] By: jhi on 2001/09/02 10:32:30
348 Log: Slight doc tweaks for the module.
351 ____________________________________________________________________________
352 [ 11823] By: jhi on 2001/09/02 10:02:20
353 Log: Rename the variable: it *used* to be (wrongly) that the
354 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
355 but that is no more the case: PL_reg_match_utf8 is better.
357 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
358 ! regexec.c sv.c thrdvar.h
359 ____________________________________________________________________________
360 [ 11822] By: ams on 2001/09/02 02:54:50
361 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
362 From: Ilmari Karonen <iltzu@sci.fi>
363 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
364 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
365 (op/sub_lval.t updated to take new error message into account.)
367 ! op.c t/op/sub_lval.t
368 ____________________________________________________________________________
369 [ 11821] By: gsar on 2001/09/02 01:06:30
370 Log: remove stray CRs in files; keep all files with UNIX line-ends
371 (Porting/makerel adds CRs to the files that need it in the
374 ! NetWare/t/NWScripts.pl README.dos
375 ! ext/Encode/Encode/cns11643-1.enc
376 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
377 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
378 ____________________________________________________________________________
379 [ 11820] By: gsar on 2001/09/02 00:56:44
380 Log: some remnants of change#11803
382 ! ext/ByteLoader/byterun.h perl.h
383 ____________________________________________________________________________
384 [ 11819] By: jhi on 2001/09/01 23:40:36
385 Log: Update to Unicode::Collate 0.08.
387 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
388 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
389 ____________________________________________________________________________
390 [ 11818] By: jhi on 2001/09/01 23:02:09
394 ____________________________________________________________________________
395 [ 11817] By: pudge on 2001/09/01 22:36:29
397 Branch: maint-5.6/macperl
399 ____________________________________________________________________________
400 [ 11816] By: pudge on 2001/09/01 22:15:09
401 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
402 warnings in Config.pm with -W; increase default and
403 minimum RAM; bump version number.
404 Branch: maint-5.6/macperl
405 + macos/lib/Mac/LowMem.pm
406 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
407 ! macos/configpm macos/macperl/MacPerl.r
408 ____________________________________________________________________________
409 [ 11815] By: pudge on 2001/09/01 22:10:49
410 Log: Make syntax check report in MPW style, fix tests
411 to use Mac::err=unix to get normal-style error
413 Branch: maint-5.6/macperl
414 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
415 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
416 ____________________________________________________________________________
417 [ 11814] By: pudge on 2001/09/01 22:09:08
418 Log: Make MPW-style errors optional (but the default); add
419 MacPerl::ErrorFormat() function and Mac::err pragma
420 Branch: maint-5.6/macperl
421 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
422 + macos/ext/Mac/err/err.xs
423 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
424 ! macos/macish.c macos/macish.h macos/macperl.sym
425 ____________________________________________________________________________
426 [ 11813] By: pudge on 2001/09/01 22:01:40
427 Log: More module and test ports from Thomas Wegner et al
428 Branch: maint-5.6/macperl
429 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
430 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
431 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
433 ____________________________________________________________________________
434 [ 11812] By: sky on 2001/09/01 17:19:30
435 Log: Subject: [PATCH t/op/concat.t] cleanup
436 From: Michael G Schwern <schwern@pobox.com>
437 Date: Sat, 1 Sep 2001 14:06:28 -0400
438 Message-ID: <20010901140628.C606@blackrider>
441 ____________________________________________________________________________
442 [ 11811] By: sky on 2001/09/01 12:25:29
443 Log: Change #11805 didn't update the MANIFEST
446 ____________________________________________________________________________
447 [ 11810] By: sky on 2001/09/01 11:52:44
448 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
449 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
450 Date: Sat, 1 Sep 2001 14:50:14 +0200
451 Message-ID: <20010901145014.A691@rafael>
454 ____________________________________________________________________________
455 [ 11809] By: sky on 2001/09/01 11:49:22
456 Log: Subject: PATCH: ExtUtils::MakeMaker
457 From: Tony Bowden <tony@kasei.com>
458 Date: Sat, 1 Sep 2001 10:33:53 +0100
459 Message-ID: <20010901103353.A13863@soto.kasei.com>
462 ! lib/ExtUtils/MakeMaker.pm
463 ____________________________________________________________________________
464 [ 11808] By: sky on 2001/09/01 11:39:13
465 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
466 From: mike808@users.sourceforge.net
467 Date: Sat, 1 Sep 101 11:27:50 GMT
468 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
472 ____________________________________________________________________________
473 [ 11807] By: ams on 2001/09/01 11:31:16
474 Log: Subject: oct() and hex()
475 From: Nicholas Clark <nick@ccl4.org>
476 Date: Fri, 31 Aug 2001 23:14:13 +0100
477 Message-Id: <20010831231413.J4950@plum.flirble.org>
480 ____________________________________________________________________________
481 [ 11806] By: pudge on 2001/09/01 00:04:52
482 Log: Integrate change 11801 from maintperl
483 Branch: maint-5.6/macperl
485 ____________________________________________________________________________
486 [ 11805] By: sky on 2001/08/31 21:35:10
487 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
488 From: Michael G Schwern <schwern@pobox.com>
489 Date: Fri, 31 Aug 2001 15:36:28 -0400
490 Message-ID: <20010831153628.B598@blackrider>
491 Check for things which used to segfault
494 ____________________________________________________________________________
495 [ 11804] By: gsar on 2001/08/31 21:02:54
496 Log: integrate change#11801 from maint-5.6
498 remove age-old UNICOS "workaround" that introduces a static, and
499 hence an egregious race condition for threaded builds (*sigh*
500 beats me why this kludge wasn't guarded by a UNICOS-specific
504 ____________________________________________________________________________
505 [ 11803] By: gsar on 2001/08/31 20:58:38
506 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
510 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
511 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
512 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
513 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
514 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
515 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
516 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
517 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
518 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
519 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
520 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
521 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
522 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
523 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
524 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
525 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
526 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
527 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
528 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
529 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
530 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
531 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
532 ____________________________________________________________________________
533 [ 11802] By: ams on 2001/08/31 18:11:32
534 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
535 From: "Philip Newton" <Philip.Newton@gmx.net>
536 Date: Fri, 31 Aug 2001 21:12:56 +0200
537 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
540 ____________________________________________________________________________
541 [ 11801] By: gsar on 2001/08/31 17:49:03
542 Log: remove age-old UNICOS "workaround" that introduces a static, and
543 hence an egregious race condition for threaded builds (*sigh*
544 beats me why this kludge wasn't guarded by a UNICOS-specific
546 Branch: maint-5.6/perl
548 ____________________________________________________________________________
549 [ 11800] By: sky on 2001/08/31 17:30:26
550 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
551 Might break on platforms where bool is larger than 8 bites ???
554 ____________________________________________________________________________
555 [ 11799] By: ams on 2001/08/31 12:15:44
556 Log: Integrate 11778 into mainline.
559 ____________________________________________________________________________
560 [ 11798] By: sky on 2001/08/31 11:31:44
561 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
565 ____________________________________________________________________________
566 [ 11797] By: sky on 2001/08/31 11:28:17
567 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
568 From: "John P. Linderman" <jpl@research.att.com>
569 Date: Fri, 31 Aug 2001 08:20:35 -0400
570 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
571 Fixes test 14 which could fail randomly in rare cases.
573 ! ext/Time/HiRes/HiRes.t regcomp.c
574 ____________________________________________________________________________
575 [ 11796] By: ams on 2001/08/31 01:13:07
576 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
577 From: Nicholas Clark <nick@ccl4.org>
578 Date: Thu, 30 Aug 2001 23:21:50 +0100
579 Message-Id: <20010830232150.D4950@plum.flirble.org>
581 ! ext/Sys/Syslog/Makefile.PL
582 ____________________________________________________________________________
583 [ 11795] By: ams on 2001/08/30 23:53:23
584 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
586 From: Michael G Schwern <schwern@pobox.com>
587 Date: Thu, 30 Aug 2001 17:02:08 -0400
588 Message-Id: <20010830170208.M2318@blackrider>
591 ____________________________________________________________________________
592 [ 11794] By: ams on 2001/08/30 19:35:36
593 Log: Subject: [PATCH] pp_modulo
594 From: Nicholas Clark <nick@ccl4.org>
595 Date: Thu, 30 Aug 2001 18:20:54 +0100
596 Message-Id: <20010830182053.A4950@plum.flirble.org>
598 ! pp.c t/op/64bitint.t
599 ____________________________________________________________________________
600 [ 11793] By: sky on 2001/08/30 13:02:48
601 Log: 11792 wasn't complete
603 ! makedef.pl regcomp.c
604 ____________________________________________________________________________
605 [ 11792] By: sky on 2001/08/30 12:21:11
606 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
609 ____________________________________________________________________________
610 [ 11791] By: sky on 2001/08/30 10:08:02
611 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
614 ____________________________________________________________________________
615 [ 11790] By: sky on 2001/08/30 08:22:31
616 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
617 on the pad. Fixes coredumps in cleanups introduced by
621 ____________________________________________________________________________
622 [ 11789] By: sky on 2001/08/29 19:01:47
623 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
624 This is a replacement implmentation that works on HPUX.
625 This bug should probably be fixed in GCC.
627 ! ext/Socket/Socket.xs
628 ____________________________________________________________________________
629 [ 11788] By: ams on 2001/08/29 17:35:33
630 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
631 From: Nicholas Clark <nick@ccl4.org>
632 Date: Wed, 29 Aug 2001 18:21:56 +0100
633 Message-Id: <20010829182156.O4950@plum.flirble.org>
635 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
636 ____________________________________________________________________________
637 [ 11787] By: sky on 2001/08/29 10:42:54
638 Log: Added test for pack_addr_in and unpack_addr_in
641 ! ext/Socket/Socket.t
642 ____________________________________________________________________________
643 [ 11786] By: sky on 2001/08/29 10:28:14
644 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
645 Trying to catch errors on HP-UX
647 ! ext/Socket/Socket.t
648 ____________________________________________________________________________
649 [ 11785] By: sky on 2001/08/29 09:07:03
650 Log: make sure USE_THREADS is defined so external apps work
653 ____________________________________________________________________________
654 [ 11784] By: sky on 2001/08/29 08:06:12
655 Log: Subject: Re: The hitlist of untested modules.
656 From: Jonathan Stowe <gellyfish@gellyfish.com>
657 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
658 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
659 Start of tests for Shell.pm (make Schwern poorer!)
663 ____________________________________________________________________________
664 [ 11783] By: sky on 2001/08/29 07:37:50
665 Log: END{} can change the return value even if we die from BEGIN{}
668 ____________________________________________________________________________
669 [ 11782] By: ams on 2001/08/29 06:32:17
670 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
671 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
672 Date: Wed, 29 Aug 2001 09:18:17 +0200
673 Message-Id: <20010829091817.A4453@rafael>
676 ____________________________________________________________________________
677 [ 11781] By: pudge on 2001/08/29 02:28:33
678 Log: Delete xsubpp.patch, as full copy exists now
679 Branch: maint-5.6/macperl
681 ____________________________________________________________________________
682 [ 11780] By: pudge on 2001/08/29 02:26:03
683 Log: Add Changes file
684 Branch: maint-5.6/macperl
686 ____________________________________________________________________________
687 [ 11779] By: pudge on 2001/08/29 02:23:11
688 Log: Add Mac version of xsubpp as separate file
689 Branch: maint-5.6/macperl
692 ____________________________________________________________________________
693 [ 11778] By: pudge on 2001/08/29 02:14:57
694 Log: Fix open of /dev/null for Mac OS
695 Branch: maint-5.6/macperl
697 ____________________________________________________________________________
698 [ 11777] By: pudge on 2001/08/29 02:12:52
699 Log: Various patches: enable more tests; skip CVS in PerlInstall;
700 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
701 Branch: maint-5.6/macperl
702 ! macos/MacPerlTests.cmd macos/PerlInstall
703 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
704 ____________________________________________________________________________
705 [ 11776] By: pudge on 2001/08/29 02:11:42
706 Log: Allow for platforms to override formatting of errors
707 on output from Matthias Neeracher (Mac files)
708 Branch: maint-5.6/macperl
709 ! macos/macish.c macos/macish.h
710 ____________________________________________________________________________
711 [ 11775] By: pudge on 2001/08/29 01:59:32
712 Log: Allow for platforms to override formatting of errors
713 on output from Matthias Neeracher (core files)
714 Branch: maint-5.6/macperl
715 ! perl.h pp_ctl.c util.c
716 ____________________________________________________________________________
717 [ 11774] By: pudge on 2001/08/29 01:29:43
718 Log: Add some param checking, from reports by Kevin Reid.
719 Branch: maint-5.6/macperl
720 ! macos/ext/Mac/Controls/Controls.pm
721 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
722 ____________________________________________________________________________
723 [ 11773] By: ams on 2001/08/28 23:54:57
724 Log: Subject: [PATCH] make coretest
725 From: Paul Johnson <paul@pjcj.net>
726 Date: Wed, 29 Aug 2001 00:11:38 +0200
727 Message-Id: <20010829001138.B12169@pjcj.net>
728 (Applied without the change to perlhack.pod. This should
729 probably stay undocumented.)
732 ____________________________________________________________________________
733 [ 11772] By: sky on 2001/08/28 13:01:20
734 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
735 From: Michael G Schwern <schwern@pobox.com>
736 Date: Tue, 28 Aug 2001 09:57:39 -0400
737 Message-ID: <20010828095738.E17775@blackrider>
739 ! pod/perlhack.pod t/op/pack.t
740 ____________________________________________________________________________
741 [ 11771] By: sky on 2001/08/28 11:20:13
742 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
743 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
744 Date: Tue, 28 Aug 2001 14:23:43 +0200
745 Message-ID: <20010828142343.A19299@rafael>
747 ! pod/perlvar.pod pp_ctl.c
748 ____________________________________________________________________________
749 [ 11770] By: ams on 2001/08/28 10:13:21
750 Log: Subject: [PATCH] odd typo in op.h
751 From: Nicholas Clark <nick@ccl4.org>
752 Date: Tue, 28 Aug 2001 12:10:26 +0100
753 Message-Id: <20010828121026.V4950@plum.flirble.org>
756 ____________________________________________________________________________
757 [ 11769] By: sky on 2001/08/28 08:09:16
758 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
759 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
760 Date: Tue, 28 Aug 2001 02:22:20 +0300
761 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
764 ____________________________________________________________________________
765 [ 11768] By: ams on 2001/08/28 00:47:35
766 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
767 From: Michael G Schwern <schwern@pobox.com>
768 Date: Mon, 27 Aug 2001 21:24:44 -0400
769 Message-Id: <20010827212444.F12582@blackrider>
771 ! pod/perlhack.pod t/op/pack.t
772 ____________________________________________________________________________
773 [ 11767] By: ams on 2001/08/27 23:59:48
774 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
775 From: Michael G Schwern <schwern@pobox.com>
776 Date: Mon, 27 Aug 2001 20:12:29 -0400
777 Message-Id: <20010827201229.D12582@blackrider>
779 ! pod/perlhack.pod t/op/pack.t
780 ____________________________________________________________________________
781 [ 11766] By: ams on 2001/08/27 23:39:40
785 ____________________________________________________________________________
786 [ 11765] By: ams on 2001/08/27 22:53:10
787 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
788 From: Michael G Schwern <schwern@pobox.com>
789 Date: Mon, 27 Aug 2001 19:47:30 -0400
790 Message-Id: <20010827194730.C12582@blackrider>
793 ____________________________________________________________________________
794 [ 11764] By: ams on 2001/08/27 22:46:21
795 Log: Subject: [PATCH] new tests for the coderef-in-@INC
796 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
797 Date: Mon, 27 Aug 2001 22:36:27 +0200
798 Message-Id: <20010827223627.C690@rafael>
800 Subject: Re: [PATCH] new tests for the coderef-in-@INC
801 From: Nicholas Clark <nick@ccl4.org>
802 Date: Tue, 28 Aug 2001 00:02:46 +0100
803 Message-Id: <20010828000245.R4950@plum.flirble.org>
807 ____________________________________________________________________________
808 [ 11763] By: ams on 2001/08/27 22:41:09
809 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
810 bleadperl on fire, Win95+4NT)
811 From: Michael G Schwern <schwern@pobox.com>
812 Date: Mon, 27 Aug 2001 16:54:42 -0400
813 Message-Id: <20010827165442.F9436@blackrider>
816 ____________________________________________________________________________
817 [ 11762] By: sky on 2001/08/27 19:19:17
818 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
819 avaible at compile time. This broke the compilation of
823 ____________________________________________________________________________
824 [ 11761] By: sky on 2001/08/27 18:34:48
825 Log: Removed tripple definitions of CUSTOM_OP functions.
827 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
828 ____________________________________________________________________________
829 [ 11760] By: sky on 2001/08/27 18:21:27
832 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
834 ____________________________________________________________________________
835 [ 11759] By: ams on 2001/08/27 16:31:53
836 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
837 From: "chromatic" <chromatic@rmci.net>
838 Date: Mon, 27 Aug 2001 11:17:09 -0600
839 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
841 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
842 ____________________________________________________________________________
843 [ 11758] By: sky on 2001/08/27 15:16:42
844 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
845 Thanks to H. Merijn Brand for the patch.
846 Some of the comments and or guards might be removable in perl.h now.
848 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
849 ! Porting/Glossary Porting/config_H README.threads config_h.SH
850 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
851 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
852 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
853 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
854 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
855 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
856 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
857 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
858 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
859 ! win32/config_H.vc win32/perllib.c win32/win32.h
860 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
861 ! wince/config.h wince/config_H.ce wince/win32.h
862 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
863 ____________________________________________________________________________
864 [ 11757] By: sky on 2001/08/27 13:39:16
865 Log: Subject: GNU ld parses arguments different
866 From: H.Merijn Brand <h.m.brand@hccnet.nl>
867 Date: Mon, 27 Aug 2001 16:25:51 +0200
868 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
871 ____________________________________________________________________________
872 [ 11756] By: sky on 2001/08/27 13:18:45
873 Log: Subject: Custom Ops
874 From: Simon Cozens <simon@netthink.co.uk>
875 Date: Sat, 25 Aug 2001 17:45:09 +0100
876 Message-ID: <20010825174509.A5752@netthink.co.uk>
877 I also added a fix to Opcode.pm to quite test cases.
879 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
880 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
881 ____________________________________________________________________________
882 [ 11755] By: sky on 2001/08/27 05:37:17
883 Log: Plugs a memory leak on destruction of regular expressions
885 PL_regex_padav now has an AV as it's first entry with a list
886 of freed regex_padav slots that it will reuse on creating
890 ____________________________________________________________________________
891 [ 11754] By: ams on 2001/08/26 14:38:52
892 Log: Subject: [PATCH] t/io/binmode.t
893 From: Nicholas Clark <nick@ccl4.org>
894 Date: Sun, 26 Aug 2001 12:03:05 +0100
895 Message-Id: <20010826120305.C4950@plum.flirble.org>
897 (Also a nitpick in #11752 to t/op/universal.t)
899 ! t/io/binmode.t t/op/universal.t
900 ____________________________________________________________________________
901 [ 11753] By: ams on 2001/08/26 08:19:34
902 Log: Subject: [PATCH] op/universal.t failing
903 From: Nicholas Clark <nick@ccl4.org>
904 Date: Sun, 26 Aug 2001 09:48:22 +0100
905 Message-Id: <20010826094822.B4950@plum.flirble.org>
908 ____________________________________________________________________________
909 [ 11752] By: ams on 2001/08/25 22:46:13
910 Log: Subject: Re: 'can' with undefined subs
911 From: Tony Bowden <tony@kasei.com>
912 Date: Sat, 25 Aug 2001 14:58:17 +0100
913 Message-Id: <20010825145817.A11788@soto.kasei.com>
914 (Applied with minor modifications.)
917 ____________________________________________________________________________
918 [ 11751] By: ams on 2001/08/25 18:28:43
919 Log: Subject: Re: 'can' with undefined subs
920 From: Tony Bowden <tony@kasei.com>
921 Date: Sat, 25 Aug 2001 15:13:14 +0100
922 Message-Id: <20010825151314.B11788@soto.kasei.com>
925 ____________________________________________________________________________
926 [ 11750] By: nick on 2001/08/25 15:24:15
927 Log: Integrate mainline
930 !> (integrate 26 files)
931 ____________________________________________________________________________
932 [ 11749] By: nick on 2001/08/25 14:55:41
933 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
934 From: John Peacock <jpeacock@rowman.com>
935 Date: Wed, 22 Aug 2001 12:05:28 -0400
936 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
939 ____________________________________________________________________________
940 [ 11748] By: nick on 2001/08/25 14:53:04
941 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
942 From: Michael G Schwern <schwern@pobox.com>
943 Date: Wed, 22 Aug 2001 19:22:45 -0400
944 Message-Id: <20010822192245.U619@blackrider>
947 ____________________________________________________________________________
948 [ 11747] By: nick on 2001/08/25 14:52:33
949 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
950 From: Nicholas Clark <nick@ccl4.org>
951 Date: Wed, 22 Aug 2001 23:29:06 +0100
952 Message-Id: <20010822232906.Z82818@plum.flirble.org>
955 ! perlio.c pod/perlfunc.pod
956 ____________________________________________________________________________
957 [ 11744] By: nick on 2001/08/25 14:37:33
958 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
959 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
960 Date: Fri, 24 Aug 2001 22:10:42 +0200
961 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
963 ! x2p/a2py.c x2p/walk.c
964 ____________________________________________________________________________
965 [ 11743] By: nick on 2001/08/25 14:32:47
966 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
967 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
968 Date: Fri, 24 Aug 2001 23:34:13 +0200
969 Message-Id: <20010824233413.A1285@rafael>
971 ! pod/perlfunc.pod pod/perlvar.pod
972 ____________________________________________________________________________
973 [ 11742] By: ams on 2001/08/25 13:16:02
974 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
975 From: Nicholas Clark <nick@ccl4.org>
976 Date: Sat, 25 Aug 2001 14:50:07 +0100
977 Message-Id: <20010825145007.L41464@plum.flirble.org>
980 ____________________________________________________________________________
981 [ 11741] By: nick on 2001/08/24 07:08:45
982 Log: When applying patch via Porting/apply fails, do p4 refresh
983 to get old files back.
986 ____________________________________________________________________________
987 [ 11740] By: ams on 2001/08/24 04:47:24
988 Log: #11739 was incomplete.
991 ____________________________________________________________________________
992 [ 11739] By: ams on 2001/08/24 04:09:40
993 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
994 From: "Philip Newton" <Philip.Newton@gmx.net>
995 Date: Fri, 24 Aug 2001 07:08:34 +0200
998 ____________________________________________________________________________
999 [ 11738] By: ams on 2001/08/24 02:19:42
1000 Log: Fixed Doug Wilson's email address.
1003 ____________________________________________________________________________
1004 [ 11737] By: ams on 2001/08/24 00:10:13
1005 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
1006 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1007 Date: Thu, 23 Aug 2001 22:22:58 +0200
1008 Message-Id: <20010823222258.A901@rafael>
1011 ____________________________________________________________________________
1012 [ 11736] By: ams on 2001/08/24 00:05:02
1013 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
1014 From: "Craig A. Berry" <craigberry@mac.com>
1015 Date: Thu, 23 Aug 2001 19:07:45 -0500
1016 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
1019 ____________________________________________________________________________
1020 [ 11735] By: sky on 2001/08/23 13:42:07
1021 Log: Backed out 11732, it breaks lib/strict.t
1024 ____________________________________________________________________________
1025 [ 11734] By: sky on 2001/08/23 11:45:59
1026 Log: Removed toy from 17133 after Matt Sargeants request.
1029 ____________________________________________________________________________
1030 [ 11733] By: sky on 2001/08/23 11:36:29
1031 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
1032 From: Robin Houston <robin@kitsite.com>
1033 Date: Wed, 22 Aug 2001 23:06:16 +0100
1034 Message-ID: <20010822230616.A254@robin.kitsite.com>
1037 ____________________________________________________________________________
1038 [ 11732] By: sky on 2001/08/23 10:36:02
1039 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
1040 From: Simon Cozens <simon@netthink.co.uk>
1041 Date: Thu, 23 Aug 2001 12:06:36 +0100
1042 Message-ID: <20010823120636.A9961@netthink.co.uk>
1045 ____________________________________________________________________________
1046 [ 11731] By: gsar on 2001/08/23 03:58:58
1047 Log: fix broken windows build
1050 ____________________________________________________________________________
1051 [ 11730] By: ams on 2001/08/22 21:35:30
1052 Log: Subject: [PATCH] io/tell.t doesn't chdir t
1053 From: Nicholas Clark <nick@ccl4.org>
1054 Date: Wed, 22 Aug 2001 23:25:58 +0100
1055 Message-Id: <20010822232557.Y82818@plum.flirble.org>
1058 ____________________________________________________________________________
1059 [ 11729] By: ams on 2001/08/22 20:32:21
1060 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1062 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1063 Date: Wed, 22 Aug 2001 17:09:04 -0400
1064 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1065 (Oops, forgot File::Spec::Unix in the previous patch.)
1067 ! lib/File/Spec/Unix.pm
1068 ____________________________________________________________________________
1069 [ 11728] By: ams on 2001/08/22 20:25:41
1070 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1072 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1073 Date: Wed, 22 Aug 2001 17:09:04 -0400
1074 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1077 ____________________________________________________________________________
1078 [ 11727] By: ams on 2001/08/22 19:43:30
1079 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
1080 From: John Peacock <jpeacock@rowman.com>
1081 Date: Wed, 22 Aug 2001 12:35:52 -0400
1082 Message-Id: <3B83DF68.5D89DC81@rowman.com>
1083 (Adds proper tests for $], notwithstanding Subject. +nitpick)
1086 ____________________________________________________________________________
1087 [ 11726] By: ams on 2001/08/22 19:36:39
1088 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
1089 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
1090 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
1091 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
1093 ! lib/diagnostics.pm lib/diagnostics.t
1094 ____________________________________________________________________________
1095 [ 11725] By: ams on 2001/08/22 19:25:01
1096 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
1097 From: Nicholas Clark <nick@ccl4.org>
1098 Date: Wed, 22 Aug 2001 20:59:05 +0100
1099 Message-Id: <20010822205905.U82818@plum.flirble.org>
1101 ! pp.c t/op/64bitint.t t/op/arith.t
1102 ____________________________________________________________________________
1103 [ 11724] By: ams on 2001/08/22 10:02:33
1104 Log: Subject: Configure blooper
1105 From: H.Merijn Brand <h.m.brand@hccnet.nl>
1106 Date: Wed, 22 Aug 2001 12:38:35 +0200
1107 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
1110 ____________________________________________________________________________
1111 [ 11723] By: ams on 2001/08/21 16:17:53
1112 Log: Subject: [PATCH] installperl -help
1113 From: Nicholas Clark <nick@ccl4.org>
1114 Date: Tue, 21 Aug 2001 17:34:23 +0100
1115 Message-Id: <20010821173423.F82818@plum.flirble.org>
1118 ____________________________________________________________________________
1119 [ 11722] By: ams on 2001/08/20 07:46:31
1120 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
1121 From: Ilmari Karonen <iltzu@sci.fi>
1122 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
1123 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
1126 ____________________________________________________________________________
1127 [ 11721] By: nick on 2001/08/20 06:24:31
1128 Log: Integrate mainline
1130 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
1131 +> lib/Lingua/KO/Hangul/Util/Changes
1132 +> lib/Lingua/KO/Hangul/Util/README
1133 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1134 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1135 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1136 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1137 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1138 +> lib/Unicode/Normalize/t/test.t
1139 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
1140 !> (integrate 55 files)
1141 ____________________________________________________________________________
1142 [ 11720] By: pudge on 2001/08/19 19:00:16
1143 Log: Integrate Change #11599 from maint-5.6/perl
1144 Branch: maint-5.6/macperl
1146 ____________________________________________________________________________
1147 [ 11719] By: ams on 2001/08/18 21:21:42
1148 Log: Add Porting/apply to MANIFEST.
1151 ____________________________________________________________________________
1152 [ 11718] By: sky on 2001/08/18 14:38:01
1153 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
1154 Better solution would be to make 5005threaded perl use
1155 the same system as ithreads do
1158 ____________________________________________________________________________
1159 [ 11717] By: jhi on 2001/08/18 14:24:42
1160 Log: New try for ID 20010407.006: detach the semantics
1161 "was the last match target UTF8" into its own variable.
1163 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
1164 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
1165 ____________________________________________________________________________
1166 [ 11716] By: jhi on 2001/08/18 12:11:14
1167 Log: UTF8 flag should be meaningful only when POK.
1170 ____________________________________________________________________________
1171 [ 11715] By: sky on 2001/08/18 11:45:16
1172 Log: USE_THREADS and USE_ITHREADS are never true at the same time
1175 ____________________________________________________________________________
1176 [ 11714] By: jhi on 2001/08/18 06:03:24
1177 Log: Retract #11712 for now. The real fix would probably
1178 be something like making PL_reg_sv a copy (PV + UTF8)
1179 of the matched/substituted string (note: not just a SvPOK
1180 string, for example the stringified form of a ROK would
1181 be applicable) Beware of leaks.
1183 ! pp_hot.c t/op/pat.t
1184 ____________________________________________________________________________
1185 [ 11713] By: jhi on 2001/08/18 03:22:42
1186 Log: UTF8 wasn't printing for PVMGs.
1189 ____________________________________________________________________________
1190 [ 11712] By: jhi on 2001/08/18 03:22:24
1191 Log: (Retracted by #11714)
1193 Okay analysis, debatable fix. (The fix will inc
1194 the refcount of all temporary match objects,
1195 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
1196 which will then cause griping at untie() time
1197 ("inner references remain").
1199 Fix for ID 20010407.006: PL_reg_sv got wiped out
1200 by freetemps if the match target was a temporary
1201 (like function_call() =~ /.../), which in turn meant
1202 that the $1 et al stopped working if they had UTF-8
1203 in them. Therefore bump up the refcount of PL_reg_sv.
1205 ! pp_hot.c t/op/pat.t
1206 ____________________________________________________________________________
1207 [ 11711] By: ams on 2001/08/17 20:32:08
1208 Log: Subject: [PATCH] doesn't compile, was perl@11710
1209 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1210 Date: Fri, 17 Aug 2001 23:21:10 +0200
1211 Message-Id: <20010817232110.C7041@rafael>
1214 ____________________________________________________________________________
1215 [ 11710] By: jhi on 2001/08/17 14:26:57
1216 Log: Update Changes.
1218 ! Changes patchlevel.h
1219 ____________________________________________________________________________
1220 [ 11709] By: jhi on 2001/08/17 13:47:53
1221 Log: Upgrade to libnet 1.0704.
1223 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
1224 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
1225 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
1226 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
1227 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
1228 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
1229 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
1230 ____________________________________________________________________________
1231 [ 11708] By: sky on 2001/08/17 13:34:04
1232 Log: Let perl_clone copy PL_exit_flags
1235 ____________________________________________________________________________
1236 [ 11707] By: sky on 2001/08/17 12:28:41
1237 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
1239 ! sharedsv.c sharedsv.h
1240 ____________________________________________________________________________
1241 [ 11706] By: jhi on 2001/08/17 11:59:28
1242 Log: The metaconfig unit change for #11705.
1243 Branch: metaconfig/U/perl
1245 ____________________________________________________________________________
1246 [ 11705] By: jhi on 2001/08/17 11:58:48
1247 Log: Allow the threads extension to be found if present.
1250 ____________________________________________________________________________
1251 [ 11704] By: nick on 2001/08/17 11:47:54
1252 Log: Mail -> change script (pre-alpha)
1255 ____________________________________________________________________________
1256 [ 11703] By: sky on 2001/08/17 07:11:24
1257 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
1258 Thanks to Tom Hospel for pointing out my error.
1261 ____________________________________________________________________________
1262 [ 11702] By: sky on 2001/08/17 04:18:11
1263 Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
1265 ! embed.pl miniperlmain.c perl.c perl.h proto.h
1266 ____________________________________________________________________________
1267 [ 11701] By: jhi on 2001/08/17 03:22:38
1268 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
1269 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
1271 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1272 + lib/Lingua/KO/Hangul/Util/README
1273 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1274 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1275 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1276 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1277 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1278 + lib/Unicode/Normalize/t/test.t
1280 ____________________________________________________________________________
1281 [ 11700] By: jhi on 2001/08/17 02:58:59
1282 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
1283 Date: Thu, 16 Aug 2001 22:46:15 -0500
1284 From: "Craig A. Berry" <craigberry@mac.com>
1285 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
1287 ! configure.com numeric.c
1288 ____________________________________________________________________________
1289 [ 11699] By: jhi on 2001/08/17 02:33:00
1290 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
1291 of the usual suspects (like getpwent) but not for others
1292 (like localtime and rand). The _r versions are available
1293 for all of them, so let's use them.
1296 ____________________________________________________________________________
1297 [ 11698] By: jhi on 2001/08/17 01:53:02
1298 Log: (Accidental apply; thankfully empty.)
1301 ____________________________________________________________________________
1302 [ 11697] By: jhi on 2001/08/17 01:50:55
1303 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
1304 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1305 Date: Thu, 16 Aug 2001 16:27:49 +0100
1306 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
1308 ! regexec.c t/op/re_tests
1309 ____________________________________________________________________________
1310 [ 11696] By: jhi on 2001/08/17 01:50:01
1311 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
1312 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1313 Date: Thu, 16 Aug 2001 18:50:01 +0100
1314 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
1316 ! pp_hot.c t/op/pat.t
1317 ____________________________________________________________________________
1318 [ 11695] By: jhi on 2001/08/17 01:49:12
1319 Log: Subject: [PATCH] *time_r again
1320 From: "Arthur Bergman" <arthur@contiller.se>
1321 Date: Thu, 16 Aug 2001 16:01:54 +0200
1322 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
1325 ____________________________________________________________________________
1326 [ 11694] By: jhi on 2001/08/17 01:47:53
1327 Log: system() and backtick error handling cleanup from Craig A. Berry.
1330 ____________________________________________________________________________
1331 [ 11693] By: gsar on 2001/08/17 01:07:21
1332 Log: change#10334 leaks memory, copies string when it doesn't
1336 ____________________________________________________________________________
1337 [ 11692] By: jhi on 2001/08/16 12:22:29
1338 Log: One more twist to the sprintf + utf8 testing.
1341 ____________________________________________________________________________
1342 [ 11691] By: jhi on 2001/08/16 11:46:02
1343 Log: Fix for 20010407.008 sprintf removes utf8-ness.
1346 ____________________________________________________________________________
1347 [ 11690] By: jhi on 2001/08/16 11:31:00
1348 Log: Subject: [PATCH] *time_r fixes
1349 From: "Arthur Bergman" <arthur@contiller.se>
1350 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
1351 Date: Thu, 16 Aug 2001 14:22:27 +0200
1354 ____________________________________________________________________________
1355 [ 11689] By: jhi on 2001/08/16 11:29:30
1356 Log: Upgrade to CGI.pm 2.77.
1358 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
1359 ! lib/CGI/t/function.t
1360 ____________________________________________________________________________
1361 [ 11688] By: jhi on 2001/08/16 01:07:21
1362 Log: Document the bytes-to-Unicode upgrading.
1364 ! pod/perlunicode.pod
1365 ____________________________________________________________________________
1366 [ 11687] By: jhi on 2001/08/16 00:29:29
1367 Log: Add a test for Unicode sprintf.
1370 ____________________________________________________________________________
1371 [ 11686] By: jhi on 2001/08/16 00:20:40
1372 Log: Add Unicode tests for index/rindex.
1375 ____________________________________________________________________________
1376 [ 11685] By: jhi on 2001/08/15 22:51:53
1377 Log: Document a bit the art of minimizing the installation,
1378 based on the p5p discussion.
1381 ____________________________________________________________________________
1382 [ 11684] By: nick on 2001/08/15 15:03:31
1383 Log: Integrate mainline
1385 +> sharedsv.c sharedsv.h
1386 !> (integrate 53 files)
1387 ____________________________________________________________________________
1388 [ 11683] By: jhi on 2001/08/15 13:49:07
1389 Log: Update Changes.
1391 ! Changes patchlevel.h
1392 ____________________________________________________________________________
1393 [ 11682] By: jhi on 2001/08/15 13:26:00
1394 Log: The #11673 necessitated a test tweak.
1397 ____________________________________________________________________________
1398 [ 11681] By: jhi on 2001/08/15 13:12:50
1399 Log: Also UNICOS is in the general case unable to silently
1400 handle fp overflows.
1403 ____________________________________________________________________________
1404 [ 11680] By: jhi on 2001/08/15 13:05:15
1405 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
1406 NV_EPSILON #defined.
1409 ____________________________________________________________________________
1410 [ 11679] By: jhi on 2001/08/15 12:48:32
1411 Log: Re-establish the fp overflow detection for VAX VMS; there
1412 is no easy way to have the IEEE fp silent overflow semantics.
1413 (in Alpha VMS we still will use IEEE fp by default-- but it
1414 is still possible to configure Perl to use G_FLOAT)
1417 ____________________________________________________________________________
1418 [ 11678] By: jhi on 2001/08/15 12:27:41
1419 Log: Subject: [PATCH] pp_lock
1420 From: "Arthur Bergman" <arthur@contiller.se>
1421 Date: Wed, 15 Aug 2001 11:52:16 +0200
1422 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
1425 ____________________________________________________________________________
1426 [ 11677] By: jhi on 2001/08/15 12:26:44
1427 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
1428 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1429 Date: Wed, 15 Aug 2001 11:32:11 +0100
1430 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
1432 ! regcomp.c t/op/re_tests
1433 ____________________________________________________________________________
1434 [ 11676] By: jhi on 2001/08/15 12:25:29
1435 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
1436 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1437 Date: Wed, 15 Aug 2001 10:33:49 +0100
1438 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
1440 ! regexec.c t/op/re_tests
1441 ____________________________________________________________________________
1442 [ 11675] By: jhi on 2001/08/15 03:28:20
1443 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
1444 From: Barrie Slaymaker <barries@slaysys.com>
1445 Date: Tue, 14 Aug 2001 14:32:25 -0400
1446 Message-ID: <20010814143225.A19822@jester.slaysys.com>
1448 ! lib/File/Spec.t lib/File/Spec/Unix.pm
1449 ____________________________________________________________________________
1450 [ 11674] By: jhi on 2001/08/15 03:25:32
1451 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
1452 From: Peter Prymmer <pvhp@forte.com>
1453 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
1454 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
1456 ! README.vms configure.com
1457 ____________________________________________________________________________
1458 [ 11673] By: jhi on 2001/08/15 03:16:14
1459 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
1460 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1461 Date: Tue, 14 Aug 2001 21:23:27 +0200
1462 Message-ID: <20010814212327.A1919@rafael>
1465 ____________________________________________________________________________
1466 [ 11672] By: jhi on 2001/08/15 03:15:25
1467 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
1468 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1469 Date: Tue, 14 Aug 2001 22:30:11 +0200
1470 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
1472 Combination of nmake, quoting, and Perl expanded $( in here-doc.
1474 ! ext/SDBM_File/Makefile.PL
1475 ____________________________________________________________________________
1476 [ 11671] By: jhi on 2001/08/14 13:44:40
1480 ____________________________________________________________________________
1481 [ 11670] By: jhi on 2001/08/14 13:10:36
1482 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
1483 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1484 Date: Mon, 13 Aug 2001 23:15:01 +0200
1485 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
1488 ____________________________________________________________________________
1489 [ 11669] By: jhi on 2001/08/14 13:07:09
1490 Log: Subject: [PATCH] [b-]showlex.t
1491 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1492 Date: Sun, 12 Aug 2001 22:24:51 +0200
1493 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
1495 The 4nt command shell will expand the % in command line
1496 no matter what quoting is attempted, changed the % to @.
1499 ____________________________________________________________________________
1500 [ 11668] By: jhi on 2001/08/14 13:01:02
1501 Log: Subject: [PATCH] magic.t
1502 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1503 Date: Sun, 12 Aug 2001 20:49:27 +0200
1504 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
1507 ____________________________________________________________________________
1508 [ 11667] By: jhi on 2001/08/14 12:35:17
1509 Log: Add sharedsv* to the DOSish platforms; plus add
1510 some WinCE files to the list of DOSish files.
1512 ! NetWare/Makefile Porting/makerel win32/Makefile
1513 ! win32/makefile.mk wince/Makefile.ce
1514 ____________________________________________________________________________
1515 [ 11666] By: jhi on 2001/08/14 12:29:57
1516 Log: More DOSish files.
1519 ____________________________________________________________________________
1520 [ 11665] By: jhi on 2001/08/14 12:27:58
1521 Log: Strip CRs from the WinCE files. Now we need to
1522 figure out in which CRs are really needed: probably
1523 Makefile.ce and the README files, at least, probably
1524 also the registry.bat.
1526 ! wince/Makefile.ce wince/README.compile wince/README.perlce
1527 ! wince/config.h wince/include/cectype.h wince/include/errno.h
1528 ! wince/include/sys/stat.h wince/include/sys/types.h
1529 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
1530 ! wince/perldll.def wince/registry.bat wince/wince.h
1531 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
1532 ____________________________________________________________________________
1533 [ 11664] By: jhi on 2001/08/14 12:05:09
1534 Log: Add some files to DOSish and writables.
1537 ____________________________________________________________________________
1538 [ 11663] By: jhi on 2001/08/14 03:08:07
1539 Log: Compile failure message tidying.
1542 ____________________________________________________________________________
1543 [ 11662] By: jhi on 2001/08/14 01:41:22
1544 Log: The new sharedsv* should be exported only if usethreads.
1547 ____________________________________________________________________________
1548 [ 11661] By: jhi on 2001/08/14 00:25:30
1549 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
1550 From: Peter Prymmer <pvhp@forte.com>
1551 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
1552 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
1555 ____________________________________________________________________________
1556 [ 11660] By: jhi on 2001/08/13 12:54:54
1557 Log: Update Changes.
1559 ! Changes patchlevel.h
1560 ____________________________________________________________________________
1561 [ 11659] By: jhi on 2001/08/13 12:45:21
1562 Log: Subject: [PATHC] sharedsv.[c|h]
1563 From: "Artur Bergman" <artur@contiller.se>
1564 Date: Mon, 13 Aug 2001 14:38:41 +0200
1565 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
1567 Subject: [PATCH] embed.pl
1568 From: Arthur Bergman <arthur@contiller.se>
1569 Date: Mon, 13 Aug 2001 14:38:14 +0200
1570 Message-ID: <B79D96D6.3088%arthur@contiller.se>
1572 Subject: [PATCH] sharedsv cleanups
1573 From: "Arthur Bergman" <arthur@contiller.se>
1574 Date: Mon, 13 Aug 2001 15:14:25 +0200
1575 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
1577 Plus few tweaks: _init needs to be Adp, the prototypes
1578 should not be revealed unless using ithreads, #endif FOO
1579 must be #endif /* FOO */, adding (parentheses) around
1580 do { } while doesn't work too well.
1582 + sharedsv.c sharedsv.h
1583 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
1584 ! perl.h perlapi.c pod/perlapi.pod proto.h
1585 ____________________________________________________________________________
1586 [ 11658] By: jhi on 2001/08/13 12:00:08
1587 Log: Subject: Re: END {} blocks run in perl_run
1588 From: Arthur Bergman <arthur@contiller.se>
1589 Date: Mon, 13 Aug 2001 11:11:30 +0200
1590 Message-ID: <B79D6661.3068%arthur@contiller.se>
1593 ____________________________________________________________________________
1594 [ 11657] By: nick on 2001/08/13 09:03:02
1595 Log: Integrate mainline
1597 +> (branch 326 files)
1598 - (delete 330 files)
1599 !> (integrate 85 files)
1600 ____________________________________________________________________________
1601 [ 11656] By: jhi on 2001/08/12 23:24:18
1602 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
1603 and the Perl will be built to do that by default (adding that
1604 will break scripts having non-UTF-8 binary data, such as Latin-1.)
1606 ! op.c toke.c utf8.h
1607 ____________________________________________________________________________
1608 [ 11655] By: jhi on 2001/08/12 23:05:14
1609 Log: Unnecessary downgrades.
1612 ____________________________________________________________________________
1613 [ 11654] By: jhi on 2001/08/12 22:56:47
1614 Log: Failure not true anymore (probably caused by my broken setup).
1617 ____________________________________________________________________________
1618 [ 11653] By: jhi on 2001/08/12 22:46:12
1619 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
1622 ! op.h pp_ctl.c regcomp.c
1623 ____________________________________________________________________________
1624 [ 11652] By: jhi on 2001/08/12 22:30:04
1625 Log: There is no IN_UTF8.
1628 ____________________________________________________________________________
1629 [ 11651] By: jhi on 2001/08/12 21:08:06
1630 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
1632 ! op.c op.h pp_ctl.c regcomp.c
1633 ____________________________________________________________________________
1634 [ 11650] By: jhi on 2001/08/12 20:17:32
1635 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
1639 ____________________________________________________________________________
1640 [ 11649] By: jhi on 2001/08/12 18:45:52
1641 Log: Todo updates and fixes.
1644 ____________________________________________________________________________
1645 [ 11648] By: jhi on 2001/08/12 18:43:50
1646 Log: Mark tests (and one module) having explicit Latin-1
1647 (and one file having explicit UTF-8) with an explicit
1648 'no utf8' (and one explicit 'use utf8').
1650 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
1652 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
1653 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
1654 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
1655 ____________________________________________________________________________
1656 [ 11647] By: jhi on 2001/08/12 17:10:22
1657 Log: Subject: SV: END {} blocks run in perl_run
1658 From: "Arthur Bergman" <arthur@contiller.se>
1659 Date: Sun, 12 Aug 2001 00:34:28 +0200
1660 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
1662 ! miniperlmain.c perl.c
1663 ____________________________________________________________________________
1664 [ 11646] By: jhi on 2001/08/12 16:59:00
1665 Log: Typos in #11645.
1668 ____________________________________________________________________________
1669 [ 11645] By: jhi on 2001/08/12 16:55:31
1670 Log: On ithreads default to use_reentrant except on naturally
1671 threadsafe platforms.
1674 ____________________________________________________________________________
1675 [ 11644] By: jhi on 2001/08/12 15:45:43
1676 Log: (Hopefully) a fix for 20010723.004: make install needs
1677 write permission in build directory. The problem was
1678 probably caused by overeager sprinkling of the lib/re.pm
1679 dependencies (which was done to guarantee lib/re.pm being
1680 uptodate for parallel makes: now solved by funneling that
1681 through an explicit recursive make in the preplibrary target).
1684 ____________________________________________________________________________
1685 [ 11643] By: jhi on 2001/08/12 14:16:44
1686 Log: Dispell the "use utf8" superstition.
1688 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
1689 ! pod/perlunicode.pod
1690 ____________________________________________________________________________
1691 [ 11642] By: jhi on 2001/08/12 13:56:42
1692 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
1693 From: "Abigail" <abigail@foad.org>
1694 Date: Sat, 11 Aug 2001 23:49:49 +0200
1695 Message-ID: <20010811214950.23255.qmail@foad.org>
1698 ____________________________________________________________________________
1699 [ 11641] By: jhi on 2001/08/12 13:56:18
1700 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
1701 From: Abhijit Menon-Sen <ams@wiw.org>
1702 Date: Sat, 11 Aug 2001 06:18:19 +0530
1703 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
1706 ____________________________________________________________________________
1707 [ 11640] By: jhi on 2001/08/12 13:45:58
1708 Log: Test for change #11639.
1711 ____________________________________________________________________________
1712 [ 11639] By: jhi on 2001/08/12 13:42:03
1713 Log: Subject: Re: Can't localize *FH, then tie it
1714 From: Abhijit Menon-Sen <ams@wiw.org>
1715 Date: Sun, 12 Aug 2001 16:08:06 +0530
1716 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
1719 ____________________________________________________________________________
1720 [ 11638] By: jhi on 2001/08/12 03:30:07
1721 Log: Drop all the unnecessary "use utf8" clauses and some of
1722 the unnecessary "use bytes" ones.
1724 TODO: scour the documentation for unnecessary "use utf8"
1725 and prominently display it in perldelta when the time comes.
1726 ("use utf8" should be necessary ONLY if one wants the script
1727 to be in UTF-8.) Also should be checked in some non-ASCII
1728 non-Latin-1 platform, like EBCDIC.
1730 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
1731 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
1732 ____________________________________________________________________________
1733 [ 11637] By: jhi on 2001/08/11 17:55:36
1734 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
1735 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
1736 in Unicode handling.
1739 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
1740 ____________________________________________________________________________
1741 [ 11636] By: jhi on 2001/08/11 17:14:06
1742 Log: Thinko: we want the flags for native cc, not gcc.
1745 ____________________________________________________________________________
1746 [ 11635] By: jhi on 2001/08/11 15:14:48
1747 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
1748 From: Robin Houston <robin@kitsite.com>
1749 Date: Fri, 10 Aug 2001 14:42:02 +0100
1750 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
1753 ____________________________________________________________________________
1754 [ 11634] By: jhi on 2001/08/11 14:59:22
1755 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
1756 From: Abhijit Menon-Sen <ams@wiw.org>
1757 Date: Sat, 11 Aug 2001 16:31:04 +0530
1758 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
1761 ____________________________________________________________________________
1762 [ 11633] By: jhi on 2001/08/11 14:58:07
1763 Log: Get rid of indread, from Abhijit Menon-Sen.
1766 ____________________________________________________________________________
1767 [ 11632] By: jhi on 2001/08/10 23:39:04
1770 ! win32/Makefile win32/makefile.mk
1771 ____________________________________________________________________________
1772 [ 11631] By: jhi on 2001/08/10 23:37:43
1773 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
1775 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1776 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
1777 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
1778 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
1779 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
1780 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
1781 ! win32/Makefile win32/makefile.mk
1782 ____________________________________________________________________________
1783 [ 11630] By: jhi on 2001/08/10 13:53:15
1784 Log: Avoid #elif (less portable than #else #if).
1787 ____________________________________________________________________________
1788 [ 11629] By: jhi on 2001/08/10 13:49:53
1789 Log: Subject: patch for perlvar.pod
1790 From: mah@everybody.org (Mark A. Hershberger)
1791 Date: 08 Aug 2001 17:03:16 -0500
1792 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
1795 ____________________________________________________________________________
1796 [ 11628] By: jhi on 2001/08/10 13:45:48
1797 Log: cpp commands must start (the # must be) at the column #0.
1800 ____________________________________________________________________________
1801 [ 11627] By: jhi on 2001/08/10 13:41:07
1802 Log: If using gcc -B/foo/bar makedepend would give
1803 unnecessary warnings about unused -B/foo/bar.
1806 ____________________________________________________________________________
1807 [ 11626] By: jhi on 2001/08/09 14:56:29
1808 Log: Update Changes.
1810 ! Changes patchlevel.h
1811 ____________________________________________________________________________
1812 [ 11625] By: jhi on 2001/08/09 14:54:05
1816 ____________________________________________________________________________
1817 [ 11624] By: jhi on 2001/08/09 14:52:52
1821 ____________________________________________________________________________
1822 [ 11623] By: jhi on 2001/08/09 14:49:00
1823 Log: Rename lib/unicode files to lib/unicore to avoid
1824 conflicts between core lib/unicode and Unicode::
1825 files in case-ignoring filesystems.
1828 - (delete 324 files)
1829 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
1830 ____________________________________________________________________________
1831 [ 11622] By: jhi on 2001/08/09 13:33:47
1832 Log: Upgrade to Math::BigInt 1.41.
1834 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
1835 ____________________________________________________________________________
1836 [ 11621] By: jhi on 2001/08/09 13:31:20
1837 Log: Subject: [PATCH] remove PL_na from typemap
1838 From: James <james@rf.net>
1839 Date: Mon, 06 Aug 2001 20:23:15 -0700
1840 Message-ID: <3B6F5F23.A31A81B1@rf.net>
1842 (had to be manually applied)
1844 ! lib/ExtUtils/typemap
1845 ____________________________________________________________________________
1846 [ 11620] By: jhi on 2001/08/09 13:27:11
1847 Log: The metaconfig unit changes for #11618.
1848 Branch: metaconfig/U/perl
1849 + d_fpclassl.U i_fp.U
1850 ____________________________________________________________________________
1851 [ 11619] By: jhi on 2001/08/09 13:25:21
1852 Log: Forgot this from #11618.
1854 NOTE: wince/config_H.ce needs updating.
1857 ____________________________________________________________________________
1858 [ 11618] By: jhi on 2001/08/09 13:21:51
1859 Log: Introduce more floating point classifying APIs;
1860 try to define (most importantly) Perl_is{inf,nan}(x).
1862 For this first cut, assume none such APIs exist in non-UNIXoid
1863 platforms-- this is of course too unkind: Win32 rumoredly has
1864 _fpclass() and _isnan(), and VMS/VOS very probably have some
1865 of the APIs available. The only thing Perl uses at the moment
1866 is Perl_isnan() (has been in use for a while now).
1868 NOTE: the Win32 and NetWare config_h.?c need regenerating.
1870 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
1871 ! Porting/config_H config_h.SH configure.com epoc/config.sh
1872 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
1873 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1874 ! vos/config.ga.h win32/config.bc win32/config.gc
1875 ! win32/config.vc win32/config_H.bc win32/config_H.gc
1876 ! win32/config_H.vc wince/config.ce wince/config.h
1877 ____________________________________________________________________________
1878 [ 11617] By: jhi on 2001/08/09 11:08:51
1879 Log: Integrate change #11519 from perlio:
1881 Avoid testing for (non-)existance of "encoding(xxxx)"
1882 layer is called "encoding" the (xxxx) is an argument.
1885 ____________________________________________________________________________
1886 [ 11616] By: nick on 2001/08/09 07:50:24
1887 Log: Integrate mainline
1889 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
1890 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
1891 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
1892 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
1893 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
1894 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
1895 !> (integrate 79 files)
1896 ____________________________________________________________________________
1897 [ 11615] By: nick on 2001/08/09 06:23:44
1898 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
1899 layer is called "encoding" the (xxxx) is an argument.
1902 ____________________________________________________________________________
1903 [ 11614] By: jhi on 2001/08/08 21:50:19
1904 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
1905 From: Paul Johnson <paul@pjcj.net>
1906 Date: Wed, 8 Aug 2001 23:54:17 +0200
1907 Message-ID: <20010808235417.O1006@pjcj.net>
1909 ! ext/B/B/Concise.pm
1910 ____________________________________________________________________________
1911 [ 11613] By: jhi on 2001/08/08 13:22:13
1912 Log: Make VMS use IEEE math by default; reorder Tru64 hints
1913 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
1914 exception semantics) is always set if using (the new) cc.
1916 ! configure.com hints/dec_osf.sh
1917 ____________________________________________________________________________
1918 [ 11612] By: jhi on 2001/08/08 12:14:56
1919 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
1920 From: Abhijit Menon-Sen <ams@wiw.org>
1921 Date: Tue, 7 Aug 2001 17:16:05 +0530
1922 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
1925 ____________________________________________________________________________
1926 [ 11611] By: jhi on 2001/08/08 02:28:58
1927 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
1928 From: "Craig A. Berry" <craigberry@mac.com>
1929 Date: Tue, 07 Aug 2001 22:27:47 -0500
1930 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
1933 ____________________________________________________________________________
1934 [ 11610] By: jhi on 2001/08/08 00:12:00
1935 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
1936 From: "Craig A. Berry" <craigberry@mac.com>
1937 Date: Tue, 07 Aug 2001 20:01:53 -0500
1938 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
1940 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
1941 ____________________________________________________________________________
1942 [ 11609] By: jhi on 2001/08/07 23:49:09
1943 Log: Update the magazine information.
1946 ____________________________________________________________________________
1947 [ 11608] By: jhi on 2001/08/07 23:35:27
1948 Log: Ignore SIGFPE everywhere.
1950 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
1951 ____________________________________________________________________________
1952 [ 11607] By: jhi on 2001/08/07 23:07:04
1953 Log: With permission, change the licensing of the docs by
1954 TomC (and Gnat) to comply with the rest of Perl.
1956 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1957 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1958 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1959 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
1961 ____________________________________________________________________________
1962 [ 11606] By: jhi on 2001/08/07 22:50:04
1963 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
1964 From: Andy Dougherty <doughera@lafayette.edu>
1965 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
1966 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
1969 ____________________________________________________________________________
1970 [ 11605] By: jhi on 2001/08/07 22:49:18
1971 Log: Subject: [PATCH] Makefile.SH test_prep dependency
1972 From: Andy Dougherty <doughera@lafayette.edu>
1973 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
1974 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
1977 ____________________________________________________________________________
1978 [ 11604] By: jhi on 2001/08/07 22:44:35
1979 Log: Don't autogenerate the headers et alia,
1980 make regen_headers explicitly.
1983 ____________________________________________________________________________
1984 [ 11603] By: jhi on 2001/08/07 22:33:48
1985 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
1986 From: Gurusamy Sarathy <gsar@ActiveState.com>
1987 Date: Tue, 07 Aug 2001 08:33:26 -0700
1988 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
1990 Unnecessary dependency.
1993 ____________________________________________________________________________
1994 [ 11602] By: jhi on 2001/08/07 13:52:41
1995 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
1996 From: Abhijit Menon-Sen <ams@wiw.org>
1997 Date: Tue, 7 Aug 2001 09:10:54 +0530
1998 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
2001 ____________________________________________________________________________
2002 [ 11601] By: jhi on 2001/08/07 13:46:33
2003 Log: Subject: [PATCH perl@11597] B && BEGIN handling
2004 From: "James A. Duncan" <jduncan@fotango.com>
2005 Date: Mon, 6 Aug 2001 17:29:11 +0100
2006 Message-ID: <20010806172911.A2071@fotango.com>
2008 (the intrpvar.h addition moved to the end for bincompat)
2010 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
2011 ____________________________________________________________________________
2012 [ 11600] By: jhi on 2001/08/07 11:53:48
2013 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
2016 ____________________________________________________________________________
2017 [ 11599] By: gsar on 2001/08/07 06:31:39
2018 Log: fix URLs for fcrypt.c
2019 Branch: maint-5.6/perl
2021 ____________________________________________________________________________
2022 [ 11598] By: jhi on 2001/08/06 15:02:48
2023 Log: Yet another way to say Infinity: HP-UX calls its "++".
2025 ! lib/Math/BigInt/t/bigintpm.t
2026 ____________________________________________________________________________
2027 [ 11597] By: jhi on 2001/08/06 13:40:01
2028 Log: Update Changes.
2030 ! Changes patchlevel.h
2031 ____________________________________________________________________________
2032 [ 11596] By: jhi on 2001/08/06 13:24:28
2033 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
2036 ____________________________________________________________________________
2037 [ 11595] By: jhi on 2001/08/06 12:51:38
2038 Log: The #11593 wasn't right.
2040 ! lib/Math/BigInt/t/bigintpm.t
2041 ____________________________________________________________________________
2042 [ 11594] By: jhi on 2001/08/06 12:34:15
2043 Log: Subject: [PATCH: perl@11564] introducing perlivp
2044 From: Prymmer/Kahn <pvhp@best.com>
2045 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
2046 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
2048 Subject: Re: [PATCH: perl@11564] introducing perlivp
2049 From: Prymmer/Kahn <pvhp@best.com>
2050 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
2051 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
2054 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
2055 ! win32/Makefile win32/makefile.mk
2056 ____________________________________________________________________________
2057 [ 11593] By: jhi on 2001/08/05 23:10:52
2058 Log: libcs are confused what to call Infinity.
2060 ! lib/Math/BigInt/t/bigintpm.t
2061 ____________________________________________________________________________
2062 [ 11592] By: jhi on 2001/08/05 23:07:50
2063 Log: Avoid SIGFPE in Tru64.
2066 ____________________________________________________________________________
2067 [ 11591] By: jhi on 2001/08/05 22:46:10
2068 Log: Upgrade to Math::BigInt 1.40.
2070 NOTE: this patch necessitates doing something about
2071 infinity handling since the new bigintpm.t tests use
2072 infinity, which causes SIGFPEs at least in Tru64.
2074 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2075 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2076 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2077 ! lib/Math/BigInt/t/mbimbf.t
2078 ____________________________________________________________________________
2079 [ 11590] By: gsar on 2001/08/05 21:57:43
2080 Log: remove hardcoded cmd shell in testsuite
2082 ! t/op/glob.t t/op/magic.t t/op/stat.t
2083 ____________________________________________________________________________
2084 [ 11589] By: gsar on 2001/08/05 21:35:50
2085 Log: 4-arg select() was busted on windows because change#8178 didn't
2086 make it into mainline
2088 ! perl.h win32/include/sys/socket.h
2089 ____________________________________________________________________________
2090 [ 11588] By: jhi on 2001/08/05 19:40:31
2091 Log: Rename the Getopt::Long tests to be as they are
2092 in the Getopt::Long official distribution.
2094 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
2095 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
2096 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2097 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2099 ____________________________________________________________________________
2100 [ 11587] By: jhi on 2001/08/05 19:38:07
2101 Log: Upgrade to Getopt::Long 2.26.
2103 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
2104 ! MANIFEST lib/Getopt/Long.pm
2105 ____________________________________________________________________________
2106 [ 11586] By: jhi on 2001/08/05 19:26:50
2107 Log: Retract #10874 (the hack should be unnecessary by now)
2109 ! lib/Test/Harness.pm
2110 ____________________________________________________________________________
2111 [ 11585] By: gsar on 2001/08/05 16:45:54
2112 Log: avoid temp file littering in tests
2114 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
2115 ____________________________________________________________________________
2116 [ 11584] By: jhi on 2001/08/05 16:42:50
2117 Log: Subject: warning in sv.c: double format, NV arg
2118 From: "Philip Newton" <Philip.Newton@gmx.net>
2119 Date: Sun, 5 Aug 2001 19:41:07 +0200
2120 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
2123 ____________________________________________________________________________
2124 [ 11583] By: gsar on 2001/08/05 16:28:22
2125 Log: fix POSIX.t#13 for windos
2128 ____________________________________________________________________________
2129 [ 11582] By: jhi on 2001/08/05 16:10:59
2130 Log: Add a test for PerlIO::Via.
2132 + ext/PerlIO/t/via.t
2133 ! MANIFEST ext/PerlIO/Via/Via.pm
2134 ____________________________________________________________________________
2135 [ 11581] By: gsar on 2001/08/05 15:00:26
2136 Log: flock() and link() are not available on Windows 9x
2138 ! win32/config_sh.PL
2139 ____________________________________________________________________________
2140 [ 11580] By: jhi on 2001/08/05 13:56:46
2141 Log: Some Tru64 C compilers have C++ components that confuse
2142 the ccversion parsing.
2145 ____________________________________________________________________________
2146 [ 11579] By: jhi on 2001/08/05 13:31:07
2147 Log: (Reintroduce #11125)
2149 Subject: MakeMaker should pass through DEFINE and INC to subdirs
2150 From: Alan Burlison <Alan.Burlison@sun.com>
2151 Date: Tue, 03 Jul 2001 15:20:13 +0100
2152 Message-ID: <3B41D49D.A923D4F9@sun.com>
2154 ! lib/ExtUtils/MM_Unix.pm
2155 ____________________________________________________________________________
2156 [ 11578] By: jhi on 2001/08/05 03:17:20
2157 Log: Little pointer juggling for HP-UX cc to avoid
2158 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
2160 "error 1549: Modifiable lvalue required for assignment operator."
2163 ____________________________________________________________________________
2164 [ 11577] By: jhi on 2001/08/04 18:09:38
2165 Log: Continuation of #11575: SANY_SEEN completely deprecated,
2166 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
2167 plus a fix for the bug.
2169 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
2170 ____________________________________________________________________________
2171 [ 11576] By: jhi on 2001/08/04 17:31:06
2172 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
2173 From: Doug MacEachern <dougm@covalent.net>
2174 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
2175 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
2178 ____________________________________________________________________________
2179 [ 11575] By: jhi on 2001/08/04 17:28:55
2180 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
2181 the new CANY is the \C. The problem reported and the
2182 test case supplied in
2184 Subject: UTF-8 bugs in string length & single line regex matches
2185 From: "Daniel P. Berrange" <dan@berrange.com>
2186 Date: Fri, 3 Aug 2001 11:39:33 +0100
2187 Message-ID: <20010803113932.A19318@berrange.com>
2189 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
2191 ____________________________________________________________________________
2192 [ 11574] By: jhi on 2001/08/04 15:42:34
2193 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
2194 From: Doug MacEachern <dougm@covalent.net>
2195 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
2196 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
2199 ____________________________________________________________________________
2200 [ 11573] By: jhi on 2001/08/04 14:20:26
2201 Log: The #11572 didn't up the test count.
2204 ____________________________________________________________________________
2205 [ 11572] By: jhi on 2001/08/04 14:12:45
2206 Log: Subject: UTF-8 bugs in string length & single line regex matches
2207 From: "Daniel P. Berrange" <dan@berrange.com>
2208 Date: Fri, 3 Aug 2001 11:39:33 +0100
2209 Message-ID: <20010803113932.A19318@berrange.com>
2211 (the mg_length() fix)
2213 ! mg.c t/op/length.t
2214 ____________________________________________________________________________
2215 [ 11571] By: jhi on 2001/08/04 14:10:39
2216 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2217 From: Abhijit Menon-Sen <ams@wiw.org>
2218 Date: Sat, 4 Aug 2001 16:56:35 +0530
2219 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
2222 ____________________________________________________________________________
2223 [ 11570] By: jhi on 2001/08/04 14:09:59
2224 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2225 From: Abhijit Menon-Sen <ams@wiw.org>
2226 Date: Sat, 4 Aug 2001 16:16:03 +0530
2227 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
2230 ____________________________________________________________________________
2231 [ 11569] By: jhi on 2001/08/04 14:09:09
2232 Log: Subject: Re: [patch] refcount re ops
2233 From: Abhijit Menon-Sen <ams@wiw.org>
2234 Date: Sat, 4 Aug 2001 08:54:55 +0530
2235 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
2238 ____________________________________________________________________________
2239 [ 11568] By: jhi on 2001/08/04 14:08:19
2240 Log: Subject: [patch] refcount re ops
2241 From: Doug MacEachern <dougm@covalent.net>
2242 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
2243 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
2246 ____________________________________________________________________________
2247 [ 11567] By: jhi on 2001/08/03 23:52:56
2248 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
2249 From: Doug MacEachern <dougm@covalent.net>
2250 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
2251 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
2254 ____________________________________________________________________________
2255 [ 11566] By: jhi on 2001/08/03 20:45:10
2256 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
2257 From: "Craig A. Berry" <craigberry@mac.com>
2258 Date: Fri, 03 Aug 2001 16:16:16 -0500
2259 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
2262 ____________________________________________________________________________
2263 [ 11565] By: jhi on 2001/08/03 13:46:40
2264 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
2265 From: John Kristian <jmk2001@engineer.com>
2266 Date: Fri, 03 Aug 2001 00:59:08 -0700
2267 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
2270 ____________________________________________________________________________
2271 [ 11564] By: jhi on 2001/08/03 13:25:39
2272 Log: Update Changes.
2274 ! Changes patchlevel.h
2275 ____________________________________________________________________________
2276 [ 11563] By: jhi on 2001/08/03 12:13:17
2277 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
2278 From: "Craig A. Berry" <craigberry@mac.com>
2279 Date: Thu, 02 Aug 2001 23:15:24 -0500
2280 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
2283 ____________________________________________________________________________
2284 [ 11562] By: jhi on 2001/08/03 12:11:57
2285 Log: Subject: [patch] plug PL_cshname leak
2286 From: Doug MacEachern <dougm@covalent.net>
2287 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
2288 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
2291 ____________________________________________________________________________
2292 [ 11561] By: jhi on 2001/08/03 12:10:32
2293 Log: Subject: [patch] plug PL_sh_path leak
2294 From: Doug MacEachern <dougm@covalent.net>
2295 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
2296 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
2299 ____________________________________________________________________________
2300 [ 11560] By: jhi on 2001/08/03 12:09:50
2301 Log: Subject: [patch] plug PL_regex_padav leaks
2302 From: Doug MacEachern <dougm@covalent.net>
2303 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
2304 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
2307 ____________________________________________________________________________
2308 [ 11559] By: jhi on 2001/08/03 12:08:59
2309 Log: Subject: [patch] plug PL_origargv leak
2310 From: Doug MacEachern <dougm@covalent.net>
2311 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
2312 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
2315 ____________________________________________________________________________
2316 [ 11558] By: jhi on 2001/08/03 12:07:58
2317 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2318 From: Abhijit Menon-Sen <ams@wiw.org>
2319 Date: Fri, 3 Aug 2001 06:38:11 +0530
2320 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
2323 ____________________________________________________________________________
2324 [ 11557] By: nick on 2001/08/03 08:17:38
2325 Log: Integrate mainline
2327 +> (branch 47 files)
2328 - lib/Switch/test.pl
2329 !> (integrate 49 files)
2330 ____________________________________________________________________________
2331 [ 11556] By: jhi on 2001/08/02 22:46:22
2332 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
2333 From: "Craig A. Berry" <craigberry@mac.com>
2334 Date: Thu, 02 Aug 2001 12:56:19 -0500
2335 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
2338 ____________________________________________________________________________
2339 [ 11555] By: jhi on 2001/08/02 22:29:34
2340 Log: Be more careful about non-existent files.
2343 ____________________________________________________________________________
2344 [ 11554] By: jhi on 2001/08/02 21:37:27
2345 Log: Subject: [PATCH resend] deparse empty formats
2346 From: Robin Houston <robin@kitsite.com>
2347 Date: Thu, 2 Aug 2001 14:32:36 +0100
2348 Message-ID: <20010802143236.A894@robin.kitsite.com>
2350 ! ext/B/B/Deparse.pm
2351 ____________________________________________________________________________
2352 [ 11553] By: jhi on 2001/08/02 16:37:32
2353 Log: Subject: [patch] ithreads + refto fix improvement
2354 From: Doug MacEachern <dougm@covalent.net>
2355 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
2356 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
2359 ____________________________________________________________________________
2360 [ 11552] By: jhi on 2001/08/02 14:24:26
2361 Log: Readability nit from Abhijit.
2364 ____________________________________________________________________________
2365 [ 11551] By: jhi on 2001/08/02 14:22:31
2366 Log: setproctitle() API version nit from Anton Berezin.
2369 ____________________________________________________________________________
2370 [ 11550] By: jhi on 2001/08/02 13:51:41
2371 Log: Add PerlCE to the docs.
2373 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2374 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2375 ____________________________________________________________________________
2376 [ 11549] By: jhi on 2001/08/02 13:25:43
2377 Log: Integrate the PerlCE (WinCE Perl) port;
2378 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
2380 + README.ce wince/FindExt.pm wince/Makefile.ce
2381 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
2382 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
2383 + wince/bin/search.pl wince/config.ce wince/config.h
2384 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
2385 + wince/dl_win32.xs wince/include/arpa/inet.h
2386 + wince/include/cectype.h wince/include/errno.h
2387 + wince/include/netdb.h wince/include/sys/socket.h
2388 + wince/include/sys/stat.h wince/include/sys/types.h
2389 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
2390 + wince/perl.rc wince/perldll.def wince/perllib.c
2391 + wince/perlmain.c wince/registry.bat wince/runperl.c
2392 + wince/splittree.pl wince/win32.h wince/win32iop.h
2393 + wince/win32thread.c wince/win32thread.h wince/wince.c
2394 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
2395 + wince/xdistclean.ksh wince/xmakediffs.ksh
2396 ! MANIFEST perl.c perl.h perlio.c
2397 ____________________________________________________________________________
2398 [ 11548] By: jhi on 2001/08/02 13:18:08
2399 Log: setproctitle() made simpler. (This assumes the string is
2400 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
2401 should be used. Note len, not len + 1.) BSD-fu from Anton
2405 ____________________________________________________________________________
2406 [ 11547] By: jhi on 2001/08/02 12:49:54
2407 Log: Subject: [PATCH] -Wall cleanup: op.c
2408 From: Richard Soderberg <rs@oregonnet.com>
2409 Date: Thu, 2 Aug 2001 00:17:09 -0700
2410 Message-Id: <200108020717.AAA26895@oregonnet.com>
2412 Subject: [PATCH] -Wall cleanup: sv.c
2413 From: Richard Soderberg <rs@oregonnet.com>
2414 Date: Thu, 2 Aug 2001 00:49:21 -0700
2415 Message-Id: <200108020749.AAA27492@oregonnet.com>
2418 ____________________________________________________________________________
2419 [ 11546] By: jhi on 2001/08/02 00:53:34
2420 Log: Update Changes.
2422 ! Changes patchlevel.h
2423 ____________________________________________________________________________
2424 [ 11545] By: jhi on 2001/08/02 00:48:55
2425 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2426 From: Doug MacEachern <dougm@covalent.net>
2427 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
2428 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
2431 ____________________________________________________________________________
2432 [ 11544] By: jhi on 2001/08/01 23:08:41
2433 Log: The #11541 didn't work under threads.
2436 ____________________________________________________________________________
2437 [ 11543] By: jhi on 2001/08/01 22:46:41
2438 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
2439 From: Hugo <hv@crypt.compulink.co.uk>
2440 Date: Fri, 22 Jun 2001 01:19:08 +0100
2441 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
2443 (Skip tests if accept() failed)
2445 ! ext/IO/lib/IO/t/io_unix.t
2446 ____________________________________________________________________________
2447 [ 11542] By: jhi on 2001/08/01 22:40:09
2448 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
2449 From: "Stian Seeberg" <sseeberg@nimsoft.no>
2450 Date: Mon, 30 Jul 2001 12:28:07 +0200
2451 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
2454 ____________________________________________________________________________
2455 [ 11541] By: jhi on 2001/08/01 22:38:31
2456 Log: Subject: Pluggable optimizer
2457 From: Simon Cozens <simon@netthink.co.uk>
2458 Date: Wed, 1 Aug 2001 13:57:02 -0700
2459 Message-ID: <20010801135702.I10442@netthink.co.uk>
2461 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
2462 ____________________________________________________________________________
2463 [ 11540] By: jhi on 2001/08/01 22:29:54
2464 Log: Subject: [ID 20010801.039] perlre.pod message typo
2465 From: Autrijus Tang <autrijus@geb.elixus.org>
2466 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
2467 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
2470 ____________________________________________________________________________
2471 [ 11539] By: jhi on 2001/08/01 16:32:52
2472 Log: Test for change #11536.
2475 ____________________________________________________________________________
2476 [ 11538] By: jhi on 2001/08/01 16:27:19
2477 Log: More test fixups for #11537.
2479 ! t/lib/warnings/4lint t/lib/warnings/9enabled
2480 ____________________________________________________________________________
2481 [ 11537] By: jhi on 2001/08/01 16:26:25
2482 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2483 From: Doug MacEachern <dougm@covalent.net>
2484 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
2485 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
2487 ! op.c t/TestInit.pm
2488 ____________________________________________________________________________
2489 [ 11536] By: jhi on 2001/08/01 16:08:08
2490 Log: Subject: [patch] ithreads + refto bug
2491 From: Doug MacEachern <dougm@covalent.net>
2492 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
2493 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
2495 (Test in change #11539)
2498 ____________________________________________________________________________
2499 [ 11535] By: jhi on 2001/08/01 16:05:56
2500 Log: Subject: [PATCH: perl@11523] fixups for t/harness
2501 From: Prymmer/Kahn <pvhp@best.com>
2502 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
2503 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
2506 ____________________________________________________________________________
2507 [ 11534] By: jhi on 2001/08/01 16:00:45
2508 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
2509 From: Prymmer/Kahn <pvhp@best.com>
2510 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
2511 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
2513 ! win32/Makefile win32/makefile.mk
2514 ____________________________________________________________________________
2515 [ 11533] By: jhi on 2001/08/01 13:38:29
2516 Log: Need to know the number of tests.
2519 ____________________________________________________________________________
2520 [ 11532] By: jhi on 2001/08/01 13:04:31
2521 Log: Subject: Re: new exit tests on VMS
2522 From: "Craig A. Berry" <craigberry@mac.com>
2523 Date: Tue, 31 Jul 2001 12:19:29 -0500
2524 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
2527 ____________________________________________________________________________
2528 [ 11531] By: jhi on 2001/08/01 12:46:43
2529 Log: Retract #11530 (the dTHX is needed under threads)
2532 ____________________________________________________________________________
2533 [ 11530] By: jhi on 2001/08/01 12:39:35
2534 Log: (Retracted by #11531)
2537 ____________________________________________________________________________
2538 [ 11529] By: jhi on 2001/08/01 12:32:22
2539 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
2540 From: Richard Soderberg <rs@crystalflame.net>
2541 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
2542 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
2545 ____________________________________________________________________________
2546 [ 11528] By: jhi on 2001/08/01 12:18:59
2547 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
2548 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2549 Date: Tue, 31 Jul 2001 05:39:09 -0400
2550 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
2552 (with a note about the case of UV being equal to long long)
2555 ____________________________________________________________________________
2556 [ 11527] By: jhi on 2001/07/31 23:49:04
2557 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
2558 From: "Craig A. Berry" <craigberry@mac.com>
2559 Date: Tue, 31 Jul 2001 14:57:43 -0500
2560 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
2563 ____________________________________________________________________________
2564 [ 11526] By: jhi on 2001/07/31 23:47:57
2567 Subject: [ID 20010116.001] File::Copy truncates orig file
2568 From: arbor@al37al08.telecel.pt
2569 Date: Tue, 16 Jan 2001 11:43:02 GMT
2570 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
2572 (copy($foo, $foo) would truncate $foo)
2574 ! lib/File/Copy.pm lib/File/Copy.t
2575 ____________________________________________________________________________
2576 [ 11525] By: jhi on 2001/07/31 23:01:01
2577 Log: Metaconfig unit change for #11524.
2578 Branch: metaconfig/U/perl
2580 ____________________________________________________________________________
2581 [ 11524] By: jhi on 2001/07/31 23:00:36
2582 Log: Multiple modules didn't work; plus typo fixes.
2585 ____________________________________________________________________________
2586 [ 11523] By: jhi on 2001/07/31 15:29:58
2587 Log: Update Changes.
2589 ! Changes patchlevel.h
2590 ____________________________________________________________________________
2591 [ 11522] By: jhi on 2001/07/31 15:25:35
2595 ____________________________________________________________________________
2596 [ 11521] By: jhi on 2001/07/31 15:19:01
2597 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
2598 From: Dave Mitchell <davem@fdgroup.co.uk>
2599 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
2600 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
2603 ____________________________________________________________________________
2604 [ 11520] By: jhi on 2001/07/31 15:17:43
2608 ____________________________________________________________________________
2609 [ 11519] By: jhi on 2001/07/31 15:17:17
2610 Log: Regen Porting stuff.
2612 ! Porting/Glossary Porting/config.sh Porting/config_H
2613 ____________________________________________________________________________
2614 [ 11518] By: jhi on 2001/07/31 14:16:08
2615 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
2616 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2617 Date: Tue, 31 Jul 2001 05:34:38 -0400
2618 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
2621 ____________________________________________________________________________
2622 [ 11517] By: jhi on 2001/07/31 14:15:01
2623 Log: Metaconfig unit change for #11516.
2624 Branch: metaconfig/U/perl
2626 ____________________________________________________________________________
2627 [ 11516] By: jhi on 2001/07/31 14:14:35
2628 Log: Add -Wall in cflags, not in Configure.
2629 (This way -Wall affects only the core and the core XS,
2630 not user modules' XS. Concern from Paul Marquess,
2631 implementation idea from Andy Dougherty.)
2633 ! Configure cflags.SH
2634 ____________________________________________________________________________
2635 [ 11515] By: jhi on 2001/07/31 13:57:15
2636 Log: Metaconfig unit changes for #11514.
2638 + U/modified/sysman.U
2639 ! U/installdirs/man1dir.U
2640 ____________________________________________________________________________
2641 [ 11514] By: jhi on 2001/07/31 13:56:26
2642 Log: Subject: Configure's detection of system manual
2643 From: Sean Dague <sean@dague.net>
2644 Date: Sun, 13 May 2001 15:53:15 -0400
2645 Message-ID: <20010513155315.A15833@underhill.dague.net>
2648 ____________________________________________________________________________
2649 [ 11513] By: jhi on 2001/07/31 03:23:01
2650 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
2651 From: Autrijus Tang <autrijus@autrijus.org>
2652 Date: Thu, 21 Jun 2001 23:56:48 +0800
2653 Message-Id: <20010621235648.A57340@not.autrijus.org>
2656 ____________________________________________________________________________
2657 [ 11512] By: jhi on 2001/07/31 03:13:35
2658 Log: Subject: Typo in DB_File.pm
2659 From: "Philip Newton" <Philip.Newton@gmx.net>
2660 Date: Tue, 31 Jul 2001 06:19:35 +0200
2661 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
2663 ! ext/DB_File/DB_File.pm
2664 ____________________________________________________________________________
2665 [ 11511] By: jhi on 2001/07/31 03:01:49
2666 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
2667 From: "Stephen P. Potter" <spp@spotter.yi.org>
2668 Date: Wed, 30 May 2001 13:59:34 -0400
2669 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
2672 ____________________________________________________________________________
2673 [ 11510] By: jhi on 2001/07/31 02:13:58
2674 Log: eval "format foo=" would loop indefinitely; reported in
2676 Subject: A load of old rubbish
2677 From: Mike Guy <mjtg@cam.ac.uk>
2678 Date: Mon, 14 May 2001 16:12:22 +0100
2679 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
2681 (The core dumps reported in there already fixed.)
2684 ____________________________________________________________________________
2685 [ 11509] By: jhi on 2001/07/31 00:37:49
2686 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
2688 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
2689 + lib/Switch/t/switch_case.t
2690 - lib/Switch/test.pl
2691 ! MANIFEST lib/Switch.pm
2692 ____________________________________________________________________________
2693 [ 11508] By: jhi on 2001/07/31 00:17:38
2694 Log: Subject: [PATCH @11505] DB_File-1.78
2695 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2696 Date: Mon, 30 Jul 2001 22:54:37 +0100
2697 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
2699 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2700 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2701 ____________________________________________________________________________
2702 [ 11507] By: jhi on 2001/07/30 23:11:10
2703 Log: Explain in more detail why -pipe and -fno-common are good.
2706 ____________________________________________________________________________
2707 [ 11506] By: nick on 2001/07/30 14:32:23
2708 Log: Integrate mainline
2710 !> INSTALL Makefile.SH doio.c hints/darwin.sh
2711 ____________________________________________________________________________
2712 [ 11505] By: jhi on 2001/07/30 14:14:39
2713 Log: Perl hasn't been putting man pages into $prefix/lib for
2714 a long time now; pointed out by Andy Dougherty.
2717 ____________________________________________________________________________
2718 [ 11504] By: jhi on 2001/07/30 14:13:15
2719 Log: Document the extras Configure option.
2722 ____________________________________________________________________________
2723 [ 11503] By: jhi on 2001/07/30 13:52:14
2724 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
2728 ____________________________________________________________________________
2729 [ 11502] By: jhi on 2001/07/30 13:45:27
2730 Log: Doubly guard against invoking CPAN if no extras defined,
2731 pointed out by H. Merijn Brand.
2734 ____________________________________________________________________________
2735 [ 11501] By: pudge on 2001/07/30 12:57:56
2736 Log: Fix O_RDONLY check to check for O_RDONLY.
2737 Branch: maint-5.6/macperl
2739 ____________________________________________________________________________
2740 [ 11500] By: pudge on 2001/07/30 12:41:11
2741 Log: Integrate miscellaneous changes from maint-5.6/perl.
2742 Branch: maint-5.6/macperl
2743 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
2744 ____________________________________________________________________________
2745 [ 11499] By: nick on 2001/07/30 06:52:42
2746 Log: Integrate mainline
2748 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
2749 +> win32/sync_ext.pl
2751 !> (integrate 71 files)
2752 ____________________________________________________________________________
2753 [ 11498] By: jhi on 2001/07/30 03:53:34
2754 Log: Update Changes.
2756 ! Changes patchlevel.h
2757 ____________________________________________________________________________
2758 [ 11497] By: jhi on 2001/07/30 03:45:32
2759 Log: Now Configure -Dextras=Foo::Bar and "make install" will
2760 fetch and install Foo::Bar.
2763 ____________________________________________________________________________
2764 [ 11496] By: jhi on 2001/07/30 03:18:28
2765 Log: Metaconfig unit change for #11495.
2766 Branch: metaconfig/U/perl
2768 ____________________________________________________________________________
2769 [ 11495] By: jhi on 2001/07/30 03:18:01
2770 Log: extras.make, extras.test, and extras.install make targets.
2772 ! Configure Makefile.SH
2773 ____________________________________________________________________________
2774 [ 11494] By: jhi on 2001/07/30 01:37:35
2775 Log: Metaconfig unit change for #11493.
2776 Branch: metaconfig/U/perl
2778 ____________________________________________________________________________
2779 [ 11493] By: jhi on 2001/07/30 01:37:14
2780 Log: Better to have the list of extras in $extras than 'define'.
2783 ____________________________________________________________________________
2784 [ 11492] By: jhi on 2001/07/30 01:33:16
2785 Log: The metaconfig unit change for #11490.
2786 Branch: metaconfig/U/perl
2788 ____________________________________________________________________________
2789 [ 11491] By: jhi on 2001/07/30 01:32:54
2790 Log: Missed from #11490 (the required dependency).
2793 ____________________________________________________________________________
2794 [ 11490] By: jhi on 2001/07/30 01:32:02
2795 Log: Add the support of asking for extra modules or bundles of modules
2796 to be fetched from the CPAN and installed as a part of the Perl
2797 build process. None of this installation is yet really done;
2798 only the list is asked, and saved away in extras.lst for
2799 the build and installation process to worry about later.
2802 ____________________________________________________________________________
2803 [ 11489] By: jhi on 2001/07/29 22:15:25
2804 Log: Beginnings of better Inf and NaN support.
2805 At least toke.c and sv.c still need quite a bit of work.
2808 ____________________________________________________________________________
2809 [ 11488] By: jhi on 2001/07/29 21:18:57
2810 Log: Top-level Makefile didn't honour OPTIMIZE.
2813 ____________________________________________________________________________
2814 [ 11487] By: jhi on 2001/07/29 20:56:04
2815 Log: Update Changes.
2817 ! Changes patchlevel.h
2818 ____________________________________________________________________________
2819 [ 11486] By: jhi on 2001/07/29 20:38:09
2820 Log: Use Search::Dict 1.02 interface for charinfo().
2823 ____________________________________________________________________________
2824 [ 11485] By: jhi on 2001/07/29 20:37:11
2825 Log: Now also allow transforming the read lines before comparing them.
2826 (This will help UnicodeCD.)
2828 ! lib/Search/Dict.pm
2829 ____________________________________________________________________________
2830 [ 11484] By: jhi on 2001/07/29 20:03:13
2831 Log: Remove tiehandle code.
2834 ____________________________________________________________________________
2835 [ 11483] By: jhi on 2001/07/29 19:59:02
2836 Log: Allow specifying a comparison function for Search::Dict::look().
2838 ! lib/Search/Dict.pm
2839 ____________________________________________________________________________
2840 [ 11482] By: jhi on 2001/07/29 18:55:04
2841 Log: Small UnicodeCD tweaks.
2843 ! lib/UnicodeCD.pm lib/UnicodeCD.t
2844 ____________________________________________________________________________
2845 [ 11481] By: jhi on 2001/07/29 17:14:19
2846 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
2847 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2848 Date: Tue, 24 Jul 2001 01:51:32 +0900
2849 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
2851 ! lib/UnicodeCD.pm lib/UnicodeCD.t
2852 ____________________________________________________________________________
2853 [ 11480] By: jhi on 2001/07/29 16:55:58
2854 Log: Subject: [PATCH] installperl
2855 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2856 Date: Fri, 27 Jul 2001 19:05:04 -0700
2857 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
2860 ____________________________________________________________________________
2861 [ 11479] By: jhi on 2001/07/29 16:52:52
2862 Log: Subject: [PATCH] Set proper compatibility versions in core
2863 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2864 Date: Fri, 27 Jul 2001 20:01:49 -0700
2865 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
2868 ____________________________________________________________________________
2869 [ 11478] By: jhi on 2001/07/29 16:50:55
2870 Log: Metaconfig unit change for #11477.
2871 Branch: metaconfig/U/perl
2873 ____________________________________________________________________________
2874 [ 11477] By: jhi on 2001/07/29 16:50:35
2875 Log: Subject: [PATCH] Darwin: -fpic not so good
2876 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
2877 Date: Fri, 27 Jul 2001 18:57:38 -0700
2878 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
2881 ____________________________________________________________________________
2882 [ 11476] By: jhi on 2001/07/29 16:44:03
2883 Log: Subject: [PATCH] Clean up Darwin hints
2884 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
2885 Date: Fri, 27 Jul 2001 19:13:15 -0700
2886 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
2889 ____________________________________________________________________________
2890 [ 11475] By: jhi on 2001/07/29 16:28:45
2891 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
2892 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2893 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
2894 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
2896 ! pod/perlfunc.pod pp.c t/op/split.t
2897 ____________________________________________________________________________
2898 [ 11474] By: jhi on 2001/07/29 16:27:54
2899 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
2900 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2901 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
2902 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
2905 ____________________________________________________________________________
2906 [ 11473] By: jhi on 2001/07/29 16:27:00
2907 Log: Subject: [PATCH] fixes to constant.pm documentation
2908 From: Ilmari Karonen <iltzu@sci.fi>
2909 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
2910 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
2913 ____________________________________________________________________________
2914 [ 11472] By: jhi on 2001/07/28 18:39:03
2915 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
2916 From: "Philip Newton" <Philip.Newton@gmx.net>
2917 Date: Fri, 27 Jul 2001 07:51:10 +0200
2918 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
2921 ____________________________________________________________________________
2922 [ 11471] By: nick on 2001/07/26 06:23:32
2923 Log: Subject: [PATCH] Doc fix for perlguts / threading
2924 From: Arthur Bergman <arthur@contiller.se>
2925 Date: Wed, 25 Jul 2001 11:28:23 +0200
2926 Message-Id: <B7845DD6.2812%arthur@contiller.se>
2929 ____________________________________________________________________________
2930 [ 11470] By: nick on 2001/07/26 06:21:06
2931 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
2932 From: Philip Newton <Philip.Newton@gmx.net>
2933 Date: Wed, 25 Jul 2001 08:19:47 +0200
2934 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
2937 ____________________________________________________________________________
2938 [ 11469] By: nick on 2001/07/26 06:20:25
2939 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
2940 From: Philip Newton <Philip.Newton@gmx.net>
2941 Date: Wed, 25 Jul 2001 08:12:48 +0200
2942 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
2945 ____________________________________________________________________________
2946 [ 11468] By: jhi on 2001/07/25 01:39:11
2950 ____________________________________________________________________________
2951 [ 11467] By: jhi on 2001/07/24 16:05:34
2952 Log: Update Changes.
2954 ! Changes patchlevel.h
2955 ____________________________________________________________________________
2956 [ 11466] By: jhi on 2001/07/24 15:40:28
2957 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
2958 From: "Philip Newton" <Philip.Newton@gmx.net>
2959 Date: Tue, 24 Jul 2001 06:45:55 +0200
2960 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
2963 ____________________________________________________________________________
2964 [ 11465] By: jhi on 2001/07/24 15:37:48
2965 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
2966 From: Peter Prymmer <pvhp@forte.com>
2967 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
2968 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
2970 ! pod/perlport.pod t/io/fs.t vms/test.com
2971 ____________________________________________________________________________
2972 [ 11464] By: jhi on 2001/07/24 02:58:20
2973 Log: Workaround on Cwd bootstrap problem.
2975 ! lib/ExtUtils/MakeMaker.pm
2976 ____________________________________________________________________________
2977 [ 11463] By: jhi on 2001/07/23 23:11:41
2978 Log: When in Rome, quote like the Romans do.
2981 ____________________________________________________________________________
2982 [ 11462] By: jhi on 2001/07/23 23:04:02
2983 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
2984 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2985 Date: Mon, 23 Jul 2001 19:29:49 -0400
2986 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
2989 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
2990 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
2992 ____________________________________________________________________________
2993 [ 11461] By: jhi on 2001/07/23 22:58:15
2994 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
2995 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2996 Date: Mon, 23 Jul 2001 18:43:42 -0400
2997 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
2999 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3000 ____________________________________________________________________________
3001 [ 11460] By: jhi on 2001/07/23 22:54:52
3002 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
3003 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3004 Date: Mon, 23 Jul 2001 18:33:16 -0400
3005 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
3007 ! lib/ExtUtils/MakeMaker.pm
3008 ____________________________________________________________________________
3009 [ 11459] By: jhi on 2001/07/23 22:52:02
3010 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
3011 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3012 Date: Mon, 23 Jul 2001 18:20:35 -0400
3013 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
3015 ! Makefile.SH cflags.SH
3016 ____________________________________________________________________________
3017 [ 11458] By: jhi on 2001/07/23 22:41:19
3018 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
3019 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
3020 Date: Mon, 23 Jul 2001 11:32:17 -0500
3021 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
3023 ! lib/ExtUtils/MakeMaker.pm
3024 ____________________________________________________________________________
3025 [ 11457] By: jhi on 2001/07/23 21:22:36
3026 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
3027 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3028 Date: Mon, 23 Jul 2001 18:13:20 -0400
3029 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
3032 ____________________________________________________________________________
3033 [ 11456] By: jhi on 2001/07/23 21:19:28
3034 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
3035 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3036 Date: Mon, 23 Jul 2001 18:07:40 -0400
3037 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
3040 ____________________________________________________________________________
3041 [ 11455] By: jhi on 2001/07/23 21:13:12
3042 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
3043 From: "Craig A. Berry" <craigberry@mac.com>
3044 Date: Mon, 23 Jul 2001 15:35:06 -0500
3045 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
3048 ____________________________________________________________________________
3049 [ 11454] By: jhi on 2001/07/23 21:09:13
3050 Log: Subject: [PATCH perlfaq9.pod typo]
3051 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
3052 Date: Mon, 23 Jul 2001 07:49:05 -0700
3053 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
3056 ____________________________________________________________________________
3057 [ 11453] By: jhi on 2001/07/23 21:06:42
3058 Log: Subject: win32\sncfnmcs.pl corrections
3059 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3060 Date: Mon, 23 Jul 2001 12:56:54 +0200
3061 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
3063 Rename the script a little bit more sensibly.
3067 ! MANIFEST README.win32
3068 ____________________________________________________________________________
3069 [ 11452] By: jhi on 2001/07/23 17:22:37
3073 ____________________________________________________________________________
3074 [ 11451] By: jhi on 2001/07/23 17:10:52
3075 Log: Metaconfig unit tweak for #11450.
3076 Branch: metaconfig/U/perl
3078 ____________________________________________________________________________
3079 [ 11450] By: jhi on 2001/07/23 17:09:46
3080 Log: Too volatile failsafe check.
3083 ____________________________________________________________________________
3084 [ 11449] By: jhi on 2001/07/23 16:53:59
3085 Log: Further doc tweaks.
3088 ____________________________________________________________________________
3089 [ 11448] By: jhi on 2001/07/23 05:26:50
3093 ____________________________________________________________________________
3094 [ 11447] By: jhi on 2001/07/23 04:57:49
3095 Log: Doc tweakery from Abhijit.
3097 ! Porting/repository.pod
3098 ____________________________________________________________________________
3099 [ 11446] By: jhi on 2001/07/22 15:41:02
3100 Log: An accidental empty line.
3103 ____________________________________________________________________________
3104 [ 11445] By: jhi on 2001/07/22 15:38:30
3105 Log: Missing MANIFESTations.
3108 ____________________________________________________________________________
3109 [ 11444] By: jhi on 2001/07/22 15:30:10
3110 Log: Update Changes.
3112 ! Changes patchlevel.h
3113 ____________________________________________________________________________
3114 [ 11443] By: jhi on 2001/07/22 15:02:11
3115 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
3116 From: Mike Guy <mjtg@cam.ac.uk>
3117 Date: Fri, 20 Jul 2001 16:12:49 +0100
3118 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
3120 ! Porting/pumpkin.pod
3121 ____________________________________________________________________________
3122 [ 11442] By: jhi on 2001/07/22 14:58:33
3123 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3124 From: Peter Prymmer <pvhp@forte.com>
3125 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
3126 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
3129 ____________________________________________________________________________
3130 [ 11441] By: jhi on 2001/07/22 14:54:29
3131 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
3132 From: Michael G Schwern <schwern@pobox.com>
3133 Date: Fri, 20 Jul 2001 20:22:35 -0400
3134 Message-ID: <20010720202235.O4498@blackrider>
3136 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
3138 ____________________________________________________________________________
3139 [ 11440] By: jhi on 2001/07/22 14:51:14
3140 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
3141 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3142 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
3143 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
3145 ! ext/POSIX/POSIX.pod
3146 ____________________________________________________________________________
3147 [ 11439] By: jhi on 2001/07/22 14:49:25
3148 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
3149 From: Mark-Jason Dominus <mjd@plover.com>
3150 Date: Fri, 20 Jul 2001 23:16:54 -0400
3151 Message-ID: <20010721031654.21877.qmail@plover.com>
3153 ! ext/POSIX/POSIX.pod
3154 ____________________________________________________________________________
3155 [ 11438] By: jhi on 2001/07/22 14:41:58
3156 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
3157 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3158 Date: Sun, 22 Jul 2001 14:56:09 +0200
3159 Message-ID: <20010722145609.A766@rafael>
3162 ____________________________________________________________________________
3163 [ 11437] By: jhi on 2001/07/22 14:39:07
3164 Log: Subject: regexec.c #define cleanup
3165 From: Mark-Jason Dominus <mjd@plover.com>
3166 Date: Sat, 21 Jul 2001 18:33:25 -0400
3167 Message-ID: <20010721223325.3069.qmail@plover.com>
3170 ____________________________________________________________________________
3171 [ 11436] By: jhi on 2001/07/22 14:36:43
3172 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
3173 From: Prymmer/Kahn <pvhp@best.com>
3174 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
3175 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
3178 ____________________________________________________________________________
3179 [ 11435] By: jhi on 2001/07/22 00:22:51
3180 Log: Typo in #11432.
3183 ____________________________________________________________________________
3184 [ 11434] By: jhi on 2001/07/21 23:12:26
3185 Log: Integrate (manually) change #11424 from macperl.
3187 ! ext/Filter/t/call.t
3188 ____________________________________________________________________________
3189 [ 11433] By: jhi on 2001/07/21 23:07:43
3190 Log: Integrate change #11408 from macperl.
3192 !> README.macos pod/perlport.pod
3193 ____________________________________________________________________________
3194 [ 11432] By: jhi on 2001/07/21 23:02:30
3195 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
3197 +> macos/MacPerlTests.cmd macos/xsubpp.patch
3198 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3199 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
3201 ____________________________________________________________________________
3202 [ 11431] By: gsar on 2001/07/21 05:03:44
3203 Log: pod/*.t tests not picked up by t/TEST either
3204 Branch: maint-5.6/perl
3206 ____________________________________________________________________________
3207 [ 11430] By: gsar on 2001/07/21 04:58:12
3208 Log: better tweak for change#11429 (windows has both / and \ separated
3209 paths in @INC at that point)
3210 Branch: maint-5.6/perl
3212 ____________________________________________________________________________
3213 [ 11429] By: gsar on 2001/07/21 04:41:15
3214 Log: MacOS pod test tweak needs \Escape
3215 Branch: maint-5.6/perl
3217 ____________________________________________________________________________
3218 [ 11428] By: gsar on 2001/07/21 04:39:34
3219 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
3220 resulting duplicate output, but t/harness isn't)
3221 Branch: maint-5.6/perl
3223 ____________________________________________________________________________
3224 [ 11427] By: gsar on 2001/07/21 04:37:26
3225 Log: t/harness wasn't picking up all the tests
3226 Branch: maint-5.6/perl
3228 ____________________________________________________________________________
3229 [ 11426] By: gsar on 2001/07/21 04:09:26
3230 Log: update MANIFEST for new file
3231 Branch: maint-5.6/perl
3233 ____________________________________________________________________________
3234 [ 11425] By: gsar on 2001/07/21 04:07:46
3235 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
3236 the exception of the macperl/macos/... tree
3237 Branch: maint-5.6/perl
3238 +> t/lib/filefind-taint.t
3239 !> (integrate 72 files)
3240 ____________________________________________________________________________
3241 [ 11424] By: pudge on 2001/07/20 18:55:25
3243 Branch: maint-5.6/macperl
3244 ! macos/bundled_ext/Filter/t/call.t
3245 ____________________________________________________________________________
3246 [ 11423] By: gsar on 2001/07/20 18:38:48
3247 Log: Make perl fork()-safe (in a slightly limited way) even on
3248 platforms that don't have pthread_atfork() (extension of
3249 the fix in change#11151).
3251 Note that this will not help extensions that call fork()
3252 directly in C, or that link to libraries that call fork()
3253 directly. Such cases must be fixed to either call
3254 PerlProc_fork(), or call atfork_lock() in parent before the
3255 calling the function that forks and call atfork_unlock()
3256 in both parent and child immediately after the fork().
3257 (There are no worries if C code calls exec() in the child
3258 immediately after a fork(). Only cases where the child
3259 calls perl's API functions (including New()) after the
3260 fork() are problematic.)
3262 This change also eliminates the use of vfork() from perl,
3263 since all such uses were violating the severe restrictions
3264 on modifying the state of the process between the vfork()
3267 This is a modified version of patches suggested by Abhijit
3268 Menon-Sen and Richard Soderberg.
3270 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
3271 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
3272 ____________________________________________________________________________
3273 [ 11422] By: pudge on 2001/07/20 18:16:37
3274 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
3275 Switch, and Text::Balanced.
3276 Branch: maint-5.6/macperl
3277 + macos/bundled_ext/Filter/Util/Call/Call.pm
3278 + macos/bundled_ext/Filter/Util/Call/Call.xs
3279 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
3280 + macos/bundled_ext/Filter/t/MyFilter.pm
3281 + macos/bundled_ext/Filter/t/call.t
3282 + macos/bundled_ext/Filter/t/filter-util.pl
3283 + macos/bundled_lib/blib/lib/Class/ISA.pm
3284 + macos/bundled_lib/blib/lib/Digest.pm
3285 + macos/bundled_lib/blib/lib/Filter/Simple.pm
3286 + macos/bundled_lib/blib/lib/Switch.pm
3287 + macos/bundled_lib/blib/lib/Text/Balanced.pm
3288 + macos/bundled_lib/blib/lib/Text/Balanced.pod
3289 + macos/bundled_lib/t/Class/ISA/test.pl
3290 + macos/bundled_lib/t/Digest/Digest.t
3291 + macos/bundled_lib/t/Filter/Simple/test.pl
3292 + macos/bundled_lib/t/Switch/test.pl
3293 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
3294 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
3295 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
3296 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
3297 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
3298 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
3299 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
3300 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
3301 ____________________________________________________________________________
3302 [ 11421] By: pudge on 2001/07/20 18:03:28
3303 Log: Add Filter::Util::Call to config/make files; edit utils
3304 to recognize the module (it was descended too far down).
3305 Bump version to 5.6.1a4.
3306 Branch: maint-5.6/macperl
3307 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
3308 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
3309 ! macos/macperl/Makefile.mk macos/xsubpp.patch
3310 ____________________________________________________________________________
3311 [ 11420] By: pudge on 2001/07/20 18:02:05
3312 Log: Make DB_File the default for MLDBM on MacOS.
3313 Branch: maint-5.6/macperl
3314 ! macos/bundled_lib/blib/lib/MLDBM.pm
3315 ____________________________________________________________________________
3316 [ 11419] By: nick on 2001/07/20 14:51:03
3317 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
3318 From: Simon Cozens <simon@netthink.co.uk>
3319 Date: Fri, 20 Jul 2001 11:42:35 -0400
3320 Message-Id: <20010720114235.A5235@netthink.co.uk>
3323 ____________________________________________________________________________
3324 [ 11418] By: nick on 2001/07/20 14:48:12
3325 Log: Subject: [PATCH regcomp.h] adds a comment
3326 From: Abhijit Menon-Sen <ams@wiw.org>
3327 Date: Fri, 20 Jul 2001 21:05:37 +0530
3328 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
3331 ____________________________________________________________________________
3332 [ 11417] By: nick on 2001/07/20 14:16:38
3333 Log: Subject: [PATCH 5.7.2] INSTALL updates
3334 From: Andy Dougherty <doughera@lafayette.edu>
3335 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
3336 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
3339 ____________________________________________________________________________
3340 [ 11416] By: nick on 2001/07/20 06:44:44
3341 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3342 From: Russ Allbery <rra@stanford.edu>
3343 Date: 19 Jul 2001 15:52:37 -0700
3344 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
3347 ____________________________________________________________________________
3348 [ 11415] By: nick on 2001/07/20 06:35:11
3349 Log: Subject: [PATCH] defer op_seq allocation
3350 From: Abhijit Menon-Sen <ams@wiw.org>
3351 Date: Thu, 19 Jul 2001 22:12:24 +0530
3352 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
3355 ____________________________________________________________________________
3356 [ 11414] By: nick on 2001/07/20 06:23:36
3357 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
3358 From: Abhijit Menon-Sen <ams@wiw.org>
3359 Date: Fri, 20 Jul 2001 01:18:50 +0530
3360 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
3363 ! ext/Time/HiRes/HiRes.xs
3364 ____________________________________________________________________________
3365 [ 11413] By: nick on 2001/07/20 06:18:53
3366 Log: Integrate mainline
3368 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
3369 - t/base/commonsense.t
3370 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
3371 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
3372 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
3373 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
3374 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
3376 ____________________________________________________________________________
3377 [ 11412] By: nick on 2001/07/19 06:44:27
3378 Log: Integrate win32/perlhost.h from maintenance branch.
3379 (Rest of $ENV{PATH} / system() fix.)
3382 ____________________________________________________________________________
3383 [ 11411] By: nick on 2001/07/19 06:41:34
3384 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
3385 From: Philip Newton <Philip.Newton@gmx.net>
3386 Date: Wed, 18 Jul 2001 21:43:57 +0200
3387 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
3390 ____________________________________________________________________________
3391 [ 11410] By: nick on 2001/07/19 06:39:35
3392 Log: Subject: Security hole in taint checking in open()
3393 From: deekoo@tentacle.net
3394 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
3395 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
3398 ____________________________________________________________________________
3399 [ 11409] By: nick on 2001/07/19 06:28:08
3400 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
3401 From: Abhijit Menon-Sen <ams@wiw.org>
3402 Date: Thu, 19 Jul 2001 04:30:43 +0530
3403 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
3405 ! ext/Time/HiRes/HiRes.xs
3406 ____________________________________________________________________________
3407 [ 11408] By: pudge on 2001/07/19 03:27:36
3408 Log: Update docs with latest implementation information and new URLs.
3409 Branch: maint-5.6/macperl
3410 ! README.macos pod/perlport.pod
3411 ____________________________________________________________________________
3412 [ 11407] By: pudge on 2001/07/19 02:35:46
3413 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
3414 Fix BuildRules to accept optimization variables.
3415 Branch: maint-5.6/macperl
3416 + macos/bundled_ext/Digest/MD5/Makefile.mk
3417 ! macos/BuildRules.mk macos/Makefile.mk
3418 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
3419 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
3420 ____________________________________________________________________________
3421 [ 11406] By: pudge on 2001/07/19 01:11:39
3422 Log: Integrate changes 11399,11401
3423 Branch: maint-5.6/macperl
3424 !> win32/perlhost.h win32/win32.c
3425 ____________________________________________________________________________
3426 [ 11405] By: nick on 2001/07/18 06:50:33
3427 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
3430 !> win32/perlhost.h win32/win32.c
3431 ____________________________________________________________________________
3432 [ 11404] By: nick on 2001/07/18 06:43:59
3433 Log: Subject: Re: Perl 5.7.2 Has Been Released
3434 From: hv@crypt0.demon.co.uk
3435 Date: Wed, 18 Jul 2001 05:58:46 +0100
3436 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
3439 ____________________________________________________________________________
3440 [ 11403] By: nick on 2001/07/18 06:38:57
3441 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
3442 From: hv@crypt0.demon.co.uk
3443 Date: Wed, 18 Jul 2001 05:21:54 +0100
3444 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
3446 ! numeric.c t/op/arith.t
3447 ____________________________________________________________________________
3448 [ 11402] By: nick on 2001/07/18 06:19:17
3449 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
3450 From: mjd@plover.com
3451 Date: 17 Jul 2001 17:59:20 -0000
3452 Message-Id: <20010717175920.8177.qmail@plover.com>
3455 ____________________________________________________________________________
3456 [ 11401] By: gsar on 2001/07/17 21:31:31
3457 Log: thinko in change#11400 (duh)
3458 Branch: maint-5.6/perl
3460 ____________________________________________________________________________
3461 [ 11400] By: gsar on 2001/07/17 19:46:34
3462 Log: change#11399 revealed another unrelated bug; this is just a temporary
3464 Branch: maint-5.6/perl
3466 ____________________________________________________________________________
3467 [ 11399] By: gsar on 2001/07/17 19:11:57
3468 Log: fix bugs in handling of the virtualized environment under windows;
3469 there were bugs in propagating any changes to %ENV down to the real
3470 environment when such changes happened in the toplevel process
3471 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
3472 problem identification, and for a part of the fix)
3473 Branch: maint-5.6/perl
3474 ! win32/perlhost.h win32/win32.c
3475 ____________________________________________________________________________
3476 [ 11398] By: nick on 2001/07/17 08:26:35
3477 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
3478 From: Peter Prymmer <pvhp@forte.com>
3479 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
3480 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
3482 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
3483 should not depend on existance of Config.pm
3485 +> t/lib/commonsense.t
3486 - t/base/commonsense.t
3488 ____________________________________________________________________________
3489 [ 11397] By: nick on 2001/07/17 08:09:58
3490 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
3491 From: Michael G Schwern <schwern@pobox.com>
3492 Date: Mon, 16 Jul 2001 18:20:31 -0400
3493 Message-Id: <20010716182031.A1128@blackrider>
3496 ____________________________________________________________________________
3497 [ 11396] By: nick on 2001/07/17 08:04:11
3498 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
3499 From: Gwyn Judd <b.judd@xtra.co.nz>
3500 Date: Tue, 17 Jul 2001 20:55:58 +1200
3501 Message-Id: <20010717205558.A3107@thislove>
3504 ____________________________________________________________________________
3505 [ 11395] By: nick on 2001/07/17 08:02:22
3506 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
3507 From: Peter Prymmer <pvhp@forte.com>
3508 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
3509 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
3512 ____________________________________________________________________________
3513 [ 11394] By: nick on 2001/07/17 07:57:06
3514 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
3515 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
3516 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
3517 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
3520 ____________________________________________________________________________
3521 [ 11392] By: nick on 2001/07/17 07:50:12
3522 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
3523 From: Coral <coral@moonlight.crystalflame.net>
3524 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
3525 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
3528 ____________________________________________________________________________
3529 [ 11391] By: nick on 2001/07/17 07:34:28
3530 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
3531 From: Jonathan Stowe <gellyfish@gellyfish.com>
3532 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
3533 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
3536 ____________________________________________________________________________
3537 [ 11390] By: pudge on 2001/07/16 23:54:44
3538 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
3539 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
3540 and Mac::Apps::Launch, which don't work, and Time::HiRes and
3541 Time::Piece, which don't yet work.
3542 Branch: maint-5.6/macperl
3544 ____________________________________________________________________________
3545 [ 11389] By: pudge on 2001/07/16 23:13:10
3546 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
3547 Also add hack to get around missing setenv for PERL5DB.
3548 Branch: maint-5.6/macperl
3549 ! macos/macish.c macos/macish.h
3550 ____________________________________________________________________________
3551 [ 11388] By: pudge on 2001/07/16 23:11:26
3552 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
3553 Branch: maint-5.6/macperl
3554 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
3555 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
3556 ____________________________________________________________________________
3557 [ 11387] By: pudge on 2001/07/16 23:05:12
3558 Log: Fix up some configuration and make options, add extra
3560 Branch: maint-5.6/macperl
3561 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
3562 ! macos/macperl/Makefile.mk
3563 ____________________________________________________________________________
3564 [ 11386] By: pudge on 2001/07/16 21:22:32
3565 Log: From Change 11374 in maintperl.
3566 Branch: maint-5.6/macperl
3568 ____________________________________________________________________________
3569 [ 11385] By: nick on 2001/07/16 14:12:58
3570 Log: Back out change to h2xs till it passes its test.
3573 ____________________________________________________________________________
3574 [ 11384] By: nick on 2001/07/16 14:00:10
3575 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
3576 From: Jonathan Stowe <gellyfish@gellyfish.com>
3577 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
3578 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
3581 ____________________________________________________________________________
3582 [ 11383] By: nick on 2001/07/16 13:53:12
3583 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
3584 From: Robin Houston <robin@kitsite.com>
3585 Date: Sun, 15 Jul 2001 18:22:31 +0100
3586 Message-Id: <20010715182230.A11174@robin>
3589 ____________________________________________________________________________
3590 [ 11382] By: nick on 2001/07/16 13:52:49
3591 Log: Subject: [PATCH perl@11372] re_dup
3592 From: Radu Greab <radu@netsoft.ro>
3593 Date: Sun, 15 Jul 2001 04:50:06 +0300
3594 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
3597 ____________________________________________________________________________
3598 [ 11379] By: nick on 2001/07/16 13:35:39
3599 Log: Subject: [PATCH B::Deparse] formats can't contain formats
3600 From: Robin Houston <robin@kitsite.com>
3601 Date: Sat, 14 Jul 2001 14:28:50 +0100
3602 Message-Id: <20010714142850.A10205@robin>
3604 ! ext/B/B/Deparse.pm
3605 ____________________________________________________________________________
3606 [ 11378] By: nick on 2001/07/16 13:30:36
3607 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
3608 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
3609 Date: Sat, 14 Jul 2001 22:17:42 +0900
3610 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
3612 + ext/Encode/Encode/euc-jp-0212.enc
3613 ! ext/Encode/Encode/Tcl.pm
3614 ____________________________________________________________________________
3615 [ 11377] By: nick on 2001/07/16 13:17:28
3616 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
3617 From: Andy Dougherty <doughera@lafayette.edu>
3618 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
3619 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
3621 ! hints/darwin.sh hints/rhapsody.sh
3622 ____________________________________________________________________________
3623 [ 11376] By: nick on 2001/07/16 09:05:00
3624 Log: Integrate mainline
3626 +> ext/Encode/Encode/7bit-greek.enc
3627 +> ext/Encode/Encode/7bit-latin1.enc
3628 +> ext/Encode/Encode/cns11643-1.enc
3629 +> ext/Encode/Encode/cns11643-2.enc
3630 +> ext/Encode/Encode/iso2022-cn.enc
3631 +> ext/Encode/Encode/iso2022-jp1.enc
3632 +> ext/Encode/Encode/iso2022-jp2.enc
3633 !> Changes Configure MANIFEST Makefile.SH
3634 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
3635 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
3636 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
3637 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
3638 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
3639 ____________________________________________________________________________
3640 [ 11375] By: gsar on 2001/07/16 02:46:11
3641 Log: integrate change#11374 from maint-5.6
3643 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
3646 ____________________________________________________________________________
3647 [ 11374] By: gsar on 2001/07/16 02:10:51
3648 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
3649 Branch: maint-5.6/perl
3651 ____________________________________________________________________________
3652 [ 11373] By: jhi on 2001/07/14 09:27:10
3653 Log: Update Changes.
3655 ! Changes patchlevel.h
3656 ____________________________________________________________________________
3657 [ 11372] By: jhi on 2001/07/14 09:19:18
3658 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
3659 From: Jonathan Stowe <gellyfish@gellyfish.com>
3660 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
3661 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
3664 ____________________________________________________________________________
3665 [ 11371] By: jhi on 2001/07/14 09:18:09
3666 Log: Subject: patch to add DEL to [:cntrl:]
3667 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3668 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
3669 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
3671 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
3672 ____________________________________________________________________________
3673 [ 11370] By: jhi on 2001/07/14 01:33:17
3674 Log: Metaconfig unit change for #11369; plus a dependency nit.
3676 ! U/compline/nblock_io.U
3677 Branch: metaconfig/U/perl
3679 ____________________________________________________________________________
3680 [ 11369] By: jhi on 2001/07/14 01:32:33
3681 Log: #include <stdlib.h> so that exit() is prototyped,
3685 ____________________________________________________________________________
3686 [ 11368] By: jhi on 2001/07/14 01:18:28
3687 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
3688 From: Peter Prymmer <pvhp@forte.com>
3689 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
3690 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
3693 ____________________________________________________________________________
3694 [ 11367] By: jhi on 2001/07/14 01:07:03
3695 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
3696 From: Peter Prymmer <pvhp@forte.com>
3697 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
3698 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
3700 ! ext/Encode/Encode/Tcl.t
3701 ____________________________________________________________________________
3702 [ 11366] By: jhi on 2001/07/13 22:48:47
3703 Log: Add information about gcc 3.0 basic block profiling.
3705 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
3706 ____________________________________________________________________________
3707 [ 11365] By: jhi on 2001/07/13 21:22:20
3708 Log: Subject: Error in lib/PerlIO/Via.pm ?
3709 From: Mark-Jason Dominus <mjd@plover.com>
3710 Date: Fri, 13 Jul 2001 15:55:41 -0400
3711 Message-ID: <20010713195541.26751.qmail@plover.com>
3713 ! ext/PerlIO/Via/Via.pm
3714 ____________________________________________________________________________
3715 [ 11364] By: jhi on 2001/07/13 21:21:23
3716 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
3717 section from the Compiler section.
3720 ____________________________________________________________________________
3721 [ 11363] By: jhi on 2001/07/13 21:19:34
3722 Log: Handle glibc style of constant definitions using enum
3723 with intervening #defines; from Brendan O'Dea.
3726 ____________________________________________________________________________
3727 [ 11362] By: jhi on 2001/07/13 21:17:40
3728 Log: Add LC_MESSAGES to the locale_h export tag (it already is
3729 in the Makefile.PL and thusly eligible for an XS constant)
3730 (see also maintperl #10543)
3732 ! ext/POSIX/POSIX.pm
3733 ____________________________________________________________________________
3734 [ 11361] By: jhi on 2001/07/13 15:12:37
3735 Log: Subject: Re: [patch] re_dup
3736 From: Abhijit Menon-Sen <ams@wiw.org>
3737 Date: Fri, 13 Jul 2001 21:41:09 +0530
3738 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
3741 ____________________________________________________________________________
3742 [ 11360] By: jhi on 2001/07/13 15:11:45
3743 Log: Subject: [patch] re_dup
3744 From: Doug MacEachern <dougm@covalent.net>
3745 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
3746 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
3749 ____________________________________________________________________________
3750 [ 11359] By: jhi on 2001/07/13 14:30:32
3751 Log: Update Changes.
3753 ! Changes patchlevel.h
3754 ____________________________________________________________________________
3755 [ 11358] By: jhi on 2001/07/13 14:26:36
3756 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
3757 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3758 Date: Sat, 14 Jul 2001 00:06:30 +0900
3759 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
3761 + ext/Encode/Encode/7bit-greek.enc
3762 + ext/Encode/Encode/7bit-latin1.enc
3763 + ext/Encode/Encode/cns11643-1.enc
3764 + ext/Encode/Encode/cns11643-2.enc
3765 + ext/Encode/Encode/iso2022-cn.enc
3766 + ext/Encode/Encode/iso2022-jp1.enc
3767 + ext/Encode/Encode/iso2022-jp2.enc
3768 ! MANIFEST ext/Encode/Encode/Tcl.pm
3769 ! ext/Encode/Encode/iso2022-kr.enc
3770 ____________________________________________________________________________
3771 [ 11357] By: nick on 2001/07/13 14:24:06
3772 Log: Blind integrate mainline (as of 5.7.2?)
3774 !> AUTHORS Changes Porting/config.sh Porting/config_H
3775 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
3776 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3777 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3778 !> win32/makefile.mk
3779 ____________________________________________________________________________
3780 [ 11355] By: jhi on 2001/07/13 13:13:46
3781 Log: Snip away the devel patchlevel.
3784 ____________________________________________________________________________
3785 [ 11354] By: jhi on 2001/07/13 13:12:01
3786 Log: Bump the version to 5.7.2.
3788 ! Porting/config.sh Porting/config_H patchlevel.h
3789 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3790 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3792 ____________________________________________________________________________
3793 [ 11353] By: jhi on 2001/07/13 13:00:00
3794 Log: Update Changes.
3797 ____________________________________________________________________________
3798 [ 11352] By: jhi on 2001/07/13 12:54:49
3802 ____________________________________________________________________________
3803 [ 11351] By: jhi on 2001/07/13 12:52:47
3804 Log: AUTHORS update.
3807 ____________________________________________________________________________
3808 [ 11350] By: jhi on 2001/07/13 12:24:36
3809 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
3813 ____________________________________________________________________________
3814 [ 11349] By: jhi on 2001/07/13 11:54:10
3815 Log: Integrate perlio.
3817 !> win32/distclean.bat
3818 ____________________________________________________________________________
3819 [ 11348] By: jhi on 2001/07/13 11:49:50
3820 Log: Test the encoding transform only iff we have PerlIO,
3821 noticed by H. Merijn Brand.
3823 ! ext/PerlIO/t/encoding.t
3824 ____________________________________________________________________________
3825 [ 11347] By: jhi on 2001/07/13 11:40:13
3826 Log: README.netware tweaks from Ananth Kesari.
3829 ____________________________________________________________________________
3830 [ 11346] By: nick on 2001/07/13 09:18:51
3831 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
3832 to avoid /unicode vs /Unicode issues.
3834 ! win32/distclean.bat
3835 ____________________________________________________________________________
3836 [ 11345] By: nick on 2001/07/13 06:24:18
3837 Log: Integrate mainline
3839 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
3840 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
3841 !> (integrate 63 files)
3842 ____________________________________________________________________________
3843 [ 11344] By: jhi on 2001/07/13 04:50:22
3844 Log: Add d_bincompat5005 information to perl -V.
3847 ____________________________________________________________________________
3848 [ 11343] By: jhi on 2001/07/13 03:42:05
3849 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
3850 From: Abhijit Menon-Sen <ams@wiw.org>
3851 Date: Fri, 13 Jul 2001 07:12:36 +0530
3852 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
3855 ____________________________________________________________________________
3856 [ 11342] By: jhi on 2001/07/13 03:36:22
3857 Log: Remove unicode::distinct, as per Inaba Hiroto.
3859 - lib/unicode/distinct.pm
3860 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
3862 ____________________________________________________________________________
3863 [ 11341] By: jhi on 2001/07/13 00:05:53
3864 Log: Paging for Dr Octothorpe.
3867 ____________________________________________________________________________
3868 [ 11340] By: jhi on 2001/07/12 23:53:44
3869 Log: cut-n-paste error noticed by mjd.
3872 ____________________________________________________________________________
3873 [ 11339] By: jhi on 2001/07/12 23:39:42
3874 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
3875 From: Peter Prymmer <pvhp@forte.com>
3876 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
3877 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
3880 ____________________________________________________________________________
3881 [ 11338] By: jhi on 2001/07/12 23:38:49
3882 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
3883 From: Randall Gellens <randy@qualcomm.com>
3884 Date: Thu, 12 Jul 2001 16:56:23 -0700
3885 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
3887 ! Porting/repository.pod
3888 ____________________________________________________________________________
3889 [ 11337] By: jhi on 2001/07/12 23:35:06
3890 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
3893 ____________________________________________________________________________
3894 [ 11336] By: jhi on 2001/07/12 23:23:39
3895 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
3896 From: coral <coral@moonlight.crystalflame.net>
3897 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
3898 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
3901 ____________________________________________________________________________
3902 [ 11335] By: jhi on 2001/07/12 23:23:14
3903 Log: Metaconfig unit change for #11134.
3905 + U/threads/d_pthread_atfork.U
3906 ____________________________________________________________________________
3907 [ 11334] By: jhi on 2001/07/12 23:22:42
3908 Log: Add HAS_PTHREAD_ATFORK.
3910 ! Configure NetWare/config.wc NetWare/config_H.wc
3911 ! Porting/Glossary Porting/config.sh Porting/config_H
3912 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
3913 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
3914 ! vos/config.ga.def vos/config.ga.h win32/config.bc
3915 ! win32/config.gc win32/config.vc win32/config_H.bc
3916 ! win32/config_H.gc win32/config_H.vc
3917 ____________________________________________________________________________
3918 [ 11333] By: jhi on 2001/07/12 22:58:35
3919 Log: Subject: [PATCH] File::Copy fails on tied handles
3920 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
3921 Date: Thu, 12 Jul 2001 15:18:51 -0700
3922 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
3925 ____________________________________________________________________________
3926 [ 11332] By: jhi on 2001/07/12 22:57:04
3927 Log: Subject: [PATCH] Langinfo.t
3928 From: Nicholas Clark <nick@ccl4.org>
3929 Date: Thu, 12 Jul 2001 23:55:38 +0100
3930 Message-ID: <20010712235538.M5827@plum.flirble.org>
3932 ! ext/I18N/Langinfo/Langinfo.t
3933 ____________________________________________________________________________
3934 [ 11331] By: jhi on 2001/07/12 22:56:09
3935 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
3936 From: Peter Prymmer <pvhp@forte.com>
3937 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
3938 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
3940 ! pod/perl572delta.pod
3941 ____________________________________________________________________________
3942 [ 11330] By: jhi on 2001/07/12 22:55:23
3943 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
3944 From: Abhijit Menon-Sen <ams@wiw.org>
3945 Date: Fri, 13 Jul 2001 05:21:16 +0530
3946 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
3949 ____________________________________________________________________________
3950 [ 11329] By: jhi on 2001/07/12 22:54:39
3951 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
3952 From: Abhijit Menon-Sen <ams@wiw.org>
3953 Date: Fri, 13 Jul 2001 03:04:25 +0530
3954 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
3957 ____________________________________________________________________________
3958 [ 11328] By: gsar on 2001/07/12 19:02:01
3961 ! win32/Makefile win32/makefile.mk
3962 ____________________________________________________________________________
3963 [ 11327] By: jhi on 2001/07/12 18:54:09
3964 Log: Update Changes.
3966 ! Changes patchlevel.h
3967 ____________________________________________________________________________
3968 [ 11326] By: jhi on 2001/07/12 18:17:18
3969 Log: Typo spotted by Philip Newton.
3971 ! pod/perl572delta.pod
3972 ____________________________________________________________________________
3973 [ 11325] By: jhi on 2001/07/12 18:11:42
3974 Log: Subject: [PATCH] fixes perl_clone of perl_clone
3975 From: Artur Bergman <artur@contiller.se>
3976 Date: Thu, 12 Jul 2001 20:57:09 +0200
3977 Message-ID: <B773BFA4.236B%artur@contiller.se>
3980 ____________________________________________________________________________
3981 [ 11324] By: jhi on 2001/07/12 18:09:17
3982 Log: Add README.uts from Hal Morris.
3985 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
3986 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3987 ____________________________________________________________________________
3988 [ 11323] By: jhi on 2001/07/12 17:48:33
3989 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
3990 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3991 Date: Thu, 12 Jul 2001 20:32:37 +0200
3992 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
3995 ____________________________________________________________________________
3996 [ 11322] By: jhi on 2001/07/12 17:44:29
3997 Log: Subject: Patch: document reg_data.what member
3998 From: Mark-Jason Dominus <mjd@plover.com>
3999 Message-ID: <20010712182532.14821.qmail@plover.com>
4000 Date: Thu, 12 Jul 2001 14:25:32 -0400
4002 ! regcomp.c regcomp.h
4003 ____________________________________________________________________________
4004 [ 11321] By: jhi on 2001/07/12 17:43:18
4005 Log: Subject: [PATCH] Perl_re_dup()
4006 From: Abhijit Menon-Sen <ams@wiw.org>
4007 Date: Thu, 12 Jul 2001 23:54:32 +0530
4008 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
4010 ! embed.h embed.pl perlapi.c proto.h sv.c
4011 ____________________________________________________________________________
4012 [ 11320] By: jhi on 2001/07/12 17:18:54
4013 Log: Regen Configure, modlib, toc.
4015 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4016 ! pod/perlmodlib.pod pod/perltoc.pod
4017 ____________________________________________________________________________
4018 [ 11319] By: jhi on 2001/07/12 17:08:15
4019 Log: The problem seems to be in PerlIO::Layer::->find() not
4020 accepting the ":encoding(blurflur)" arguments.
4022 ! lib/PerlIO.pm lib/open.pm
4023 ____________________________________________________________________________
4024 [ 11318] By: jhi on 2001/07/12 16:58:11
4025 Log: AIX doc update.
4027 ! README.aix pod/perl572delta.pod
4028 ____________________________________________________________________________
4029 [ 11317] By: jhi on 2001/07/12 16:39:11
4030 Log: Subject: AIX README update
4031 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4032 Date: Thu, 12 Jul 2001 19:28:30 +0200
4033 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
4036 ____________________________________________________________________________
4037 [ 11316] By: jhi on 2001/07/12 16:37:15
4038 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
4039 From: Norton Allen <allen@huarp.harvard.edu>
4040 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
4041 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
4043 ! ext/IO/lib/IO/t/io_unix.t
4044 ____________________________________________________________________________
4045 [ 11315] By: jhi on 2001/07/12 16:35:53
4046 Log: Subject: [PATCH README.qnx hints/qnx.sh]
4047 From: Norton Allen <allen@huarp.harvard.edu>
4048 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
4049 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
4051 ! README.qnx hints/qnx.sh
4052 ____________________________________________________________________________
4053 [ 11314] By: jhi on 2001/07/12 16:13:15
4054 Log: Subject: [patch] faster PM_GETRE
4055 From: Doug MacEachern <dougm@covalent.net>
4056 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
4057 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
4060 ____________________________________________________________________________
4061 [ 11313] By: jhi on 2001/07/12 16:12:23
4062 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
4063 From: Doug MacEachern <dougm@covalent.net>
4064 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
4065 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
4068 ____________________________________________________________________________
4069 [ 11312] By: jhi on 2001/07/12 16:07:22
4070 Log: Tell where the nice Estonian database is.
4073 ____________________________________________________________________________
4074 [ 11311] By: jhi on 2001/07/12 16:05:31
4075 Log: Retract #11309 since #11310 is a better fix.
4078 ____________________________________________________________________________
4079 [ 11310] By: gsar on 2001/07/12 15:50:40
4080 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
4081 change#11300 needs to return the status of failed win32_spawnvp())
4083 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
4084 splitting correctly; remove unused variables; 'require' at run time
4085 rather than 'use' at compile time for I18N::Langinfo, since it
4088 ! lib/open.pm win32/win32.c
4089 ____________________________________________________________________________
4090 [ 11309] By: jhi on 2001/07/12 15:29:55
4091 Log: Temporary workaround.
4094 ____________________________________________________________________________
4095 [ 11308] By: jhi on 2001/07/12 14:44:51
4096 Log: UCD typo in #11306 and add also more known-to-be-tested
4097 modules to the skip list.
4100 ____________________________________________________________________________
4101 [ 11307] By: jhi on 2001/07/12 14:38:38
4102 Log: Rename Unicode::UCD to UnicodeCD to avoid
4103 messups with case-insensitive filesystems.
4105 + lib/UnicodeCD.pm lib/UnicodeCD.t
4106 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
4107 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
4108 ____________________________________________________________________________
4109 [ 11306] By: jhi on 2001/07/12 13:32:05
4110 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
4111 From: daniel@biz.bitpusher.com
4112 Date: Wed, 11 Jul 2001 23:25:47 -0700
4113 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
4115 ! lib/Tie/Array.pm t/op/splice.t
4116 ____________________________________________________________________________
4117 [ 11305] By: jhi on 2001/07/12 13:05:46
4118 Log: Subject: [PATCH] More accurate line numbers in messages
4119 From: Paul Johnson <paul@pjcj.net>
4120 Date: Thu, 12 Jul 2001 04:14:11 +0200
4121 Message-ID: <20010712041411.A3467@pjcj.net>
4123 (With prototyping and multiplicity tweaks.)
4125 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
4126 ____________________________________________________________________________
4127 [ 11304] By: nick on 2001/07/12 12:53:40
4128 Log: Integrate mainline
4130 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
4131 !> regexec.c thread.h
4132 ____________________________________________________________________________
4133 [ 11303] By: jhi on 2001/07/12 12:46:20
4134 Log: Cut-and-pasto in #11298.
4136 ! ext/ByteLoader/bytecode.h
4137 ____________________________________________________________________________
4138 [ 11302] By: jhi on 2001/07/12 12:42:35
4139 Log: Update the AIX known problems section.
4141 ! pod/perl572delta.pod
4142 ____________________________________________________________________________
4143 [ 11301] By: jhi on 2001/07/12 12:36:46
4144 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
4145 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4146 Date: Thu, 12 Jul 2001 12:16:16 +0200
4147 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
4150 ____________________________________________________________________________
4151 [ 11300] By: jhi on 2001/07/12 12:35:44
4152 Log: Integrate perlio.
4154 !> makedef.pl win32/win32.c
4155 ____________________________________________________________________________
4156 [ 11299] By: jhi on 2001/07/12 12:33:57
4157 Log: Subject: [PATCH] fix for PMOP threadness failures
4158 From: Artur Bergman <artur@contiller.se>
4159 Date: Thu, 12 Jul 2001 09:48:06 +0200
4160 Message-ID: <B77322D6.22DD%artur@contiller.se>
4163 ____________________________________________________________________________
4164 [ 11298] By: jhi on 2001/07/12 12:27:47
4165 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
4166 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4167 Date: Thu, 12 Jul 2001 09:09:48 +0200
4168 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
4170 More parentheses to keep bcc happy.
4172 ! ext/ByteLoader/bytecode.h
4173 ____________________________________________________________________________
4174 [ 11297] By: jhi on 2001/07/12 12:24:50
4175 Log: Subject: Re: [patch] pthread_atfork bandaid
4176 From: Doug MacEachern <dougm@covalent.net>
4177 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
4178 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
4181 ____________________________________________________________________________
4182 [ 11296] By: nick on 2001/07/12 11:55:48
4183 Log: Exclude reentrant_buffer from .def file
4186 ____________________________________________________________________________
4187 [ 11295] By: nick on 2001/07/12 11:11:44
4188 Log: Honour void-ness of my_exit()
4191 ____________________________________________________________________________
4192 [ 11294] By: nick on 2001/07/12 07:51:04
4193 Log: Integrate mainline
4195 +> uts/sprintf_wrap.c
4196 !> (integrate 35 files)
4197 ____________________________________________________________________________
4198 [ 11293] By: jhi on 2001/07/12 04:58:08
4199 Log: Retract #11289.
4201 ! embed.h embed.pl perl.c proto.h thread.h
4202 ____________________________________________________________________________
4203 [ 11292] By: jhi on 2001/07/12 04:47:43
4204 Log: Now the :locale pseudolayer *almost* works...
4207 ____________________________________________________________________________
4208 [ 11291] By: jhi on 2001/07/12 04:36:47
4209 Log: Locale encoding tweaks.
4212 ____________________________________________________________________________
4213 [ 11290] By: jhi on 2001/07/12 04:25:53
4214 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
4215 From: Mark-Jason Dominus <mjd@plover.com>
4216 Date: Thu, 12 Jul 2001 00:59:31 -0400
4217 Message-ID: <20010712045931.8543.qmail@plover.com>
4219 Remove the chmod/umask leading zero warning.
4221 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
4222 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
4223 ____________________________________________________________________________
4224 [ 11289] By: jhi on 2001/07/12 04:16:41
4225 Log: (Retracted by #11289.)
4227 ! embed.h embed.pl perl.c proto.h thread.h
4228 ____________________________________________________________________________
4229 [ 11288] By: jhi on 2001/07/12 03:45:11
4230 Log: Needed by #11283.
4233 ____________________________________________________________________________
4234 [ 11287] By: jhi on 2001/07/12 03:40:04
4235 Log: Metaconfig unit change for #11286.
4236 Branch: metaconfig/U/perl
4238 ____________________________________________________________________________
4239 [ 11286] By: jhi on 2001/07/12 03:39:18
4240 Log: Subject: Re: [PATCH Configure] perl -V broken
4241 From: Andy Dougherty <doughera@lafayette.edu>
4242 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
4243 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
4245 ! Configure myconfig.SH
4246 ____________________________________________________________________________
4247 [ 11285] By: jhi on 2001/07/12 03:27:28
4248 Log: Retract #11166 (and #11237).
4250 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
4251 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
4252 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
4253 ____________________________________________________________________________
4254 [ 11284] By: jhi on 2001/07/12 02:36:42
4255 Log: UTS tweaks for Hal Morris.
4257 + uts/sprintf_wrap.c
4258 ! MANIFEST hints/uts.sh perl.h
4259 ____________________________________________________________________________
4260 [ 11283] By: jhi on 2001/07/12 00:52:36
4261 Log: Subject: [PATCH] Use reentrant API glibc
4262 From: Artur Bergman <artur@contiller.se>
4263 Date: Thu, 12 Jul 2001 00:58:21 +0200
4264 Message-ID: <B772A6AD.2288%artur@contiller.se>
4266 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
4268 ____________________________________________________________________________
4269 [ 11282] By: jhi on 2001/07/12 00:35:27
4270 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
4271 From: barries <barries@slaysys.com>
4272 Date: Wed, 11 Jul 2001 15:11:46 -0400
4273 Message-ID: <20010711151146.G24560@jester.slaysys.com>
4275 ! pp_sys.c t/lib/warnings/doio win32/win32.c
4276 ____________________________________________________________________________
4277 [ 11281] By: jhi on 2001/07/12 00:32:17
4278 Log: Subject: [patch] pthread_atfork bandaid
4279 From: Doug MacEachern <dougm@covalent.net>
4280 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
4281 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
4283 ! miniperlmain.c perl.c
4284 ____________________________________________________________________________
4285 [ 11280] By: jhi on 2001/07/12 00:31:34
4286 Log: Subject: [patch] perl_clone leaks
4287 From: Doug MacEachern <dougm@covalent.net>
4288 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
4289 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
4292 ____________________________________________________________________________
4293 [ 11279] By: nick on 2001/07/11 15:49:38
4294 Log: Integrate mainline
4296 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
4297 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
4298 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
4299 +> lib/Term/ANSIColor/README
4300 !> (integrate 54 files)
4301 ____________________________________________________________________________
4302 [ 11278] By: jhi on 2001/07/11 13:52:20
4303 Log: Update Changes.
4305 ! Changes patchlevel.h
4306 ____________________________________________________________________________
4307 [ 11277] By: jhi on 2001/07/11 13:31:43
4308 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
4309 From: Peter Prymmer <pvhp@forte.com>
4310 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
4311 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
4313 Backport of embed.pl to 5.003.
4316 ____________________________________________________________________________
4317 [ 11276] By: jhi on 2001/07/11 13:18:07
4318 Log: Subject: Re: POSIX test #14 on UTS
4319 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4320 Date: Wed, 11 Jul 2001 03:02:14 +0100
4321 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
4324 ____________________________________________________________________________
4325 [ 11275] By: jhi on 2001/07/11 13:15:49
4326 Log: Make the I32 an IV to preserve structure alignment and size.
4329 ____________________________________________________________________________
4330 [ 11274] By: jhi on 2001/07/11 13:13:27
4331 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
4332 From: "Artur Bergman" <artur@contiller.se>
4333 Date: Wed, 11 Jul 2001 14:23:37 +0200
4334 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
4336 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
4338 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
4339 ! pod/perlapi.pod sv.c
4340 ____________________________________________________________________________
4341 [ 11273] By: jhi on 2001/07/11 03:53:28
4342 Log: Tweak until Pod::Parser gets updated.
4344 ! t/pod/special_seqs.xr
4345 ____________________________________________________________________________
4346 [ 11272] By: jhi on 2001/07/11 00:46:05
4347 Log: File::Spec usage tweak.
4350 ____________________________________________________________________________
4351 [ 11271] By: jhi on 2001/07/11 00:37:19
4352 Log: Integrate #11263 from macperl; macos and macosx updates.
4355 ____________________________________________________________________________
4356 [ 11270] By: jhi on 2001/07/11 00:33:27
4357 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
4358 From: Peter Prymmer <pvhp@forte.com>
4359 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
4360 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
4362 + ext/Time/HiRes/hints/dynixptx.pl
4363 ! MANIFEST hints/dynixptx.sh
4364 ____________________________________________________________________________
4365 [ 11269] By: jhi on 2001/07/11 00:32:16
4366 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
4367 From: Nicholas Clark <nick@ccl4.org>
4368 Date: Tue, 10 Jul 2001 23:17:43 +0100
4369 Message-ID: <20010710231742.B59620@plum.flirble.org>
4371 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
4372 ____________________________________________________________________________
4373 [ 11268] By: jhi on 2001/07/11 00:30:56
4374 Log: Subject: [DOC PATCH] Pluggable runops
4375 From: Paul Johnson <paul@pjcj.net>
4376 Date: Tue, 10 Jul 2001 21:53:28 +0200
4377 Message-ID: <20010710215328.B26577@pjcj.net>
4380 ____________________________________________________________________________
4381 [ 11267] By: jhi on 2001/07/11 00:29:59
4382 Log: Subject: [PATCH] Authors
4383 From: Artur Bergman <artur@contiller.se>
4384 Date: Tue, 10 Jul 2001 20:39:12 +0200
4385 Message-ID: <B771186F.21CD%artur@contiller.se>
4388 ____________________________________________________________________________
4389 [ 11266] By: jhi on 2001/07/11 00:29:13
4390 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
4391 From: Doug MacEachern <dougm@covalent.net>
4392 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
4393 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
4396 ____________________________________________________________________________
4397 [ 11265] By: jhi on 2001/07/11 00:28:15
4398 Log: Subject: doc patch; times() in scalar context
4399 From: mjd@plover.com
4400 Date: 10 Jul 2001 18:01:17 -0000
4401 Message-ID: <20010710180117.12477.qmail@plover.com>
4404 ____________________________________________________________________________
4405 [ 11264] By: jhi on 2001/07/11 00:27:17
4406 Log: Subject: [PATCH] Small fix to pp_gmtime
4407 From: Artur Bergman <artur@contiller.se>
4408 Date: Tue, 10 Jul 2001 19:54:52 +0200
4409 Message-ID: <B7710E0B.21C5%artur@contiller.se>
4412 ____________________________________________________________________________
4413 [ 11263] By: pudge on 2001/07/10 21:06:10
4414 Log: Integrate changes from mainline perl, add notes about
4415 Mac OS X and Mac OS.
4416 Branch: maint-5.6/macperl
4418 ____________________________________________________________________________
4419 [ 11262] By: jhi on 2001/07/10 15:21:26
4420 Log: A proof of the dangers of package; ?
4423 ____________________________________________________________________________
4424 [ 11261] By: jhi on 2001/07/10 15:02:27
4425 Log: Regen toc and modlib.
4427 ! pod/perlmodlib.pod pod/perltoc.pod
4428 ____________________________________________________________________________
4429 [ 11260] By: jhi on 2001/07/10 15:00:37
4430 Log: Add compexcl(), casefold(), and casespec() interfaces;
4431 and make all interfaces to return hash references instead
4434 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4435 ____________________________________________________________________________
4436 [ 11259] By: jhi on 2001/07/10 13:50:17
4437 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
4438 From: "Philip Newton" <Philip.Newton@gmx.net>
4439 Date: Tue, 10 Jul 2001 09:55:59 +0200
4440 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
4442 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
4443 From: "Philip Newton" <Philip.Newton@gmx.net>
4444 Date: Tue, 10 Jul 2001 09:56:37 +0200
4445 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
4447 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4448 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
4449 ____________________________________________________________________________
4450 [ 11258] By: jhi on 2001/07/10 13:47:20
4451 Log: Subject: [patch] undef &xsub for 1,2
4452 From: Doug MacEachern <dougm@covalent.net>
4453 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
4454 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
4456 (This version of the patch with a comment from Gisle.)
4459 ____________________________________________________________________________
4460 [ 11257] By: jhi on 2001/07/10 13:45:44
4461 Log: Mention package; deprecation and the Win32 problems.
4463 ! pod/perl572delta.pod
4464 ____________________________________________________________________________
4465 [ 11256] By: jhi on 2001/07/10 13:45:12
4466 Log: Subject: [PATCH] deprecate package with no arguments
4467 From: Robin Houston <robin@kitsite.com>
4468 Date: Tue, 10 Jul 2001 13:33:40 +0100
4469 Message-ID: <20010710133340.A13452@robin.kitsite.com>
4471 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
4472 ____________________________________________________________________________
4473 [ 11255] By: jhi on 2001/07/10 13:16:11
4474 Log: Upgrade to podlators 1.10.
4476 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
4477 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4478 ! pod/pod2man.PL pod/pod2text.PL
4479 ____________________________________________________________________________
4480 [ 11254] By: jhi on 2001/07/10 13:09:34
4481 Log: Upgrade to Term::ANSIColor 1.04.
4483 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
4484 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
4485 ____________________________________________________________________________
4486 [ 11253] By: jhi on 2001/07/10 12:59:27
4487 Log: Integrate perlio (the right fix for the ":layer(args)")
4490 ____________________________________________________________________________
4491 [ 11252] By: nick on 2001/07/10 06:58:14
4492 Log: Fix open(...,"...:layer(xxx)",...)
4493 - use memEQ not strEQ as there is '(' not '\0'
4496 ____________________________________________________________________________
4497 [ 11251] By: jhi on 2001/07/10 04:04:18
4498 Log: Telling the number of tests helps.
4500 ! ext/PerlIO/t/encoding.t
4501 ____________________________________________________________________________
4502 [ 11250] By: jhi on 2001/07/10 03:55:38
4503 Log: Require I18N::Langinfo, not use.
4506 ____________________________________________________________________________
4507 [ 11249] By: jhi on 2001/07/10 03:50:18
4508 Log: Add a test for for PerlIO ":encoding(...)" layer.
4510 + ext/PerlIO/t/encoding.t
4511 ! MANIFEST ext/Encode/Encode.pm
4512 ____________________________________________________________________________
4513 [ 11248] By: jhi on 2001/07/10 02:06:57
4514 Log: PerlIO ":encoding(foobar)" temporary fix.
4515 Not really correct, I think, since the change means
4516 that prefixes match.
4519 ____________________________________________________________________________
4520 [ 11247] By: jhi on 2001/07/10 01:38:11
4521 Log: Update to Math::BigInt 1.36. The biggest news is
4522 the separation of the backend; now the pure Perl
4523 implementation is in Math::BigInt::Calc, but one
4524 can plugin, say, Math::BigInt::BitVect, and get
4525 considerable speedup.
4527 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
4528 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4529 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
4530 ! lib/Math/BigInt/t/mbimbf.t
4531 ____________________________________________________________________________
4532 [ 11246] By: jhi on 2001/07/10 01:19:55
4533 Log: Subject: Re: compatibility question
4534 From: Peter Prymmer <pvhp@forte.com>
4535 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
4536 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
4538 ! lib/ExtUtils/MM_VMS.pm
4539 ____________________________________________________________________________
4540 [ 11245] By: jhi on 2001/07/10 01:18:04
4541 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
4542 From: Norton Allen <allen@huarp.harvard.edu>
4543 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
4544 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
4546 ! ext/File/Glob/t/basic.t
4547 ____________________________________________________________________________
4548 [ 11244] By: jhi on 2001/07/10 01:16:27
4549 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
4550 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4551 Date: Tue, 10 Jul 2001 00:29:55 +0900
4552 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
4554 + ext/Encode/Encode/HZ.enc
4555 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
4556 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
4557 ! ext/Encode/Encode/iso2022-jp.enc
4558 ! ext/Encode/Encode/iso2022-kr.enc
4559 ____________________________________________________________________________
4560 [ 11243] By: pudge on 2001/07/09 22:16:12
4561 Log: Add in all them there macos/ files.
4562 Branch: maint-5.6/macperl
4564 ____________________________________________________________________________
4565 [ 11242] By: jhi on 2001/07/09 20:26:04
4566 Log: Add the new modules to the list of having those own tests.
4569 ____________________________________________________________________________
4570 [ 11241] By: jhi on 2001/07/09 19:09:58
4571 Log: Add INOUT to control both ways at the same time.
4574 ____________________________________________________________________________
4575 [ 11240] By: nick on 2001/07/09 16:33:50
4576 Log: Integrate mainline
4578 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4579 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4580 !> (integrate 41 files)
4581 ____________________________________________________________________________
4582 [ 11239] By: jhi on 2001/07/09 16:14:35
4583 Log: More encoding mapping magic.
4586 ____________________________________________________________________________
4587 [ 11238] By: jhi on 2001/07/09 14:40:43
4588 Log: Update Changes.
4590 ! Changes patchlevel.h
4591 ____________________________________________________________________________
4592 [ 11237] By: jhi on 2001/07/09 14:27:27
4593 Log: (Retracted by #11285).
4595 Subject: [PATCH] OPpCONST_OCTAL fixes
4596 From: Abhijit Menon-Sen <ams@wiw.org>
4597 Date: Mon, 9 Jul 2001 07:38:45 +0530
4598 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
4601 ____________________________________________________________________________
4602 [ 11236] By: jhi on 2001/07/09 14:10:07
4603 Log: Add a pseudolayer ":locale" to the open pragma which
4604 will get the encoding from the locale. Yet undocumented
4605 because I can't get the PerlIO :encoding(foobar) to work.
4607 ! ext/Encode/Encode.pm lib/open.pm
4608 ____________________________________________________________________________
4609 [ 11235] By: jhi on 2001/07/09 13:38:43
4610 Log: Add more encoding mappings.
4612 ! ext/Encode/Encode.pm
4613 ____________________________________________________________________________
4614 [ 11234] By: jhi on 2001/07/09 13:24:54
4615 Log: Document that using :encoding layer requires using Encode.
4617 ! ext/Encode/Encode.pm lib/PerlIO.pm
4618 ____________________________________________________________________________
4619 [ 11233] By: jhi on 2001/07/09 13:19:34
4620 Log: Netware tweak from Ananth Kesari.
4623 ____________________________________________________________________________
4624 [ 11232] By: gsar on 2001/07/09 04:40:07
4625 Log: t/harness doesn't know about run/*.t
4628 ____________________________________________________________________________
4629 [ 11231] By: gsar on 2001/07/09 04:36:30
4630 Log: run/exit.t busted on windows
4633 ____________________________________________________________________________
4634 [ 11230] By: gsar on 2001/07/09 04:14:54
4635 Log: fix a couple of UCD.t tests that fail due to bad case
4638 ____________________________________________________________________________
4639 [ 11229] By: gsar on 2001/07/09 03:57:06
4640 Log: test skip logic was broken
4642 ! ext/I18N/Langinfo/Langinfo.t
4643 ____________________________________________________________________________
4644 [ 11228] By: gsar on 2001/07/09 03:42:20
4645 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
4646 failure of ExtUtils.t#27 when built in debug mode)
4648 ! lib/ExtUtils/MM_Win32.pm
4649 ____________________________________________________________________________
4650 [ 11227] By: gsar on 2001/07/09 02:11:04
4651 Log: I18N::Langinfo is not available on windows
4654 ____________________________________________________________________________
4655 [ 11226] By: gsar on 2001/07/09 01:55:23
4658 ! ext/POSIX/POSIX.xs
4659 ____________________________________________________________________________
4660 [ 11225] By: jhi on 2001/07/08 23:42:37
4661 Log: Update Changes.
4663 ! Changes patchlevel.h
4664 ____________________________________________________________________________
4665 [ 11224] By: jhi on 2001/07/08 23:05:41
4666 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
4667 as pointed out by Sarathy.
4669 ! ext/I18N/Langinfo/Langinfo.xs
4670 ____________________________________________________________________________
4671 [ 11223] By: jhi on 2001/07/08 22:59:01
4672 Log: Retract #11212.
4674 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
4675 ____________________________________________________________________________
4676 [ 11222] By: jhi on 2001/07/08 17:41:22
4677 Log: Bump up the VERSION of Cwd.xs.
4679 ! ext/Cwd/Makefile.PL
4680 ____________________________________________________________________________
4681 [ 11221] By: jhi on 2001/07/08 17:13:38
4682 Log: Retract #11220, the problem wasn't the missing leading zero.
4684 $ ./perl -we 'chmod(oct("755"), ".")'
4685 Non-octal literal mode (493) specified at -e line 1.
4686 (Did you mean 0493 instead?)
4688 ! lib/ExtUtils/MM_Unix.pm
4689 ____________________________________________________________________________
4690 [ 11220] By: jhi on 2001/07/08 17:05:55
4691 Log: (Retracted by #11221)
4692 Change the PERM_RW and PERM_RWX to 0644 and 0755
4693 (add the leading zero).
4695 ! lib/ExtUtils/MM_Unix.pm
4696 ____________________________________________________________________________
4697 [ 11219] By: jhi on 2001/07/08 16:17:32
4698 Log: Integrate changes #11193, 11205, 11209 from macperl.
4700 Fix up AutoLoader to fudge for Mac paths in import().
4702 Allow symbols in try_symbol() to begin with "_".
4704 Small portability fix for Mac OS.
4706 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
4707 ____________________________________________________________________________
4708 [ 11218] By: jhi on 2001/07/08 16:10:30
4709 Log: Metaconfig unit change for #11217.
4710 Branch: metaconfig/U/perl
4712 ____________________________________________________________________________
4713 [ 11217] By: jhi on 2001/07/08 16:10:07
4714 Log: Detypo, problem noticed by Gerrit P. Haase.
4716 ! Configure config_h.SH
4717 ____________________________________________________________________________
4718 [ 11216] By: jhi on 2001/07/08 15:58:35
4722 ____________________________________________________________________________
4723 [ 11215] By: jhi on 2001/07/08 15:52:57
4724 Log: Slight tweaks on #11213.
4727 ____________________________________________________________________________
4728 [ 11214] By: jhi on 2001/07/08 14:32:28
4729 Log: A missing dTHX noticed by Gerrit P. Haase.
4731 ! ext/POSIX/POSIX.xs
4732 ____________________________________________________________________________
4733 [ 11213] By: jhi on 2001/07/08 14:24:44
4734 Log: Subject: [PATCH toke.c] Simplify yytoke()
4735 From: Simon Cozens <simon@netthink.co.uk>
4736 Date: Sun, 8 Jul 2001 13:24:34 +0100
4737 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
4739 Split out pending_ident().
4741 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
4742 ____________________________________________________________________________
4743 [ 11212] By: jhi on 2001/07/08 14:17:10
4744 Log: (Retracted by #11223.)
4745 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
4746 Date: Wed, 05 Nov 1997 17:22:34 -0600
4747 From: Graham Barr <gbarr@ti.com>
4748 Message-Id: <3460FFBA.6DA51F46@ti.com>
4750 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
4751 ____________________________________________________________________________
4752 [ 11211] By: jhi on 2001/07/08 13:53:38
4753 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
4755 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4756 ! pod/perllocale.pod
4757 ____________________________________________________________________________
4758 [ 11210] By: jhi on 2001/07/08 01:34:09
4759 Log: Really do the test under the C locale.
4761 ! ext/I18N/Langinfo/Langinfo.t
4762 ____________________________________________________________________________
4763 [ 11209] By: pudge on 2001/07/08 01:19:25
4764 Log: Small portability fix for Mac OS.
4765 Branch: maint-5.6/macperl
4767 ____________________________________________________________________________
4768 [ 11208] By: jhi on 2001/07/08 01:14:58
4769 Log: Metaconfig unit change for #11207.
4770 Branch: metaconfig/U/perl
4772 ____________________________________________________________________________
4773 [ 11207] By: jhi on 2001/07/08 01:14:02
4774 Log: Add I18N::Langinfo, which is basically a wrapper around
4775 nl_langinfo(), which is an additional way to query locale
4776 specific information.
4778 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4779 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4780 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
4781 ____________________________________________________________________________
4782 [ 11206] By: pudge on 2001/07/08 00:56:29
4783 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
4784 used in File::Find tests; replace with if.t.
4785 Branch: maint-5.6/macperl
4786 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
4788 ____________________________________________________________________________
4789 [ 11205] By: pudge on 2001/07/07 23:55:56
4790 Log: Allow symbols in try_symbol() to begin with "_".
4791 Branch: maint-5.6/macperl
4793 ____________________________________________________________________________
4794 [ 11204] By: pudge on 2001/07/07 23:53:37
4795 Log: Sync up the File::Find changes from the rewrite by
4796 Thomas Wegner, et al.
4797 Branch: maint-5.6/macperl
4798 + t/lib/filefind-taint.t
4799 ! lib/File/Find.pm t/lib/filefind.t
4800 ____________________________________________________________________________
4801 [ 11203] By: pudge on 2001/07/07 23:43:06
4802 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
4803 From: Thomas Wegner <wegner_thomas@yahoo.com>
4804 Date: Thu, 5 Jul 2001 20:31:25 +0200
4805 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
4806 Branch: maint-5.6/macperl
4807 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
4808 ____________________________________________________________________________
4809 [ 11202] By: pudge on 2001/07/07 23:38:36
4810 Log: Some more test portability fixes.
4811 Branch: maint-5.6/macperl
4812 ! t/lib/filecopy.t t/pragma/warn/pp_sys
4813 ____________________________________________________________________________
4814 [ 11201] By: jhi on 2001/07/07 22:52:38
4815 Log: The #11200 removed wrong (non-existent) target. Duh.
4818 ____________________________________________________________________________
4819 [ 11200] By: jhi on 2001/07/07 22:44:14
4820 Log: Zap the lib/re.pm before creating it.
4823 ____________________________________________________________________________
4824 [ 11199] By: pudge on 2001/07/07 20:54:35
4825 Log: Another test. Please ignore.
4826 Branch: maint-5.6/macperl
4828 ____________________________________________________________________________
4829 [ 11198] By: pudge on 2001/07/07 20:44:12
4830 Log: Portability fixes for a lot of tests, especially IO-related
4831 tests, and warnings, and the harness script.
4832 Branch: maint-5.6/macperl
4833 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
4834 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
4835 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
4836 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
4837 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
4838 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
4839 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
4840 ! t/pragma/warnings.t
4841 ____________________________________________________________________________
4842 [ 11197] By: jhi on 2001/07/07 20:32:28
4843 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
4844 From: Nicholas Clark <nick@ccl4.org>
4845 Date: Sat, 7 Jul 2001 21:00:17 +0100
4846 Message-ID: <20010707210017.H59620@plum.flirble.org>
4849 ____________________________________________________________________________
4850 [ 11196] By: jhi on 2001/07/07 20:26:36
4851 Log: The UNICOS/mk SysV IPC problem has been fixed.
4853 ! pod/perl572delta.pod
4854 ____________________________________________________________________________
4855 [ 11195] By: jhi on 2001/07/07 19:59:51
4856 Log: Slight update tweaks on perlunicode.pod.
4858 ! pod/perlunicode.pod
4859 ____________________________________________________________________________
4860 [ 11194] By: jhi on 2001/07/07 17:53:03
4861 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
4862 From: Mark-Jason Dominus <mjd@plover.com>
4863 Date: Sat, 07 Jul 2001 13:04:04 -0400
4864 Message-ID: <20010707170404.32694.qmail@plover.com>
4866 ! ext/DB_File/DB_File.pm
4867 ____________________________________________________________________________
4868 [ 11193] By: pudge on 2001/07/07 17:26:28
4869 Log: Fix up AutoLoader to fudge for Mac paths in import().
4870 Branch: maint-5.6/macperl
4872 ____________________________________________________________________________
4873 [ 11192] By: jhi on 2001/07/07 17:03:06
4874 Log: Try to force the lib/re.pm to be there before entering
4875 the extensions builds, should help for parallel makes.
4878 ____________________________________________________________________________
4879 [ 11191] By: jhi on 2001/07/07 15:26:16
4880 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
4881 From: Norton Allen <allen@huarp.harvard.edu>
4882 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
4883 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
4885 ! ext/POSIX/POSIX.xs
4886 ____________________________________________________________________________
4887 [ 11190] By: jhi on 2001/07/07 15:22:08
4888 Log: Subject: [PATCH] Re: op/arith.t
4889 From: Nicholas Clark <nick@ccl4.org>
4890 Date: Sat, 7 Jul 2001 13:04:54 +0100
4891 Message-ID: <20010707130454.D59620@plum.flirble.org>
4894 ____________________________________________________________________________
4895 [ 11189] By: jhi on 2001/07/07 15:20:44
4896 Log: Subject: [PATCH] h2xs
4897 From: Nicholas Clark <nick@ccl4.org>
4898 Date: Fri, 6 Jul 2001 23:25:14 +0100
4899 Message-ID: <20010706232514.X59620@plum.flirble.org>
4902 ____________________________________________________________________________
4903 [ 11188] By: jhi on 2001/07/07 15:12:36
4904 Log: Subject: Re: bleedperl perl_alloc..free leakage
4905 From: Radu Greab <radu@netsoft.ro>
4906 Date: Fri, 6 Jul 2001 19:48:54 +0300
4907 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
4912 ____________________________________________________________________________
4913 [ 11187] By: pudge on 2001/07/07 02:11:36
4914 Log: Test again. Please ignore.
4915 Branch: maint-5.6/macperl
4917 ____________________________________________________________________________
4918 [ 11186] By: pudge on 2001/07/07 02:08:13
4919 Log: Test. Please ignore.
4920 Branch: maint-5.6/macperl
4922 ____________________________________________________________________________
4923 [ 11185] By: pudge on 2001/07/06 23:46:57
4924 Log: Include changes already sent in separately as patches,
4925 before branch was created.
4926 Branch: maint-5.6/macperl
4927 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
4928 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
4929 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
4930 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
4931 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
4932 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
4933 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
4934 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
4935 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
4937 ____________________________________________________________________________
4938 [ 11184] By: jhi on 2001/07/06 16:41:30
4939 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
4940 From: Norton Allen <allen@huarp.harvard.edu>
4941 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
4942 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
4945 ____________________________________________________________________________
4946 [ 11183] By: nick on 2001/07/06 16:27:40
4947 Log: Integrate mainline
4949 +> (branch 42 files)
4950 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
4951 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
4952 - win32/bin/mdelete.bat
4953 !> (integrate 215 files)
4954 ____________________________________________________________________________
4955 [ 11182] By: jhi on 2001/07/06 15:57:16
4956 Log: The #11166 needed also these updated.
4958 ! lib/warnings.pm warnings.h
4959 ____________________________________________________________________________
4960 [ 11181] By: jhi on 2001/07/06 13:24:42
4961 Log: Update Changes.
4963 ! Changes patchlevel.h
4964 ____________________________________________________________________________
4965 [ 11180] By: jhi on 2001/07/06 13:20:08
4969 ____________________________________________________________________________
4970 [ 11179] By: jhi on 2001/07/06 12:57:13
4971 Log: Nit from Abhijit.
4974 ____________________________________________________________________________
4975 [ 11178] By: jhi on 2001/07/06 12:53:04
4976 Log: Retract #11172.
4979 ____________________________________________________________________________
4980 [ 11177] By: jhi on 2001/07/06 12:44:51
4981 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
4982 From: Norton Allen <allen@huarp.harvard.edu>
4983 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
4984 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
4987 ____________________________________________________________________________
4988 [ 11176] By: jhi on 2001/07/06 12:42:45
4989 Log: (Accidentally empty check-in.)
4992 ____________________________________________________________________________
4993 [ 11175] By: jhi on 2001/07/06 12:29:56
4994 Log: Retract #11165 since Sarathy pointed out it'll not
4995 work properly under threads, the problem should be
4996 solved using "the savestack, either via SSNEW() or
4997 using a newSVpv()+SAVEFREESV() combo."
4999 ! ext/POSIX/POSIX.xs
5000 ____________________________________________________________________________
5001 [ 11174] By: jhi on 2001/07/06 12:27:31
5002 Log: Retract #11125 since NI-S pointed out it'll not work in
5003 cases where the extension has their own handcrafted INC
5006 ! lib/ExtUtils/MM_Unix.pm
5007 ____________________________________________________________________________
5008 [ 11173] By: jhi on 2001/07/06 12:20:50
5009 Log: Subject: RE: [PATCH] -I and MakeMaker again
5010 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5011 Date: Fri, 6 Jul 2001 09:18:29 +0200
5012 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
5014 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
5015 ! lib/ExtUtils/MM_Win32.pm
5016 ____________________________________________________________________________
5017 [ 11172] By: jhi on 2001/07/06 12:18:39
5018 Log: (Retracted by #11178)
5019 Subject: [PATCH t/op/method.t] SUPER:: strangeness
5020 From: Piers Cawley <pdcawley@iterative-software.com>
5021 Date: 06 Jul 2001 10:49:01 +0100
5022 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
5025 ____________________________________________________________________________
5026 [ 11171] By: jhi on 2001/07/06 01:38:55
5027 Log: VOS README update from Paul Green.
5030 ____________________________________________________________________________
5031 [ 11170] By: jhi on 2001/07/06 01:19:33
5032 Log: Subject: [PATCH README.qnx hints/qnx.sh]
5033 From: Norton Allen <allen@huarp.harvard.edu>
5034 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
5035 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
5037 ! README.qnx hints/qnx.sh
5038 ____________________________________________________________________________
5039 [ 11169] By: jhi on 2001/07/06 01:17:43
5040 Log: Subject: [PATCH] Doc patch for Tie::Hash
5041 From: Artur Bergman <artur@contiller.se>
5042 Date: Thu, 05 Jul 2001 22:51:18 +0200
5043 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
5046 ____________________________________________________________________________
5047 [ 11168] By: jhi on 2001/07/06 01:16:27
5048 Log: Subject: [PATCH] perlfaq4.pod
5049 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
5050 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
5051 Date: Thu, 5 Jul 2001 18:44:10 +0100
5054 ____________________________________________________________________________
5055 [ 11167] By: jhi on 2001/07/06 01:14:41
5056 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
5057 From: Robin Houston <robin@kitsite.com>
5058 Date: Thu, 5 Jul 2001 18:33:21 +0100
5059 Message-ID: <20010705183321.A27345@robin.kitsite.com>
5061 ! ext/B/B/Deparse.pm
5062 ____________________________________________________________________________
5063 [ 11166] By: jhi on 2001/07/06 01:11:50
5064 Log: (Retracted by #11285.)
5066 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
5067 From: Abhijit Menon-Sen <ams@wiw.org>
5068 Date: Fri, 6 Jul 2001 01:26:32 +0530
5069 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
5071 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
5072 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
5074 ____________________________________________________________________________
5075 [ 11165] By: jhi on 2001/07/06 00:19:26
5076 Log: (Retracted by #11175)
5077 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5078 From: Norton Allen <allen@huarp.harvard.edu>
5079 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
5080 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
5082 ! ext/POSIX/POSIX.xs
5083 ____________________________________________________________________________
5084 [ 11164] By: jhi on 2001/07/06 00:14:57
5085 Log: Unterminated C< (noticed by Richard Hatch), and few other
5086 small Unicode doc tweaks.
5089 ____________________________________________________________________________
5090 [ 11163] By: jhi on 2001/07/05 19:33:34
5091 Log: More flexible argument understanding; add charblocks() and
5092 charscripts(); make charblock() and charscript() two-way;
5093 add charinrange(); separate the $Unicode::UCD::VERSION and
5094 the version of the Unicode by adding UnicodeVersion().
5096 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5097 ____________________________________________________________________________
5098 [ 11162] By: jhi on 2001/07/05 13:38:36
5099 Log: Update Unicode::UCD on \p{In...}.
5101 ! lib/Unicode/UCD.pm
5102 ____________________________________________________________________________
5103 [ 11161] By: jhi on 2001/07/05 13:26:00
5104 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
5105 From: Norton Allen <allen@huarp.harvard.edu>
5106 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
5107 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
5109 ! lib/ExtUtils/MM_Unix.pm
5110 ____________________________________________________________________________
5111 [ 11160] By: jhi on 2001/07/05 13:06:53
5112 Log: POSIX-BC tweaks from Thomas Dorner.
5114 ! hints/posix-bc.sh perlio.h
5115 ____________________________________________________________________________
5116 [ 11159] By: jhi on 2001/07/05 04:17:18
5117 Log: Module updates for the delta.
5119 ! pod/perl572delta.pod
5120 ____________________________________________________________________________
5121 [ 11158] By: jhi on 2001/07/05 03:45:19
5122 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
5123 From: Norton Allen <allen@huarp.harvard.edu>
5124 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
5125 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
5127 ! ext/IO/lib/IO/t/io_sock.t
5128 ____________________________________________________________________________
5129 [ 11157] By: jhi on 2001/07/05 03:44:19
5130 Log: Subject: [PATCH perldiag.pod] Quick fixes
5131 From: Simon Cozens <simon@netthink.co.uk>
5132 Date: Wed, 4 Jul 2001 20:22:12 +0100
5133 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
5136 ____________________________________________________________________________
5137 [ 11156] By: jhi on 2001/07/05 03:43:28
5138 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
5139 From: Radu Greab <radu@netsoft.ro>
5140 Date: Wed, 4 Jul 2001 22:13:31 +0300
5141 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
5143 ! op.c sv.c t/op/pos.t
5144 ____________________________________________________________________________
5145 [ 11155] By: jhi on 2001/07/05 03:40:24
5146 Log: Subject: [PATCH] -I and MakeMaker again
5147 From: Michael G Schwern <schwern@pobox.com>
5148 Date: Wed, 4 Jul 2001 15:03:07 -0400
5149 Message-ID: <20010704150307.I20340@blackrider>
5151 (and retract #11145)
5153 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
5154 ! lib/ExtUtils/MakeMaker.pm
5155 ____________________________________________________________________________
5156 [ 11154] By: jhi on 2001/07/05 03:32:43
5157 Log: Subject: Re: PERFORCE change 11142 for review
5158 From: "Philip Newton" <Philip.Newton@gmx.net>
5159 Date: Wed, 4 Jul 2001 20:46:26 +0200
5160 Message-Id: <200107041841.VAA25380@taas.iki.fi>
5162 ! lib/ExtUtils/MakeMaker.pm
5163 ____________________________________________________________________________
5164 [ 11153] By: jhi on 2001/07/05 03:29:21
5165 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5166 From: Jonathan Stowe <gellyfish@gellyfish.com>
5167 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
5168 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
5171 ____________________________________________________________________________
5172 [ 11152] By: gsar on 2001/07/05 00:52:57
5173 Log: fix the binary compatibility issue when building with/without
5174 usemymalloc by exporting Perl_malloc() et al as simple wrappers
5175 around the system functions (this allows most extensions built
5176 using one mode to coexist with perls built in the other mode)
5178 XXX the Perl_mfree() wrapper might need to do return(free()) on
5179 platforms where Free_t isn't "void"
5181 ! embed.h embed.pl makedef.pl proto.h util.c
5182 ____________________________________________________________________________
5183 [ 11151] By: gsar on 2001/07/05 00:42:49
5184 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
5185 since it doesn't ensure threads other than the one calling fork()
5186 aren't holding any locks; the fix is to use pthread_atfork() to
5189 building perl with -Dusemymalloc exacerbates the problem since
5190 Perl_malloc() holds a mutex, and perl's exec() calls New()
5192 XXX the code in win32thread.h may be needed on platforms that have
5195 ! perl.c thread.h win32/win32thread.h
5196 ____________________________________________________________________________
5197 [ 11150] By: pudge on 2001/07/04 20:07:54
5198 Log: Integrate #11009 from maintperl.
5199 Branch: maint-5.6/macperl
5200 !> lib/ExtUtils/Manifest.pm
5201 ____________________________________________________________________________
5202 [ 11149] By: pudge on 2001/07/04 19:54:46
5203 Log: Flexing my Perforce muscles.
5204 Branch: maint-5.6/macperl
5206 ____________________________________________________________________________
5207 [ 11148] By: jhi on 2001/07/04 17:14:51
5208 Log: Update Changes.
5210 ! Changes patchlevel.h
5211 ____________________________________________________________________________
5212 [ 11147] By: jhi on 2001/07/04 16:41:25
5213 Log: Metaconfig unit change for #11146.
5214 Branch: metaconfig/U/perl
5215 ! d_fcntl_can_lock.U
5216 ____________________________________________________________________________
5217 [ 11146] By: jhi on 2001/07/04 16:36:31
5218 Log: Somehow the #ifdefs of the added code (in #11093) made
5219 HP-UX to fail the fcntl locking test, without the ifdefs
5220 the test seems to be working again. Reason unknown:
5221 HP-UX cc doesn't complain either way.
5224 ____________________________________________________________________________
5225 [ 11145] By: jhi on 2001/07/04 16:08:00
5226 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
5228 ! lib/ExtUtils/MM_Unix.pm
5229 ____________________________________________________________________________
5230 [ 11144] By: jhi on 2001/07/04 16:07:35
5234 ____________________________________________________________________________
5235 [ 11143] By: jhi on 2001/07/04 15:08:26
5236 Log: When removing tests updating the test count is a good idea, too.
5238 ! lib/Net/t/require.t
5239 ____________________________________________________________________________
5240 [ 11142] By: jhi on 2001/07/04 14:57:51
5241 Log: Document #11134 and add the new symbols to the list of
5242 of MakeMaker known ones.
5244 ! lib/ExtUtils/MakeMaker.pm
5245 ____________________________________________________________________________
5246 [ 11141] By: jhi on 2001/07/04 14:34:11
5247 Log: Microperl update.
5250 ____________________________________________________________________________
5251 [ 11140] By: jhi on 2001/07/04 14:32:27
5252 Log: Update the libnet tests as per #11138.
5255 ! MANIFEST lib/Net/t/require.t
5256 ____________________________________________________________________________
5257 [ 11139] By: jhi on 2001/07/04 14:14:33
5258 Log: Regen toc and modlib.
5260 ! pod/perlmodlib.pod pod/perltoc.pod
5261 ____________________________________________________________________________
5262 [ 11138] By: jhi on 2001/07/04 14:10:38
5263 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
5266 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
5268 ____________________________________________________________________________
5269 [ 11137] By: jhi on 2001/07/04 14:06:35
5270 Log: Add the OS/390 harness results to the delta.
5272 ! pod/perl572delta.pod
5273 ____________________________________________________________________________
5274 [ 11136] By: jhi on 2001/07/04 13:59:01
5275 Log: Avoid the two study tests in OS/390 until the bug has been solved.
5278 ____________________________________________________________________________
5279 [ 11135] By: jhi on 2001/07/04 13:49:08
5280 Log: DOS/DJGPP tweaks from Laszlo Molnar.
5282 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
5283 ____________________________________________________________________________
5284 [ 11134] By: jhi on 2001/07/04 13:47:46
5285 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
5286 From: Michael G Schwern <schwern@pobox.com>
5287 Date: Wed, 4 Jul 2001 00:01:16 -0400
5288 Message-ID: <20010704000116.C591@blackrider>
5290 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
5291 ____________________________________________________________________________
5292 [ 11133] By: jhi on 2001/07/04 01:55:20
5293 Log: The #11132 missed singleton characters (not part
5294 of a unilo..unihi range) in Unicode scripts.
5296 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
5297 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
5298 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
5299 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
5300 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
5301 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
5302 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
5303 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
5304 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
5305 ! lib/unicode/mktables.PL t/op/pat.t
5306 ____________________________________________________________________________
5307 [ 11132] By: jhi on 2001/07/04 01:32:11
5308 Log: Support preferentially the Unicode 'scripts' definition
5309 in the \p{In...} notation since according to Unicode the
5310 scripts concept is more natural for matching than using
5311 the somewhat artificial block names. The block names are
5312 still available, though, and if there's a name conflict,
5313 the scripts one wins and the blocks one has to do with
5314 'Block' appended to its name. For more information see
5316 http://www.unicode.org/unicode/reports/tr24/
5318 + lib/unicode/In/100.pl lib/unicode/In/101.pl
5319 + lib/unicode/In/102.pl lib/unicode/In/103.pl
5320 + lib/unicode/In/104.pl lib/unicode/In/105.pl
5321 + lib/unicode/In/106.pl lib/unicode/In/107.pl
5322 + lib/unicode/In/108.pl lib/unicode/In/109.pl
5323 + lib/unicode/In/110.pl lib/unicode/In/111.pl
5324 + lib/unicode/In/112.pl lib/unicode/In/113.pl
5325 + lib/unicode/In/114.pl lib/unicode/In/115.pl
5326 + lib/unicode/In/116.pl lib/unicode/In/117.pl
5327 + lib/unicode/In/118.pl lib/unicode/In/119.pl
5328 + lib/unicode/In/120.pl lib/unicode/In/121.pl
5329 + lib/unicode/In/122.pl lib/unicode/In/123.pl
5330 + lib/unicode/In/124.pl lib/unicode/In/125.pl
5331 + lib/unicode/In/126.pl lib/unicode/In/127.pl
5332 + lib/unicode/In/128.pl lib/unicode/In/129.pl
5333 + lib/unicode/In/130.pl lib/unicode/In/131.pl
5334 + lib/unicode/In/132.pl lib/unicode/In/133.pl
5335 + lib/unicode/In/134.pl lib/unicode/In/135.pl
5336 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
5337 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
5339 ____________________________________________________________________________
5340 [ 11131] By: jhi on 2001/07/03 23:02:02
5341 Log: Better document the difference between a block and a script.
5343 ! lib/Unicode/UCD.pm
5344 ____________________________________________________________________________
5345 [ 11130] By: jhi on 2001/07/03 22:49:15
5346 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
5347 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5348 Date: Tue, 3 Jul 2001 15:04:23 -0500
5349 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
5352 ____________________________________________________________________________
5353 [ 11129] By: jhi on 2001/07/03 22:45:41
5354 Log: Add tests for charscript().
5356 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5357 ____________________________________________________________________________
5358 [ 11128] By: jhi on 2001/07/03 20:41:54
5359 Log: Add charscript() to get the UTR#24 script names of characters.
5361 ! lib/Unicode/UCD.pm
5362 ____________________________________________________________________________
5363 [ 11127] By: jhi on 2001/07/03 19:53:29
5367 ____________________________________________________________________________
5368 [ 11126] By: jhi on 2001/07/03 19:45:30
5369 Log: Unicode::UCD updates.
5371 ! lib/Unicode/UCD.pm
5372 ____________________________________________________________________________
5373 [ 11125] By: jhi on 2001/07/03 16:12:20
5374 Log: (Retracted by #11174)
5375 Subject: MakeMaker should pass through DEFINE and INC to subdirs
5376 From: Alan Burlison <Alan.Burlison@sun.com>
5377 Date: Tue, 03 Jul 2001 15:20:13 +0100
5378 Message-ID: <3B41D49D.A923D4F9@sun.com>
5380 ! lib/ExtUtils/MM_Unix.pm
5381 ____________________________________________________________________________
5382 [ 11124] By: jhi on 2001/07/03 16:06:53
5383 Log: Subject: Patch needed for UTS
5384 From: hom00@utsglobal.com (Hal Morris)
5385 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
5386 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
5388 Replace #11113 with a better version.
5391 ____________________________________________________________________________
5392 [ 11123] By: jhi on 2001/07/03 16:04:49
5393 Log: Subject: Re: POINTERRIGOR
5394 From: Andy Dougherty <doughera@lafayette.edu>
5395 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
5396 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
5399 ____________________________________________________________________________
5400 [ 11122] By: jhi on 2001/07/03 16:03:31
5401 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
5402 From: "Philip Newton" <pnewton@gmx.de>
5403 Date: Tue, 3 Jul 2001 17:03:34 +0200
5404 Message-ID: <3B41FAE6.29564.660E117@localhost>
5407 ____________________________________________________________________________
5408 [ 11121] By: jhi on 2001/07/03 13:26:08
5412 ____________________________________________________________________________
5413 [ 11120] By: jhi on 2001/07/03 11:34:47
5414 Log: Subject: [PATCH 5.6.1] debugger fixes
5415 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5416 Date: Tue, 3 Jul 2001 03:38:18 -0400
5417 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
5419 The $^S is working again.
5422 ____________________________________________________________________________
5423 [ 11119] By: jhi on 2001/07/03 11:33:27
5424 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
5425 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5426 Date: Tue, 3 Jul 2001 03:34:06 -0400
5427 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
5429 ! os2/OS2/Process/Process.pm
5430 ____________________________________________________________________________
5431 [ 11118] By: jhi on 2001/07/03 11:29:54
5432 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
5433 From: "Philip Newton" <Philip.Newton@gmx.net>
5434 Date: Tue, 3 Jul 2001 09:11:27 +0200
5435 Message-Id: <200107030706.KAA04596@taas.iki.fi>
5438 ____________________________________________________________________________
5439 [ 11117] By: jhi on 2001/07/03 11:25:14
5442 ! pod/perl572delta.pod
5443 ____________________________________________________________________________
5444 [ 11116] By: jhi on 2001/07/02 23:06:50
5445 Log: Metaconfig unit change for 11115.
5448 ____________________________________________________________________________
5449 [ 11115] By: jhi on 2001/07/02 23:06:27
5450 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
5451 (from Richard Hatch) (this was the cause of pipes() and
5452 times() myeteriously not being found)
5455 ____________________________________________________________________________
5456 [ 11114] By: jhi on 2001/07/02 22:58:41
5457 Log: Retract #10142, the real culprit found by Richard Hatch,
5458 coming soon to Configure near you.
5461 ____________________________________________________________________________
5462 [ 11113] By: jhi on 2001/07/02 22:56:09
5463 Log: (Replaced by #11124) UTS workaround from Hal Morris.
5466 ____________________________________________________________________________
5467 [ 11112] By: jhi on 2001/07/02 22:53:29
5468 Log: Subject: [PATCH] grok not grocking correctly
5469 From: Nicholas Clark <nick@ccl4.org>
5470 Date: Tue, 3 Jul 2001 00:19:08 +0100
5471 Message-ID: <20010703001908.H59620@plum.flirble.org>
5474 ____________________________________________________________________________
5475 [ 11111] By: jhi on 2001/07/02 22:48:42
5476 Log: Subject: [PATCH Deparse.t] test just-posted patches
5477 From: Robin Houston <robin@kitsite.com>
5478 Date: Mon, 2 Jul 2001 23:46:15 +0100
5479 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
5482 ____________________________________________________________________________
5483 [ 11110] By: jhi on 2001/07/02 22:27:10
5484 Log: Subject: [PATCH toke.c] autosplit into @F
5485 From: Robin Houston <robin@kitsite.com>
5486 Date: Mon, 2 Jul 2001 23:18:20 +0100
5487 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
5490 ____________________________________________________________________________
5491 [ 11109] By: jhi on 2001/07/02 22:25:03
5492 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
5493 From: Robin Houston <robin@kitsite.com>
5494 Date: Mon, 2 Jul 2001 23:00:48 +0100
5495 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
5497 ! ext/B/B/Deparse.pm
5498 ____________________________________________________________________________
5499 [ 11108] By: jhi on 2001/07/02 19:21:18
5500 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
5501 From: "Philip Newton" <Philip.Newton@gmx.net>
5502 Date: Mon, 2 Jul 2001 22:06:22 +0200
5505 ! ext/NDBM_File/hints/linux.pl
5506 ____________________________________________________________________________
5507 [ 11107] By: jhi on 2001/07/02 19:19:25
5508 Log: Subject: Re: Fixed pack problem - sort of
5509 From: Nicholas Clark <nick@ccl4.org>
5510 Date: Mon, 2 Jul 2001 20:59:20 +0100
5511 Message-ID: <20010702205919.F59620@plum.flirble.org>
5513 ! pp_pack.c t/op/pack.t
5514 ____________________________________________________________________________
5515 [ 11106] By: jhi on 2001/07/02 19:18:28
5516 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
5517 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5518 Date: Mon, 2 Jul 2001 15:45:41 -0400
5519 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
5522 ____________________________________________________________________________
5523 [ 11105] By: jhi on 2001/07/02 19:17:27
5524 Log: (Mistaken retraction)
5527 ____________________________________________________________________________
5528 [ 11104] By: jhi on 2001/07/02 18:56:15
5529 Log: Detypo in #11103.
5532 ____________________________________________________________________________
5533 [ 11103] By: jhi on 2001/07/02 18:54:53
5534 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5535 From: Jonathan Stowe <gellyfish@gellyfish.com>
5536 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
5537 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
5540 ____________________________________________________________________________
5541 [ 11102] By: jhi on 2001/07/02 18:16:09
5542 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
5543 From: "Craig A. Berry" <craigberry@mac.com>
5544 Date: Mon, 02 Jul 2001 14:11:23 -0500
5545 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
5547 ! lib/Unicode/UCD.pm
5548 ____________________________________________________________________________
5549 [ 11101] By: jhi on 2001/07/02 18:14:51
5550 Log: Subject: [PATCH] Re: op/numconvert.t failures
5551 From: Nicholas Clark <nick@ccl4.org>
5552 Date: Mon, 2 Jul 2001 20:10:48 +0100
5553 Message-ID: <20010702201048.E59620@plum.flirble.org>
5556 ____________________________________________________________________________
5557 [ 11100] By: jhi on 2001/07/02 17:51:44
5558 Log: Update Changes.
5560 ! Changes patchlevel.h
5561 ____________________________________________________________________________
5562 [ 11099] By: jhi on 2001/07/02 17:46:31
5563 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
5564 The real fix must be more involved. The line of code all the leaky
5565 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
5566 line of Perl_newPMOP().
5569 ____________________________________________________________________________
5570 [ 11098] By: jhi on 2001/07/02 17:37:44
5573 Subject: Re: sizeof(struct sembuf)
5574 From: Nicholas Clark <nick@ccl4.org>
5575 Date: Sun, 1 Jul 2001 22:26:48 +0100
5576 Message-ID: <20010701222648.W59620@plum.flirble.org>
5578 but do semop() always the slow way.
5581 ____________________________________________________________________________
5582 [ 11097] By: jhi on 2001/07/02 17:22:14
5583 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
5584 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5585 Date: Tue, 03 Jul 2001 00:56:30 +0900
5586 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
5588 ! ext/Encode/Encode/Tcl.t
5589 ____________________________________________________________________________
5590 [ 11096] By: jhi on 2001/07/02 17:11:24
5591 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
5592 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5593 Date: Tue, 03 Jul 2001 00:55:46 +0900
5594 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
5596 ! ext/Encode/Encode/Tcl.pm
5597 ____________________________________________________________________________
5598 [ 11095] By: jhi on 2001/07/02 17:07:14
5599 Log: Regen api and toc.
5601 ! pod/perlapi.pod pod/perltoc.pod
5602 ____________________________________________________________________________
5603 [ 11094] By: jhi on 2001/07/02 16:29:42
5604 Log: Metaconfig unit change for #11093.
5605 Branch: metaconfig/U/perl
5606 ! d_fcntl_can_lock.U
5607 ____________________________________________________________________________
5608 [ 11093] By: jhi on 2001/07/02 16:28:56
5609 Log: The fcntl locking test may hang if NFS locking messed up;
5610 break out with alarm(10).
5613 ____________________________________________________________________________
5614 [ 11092] By: jhi on 2001/07/02 14:11:31
5615 Log: Move the mdelete.bat from win32/bin to win32.
5618 ____________________________________________________________________________
5619 [ 11091] By: jhi on 2001/07/02 14:10:01
5620 Log: Typo in #11083.
5622 ! ext/Time/Piece/Piece.t
5623 ____________________________________________________________________________
5624 [ 11090] By: jhi on 2001/07/02 13:36:58
5625 Log: Netware tweaks from Guruprasad.
5627 - NetWare/perlsdio.h
5628 ! MANIFEST NetWare/Makefile NetWare/interface.c
5629 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
5631 ____________________________________________________________________________
5632 [ 11089] By: jhi on 2001/07/02 13:25:40
5633 Log: Subject: Re: [PATH] shared -> unique;
5634 From: Abhijit Menon-Sen <ams@wiw.org>
5635 Date: Wed, 27 Jun 2001 03:51:27 +0530
5636 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
5638 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
5639 ____________________________________________________________________________
5640 [ 11088] By: jhi on 2001/07/02 13:24:27
5641 Log: Subject: Re: AIX / gcc-3.0
5642 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5643 Date: Mon, 02 Jul 2001 15:20:21 +0200
5644 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
5647 ____________________________________________________________________________
5648 [ 11087] By: jhi on 2001/07/02 13:23:21
5649 Log: Subject: Re: Bug report: split splits on wrong pattern
5650 From: Abhijit Menon-Sen <ams@wiw.org>
5651 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
5652 Date: Mon, 2 Jul 2001 16:31:33 +0530
5655 ____________________________________________________________________________
5656 [ 11086] By: jhi on 2001/07/02 13:22:30
5657 Log: Subject: [PATCH 5.6.1] test harness
5658 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5659 Date: Mon, 2 Jul 2001 06:29:21 -0400
5660 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
5662 ! lib/Test/Harness.pm
5663 ____________________________________________________________________________
5664 [ 11085] By: jhi on 2001/07/02 13:21:39
5665 Log: Subject: [PATCH 5.6.1] debugger goof
5666 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5667 Date: Mon, 2 Jul 2001 06:27:22 -0400
5668 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
5671 ____________________________________________________________________________
5672 [ 11084] By: jhi on 2001/07/02 13:20:50
5673 Log: Subject: [PATCH 5.6.1] OS/2 cwd
5674 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5675 Date: Mon, 2 Jul 2001 06:21:17 -0400
5676 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
5678 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
5679 ____________________________________________________________________________
5680 [ 11083] By: jhi on 2001/07/02 13:19:18
5681 Log: Make #11082 more OS/2-specific.
5683 ! ext/Time/Piece/Piece.t
5684 ____________________________________________________________________________
5685 [ 11082] By: jhi on 2001/07/02 13:14:36
5686 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
5687 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5688 Date: Mon, 2 Jul 2001 06:06:34 -0400
5689 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
5691 ! ext/Time/Piece/Piece.t
5692 ____________________________________________________________________________
5693 [ 11081] By: jhi on 2001/07/02 13:13:08
5694 Log: Subject: [PATCH B::Deparse] version number & changes
5695 From: Robin Houston <robin@kitsite.com>
5696 Date: Sun, 1 Jul 2001 17:17:29 +0100
5697 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
5699 ! ext/B/B/Deparse.pm
5700 ____________________________________________________________________________
5701 [ 11080] By: jhi on 2001/07/02 13:11:48
5702 Log: Subject: a small fix.
5703 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5704 Date: Mon, 2 Jul 2001 12:17:53 +0200
5705 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
5707 ! ext/Thread/Thread.xs
5708 ____________________________________________________________________________
5709 [ 11079] By: jhi on 2001/07/02 13:10:39
5710 Log: Subject: RE: perl@10907
5711 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5712 Date: Mon, 2 Jul 2001 12:06:16 +0200
5713 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
5715 Borland C vs PerlIO.
5717 ! win32/config.bc win32/config_H.bc
5718 ____________________________________________________________________________
5719 [ 11078] By: jhi on 2001/07/02 13:03:44
5720 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
5721 From: "H.M. Brand" <merijn@l1.procura.nl>
5722 Date: Mon, 02 Jul 2001 11:18:57 +0200
5723 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
5726 ____________________________________________________________________________
5727 [ 11077] By: jhi on 2001/07/02 12:58:27
5728 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
5729 From: Michael G Schwern <schwern@pobox.com>
5730 Date: Mon, 2 Jul 2001 00:26:24 -0400
5731 Message-ID: <20010702002624.A18302@blackrider>
5733 - ext/util/mkbootstrap
5734 ____________________________________________________________________________
5735 [ 11076] By: jhi on 2001/07/02 12:56:20
5736 Log: Subject: [PATCH op.h] v minor comment tweak
5737 From: Robin Houston <robin@puffinry.freeserve.co.uk>
5738 Date: Mon, 2 Jul 2001 00:42:01 +0100
5739 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
5742 ____________________________________________________________________________
5743 [ 11075] By: jhi on 2001/07/02 12:53:48
5744 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
5747 ____________________________________________________________________________
5748 [ 11074] By: jhi on 2001/07/02 12:52:28
5749 Log: Subject: Re: sizeof(struct sembuf)
5750 From: Nicholas Clark <nick@ccl4.org>
5751 Date: Sun, 1 Jul 2001 19:23:16 +0100
5752 Message-ID: <20010701192316.V59620@plum.flirble.org>
5754 s/signaling/signalling/
5757 ____________________________________________________________________________
5758 [ 11073] By: jhi on 2001/07/02 12:49:51
5759 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
5760 From: "Philip Newton" <Philip.Newton@gmx.net>
5761 Date: Sun, 1 Jul 2001 09:37:56 +0200
5762 Message-Id: <200107010733.KAA03920@taas.iki.fi>
5765 ____________________________________________________________________________
5766 [ 11072] By: jhi on 2001/07/02 12:48:03
5767 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
5768 From: "Philip Newton" <Philip.Newton@gmx.net>
5769 Date: Sun, 1 Jul 2001 09:37:56 +0200
5770 Message-Id: <200107010733.KAA03925@taas.iki.fi>
5772 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
5773 ____________________________________________________________________________
5774 [ 11071] By: jhi on 2001/07/02 12:45:12
5775 Log: Metaconfig unit change for #11070.
5777 ! U/compline/randfunc.U
5778 ____________________________________________________________________________
5779 [ 11070] By: jhi on 2001/07/02 12:43:58
5780 Log: Subject: [PATCH perlsnap] its --> it's --> its
5781 From: "Philip Newton" <Philip.Newton@gmx.net>
5782 Date: Sun, 1 Jul 2001 09:37:56 +0200
5783 Message-Id: <200107010733.KAA03914@taas.iki.fi>
5786 ____________________________________________________________________________
5787 [ 11069] By: jhi on 2001/07/02 12:01:52
5788 Log: Sync with Sarathy; integrate with perlio.
5791 ____________________________________________________________________________
5792 [ 11068] By: gsar on 2001/07/02 08:07:54
5793 Log: regenerate win32/config_H.?c files
5795 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5796 ____________________________________________________________________________
5797 [ 11067] By: gsar on 2001/07/02 08:03:55
5798 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
5801 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
5804 fix a warning about "fd" being used without being set in Cwd.xs
5806 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
5807 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
5808 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
5810 ____________________________________________________________________________
5811 [ 11066] By: gsar on 2001/07/02 07:12:10
5812 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
5813 within macro arguments") and warnings ("unary minus applied to
5814 unsigned type", among others)
5816 ! gv.c hv.c op.c pp.c sv.c toke.c
5817 ____________________________________________________________________________
5818 [ 11065] By: gsar on 2001/07/02 06:26:22
5819 Log: win32 fixes: more spurious CRs
5822 ____________________________________________________________________________
5823 [ 11064] By: gsar on 2001/07/02 06:25:22
5824 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
5825 from win32/bin (or it gets deleted by distclean); don't delete
5826 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
5827 NT (should be made Win9x specific, and added to makefile.mk)
5829 +> win32/mdelete.bat
5830 - win32/bin/mdelete.bat
5831 ! win32/Makefile win32/makefile.mk
5832 ____________________________________________________________________________
5833 [ 11063] By: nick on 2001/07/01 18:54:09
5834 Log: Quick for for #ifdef mess
5837 ____________________________________________________________________________
5838 [ 11062] By: nick on 2001/07/01 18:47:42
5839 Log: Raw integrate - does not build #if mess in gv.c
5841 !> (integrate 29 files)
5842 ____________________________________________________________________________
5843 [ 11061] By: jhi on 2001/07/01 15:20:38
5844 Log: Make 'compile' target a little less broken.
5845 Still very broken, though: -Wall warnings from
5846 the generated code, boot_Foo prototypes missing,
5847 can't autoload Fcntl::SEEK_CUR et alia, ...
5849 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
5850 ! utils/perlcc.PL x2p/Makefile.SH
5851 ____________________________________________________________________________
5852 [ 11060] By: jhi on 2001/07/01 14:04:20
5853 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
5855 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5856 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
5857 ____________________________________________________________________________
5858 [ 11059] By: jhi on 2001/07/01 05:02:59
5859 Log: Update Changes.
5861 ! Changes patchlevel.h
5862 ____________________________________________________________________________
5863 [ 11058] By: jhi on 2001/07/01 04:57:05
5864 Log: Still one typo, regen toc.
5866 ! lib/Unicode/UCD.pm pod/perltoc.pod
5867 ____________________________________________________________________________
5868 [ 11057] By: jhi on 2001/07/01 04:54:35
5869 Log: Detypos and regen toc.
5871 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
5872 ____________________________________________________________________________
5873 [ 11056] By: jhi on 2001/07/01 04:26:08
5876 ! ext/List/Util/lib/List/Util.pm
5877 ____________________________________________________________________________
5878 [ 11055] By: jhi on 2001/06/30 22:18:37
5879 Log: Attempt at plugging the leak under ithreads detected by Doug.
5882 ____________________________________________________________________________
5883 [ 11054] By: jhi on 2001/06/30 21:33:29
5884 Log: gcc -Wall lint after #11051.
5887 ____________________________________________________________________________
5888 [ 11053] By: jhi on 2001/06/30 21:13:55
5889 Log: Integrate perlio.
5891 !> lib/File/Find/taint.t
5892 ____________________________________________________________________________
5893 [ 11052] By: jhi on 2001/06/30 21:07:38
5894 Log: Don't use the v-strings for module VERSIONs.
5896 ! lib/Unicode/UCD.pm
5897 ____________________________________________________________________________
5898 [ 11051] By: jhi on 2001/06/30 20:59:57
5899 Log: Code cleanup based on turning off the -woffs in IRIX.
5900 Not all of the gripes cleaned up (hairy code in hv.c and
5901 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
5902 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
5905 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
5906 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
5907 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
5909 ____________________________________________________________________________
5910 [ 11050] By: nick on 2001/06/30 20:46:46
5911 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
5913 ! lib/File/Find/taint.t
5914 ____________________________________________________________________________
5915 [ 11049] By: nick on 2001/06/30 18:13:33
5916 Log: Integrate mainline
5918 +> NetWare/nwstdio.h NetWare/perlsdio.h
5919 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
5920 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
5921 +> lib/Unicode/UCD.t t/run/exit.t
5922 !> (integrate 60 files)
5923 ____________________________________________________________________________
5924 [ 11048] By: jhi on 2001/06/30 16:23:39
5927 ! pod/perl572delta.pod
5928 ____________________________________________________________________________
5929 [ 11047] By: jhi on 2001/06/30 16:03:40
5930 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
5931 by CPAN.pm, use rather _00.
5933 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
5934 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
5935 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
5936 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
5937 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
5938 ! lib/ExtUtils/Embed.pm lib/Test.pm
5939 ____________________________________________________________________________
5940 [ 11046] By: jhi on 2001/06/30 15:53:22
5941 Log: Add a simple Unicode character database interface, Unicode::UCD.
5943 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
5945 ____________________________________________________________________________
5946 [ 11045] By: jhi on 2001/06/30 13:42:37
5947 Log: Subject: [PATCH] op/numconver.t
5948 From: Nicholas Clark <nick@ccl4.org>
5949 Date: Sat, 30 Jun 2001 15:40:10 +0100
5950 Message-ID: <20010630154010.I59620@plum.flirble.org>
5953 ____________________________________________________________________________
5954 [ 11044] By: jhi on 2001/06/30 13:29:25
5955 Log: The $^N is now taken (by #11038).
5958 ____________________________________________________________________________
5959 [ 11043] By: jhi on 2001/06/30 13:15:59
5960 Log: The #11040 had slipped to a wrong function...
5963 ____________________________________________________________________________
5964 [ 11042] By: jhi on 2001/06/30 13:08:25
5965 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
5966 the Configure library symbol probe mysteriously finds all
5967 symbols but those of pipe() and times().
5970 ____________________________________________________________________________
5971 [ 11041] By: jhi on 2001/06/30 13:01:25
5972 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
5973 From: Nicholas Clark <nick@ccl4.org>
5974 Date: Fri, 29 Jun 2001 23:49:07 +0100
5975 Message-ID: <20010629234907.D59620@plum.flirble.org>
5978 ____________________________________________________________________________
5979 [ 11040] By: jhi on 2001/06/30 13:00:24
5980 Log: Subject: [PATCH] weakref fix 2, not yet there
5981 From: Artur Bergman <artur@contiller.se>
5982 Date: Sat, 30 Jun 2001 01:18:16 +0200
5983 Message-ID: <B762D957.1CC9%artur@contiller.se>
5986 ____________________________________________________________________________
5987 [ 11039] By: jhi on 2001/06/30 12:59:25
5988 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
5989 From: Michael G Schwern <schwern@pobox.com>
5990 Date: Fri, 29 Jun 2001 19:39:11 -0400
5991 Message-ID: <20010629193910.D25304@blackrider>
5995 ____________________________________________________________________________
5996 [ 11038] By: jhi on 2001/06/30 12:58:16
5997 Log: Add support for $^N, the most-recently closed group.
5999 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
6000 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
6002 ____________________________________________________________________________
6003 [ 11037] By: jhi on 2001/06/30 12:53:40
6004 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
6005 From: lvirden@cas.org
6006 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
6007 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
6009 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
6010 From: lvirden@cas.org
6011 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
6012 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
6015 ____________________________________________________________________________
6016 [ 11036] By: jhi on 2001/06/30 12:51:45
6017 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
6018 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6019 Date: Sat, 30 Jun 2001 07:33:37 +0900
6020 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
6022 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
6023 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6024 Date: Sat, 30 Jun 2001 21:38:14 +0900
6025 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
6027 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6028 + ext/Encode/Encode/7bit-kr.enc
6029 ! MANIFEST ext/Encode/Encode/Tcl.pm
6030 ____________________________________________________________________________
6031 [ 11035] By: jhi on 2001/06/30 12:44:51
6032 Log: NetWare tweaks from Guruprasad.
6034 + NetWare/nwstdio.h NetWare/perlsdio.h
6035 ! MANIFEST NetWare/Makefile NetWare/config.wc
6036 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
6037 ! NetWare/t/Readme.txt
6038 ____________________________________________________________________________
6039 [ 11034] By: jhi on 2001/06/29 23:28:16
6040 Log: More module $VERSION bump-ups.
6042 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
6043 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
6044 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
6045 ____________________________________________________________________________
6046 [ 11033] By: jhi on 2001/06/29 21:25:23
6047 Log: Doc update due to #11032.
6049 ! pod/perl572delta.pod
6050 ____________________________________________________________________________
6051 [ 11032] By: jhi on 2001/06/29 21:19:44
6052 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
6053 From: Peter Prymmer <pvhp@forte.com>
6054 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
6055 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
6057 ! ext/Time/HiRes/HiRes.xs
6058 ____________________________________________________________________________
6059 [ 11031] By: jhi on 2001/06/29 14:31:53
6060 Log: -lpthreads missing in AIX.
6063 ____________________________________________________________________________
6064 [ 11030] By: jhi on 2001/06/29 14:08:12
6065 Log: Subject: [PATCH] CLONE && weakrefs
6066 From: Artur Bergman <artur@contiller.se>
6067 Date: Fri, 29 Jun 2001 17:02:00 +0200
6068 Message-ID: <B7626508.1CA0%artur@contiller.se>
6071 ____________________________________________________________________________
6072 [ 11029] By: jhi on 2001/06/29 14:06:50
6073 Log: Subject: Re: Bug report: split splits on wrong pattern
6074 From: Radu Greab <radu@netsoft.ro>
6075 Date: Wed, 27 Jun 2001 21:50:52 +0300
6076 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
6078 ! pp_ctl.c t/op/split.t
6079 ____________________________________________________________________________
6080 [ 11028] By: jhi on 2001/06/29 13:47:38
6081 Log: Metaconfig unit change for #11027.
6082 Branch: metaconfig/U/perl
6084 ____________________________________________________________________________
6085 [ 11027] By: jhi on 2001/06/29 13:47:03
6086 Log: I thought this Configure glitch for AIX was just recently fixed?
6089 ____________________________________________________________________________
6090 [ 11026] By: jhi on 2001/06/29 13:14:07
6091 Log: Update Changes.
6093 ! Changes patchlevel.h
6094 ____________________________________________________________________________
6095 [ 11025] By: jhi on 2001/06/29 13:07:57
6096 Log: Subject: Re: perl@10967, File::Find, and Cwd
6097 From: Mike Guy <mjtg@cam.ac.uk>
6098 Date: Fri, 29 Jun 2001 14:56:49 +0100
6099 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
6101 ! lib/File/Find/taint.t
6102 ____________________________________________________________________________
6103 [ 11024] By: jhi on 2001/06/29 12:39:23
6104 Log: Update the sv_pvprintify() spec.
6107 ____________________________________________________________________________
6108 [ 11023] By: jhi on 2001/06/29 12:33:33
6109 Log: Known test failures update.
6111 ! pod/perl572delta.pod
6112 ____________________________________________________________________________
6113 [ 11022] By: jhi on 2001/06/29 12:24:32
6116 Subject: [PATCH @11016] More );) fixes
6117 From: Richard Soderberg <rs@crystalflame.net>
6118 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
6119 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
6121 ! ext/Thread/Thread.xs ext/Thread/typemap
6122 ____________________________________________________________________________
6123 [ 11021] By: jhi on 2001/06/29 12:21:51
6124 Log: Subject: [PATCH @11016] Fixes compile errors in four files
6125 From: Richard Soderberg <rs@crystalflame.net>
6126 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
6127 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
6129 ! mg.c pp.c pp_hot.c util.c
6130 ____________________________________________________________________________
6131 [ 11020] By: jhi on 2001/06/29 12:05:54
6132 Log: AIX hints tweaking continues, from Merijn Brand.
6135 ____________________________________________________________________________
6136 [ 11019] By: jhi on 2001/06/29 12:05:10
6137 Log: HP-UX needs gccversion sooner, from Merijn Brand.
6140 ____________________________________________________________________________
6141 [ 11018] By: jhi on 2001/06/29 11:52:31
6142 Log: Subject: [PATCH 5.6.1] OS/2 docs
6143 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6144 Date: Fri, 29 Jun 2001 02:34:12 -0400
6145 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
6147 ! README.os2 os2/Changes
6148 ____________________________________________________________________________
6149 [ 11017] By: nick on 2001/06/29 10:20:30
6150 Log: Integrate mainline
6152 +> (branch 37 files)
6153 - ext/ODBM_File/sdbm.t
6154 !> (integrate 211 files)
6155 ____________________________________________________________________________
6156 [ 11016] By: jhi on 2001/06/29 03:38:56
6157 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
6158 the modules found using a script written by Larry Schatzer Jr.
6160 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
6161 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
6162 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6163 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
6164 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
6165 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
6166 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
6167 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
6168 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
6169 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
6170 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
6171 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
6172 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
6173 ! lib/constant.pm lib/fields.pm lib/strict.pm
6174 ____________________________________________________________________________
6175 [ 11015] By: jhi on 2001/06/29 02:55:58
6176 Log: The latest JPL from the anoncvs.
6178 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6179 ____________________________________________________________________________
6180 [ 11014] By: jhi on 2001/06/29 02:16:55
6181 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
6184 ____________________________________________________________________________
6185 [ 11013] By: jhi on 2001/06/28 23:14:53
6186 Log: Worrying about insecure directories now is a bit too late.
6188 ! lib/File/Find/taint.t
6189 ____________________________________________________________________________
6190 [ 11012] By: jhi on 2001/06/28 21:36:36
6191 Log: Cannot DIE() in a void function,
6192 from Richard Hatch <rhatch@austin.ibm.com>.
6194 ! ext/IPC/SysV/SysV.xs
6195 ____________________________________________________________________________
6196 [ 11011] By: jhi on 2001/06/28 19:32:13
6197 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
6198 From: Peter Prymmer <pvhp@forte.com>
6199 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
6200 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
6202 (unfinished: time/hires tests 3, 5, 14 failing, but better
6203 than wholesale failure)
6205 ! ext/Time/HiRes/HiRes.xs
6206 ____________________________________________________________________________
6207 [ 11010] By: jhi on 2001/06/28 19:10:54
6208 Log: Subject: [PATCH 5.6.1] OS/2 improvements
6209 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6210 Date: Thu, 28 Jun 2001 16:03:14 -0400
6211 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
6214 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
6215 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
6216 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
6218 ____________________________________________________________________________
6219 [ 11009] By: jhi on 2001/06/28 18:54:14
6220 Log: Subject: Incrementing Extutils::Manifest's $VERSION
6221 From: Michael G Schwern <schwern@pobox.com>
6222 Date: Thu, 28 Jun 2001 13:13:49 -0400
6223 Message-ID: <20010628131349.A14738@blackrider>
6224 Branch: maint-5.6/perl
6225 ! lib/ExtUtils/Manifest.pm
6226 ____________________________________________________________________________
6227 [ 11008] By: jhi on 2001/06/28 18:52:20
6228 Log: AIX tweak from Merijn Brand.
6231 ____________________________________________________________________________
6232 [ 11007] By: jhi on 2001/06/28 17:46:27
6233 Log: Create the macperl branch.
6234 Branch: maint-5.6/macperl
6235 +> (branch 1728 files)
6236 ____________________________________________________________________________
6237 [ 11006] By: jhi on 2001/06/28 14:46:21
6238 Log: Update Changes.
6240 ! Changes patchlevel.h
6241 ____________________________________________________________________________
6242 [ 11005] By: jhi on 2001/06/28 14:40:11
6243 Log: More Perforce lore.
6245 ! Porting/repository.pod
6246 ____________________________________________________________________________
6247 [ 11004] By: jhi on 2001/06/28 14:12:50
6248 Log: Metaconfig unit changes for #11003.
6249 Branch: metaconfig/U/perl
6250 + d_nl_langinfo.U i_langinfo.U
6251 ____________________________________________________________________________
6252 [ 11003] By: jhi on 2001/06/28 14:12:27
6253 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
6254 Expected not to exist in non-UNIX excepting in VMS, where
6255 according to a quick web survey they just might.
6257 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
6258 ! Porting/config_H config_h.SH configure.com epoc/config.sh
6259 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
6260 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6261 ! win32/config.bc win32/config.gc win32/config.vc
6262 ____________________________________________________________________________
6263 [ 11002] By: jhi on 2001/06/28 13:39:11
6264 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
6265 in AIX is one is doing a 64-bit build.
6268 ____________________________________________________________________________
6269 [ 11001] By: jhi on 2001/06/28 13:28:37
6270 Log: Metaconfig unit changes for #11000.
6271 Branch: metaconfig/U/perl
6272 ! use64bits.U uselfs.U
6273 ____________________________________________________________________________
6274 [ 11000] By: jhi on 2001/06/28 13:21:16
6275 Log: Move use64bitint and use64bitall before uselargefiles.
6278 ____________________________________________________________________________
6279 [ 10999] By: jhi on 2001/06/28 03:49:07
6280 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
6281 From: Robert Spier <rspier@pobox.com>
6282 Message-ID: <15162.41164.618712.841415@rls.cx>
6283 Date: Wed, 27 Jun 2001 23:13:16 -0400
6286 ____________________________________________________________________________
6287 [ 10998] By: jhi on 2001/06/28 03:42:57
6288 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
6289 From: Peter Prymmer <pvhp@forte.com>
6290 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
6291 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
6294 ____________________________________________________________________________
6295 [ 10997] By: jhi on 2001/06/28 03:42:12
6296 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
6297 From: Peter Prymmer <pvhp@forte.com>
6298 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
6299 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
6301 ! configure.com ext/Digest/MD5/Makefile.PL
6302 ____________________________________________________________________________
6303 [ 10996] By: jhi on 2001/06/27 20:34:11
6304 Log: Update Changes.
6306 ! Changes patchlevel.h
6307 ____________________________________________________________________________
6308 [ 10995] By: jhi on 2001/06/27 20:06:28
6309 Log: Tiny EPOC updates.
6312 ____________________________________________________________________________
6313 [ 10994] By: jhi on 2001/06/27 19:55:16
6314 Log: The Test::More and Test::Simple tests required help
6315 thanks to our schizophrenic test scheme.
6317 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6318 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6319 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6320 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6321 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6322 ____________________________________________________________________________
6323 [ 10993] By: jhi on 2001/06/27 17:17:30
6324 Log: Upgrade to Test::Simple 0.09.
6326 + lib/Test/Simple/Changes
6327 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6328 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6329 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6330 ! lib/Test/Simple/t/plan_is_noplan.t
6331 ____________________________________________________________________________
6332 [ 10992] By: jhi on 2001/06/27 17:11:28
6333 Log: Upgrade to Test::More 0.07.
6335 + lib/Test/More/Changes
6336 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
6337 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
6338 ! lib/Test/More/t/skipall.t
6339 ____________________________________________________________________________
6340 [ 10991] By: jhi on 2001/06/27 17:04:13
6341 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
6342 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6343 Date: Wed, 27 Jun 2001 18:40:04 +0200
6344 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
6347 ____________________________________________________________________________
6348 [ 10990] By: jhi on 2001/06/27 17:02:55
6349 Log: Subject: [PATCH README.qnx hints/qnx.sh]
6350 From: Norton Allen <allen@huarp.harvard.edu>
6351 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
6352 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
6354 ! README.qnx hints/qnx.sh
6355 ____________________________________________________________________________
6356 [ 10989] By: jhi on 2001/06/27 14:33:53
6357 Log: Subject: [PATCH] two little documentation nits
6358 From: Abhijit Menon-Sen <ams@wiw.org>
6359 Date: Wed, 27 Jun 2001 20:07:50 +0530
6360 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
6363 ____________________________________________________________________________
6364 [ 10988] By: jhi on 2001/06/27 13:33:32
6365 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
6366 From: Norton Allen <allen@huarp.harvard.edu>
6367 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
6368 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
6370 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
6371 ____________________________________________________________________________
6372 [ 10987] By: jhi on 2001/06/27 12:14:36
6373 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
6374 From: Michael G Schwern <schwern@pobox.com>
6375 Date: Wed, 27 Jun 2001 02:34:58 -0400
6376 Message-ID: <20010627023458.K23874@blackrider>
6379 ____________________________________________________________________________
6380 [ 10986] By: jhi on 2001/06/27 12:01:49
6381 Log: Add perl_clone_host() for Netware.
6384 ____________________________________________________________________________
6385 [ 10985] By: jhi on 2001/06/27 11:56:53
6386 Log: GCC 3.0 hints for HP-UX.
6389 ____________________________________________________________________________
6390 [ 10984] By: jhi on 2001/06/27 11:55:06
6391 Log: In some Linux distributions the libndbm is broken
6392 (no null key support), therefore link with libgdbm
6393 (if available), since it has a working ndbm emulation,
6394 from Jonathan Stowe.
6396 + ext/NDBM_File/hints/linux.pl
6398 ____________________________________________________________________________
6399 [ 10983] By: jhi on 2001/06/27 11:48:56
6400 Log: Subject: [PATCH perl@10930] find.t hack for VMS
6401 From: "Craig A. Berry" <craigberry@mac.com>
6402 Date: Tue, 26 Jun 2001 23:40:25 -0500
6403 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
6405 ! lib/File/Find/find.t
6406 ____________________________________________________________________________
6407 [ 10982] By: jhi on 2001/06/27 11:47:30
6408 Log: AUTHORS updates.
6411 ____________________________________________________________________________
6412 [ 10981] By: jhi on 2001/06/27 11:46:02
6413 Log: Metaconfig unit change like #10980.
6415 ! U/compline/d_stdstdio.U
6416 ____________________________________________________________________________
6417 [ 10980] By: jhi on 2001/06/27 11:45:29
6418 Log: "lose the it's", from Abhijit Menon-Sen.
6419 ("It's" not searched, pods not searched.)
6421 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
6422 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
6423 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
6424 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
6425 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6426 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
6427 ____________________________________________________________________________
6428 [ 10979] By: jhi on 2001/06/27 11:36:40
6429 Log: "lose the looses", from Abhijit Menon-Sen.
6431 ! ext/B/B/Assembler.pm gv.c
6432 ____________________________________________________________________________
6433 [ 10978] By: jhi on 2001/06/27 11:35:38
6434 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
6437 ____________________________________________________________________________
6438 [ 10977] By: jhi on 2001/06/27 11:33:28
6439 Log: DEC C 5.3 on the VAX simply doesn't seem to like
6440 compiling the MD5 extension, disable it there for now,
6444 ____________________________________________________________________________
6445 [ 10976] By: jhi on 2001/06/26 21:35:40
6446 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
6447 From: Jonathan Stowe <gellyfish@gellyfish.com>
6448 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
6449 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
6452 ____________________________________________________________________________
6453 [ 10975] By: jhi on 2001/06/26 21:32:41
6454 Log: Subject: [PATCH 5.6.1] perlxs misprints
6455 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6456 Date: Tue, 26 Jun 2001 17:20:00 -0400
6457 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
6460 ____________________________________________________________________________
6461 [ 10974] By: jhi on 2001/06/26 21:31:51
6462 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
6463 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6464 Date: Tue, 26 Jun 2001 17:27:07 -0400
6465 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
6467 ! lib/ExtUtils/MM_Unix.pm
6468 ____________________________________________________________________________
6469 [ 10973] By: jhi on 2001/06/26 21:27:05
6470 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
6471 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6472 Date: Tue, 26 Jun 2001 17:23:24 -0400
6473 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
6475 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
6476 ____________________________________________________________________________
6477 [ 10972] By: jhi on 2001/06/26 20:27:19
6478 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
6482 ____________________________________________________________________________
6483 [ 10971] By: jhi on 2001/06/26 19:59:41
6486 ! lib/Memoize/t/tie_sdbm.t
6487 ____________________________________________________________________________
6488 [ 10970] By: jhi on 2001/06/26 19:10:19
6489 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
6492 ____________________________________________________________________________
6493 [ 10969] By: jhi on 2001/06/26 17:21:31
6494 Log: Subject: [patch] perl_clone+CvFILE
6495 From: Doug MacEachern <dougm@covalent.net>
6496 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
6497 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
6500 ____________________________________________________________________________
6501 [ 10968] By: jhi on 2001/06/26 16:48:32
6502 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
6503 From: Mark-Jason Dominus <mjd@plover.com>
6504 Date: Tue, 26 Jun 2001 12:33:01 -0400
6505 Message-ID: <20010626163301.31298.qmail@plover.com>
6507 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6508 ____________________________________________________________________________
6509 [ 10967] By: jhi on 2001/06/26 14:21:49
6510 Log: Update Changes.
6512 ! Changes patchlevel.h
6513 ____________________________________________________________________________
6514 [ 10966] By: jhi on 2001/06/26 14:08:34
6515 Log: Also catfile() needs now to explicitly exported.
6517 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6518 ____________________________________________________________________________
6519 [ 10965] By: jhi on 2001/06/26 13:57:54
6523 ____________________________________________________________________________
6524 [ 10964] By: jhi on 2001/06/26 13:56:11
6525 Log: Nonexistent pod command.
6527 ! pod/perl572delta.pod
6528 ____________________________________________________________________________
6529 [ 10963] By: jhi on 2001/06/26 13:50:53
6530 Log: Be more portable in the quest for tmpdir.
6532 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6533 ____________________________________________________________________________
6534 [ 10962] By: jhi on 2001/06/26 13:43:51
6535 Log: Be more portable in finding out the home directory,
6536 and use File::Spec to do the concat.
6537 (Come to think of it, couldn't File::Spec provide
6538 for a ->homedir method?)
6541 ____________________________________________________________________________
6542 [ 10961] By: jhi on 2001/06/26 13:37:30
6543 Log: Doc patch for #10959.
6546 ____________________________________________________________________________
6547 [ 10960] By: jhi on 2001/06/26 13:33:07
6548 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
6549 From: "Philip Newton" <pnewton@gmx.de>
6550 Date: Tue, 26 Jun 2001 16:26:47 +0200
6551 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
6554 ____________________________________________________________________________
6555 [ 10959] By: jhi on 2001/06/26 13:31:57
6556 Log: Subject: [PATH] shared -> unique;
6557 From: "Artur Bergman" <artur@contiller.se>
6558 Date: Tue, 26 Jun 2001 16:18:40 +0200
6559 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
6561 Because "shared" isn't: it's read-only.
6564 ____________________________________________________________________________
6565 [ 10958] By: jhi on 2001/06/26 13:28:27
6566 Log: Escape multiline croak messages.
6569 ____________________________________________________________________________
6570 [ 10957] By: jhi on 2001/06/26 13:18:34
6571 Log: No more pragma/*.t for minitest.
6574 ____________________________________________________________________________
6575 [ 10956] By: jhi on 2001/06/26 13:18:00
6576 Log: AUTHORS updates.
6579 ____________________________________________________________________________
6580 [ 10955] By: jhi on 2001/06/26 13:17:05
6583 ! pod/perl572delta.pod
6584 ____________________________________________________________________________
6585 [ 10954] By: jhi on 2001/06/26 12:36:07
6586 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
6587 From: Artur Bergman <artur@contiller.se>
6588 Date: Tue, 26 Jun 2001 15:32:53 +0200
6589 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
6591 ! makedef.pl sv.c sv.h win32/perllib.c
6592 ____________________________________________________________________________
6593 [ 10953] By: jhi on 2001/06/26 12:33:55
6594 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
6595 From: Jonathan Stowe <gellyfish@gellyfish.com>
6596 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
6597 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
6599 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
6601 + ext/Time/HiRes/hints/sco.pl
6603 ____________________________________________________________________________
6604 [ 10952] By: jhi on 2001/06/26 11:57:44
6605 Log: Subject: [PATCH 5.6.1] static build
6606 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6607 Date: Tue, 26 Jun 2001 04:22:25 -0400
6608 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
6610 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
6611 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
6612 ____________________________________________________________________________
6613 [ 10951] By: jhi on 2001/06/26 11:55:59
6614 Log: DJGPP patches from Laszlo Molnar.
6616 ! djgpp/djgpp.c perl.c util.c
6617 ____________________________________________________________________________
6618 [ 10950] By: jhi on 2001/06/26 11:54:32
6619 Log: Netware patches from Ananth Kesari.
6621 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
6622 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
6624 ____________________________________________________________________________
6625 [ 10949] By: jhi on 2001/06/26 11:49:09
6628 ! ext/Errno/Errno_pm.PL
6629 ____________________________________________________________________________
6630 [ 10948] By: jhi on 2001/06/26 03:44:29
6631 Log: There seems to be two ways of spelling the $^O in *STEP.
6633 ! ext/Errno/Errno_pm.PL
6634 ____________________________________________________________________________
6635 [ 10947] By: jhi on 2001/06/26 03:01:01
6636 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
6637 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
6639 ! ext/Errno/Errno_pm.PL
6640 ____________________________________________________________________________
6641 [ 10946] By: jhi on 2001/06/26 02:50:46
6642 Log: Known bugs update.
6644 ! pod/perl572delta.pod
6645 ____________________________________________________________________________
6646 [ 10945] By: jhi on 2001/06/26 01:15:39
6647 Log: The default installation of Cygwin has 500 as root's uid.
6650 ____________________________________________________________________________
6651 [ 10944] By: jhi on 2001/06/26 01:12:39
6652 Log: Be even more relaxed (re-allow having only one entry).
6654 ! t/op/grent.t t/op/pwent.t
6655 ____________________________________________________________________________
6656 [ 10943] By: jhi on 2001/06/26 01:03:30
6657 Log: Test failure updates.
6659 ! pod/perl572delta.pod
6660 ____________________________________________________________________________
6661 [ 10942] By: jhi on 2001/06/25 23:32:05
6662 Log: MPE/iX test tweaks from Mark Bixby.
6664 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
6665 ! t/io/fs.t t/op/stat.t
6666 ____________________________________________________________________________
6667 [ 10941] By: jhi on 2001/06/25 22:18:31
6668 Log: Microperl findings.
6671 ____________________________________________________________________________
6672 [ 10940] By: jhi on 2001/06/25 21:59:29
6673 Log: Touch uconfig.h.
6676 ____________________________________________________________________________
6677 [ 10939] By: jhi on 2001/06/25 21:32:52
6678 Log: Subject: [PATCH] Proposed fix for Pod::Man
6679 From: Rob Napier <rnapier@employees.org>
6680 Date: Mon, 25 Jun 2001 15:49:24 -0400
6681 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
6683 Cater for Solaris nroff brokenness (shortchanges daisywheel
6684 printers, but hey, we also no more support PDPs.)
6687 ____________________________________________________________________________
6688 [ 10938] By: jhi on 2001/06/25 21:14:41
6689 Log: Typo in #10937.
6691 ! ext/POSIX/sigaction.t
6692 ____________________________________________________________________________
6693 [ 10937] By: jhi on 2001/06/25 19:42:02
6694 Log: SIGCONT not trappable in VMS.
6696 ! ext/POSIX/sigaction.t
6697 ____________________________________________________________________________
6698 [ 10936] By: jhi on 2001/06/25 19:28:13
6699 Log: Subject: [DRAFT] Encode-Tcl.t
6700 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6701 Date: Tue, 26 Jun 2001 03:38:08 +0900
6702 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
6704 + ext/Encode/Encode/Tcl.t
6705 ! MANIFEST ext/Encode/Encode/Tcl.pm
6706 ____________________________________________________________________________
6707 [ 10935] By: jhi on 2001/06/25 18:40:03
6708 Log: Because of #10932 retract also the perlfunc hunk of #10910.
6711 ____________________________________________________________________________
6712 [ 10934] By: jhi on 2001/06/25 18:27:19
6713 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
6714 by Ilya Zakharevich in
6715 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
6718 ____________________________________________________________________________
6719 [ 10933] By: jhi on 2001/06/25 18:25:26
6720 Log: Typo in #10889.
6723 ____________________________________________________________________________
6724 [ 10932] By: jhi on 2001/06/25 18:23:30
6725 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
6726 From: Abhijit Menon-Sen <ams@wiw.org>
6727 Date: Mon, 25 Jun 2001 23:45:45 +0530
6728 Message-ID: <20010625234545.A5022@lustre.linux.in>
6730 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
6731 ____________________________________________________________________________
6732 [ 10931] By: jhi on 2001/06/25 17:50:38
6733 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
6734 From: Michael G Schwern <schwern@pobox.com>
6735 Date: Mon, 25 Jun 2001 14:35:51 -0400
6736 Message-ID: <20010625143551.H13819@blackrider>
6739 ____________________________________________________________________________
6740 [ 10930] By: jhi on 2001/06/25 14:33:46
6741 Log: Update Changes.
6743 ! Changes patchlevel.h
6744 ____________________________________________________________________________
6745 [ 10929] By: jhi on 2001/06/25 14:17:57
6746 Log: Regen toc and modlib.
6748 ! pod/perlmodlib.pod pod/perltoc.pod
6749 ____________________________________________________________________________
6750 [ 10928] By: jhi on 2001/06/25 14:13:09
6751 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
6752 for the benefit of C++ compilers, as suggested by Guruprasad.
6755 ____________________________________________________________________________
6756 [ 10927] By: jhi on 2001/06/25 14:11:59
6757 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
6758 From: Jonathan Stowe <gellyfish@gellyfish.com>
6759 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
6760 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
6763 ____________________________________________________________________________
6764 [ 10926] By: jhi on 2001/06/25 14:04:07
6765 Log: Missed from #10925.
6768 ____________________________________________________________________________
6769 [ 10925] By: jhi on 2001/06/25 14:00:06
6770 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
6771 From: Robin Houston <robin@kitsite.com>
6772 Date: Sat, 19 May 2001 16:19:34 +0100
6773 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
6776 ____________________________________________________________________________
6777 [ 10924] By: jhi on 2001/06/25 13:58:18
6778 Log: Netware README tweak.
6781 ____________________________________________________________________________
6782 [ 10923] By: jhi on 2001/06/25 13:57:13
6783 Log: Subject: [PATCH] Re: overload.t fails
6784 From: Abhijit Menon-Sen <ams@wiw.org>
6785 Date: Mon, 25 Jun 2001 14:52:20 +0530
6786 Message-ID: <20010625145220.A24114@lustre.linux.in>
6789 ____________________________________________________________________________
6790 [ 10922] By: jhi on 2001/06/25 13:56:20
6791 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
6792 From: Mike Guy <mjtg@cam.ac.uk>
6793 Date: Mon, 25 Jun 2001 11:43:23 +0100
6794 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
6797 ____________________________________________________________________________
6798 [ 10921] By: jhi on 2001/06/25 13:50:02
6799 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
6800 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6801 Date: Sun, 24 Jun 2001 05:17:05 -0400
6802 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
6805 ____________________________________________________________________________
6806 [ 10920] By: jhi on 2001/06/25 13:49:13
6807 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
6808 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6809 Date: Mon, 25 Jun 2001 05:52:27 -0400
6810 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
6813 ____________________________________________________________________________
6814 [ 10919] By: jhi on 2001/06/25 13:48:30
6815 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
6816 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6817 Date: Mon, 25 Jun 2001 05:23:35 -0400
6818 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
6821 ____________________________________________________________________________
6822 [ 10918] By: jhi on 2001/06/25 13:47:46
6823 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
6824 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6825 Date: Mon, 25 Jun 2001 05:04:32 -0400
6826 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
6828 ! os2/OS2/REXX/DLL/DLL.pm
6829 ____________________________________________________________________________
6830 [ 10917] By: jhi on 2001/06/25 13:44:14
6831 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
6832 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6833 Date: Mon, 25 Jun 2001 05:02:36 -0400
6834 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
6836 ! mg.c os2/dl_os2.c os2/os2.c
6837 ____________________________________________________________________________
6838 [ 10916] By: jhi on 2001/06/25 13:41:20
6839 Log: Subject: Re: [PATCH 5.6.1] misprints
6840 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6841 Date: Mon, 25 Jun 2001 04:50:50 -0400
6842 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
6844 ! os2/os2.c pp_sys.c
6845 ____________________________________________________________________________
6846 [ 10915] By: jhi on 2001/06/25 13:39:59
6847 Log: Add Test::More and Test::Simple to the delta.
6849 ! pod/perl572delta.pod
6850 ____________________________________________________________________________
6851 [ 10914] By: jhi on 2001/06/25 13:38:08
6852 Log: Add Test::More, from Michael G Schwern.
6854 + lib/Test/More.pm lib/Test/More/t/More.t
6855 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6856 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6857 + t/lib/Test/More/Catch.pm
6859 ____________________________________________________________________________
6860 [ 10913] By: jhi on 2001/06/25 13:35:41
6861 Log: Add Test::Simple from Michael G Schwern.
6863 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6864 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6865 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6866 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
6867 + t/lib/Test/Simple/Catch.pm
6868 + t/lib/Test/Simple/sample_tests/death.plx
6869 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
6870 + t/lib/Test/Simple/sample_tests/extras.plx
6871 + t/lib/Test/Simple/sample_tests/five_fail.plx
6872 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
6873 + t/lib/Test/Simple/sample_tests/one_fail.plx
6874 + t/lib/Test/Simple/sample_tests/require.plx
6875 + t/lib/Test/Simple/sample_tests/success.plx
6876 + t/lib/Test/Simple/sample_tests/too_few.plx
6877 + t/lib/Test/Simple/sample_tests/two_fail.plx
6879 ____________________________________________________________________________
6880 [ 10912] By: jhi on 2001/06/25 13:31:57
6881 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
6882 From: "Craig A. Berry" <craigberry@mac.com>
6883 Date: Sun, 24 Jun 2001 23:41:36 -0500
6884 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
6887 ____________________________________________________________________________
6888 [ 10911] By: jhi on 2001/06/25 13:05:00
6889 Log: Upgrade to Attribute::Handlers 0.70.
6891 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6892 ! MANIFEST lib/Attribute/Handlers.pm
6893 ____________________________________________________________________________
6894 [ 10910] By: jhi on 2001/06/25 00:09:27
6895 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
6896 From: Abhijit Menon-Sen <ams@wiw.org>
6897 Date: Sat, 23 Jun 2001 05:17:44 +0530
6898 Message-ID: <20010623051744.A18583@lustre.linux.in>
6900 (Can't think of a good place to put tests.)
6902 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
6903 ____________________________________________________________________________
6904 [ 10909] By: jhi on 2001/06/24 23:45:13
6905 Log: Subject: [PATCH] t/op/pat.t typo fix
6906 From: Richard Soderberg <rs@crystalflame.net>
6907 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
6908 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
6911 ____________________________________________________________________________
6912 [ 10908] By: jhi on 2001/06/24 22:24:49
6913 Log: Move the pack warnings to their own file, as pointed
6916 + t/lib/warnings/pp_pack
6917 ! MANIFEST t/lib/warnings/pp
6918 ____________________________________________________________________________
6919 [ 10907] By: jhi on 2001/06/24 19:55:15
6920 Log: Update Changes.
6922 ! Changes patchlevel.h
6923 ____________________________________________________________________________
6924 [ 10906] By: jhi on 2001/06/24 19:50:40
6925 Log: Partially fix a problem noticed by IRIX compiler:
6926 the initialization of parse_start was bypassed by
6927 several gotos. Now initialized to zero, which may
6928 not be the best choice.
6931 ____________________________________________________________________________
6932 [ 10905] By: jhi on 2001/06/24 19:43:25
6933 Log: Relax the group and password tests back to moaning only
6934 if no matches at all are found. (Even with a small sample
6935 I could find many sites where there are, umm, anomalies in
6936 the said databases.)
6938 ! t/op/grent.t t/op/pwent.t
6939 ____________________________________________________________________________
6940 [ 10904] By: jhi on 2001/06/24 18:45:55
6941 Log: Argh. How hard it can be to re-apply a patch manually? :-)
6944 ____________________________________________________________________________
6945 [ 10903] By: jhi on 2001/06/24 18:40:52
6946 Log: De-cut-and-pasto in #10902.
6949 ____________________________________________________________________________
6950 [ 10902] By: jhi on 2001/06/24 18:35:18
6951 Log: The #10771 didn't take?
6954 ____________________________________________________________________________
6955 [ 10901] By: jhi on 2001/06/24 18:29:50
6956 Log: Undo the filetests part of #10900, under multiplicity
6957 weird errors take place.
6960 ____________________________________________________________________________
6961 [ 10900] By: jhi on 2001/06/24 18:20:36
6962 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
6964 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
6965 ____________________________________________________________________________
6966 [ 10899] By: jhi on 2001/06/24 17:00:34
6967 Log: (Replaced by #10922)
6969 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
6970 From: Tony Bowden <tony@kasei.com>
6971 Date: Sun, 24 Jun 2001 17:32:40 +0100
6972 Message-ID: <20010624173240.A16293@blackstar.co.uk>
6974 Document (well, mention) shortmess() and longmess()
6975 to rob people of their fun of reinventing the weel.
6978 ____________________________________________________________________________
6979 [ 10898] By: jhi on 2001/06/24 16:51:40
6980 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
6981 From: Brian Jepson <bjepson@oreilly.com>
6982 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
6983 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
6986 ____________________________________________________________________________
6987 [ 10897] By: jhi on 2001/06/24 16:38:23
6988 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
6989 From: Robin Barker <rmb1@cise.npl.co.uk>
6990 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
6991 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
6994 ____________________________________________________________________________
6995 [ 10896] By: jhi on 2001/06/24 16:36:32
6996 Log: Memoize patch from mjd.
6998 ! lib/Memoize/t/tie_storable.t
6999 ____________________________________________________________________________
7000 [ 10895] By: jhi on 2001/06/24 16:33:59
7001 Log: Spec the sv_pvprintify() a bit more.
7004 ____________________________________________________________________________
7005 [ 10894] By: jhi on 2001/06/24 14:43:36
7006 Log: Upgrade to Memoize 0.65.
7008 + lib/Memoize/t/array_confusion.t
7009 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7010 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
7011 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7012 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
7013 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
7014 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
7015 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7016 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
7017 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
7018 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
7019 ! lib/Memoize/t/tie_storable.t
7020 ____________________________________________________________________________
7021 [ 10893] By: jhi on 2001/06/24 14:21:09
7022 Log: Metaconfig unit change for #10892.
7024 ! U/modified/Options.U
7025 ____________________________________________________________________________
7026 [ 10892] By: jhi on 2001/06/24 14:20:38
7027 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
7028 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7029 Date: Sun, 24 Jun 2001 05:24:40 -0400
7030 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
7032 ! Configure hints/os2.sh
7033 ____________________________________________________________________________
7034 [ 10891] By: jhi on 2001/06/24 13:50:26
7035 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7036 From: Mike Guy <mjtg@cam.ac.uk>
7037 Date: Sun, 24 Jun 2001 15:28:39 +0100
7038 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
7040 Fix an ancient (5.002) bug.
7043 ____________________________________________________________________________
7044 [ 10890] By: jhi on 2001/06/24 13:44:43
7045 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
7049 ____________________________________________________________________________
7050 [ 10889] By: jhi on 2001/06/24 13:24:00
7051 Log: Make UTS as per #10888.
7054 ____________________________________________________________________________
7055 [ 10888] By: jhi on 2001/06/24 13:21:23
7056 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
7058 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
7059 ! mpeix/mpeixish.h perl.h unixish.h
7060 ____________________________________________________________________________
7061 [ 10887] By: jhi on 2001/06/24 13:15:45
7062 Log: AUTHORS update.
7065 ____________________________________________________________________________
7066 [ 10886] By: jhi on 2001/06/24 13:14:31
7067 Log: Subject: Encode::Tcl for multibyte doesnot work
7068 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7069 Date: Sun, 24 Jun 2001 22:48:21 +0900
7070 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
7072 ! ext/Encode/Encode/Tcl.pm
7073 ____________________________________________________________________________
7074 [ 10885] By: jhi on 2001/06/24 13:12:46
7075 Log: Subject: [PATCH] Remove tautology in error messages
7076 From: Mike Guy <mjtg@cam.ac.uk>
7077 Date: Sun, 24 Jun 2001 13:31:00 +0100
7078 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
7081 ____________________________________________________________________________
7082 [ 10884] By: jhi on 2001/06/24 13:11:36
7083 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
7086 ____________________________________________________________________________
7087 [ 10883] By: jhi on 2001/06/24 13:09:55
7088 Log: Subject: Re: [PATCH 5.6.1] test suite
7089 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7090 Date: Sun, 24 Jun 2001 05:47:05 -0400
7091 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
7095 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
7096 ____________________________________________________________________________
7097 [ 10882] By: jhi on 2001/06/24 13:07:46
7098 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
7099 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7100 Date: Sun, 24 Jun 2001 05:37:19 -0400
7101 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
7103 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
7104 ____________________________________________________________________________
7105 [ 10881] By: jhi on 2001/06/24 13:05:24
7106 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
7107 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7108 Date: Sun, 24 Jun 2001 05:34:50 -0400
7109 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
7111 Pacify compiler warnings.
7114 ____________________________________________________________________________
7115 [ 10880] By: jhi on 2001/06/24 13:02:30
7116 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7117 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7118 Date: Sun, 24 Jun 2001 05:21:18 -0400
7119 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
7121 Enable compression of executables during link time.
7124 ____________________________________________________________________________
7125 [ 10879] By: jhi on 2001/06/24 13:00:47
7126 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7127 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7128 Date: Sun, 24 Jun 2001 05:15:11 -0400
7129 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
7131 Add ordinals to the export list for Perl DLL.
7132 (Breaks intra-version DLL compatibility.)
7135 ____________________________________________________________________________
7136 [ 10878] By: jhi on 2001/06/24 02:12:04
7137 Log: Allow (displaying and) re-editing the Subject in perlbug.
7138 Also abstract the Subject quality control into a function.
7141 ____________________________________________________________________________
7142 [ 10877] By: jhi on 2001/06/24 01:40:53
7143 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
7146 ____________________________________________________________________________
7147 [ 10876] By: jhi on 2001/06/24 01:37:05
7148 Log: Regen toc and modlib.
7150 ! pod/perlmodlib.pod pod/perltoc.pod
7151 ____________________________________________________________________________
7152 [ 10875] By: jhi on 2001/06/24 01:29:33
7153 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
7154 by John Peacock. (Can be 'ntea' which means emulate UNIX file
7155 attribute semantics as much as possible, or 'ntsec' which uses
7156 native NTFS semantics.) (See also #10877.)
7159 ____________________________________________________________________________
7160 [ 10874] By: jhi on 2001/06/23 23:57:28
7161 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
7163 ! lib/Test/Harness.pm
7164 ____________________________________________________________________________
7165 [ 10873] By: jhi on 2001/06/23 23:36:56
7166 Log: Just zap the -uPerlio.
7169 ____________________________________________________________________________
7170 [ 10872] By: jhi on 2001/06/23 21:29:10
7171 Log: Do not test PerlIO if PerlIO not used.
7173 ! ext/PerlIO/PerlIO.t
7174 ____________________________________________________________________________
7175 [ 10871] By: jhi on 2001/06/23 21:12:49
7179 ____________________________________________________________________________
7180 [ 10870] By: jhi on 2001/06/23 21:03:31
7181 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
7182 From: Nicholas Clark <nick@ccl4.org>
7183 Date: Sat, 23 Jun 2001 22:55:47 +0100
7184 Message-ID: <20010623225547.Z98663@plum.flirble.org>
7187 ____________________________________________________________________________
7188 [ 10869] By: jhi on 2001/06/23 17:13:21
7189 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
7190 From: Prymmer/Kahn <pvhp@best.com>
7191 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
7192 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
7195 ____________________________________________________________________________
7196 [ 10868] By: jhi on 2001/06/23 16:04:38
7197 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
7198 cygwin does not taint cwd, just like win32.
7200 ! lib/File/Find/taint.t t/op/taint.t
7201 ____________________________________________________________________________
7202 [ 10867] By: jhi on 2001/06/23 15:39:15
7203 Log: Retract #10865, the patch should be unnecessary.
7204 (But seemingly helpful in Cygwin? Strange.)
7206 ! lib/Memoize/t/tie_ndbm.t
7207 ____________________________________________________________________________
7208 [ 10866] By: jhi on 2001/06/23 15:06:30
7209 Log: Misplaced test file; plus Cygwin filesystem semantics.
7211 + ext/SDBM_File/sdbm.t
7212 - ext/ODBM_File/sdbm.t
7214 ____________________________________________________________________________
7215 [ 10865] By: jhi on 2001/06/23 15:01:02
7216 Log: (Retracted by #10867.)
7218 ! lib/Memoize/t/tie_ndbm.t
7219 ____________________________________________________________________________
7220 [ 10864] By: jhi on 2001/06/23 14:25:43
7221 Log: Metaconfig unit change for #10863.
7222 Branch: metaconfig/U/perl
7224 ____________________________________________________________________________
7225 [ 10863] By: jhi on 2001/06/23 14:25:20
7226 Log: In Cygwin do not build NDBM_File and ODBM_File unless
7227 -lndbm and -ldbm are available.
7229 ! Configure config_h.SH
7230 ____________________________________________________________________________
7231 [ 10862] By: jhi on 2001/06/23 14:02:14
7232 Log: More Cygwin filesystem semantics.
7234 ! t/io/fs.t t/op/stat.t
7235 ____________________________________________________________________________
7236 [ 10861] By: jhi on 2001/06/23 13:38:00
7237 Log: More DOSish permission semantics for Cygwin.
7240 ____________________________________________________________________________
7241 [ 10860] By: jhi on 2001/06/23 13:32:41
7242 Log: Cygwin too has different permission semantics.
7244 ! ext/GDBM_File/gdbm.t
7245 ____________________________________________________________________________
7246 [ 10859] By: jhi on 2001/06/23 13:30:06
7247 Log: The group (and assumedly passwd) databases can have
7248 only one entry (this is the case in cygwin).
7250 ! t/op/grent.t t/op/pwent.t
7251 ____________________________________________________________________________
7252 [ 10858] By: jhi on 2001/06/23 13:16:26
7253 Log: Also in Cygwin use Socket to figure out domainname
7254 (if any) (avoids trying to call external 'domainname',
7255 which doesn't at the moment exist in Cygwin)
7258 ____________________________________________________________________________
7259 [ 10857] By: jhi on 2001/06/23 12:48:32
7260 Log: Remove also the lib$Foo.def, not just $Foo.def.
7262 ! lib/ExtUtils/MM_Unix.pm
7263 ____________________________________________________________________________
7264 [ 10856] By: jhi on 2001/06/23 12:21:53
7265 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
7268 ____________________________________________________________________________
7269 [ 10855] By: jhi on 2001/06/23 12:14:15
7270 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
7271 to match the whole isprint(), only the space character.
7273 ! handy.h pod/perlre.pod t/op/pat.t
7274 ____________________________________________________________________________
7275 [ 10854] By: nick on 2001/06/23 08:09:33
7276 Log: Integrate mainline
7278 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
7279 !> lib/ExtUtils.t lib/File/Find/taint.t
7280 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
7281 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
7282 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7283 ____________________________________________________________________________
7284 [ 10853] By: jhi on 2001/06/23 03:48:09
7285 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
7286 with its floats in os390 and s390 (UTS).
7288 ! lib/Math/BigInt/t/bigintpm.t
7289 ____________________________________________________________________________
7290 [ 10852] By: jhi on 2001/06/23 03:38:53
7291 Log: Add also UTS (s390) to the non-IEEE float platforms.
7294 ____________________________________________________________________________
7295 [ 10851] By: jhi on 2001/06/23 03:36:04
7296 Log: Subject: RFC: what are applicable standards for exponent sizes?
7297 From: Peter Prymmer <pvhp@forte.com>
7298 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
7299 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
7302 ____________________________________________________________________________
7303 [ 10850] By: jhi on 2001/06/23 03:29:04
7304 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
7305 From: Peter Prymmer <pvhp@forte.com>
7306 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
7307 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
7309 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7310 ____________________________________________________________________________
7311 [ 10849] By: jhi on 2001/06/23 03:27:21
7312 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
7313 From: Peter Prymmer <pvhp@forte.com>
7314 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
7315 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
7318 ____________________________________________________________________________
7319 [ 10848] By: jhi on 2001/06/22 21:51:31
7320 Log: Retract #10845.
7322 ! lib/File/Find/taint.t
7323 ____________________________________________________________________________
7324 [ 10847] By: jhi on 2001/06/22 21:50:38
7325 Log: Yet another error message.
7328 ____________________________________________________________________________
7329 [ 10846] By: jhi on 2001/06/22 21:48:39
7330 Log: The croak message for nonexistent socket functions may vary.
7332 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
7333 ____________________________________________________________________________
7334 [ 10845] By: jhi on 2001/06/22 21:42:38
7335 Log: (Retracted by #10848.)
7337 ! lib/File/Find/taint.t
7338 ____________________________________________________________________________
7339 [ 10844] By: jhi on 2001/06/22 21:32:58
7340 Log: Integrate perlio.
7342 !> lib/File/Find/taint.t t/op/write.t
7343 ____________________________________________________________________________
7344 [ 10843] By: nick on 2001/06/22 21:24:51
7345 Log: Back out debug in taint.t
7347 ! lib/File/Find/taint.t
7348 ____________________________________________________________________________
7349 [ 10842] By: jhi on 2001/06/22 21:20:02
7350 Log: setitimer() does not exist in Unicos, despite of what
7351 Configure thinks, from Mark P. Lutz.
7354 ____________________________________________________________________________
7355 [ 10841] By: nick on 2001/06/22 21:19:36
7356 Log: Skip cwd test on Win32 ???
7358 ! lib/File/Find/taint.t
7359 ____________________________________________________________________________
7360 [ 10840] By: jhi on 2001/06/22 21:17:34
7361 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
7362 and Tru64 gcc -Wall happy.
7365 ____________________________________________________________________________
7366 [ 10839] By: jhi on 2001/06/22 21:15:32
7367 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
7369 ! ext/IPC/SysV/Semaphore.pm
7370 ____________________________________________________________________________
7371 [ 10838] By: jhi on 2001/06/22 21:12:02
7372 Log: Metaconfig unit change for #10837.
7373 Branch: metaconfig/U/perl
7375 ____________________________________________________________________________
7376 [ 10837] By: jhi on 2001/06/22 21:09:42
7377 Log: Cleanup of the cross-compilation unit.
7380 ____________________________________________________________________________
7381 [ 10836] By: nick on 2001/06/22 20:45:12
7382 Log: Skip |- based op/write.t on Win32 as well as VMS
7385 ____________________________________________________________________________
7386 [ 10835] By: jhi on 2001/06/22 20:44:20
7387 Log: Integrate perlio.
7390 ____________________________________________________________________________
7391 [ 10834] By: nick on 2001/06/22 20:41:54
7392 Log: Integrate mainline
7394 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7395 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
7397 ____________________________________________________________________________
7398 [ 10833] By: nick on 2001/06/22 20:22:58
7402 ____________________________________________________________________________
7403 [ 10832] By: jhi on 2001/06/22 20:13:02
7404 Log: Metaconfig unit changes for #10831.
7406 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
7407 ____________________________________________________________________________
7408 [ 10831] By: jhi on 2001/06/22 20:12:29
7409 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
7410 From: Andy Dougherty <doughera@lafayette.edu>
7411 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
7412 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
7414 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7415 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
7416 ____________________________________________________________________________
7417 [ 10830] By: jhi on 2001/06/22 19:50:15
7418 Log: MPE/iX prototype nits from Mark Bixby.
7421 ____________________________________________________________________________
7422 [ 10829] By: jhi on 2001/06/22 16:25:16
7426 ____________________________________________________________________________
7427 [ 10828] By: nick on 2001/06/22 15:33:37
7428 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
7431 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
7432 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
7433 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
7434 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
7435 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7436 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7437 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
7438 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
7440 ____________________________________________________________________________
7441 [ 10827] By: jhi on 2001/06/22 14:15:26
7442 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
7443 Date: Fri, 22 Jun 2001 10:08:35 -0500
7444 From: "Craig A. Berry" <craigberry@mac.com>
7445 Message-Id: <a05101001b75908704194@[192.168.56.145]>
7447 ! vms/vms.c vms/vmsish.h
7448 ____________________________________________________________________________
7449 [ 10826] By: jhi on 2001/06/22 13:35:37
7450 Log: NetWare scripts tweak from Ananth Kesari.
7452 ! NetWare/t/NWScripts.pl
7453 ____________________________________________________________________________
7454 [ 10825] By: jhi on 2001/06/22 13:00:55
7455 Log: Update Changes.
7457 ! Changes patchlevel.h
7458 ____________________________________________________________________________
7459 [ 10824] By: jhi on 2001/06/22 12:46:56
7460 Log: Add .i and .s targets.
7463 ____________________________________________________________________________
7464 [ 10823] By: jhi on 2001/06/22 12:25:20
7465 Log: Upgrade to Locale::Maketext 1.03.
7467 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7468 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7469 ____________________________________________________________________________
7470 [ 10822] By: jhi on 2001/06/22 12:23:57
7471 Log: Upgrade to I18N::LangTags 0.26.
7473 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7474 ! lib/I18N/LangTags/test.pl
7475 ____________________________________________________________________________
7476 [ 10821] By: jhi on 2001/06/22 12:16:41
7477 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
7480 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
7481 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7482 ____________________________________________________________________________
7483 [ 10820] By: jhi on 2001/06/22 12:13:37
7484 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
7485 From: Prymmer/Kahn <pvhp@best.com>
7486 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
7487 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
7490 ! MANIFEST utils/h2xs.PL
7491 ____________________________________________________________________________
7492 [ 10819] By: jhi on 2001/06/22 12:11:56
7493 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
7494 From: Prymmer/Kahn <pvhp@best.com>
7495 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
7496 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
7499 ____________________________________________________________________________
7500 [ 10818] By: jhi on 2001/06/22 12:11:08
7501 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
7502 From: Prymmer/Kahn <pvhp@best.com>
7503 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
7504 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
7507 ____________________________________________________________________________
7508 [ 10817] By: jhi on 2001/06/22 12:10:05
7509 Log: AUTHORS update.
7512 ____________________________________________________________________________
7513 [ 10816] By: jhi on 2001/06/22 12:08:24
7514 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
7515 From: "Craig A. Berry" <craigberry@mac.com>
7516 Date: Thu, 21 Jun 2001 18:20:38 -0500
7517 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
7519 ! ext/POSIX/POSIX.xs
7520 ____________________________________________________________________________
7521 [ 10815] By: jhi on 2001/06/22 12:07:19
7522 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
7523 From: "Craig A. Berry" <craigberry@mac.com>
7524 Date: Thu, 21 Jun 2001 09:58:52 -0500
7525 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
7527 ! ext/B/Deparse.t t/op/write.t
7528 ____________________________________________________________________________
7529 [ 10814] By: nick on 2001/06/22 08:13:09
7530 Log: Integrate mainline.
7532 !> (integrate 46 files)
7533 ____________________________________________________________________________
7534 [ 10813] By: jhi on 2001/06/22 02:48:58
7535 Log: Change the prefixes only if $prefix is unset,
7536 as originally patched by Marcel Grunauer.
7538 ! hints/darwin.sh hints/rhapsody.sh
7539 ____________________________________________________________________________
7540 [ 10812] By: jhi on 2001/06/22 02:44:41
7541 Log: Subject: Re: Patch for hints/darwin.sh
7542 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
7543 Date: Thu, 21 Jun 2001 11:23:46 -0700
7544 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
7546 ! hints/darwin.sh hints/rhapsody.sh
7547 ____________________________________________________________________________
7548 [ 10811] By: jhi on 2001/06/22 02:34:27
7549 Log: Add .PHONY targets for non-file targets,
7550 from Wilfredo Sánchez. Should help saying
7551 "make install" on case-insensitive filesystems.
7554 ____________________________________________________________________________
7555 [ 10810] By: jhi on 2001/06/22 02:01:23
7556 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
7557 From: Doug MacEachern <dougm@covalent.net>
7558 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
7559 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
7561 plus reword the getcwd() comment, plus use getcwd() buffer
7565 ____________________________________________________________________________
7566 [ 10809] By: jhi on 2001/06/22 01:16:58
7567 Log: More gprofing from Doug MacEachern.
7570 ____________________________________________________________________________
7571 [ 10808] By: jhi on 2001/06/22 01:15:11
7572 Log: Metaconfig unit change for #10807.
7573 Branch: metaconfig/U/perl
7575 ____________________________________________________________________________
7576 [ 10807] By: jhi on 2001/06/22 01:14:43
7577 Log: Tell that you are removing the unneeded -lsfio.
7580 ____________________________________________________________________________
7581 [ 10806] By: jhi on 2001/06/22 01:03:14
7582 Log: More MPE/iX tweaks from Mark Bixby.
7584 ! perl.c t/op/magic.t
7585 ____________________________________________________________________________
7586 [ 10805] By: jhi on 2001/06/21 22:41:11
7587 Log: The fchdir() proto is supposed to live in <unistd.h>.
7590 ____________________________________________________________________________
7591 [ 10804] By: jhi on 2001/06/21 22:24:42
7592 Log: This town is too small for the Cwd extension and me,
7596 ____________________________________________________________________________
7597 [ 10803] By: jhi on 2001/06/21 21:54:00
7598 Log: Metaconfig unit change for #10802.
7599 Branch: metaconfig/U/perl
7601 ____________________________________________________________________________
7602 [ 10802] By: jhi on 2001/06/21 21:53:37
7606 ____________________________________________________________________________
7607 [ 10801] By: jhi on 2001/06/21 21:38:38
7608 Log: Off-by-one. I'm so classic.
7611 ____________________________________________________________________________
7612 [ 10800] By: jhi on 2001/06/21 20:10:19
7613 Log: Update Changes.
7615 ! Changes patchlevel.h
7616 ____________________________________________________________________________
7617 [ 10799] By: jhi on 2001/06/21 20:03:54
7618 Log: Subject: Documentation patch for Net::FTP
7619 From: Marcel Grunauer <marcel@codewerk.com>
7620 Date: Wed, 20 Jun 2001 23:03:26 +0200
7621 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
7624 ____________________________________________________________________________
7625 [ 10798] By: jhi on 2001/06/21 20:01:14
7626 Log: Retract the #10417 mg.c and embed.pl parts because of
7627 strange SEGVs in 64bit x86 FreeBSD observed by
7630 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
7631 ____________________________________________________________________________
7632 [ 10797] By: jhi on 2001/06/21 19:40:34
7633 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
7635 ! Configure NetWare/config.wc NetWare/config_H.wc
7636 ! Porting/Glossary Porting/config.sh Porting/config_H
7637 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7638 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7639 ! vos/config.ga.h win32/config.bc win32/config.gc
7640 ! win32/config.vc win32/config_H.bc win32/config_H.gc
7642 ____________________________________________________________________________
7643 [ 10796] By: jhi on 2001/06/21 19:08:28
7644 Log: Cwd tweak from Doug MacEachern.
7647 ____________________________________________________________________________
7648 [ 10795] By: jhi on 2001/06/21 19:03:48
7649 Log: Protect the fchdir() and lstat() with ifdefs.
7650 fchdir() needs a Configure probe.
7653 ____________________________________________________________________________
7654 [ 10794] By: nick on 2001/06/21 17:11:35
7655 Log: Integrate mainline
7657 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
7658 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
7659 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
7660 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7661 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
7662 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
7663 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
7664 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
7665 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
7666 - lib/File/Glob/case.t lib/File/Glob/global.t
7667 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
7668 - lib/File/Temp/posix.t lib/File/Temp/security.t
7669 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
7670 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
7671 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
7672 - lib/Text/Wrap/wrap.t
7673 !> (integrate 41 files)
7674 ____________________________________________________________________________
7675 [ 10793] By: jhi on 2001/06/21 17:01:26
7676 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
7677 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7678 Date: Thu, 21 Jun 2001 13:04:54 -0500
7679 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
7682 ____________________________________________________________________________
7683 [ 10792] By: jhi on 2001/06/21 16:13:57
7684 Log: Subject: [PATCH pod] overlong =item
7685 From: Robin Barker <rmb1@cise.npl.co.uk>
7686 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
7687 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
7689 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
7690 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7691 ____________________________________________________________________________
7692 [ 10791] By: jhi on 2001/06/21 16:10:51
7693 Log: Subject: [PATCH perlio.c] format
7694 From: Robin Barker <rmb1@cise.npl.co.uk>
7695 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
7696 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
7699 ____________________________________________________________________________
7700 [ 10790] By: jhi on 2001/06/21 15:52:04
7701 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
7702 From: Radu Greab <radu@netsoft.ro>
7703 Date: Thu, 21 Jun 2001 19:06:02 +0300
7704 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
7706 ! pod/perlapi.pod sv.c
7707 ____________________________________________________________________________
7708 [ 10789] By: jhi on 2001/06/21 14:48:25
7709 Log: The metaconfig unit changes for #10788.
7710 Branch: metaconfig/U/perl
7711 ! Cross.U fflushall.U
7712 ____________________________________________________________________________
7713 [ 10788] By: jhi on 2001/06/21 14:47:48
7714 Log: Cross-configuration changes: make $from to rm the files
7715 before copying them over (this means that he rm can be
7716 removed from the fflushall test), create $targetmkdir
7717 (not documented in install since it is supposed to internal
7718 use only), make $run to copy over the executable only if
7719 a stamp file .xok doesn't already exist (to avoid unnecessary
7720 copying of the executable)
7722 ! Configure Makefile.SH
7723 ____________________________________________________________________________
7724 [ 10787] By: nick on 2001/06/21 14:16:18
7725 Log: Integrate mainline
7727 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
7728 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
7729 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
7730 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
7731 !> (integrate 34 files)
7732 ____________________________________________________________________________
7733 [ 10786] By: jhi on 2001/06/21 13:59:32
7734 Log: Re-add the files as text.
7736 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
7737 ____________________________________________________________________________
7738 [ 10785] By: jhi on 2001/06/21 13:57:55
7739 Log: Delete the binary files.
7741 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
7742 ____________________________________________________________________________
7743 [ 10784] By: jhi on 2001/06/21 13:49:47
7744 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
7745 From: Andy Dougherty <doughera@lafayette.edu>
7746 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
7747 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
7749 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
7750 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
7751 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
7752 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
7753 ____________________________________________________________________________
7754 [ 10783] By: jhi on 2001/06/21 13:46:50
7755 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
7756 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
7757 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
7758 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
7760 Setting umask to something friendlier.
7762 ! installman installperl
7763 ____________________________________________________________________________
7764 [ 10782] By: jhi on 2001/06/21 13:42:17
7765 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
7766 Resort MANIFEST with sort -f, looks much better.
7768 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
7769 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
7770 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
7771 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7772 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
7773 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
7774 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
7775 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
7776 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
7777 - lib/File/Glob/case.t lib/File/Glob/global.t
7778 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
7779 - lib/File/Temp/posix.t lib/File/Temp/security.t
7780 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
7781 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
7782 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
7783 - lib/Text/Wrap/wrap.t
7785 ____________________________________________________________________________
7786 [ 10781] By: jhi on 2001/06/21 13:16:04
7787 Log: Upgrade to I18N::LangTags 0.25.
7789 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7790 ! lib/I18N/LangTags/List.pm
7791 ____________________________________________________________________________
7792 [ 10780] By: jhi on 2001/06/21 13:12:54
7793 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
7794 From: Richard Soderberg <rs@crystalflame.net>
7795 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
7796 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
7798 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
7799 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
7800 ____________________________________________________________________________
7801 [ 10779] By: jhi on 2001/06/21 12:59:57
7802 Log: Test obsoleted by change #10777.
7805 ____________________________________________________________________________
7806 [ 10778] By: jhi on 2001/06/21 12:52:37
7807 Log: Case of confused test numbering.
7810 ____________________________________________________________________________
7811 [ 10777] By: jhi on 2001/06/21 12:30:57
7812 Log: Subject: Re: Opinion on undef lvalue
7813 From: Abhijit Menon-Sen <ams@wiw.org>
7814 Date: Sun, 17 Jun 2001 13:04:46 +0530
7815 Message-ID: <20010617130446.B27925@lustre.linux.in>
7817 Allow lvalue subs to return undef in array context.
7820 ____________________________________________________________________________
7821 [ 10776] By: jhi on 2001/06/21 12:27:48
7822 Log: Just a guess that using the same hack for cygwin as
7823 for win32 might help.
7825 ! lib/File/Find/find.t
7826 ____________________________________________________________________________
7827 [ 10775] By: jhi on 2001/06/21 12:25:58
7828 Log: NetWare tweaks from Guruprasad.
7830 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
7831 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
7832 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
7833 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
7834 ____________________________________________________________________________
7835 [ 10774] By: jhi on 2001/06/21 12:21:17
7836 Log: Subject: Re: perl@10722: Bogus warnings on REs
7837 From: Hugo <hv@crypt.compulink.co.uk>
7838 Date: Thu, 21 Jun 2001 09:51:17 +0100
7839 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
7841 Unroll to avoid a UTS compiler bug.
7844 ____________________________________________________________________________
7845 [ 10773] By: jhi on 2001/06/21 12:13:13
7846 Log: Subject: Re: [PATCH] Make /o work under i?threads
7847 From: Artur Bergman <artur@contiller.se>
7848 Date: Thu, 21 Jun 2001 14:38:03 +0200
7849 Message-ID: <B757B74A.184D%artur@contiller.se>
7852 ____________________________________________________________________________
7853 [ 10772] By: jhi on 2001/06/21 12:12:23
7854 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
7855 From: Artur Bergman <artur@contiller.se>
7856 Date: Thu, 21 Jun 2001 14:27:33 +0200
7857 Message-ID: <B757B4D4.1849%artur@contiller.se>
7859 Plus extra parentheses.
7862 ____________________________________________________________________________
7863 [ 10771] By: jhi on 2001/06/21 12:10:29
7864 Log: Subject: [PATCH] Make /o work under i?threads
7865 From: Richard Soderberg <rs@crystalflame.net>
7866 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
7867 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
7870 ____________________________________________________________________________
7871 [ 10770] By: jhi on 2001/06/21 12:09:28
7872 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
7873 From: Artur Bergman <artur@contiller.se>
7874 Date: Thu, 21 Jun 2001 14:04:54 +0200
7875 Message-ID: <B757AF86.1842%artur@contiller.se>
7878 ____________________________________________________________________________
7879 [ 10769] By: jhi on 2001/06/21 12:08:03
7880 Log: Subject: Re: perl@10765: sv.c not OK on win32
7881 From: Artur Bergman <artur@contiller.se>
7882 Date: Thu, 21 Jun 2001 10:31:06 +0200
7883 Message-ID: <B7577D69.182C%artur@contiller.se>
7886 ____________________________________________________________________________
7887 [ 10768] By: jhi on 2001/06/21 12:03:56
7888 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
7889 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7890 Date: Thu, 21 Jun 2001 06:23:56 -0400
7891 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
7893 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
7894 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7895 Date: Thu, 21 Jun 2001 06:32:21 -0400
7896 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
7898 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
7899 ____________________________________________________________________________
7900 [ 10767] By: jhi on 2001/06/21 12:00:07
7901 Log: Subject: [PATCH] make syslog test more verbose
7902 From: Robert Spier <rspier@pobox.com>
7903 Date: Thu, 21 Jun 2001 00:54:32 -0400
7904 Message-ID: <15153.32264.295807.333073@rls.cx>
7906 ! ext/Sys/Syslog/syslog.t
7907 ____________________________________________________________________________
7908 [ 10766] By: jhi on 2001/06/20 23:27:57
7909 Log: Subject: op/study.t refinements
7910 From: Hugo <hv@crypt.compulink.co.uk>
7911 Date: Thu, 21 Jun 2001 00:29:07 +0100
7912 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
7915 ____________________________________________________________________________
7916 [ 10765] By: jhi on 2001/06/20 19:51:47
7917 Log: Update Changes.
7919 ! Changes patchlevel.h
7920 ____________________________________________________________________________
7921 [ 10764] By: jhi on 2001/06/20 19:00:23
7922 Log: Subject: Re: [PATCH] djgpp updates
7923 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
7924 Date: Wed, 20 Jun 2001 10:05:15 +0200
7925 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
7928 ____________________________________________________________________________
7929 [ 10763] By: jhi on 2001/06/20 18:58:06
7930 Log: Fix for ID 20010619.002 "When building hash, hash keys that
7931 are function calls are not being called", from Abhijit.
7933 ! t/base/lex.t toke.c
7934 ____________________________________________________________________________
7935 [ 10762] By: jhi on 2001/06/20 18:45:00
7936 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
7938 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
7939 + lib/Locale/Maketext/test.pl
7940 - lib/Locale/Maketext.t
7941 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7942 ! lib/Locale/Maketext/TPJ13.pod
7943 ____________________________________________________________________________
7944 [ 10761] By: jhi on 2001/06/20 18:44:15
7945 Log: Metaconfig unit change for #10760.
7947 ! U/modified/Cppsym.U
7948 ____________________________________________________________________________
7949 [ 10760] By: jhi on 2001/06/20 18:42:04
7950 Log: Do not remove the ccsym* Cppsym* files since
7951 they are useful for metaconfig units coming after us.
7952 (This is the Configure nit mentioned in #10752.)
7955 ____________________________________________________________________________
7956 [ 10759] By: jhi on 2001/06/20 18:02:18
7957 Log: Update to I18N::LangTags 0.24, from Sean Burke.
7959 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
7960 + lib/I18N/LangTags/README
7961 - lib/I18N/LangTags/List.pod
7962 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
7963 ____________________________________________________________________________
7964 [ 10758] By: jhi on 2001/06/20 17:34:43
7967 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
7968 ! pod/perlapi.pod proto.h
7969 ____________________________________________________________________________
7970 [ 10757] By: jhi on 2001/06/20 17:23:08
7971 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
7972 From: Artur Bergman <artur@contiller.se>
7973 Date: Wed, 20 Jun 2001 11:31:32 +0200
7974 Message-ID: <B7563A14.17D8%artur@contiller.se>
7976 ! embed.pl hv.c intrpvar.h sv.c sv.h
7977 ____________________________________________________________________________
7978 [ 10756] By: jhi on 2001/06/20 17:13:26
7979 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
7980 From: Tim Sweetman <tim@aldigital.co.uk>
7981 Date: Wed, 13 Jun 2001 14:25:17 +0100
7982 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
7984 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
7985 ____________________________________________________________________________
7986 [ 10755] By: nick on 2001/06/20 16:12:37
7987 Log: Integrate mainline
7989 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
7990 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
7991 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
7992 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
7993 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
7994 !> t/op/study.t util.c
7995 ____________________________________________________________________________
7996 [ 10754] By: gsar on 2001/06/20 15:22:27
7997 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
7999 Branch: maint-5.6/perl
8001 ____________________________________________________________________________
8002 [ 10753] By: jhi on 2001/06/20 14:03:20
8003 Log: Security tweak on readlink().
8006 ____________________________________________________________________________
8007 [ 10752] By: jhi on 2001/06/20 14:00:23
8008 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
8010 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
8011 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
8012 ! mpeix/relink t/op/pwent.t
8013 ____________________________________________________________________________
8014 [ 10751] By: jhi on 2001/06/20 13:57:27
8015 Log: Reinstate #10725 (with probe for alarm()).
8018 ____________________________________________________________________________
8019 [ 10750] By: jhi on 2001/06/20 13:53:46
8020 Log: Replace our implementation of realpath() with OpenBSD's
8021 (src/lib/libc/stdlib/realpath.c 1.4).
8023 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
8024 ! pod/perldiag.pod proto.h util.c
8025 ____________________________________________________________________________
8026 [ 10749] By: jhi on 2001/06/20 13:07:49
8027 Log: Integrate perlio.
8030 ____________________________________________________________________________
8031 [ 10748] By: jhi on 2001/06/20 13:07:18
8032 Log: No point in going into memory-saving contortions
8033 with getcwd() since there's a danger of buffer overflow.
8034 Also make the POSIX extension to use sv_getcwd().
8035 Finally, a missed proto.h fragment.
8037 ! ext/POSIX/POSIX.xs proto.h util.c
8038 ____________________________________________________________________________
8039 [ 10747] By: nick on 2001/06/20 12:38:26
8040 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
8043 ____________________________________________________________________________
8044 [ 10746] By: jhi on 2001/06/20 11:51:10
8045 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
8046 From: Graham Barr <gbarr@pobox.com>
8047 Date: Wed, 20 Jun 2001 11:05:49 +0100
8048 Message-ID: <20010620110549.I19188@pobox.com>
8052 Subject: Bug in IO::Socket::INET module (repeat)
8053 From: "Harmon S. Nine" <hnine@netarx.com>
8054 Date: Tue, 19 Jun 2001 09:41:35 -0400
8055 Message-ID: <3B2F568F.8080605@netarx.com>
8057 The bug was that the IO::Socket::INET constructor
8058 did not allow a 'LocalPort' of 0.
8060 ! ext/IO/lib/IO/Socket/INET.pm
8061 ____________________________________________________________________________
8062 [ 10745] By: nick on 2001/06/20 08:56:39
8063 Log: Integrate mainline.
8065 !> (integrate 37 files)
8066 ____________________________________________________________________________
8067 [ 10744] By: jhi on 2001/06/20 04:54:53
8068 Log: After some reading I don't think we can blindly
8069 use systems' realpath(). Too many security problems,
8070 too many buggy implementations.
8072 TODO: the realpath() emulation code in util.c doesn't
8073 seem fully operational? (readlink(), for example?)
8075 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
8076 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
8077 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
8078 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
8079 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
8080 ! win32/config_H.gc win32/config_H.vc
8081 ____________________________________________________________________________
8082 [ 10743] By: jhi on 2001/06/20 00:48:48
8083 Log: Metaconfig unit change for #10738.
8085 ! U/compline/d_gconvert.U
8086 ____________________________________________________________________________
8087 [ 10742] By: jhi on 2001/06/20 00:48:20
8088 Log: Integrate change #10739 from maintperl:
8090 C<eval "/x$\r\n/x"> fails to compile correctly
8092 !> t/op/pat.t toke.c
8093 ____________________________________________________________________________
8094 [ 10741] By: jhi on 2001/06/20 00:41:05
8095 Log: Retract #10725 (Hugo asked NOT to apply the patch)
8098 ____________________________________________________________________________
8099 [ 10740] By: jhi on 2001/06/19 23:58:25
8100 Log: The test.third results were funnily named because of the
8104 ____________________________________________________________________________
8105 [ 10739] By: gsar on 2001/06/19 23:49:15
8106 Log: C<eval "/x$\r\n/x"> fails to compile correctly
8107 Branch: maint-5.6/perl
8109 ____________________________________________________________________________
8110 [ 10738] By: jhi on 2001/06/19 23:04:15
8111 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
8112 From: Spider Boardman <spider@Orb.Nashua.NH.US>
8113 Date: Tue, 19 Jun 2001 19:15:40 -0400
8114 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
8116 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
8117 because "1e+129" being expected but "1.e+129" being returned.
8118 The culprit (at least in Tru64) is the use of gcvt().
8121 ____________________________________________________________________________
8122 [ 10737] By: jhi on 2001/06/19 22:56:52
8123 Log: Subject: [PATCH perl@10722] test hunting on VMS
8124 From: "Craig A. Berry" <craigberry@mac.com>
8125 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
8126 Date: Tue, 19 Jun 2001 18:59:01 -0500
8129 ____________________________________________________________________________
8130 [ 10736] By: jhi on 2001/06/19 21:32:29
8131 Log: Subject: [PATCH] s/typos//
8132 From: Abhijit Menon-Sen <ams@wiw.org>
8133 Date: Wed, 20 Jun 2001 02:15:02 +0530
8134 Message-ID: <20010620021502.A14541@lustre.linux.in>
8136 Without the op.h s/bearword/bareword/ hunk, see
8137 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
8140 ____________________________________________________________________________
8141 [ 10735] By: jhi on 2001/06/19 21:26:43
8142 Log: Metaconfig unit change for #10732 and #10733.
8143 Branch: metaconfig/U/perl
8145 ____________________________________________________________________________
8146 [ 10734] By: jhi on 2001/06/19 21:24:41
8147 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
8148 From: "Craig A. Berry" <craigberry@mac.com>
8149 Date: Tue, 19 Jun 2001 17:19:48 -0500
8150 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
8152 ! configure.com vms/descrip_mms.template
8153 ____________________________________________________________________________
8154 [ 10733] By: jhi on 2001/06/19 19:57:44
8155 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
8156 From: Spider Boardman <spider@Orb.Nashua.NH.US>
8157 Date: Tue, 19 Jun 2001 16:48:07 -0400
8158 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
8160 Further fixes to fflush(NULL) detection.
8163 ____________________________________________________________________________
8164 [ 10732] By: jhi on 2001/06/19 19:38:20
8165 Log: AIX test -s hangs with non-existent files?
8166 (A genuine logic bug in Configure, but AIX also broken?)
8169 ____________________________________________________________________________
8170 [ 10731] By: jhi on 2001/06/19 19:17:35
8171 Log: AUTHORS updates.
8174 ____________________________________________________________________________
8175 [ 10730] By: jhi on 2001/06/19 19:03:07
8176 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
8177 From: Spider Boardman <spider@Orb.Nashua.NH.US>
8178 Date: Tue, 19 Jun 2001 15:33:25 -0400
8179 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
8181 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
8183 ____________________________________________________________________________
8184 [ 10729] By: jhi on 2001/06/19 18:34:10
8185 Log: Integrate perlio.
8187 !> lib/File/Find/find.t win32/distclean.bat
8188 ____________________________________________________________________________
8189 [ 10728] By: nick on 2001/06/19 18:24:53
8190 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
8192 ! lib/File/Find/find.t win32/distclean.bat
8193 ____________________________________________________________________________
8194 [ 10727] By: jhi on 2001/06/19 18:07:31
8195 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
8196 also add information how to find out whether one has PerlIO.
8199 ____________________________________________________________________________
8200 [ 10726] By: jhi on 2001/06/19 17:59:30
8201 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
8202 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8203 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
8204 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
8207 ____________________________________________________________________________
8208 [ 10725] By: jhi on 2001/06/19 17:28:30
8209 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
8210 From: Hugo <hv@crypt.compulink.co.uk>
8211 Date: Tue, 19 Jun 2001 12:37:30 +0100
8212 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
8215 ____________________________________________________________________________
8216 [ 10724] By: jhi on 2001/06/19 17:22:20
8217 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
8218 From: Hugo <hv@crypt.compulink.co.uk>
8219 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
8220 Date: Tue, 19 Jun 2001 13:15:17 +0100
8223 ____________________________________________________________________________
8224 [ 10723] By: nick on 2001/06/19 14:46:15
8225 Log: Integrate mainline
8227 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
8228 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
8229 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
8230 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
8231 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
8232 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8233 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8234 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8235 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8236 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8237 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8238 - ext/Thread/unsync4.t
8239 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
8240 !> djgpp/config.over djgpp/fixpmain
8241 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
8242 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
8243 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
8244 ____________________________________________________________________________
8245 [ 10722] By: jhi on 2001/06/19 11:55:30
8246 Log: Update Changes.
8248 ! Changes patchlevel.h
8249 ____________________________________________________________________________
8250 [ 10721] By: jhi on 2001/06/19 11:29:34
8251 Log: The existence shall be MANIFESted.
8254 ____________________________________________________________________________
8255 [ 10720] By: jhi on 2001/06/19 10:58:09
8256 Log: The old libnet.cfg is first searched from the current directory,
8257 only then from the module path.
8259 ! utils/libnetcfg.PL
8260 ____________________________________________________________________________
8261 [ 10719] By: jhi on 2001/06/19 10:55:59
8262 Log: NetWare tweaks from Guruprasad.
8264 ! NetWare/Makefile NetWare/config.wc
8265 ____________________________________________________________________________
8266 [ 10718] By: jhi on 2001/06/19 10:54:22
8267 Log: Subject: [PATCH] djgpp updates
8268 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8269 Date: Tue, 19 Jun 2001 10:59:06 +0200
8270 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
8272 ! djgpp/config.over djgpp/fixpmain
8273 ____________________________________________________________________________
8274 [ 10717] By: jhi on 2001/06/19 10:53:20
8275 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
8276 From: Prymmer/Kahn <pvhp@best.com>
8277 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
8278 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
8281 ____________________________________________________________________________
8282 [ 10716] By: jhi on 2001/06/19 10:52:25
8283 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
8284 to happen right after the inclusion of <inttypes.h>,
8288 ____________________________________________________________________________
8289 [ 10715] By: jhi on 2001/06/19 10:49:21
8290 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
8291 From: Doug MacEachern <dougm@covalent.net>
8292 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
8293 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
8295 ! ext/DynaLoader/DynaLoader_pm.PL
8296 ____________________________________________________________________________
8297 [ 10714] By: jhi on 2001/06/19 10:48:19
8298 Log: Revert #10656 for perfomance reasons but leave in the
8299 use of Hv*() macros -- in comments, so that grepping the
8300 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
8301 suggested by Sarathy, also by Abhijit.)
8304 ____________________________________________________________________________
8305 [ 10713] By: jhi on 2001/06/19 10:46:08
8306 Log: Subject: [patch] .s MakeMaker suffix
8307 From: Doug MacEachern <dougm@covalent.net>
8308 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
8309 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
8311 ! lib/ExtUtils/MM_Unix.pm
8312 ____________________________________________________________________________
8313 [ 10712] By: jhi on 2001/06/19 10:34:35
8314 Log: One test lost in the big shuffle restored.
8316 + ext/IPC/SysV/ipcsysv.t
8317 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8318 ____________________________________________________________________________
8319 [ 10711] By: jhi on 2001/06/19 10:25:46
8320 Log: Rename the old non-standard threads tests so that
8321 they won't be invoked.
8323 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
8324 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
8325 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
8326 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
8327 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
8328 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8329 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8330 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8331 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8332 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8333 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8334 - ext/Thread/unsync4.t
8336 ____________________________________________________________________________
8337 [ 10710] By: jhi on 2001/06/19 10:18:41
8338 Log: Integrate perlio.
8340 !> win32/config_sh.PL
8341 ____________________________________________________________________________
8342 [ 10709] By: nick on 2001/06/19 08:18:18
8343 Log: Integrate mainline
8345 +> (branch 40 files)
8346 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8347 - lib/strict/subs lib/strict/vars lib/warnings/1global
8348 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8349 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8350 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8351 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8352 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8353 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8354 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8355 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8356 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8357 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8358 - lib/warnings/utf8 lib/warnings/util
8359 !> (integrate 57 files)
8360 ____________________________________________________________________________
8361 [ 10708] By: nick on 2001/06/19 07:57:10
8362 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
8364 ! win32/config_sh.PL
8365 ____________________________________________________________________________
8366 [ 10707] By: nick on 2001/06/19 07:05:07
8367 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
8369 ! perly.c perly.y perly_c.diff vms/perly_c.vms
8370 ____________________________________________________________________________
8371 [ 10706] By: jhi on 2001/06/19 02:58:26
8372 Log: More perl572delta tweaks.
8374 ! pod/perl572delta.pod
8375 ____________________________________________________________________________
8376 [ 10705] By: jhi on 2001/06/19 01:53:40
8377 Log: Update perl572delta.
8379 ! pod/perl572delta.pod
8380 ____________________________________________________________________________
8381 [ 10704] By: jhi on 2001/06/19 01:28:40
8382 Log: VOS updates from Paul Green.
8384 ! vos/Changes vos/build.cm vos/perl.bind
8385 ____________________________________________________________________________
8386 [ 10703] By: jhi on 2001/06/19 01:03:53
8387 Log: Update the vos/config.*.* files.
8389 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8391 ____________________________________________________________________________
8392 [ 10702] By: jhi on 2001/06/19 01:03:32
8393 Log: Add a makefile for more painless adding of symbols to the
8394 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
8395 takes care of the adding)
8398 ____________________________________________________________________________
8399 [ 10701] By: jhi on 2001/06/19 00:51:44
8400 Log: Make libnetcfg by default display the libnet configuration,
8401 -c to change, add -i for old config, document all options,
8404 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
8405 ____________________________________________________________________________
8406 [ 10700] By: jhi on 2001/06/18 23:45:12
8407 Log: gcc -Wall sweep.
8409 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
8410 ____________________________________________________________________________
8411 [ 10699] By: jhi on 2001/06/18 23:19:53
8415 ____________________________________________________________________________
8416 [ 10698] By: jhi on 2001/06/18 23:10:22
8417 Log: Document the need for sv_printify().
8419 Document that 'use utf8' has been considered.
8421 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
8423 ! pod/perltodo.pod universal.c
8424 ____________________________________________________________________________
8425 [ 10697] By: jhi on 2001/06/18 22:50:53
8426 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
8427 From: Nicholas Clark <nick@ccl4.org>
8428 Date: Mon, 18 Jun 2001 23:29:23 +0100
8429 Message-ID: <20010618232923.I98663@plum.flirble.org>
8431 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
8432 ! ext/Sys/Syslog/Makefile.PL
8433 ____________________________________________________________________________
8434 [ 10696] By: jhi on 2001/06/18 22:39:32
8435 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
8436 From: Scott.L.Miller@Compaq.com
8437 Date: Mon, 18 Jun 2001 10:12:27 -0500
8438 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
8440 ! lib/perl5db.pl pod/perldebug.pod
8441 ____________________________________________________________________________
8442 [ 10695] By: jhi on 2001/06/18 22:35:13
8443 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
8444 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8445 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
8446 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
8449 ____________________________________________________________________________
8450 [ 10694] By: jhi on 2001/06/18 22:34:06
8451 Log: Subject: [PATCH] Documentation changes for CLONE
8452 From: Artur Bergman <artur@contiller.se>
8453 Date: Mon, 18 Jun 2001 22:06:37 +0200
8454 Message-ID: <B7542BEC.1719%artur@contiller.se>
8456 ! pod/perlmod.pod pod/perlsub.pod
8457 ____________________________________________________________________________
8458 [ 10693] By: jhi on 2001/06/18 22:31:38
8459 Log: Subject: Re: configure.com
8460 From: "Craig A. Berry" <craigberry@mac.com>
8461 Date: Mon, 18 Jun 2001 16:04:38 -0500
8462 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
8465 ____________________________________________________________________________
8466 [ 10692] By: jhi on 2001/06/18 22:30:43
8467 Log: Subject: PL_nullstash + perl_clone()
8468 From: Doug MacEachern <dougm@covalent.net>
8469 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
8470 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
8473 ____________________________________________________________________________
8474 [ 10691] By: jhi on 2001/06/18 22:26:20
8475 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
8476 From: davem@fdgroup.co.uk
8477 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
8478 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
8480 ! embed.pl pod/perlapi.pod
8481 ____________________________________________________________________________
8482 [ 10690] By: jhi on 2001/06/18 22:17:05
8483 Log: More cross-compilation defaults gleaned from -Dcc
8484 if it is CPU-OS-gcc.
8487 Branch: metaconfig/U/perl
8491 ____________________________________________________________________________
8492 [ 10689] By: jhi on 2001/06/18 13:59:47
8493 Log: Update Changes.
8495 ! Changes patchlevel.h
8496 ____________________________________________________________________________
8497 [ 10688] By: jhi on 2001/06/18 13:44:18
8498 Log: Subject: [PATCH 5.7.1] sv.c documentation
8499 From: davem@fdgroup.co.uk
8500 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
8501 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
8503 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
8505 ____________________________________________________________________________
8506 [ 10687] By: jhi on 2001/06/18 13:38:03
8507 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
8508 From: "Jon Gunnip" <jongunnip@hotmail.com>
8509 Date: Sun, 17 Jun 2001 18:24:29 -0400
8510 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
8513 ____________________________________________________________________________
8514 [ 10686] By: jhi on 2001/06/18 13:32:13
8515 Log: Move the locale/strict/warnings helper files back
8516 under the t/lib; this way the amount of non-installabled
8517 stuff under lib/ stays smaller.
8519 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
8520 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
8521 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
8522 + t/lib/warnings/5nolint t/lib/warnings/6default
8523 + t/lib/warnings/7fatal t/lib/warnings/8signal
8524 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
8525 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
8526 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
8527 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
8528 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
8529 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
8530 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
8531 + t/lib/warnings/taint t/lib/warnings/toke
8532 + t/lib/warnings/universal t/lib/warnings/utf8
8533 + t/lib/warnings/util
8534 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8535 - lib/strict/subs lib/strict/vars lib/warnings/1global
8536 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8537 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8538 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8539 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8540 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8541 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8542 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8543 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8544 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8545 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8546 - lib/warnings/utf8 lib/warnings/util
8547 ! MANIFEST installperl lib/locale.t lib/strict.t
8548 ____________________________________________________________________________
8549 [ 10685] By: jhi on 2001/06/18 13:11:49
8550 Log: Split off the pack/unpack code, from Nicholas Clark.
8553 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
8554 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
8555 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8556 ____________________________________________________________________________
8557 [ 10684] By: jhi on 2001/06/18 12:25:55
8558 Log: Guard the SysV IPC tests against being invoked in
8559 SysV-IPC-less places.
8561 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8562 ____________________________________________________________________________
8563 [ 10683] By: nick on 2001/06/18 12:24:42
8564 Log: Integrate mainline (new test scheme now ok on Linux).
8568 ____________________________________________________________________________
8569 [ 10682] By: jhi on 2001/06/18 12:20:50
8570 Log: Add the locale.c and numeric.c to the microperl sources.
8572 ! Makefile.micro win32/Makefile
8573 ____________________________________________________________________________
8574 [ 10681] By: jhi on 2001/06/18 11:57:45
8575 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
8576 From: Abhijit Menon-Sen <ams@wiw.org>
8577 Date: Mon, 18 Jun 2001 14:23:44 +0530
8578 Message-ID: <20010618142344.A13136@lustre.linux.in>
8581 ____________________________________________________________________________
8582 [ 10680] By: jhi on 2001/06/18 11:56:12
8583 Log: Subject: Re: [PATCH] more anonymous stash cleanups
8584 From: Abhijit Menon-Sen <ams@wiw.org>
8585 Date: Mon, 18 Jun 2001 15:50:32 +0530
8586 Message-ID: <20010618155032.A13223@lustre.linux.in>
8588 Plus the comment left in as suggested by NI-S.
8591 ____________________________________________________________________________
8592 [ 10679] By: jhi on 2001/06/18 11:49:27
8593 Log: One missed file.
8596 ____________________________________________________________________________
8597 [ 10678] By: nick on 2001/06/18 08:05:29
8598 Log: Integrate mainline (part2 - the deletes)
8600 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
8601 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
8602 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
8603 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
8604 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
8605 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
8606 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
8607 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
8608 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
8609 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
8610 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
8611 ____________________________________________________________________________
8612 [ 10677] By: nick on 2001/06/18 08:04:44
8613 Log: Integrate mainline (part1)
8615 +> (branch 376 files)
8616 - (delete 219 files)
8617 !> (integrate 151 files)
8618 ____________________________________________________________________________
8619 [ 10676] By: jhi on 2001/06/18 04:17:15
8620 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
8621 No doubt I made some mistakes like missed some files or
8622 misnamed some files. The naming rules were more or less:
8623 (1) if the module is from CPAN, follows its ways, be it
8625 (2) otherwise if there are multiple tests for a module
8627 (3) otherwise if there's only one test put it in Module.t
8628 (4) helper files go to module/ (locale, strict, warnings)
8629 (5) use longer filenames now that we can (but e.g. the
8630 compat-0.6.t and the Text::Balanced test files still
8631 were renamed to be more civil against the 8.3 people)
8632 installperl was updated appropriately not to install the
8633 *.t files or the help files from under lib.
8635 TODO: some helper files still remain under t/ that could
8636 follow their 'masters'. UPDATE: On second thoughts, why
8637 should they. They can continue to live under t/lib, and
8638 in fact the locale/strict/warnings helpers that were moved
8639 could be moved back. This way the amount of non-installable
8640 stuff under lib/ stays smaller.
8643 - (delete 254 files)
8644 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
8645 ____________________________________________________________________________
8646 [ 10675] By: jhi on 2001/06/18 03:15:02
8647 Log: The warning no more comes from util.c, it comes from numeric.c.
8650 ____________________________________________________________________________
8651 [ 10674] By: jhi on 2001/06/18 00:56:22
8652 Log: Subject: Re: anyone good at casting spells?
8653 From: Spider Boardman <spider@Orb.Nashua.NH.US>
8654 Date: Sun, 17 Jun 2001 21:21:04 -0400
8655 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
8657 ! ext/POSIX/POSIX.xs hv.h
8658 ____________________________________________________________________________
8659 [ 10673] By: jhi on 2001/06/17 22:24:53
8660 Log: Protect the (original) thread tests against testing if no 5.005
8661 threads have been configured.
8663 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8664 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8665 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8666 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8667 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8668 ! ext/Thread/unsync4.t
8669 ____________________________________________________________________________
8670 [ 10672] By: jhi on 2001/06/17 22:09:28
8671 Log: Try the new test scanning scheme on Text::Abbrev.
8674 - lib/Text/Abbrev/t/abbrev.t
8676 ____________________________________________________________________________
8677 [ 10671] By: jhi on 2001/06/17 22:07:08
8678 Log: Change the scan policy of the *.t and test.pl files,
8679 now the *.t do not need to live in a t/ directory.
8682 ____________________________________________________________________________
8683 [ 10670] By: jhi on 2001/06/17 20:32:35
8684 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
8685 From: Ilmari Karonen <iltzu@sci.fi>
8686 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
8687 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
8690 ____________________________________________________________________________
8691 [ 10669] By: jhi on 2001/06/17 20:30:22
8692 Log: Quench the warnings from Tru64; the HP-UX is still
8693 broken because it really, REALLY, doesn't like the
8694 HvARRAY() being lvalue:
8696 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
8697 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
8700 ____________________________________________________________________________
8701 [ 10668] By: jhi on 2001/06/17 19:13:24
8702 Log: Integrate change #10667 from maintperl:
8704 change#10449 broke the special-case that makes lexicals inside the
8705 eval"" within DB::DB() visible
8708 ____________________________________________________________________________
8709 [ 10667] By: gsar on 2001/06/17 19:08:27
8710 Log: change#10449 broke the special-case that makes lexicals inside the
8711 eval"" within DB::DB() visible
8712 Branch: maint-5.6/perl
8714 ____________________________________________________________________________
8715 [ 10666] By: jhi on 2001/06/17 17:50:07
8716 Log: Still spurious output; indent the code a bit.
8718 TODO1: separate the utility functions like MkDir
8719 into a helper script?
8721 TODO2: I see a lot of repetition in the filepath()
8722 and dirpath() calls.
8724 ! t/lib/filefind.t t/lib/findtaint.t
8725 ____________________________________________________________________________
8726 [ 10665] By: jhi on 2001/06/17 16:59:42
8727 Log: Regen modlib, toc.
8729 ! pod/perlmodlib.pod pod/perltoc.pod
8730 ____________________________________________________________________________
8731 [ 10664] By: jhi on 2001/06/17 16:55:28
8732 Log: Add libnetcfg to perlutil.
8735 ____________________________________________________________________________
8736 [ 10663] By: jhi on 2001/06/17 16:53:29
8737 Log: Initial integration of libnet-1.0703.
8738 The Configure script renamed as libnetcfg, will be
8739 installed along other utilities.
8741 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
8742 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
8743 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
8744 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
8745 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
8746 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
8747 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
8748 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
8749 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
8750 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
8751 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
8752 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
8753 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
8754 + utils/libnetcfg.PL
8755 ! MANIFEST utils.lst utils/Makefile
8756 ____________________________________________________________________________
8757 [ 10662] By: jhi on 2001/06/17 15:37:32
8758 Log: Less potentially test-harness-confusing output.
8760 ! lib/Memoize/t/expire_module_t.t
8761 ____________________________________________________________________________
8762 [ 10661] By: jhi on 2001/06/17 15:31:04
8763 Log: The final print annoys make test.
8765 ! t/lib/filefind.t t/lib/findtaint.t
8766 ____________________________________________________________________________
8767 [ 10660] By: jhi on 2001/06/17 14:00:21
8768 Log: Add an option for handling dangling symbolic links.
8770 ! lib/File/Find.pm t/lib/filefind.t
8771 ____________________________________________________________________________
8772 [ 10659] By: jhi on 2001/06/17 13:45:48
8773 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
8774 From: Thomas Wegner <wegner_thomas@yahoo.com>
8775 Date: Sun, 17 Jun 2001 14:43:11 +0200
8776 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
8779 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
8780 ____________________________________________________________________________
8781 [ 10658] By: jhi on 2001/06/17 13:13:25
8782 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
8783 From: Jonathan Stowe <gellyfish@gellyfish.com>
8784 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
8785 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
8787 ! lib/ExtUtils/MM_Unix.pm
8788 ____________________________________________________________________________
8789 [ 10657] By: jhi on 2001/06/17 13:12:25
8790 Log: Subject: [PATCH] more anonymous stash cleanups
8791 From: Abhijit Menon-Sen <ams@wiw.org>
8792 Date: Sun, 17 Jun 2001 11:44:06 +0530
8793 Message-ID: <20010617114406.A25203@lustre.linux.in>
8796 ____________________________________________________________________________
8797 [ 10656] By: jhi on 2001/06/17 13:11:11
8798 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
8799 From: Abhijit Menon-Sen <ams@wiw.org>
8800 Date: Sun, 17 Jun 2001 08:02:59 +0530
8801 Message-ID: <20010617080259.A28776@lustre.linux.in>
8803 Subject: [PATCH #2/7] xhv_eiter
8804 From: Abhijit Menon-Sen <ams@wiw.org>
8805 Date: Sun, 17 Jun 2001 08:13:18 +0530
8806 Message-ID: <20010617081318.B28776@lustre.linux.in>
8808 Subject: [PATCH #3/7] xhv_fill
8809 From: Abhijit Menon-Sen <ams@wiw.org>
8810 Date: Sun, 17 Jun 2001 08:25:16 +0530
8811 Message-ID: <20010617082516.C28776@lustre.linux.in>
8813 Subject: [PATCH #4/7] xhv_keys
8814 From: Abhijit Menon-Sen <ams@wiw.org>
8815 Date: Sun, 17 Jun 2001 08:36:17 +0530
8816 Message-ID: <20010617083617.D28776@lustre.linux.in>
8818 Subject: [PATCH #5/7] xhv_max
8819 From: Abhijit Menon-Sen <ams@wiw.org>
8820 Date: Sun, 17 Jun 2001 08:39:48 +0530
8821 Message-ID: <20010617083948.E28776@lustre.linux.in>
8823 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
8824 From: Abhijit Menon-Sen <ams@wiw.org>
8825 Date: Sun, 17 Jun 2001 08:51:11 +0530
8826 Message-ID: <20010617085111.F28776@lustre.linux.in>
8829 ____________________________________________________________________________
8830 [ 10655] By: jhi on 2001/06/16 23:32:03
8831 Log: Update Changes.
8833 ! Changes patchlevel.h
8834 ____________________________________________________________________________
8835 [ 10654] By: jhi on 2001/06/16 23:18:37
8836 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
8837 From: Abhijit Menon-Sen <ams@wiw.org>
8838 Date: Sat, 16 Jun 2001 07:41:19 +0530
8839 Message-ID: <20010616074119.A24720@lustre.linux.in>
8841 ! hv.c perl.c vms/vmsish.h win32/win32.h
8842 ____________________________________________________________________________
8843 [ 10653] By: jhi on 2001/06/16 23:15:11
8844 Log: Document tests failing when threaded, since we now have more.
8846 ! pod/perl572delta.pod
8847 ____________________________________________________________________________
8848 [ 10652] By: jhi on 2001/06/16 23:12:19
8851 ! ext/Thread/Thread.xs
8852 ____________________________________________________________________________
8853 [ 10651] By: jhi on 2001/06/16 23:06:55
8854 Log: pthread_attr_setstacksize() isn't absolutely necessary
8855 to call, only iff THREAD_CREATE_NEEDS_STACK.
8857 ! ext/Thread/Thread.xs
8858 ____________________________________________________________________________
8859 [ 10650] By: jhi on 2001/06/16 22:58:48
8863 ____________________________________________________________________________
8864 [ 10649] By: jhi on 2001/06/16 22:47:40
8865 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
8866 (and INT64_MIN) brokenness.
8868 ! hints/darwin.sh perl.h
8869 ____________________________________________________________________________
8870 [ 10648] By: jhi on 2001/06/16 22:27:48
8871 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
8872 From: Nicholas Clark <nick@ccl4.org>
8873 Date: Sun, 17 Jun 2001 00:16:05 +0100
8874 Message-ID: <20010617001605.V98663@plum.flirble.org>
8876 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
8877 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8878 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8879 ____________________________________________________________________________
8880 [ 10647] By: jhi on 2001/06/16 22:24:47
8881 Log: Add perlnetware to docs; regen toc; supply skeleton
8882 docs for some Memoize submodules.
8884 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
8885 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8886 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
8887 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
8888 ! win32/Makefile win32/makefile.mk
8889 ____________________________________________________________________________
8890 [ 10646] By: jhi on 2001/06/16 22:06:52
8894 ____________________________________________________________________________
8895 [ 10645] By: jhi on 2001/06/16 21:47:00
8896 Log: Integrate Memoize 0.64. Few tweaks were required in
8897 the test scripts. Note that the speed and expire*
8898 tests take several dozen seconds to run.
8900 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8901 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
8902 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8903 + lib/Memoize/README lib/Memoize/SDBM_File.pm
8904 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
8905 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
8906 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
8907 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8908 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
8909 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
8910 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
8911 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
8912 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
8913 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
8914 ! MANIFEST t/lib/1_compile.t
8915 ____________________________________________________________________________
8916 [ 10644] By: jhi on 2001/06/16 20:35:49
8917 Log: Document the cross-compilation options.
8919 ! Cross/README INSTALL
8920 ____________________________________________________________________________
8921 [ 10643] By: jhi on 2001/06/16 19:46:38
8922 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
8924 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
8925 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
8926 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
8927 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
8928 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
8929 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
8930 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
8931 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
8932 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
8933 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
8934 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
8935 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
8936 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
8937 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
8938 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
8939 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
8940 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
8941 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
8942 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
8943 + lib/ExtUtils/MM_NW5.pm
8944 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
8945 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
8946 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
8947 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
8948 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
8949 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
8950 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
8951 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
8952 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
8953 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
8954 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
8955 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
8956 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
8957 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
8958 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
8959 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
8960 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
8961 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
8962 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
8963 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
8965 ____________________________________________________________________________
8966 [ 10642] By: jhi on 2001/06/16 19:16:04
8967 Log: Resort MANIFEST.
8970 ____________________________________________________________________________
8971 [ 10641] By: jhi on 2001/06/16 18:52:26
8972 Log: Integrate perlio.
8975 !> MANIFEST perlio.c perliol.h win32/makefile.mk
8976 ____________________________________________________________________________
8977 [ 10640] By: nick on 2001/06/16 18:38:31
8978 Log: Disable :win32 layer as default till I get it working
8981 ____________________________________________________________________________
8982 [ 10639] By: jhi on 2001/06/16 18:35:46
8983 Log: Try the new scheme by moving the Text::Abbrev test
8984 to a new place under lib.
8986 + lib/Text/Abbrev/t/abbrev.t
8989 ____________________________________________________________________________
8990 [ 10638] By: jhi on 2001/06/16 18:34:30
8991 Log: Make the code even more dynamical so that testname
8992 suffix length can change.
8994 ! lib/Test/Harness.pm t/TEST
8995 ____________________________________________________________________________
8996 [ 10637] By: jhi on 2001/06/16 18:16:28
8997 Log: Allow for deeper t/ and also a single test.pl.
9000 ____________________________________________________________________________
9001 [ 10636] By: jhi on 2001/06/16 18:13:59
9002 Log: #define fix from Nicholas Clark.
9004 ! ext/POSIX/POSIX.xs
9005 ____________________________________________________________________________
9006 [ 10635] By: jhi on 2001/06/16 17:50:43
9007 Log: Initialization is nice.
9009 ! lib/Test/Harness.pm
9010 ____________________________________________________________________________
9011 [ 10634] By: jhi on 2001/06/16 17:38:53
9012 Log: Make t/TEST and t/harness to test also the t/ tests
9013 under the main lib/ and ext/ directories. Fix Test::Harness
9014 to dynamically change the width of its "foo/bar....ok" output.
9016 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
9017 ____________________________________________________________________________
9018 [ 10633] By: jhi on 2001/06/16 16:58:57
9019 Log: Subject: [PATCH] Re: perl@10611
9020 From: Nicholas Clark <nick@ccl4.org>
9021 Date: Sat, 16 Jun 2001 16:52:47 +0100
9022 Message-ID: <20010616165247.O98663@plum.flirble.org>
9026 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
9027 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
9028 ____________________________________________________________________________
9029 [ 10632] By: nick on 2001/06/16 16:44:35
9030 Log: Work-in-progress win32 layer semi-functional, checking
9033 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
9034 ____________________________________________________________________________
9035 [ 10631] By: jhi on 2001/06/16 16:40:30
9036 Log: Subject: [PATCH] Re: perl@10611
9037 From: Nicholas Clark <nick@ccl4.org>
9038 Date: Sat, 16 Jun 2001 16:52:47 +0100
9039 Message-ID: <20010616165247.O98663@plum.flirble.org>
9041 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
9042 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
9043 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
9044 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
9045 ! lib/ExtUtils/Constant.pm
9046 ____________________________________________________________________________
9047 [ 10630] By: jhi on 2001/06/16 15:11:38
9048 Log: Metaconfig unit change for #10629.
9050 ! U/modified/Finish.U
9051 ____________________________________________________________________________
9052 [ 10629] By: jhi on 2001/06/16 15:11:10
9053 Log: The extraction changed directories.
9056 ____________________________________________________________________________
9057 [ 10628] By: jhi on 2001/06/16 14:59:38
9058 Log: Math::BigInt 1.35 from Tels.
9061 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9062 ! t/lib/bigfltpm.t t/lib/bigintpm.t
9063 ____________________________________________________________________________
9064 [ 10627] By: nick on 2001/06/16 14:54:52
9065 Log: Work in progress UNIX-side edit of win32 PerLIO layer
9068 ! perlio.c win32/makefile.mk
9069 ____________________________________________________________________________
9070 [ 10626] By: jhi on 2001/06/16 14:01:50
9071 Log: Subject: [PATCH 5.6.1] os2/diff-configure
9072 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9073 Date: Fri, 15 Jun 2001 01:19:36 -0400
9074 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
9076 Empty all of it because I think #10624 made even the
9077 last patch hunk unnecessary.
9079 ! os2/diff.configure
9080 ____________________________________________________________________________
9081 [ 10625] By: jhi on 2001/06/16 13:58:34
9082 Log: Metaconfig unit change for 10624.
9087 ____________________________________________________________________________
9088 [ 10624] By: jhi on 2001/06/16 13:58:13
9089 Log: Move the initialization of libnames to the beginning so
9090 that can one 'seed' it (as OS/2 does.)
9093 ____________________________________________________________________________
9094 [ 10623] By: jhi on 2001/06/16 13:47:54
9095 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
9096 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9097 Date: Fri, 15 Jun 2001 19:10:57 -0400
9098 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
9100 ! os2/OS2/REXX/DLL/DLL.pm
9101 ____________________________________________________________________________
9102 [ 10622] By: jhi on 2001/06/16 13:29:42
9103 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
9104 From: "Craig A. Berry" <craigberry@mac.com>
9105 Date: Fri, 15 Jun 2001 17:00:03 -0500
9106 Message-Id: <a05101007b750342599be@[172.16.52.1]>
9108 ! vms/descrip_mms.template
9109 ____________________________________________________________________________
9110 [ 10621] By: jhi on 2001/06/16 13:28:37
9111 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
9112 From: "Craig A. Berry" <craigberry@mac.com>
9113 Date: Fri, 15 Jun 2001 18:39:42 -0500
9114 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
9116 ! lib/File/Spec/VMS.pm t/lib/extutils.t
9117 ____________________________________________________________________________
9118 [ 10620] By: jhi on 2001/06/16 13:25:06
9119 Log: Integrate perlio.
9121 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
9122 !> t/io/utf8.t t/lib/io_scalar.t
9123 ____________________________________________________________________________
9124 [ 10619] By: nick on 2001/06/15 21:05:19
9125 Log: Generated files
9128 ____________________________________________________________________________
9129 [ 10618] By: nick on 2001/06/15 20:27:42
9130 Log: Fix open.pm to work via XS-implemented method calls rather
9131 than *open::layers variables which caused all the HV/AV hassle.
9133 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
9135 ____________________________________________________________________________
9136 [ 10617] By: jhi on 2001/06/15 18:50:53
9137 Log: Integrate perlio.
9139 !> lib/ExtUtils/Constant.pm
9140 ____________________________________________________________________________
9141 [ 10616] By: nick on 2001/06/15 18:46:47
9142 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
9144 ! lib/ExtUtils/Constant.pm
9145 ____________________________________________________________________________
9146 [ 10615] By: jhi on 2001/06/15 18:36:43
9147 Log: Integrate perlio.
9149 !> ext/Socket/Socket.xs
9150 ____________________________________________________________________________
9151 [ 10614] By: nick on 2001/06/15 18:33:37
9152 Log: MULTIPLICITY fix for Socket.xs
9154 ! ext/Socket/Socket.xs
9155 ____________________________________________________________________________
9156 [ 10613] By: jhi on 2001/06/15 16:34:06
9157 Log: Subject: Re: perl@10611
9158 From: Doug MacEachern <dougm@covalent.net>
9159 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
9160 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
9162 ! ext/Socket/Socket.xs
9163 ____________________________________________________________________________
9164 [ 10612] By: nick on 2001/06/15 16:14:38
9165 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
9167 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9168 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
9169 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
9170 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
9171 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9173 ____________________________________________________________________________
9174 [ 10611] By: jhi on 2001/06/15 14:29:04
9175 Log: Update Changes.
9177 ! Changes patchlevel.h
9178 ____________________________________________________________________________
9179 [ 10610] By: jhi on 2001/06/15 14:20:33
9180 Log: Upping the test count.
9183 ____________________________________________________________________________
9184 [ 10609] By: jhi on 2001/06/15 14:13:29
9185 Log: Integrate perlio.
9187 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9188 ____________________________________________________________________________
9189 [ 10608] By: jhi on 2001/06/15 14:12:31
9190 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
9191 From: andreas.koenig@anima.de (Andreas J. Koenig)
9192 Date: 15 Jun 2001 13:30:39 +0200
9193 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
9195 Record the grim history.
9198 ____________________________________________________________________________
9199 [ 10607] By: jhi on 2001/06/15 14:08:19
9200 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
9201 From: Brian McCauley <nobull@mail.com>
9202 Date: 15 Jun 2001 07:51:26 +0100
9203 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
9205 ! lib/File/Find.pm t/lib/filefind.t
9206 ____________________________________________________________________________
9207 [ 10606] By: nick on 2001/06/15 14:00:08
9208 Log: regen_config_h for Win32.
9210 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9211 ____________________________________________________________________________
9212 [ 10605] By: jhi on 2001/06/15 13:49:55
9213 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
9214 From: Peter Prymmer <pvhp@forte.com>
9215 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
9216 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
9218 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
9219 ____________________________________________________________________________
9220 [ 10604] By: jhi on 2001/06/15 13:45:03
9221 Log: Some filesystems require writability for rename/unlink.
9224 ____________________________________________________________________________
9225 [ 10603] By: jhi on 2001/06/15 13:41:34
9226 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
9227 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9228 Date: Fri, 15 Jun 2001 12:08:53 +0200
9229 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
9232 ____________________________________________________________________________
9233 [ 10602] By: jhi on 2001/06/15 13:27:04
9234 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
9235 From: Mike Guy <mjtg@cam.ac.uk>
9236 Date: Fri, 15 Jun 2001 14:11:49 +0100
9237 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
9240 ____________________________________________________________________________
9241 [ 10601] By: jhi on 2001/06/15 13:21:18
9242 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
9243 From: Nicholas Clark <nick@ccl4.org>
9244 Date: Thu, 14 Jun 2001 23:52:56 +0100
9245 Message-ID: <20010614235256.G98663@plum.flirble.org>
9247 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9248 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9249 ____________________________________________________________________________
9250 [ 10600] By: jhi on 2001/06/15 13:16:56
9251 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
9252 From: Russ Allbery <rra@stanford.edu>
9253 Date: 14 Jun 2001 13:24:43 -0700
9254 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
9256 ! ext/GDBM_File/GDBM_File.pm
9257 ____________________________________________________________________________
9258 [ 10599] By: jhi on 2001/06/15 13:15:26
9259 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
9260 From: Nicholas Clark <nick@ccl4.org>
9261 Date: Thu, 14 Jun 2001 20:37:47 +0100
9262 Message-ID: <20010614203747.F98663@plum.flirble.org>
9264 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9266 ____________________________________________________________________________
9267 [ 10598] By: jhi on 2001/06/15 13:13:13
9268 Log: Integrate perlio.
9271 ____________________________________________________________________________
9272 [ 10597] By: nick on 2001/06/15 11:08:13
9273 Log: Check that HVs with HvNAME() != NULL are really stashes before
9274 treating them as such. Also be more defensive on the GvCV.
9275 Win32 fork and dprof now working again.
9278 ____________________________________________________________________________
9279 [ 10596] By: nick on 2001/06/15 10:11:20
9280 Log: Integrate mainline.
9283 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9284 !> Porting/config_H config_h.SH configure.com epoc/config.sh
9285 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
9286 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9287 !> vos/config.ga.h win32/config.bc win32/config.gc
9288 !> win32/config.vc win32/config_H.bc win32/config_H.gc
9289 !> win32/config_H.vc
9290 ____________________________________________________________________________
9291 [ 10595] By: nick on 2001/06/15 09:37:17
9292 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
9293 - Win32 (VC++) now builds but fails:
9294 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
9295 fork.t - No &___ENV_HV_NAME___::CLONE method ???
9296 write.t - open(...,"|-") not implemented on Win32
9299 ____________________________________________________________________________
9300 [ 10594] By: jhi on 2001/06/15 00:17:16
9301 Log: Integrate perlio.
9303 !> perlio.c win32/makefile.mk
9304 ____________________________________________________________________________
9305 [ 10593] By: jhi on 2001/06/15 00:16:44
9306 Log: Metaconfig unit changes for #10592.
9308 + U/modified/i_varhdr.U U/modified/startsh.U
9309 - U/a_dvisory/crosscompile.U U/target/Target.U
9310 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
9311 ! U/compline/bitpbyte.U U/compline/byteorder.U
9312 ! U/compline/ccflags.U U/compline/charsize.U
9313 ! U/compline/d_casti32.U U/compline/d_castneg.U
9314 ! U/compline/d_closedir.U U/compline/d_fd_set.U
9315 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
9316 ! U/compline/d_keepsig.U U/compline/d_open3.U
9317 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
9318 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
9319 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
9320 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
9321 ! U/compline/doublesize.U U/compline/floatsize.U
9322 ! U/compline/nblock_io.U U/compline/orderlib.U
9323 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
9324 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
9325 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
9326 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
9327 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
9328 ! U/modified/spitshell.U U/threads/archname.U
9329 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
9330 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
9331 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
9332 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
9333 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
9334 Branch: metaconfig/U/perl
9336 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
9337 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
9338 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
9339 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
9340 ! stdio_streams.U uselfs.U
9341 ____________________________________________________________________________
9342 [ 10592] By: jhi on 2001/06/15 00:15:52
9343 Log: The first steps towards cross-compilation.
9345 Abstract execution of compiled test executables with $run,
9346 and abstract transfer of files with $to and $from.
9348 Under cross-compilation the $run, $to, and $from will point
9349 to appropriate wrapper scripts, by default ssh and scp,
9350 but also rsh, rcp, and cp are supported. If not
9351 cross-compiling, they will be set to '', ':', and ':',
9354 With these patches I was able to get Configure for
9355 iPAQ ARM Linux on an Intel Linux about 95% right
9356 (only a few tests failed to execute or they produced
9357 incorrect results), and I was able to compile
9358 a functional miniperl.
9360 The symbol crosscompile renamed to be usecrosscompile,
9361 the corresponding C symbol from CROSSCOMPILE to
9364 ! Configure Cross/README Makefile.SH Porting/Glossary
9365 ! Porting/config.sh Porting/config_H config_h.SH configure.com
9366 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
9367 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9368 ! vos/config.ga.def vos/config.ga.h win32/config.bc
9369 ! win32/config.gc win32/config.vc win32/config_H.bc
9370 ! win32/config_H.gc win32/config_H.vc
9371 ____________________________________________________________________________
9372 [ 10591] By: nick on 2001/06/14 20:00:12
9373 Log: Steps along the road toward Win32 building again.
9375 ! perlio.c win32/makefile.mk
9376 ____________________________________________________________________________
9377 [ 10590] By: jhi on 2001/06/14 16:11:11
9378 Log: Integrate perlio.
9380 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9381 ____________________________________________________________________________
9382 [ 10589] By: nick on 2001/06/14 13:54:07
9383 Log: Routine regen_config_h for Win32
9385 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9386 ____________________________________________________________________________
9387 [ 10588] By: jhi on 2001/06/14 12:30:46
9388 Log: Integrate perlio.
9391 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
9392 ____________________________________________________________________________
9393 [ 10587] By: jhi on 2001/06/14 12:23:24
9397 ____________________________________________________________________________
9398 [ 10586] By: nick on 2001/06/14 08:25:07
9399 Log: Add new step to run_byacc which:
9400 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
9401 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
9404 ! MANIFEST Makefile.SH perly.c
9405 ____________________________________________________________________________
9406 [ 10585] By: nick on 2001/06/14 08:22:29
9407 Log: Integrate mainline
9409 +> locale.c numeric.c
9410 !> Changes cygwin/Makefile.SHs embed.h embed.pl
9411 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
9412 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
9413 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
9415 ____________________________________________________________________________
9416 [ 10584] By: nick on 2001/06/14 08:05:53
9417 Log: Hack to remove insecure directories from PATH so test will run.
9420 ____________________________________________________________________________
9421 [ 10583] By: jhi on 2001/06/14 03:11:16
9422 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
9426 ____________________________________________________________________________
9427 [ 10582] By: jhi on 2001/06/14 03:04:51
9431 ____________________________________________________________________________
9432 [ 10581] By: jhi on 2001/06/14 03:03:14
9433 Log: de-$CONFIG continues.
9435 ! cygwin/Makefile.SHs x2p/Makefile.SH
9436 ____________________________________________________________________________
9437 [ 10580] By: jhi on 2001/06/13 23:56:59
9438 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
9439 From: Nicholas Clark <nick@ccl4.org>
9440 Date: Wed, 13 Jun 2001 21:20:13 +0100
9441 Message-ID: <20010613212013.D98663@plum.flirble.org>
9444 ____________________________________________________________________________
9445 [ 10579] By: jhi on 2001/06/13 23:55:29
9446 Log: Subject: splitting util.c
9447 From: Hugo <hv@crypt.compulink.co.uk>
9448 Date: Thu, 14 Jun 2001 00:41:08 +0100
9449 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
9451 + locale.c numeric.c
9452 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
9453 ! pod/perlapi.pod proto.h util.c
9454 ____________________________________________________________________________
9455 [ 10578] By: jhi on 2001/06/13 23:45:11
9456 Log: Upgrade to Math::BigInt 1.34 from Tels.
9459 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9460 ! t/lib/bigfltpm.t t/lib/bigintpm.t
9461 ____________________________________________________________________________
9462 [ 10577] By: nick on 2001/06/13 19:02:48
9463 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
9465 !> (integrate 125 files)
9466 ____________________________________________________________________________
9467 [ 10576] By: jhi on 2001/06/13 18:10:01
9468 Log: Update Changes.
9470 ! Changes patchlevel.h
9471 ____________________________________________________________________________
9472 [ 10575] By: jhi on 2001/06/13 18:05:09
9473 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9474 From: "Craig A. Berry" <craigberry@mac.com>
9475 Date: Wed, 13 Jun 2001 13:24:28 -0500
9476 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
9478 ! ext/re/Makefile.PL
9479 ____________________________________________________________________________
9480 [ 10574] By: jhi on 2001/06/13 17:34:36
9481 Log: Mc.u.c. for #10573.
9483 ! U/threads/usethreads.U
9484 ____________________________________________________________________________
9485 [ 10573] By: jhi on 2001/06/13 17:34:00
9486 Log: It would be also be good if I could type.
9489 ____________________________________________________________________________
9490 [ 10572] By: jhi on 2001/06/13 17:26:29
9491 Log: Metaconfig unit change for #10571.
9493 ! U/threads/usethreads.U
9494 ____________________________________________________________________________
9495 [ 10571] By: jhi on 2001/06/13 17:26:05
9496 Log: A non-empty default is a good thing.
9499 ____________________________________________________________________________
9500 [ 10570] By: jhi on 2001/06/13 17:15:16
9501 Log: Metaconfig unit change for #10569.
9503 ! U/threads/usethreads.U
9504 ____________________________________________________________________________
9505 [ 10569] By: jhi on 2001/06/13 17:14:17
9506 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
9507 extremely experimental, not even prompted for.
9509 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9510 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
9511 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9512 ! win32/config.bc win32/config.gc win32/config.vc
9513 ____________________________________________________________________________
9514 [ 10568] By: jhi on 2001/06/13 16:22:27
9515 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
9518 ____________________________________________________________________________
9519 [ 10567] By: jhi on 2001/06/13 16:20:23
9520 Log: Integrate perlio; conflicts, accept Nick's versions.
9522 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9523 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9524 ____________________________________________________________________________
9525 [ 10566] By: jhi on 2001/06/13 16:17:42
9526 Log: Subject: Re: ext/ + -Wall
9527 From: Doug MacEachern <dougm@covalent.net>
9528 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
9529 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
9531 ! XSUB.h lib/ExtUtils/xsubpp perl.h
9532 ____________________________________________________________________________
9533 [ 10565] By: jhi on 2001/06/13 16:16:07
9534 Log: Similar logic as DB_File.xs, using the modern macros and
9535 defines them to older ones for older Perls where PERL_VERSION
9536 is not defined, from Doug MacEachern.
9538 ! ext/Storable/Storable.xs
9539 ____________________________________________________________________________
9540 [ 10564] By: nick on 2001/06/13 15:22:01
9541 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
9542 and using that instead (name lookups are sequential search for now).
9544 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9545 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9546 ____________________________________________________________________________
9547 [ 10563] By: jhi on 2001/06/13 14:07:43
9548 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
9549 From: "Richard Soderberg" <rs@crystalflame.net>
9550 Date: Sat, 26 May 2001 06:44:20 -0700
9551 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
9554 ____________________________________________________________________________
9555 [ 10562] By: jhi on 2001/06/13 13:55:10
9556 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9557 From: "Craig A. Berry" <craigberry@mac.com>
9558 Date: Tue, 12 Jun 2001 23:55:26 -0500
9559 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
9561 ! ext/re/Makefile.PL ext/re/re.xs
9562 ____________________________________________________________________________
9563 [ 10561] By: jhi on 2001/06/13 13:44:58
9564 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
9567 ! XSUB.h malloc.c perl.h
9568 ____________________________________________________________________________
9569 [ 10560] By: jhi on 2001/06/13 13:35:42
9573 ____________________________________________________________________________
9574 [ 10559] By: jhi on 2001/06/13 12:53:18
9575 Log: Subject: [patch] perl.gprof control
9576 From: Doug MacEachern <dougm@covalent.net>
9577 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
9578 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
9580 ! miniperlmain.c perl.h
9581 ____________________________________________________________________________
9582 [ 10558] By: jhi on 2001/06/13 12:51:47
9583 Log: Subject: Re: ext/ + -Wall
9584 From: Doug MacEachern <dougm@covalent.net>
9585 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
9586 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
9588 Document ax and break up dXSARGS.
9590 ! XSUB.h pod/perlapi.pod
9591 ____________________________________________________________________________
9592 [ 10557] By: jhi on 2001/06/13 12:39:55
9593 Log: More AIX tweakage from Merijn.
9596 ____________________________________________________________________________
9597 [ 10556] By: jhi on 2001/06/13 03:26:58
9598 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
9599 From: "Craig A. Berry" <craigberry@mac.com>
9600 Date: Tue, 12 Jun 2001 22:57:45 -0500
9601 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
9603 ! vms/descrip_mms.template
9604 ____________________________________________________________________________
9605 [ 10555] By: jhi on 2001/06/13 02:50:43
9606 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
9607 From: "Craig A. Berry" <craigberry@mac.com>
9608 Date: Tue, 12 Jun 2001 22:21:39 -0500
9609 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
9611 ! configure.com util.c
9612 ____________________________________________________________________________
9613 [ 10554] By: jhi on 2001/06/13 02:23:16
9614 Log: New AIX dynaloading code from Jens-Uwe Mager.
9615 Does break binary compatibility.
9617 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9618 ____________________________________________________________________________
9619 [ 10553] By: jhi on 2001/06/13 02:10:16
9620 Log: VMS DEC C compiler found nits by Peter Prymmer.
9623 ____________________________________________________________________________
9624 [ 10552] By: jhi on 2001/06/13 01:36:12
9625 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
9626 From: Peter Prymmer <pvhp@forte.com>
9627 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
9628 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
9631 ____________________________________________________________________________
9632 [ 10551] By: jhi on 2001/06/13 01:26:53
9633 Log: I wonder how many $CONFIGs still lurk in the shadows.
9635 ! pod/Makefile.SH x2p/cflags.SH
9636 ____________________________________________________________________________
9637 [ 10550] By: jhi on 2001/06/13 01:25:12
9638 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
9641 ____________________________________________________________________________
9642 [ 10549] By: jhi on 2001/06/13 01:05:28
9643 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
9645 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
9646 ____________________________________________________________________________
9647 [ 10548] By: jhi on 2001/06/13 00:41:28
9648 Log: Subject: [patch] rid local_patches warnings
9649 From: Doug MacEachern <dougm@covalent.net>
9650 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
9651 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
9653 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
9654 ____________________________________________________________________________
9655 [ 10547] By: jhi on 2001/06/13 00:40:29
9656 Log: Subject: Re: ext/ + -Wall
9657 From: Doug MacEachern <dougm@covalent.net>
9658 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
9659 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
9661 ! ext/attrs/attrs.xs
9662 ____________________________________________________________________________
9663 [ 10546] By: jhi on 2001/06/13 00:39:06
9664 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
9665 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9666 Date: Tue, 12 Jun 2001 14:36:20 -0400
9667 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
9670 ____________________________________________________________________________
9671 [ 10545] By: jhi on 2001/06/13 00:38:02
9672 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
9673 From: Mike Guy <mjtg@cam.ac.uk>
9674 Date: Tue, 12 Jun 2001 19:10:31 +0100
9675 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
9677 Subject: Re: [ID 20010612.001] out of memory during regex compilation
9678 From: Mike Guy <mjtg@cam.ac.uk>
9679 Date: Tue, 12 Jun 2001 19:21:01 +0100
9680 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
9683 ____________________________________________________________________________
9684 [ 10544] By: jhi on 2001/06/13 00:34:39
9685 Log: AIX tweaks from Merijn H. Brand.
9688 ____________________________________________________________________________
9689 [ 10543] By: jhi on 2001/06/13 00:11:42
9690 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
9691 From: "Brendan O'Dea" <bod@compusol.com.au>
9692 Date: Wed, 13 Jun 2001 05:16:47 +1000
9693 Message-ID: <20010613051647.A8945@compusol.com.au>
9694 Branch: maint-5.6/perl
9695 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9696 ____________________________________________________________________________
9697 [ 10542] By: jhi on 2001/06/13 00:07:50
9698 Log: Subject: Small bcopy cleanup
9699 From: Andy Dougherty <doughera@lafayette.edu>
9700 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
9701 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
9703 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
9704 ____________________________________________________________________________
9705 [ 10541] By: jhi on 2001/06/13 00:05:18
9706 Log: Subject: [PATCH] Re: ext/ + -Wall
9707 From: Nicholas Clark <nick@ccl4.org>
9708 Date: Wed, 13 Jun 2001 00:04:30 +0100
9709 Message-ID: <20010613000430.M5901@plum.flirble.org>
9711 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9712 ____________________________________________________________________________
9713 [ 10540] By: jhi on 2001/06/13 00:02:25
9714 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
9715 From: Nicholas Clark <nick@ccl4.org>
9716 Date: Tue, 12 Jun 2001 23:53:07 +0100
9717 Message-ID: <20010612235307.L5901@plum.flirble.org>
9719 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9720 ____________________________________________________________________________
9721 [ 10539] By: jhi on 2001/06/12 23:59:10
9722 Log: MPE/iX tweaks from Mark Bixby.
9724 ! hints/mpeix.sh mpeix/mpeixish.h util.c
9725 ____________________________________________________________________________
9726 [ 10538] By: jhi on 2001/06/12 14:16:15
9727 Log: Update Changes.
9729 ! Changes patchlevel.h
9730 ____________________________________________________________________________
9731 [ 10537] By: jhi on 2001/06/12 14:11:26
9732 Log: One less -Wall whine (found under DEBUGGING).
9734 ! x2p/Makefile.SH x2p/a2p.c
9735 ____________________________________________________________________________
9736 [ 10536] By: jhi on 2001/06/12 13:32:09
9737 Log: s/case-independent/case-insensitive/g
9740 ____________________________________________________________________________
9741 [ 10535] By: jhi on 2001/06/12 13:27:28
9742 Log: As suggested in
9744 Subject: Re: ext/ + -Wall
9745 From: Gurusamy Sarathy <gsar@ActiveState.com>
9746 Date: Mon, 11 Jun 2001 23:34:31 -0700
9747 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
9749 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
9751 ____________________________________________________________________________
9752 [ 10534] By: jhi on 2001/06/12 13:13:27
9753 Log: Subject: ext/ + -Wall
9754 From: Doug MacEachern <dougm@covalent.net>
9755 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
9756 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
9758 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
9759 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
9760 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
9761 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
9762 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
9763 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
9764 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
9765 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
9766 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
9767 ! lib/ExtUtils/xsubpp
9768 ____________________________________________________________________________
9769 [ 10533] By: jhi on 2001/06/12 12:52:57
9770 Log: Subject: [PATCH] anonymous stashes
9771 From: Abhijit Menon-Sen <ams@wiw.org>
9772 Date: Tue, 12 Jun 2001 12:47:04 +0530
9773 Message-ID: <20010612124704.A29029@lustre.linux.in>
9775 ! dump.c gv.c sv.c xsutils.c
9776 ____________________________________________________________________________
9777 [ 10532] By: jhi on 2001/06/12 12:37:36
9778 Log: One more test for $^S.
9781 ____________________________________________________________________________
9782 [ 10531] By: jhi on 2001/06/12 12:35:02
9783 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
9784 From: Abhijit Menon-Sen <ams@wiw.org>
9785 Date: Tue, 12 Jun 2001 17:35:55 +0530
9786 Message-ID: <20010612173555.A32426@lustre.linux.in>
9789 ____________________________________________________________________________
9790 [ 10530] By: jhi on 2001/06/12 12:31:11
9791 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
9792 From: Mike Guy <mjtg@cam.ac.uk>
9793 Date: Tue, 12 Jun 2001 13:14:15 +0100
9794 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
9797 ____________________________________________________________________________
9798 [ 10529] By: jhi on 2001/06/12 12:21:06
9799 Log: AUTHORS updates.
9802 ____________________________________________________________________________
9803 [ 10528] By: jhi on 2001/06/12 12:19:47
9804 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
9805 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
9806 Content-Transfer-Encoding: 7bit
9807 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
9809 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
9810 ____________________________________________________________________________
9811 [ 10527] By: jhi on 2001/06/12 11:58:53
9812 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
9813 From: "Philip Newton" <Philip.Newton@gmx.net>
9814 Date: Mon, 11 Jun 2001 07:08:03 +0200
9815 Message-Id: <200106120802.LAA08992@taas.iki.fi>
9818 ____________________________________________________________________________
9819 [ 10526] By: jhi on 2001/06/12 01:35:34
9820 Log: Cleanup the a2p.c for -Wall.
9822 ! x2p/Makefile.SH x2p/a2p.c
9823 ____________________________________________________________________________
9824 [ 10525] By: jhi on 2001/06/12 01:10:56
9825 Log: File::Find update for MacOS from Chris Nandor.
9827 ! lib/File/Find.pm t/lib/filefind.t
9828 ____________________________________________________________________________
9829 [ 10524] By: jhi on 2001/06/12 00:29:20
9830 Log: gcc -Wall nits picked out by a non-UNIX system
9831 (courtesy of Mark Bixby)
9833 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
9834 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
9836 ____________________________________________________________________________
9837 [ 10523] By: jhi on 2001/06/11 22:34:03
9838 Log: Metaconfig unit change for #10522. (The d_modfl changes
9840 Branch: metaconfig/U/perl
9841 ! d_modfl.U d_u32align.U
9842 ____________________________________________________________________________
9843 [ 10522] By: jhi on 2001/06/11 22:33:00
9844 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
9845 be "./try 2>&1 >/dev/null".
9848 ____________________________________________________________________________
9849 [ 10521] By: jhi on 2001/06/11 19:49:54
9850 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
9851 From: "Craig A. Berry" <craigberry@mac.com>
9852 Date: Mon, 11 Jun 2001 14:00:32 -0500
9853 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
9856 ____________________________________________________________________________
9857 [ 10520] By: jhi on 2001/06/11 17:55:47
9858 Log: Move the full \p\P lists to perlunicode.
9860 ! pod/perlretut.pod pod/perlunicode.pod
9861 ____________________________________________________________________________
9862 [ 10519] By: jhi on 2001/06/11 17:10:00
9863 Log: VOS build tweak for 5.6.1 from Paul Green.
9864 Branch: maint-5.6/perl
9866 ____________________________________________________________________________
9867 [ 10518] By: jhi on 2001/06/11 17:07:03
9868 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
9869 From: "Craig A. Berry" <craigberry@mac.com>
9870 Date: Fri, 8 Jun 2001 18:08:18 -0500
9871 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
9874 ____________________________________________________________________________
9875 [ 10517] By: jhi on 2001/06/11 14:52:01
9876 Log: Update Changes.
9878 ! Changes patchlevel.h
9879 ____________________________________________________________________________
9880 [ 10516] By: jhi on 2001/06/11 14:46:33
9881 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
9883 ! vos/config.alpha.h vos/config.ga.h
9884 ____________________________________________________________________________
9885 [ 10515] By: jhi on 2001/06/11 14:39:05
9886 Log: VOS updates from Paul Green for @10476.
9888 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
9889 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9890 ! vos/config.ga.h vos/configure_perl.cm
9891 ____________________________________________________________________________
9892 [ 10514] By: jhi on 2001/06/11 12:58:43
9893 Log: Subject: [PATCH] Not many people know this ...
9894 From: Mike Guy <mjtg@cam.ac.uk>
9895 Date: Mon, 11 Jun 2001 14:55:15 +0100
9896 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
9899 ____________________________________________________________________________
9900 [ 10513] By: jhi on 2001/06/11 12:30:06
9901 Log: Add final commas to lists as suggested by Philip Newton.
9903 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9904 ____________________________________________________________________________
9905 [ 10512] By: jhi on 2001/06/11 12:28:49
9906 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
9907 Date: Sun, 10 Jun 2001 23:35:38 -0400
9908 From: Chris Nandor <pudge@pobox.com>
9909 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
9911 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
9912 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
9913 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
9914 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
9915 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
9916 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
9917 ! t/op/write.t t/pragma/strict.t
9918 ____________________________________________________________________________
9919 [ 10511] By: jhi on 2001/06/11 12:13:31
9920 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
9921 From: Chris Nandor <pudge@pobox.com>
9922 Date: Mon, 11 Jun 2001 08:24:28 -0400
9923 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
9925 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
9927 ____________________________________________________________________________
9928 [ 10510] By: jhi on 2001/06/11 12:03:16
9929 Log: One more run_byacc (a hand-tweaked version had slipped in).
9931 ! perly.c vms/perly_c.vms
9932 ____________________________________________________________________________
9933 [ 10509] By: nick on 2001/06/11 07:49:15
9934 Log: Integrate mainline
9936 !> Makefile.SH embed.h embed.pl global.sym
9937 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
9938 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
9939 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
9940 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
9941 ____________________________________________________________________________
9942 [ 10508] By: jhi on 2001/06/10 22:38:05
9943 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
9944 From: Mike Guy <mjtg@cam.ac.uk>
9945 Reply-To: mjtg@cam.ac.uk
9946 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
9948 ! lib/ExtUtils/Manifest.pm
9949 ____________________________________________________________________________
9950 [ 10507] By: jhi on 2001/06/10 22:37:16
9951 Log: Subject: [PATCH] ExtUtils::Constant
9952 From: Nicholas Clark <nick@ccl4.org>
9953 Date: Sun, 10 Jun 2001 23:25:41 +0100
9954 Message-ID: <20010610232540.C76396@plum.flirble.org>
9956 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9957 ____________________________________________________________________________
9958 [ 10506] By: jhi on 2001/06/10 20:57:20
9959 Log: Integrate perlio.
9962 ____________________________________________________________________________
9963 [ 10505] By: jhi on 2001/06/10 18:37:57
9964 Log: Move the grok_number and its lieutenant grok_numeric_radix
9965 from sv.c statics to util.c and public.
9967 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
9968 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
9969 ____________________________________________________________________________
9970 [ 10504] By: nick on 2001/06/10 17:47:06
9971 Log: Fix (valid) -Wall warnings in perlio.c
9974 ____________________________________________________________________________
9975 [ 10503] By: jhi on 2001/06/10 17:38:28
9976 Log: Update perly_c.diff, update perly.fixer to edit away
9977 some of the -Wall noise.
9979 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
9980 ____________________________________________________________________________
9981 [ 10502] By: jhi on 2001/06/10 17:09:42
9982 Log: Check the version of byacc.
9985 ____________________________________________________________________________
9986 [ 10501] By: jhi on 2001/06/10 17:00:08
9987 Log: Subject: [PATCH] perly.y overhaul
9988 From: Simon Cozens <simon@netthink.co.uk>
9989 Date: Sun, 10 Jun 2001 16:56:54 +0100
9990 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
9992 Plus make run_byacc.
9994 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
9995 ____________________________________________________________________________
9996 [ 10500] By: jhi on 2001/06/10 16:07:28
9997 Log: Integrate perlio.
9999 !> perlio.c perlsfio.h
10000 ____________________________________________________________________________
10001 [ 10499] By: nick on 2001/06/10 15:01:08
10002 Log: Integrate mainline
10004 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
10005 !> t/pragma/locale.t util.c
10006 ____________________________________________________________________________
10007 [ 10498] By: jhi on 2001/06/10 13:49:23
10008 Log: Put some meat on the perl572delta bones. The list of
10009 selected bug fixes needs more work, as does still the
10012 ! pod/perl572delta.pod
10013 ____________________________________________________________________________
10014 [ 10497] By: nick on 2001/06/10 12:27:51
10015 Log: Paper over a crack or two with USE_SFIO
10017 ! perlio.c perlsfio.h
10018 ____________________________________________________________________________
10019 [ 10496] By: jhi on 2001/06/10 11:04:22
10020 Log: Update Changes.
10022 ! Changes patchlevel.h
10023 ____________________________________________________________________________
10024 [ 10495] By: jhi on 2001/06/10 10:55:34
10025 Log: Subject: Re: pragma/locale.t #107
10026 From: Hugo <hv@crypt.compulink.co.uk>
10027 Date: Sun, 10 Jun 2001 11:23:30 +0100
10028 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
10030 Encapsulate the scan of the decimal radix separator.
10032 ! embed.h embed.pl proto.h sv.c
10033 ____________________________________________________________________________
10034 [ 10494] By: jhi on 2001/06/10 03:00:17
10035 Log: Try to grok numbers both with the locale specific separator
10036 and with the usual "." (if different from the lss); add a test
10037 to locale.t to do also a little bit of math in addition to just
10038 equalness testing; remove extraneous logic as suggested in
10040 Subject: Re: pragma/locale.t #107
10041 From: Nicholas Clark <nick@ccl4.org>
10042 Date: Sat, 9 Jun 2001 22:37:36 +0100
10043 Message-ID: <20010609223735.Y76396@plum.flirble.org>
10045 ! sv.c t/pragma/locale.t
10046 ____________________________________________________________________________
10047 [ 10493] By: jhi on 2001/06/10 01:25:23
10048 Log: Metaconfig unit change for #10492.
10049 Branch: metaconfig/U/perl
10051 ____________________________________________________________________________
10052 [ 10492] By: jhi on 2001/06/10 01:23:59
10053 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
10054 From: Artur Bergman <artur@contiller.se>
10055 Date: Sat, 09 Jun 2001 21:03:51 +0200
10056 Message-ID: <B7483FB6.1398%artur@contiller.se>
10059 ____________________________________________________________________________
10060 [ 10491] By: jhi on 2001/06/10 01:15:40
10061 Log: Integrate perlio.
10064 ____________________________________________________________________________
10065 [ 10490] By: jhi on 2001/06/10 01:08:26
10066 Log: Do locale specific separator if only in locale.
10069 ____________________________________________________________________________
10070 [ 10489] By: nick on 2001/06/09 19:13:25
10071 Log: Make XS/Typemap compile (but fail) with sfio
10074 ____________________________________________________________________________
10075 [ 10488] By: nick on 2001/06/09 19:12:51
10076 Log: Re-integrate mainline
10078 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
10079 !> proto.h sv.c util.c
10080 ____________________________________________________________________________
10081 [ 10487] By: nick on 2001/06/09 16:26:29
10082 Log: Integrate mainline
10084 !> (integrate 31 files)
10085 ____________________________________________________________________________
10086 [ 10486] By: jhi on 2001/06/09 16:11:51
10087 Log: Subject: [PATCH] New attempt to clone callack
10088 From: Artur Bergman <artur@contiller.se>
10089 Date: Thu, 07 Jun 2001 11:52:16 +0200
10090 Message-ID: <B7451B6F.12B7%artur@contiller.se>
10092 ! embedvar.h intrpvar.h perlapi.h sv.c
10093 ____________________________________________________________________________
10094 [ 10485] By: jhi on 2001/06/09 15:23:52
10095 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
10097 ! embed.h embed.pl perl.h proto.h sv.c util.c
10098 ____________________________________________________________________________
10099 [ 10484] By: jhi on 2001/06/09 14:47:25
10100 Log: Subject: Re: pragma/locale.t #107
10101 From: Nicholas Clark <nick@ccl4.org>
10102 Date: Sat, 9 Jun 2001 16:26:10 +0100
10103 Message-ID: <20010609162609.V76396@plum.flirble.org>
10105 A missing NVification.
10108 ____________________________________________________________________________
10109 [ 10483] By: jhi on 2001/06/08 19:40:32
10110 Log: Redo the #10482, there already was a test script for formats.
10113 ! MANIFEST t/op/write.t
10114 ____________________________________________________________________________
10115 [ 10482] By: jhi on 2001/06/08 19:34:45
10116 Log: Twisted format testing, from Merijn.
10120 ____________________________________________________________________________
10121 [ 10481] By: jhi on 2001/06/08 19:21:56
10122 Log: More \p{In...} testing, combined with \N{...}.
10124 ! lib/utf8_heavy.pl t/op/pat.t
10125 ____________________________________________________________________________
10126 [ 10480] By: jhi on 2001/06/08 14:16:06
10127 Log: Metaconfig changes for #10479.
10130 Branch: metaconfig/U/perl
10132 ____________________________________________________________________________
10133 [ 10479] By: jhi on 2001/06/08 14:15:32
10134 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
10136 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10137 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
10138 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10139 ! win32/config.bc win32/config.gc win32/config.vc
10140 ____________________________________________________________________________
10141 [ 10478] By: jhi on 2001/06/08 12:20:41
10142 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
10143 From: "Craig A. Berry" <craigberry@mac.com>
10144 Date: Thu, 7 Jun 2001 14:27:20 -0500
10145 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
10148 ____________________________________________________________________________
10149 [ 10477] By: jhi on 2001/06/08 12:19:00
10150 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
10151 From: Gisle Aas <gisle@ActiveState.com>
10152 Date: 07 Jun 2001 17:04:29 -0700
10153 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
10156 ____________________________________________________________________________
10157 [ 10476] By: jhi on 2001/06/08 01:35:42
10158 Log: Update Changes.
10160 ! Changes patchlevel.h
10161 ____________________________________________________________________________
10162 [ 10475] By: jhi on 2001/06/08 00:53:45
10163 Log: Regen Glossary et alia.
10165 ! Porting/Glossary Porting/config.sh Porting/config_H
10166 ____________________________________________________________________________
10167 [ 10474] By: jhi on 2001/06/07 22:06:38
10168 Log: Metaconfig unit changes for #10473.
10169 Branch: metaconfig/U/perl
10171 ____________________________________________________________________________
10172 [ 10473] By: jhi on 2001/06/07 22:06:16
10173 Log: Harumph, also AIX will spill its guts (i.e. dump core)
10174 if an executable contains modfl() but it hasn't been
10175 compiled right (in the case of AIX, with cc -qlongdouble).
10178 ____________________________________________________________________________
10179 [ 10472] By: gsar on 2001/06/07 20:04:28
10180 Log: integrate change#10471 from mainline
10182 in change#10451, check that CvOUTSIDE is a CV before looking in
10183 (it can apparently be SVt_NULL during global destruction)
10184 Branch: maint-5.6/perl
10186 ____________________________________________________________________________
10187 [ 10471] By: gsar on 2001/06/07 20:01:31
10188 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
10189 (it can apparently be SVt_NULL during global destruction)
10192 ____________________________________________________________________________
10193 [ 10470] By: jhi on 2001/06/07 12:17:51
10194 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
10195 From: Robin Barker <rmb1@cise.npl.co.uk>
10196 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
10197 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
10199 ! lib/diagnostics.pm pod/perldiag.pod
10200 ____________________________________________________________________________
10201 [ 10469] By: jhi on 2001/06/07 12:16:12
10202 Log: Subject: [PATCH perl@10439] long =item
10203 From: Robin Barker <rmb1@cise.npl.co.uk>
10204 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
10205 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
10207 ! README.amiga lib/Attribute/Handlers.pm
10208 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10209 ____________________________________________________________________________
10210 [ 10468] By: jhi on 2001/06/07 12:08:56
10211 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
10212 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
10213 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
10214 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
10217 ____________________________________________________________________________
10218 [ 10467] By: jhi on 2001/06/07 12:04:26
10219 Log: Integrate perlio.
10222 ____________________________________________________________________________
10223 [ 10466] By: nick on 2001/06/07 10:25:40
10224 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
10226 Still coredumps in pragma/overload.t - what a nice hard fail that is...
10229 ____________________________________________________________________________
10230 [ 10465] By: nick on 2001/06/07 08:41:58
10231 Log: Raw integrate of mainline for S_grok_number debug
10232 (sv.c has MULTIPLICITY issues as well as whatever else ...)
10234 - plan9/perlplan9.doc plan9/perlplan9.pod
10235 !> (integrate 46 files)
10236 ____________________________________________________________________________
10237 [ 10464] By: jhi on 2001/06/06 23:33:58
10238 Log: The proper prototyping for #10463.
10240 ! embed.h embed.pl proto.h sv.c
10241 ____________________________________________________________________________
10242 [ 10463] By: jhi on 2001/06/06 23:15:30
10243 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
10244 From: Nicholas Clark <nick@ccl4.org>
10245 Date: Thu, 7 Jun 2001 00:29:59 +0100
10246 Message-ID: <20010607002959.Z76396@plum.flirble.org>
10249 ____________________________________________________________________________
10250 [ 10462] By: jhi on 2001/06/06 23:13:19
10251 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
10252 From: "Craig A. Berry" <craigberry@mac.com>
10253 Date: Wed, 06 Jun 2001 17:54:30 -0500
10254 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
10257 ____________________________________________________________________________
10258 [ 10461] By: jhi on 2001/06/06 23:10:00
10259 Log: Podify the remaining README.platform files;
10260 merge README.plan9 and plan9/perlplan9.pod;
10261 delete plan9/perlplan9.* (the perlplan.doc needs to
10262 be regenerated in Plan 9); make the =head1 and =head2
10263 in the README.platform to be a little more verbose
10264 (skipped README.os2 not to anger Ilya) so that they
10265 look better in the toc; regen toc.
10267 - plan9/perlplan9.doc plan9/perlplan9.pod
10268 ! MANIFEST README.aix README.amiga README.apollo README.beos
10269 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
10270 ! README.hpux README.hurd README.machten README.macos
10271 ! README.micro README.mint README.mpeix README.os390
10272 ! README.plan9 README.qnx README.solaris README.threads
10273 ! README.tru64 README.vmesa README.vms README.vos README.win32
10274 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10275 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10276 ____________________________________________________________________________
10277 [ 10460] By: jhi on 2001/06/06 20:58:53
10278 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
10279 From: Mike Guy <mjtg@cam.ac.uk>
10280 Reply-To: mjtg@cam.ac.uk
10281 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
10284 ____________________________________________________________________________
10285 [ 10459] By: jhi on 2001/06/06 20:58:15
10286 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
10287 From: Mike Guy <mjtg@cam.ac.uk>
10288 Reply-To: mjtg@cam.ac.uk
10289 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
10292 ____________________________________________________________________________
10293 [ 10458] By: jhi on 2001/06/06 20:56:04
10294 Log: Disable long doubles from pre-5.0 Tru64s.
10296 ! README.tru64 hints/dec_osf.sh
10297 ____________________________________________________________________________
10298 [ 10457] By: jhi on 2001/06/06 20:49:23
10299 Log: The #10455 exposed that modfl() is fundamentally busted
10300 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
10304 ____________________________________________________________________________
10305 [ 10456] By: jhi on 2001/06/06 20:48:35
10306 Log: Metaconfig unit change for #10455.
10307 Branch: metaconfig/U/perl
10309 ____________________________________________________________________________
10310 [ 10455] By: jhi on 2001/06/06 20:48:09
10311 Log: Configure check for geborken modfl(), inspired by
10313 Subject: Re: [20010118.017] op/int.t failure
10314 From: Hugo <hv@crypt.compulink.co.uk>
10315 Date: Tue, 05 Jun 2001 13:43:27 +0100
10316 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
10319 ____________________________________________________________________________
10320 [ 10454] By: jhi on 2001/06/06 11:45:08
10321 Log: Integrate changes #10450 and #10451 from maintperl:
10323 optimize change#10448 slightly (don't repeat search in eval""s lexical
10324 scope, since that has already been searched)
10326 change#9108 needs subtler treatment for case of closures created
10329 !> op.c t/op/misc.t
10330 ____________________________________________________________________________
10331 [ 10453] By: jhi on 2001/06/06 11:42:10
10332 Log: MakeMaker magic to compile (when no dynamic loading)
10333 List/Util.xsc as (ListUtil.c and) ListUtil.o since
10334 POSIX-BC (BS2000) linker has an evil limitation of
10335 being unable to include in the same executable several
10336 object files with the same name - case-insensitively -
10337 because otherwise we conflict with util.c.
10338 Strictly speaking currently required only in POSIX-BC
10339 but probably will do no harm elsewhere where static
10340 linking is required.
10342 ! ext/List/Util/Makefile.PL
10343 ____________________________________________________________________________
10344 [ 10452] By: nick on 2001/06/06 08:59:51
10345 Log: Integrate mainline.
10347 +> lib/Attribute/Handlers/demo/Demo.pm
10348 +> lib/Attribute/Handlers/demo/Descriptions.pm
10349 +> lib/Attribute/Handlers/demo/MyClass.pm
10350 +> lib/Attribute/Handlers/demo/demo.pl
10351 +> lib/Attribute/Handlers/demo/demo2.pl
10352 +> lib/Attribute/Handlers/demo/demo3.pl
10353 +> lib/Attribute/Handlers/demo/demo4.pl
10354 +> lib/Attribute/Handlers/demo/demo_call.pl
10355 +> lib/Attribute/Handlers/demo/demo_chain.pl
10356 +> lib/Attribute/Handlers/demo/demo_cycle.pl
10357 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
10358 +> lib/Attribute/Handlers/demo/demo_phases.pl
10359 +> lib/Attribute/Handlers/demo/demo_range.pl
10360 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
10361 +> uts/strtol_wrap.c
10362 !> (integrate 91 files)
10363 ____________________________________________________________________________
10364 [ 10451] By: gsar on 2001/06/06 07:11:36
10365 Log: change#9108 needs subtler treatment for case of closures created
10367 Branch: maint-5.6/perl
10369 ____________________________________________________________________________
10370 [ 10450] By: gsar on 2001/06/06 05:47:25
10371 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
10372 scope, since that has already been searched)
10373 Branch: maint-5.6/perl
10375 ____________________________________________________________________________
10376 [ 10449] By: jhi on 2001/06/06 01:33:31
10377 Log: Integrate change #10448 from maintperl; lexicals
10378 outside an eval"" weren't resolved correctly inside a subroutine
10379 definition inside the eval"" if they were not already referenced
10380 in the toplevel of the eval""-ed code
10382 !> cop.h op.c pp_ctl.c t/op/misc.t
10383 ____________________________________________________________________________
10384 [ 10448] By: gsar on 2001/06/06 01:03:26
10385 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
10386 outside an eval"" weren't resolved correctly inside a subroutine
10387 definition inside the eval"" if they were not already referenced
10388 in the toplevel of the eval""-ed code
10389 Branch: maint-5.6/perl
10390 ! cop.h op.c pp_ctl.c t/op/misc.t
10391 ____________________________________________________________________________
10392 [ 10447] By: jhi on 2001/06/06 00:51:04
10393 Log: Subject: [PATCH] perl570delta.pod
10394 From: Peter Scott <Peter@PSDT.com>
10395 Date: Tue, 05 Jun 2001 18:51:02 -0700
10396 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
10398 ! pod/perl570delta.pod
10399 ____________________________________________________________________________
10400 [ 10446] By: jhi on 2001/06/05 23:45:05
10401 Log: The fudge factor is no more needed. I hope.
10404 ____________________________________________________________________________
10405 [ 10445] By: jhi on 2001/06/05 23:19:19
10406 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10407 From: Hugo <hv@crypt.compulink.co.uk>
10408 Date: Tue, 05 Jun 2001 12:58:19 +0100
10409 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
10412 ____________________________________________________________________________
10413 [ 10444] By: jhi on 2001/06/05 11:09:01
10414 Log: Make up prototypes only for those who have the functions
10415 but not the prototypes.
10418 ____________________________________________________________________________
10419 [ 10443] By: jhi on 2001/06/05 11:02:13
10420 Log: Subject: Re: Not OK: perl@10439 on win32
10421 From: Prymmer/Kahn <pvhp@best.com>
10422 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
10423 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
10426 ____________________________________________________________________________
10427 [ 10442] By: jhi on 2001/06/05 00:55:46
10428 Log: The metaconfig units changes for #10441.
10430 ! U/modified/Extract.U U/modified/Extractall.U
10431 ! U/modified/Finish.U
10432 ____________________________________________________________________________
10433 [ 10441] By: jhi on 2001/06/05 00:55:17
10434 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
10437 ____________________________________________________________________________
10438 [ 10440] By: jhi on 2001/06/05 00:28:27
10439 Log: Unnecessary fuzziness undone, noted by Mike Guy.
10442 ____________________________________________________________________________
10443 [ 10439] By: jhi on 2001/06/04 17:14:31
10444 Log: Update Changes.
10446 ! Changes patchlevel.h
10447 ____________________________________________________________________________
10448 [ 10438] By: jhi on 2001/06/04 17:10:16
10449 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
10450 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
10454 ____________________________________________________________________________
10455 [ 10437] By: jhi on 2001/06/04 17:01:06
10456 Log: Test case for #10433/#10424.
10459 ____________________________________________________________________________
10460 [ 10436] By: jhi on 2001/06/04 16:54:21
10461 Log: Subject: One fix for strtoul not setting errno
10462 From: hom00@utsglobal.com (Hal Morris)
10463 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
10464 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
10466 + uts/strtol_wrap.c
10467 ! MANIFEST hints/uts.sh
10468 ____________________________________________________________________________
10469 [ 10435] By: jhi on 2001/06/04 16:54:01
10470 Log: Metaconfig units changes for #10434.
10472 ! U/modified/Cppsym.U
10473 Branch: metaconfig/U/perl
10474 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
10475 + d_syscallproto.U d_usleepproto.U
10476 ! longdblfio.U quadfio.U
10477 ____________________________________________________________________________
10478 [ 10434] By: jhi on 2001/06/04 16:48:33
10479 Log: Configure tweaks; add prototype probes, make the cpp symbols
10480 probe to cast, not whine; test for %Ld and %Lf before %lld and
10481 %llf because the L is the ANSI way.
10483 ! Configure config_h.SH configure.com epoc/config.sh
10484 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
10485 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10486 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
10487 ____________________________________________________________________________
10488 [ 10433] By: jhi on 2001/06/04 16:45:23
10489 Log: Sigh. This is what #10424 was supposed to check in.
10492 ____________________________________________________________________________
10493 [ 10432] By: jhi on 2001/06/04 16:29:40
10494 Log: More verbose failure.
10497 ____________________________________________________________________________
10498 [ 10431] By: jhi on 2001/06/04 16:21:55
10499 Log: The .pm changes to go with #10428.
10501 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
10502 ! ext/Sys/Syslog/Syslog.pm
10503 ____________________________________________________________________________
10504 [ 10430] By: jhi on 2001/06/04 16:05:20
10505 Log: On second thoughts show to utf8 skippage message only
10506 on failures, it's too confusing otherwise,
10508 ! t/pragma/locale.t
10509 ____________________________________________________________________________
10510 [ 10429] By: jhi on 2001/06/04 14:47:50
10511 Log: Do not import anything from Encode.
10513 ! ext/MIME/Base64/QuotedPrint.pm
10514 ____________________________________________________________________________
10515 [ 10428] By: jhi on 2001/06/04 14:45:47
10516 Log: The #10402 didn't take. Weird.
10518 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
10519 ! ext/Sys/Syslog/Syslog.xs
10520 ____________________________________________________________________________
10521 [ 10427] By: jhi on 2001/06/04 12:55:39
10522 Log: Eradicate traces of 'asciirange' re subpragma.
10524 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
10526 ____________________________________________________________________________
10527 [ 10426] By: jhi on 2001/06/04 12:44:05
10528 Log: use is a compile-time thing.
10530 ! ext/MIME/Base64/QuotedPrint.pm
10531 ____________________________________________________________________________
10532 [ 10425] By: jhi on 2001/06/04 12:39:44
10533 Log: Subject: [PATCH perl@10419] -Wall casting patch
10534 From: Robin Barker <rmb1@cise.npl.co.uk>
10535 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
10536 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
10538 ! ext/Devel/DProf/DProf.xs mg.c
10539 ____________________________________________________________________________
10540 [ 10424] By: jhi on 2001/06/04 12:23:30
10541 Log: Subject: [PATCH #2] introducing SVpad_TYPED
10542 From: Abhijit Menon-Sen <ams@wiw.org>
10543 Date: Mon, 4 Jun 2001 12:26:02 +0530
10544 Message-ID: <20010604122602.A5775@lustre.linux.in>
10547 ____________________________________________________________________________
10548 [ 10423] By: gsar on 2001/06/04 05:12:18
10549 Log: testsuite for change#10192 (from Gisle Aas)
10553 ____________________________________________________________________________
10554 [ 10422] By: gsar on 2001/06/04 02:32:03
10555 Log: integrate changes#10414-10416 from mainline
10557 Potential buffer overrun if the radix separator is more than
10558 one byte. Also, under locales, prefer the locale-specific
10559 separator over the old boring ".".
10561 "10.", that is, decimal numbers can have no decimal part at all.
10563 The non-locale places need love, too.
10564 Branch: maint-5.6/perl
10566 ____________________________________________________________________________
10567 [ 10421] By: jhi on 2001/06/04 02:25:53
10568 Log: Missed from #10420.
10571 ____________________________________________________________________________
10572 [ 10420] By: jhi on 2001/06/04 02:19:58
10573 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
10574 often this prototype goes with HAS_SETRESUID_PROTO.
10576 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10577 ! config_h.SH configure.com perl.h uconfig.h
10578 ____________________________________________________________________________
10579 [ 10419] By: jhi on 2001/06/04 00:24:55
10580 Log: Update Changes.
10582 ! Changes patchlevel.h
10583 ____________________________________________________________________________
10584 [ 10418] By: jhi on 2001/06/03 23:58:04
10585 Log: -Wall "subscript has type `char'" cleanup.
10587 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
10588 ____________________________________________________________________________
10589 [ 10417] By: jhi on 2001/06/03 23:37:17
10590 Log: Various "cast to pointer from integer of different size"
10591 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
10592 wide but I32 (int) only 32 bits wide).
10594 WARNING: the classnum and tagnum changes in Storable.xs
10595 may not be wise, they may be breaking binary compatibility
10596 (in 64-bit platforms), asked Raphael Manfredi about the changes.
10598 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
10600 ____________________________________________________________________________
10601 [ 10416] By: jhi on 2001/06/03 23:15:24
10602 Log: The non-locale places need love, too.
10605 ____________________________________________________________________________
10606 [ 10415] By: jhi on 2001/06/03 23:10:55
10607 Log: "10.", that is, decimal numbers can have no decimal part at all.
10610 ____________________________________________________________________________
10611 [ 10414] By: jhi on 2001/06/03 22:49:55
10612 Log: Potential buffer overrun if the radix separator is more than
10613 one byte. Also, under locales, prefer the locale-specific
10614 separator over the old boring ".".
10617 ____________________________________________________________________________
10618 [ 10413] By: jhi on 2001/06/03 22:42:10
10619 Log: Integrate change #10412 from maintperl; locale is now
10620 per-cop, not per-op; plus retweak the locale.t to always
10621 list the skipped utf8 locales.
10623 ! t/pragma/locale.t
10624 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
10625 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
10626 ____________________________________________________________________________
10627 [ 10412] By: gsar on 2001/06/03 22:23:16
10628 Log: rationalize locale handling to fix the bugs uncovered by change#10394
10630 the major issue was that the runtime was looking at PL_hints rather
10631 than op_private to notice whether locale was enabled
10633 the secondary issue was that many locale-sensitive numeric ops didn't
10634 have HINT_LOCALE propagated into their op_private
10636 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
10637 instead of per-op, just like HINT_BYTE and the hints for lexical
10638 warnings (this makes the hint available to every op via PL_curcop)
10640 pragma/locale.t may need to be reworked with these fixes in mind
10641 (it currently passes its tests)
10642 Branch: maint-5.6/perl
10643 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
10644 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
10645 ____________________________________________________________________________
10646 [ 10411] By: jhi on 2001/06/03 17:50:49
10647 Log: More verbose debugging.
10649 ! t/pragma/locale.t
10650 ____________________________________________________________________________
10651 [ 10410] By: jhi on 2001/06/03 17:36:40
10652 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
10653 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10654 Date: Sat, 2 Jun 2001 22:53:33 +0100
10655 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
10657 ! regcomp.c t/pragma/warn/regcomp
10658 ____________________________________________________________________________
10659 [ 10409] By: jhi on 2001/06/03 17:27:13
10660 Log: Mention that lexicalizing $a or $b is a bad idea if one
10661 wants to use sort().
10664 ____________________________________________________________________________
10665 [ 10408] By: jhi on 2001/06/03 16:52:41
10666 Log: Tweak the test to be happy if the accuracy is 'good enough'.
10669 ____________________________________________________________________________
10670 [ 10407] By: jhi on 2001/06/03 16:50:33
10671 Log: Upgrade to Attribute::Handlers 0.70.
10673 NOTE: this unearthed the "too late for CHECK block" bug,
10674 that's why the 1_compile.t change.
10676 + lib/Attribute/Handlers/demo/Demo.pm
10677 + lib/Attribute/Handlers/demo/Descriptions.pm
10678 + lib/Attribute/Handlers/demo/MyClass.pm
10679 + lib/Attribute/Handlers/demo/demo.pl
10680 + lib/Attribute/Handlers/demo/demo2.pl
10681 + lib/Attribute/Handlers/demo/demo3.pl
10682 + lib/Attribute/Handlers/demo/demo4.pl
10683 + lib/Attribute/Handlers/demo/demo_call.pl
10684 + lib/Attribute/Handlers/demo/demo_chain.pl
10685 + lib/Attribute/Handlers/demo/demo_cycle.pl
10686 + lib/Attribute/Handlers/demo/demo_hashdir.pl
10687 + lib/Attribute/Handlers/demo/demo_phases.pl
10688 + lib/Attribute/Handlers/demo/demo_range.pl
10689 + lib/Attribute/Handlers/demo/demo_rawdata.pl
10690 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
10692 ____________________________________________________________________________
10693 [ 10406] By: jhi on 2001/06/03 16:40:03
10694 Log: One less -Wall whine.
10697 ____________________________________________________________________________
10698 [ 10405] By: jhi on 2001/06/03 16:30:34
10699 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
10702 ____________________________________________________________________________
10703 [ 10404] By: gsar on 2001/06/03 16:23:07
10704 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
10705 aren't "normally" visible inside eval""s contained in subs unless
10706 a cloned reference to them already exists)
10708 strangely enough, t/harness didn't show this up as a failure
10709 (harness needs fixing?)
10710 Branch: maint-5.6/perl
10712 ____________________________________________________________________________
10713 [ 10403] By: jhi on 2001/06/03 16:22:59
10714 Log: Update to Text::Balanced 1.85.
10716 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
10717 ____________________________________________________________________________
10718 [ 10402] By: jhi on 2001/06/03 16:18:09
10719 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
10720 From: Nicholas Clark <nick@ccl4.org>
10721 Date: Sun, 3 Jun 2001 17:54:36 +0100
10722 Message-ID: <20010603175436.E76396@plum.flirble.org>
10724 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
10725 ! ext/Sys/Syslog/Syslog.xs
10726 ____________________________________________________________________________
10727 [ 10401] By: jhi on 2001/06/03 16:09:33
10728 Log: Unused variables.
10731 ____________________________________________________________________________
10732 [ 10400] By: jhi on 2001/06/03 16:04:26
10733 Log: Subject: [PATCH] APIfy op_clear
10734 From: Simon Cozens <simon@netthink.co.uk>
10735 Date: Sun, 3 Jun 2001 13:51:46 +0100
10736 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
10738 (despite the subject line, op_null is APIfied by the patch)
10740 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10741 ____________________________________________________________________________
10742 [ 10399] By: jhi on 2001/06/03 15:51:35
10743 Log: Subject: [PATCH] t/lib/extutils.t
10744 From: Nicholas Clark <nick@ccl4.org>
10745 Date: Sat, 2 Jun 2001 23:57:05 +0100
10746 Message-ID: <20010602235705.Q12698@plum.flirble.org>
10748 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10749 ____________________________________________________________________________
10750 [ 10398] By: jhi on 2001/06/03 15:34:11
10751 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
10752 From: Prymmer/Kahn <pvhp@best.com>
10753 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
10754 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
10756 ! win32/Makefile win32/makefile.mk
10757 ____________________________________________________________________________
10758 [ 10397] By: jhi on 2001/06/03 15:12:13
10759 Log: Subject: Re: 'decimal digits' macro?
10760 From: Hugo <hv@crypt.compulink.co.uk>
10761 Date: Sun, 03 Jun 2001 04:26:36 +0100
10762 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
10764 ! handy.h t/lib/posix.t t/op/tr.t
10765 ____________________________________________________________________________
10766 [ 10396] By: jhi on 2001/06/03 15:10:49
10767 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10768 From: Hugo <hv@crypt.compulink.co.uk>
10769 Date: Sun, 03 Jun 2001 14:56:30 +0100
10770 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
10773 ____________________________________________________________________________
10774 [ 10395] By: jhi on 2001/06/03 14:59:41
10775 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
10777 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
10779 ____________________________________________________________________________
10780 [ 10394] By: gsar on 2001/06/03 03:05:43
10781 Log: fix leakage of lexicals at file scope into subroutines that were
10782 declared before them; this appears to be a longstanding bug that
10783 meant that lexicals at file scope were never "deintroduced", meaning
10784 their scope range was never properly closed, and their visibility
10785 extended to all subsequent eval""s or requires
10789 seems to also fix a case of bogus duplicate warnings
10790 Branch: maint-5.6/perl
10791 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
10793 ____________________________________________________________________________
10794 [ 10393] By: jhi on 2001/06/02 16:55:03
10795 Log: More VMS tweaks from Craig A. Berry.
10797 ! configure.com t/lib/extutils.t
10798 ____________________________________________________________________________
10799 [ 10392] By: jhi on 2001/06/02 16:48:26
10800 Log: -Wall cleanup continues.
10802 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
10803 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
10804 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
10805 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
10806 ! run.c toke.c util.c
10807 ____________________________________________________________________________
10808 [ 10391] By: jhi on 2001/06/02 13:29:47
10809 Log: The metaconfig unit change for #10390.
10810 Branch: metaconfig/U/perl
10812 ____________________________________________________________________________
10813 [ 10390] By: jhi on 2001/06/02 13:29:12
10814 Log: Drop the -ansi from the default gcc flags.
10816 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
10817 that struct cannot be compared with a flat integer, such as STRLEN.
10818 The -ansi will also cause a lot of noise in Solaris because of:
10819 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
10822 ____________________________________________________________________________
10823 [ 10389] By: jhi on 2001/06/02 13:14:57
10824 Log: Integrate perlio.
10826 !> pod/perlapi.pod util.c
10827 ____________________________________________________________________________
10828 [ 10388] By: nick on 2001/06/02 08:01:12
10829 Log: Integrate mainline
10831 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
10832 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
10833 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
10834 !> t/lib/1_compile.t t/lib/mimeqp.t
10835 ____________________________________________________________________________
10836 [ 10387] By: nick on 2001/06/02 07:39:17
10837 Log: Tweak util.c's atof2 for MULTIPLICITY
10840 ____________________________________________________________________________
10841 [ 10386] By: nick on 2001/06/02 07:38:33
10842 Log: Integrate mainline
10844 !> (integrate 41 files)
10845 ____________________________________________________________________________
10846 [ 10385] By: jhi on 2001/06/01 22:12:48
10847 Log: Add Attribute::Handlers 0.61 from Damian Conway.
10849 + lib/Attribute/Handlers.pm t/lib/attrhand.t
10850 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
10851 ____________________________________________________________________________
10852 [ 10384] By: jhi on 2001/06/01 21:53:14
10853 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
10854 From: Peter Prymmer <pvhp@forte.com>
10855 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
10856 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
10858 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
10859 ____________________________________________________________________________
10860 [ 10383] By: jhi on 2001/06/01 21:36:11
10861 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
10862 From: Jeff Pinyan <jeffp@crusoe.net>
10863 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
10864 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
10867 ____________________________________________________________________________
10868 [ 10382] By: jhi on 2001/06/01 21:35:02
10869 Log: Subject: [PATCH perl@10381] configure.com tweaks
10870 From: "Craig A. Berry" <craigberry@mac.com>
10871 Date: Fri, 1 Jun 2001 13:55:43 -0500
10872 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
10875 ____________________________________________________________________________
10876 [ 10381] By: jhi on 2001/06/01 16:37:21
10877 Log: Update Changes.
10879 ! Changes patchlevel.h
10880 ____________________________________________________________________________
10881 [ 10380] By: jhi on 2001/06/01 16:19:18
10882 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
10883 From: Mike Guy <mjtg@cam.ac.uk>
10884 Date: Fri, 01 Jun 2001 18:17:02 +0100
10885 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
10888 ____________________________________________________________________________
10889 [ 10379] By: jhi on 2001/06/01 16:13:28
10890 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10891 From: Hugo <hv@crypt.compulink.co.uk>
10892 Date: Thu, 31 May 2001 20:49:48 +0100
10893 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
10895 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
10897 ____________________________________________________________________________
10898 [ 10378] By: jhi on 2001/06/01 15:56:35
10899 Log: Zero() is not available in x2p (or, rather, some of its
10900 implementations like memzero() might not be available.)
10903 ____________________________________________________________________________
10904 [ 10377] By: jhi on 2001/06/01 15:44:48
10905 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
10906 From: Michael G Schwern <schwern@pobox.com>
10907 Date: Fri, 1 Jun 2001 12:00:29 +0100
10908 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
10910 (But use Zero() instead of memset.)
10913 ____________________________________________________________________________
10914 [ 10376] By: jhi on 2001/06/01 15:39:52
10915 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
10916 From: Jeff Pinyan <jeffp@crusoe.net>
10917 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
10918 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
10920 ! pod/perldiag.pod regcomp.c t/op/pat.t
10921 ____________________________________________________________________________
10922 [ 10375] By: jhi on 2001/06/01 15:36:35
10923 Log: Retract #10324 and #10333; not needed.
10925 ! hints/irix_6.sh hints/linux.sh
10926 ____________________________________________________________________________
10927 [ 10374] By: jhi on 2001/06/01 15:35:19
10928 Log: The #10370 wasn't quite right.
10930 ! ext/XS/Typemap/Typemap.xs
10931 ____________________________________________________________________________
10932 [ 10373] By: jhi on 2001/06/01 15:34:49
10933 Log: The metaconfig units changes for #10372.
10934 Branch: metaconfig/U/perl
10935 + d_realpath.U d_sresgproto.U d_sresuproto.U
10937 ____________________________________________________________________________
10938 [ 10372] By: jhi on 2001/06/01 15:34:24
10939 Log: Configure tweaks; record the Berkeley DB version,
10940 probe for realpath(), for setresuid() and setresgid()
10941 prototypes; use realpath() (try to be paranoid enough),
10942 use the setres[ug]id prototypes because glibc has the functions
10943 but not their prototypes; add -Wall -ansi to gcc ccflags;
10946 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10947 ! config_h.SH configure.com epoc/config.sh
10948 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
10949 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
10950 ! vos/config.ga.def win32/config.bc win32/config.gc
10952 ____________________________________________________________________________
10953 [ 10371] By: jhi on 2001/06/01 12:50:05
10954 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
10955 From: Michael G Schwern <schwern@pobox.com>
10956 Date: Fri, 1 Jun 2001 11:28:14 +0100
10957 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
10959 ! lib/attributes.pm xsutils.c
10960 ____________________________________________________________________________
10961 [ 10370] By: jhi on 2001/06/01 12:48:55
10962 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
10963 From: Tim Jenness <t.jenness@jach.hawaii.edu>
10964 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
10965 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
10967 ! ext/XS/Typemap/Typemap.xs
10968 ____________________________________________________________________________
10969 [ 10369] By: jhi on 2001/06/01 12:47:21
10970 Log: Subject: [patch] Cwd.xs optimizations/abstraction
10971 From: Doug MacEachern <dougm@covalent.net>
10972 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
10973 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
10975 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
10976 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
10977 ____________________________________________________________________________
10978 [ 10368] By: jhi on 2001/06/01 12:32:00
10979 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!])
10980 From: Nicholas Clark <nick@ccl4.org>
10981 Date: Thu, 31 May 2001 23:56:40 +0100
10982 Message-ID: <20010531235640.F12698@plum.flirble.org>
10984 Make the test work also under only static extensions
10985 (sh Configure -Uusedl fakes this nicely)
10988 ____________________________________________________________________________
10989 [ 10367] By: jhi on 2001/06/01 12:27:53
10990 Log: Subject: [PATCH hv.c] Eliminating trigraph
10991 From: Michael G Schwern <schwern@pobox.com>
10992 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
10993 Date: Fri, 1 Jun 2001 11:49:56 +0100
10996 ____________________________________________________________________________
10997 [ 10366] By: jhi on 2001/06/01 12:14:57
10998 Log: Subject: Re: [PATCH] Tests for File::Compare
10999 From: "Philip Newton" <Philip.Newton@gmx.net>
11000 Date: Thu, 31 May 2001 19:44:05 +0200
11001 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
11003 Unnecessary "quotation marks".
11006 ____________________________________________________________________________
11007 [ 10365] By: jhi on 2001/06/01 12:13:26
11008 Log: Integrate perlio.
11010 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
11011 ____________________________________________________________________________
11012 [ 10364] By: nick on 2001/06/01 10:13:31
11013 Log: Cleanup dll.base and dll.exp created by GCC builds.
11015 ! lib/ExtUtils/MM_Win32.pm
11016 ____________________________________________________________________________
11017 [ 10363] By: nick on 2001/06/01 10:02:17
11018 Log: Make filecomp test work on CRLF platforms by adding binmode.
11021 ____________________________________________________________________________
11022 [ 10362] By: nick on 2001/06/01 08:37:17
11023 Log: Integrate mainline
11025 !> Changes Configure patchlevel.h perlio.c
11026 ____________________________________________________________________________
11027 [ 10361] By: jhi on 2001/05/31 15:09:34
11028 Log: panic:claustrophobia.
11031 ____________________________________________________________________________
11032 [ 10360] By: jhi on 2001/05/31 13:04:25
11033 Log: Update Changes.
11035 ! Changes patchlevel.h
11036 ____________________________________________________________________________
11037 [ 10359] By: nick on 2001/05/31 12:35:50
11038 Log: Integrate mainline.
11040 +> t/lib/filecomp.t
11041 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
11042 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
11043 ____________________________________________________________________________
11044 [ 10358] By: jhi on 2001/05/31 12:35:05
11045 Log: Integrate perlio.
11047 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
11048 !> win32/config_H.vc
11049 ____________________________________________________________________________
11050 [ 10357] By: jhi on 2001/05/31 12:34:04
11051 Log: Metaconfig unit change for #10356.
11053 ! U/installdirs/inc_version_list.U
11054 ____________________________________________________________________________
11055 [ 10356] By: jhi on 2001/05/31 12:33:41
11056 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
11057 (idea from Sarathy; implementation from Andy)
11060 ____________________________________________________________________________
11061 [ 10355] By: jhi on 2001/05/31 12:18:06
11065 ____________________________________________________________________________
11066 [ 10354] By: jhi on 2001/05/31 12:16:24
11067 Log: Subject: Re: [PATCH] Tests for File::Compare
11068 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
11069 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
11070 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
11073 ! MANIFEST t/lib/1_compile.t
11074 ____________________________________________________________________________
11075 [ 10353] By: jhi on 2001/05/31 12:11:24
11076 Log: Subject: [PATCH] DEBUG_* macro cleanups
11077 From: Abhijit Menon-Sen <ams@wiw.org>
11078 Date: Thu, 31 May 2001 12:16:22 +0530
11079 Message-ID: <20010531121622.B4829@lustre.linux.in>
11081 Subject: Re: [PATCH] DEBUG_* macro cleanups
11082 From: Abhijit Menon-Sen <ams@wiw.org>
11083 Date: Thu, 31 May 2001 13:57:01 +0530
11084 Message-ID: <20010531135701.A21775@lustre.linux.in>
11086 (The DEBUG_ definitions in perl.h changed to use the
11087 STMT_START and STMT_END.)
11089 ! perl.h pp_ctl.c sv.c toke.c
11090 ____________________________________________________________________________
11091 [ 10352] By: jhi on 2001/05/31 11:53:31
11092 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
11093 From: Abhijit Menon-Sen <ams@wiw.org>
11094 Date: Thu, 31 May 2001 08:27:55 +0530
11095 Message-ID: <20010531082755.A10018@lustre.linux.in>
11097 ! ext/Storable/Storable.xs gv.c perl.c
11098 ____________________________________________________________________________
11099 [ 10351] By: jhi on 2001/05/31 11:45:16
11100 Log: Subject: [PATCH] AUTHORS
11101 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11102 Date: Thu, 31 May 2001 01:27:59 -0500
11103 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
11105 Subject: Re: [PATCH] AUTHORS
11106 From: "Philip Newton" <Philip.Newton@gmx.net>
11107 Date: Thu, 31 May 2001 10:08:06 +0200
11108 (Message-Id missing?)
11111 ____________________________________________________________________________
11112 [ 10350] By: nick on 2001/05/31 11:40:43
11113 Log: win32 - dmake regen_config_h
11115 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11116 ____________________________________________________________________________
11117 [ 10349] By: jhi on 2001/05/31 11:38:27
11118 Log: Subject: Re: [PATCH util.c] More warning cleanups.
11119 From: "Philip Newton" <Philip.Newton@gmx.net>
11120 Date: Thu, 31 May 2001 07:41:36 +0200
11121 Message-Id: <200105310538.IAA25458@taku.hut.fi>
11123 Undo C++-ism that snekt in.
11126 ____________________________________________________________________________
11127 [ 10348] By: nick on 2001/05/31 11:36:46
11128 Log: Tolerate Win32 numerics
11130 ! t/pragma/warn/toke
11131 ____________________________________________________________________________
11132 [ 10347] By: jhi on 2001/05/31 11:29:40
11133 Log: Integrate perlio.
11135 !> perlio.c win32/win32.h
11136 ____________________________________________________________________________
11137 [ 10346] By: nick on 2001/05/31 10:54:55
11138 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
11139 perlio.c change 10255.
11142 ____________________________________________________________________________
11143 [ 10345] By: nick on 2001/05/31 10:01:57
11144 Log: Conditionaly put back some "unused" dTHX which are used
11145 with PERL_IMPLICIT_SYS
11148 ____________________________________________________________________________
11149 [ 10344] By: nick on 2001/05/31 10:00:59
11150 Log: Fix Win32 for new spelling IN_BYTES
11153 ____________________________________________________________________________
11154 [ 10343] By: nick on 2001/05/31 08:01:32
11155 Log: perlio.c -Wall cleaner under MULTIPLICITY
11156 - still minor noise with linux stdio
11159 ____________________________________________________________________________
11160 [ 10342] By: nick on 2001/05/31 07:52:23
11161 Log: Integrate mainline.
11163 !> (integrate 42 files)
11164 ____________________________________________________________________________
11165 [ 10341] By: jhi on 2001/05/31 01:39:02
11166 Log: AUTHORS updates.
11169 ____________________________________________________________________________
11170 [ 10340] By: jhi on 2001/05/31 00:19:29
11171 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
11172 From: Peter Prymmer <pvhp@forte.com>
11173 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
11174 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
11177 ____________________________________________________________________________
11178 [ 10339] By: jhi on 2001/05/31 00:16:44
11179 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
11180 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
11181 to match the pragma name; various robustness cleanups.
11183 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
11184 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
11185 ____________________________________________________________________________
11186 [ 10338] By: jhi on 2001/05/30 23:56:14
11187 Log: More -Wall sweeping.
11189 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
11190 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
11191 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
11192 ! regcomp.c sv.c toke.c utf8.c
11193 ____________________________________________________________________________
11194 [ 10337] By: jhi on 2001/05/30 23:20:23
11195 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
11196 From: Nicholas Clark <nick@ccl4.org>
11197 Date: Wed, 30 May 2001 22:34:41 +0100
11198 Message-ID: <20010530223441.Y86445@plum.flirble.org>
11201 ____________________________________________________________________________
11202 [ 10336] By: jhi on 2001/05/30 23:18:48
11203 Log: It's is not, it isn't ain't, and it's it's, not its,
11204 if you mean it is. If you don't, it's its. Then too,
11205 it's hers. It isn't her's. It isn't our's either.
11206 It's ours, and likewise yours and theirs.
11207 -- Oxford University Press, Edpress News
11210 ____________________________________________________________________________
11211 [ 10335] By: jhi on 2001/05/30 23:12:30
11212 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
11214 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
11215 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
11216 ! x2p/str.c x2p/walk.c xsutils.c
11217 ____________________________________________________________________________
11218 [ 10334] By: jhi on 2001/05/30 22:52:41
11219 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
11220 From: Michael G Schwern <schwern@pobox.com>
11221 Date: Wed, 30 May 2001 17:10:38 +0100
11222 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
11224 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
11225 From: Abhijit Menon-Sen <ams@wiw.org>
11226 Date: Wed, 30 May 2001 23:16:13 +0530
11227 Message-ID: <20010530231613.A31933@lustre.linux.in>
11229 ! perl.c t/run/runenv.t
11230 ____________________________________________________________________________
11231 [ 10333] By: jhi on 2001/05/30 22:25:02
11232 Log: (Retracted by #10375.)
11234 IRIX hints patch from Merijn Broeren.
11236 TODO: (this and the earlier Linux hints patch) should be solved
11237 at Configure level. Merijn: -ldb should not be used on any platform
11238 for perl, just when linking DBFile itself. Trying to be helpful here
11239 is counterproductive.
11242 ____________________________________________________________________________
11243 [ 10332] By: jhi on 2001/05/30 22:11:13
11244 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
11245 From: Nicholas Clark <nick@ccl4.org>
11246 Date: Wed, 30 May 2001 23:20:58 +0100
11247 Message-ID: <20010530232058.B86445@plum.flirble.org>
11250 ____________________________________________________________________________
11251 [ 10331] By: jhi on 2001/05/30 22:09:49
11252 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11253 From: Michael G Schwern <schwern@pobox.com>
11254 Date: Wed, 30 May 2001 15:24:20 +0100
11255 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
11257 ! t/pragma/autouse.t
11258 ____________________________________________________________________________
11259 [ 10330] By: jhi on 2001/05/30 22:02:21
11260 Log: The regex trick wasn't a good idea.
11263 ____________________________________________________________________________
11264 [ 10329] By: nick on 2001/05/30 18:34:35
11265 Log: Integrate mainline
11267 !> (integrate 40 files)
11268 ____________________________________________________________________________
11269 [ 10328] By: jhi on 2001/05/30 14:28:39
11270 Log: Update Changes.
11272 ! Changes patchlevel.h
11273 ____________________________________________________________________________
11274 [ 10327] By: jhi on 2001/05/30 14:07:01
11275 Log: The metaconfig unit change for #10325.
11278 ____________________________________________________________________________
11279 [ 10326] By: jhi on 2001/05/30 14:06:36
11280 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
11283 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
11284 ____________________________________________________________________________
11285 [ 10325] By: jhi on 2001/05/30 14:04:28
11286 Log: Introduce $Config{afsroot}.
11288 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11289 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
11290 ! win32/config.gc win32/config.vc
11291 ____________________________________________________________________________
11292 [ 10324] By: jhi on 2001/05/30 13:49:44
11293 Log: (Retracted by #10375.)
11295 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
11298 ____________________________________________________________________________
11299 [ 10323] By: jhi on 2001/05/30 13:49:29
11300 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
11301 (Also Configure tweaks needed; coming up soon.)
11303 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
11304 ____________________________________________________________________________
11305 [ 10322] By: jhi on 2001/05/30 13:37:56
11306 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
11307 From: Michael G Schwern <schwern@pobox.com>
11308 Date: Sun, 27 May 2001 10:29:43 +0100
11309 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
11312 ____________________________________________________________________________
11313 [ 10321] By: jhi on 2001/05/30 13:36:28
11314 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
11315 and Abhijit Menon-Sen.
11317 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
11318 ! perl.c pp_sys.c regcomp.c
11319 ____________________________________________________________________________
11320 [ 10320] By: jhi on 2001/05/30 13:35:27
11321 Log: Fix the BOOT section to call myU2time properly.
11323 ! ext/Time/HiRes/HiRes.xs
11324 ____________________________________________________________________________
11325 [ 10319] By: jhi on 2001/05/30 13:06:09
11326 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11327 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
11328 Date: Wed, 30 May 2001 09:44:29 -0400
11329 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
11331 Detypo; plus add one more trick.
11334 ____________________________________________________________________________
11335 [ 10318] By: jhi on 2001/05/30 12:47:11
11336 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)
11337 From: Michael G Schwern <schwern@pobox.com>
11338 Date: Wed, 30 May 2001 14:39:06 +0100
11339 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
11341 ! lib/autouse.pm t/pragma/autouse.t
11342 ____________________________________________________________________________
11343 [ 10317] By: jhi on 2001/05/30 12:46:02
11344 Log: Subject: Re: AIX and gcc (moving targets)
11345 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11346 Date: Wed, 30 May 2001 15:25:08 +0200
11347 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
11349 ! ext/Time/HiRes/HiRes.xs
11350 ____________________________________________________________________________
11351 [ 10316] By: jhi on 2001/05/30 12:40:46
11352 Log: Subject: [PATCH t/TEST] sorting tests
11353 From: Michael G Schwern <schwern@pobox.com>
11354 Date: Wed, 30 May 2001 10:24:02 +0100
11355 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
11358 ____________________________________________________________________________
11359 [ 10315] By: jhi on 2001/05/30 12:37:43
11360 Log: Subject: [ID 20010529.002] typos in man page perlre
11361 From: bart@cg681574-a.adubn1.nj.home.com
11362 Date: Tue, 29 May 2001 13:58:59 -0500
11363 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
11366 ____________________________________________________________________________
11367 [ 10314] By: jhi on 2001/05/30 12:33:53
11368 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11369 From: "Craig A. Berry" <craigberry@mac.com>
11370 Date: Tue, 29 May 2001 23:23:45 -0500
11371 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
11373 ! t/lib/extutils.t t/pragma/autouse.t
11374 ____________________________________________________________________________
11375 [ 10313] By: jhi on 2001/05/30 12:32:17
11376 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)
11377 From: David Dyck <dcd@tc.fluke.com>
11378 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
11379 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
11382 ____________________________________________________________________________
11383 [ 10312] By: jhi on 2001/05/30 12:31:02
11384 Log: AIX hints update for gcc from Merijn H. Brand.
11387 ____________________________________________________________________________
11388 [ 10311] By: jhi on 2001/05/30 12:18:20
11389 Log: Retract #10295 and #10296: a more generic solution
11390 is needed (there's something funny with gcc on AIX).
11392 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
11393 ____________________________________________________________________________
11394 [ 10310] By: jhi on 2001/05/30 12:08:07
11395 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
11396 From: Hugo <hv@crypt.compulink.co.uk>
11397 Date: Wed, 30 May 2001 11:59:19 +0100
11398 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
11400 localizing $@ has unfortunate semantics - if you die past
11401 a local $@, the die message is lost.
11403 ! lib/utf8_heavy.pl
11404 ____________________________________________________________________________
11405 [ 10309] By: nick on 2001/05/30 08:23:02
11406 Log: Integrate mainline (autouse works again.)
11408 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
11409 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
11410 !> pod/perlvar.pod t/op/cmp.t
11411 ____________________________________________________________________________
11412 [ 10308] By: jhi on 2001/05/30 01:55:02
11413 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
11414 From: David Dyck <dcd@tc.fluke.com>
11415 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
11416 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
11419 ____________________________________________________________________________
11420 [ 10307] By: jhi on 2001/05/30 01:47:22
11421 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
11422 From: Nicholas Clark <nick@ccl4.org>
11423 Date: Tue, 29 May 2001 23:16:09 +0100
11424 Message-ID: <20010529231609.U86445@plum.flirble.org>
11426 Make the test output slightly clearer by distinguishing
11427 between '' and undef.
11430 ____________________________________________________________________________
11431 [ 10306] By: jhi on 2001/05/30 01:45:12
11432 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
11433 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11434 Date: Tue, 29 May 2001 19:15:19 -0400
11435 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
11438 ____________________________________________________________________________
11439 [ 10305] By: jhi on 2001/05/30 01:42:36
11440 Log: Subject: perlvar.pod addition
11441 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
11442 Date: Fri, 25 May 2001 20:23:12 +0200
11443 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
11445 Subject: Re: perlvar.pod addition
11446 From: "Abigail" <abigail@foad.org>
11447 Date: Fri, 25 May 2001 22:00:39 +0200
11448 Message-ID: <20010525200039.28029.qmail@foad.org>
11450 Mention $a and $b in perlvar.
11453 ____________________________________________________________________________
11454 [ 10304] By: jhi on 2001/05/30 01:36:37
11455 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
11456 From: Jeff Pinyan <jeffp@crusoe.net>
11457 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
11458 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
11461 ____________________________________________________________________________
11462 [ 10303] By: jhi on 2001/05/30 01:35:31
11463 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
11464 From: Jeff Pinyan <jeffp@crusoe.net>
11465 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
11466 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
11469 ____________________________________________________________________________
11470 [ 10302] By: jhi on 2001/05/29 20:18:49
11471 Log: Mention Time::localtime and Time::gmtime.
11473 ! ext/Time/Piece/Piece.pm
11474 ____________________________________________________________________________
11475 [ 10301] By: jhi on 2001/05/29 20:13:54
11476 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11477 From: Michael G Schwern <schwern@pobox.com>
11478 Date: Tue, 29 May 2001 18:51:32 +0100
11479 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
11482 ____________________________________________________________________________
11483 [ 10300] By: jhi on 2001/05/29 20:12:09
11484 Log: Retract #10243.
11487 ____________________________________________________________________________
11488 [ 10299] By: nick on 2001/05/29 18:41:19
11489 Log: Post weekend integrate mainline (fails one test pragma/autouse).
11491 +> (branch 29 files)
11492 !> (integrate 91 files)
11493 ____________________________________________________________________________
11494 [ 10298] By: jhi on 2001/05/29 16:29:19
11495 Log: Update Changes.
11497 ! Changes patchlevel.h
11498 ____________________________________________________________________________
11499 [ 10297] By: jhi on 2001/05/29 16:25:47
11500 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
11501 before Perl_load_module/Perl_call_method and restore the value
11502 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
11505 ____________________________________________________________________________
11506 [ 10296] By: jhi on 2001/05/29 16:01:53
11507 Log: Subject: Re: AIX and gcc (moving targets)
11508 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11509 Date: Tue, 29 May 2001 17:59:40 +0200
11510 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
11512 ! ext/Storable/Makefile.PL
11513 ____________________________________________________________________________
11514 [ 10295] By: jhi on 2001/05/29 15:59:05
11515 Log: Subject: Re: AIX and gcc (moving targets)
11516 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11517 Date: Tue, 29 May 2001 12:32:57 +0200
11518 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
11520 ! ext/POSIX/Makefile.PL
11521 ____________________________________________________________________________
11522 [ 10294] By: jhi on 2001/05/29 15:53:43
11523 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
11524 From: Michael G Schwern <schwern@pobox.com>
11525 Date: Tue, 29 May 2001 09:53:29 +0100
11526 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
11530 ! lib/Test/Harness.pm t/lib/test-harness.t
11531 ____________________________________________________________________________
11532 [ 10293] By: jhi on 2001/05/29 15:46:10
11533 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
11534 From: Michael G Schwern <schwern@pobox.com>
11535 Date: Tue, 29 May 2001 09:19:52 +0100
11536 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
11538 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
11539 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
11540 + t/lib/Test/todo.t
11541 ! MANIFEST lib/Test.pm t/TEST
11542 ____________________________________________________________________________
11543 [ 10292] By: jhi on 2001/05/29 15:34:08
11544 Log: From: Michael G Schwern <schwern@pobox.com>
11545 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
11546 Date: Tue, 29 May 2001 08:26:09 +0100
11547 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
11550 ____________________________________________________________________________
11551 [ 10291] By: jhi on 2001/05/29 15:29:37
11552 Log: Add tests for Time::gmtime and Time::localtime.
11554 + t/lib/time-gmtime.t t/lib/time-localtime.t
11555 ! MANIFEST t/lib/1_compile.t
11556 ____________________________________________________________________________
11557 [ 10290] By: jhi on 2001/05/29 15:15:44
11558 Log: Add test for File::stat.
11561 ! MANIFEST t/lib/1_compile.t
11562 ____________________________________________________________________________
11563 [ 10289] By: jhi on 2001/05/29 15:05:38
11564 Log: Add test for Net::servent.
11567 ! MANIFEST t/lib/1_compile.t
11568 ____________________________________________________________________________
11569 [ 10288] By: jhi on 2001/05/29 14:57:15
11570 Log: Add test for Net::protoent.
11573 ! MANIFEST t/lib/1_compile.t
11574 ____________________________________________________________________________
11575 [ 10287] By: jhi on 2001/05/29 14:53:10
11576 Log: Add test for Net::netent.
11579 ! MANIFEST t/lib/1_compile.t
11580 ____________________________________________________________________________
11581 [ 10286] By: jhi on 2001/05/29 14:31:57
11582 Log: Add test for User::grent. Portability doubtful.
11584 + t/lib/user-grent.t
11585 ! MANIFEST t/lib/1_compile.t
11586 ____________________________________________________________________________
11587 [ 10285] By: jhi on 2001/05/29 14:24:20
11588 Log: Add test for User::pwent.
11589 Probably will fall down somewhere for portability reasons.
11591 + t/lib/user-pwent.t
11592 ! MANIFEST t/lib/1_compile.t
11593 ____________________________________________________________________________
11594 [ 10284] By: jhi on 2001/05/29 13:26:43
11595 Log: Metaconfig units changes for #10283.
11597 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
11598 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
11599 ! U/installdirs/sitescript.U U/modified/Signal.U
11600 ____________________________________________________________________________
11601 [ 10283] By: jhi on 2001/05/29 13:26:24
11602 Log: Subject: [PATCH 5.6.1] signal names in Configure
11603 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11604 Date: Tue, 29 May 2001 03:52:25 -0400
11605 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
11607 Subject: [PATCH 5.6.1] older perl in Configure
11608 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11609 Date: Tue, 29 May 2001 03:55:40 -0400
11610 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
11612 Subject: [PATCH 5.6.1] goofs in Configure
11613 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11614 Date: Tue, 29 May 2001 04:13:07 -0400
11615 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
11617 Configure portability tweaks.
11620 ____________________________________________________________________________
11621 [ 10282] By: jhi on 2001/05/29 12:41:41
11622 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
11623 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11624 Date: Tue, 29 May 2001 04:07:06 -0400
11625 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
11628 ____________________________________________________________________________
11629 [ 10281] By: jhi on 2001/05/29 12:40:31
11630 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
11631 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11632 Date: Tue, 29 May 2001 04:01:38 -0400
11633 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
11635 ! hints/os2.sh os2/Makefile.SHs
11636 ____________________________________________________________________________
11637 [ 10280] By: jhi on 2001/05/29 12:38:48
11638 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
11639 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11640 Date: Tue, 29 May 2001 03:50:18 -0400
11641 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
11643 ! lib/Test/Harness.pm
11644 ____________________________________________________________________________
11645 [ 10279] By: jhi on 2001/05/29 12:34:53
11646 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
11648 ! lib/utf8_heavy.pl
11649 ____________________________________________________________________________
11650 [ 10278] By: jhi on 2001/05/29 02:15:24
11651 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
11652 From: Hugo <hv@crypt.compulink.co.uk>
11653 Date: Tue, 29 May 2001 03:03:45 +0100
11654 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
11656 Explanation why the $@ always gets the UTF8 flag when under use utf8--
11657 because we told it to have the flag when under use utf8.
11660 ____________________________________________________________________________
11661 [ 10277] By: jhi on 2001/05/29 00:51:34
11662 Log: At least a partial fix for 20010528.004.
11664 ! lib/utf8_heavy.pl
11665 ____________________________________________________________________________
11666 [ 10276] By: jhi on 2001/05/29 00:42:59
11667 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
11668 From: Nicholas Clark <nick@ccl4.org>
11669 Date: Mon, 28 May 2001 23:39:38 +0100
11670 Message-ID: <20010528233938.M86445@plum.flirble.org>
11672 More portable non-zero UV.
11675 ____________________________________________________________________________
11676 [ 10275] By: jhi on 2001/05/29 00:40:28
11677 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
11678 From: Nicholas Clark <nick@ccl4.org>
11679 Date: Mon, 28 May 2001 22:46:09 +0100
11680 Message-ID: <20010528224608.L86445@plum.flirble.org>
11682 Test also "make clean".
11685 ____________________________________________________________________________
11686 [ 10274] By: jhi on 2001/05/29 00:39:18
11687 Log: Subject: Re: Would -Wno-unused -Wall be better?
11688 From: Michael G Schwern <schwern@pobox.com>
11689 Date: Tue, 29 May 2001 00:55:54 +0100
11690 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
11693 ____________________________________________________________________________
11694 [ 10273] By: jhi on 2001/05/29 00:36:06
11695 Log: Add a test for 20010528.007, fixed in #10272.
11697 ! t/op/misc.t toke.c
11698 ____________________________________________________________________________
11699 [ 10272] By: jhi on 2001/05/29 00:21:12
11700 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
11701 From: Hugo <hv@crypt.compulink.co.uk>
11702 Date: Tue, 29 May 2001 00:23:23 +0100
11703 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
11706 ____________________________________________________________________________
11707 [ 10271] By: jhi on 2001/05/28 22:52:11
11708 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
11709 From: Michael G Schwern <schwern@pobox.com>
11710 Date: Tue, 29 May 2001 00:42:59 +0100
11711 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
11713 ! t/pragma/autouse.t
11714 ____________________________________________________________________________
11715 [ 10270] By: jhi on 2001/05/28 21:44:06
11716 Log: Some shells seemingly arrange the signal handlers differently
11717 (bug id 20010521.004).
11719 ! t/lib/sigaction.t
11720 ____________________________________________________________________________
11721 [ 10269] By: jhi on 2001/05/28 20:34:21
11722 Log: Regen perlmodlib.
11724 ! pod/perlmodlib.pod
11725 ____________________________________________________________________________
11726 [ 10268] By: jhi on 2001/05/28 19:08:45
11727 Log: Update Changes.
11729 ! Changes patchlevel.h
11730 ____________________________________________________________________________
11731 [ 10267] By: jhi on 2001/05/28 19:03:54
11732 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
11733 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11734 Date: Mon, 28 May 2001 14:56:35 -0500
11735 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
11737 ! pod/perlnewmod.pod
11738 ____________________________________________________________________________
11739 [ 10266] By: jhi on 2001/05/28 18:35:03
11743 ____________________________________________________________________________
11744 [ 10265] By: jhi on 2001/05/28 18:33:32
11745 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
11746 From: "Richard Soderberg" <rs@crystalflame.net>
11747 Date: Mon, 28 May 2001 12:31:23 -0700
11748 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
11751 ____________________________________________________________________________
11752 [ 10264] By: jhi on 2001/05/28 17:59:00
11753 Log: The #10260 was too bold: locales and utf8 still do not mix.
11755 ! t/pragma/locale.t
11756 ____________________________________________________________________________
11757 [ 10263] By: jhi on 2001/05/28 17:52:25
11758 Log: Subject: [PATCH] Pod nitpicks
11759 From: "Richard Soderberg" <rs@crystalflame.net>
11760 Date: Mon, 28 May 2001 10:08:58 -0700
11761 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
11763 ! pod/perl571delta.pod pod/perlapi.pod sv.h
11764 ____________________________________________________________________________
11765 [ 10262] By: jhi on 2001/05/28 17:50:05
11766 Log: Upgrade to I18N::LangTags 0.22.
11768 + lib/I18N/LangTags/List.pod
11769 ! MANIFEST lib/I18N/LangTags.pm
11770 ____________________________________________________________________________
11771 [ 10261] By: jhi on 2001/05/28 17:23:40
11772 Log: A slightly more serious bug found by -Mutf8; op/misc and
11773 lib/complex dumped core.
11776 ____________________________________________________________________________
11777 [ 10260] By: jhi on 2001/05/28 16:58:11
11778 Log: Various buglets shaken out by -Mutf8.
11780 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
11781 ! t/pragma/locale.t
11782 ____________________________________________________________________________
11783 [ 10259] By: jhi on 2001/05/28 15:48:46
11784 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
11787 ____________________________________________________________________________
11788 [ 10258] By: jhi on 2001/05/28 15:32:41
11789 Log: Subject: [PATCH] todo patch
11790 From: Artur Bergman <artur@contiller.se>
11791 Date: Mon, 28 May 2001 17:03:51 +0200
11792 Message-ID: <B7383577.F34%artur@contiller.se>
11795 ____________________________________________________________________________
11796 [ 10257] By: jhi on 2001/05/28 15:31:25
11797 Log: Subject: typo in perlguts.pod
11798 From: "John P. Linderman" <jpl@research.att.com>
11799 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
11800 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
11803 ____________________________________________________________________________
11804 [ 10256] By: jhi on 2001/05/28 15:30:42
11805 Log: Subject: AIX and gcc (moving targets)
11806 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11807 Date: Mon, 28 May 2001 12:54:04 +0200
11808 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
11811 ____________________________________________________________________________
11812 [ 10255] By: jhi on 2001/05/28 15:28:55
11813 Log: Subject: Re: perlio + multiple perl_alloc..destruct
11814 From: Doug MacEachern <dougm@covalent.net>
11815 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
11816 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
11819 ____________________________________________________________________________
11820 [ 10254] By: jhi on 2001/05/28 15:27:49
11821 Log: The #10251 wasn't quite up-to-the-code.
11824 ____________________________________________________________________________
11825 [ 10253] By: jhi on 2001/05/28 15:26:39
11826 Log: Test case for bug 20010526.004, fixed in #10252.
11829 ____________________________________________________________________________
11830 [ 10252] By: jhi on 2001/05/28 15:26:14
11831 Log: Subject: Re: [ID 20010526.004] Taint looses value
11832 From: Hugo <hv@crypt.compulink.co.uk>
11833 Date: Sun, 27 May 2001 20:39:32 +0100
11834 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
11837 ____________________________________________________________________________
11838 [ 10251] By: jhi on 2001/05/28 15:13:40
11839 Log: Test case for 20010422.005, fixed by #10250.
11842 ____________________________________________________________________________
11843 [ 10250] By: jhi on 2001/05/28 15:11:16
11844 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
11845 From: Spider Boardman <spider@Orb.Nashua.NH.US>
11846 Date: Mon, 28 May 2001 06:39:12 -0400
11847 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
11850 ____________________________________________________________________________
11851 [ 10249] By: jhi on 2001/05/28 15:09:24
11852 Log: Linerewrapping.
11855 ____________________________________________________________________________
11856 [ 10248] By: jhi on 2001/05/28 15:09:07
11857 Log: Updates on the modules list.
11859 ! t/lib/1_compile.t
11860 ____________________________________________________________________________
11861 [ 10247] By: jhi on 2001/05/28 15:03:35
11862 Log: Add a test for PerlIO.
11864 (I probably got the crlf/raw thing wrong for clrfy platforms...)
11867 ! MANIFEST lib/PerlIO.pm
11868 ____________________________________________________________________________
11869 [ 10246] By: jhi on 2001/05/28 14:24:08
11870 Log: Add a test for carp et alia.
11874 ____________________________________________________________________________
11875 [ 10245] By: jhi on 2001/05/28 13:42:55
11876 Log: Adding the new test would be swell.
11878 + t/pragma/autouse.t
11879 ____________________________________________________________________________
11880 [ 10244] By: jhi on 2001/05/28 13:42:34
11881 Log: Add a test for the autouse pragma.
11884 ____________________________________________________________________________
11885 [ 10243] By: jhi on 2001/05/28 13:26:25
11886 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
11887 From: dLux <dlux@spam.sch.bme.hu>
11888 Date: Sun, 27 May 2001 16:14:26 +0200
11889 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
11892 ____________________________________________________________________________
11893 [ 10242] By: jhi on 2001/05/28 13:21:50
11894 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
11895 From: "Richard Soderberg" <rs@crystalflame.net>
11896 Date: Mon, 28 May 2001 03:56:36 -0700
11897 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
11900 ____________________________________________________________________________
11901 [ 10241] By: jhi on 2001/05/28 13:18:56
11902 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
11903 From: "Stephen P. Potter" <spp@spotter.yi.org>
11904 Date: Tue, 22 May 2001 11:40:25 -0400
11905 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
11907 Subject: Re: [ID 20010522.003] Time::Local module bug
11908 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11909 Date: Tue, 22 May 2001 11:50:19 -0400
11910 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
11912 ! lib/Time/Local.pm
11913 ____________________________________________________________________________
11914 [ 10240] By: jhi on 2001/05/27 22:44:49
11915 Log: The PERL_DL_NONLAZY can have whitespace in front.
11918 ____________________________________________________________________________
11919 [ 10239] By: jhi on 2001/05/27 21:23:21
11920 Log: Document strftime() and strptime().
11922 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
11923 ____________________________________________________________________________
11924 [ 10238] By: jhi on 2001/05/27 20:29:07
11925 Log: Make Time::Piece::strptime() to be a function, not a method.
11927 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
11928 ____________________________________________________________________________
11929 [ 10237] By: jhi on 2001/05/27 20:22:09
11930 Log: Tweak the test to be more portable.
11933 ____________________________________________________________________________
11934 [ 10236] By: jhi on 2001/05/27 19:15:54
11935 Log: Subject: PATCH: Re: Re: Attributes that tie
11936 From: Leon Brocard <acme@astray.com>
11937 Date: Sun, 27 May 2001 12:37:29 +0100
11938 Message-ID: <20010527123729.A22663@ns0.astray.com>
11940 Document that variable attributes are not currently usable
11941 for tieing. (An ugly limitation that should be fixed.)
11943 ! lib/attributes.pm
11944 ____________________________________________________________________________
11945 [ 10235] By: jhi on 2001/05/27 19:03:31
11946 Log: Microperl tweaks.
11948 ! Makefile.micro uconfig.h uconfig.sh
11949 ____________________________________________________________________________
11950 [ 10234] By: jhi on 2001/05/27 18:22:09
11951 Log: Add make target for microperl (kind of silly, but convenient).
11954 ____________________________________________________________________________
11955 [ 10233] By: jhi on 2001/05/27 18:18:56
11956 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
11960 ____________________________________________________________________________
11961 [ 10232] By: jhi on 2001/05/27 17:57:18
11962 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
11963 From: rspier@pobox.com (Robert Spier)
11964 Date: Sat, 26 May 2001 20:05:23 -0400
11965 Message-ID: <15120.17603.148648.12430@rls.cx>
11967 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
11968 From: rspier@pobox.com (Robert Spier)
11969 Date: Sun, 27 May 2001 00:23:12 -0400
11970 Message-ID: <15120.33072.511966.767230@rls.cx>
11972 ! doio.c pod/perlfunc.pod
11973 ____________________________________________________________________________
11974 [ 10231] By: jhi on 2001/05/27 15:45:20
11975 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
11977 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11978 ____________________________________________________________________________
11979 [ 10230] By: jhi on 2001/05/27 15:41:06
11980 Log: Add README.tru64.
11983 ____________________________________________________________________________
11984 [ 10229] By: jhi on 2001/05/27 13:50:57
11985 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
11987 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11988 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
11990 ____________________________________________________________________________
11991 [ 10228] By: jhi on 2001/05/27 13:43:38
11992 Log: Integrate I18N::LangTags from Sean Burke.
11994 TODO: the language list from RFC 3066 needs to be integrated
11995 and made available somehow. The list is included in the
11996 I18N-LangTags 0.21 distribution, but it is undocumented
11997 and unconnected to the module.
11999 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
12001 ____________________________________________________________________________
12002 [ 10227] By: jhi on 2001/05/27 01:41:33
12003 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
12004 envisioned by Sarathy.
12006 ! t/op/ver.t toke.c
12007 ____________________________________________________________________________
12008 [ 10226] By: jhi on 2001/05/27 00:28:34
12009 Log: Subject: [ID 20010525.001] Pod typo nits fixed
12010 From: lvirden@cas.org
12011 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
12012 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
12014 minus the perlsolaris decimation plus the
12016 Subject: Re: [ID 20010525.001] Pod typo nits fixed
12017 From: "Philip Newton" <Philip.Newton@gmx.net>
12018 Date: Fri, 25 May 2001 18:05:55 +0200
12019 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
12021 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
12022 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
12023 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
12024 ! pod/perlutil.pod pod/perlxstut.pod
12025 ____________________________________________________________________________
12026 [ 10225] By: jhi on 2001/05/26 22:38:16
12027 Log: return clauses are nice.
12030 ____________________________________________________________________________
12031 [ 10224] By: jhi on 2001/05/26 22:35:31
12032 Log: Subject: change 10199 backwards?
12033 From: Doug MacEachern <dougm@covalent.net>
12034 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
12035 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
12038 ____________________________________________________________________________
12039 [ 10223] By: jhi on 2001/05/26 22:31:46
12040 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
12041 From: Hugo <hv@crypt.compulink.co.uk>
12042 Date: Sat, 26 May 2001 17:05:12 +0100
12043 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
12046 ! MANIFEST doop.c embed.h embed.pl global.sym
12047 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
12048 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
12049 ____________________________________________________________________________
12050 [ 10222] By: jhi on 2001/05/26 22:10:38
12051 Log: Regen headers for #10221.
12053 ! global.sym objXSUB.h perlapi.c
12054 ____________________________________________________________________________
12055 [ 10221] By: jhi on 2001/05/26 22:06:06
12056 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
12057 From: Juha Laiho <juha.laiho@Elma.Net>
12058 Date: Thu, 3 May 2001 09:51:30 +0300
12059 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
12062 ____________________________________________________________________________
12063 [ 10220] By: jhi on 2001/05/26 22:01:30
12064 Log: Subject: Re: [PATCH] Re: stability of sort()?
12065 From: "John P. Linderman" <jpl@research.att.com>
12066 Date: Sat, 26 May 2001 13:27:19 -0400
12067 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
12070 ____________________________________________________________________________
12071 [ 10219] By: jhi on 2001/05/26 14:02:34
12072 Log: Integrate perlio.
12074 !> pod/perlguts.pod
12075 ____________________________________________________________________________
12076 [ 10218] By: jhi on 2001/05/26 13:39:52
12077 Log: Subject: [PATCH perl@10210] PerlIO for VMS
12078 From: "Craig A. Berry" <craigberry@mac.com>
12079 Date: Sat, 26 May 2001 09:34:11 -0500
12080 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
12082 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
12083 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
12085 ____________________________________________________________________________
12086 [ 10217] By: jhi on 2001/05/26 13:19:05
12087 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
12088 From: David Dyck <dcd@tc.fluke.com>
12089 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
12090 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
12093 ____________________________________________________________________________
12094 [ 10216] By: jhi on 2001/05/26 13:17:47
12095 Log: Subject: utf8 regexp tests
12096 From: Hugo <hv@crypt.compulink.co.uk>
12097 Date: Fri, 25 May 2001 22:35:01 +0100
12098 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
12101 ____________________________________________________________________________
12102 [ 10215] By: jhi on 2001/05/26 13:15:40
12103 Log: Subject: [PATCH] Re: stability of sort()?
12104 From: Nicholas Clark <nick@ccl4.org>
12105 Date: Fri, 25 May 2001 22:40:19 +0100
12106 Message-ID: <20010525224019.B86445@plum.flirble.org>
12109 ____________________________________________________________________________
12110 [ 10214] By: jhi on 2001/05/26 13:14:30
12111 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
12112 From: John Peacock <jpeacock@rowman.com>
12113 Date: Thu, 24 May 2001 22:14:01 -0400
12114 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
12116 ! mg.c scope.c sv.c
12117 ____________________________________________________________________________
12118 [ 10213] By: jhi on 2001/05/26 13:08:56
12119 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12120 From: Nicholas Clark <nick@ccl4.org>
12121 Date: Sun, 20 May 2001 19:24:13 +0100
12122 Message-ID: <20010520192413.G83222@plum.flirble.org>
12124 + lib/ExtUtils/Constant.pm t/lib/extutils.t
12125 ! MANIFEST utils/h2xs.PL
12126 ____________________________________________________________________________
12127 [ 10212] By: nick on 2001/05/26 09:49:28
12128 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
12129 add a few more notes there on use of mortals on the stack.
12132 ____________________________________________________________________________
12133 [ 10211] By: nick on 2001/05/26 09:05:36
12134 Log: Integrate mainline
12136 +> t/lib/fcntl.t t/pragma/vars.t
12137 !> (integrate 49 files)
12138 ____________________________________________________________________________
12139 [ 10210] By: jhi on 2001/05/25 12:29:16
12140 Log: Update Changes.
12142 ! Changes patchlevel.h
12143 ____________________________________________________________________________
12144 [ 10209] By: jhi on 2001/05/25 12:24:45
12147 Subject: [PATCH pp.c] Wrapping pack("C",256)
12148 From: Simon Cozens <simon@netthink.co.uk>
12149 Date: Sat, 12 May 2001 17:58:41 +0100
12150 Message-ID: <20010512175841.A6132@netthink.co.uk>
12152 ! pod/perldiag.pod pp.c t/pragma/warn/pp
12153 ____________________________________________________________________________
12154 [ 10208] By: jhi on 2001/05/25 01:37:03
12155 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
12156 From: "Brendan O'Dea" <bod@compusol.com.au>
12157 Date: Fri, 25 May 2001 11:18:29 +1000
12158 Message-ID: <20010525111829.A28411@compusol.com.au>
12160 (Slightly modified.)
12163 ____________________________________________________________________________
12164 [ 10207] By: jhi on 2001/05/25 01:12:14
12165 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
12166 From: Hugo <hv@crypt.compulink.co.uk>
12167 Date: Fri, 25 May 2001 02:13:25 +0100
12168 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
12171 ____________________________________________________________________________
12172 [ 10206] By: jhi on 2001/05/25 01:07:59
12173 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
12174 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
12175 Date: Fri, 25 May 2001 10:25:36 +0900
12176 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
12178 ! regcomp.c regexec.c
12179 ____________________________________________________________________________
12180 [ 10205] By: jhi on 2001/05/25 01:07:00
12181 Log: Subject: [PATCH #2] stash autovivification and method call error messages
12182 From: Ilmari Karonen <iltzu@sci.fi>
12183 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
12184 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
12186 ! gv.c pp_hot.c t/op/method.t
12187 ____________________________________________________________________________
12188 [ 10204] By: jhi on 2001/05/25 01:03:50
12189 Log: Add make target and documentation for gprof profiling.
12191 ! Makefile.SH pod/perlhack.pod
12192 ____________________________________________________________________________
12193 [ 10203] By: jhi on 2001/05/24 21:09:36
12194 Log: Subject: Don't think about UTF8
12195 From: Mike Guy <mjtg@cam.ac.uk>
12196 Date: Tue, 22 May 2001 14:35:39 +0100
12197 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
12200 ____________________________________________________________________________
12201 [ 10202] By: jhi on 2001/05/24 21:07:25
12202 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
12203 From: Geraint A Edwards <gedge@serf.org>
12204 Date: Thu, 24 May 2001 22:51:24 +0100
12205 Message-Id: <20010524225124.A34981@cymru.serf.org>
12208 ____________________________________________________________________________
12209 [ 10201] By: jhi on 2001/05/24 21:02:30
12210 Log: DB_File has its own attribute story.
12212 ! ext/DB_File/DB_File.xs
12213 ____________________________________________________________________________
12214 [ 10200] By: jhi on 2001/05/24 19:54:21
12215 Log: Subject: Re: Making perl with -Wall
12216 From: Andy Dougherty <doughera@lafayette.edu>
12217 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
12218 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
12221 ____________________________________________________________________________
12222 [ 10199] By: jhi on 2001/05/24 15:15:03
12223 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
12224 From: "Richard Soderberg" <rs@crystalflame.net>
12225 Date: Thu, 24 May 2001 08:58:16 -0700
12226 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
12229 ____________________________________________________________________________
12230 [ 10198] By: jhi on 2001/05/24 15:10:04
12231 Log: IV/UV casting fixes from Nicholas Clark.
12233 ! perl.h pp_sys.c util.c
12234 ____________________________________________________________________________
12235 [ 10197] By: jhi on 2001/05/24 14:19:44
12236 Log: Subject: Re: Making perl with -Wall
12237 From: Michael G Schwern <schwern@pobox.com>
12238 Date: Thu, 24 May 2001 15:40:28 +0100
12239 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
12242 ____________________________________________________________________________
12243 [ 10196] By: jhi on 2001/05/24 14:04:41
12244 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
12245 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12246 Date: Tue, 22 May 2001 11:49:37 +0200
12247 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
12249 ! U/modified/Oldsym.U
12250 Branch: metaconfig/U/perl
12253 ! Configure config_h.SH myconfig.SH
12254 ____________________________________________________________________________
12255 [ 10195] By: jhi on 2001/05/24 13:25:04
12256 Log: Under versiononly install also the scripts with the version suffix.
12257 (e.g. .../bin/h2xs5.7.1)
12260 ____________________________________________________________________________
12261 [ 10194] By: jhi on 2001/05/24 13:02:49
12262 Log: Subject: [PATCH] Stop segfault in mg.c:636
12263 From: "Richard Soderberg" <rs@crystalflame.net>
12264 Date: Thu, 24 May 2001 05:51:52 -0700
12265 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
12268 ____________________________________________________________________________
12269 [ 10193] By: jhi on 2001/05/24 12:37:13
12270 Log: Iteration continues; hopefully convergently.
12273 ____________________________________________________________________________
12274 [ 10192] By: jhi on 2001/05/24 12:36:35
12275 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
12276 From: Gisle Aas <gisle@ActiveState.com>
12277 Date: 23 May 2001 16:13:10 -0700
12278 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
12281 ____________________________________________________________________________
12282 [ 10191] By: jhi on 2001/05/24 12:25:12
12283 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
12284 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12285 Date: Thu, 24 May 2001 05:05:22 -0500
12286 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
12288 ! lib/dumpvar.pl lib/perl5db.pl
12289 ____________________________________________________________________________
12290 [ 10190] By: jhi on 2001/05/24 12:24:07
12291 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
12292 From: David Dyck <dcd@tc.fluke.com>
12293 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
12294 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
12297 ____________________________________________________________________________
12298 [ 10189] By: jhi on 2001/05/23 22:43:31
12299 Log: Tiny pod nits on READMEs, mostly whitespace issues.
12301 ! README.amiga README.dos README.macos README.mpeix README.vmesa
12303 ____________________________________________________________________________
12304 [ 10188] By: jhi on 2001/05/23 22:26:03
12305 Log: The DG/UX part of the 20010521.005.
12308 ____________________________________________________________________________
12309 [ 10187] By: jhi on 2001/05/23 22:04:05
12310 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
12311 From: Hugo <hv@crypt.compulink.co.uk>
12312 Date: Mon, 21 May 2001 16:32:02 +0100
12313 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
12315 ! regcomp.c t/op/misc.t
12316 ____________________________________________________________________________
12317 [ 10186] By: jhi on 2001/05/23 21:42:15
12318 Log: Subject: [PATCH] Extra UNIVERSAL tests
12319 From: Mike Guy <mjtg@cam.ac.uk>
12320 Date: Wed, 23 May 2001 12:29:20 +0100
12321 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
12324 ____________________________________________________________________________
12325 [ 10185] By: jhi on 2001/05/23 21:38:48
12326 Log: Subject: [PATCH] Remove EQ keyword
12327 From: Mike Guy <mjtg@cam.ac.uk>
12328 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
12329 Date: Wed, 23 May 2001 11:17:29 +0100
12331 ! keywords.h keywords.pl
12332 ____________________________________________________________________________
12333 [ 10184] By: jhi on 2001/05/23 21:29:41
12334 Log: Subject: [PATCH] lib/perl5db.pl
12335 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12336 Date: Wed, 23 May 2001 02:18:03 -0500
12337 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
12340 ____________________________________________________________________________
12341 [ 10183] By: jhi on 2001/05/23 21:27:54
12342 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
12343 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12344 Date: Tue, 22 May 2001 23:34:41 -0500
12345 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
12348 ____________________________________________________________________________
12349 [ 10182] By: jhi on 2001/05/23 21:24:30
12350 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
12351 From: davem@fdgroup.co.uk
12352 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
12353 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
12356 ____________________________________________________________________________
12357 [ 10181] By: jhi on 2001/05/23 21:23:29
12358 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
12359 From: Michael G Schwern <schwern@pobox.com>
12360 Date: Tue, 22 May 2001 14:15:09 +0100
12361 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
12364 ____________________________________________________________________________
12365 [ 10180] By: jhi on 2001/05/23 21:22:14
12366 Log: Subject: [PATCH lib/vars.pm] Odd code nit
12367 From: Michael G Schwern <schwern@pobox.com>
12368 Date: Tue, 22 May 2001 14:14:28 +0100
12369 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
12372 ____________________________________________________________________________
12373 [ 10179] By: jhi on 2001/05/23 21:19:51
12374 Log: Use the new use vars feature.
12377 ____________________________________________________________________________
12378 [ 10178] By: jhi on 2001/05/23 21:19:28
12379 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
12380 From: Mike Guy <mjtg@cam.ac.uk>
12381 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12382 Date: Tue, 22 May 2001 13:11:39 +0100
12385 ! MANIFEST lib/vars.pm t/lib/1_compile.t
12386 ____________________________________________________________________________
12387 [ 10177] By: jhi on 2001/05/23 21:01:48
12388 Log: -qlongdouble considered harmful by Merijn.
12391 ____________________________________________________________________________
12392 [ 10176] By: jhi on 2001/05/21 13:21:21
12393 Log: Update Changes.
12395 ! Changes patchlevel.h
12396 ____________________________________________________________________________
12397 [ 10175] By: jhi on 2001/05/21 13:17:28
12398 Log: Add a test of its very own for Fcntl. Hopefully portable.
12402 ____________________________________________________________________________
12403 [ 10174] By: jhi on 2001/05/21 12:45:41
12404 Log: Must be trickier for 'minitest' not to die.
12407 ____________________________________________________________________________
12408 [ 10173] By: jhi on 2001/05/21 11:24:43
12409 Log: Can't declare other people's variables.
12412 ____________________________________________________________________________
12413 [ 10172] By: jhi on 2001/05/20 20:33:08
12414 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
12416 ! doio.c t/op/taint.t
12417 ____________________________________________________________________________
12418 [ 10171] By: jhi on 2001/05/20 20:18:45
12419 Log: The OS/2 variable needs to be declared.
12422 ____________________________________________________________________________
12423 [ 10170] By: nick on 2001/05/20 16:48:29
12424 Log: Integrate mainline
12426 !> (integrate 41 files)
12427 ____________________________________________________________________________
12428 [ 10169] By: jhi on 2001/05/20 11:50:20
12429 Log: Small perlsec updates: clarify the taintedness of filename
12430 globbing; suggest using Scalar::Util::tainted().
12433 ____________________________________________________________________________
12434 [ 10168] By: jhi on 2001/05/20 11:24:11
12435 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
12436 From: Dave Mitchell <davem@fdgroup.co.uk>
12437 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
12438 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
12440 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
12441 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
12442 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
12444 ____________________________________________________________________________
12445 [ 10167] By: jhi on 2001/05/20 11:12:14
12446 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
12447 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12448 Date: Sat, 19 May 2001 04:08:46 -0400
12449 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
12451 ! lib/ExtUtils/Mksymlists.pm makedef.pl
12452 ____________________________________________________________________________
12453 [ 10166] By: jhi on 2001/05/20 11:08:27
12454 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
12455 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12456 Date: Sat, 19 May 2001 04:30:45 -0400
12457 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
12460 ____________________________________________________________________________
12461 [ 10165] By: jhi on 2001/05/20 11:07:06
12462 Log: Subject: [PATCH 5.6.1] build bugs OS/2
12463 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12464 Date: Sat, 19 May 2001 04:35:28 -0400
12465 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
12467 ! os2/Makefile.SHs os2/os2.c
12468 ____________________________________________________________________________
12469 [ 10164] By: jhi on 2001/05/20 11:06:01
12470 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
12471 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12472 Date: Sat, 19 May 2001 04:04:23 -0400
12473 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
12475 (In bleadperl patched b-stash.t instead of b.t)
12477 ! t/lib/b-stash.t t/lib/bigfltpm.t
12478 ____________________________________________________________________________
12479 [ 10163] By: jhi on 2001/05/20 10:59:46
12480 Log: Subject: [PATCH 5.6.1] perl5db
12481 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12482 Date: Sat, 19 May 2001 03:49:09 -0400
12483 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
12486 ____________________________________________________________________________
12487 [ 10162] By: jhi on 2001/05/20 10:58:18
12488 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
12489 From: Gisle Aas <gisle@ActiveState.com>
12490 Date: 18 May 2001 14:24:51 -0700
12491 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
12494 ____________________________________________________________________________
12495 [ 10161] By: jhi on 2001/05/20 10:57:00
12496 Log: Subject: [PATCH] Chomp should not always stringify
12497 From: Gisle Aas <gisle@ActiveState.com>
12498 Date: 18 May 2001 07:55:25 -0700
12499 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
12501 ! doop.c t/op/chop.t
12502 ____________________________________________________________________________
12503 [ 10160] By: jhi on 2001/05/20 10:49:40
12504 Log: Integrate perlio.
12506 !> pod/perlfunc.pod
12507 ____________________________________________________________________________
12508 [ 10159] By: nick on 2001/05/20 09:39:46
12509 Log: Document some more of open's features.
12512 ____________________________________________________________________________
12513 [ 10158] By: gsar on 2001/05/18 18:43:38
12514 Log: back out change#10153 (it has compatibility issues such as the
12515 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
12516 benefit for 5.6.x doesn't seem worth the risk)
12517 Branch: maint-5.6/perl
12519 ____________________________________________________________________________
12520 [ 10157] By: jhi on 2001/05/18 17:05:40
12521 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
12524 ____________________________________________________________________________
12525 [ 10156] By: jhi on 2001/05/18 12:06:40
12526 Log: Update Changes.
12528 ! Changes patchlevel.h
12529 ____________________________________________________________________________
12530 [ 10155] By: jhi on 2001/05/18 11:58:57
12531 Log: Integrate change #10144 from maintperl.
12533 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
12535 !> win32/config.bc win32/config.gc win32/config.vc
12536 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12537 ____________________________________________________________________________
12538 [ 10154] By: nick on 2001/05/18 07:23:03
12539 Log: Integrate mainline.
12541 +> README.dgux t/lib/i18n-collate.t utils.lst
12542 !> (integrate 49 files)
12543 ____________________________________________________________________________
12544 [ 10153] By: jhi on 2001/05/18 00:41:51
12545 Log: Integrate change #7224 from mainline into maintperl.
12547 Allow @+ and @- to be doublequoted, from Simon Cozens.
12548 (Approved by Larry, see Tom's comment in 20000830.005.)
12549 Branch: maint-5.6/perl
12551 ____________________________________________________________________________
12552 [ 10152] By: jhi on 2001/05/17 23:18:15
12553 Log: Subject: [PATCH bleadperl] small lookbehind fix
12554 From: Hugo <hv@crypt.compulink.co.uk>
12555 Date: Fri, 18 May 2001 00:07:19 +0100
12556 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
12559 ____________________________________________________________________________
12560 [ 10151] By: jhi on 2001/05/17 22:00:06
12563 ! installman utils.lst
12564 ____________________________________________________________________________
12565 [ 10150] By: jhi on 2001/05/17 20:32:48
12566 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
12569 ! t/lib/glob-basic.t
12570 ____________________________________________________________________________
12571 [ 10149] By: jhi on 2001/05/17 20:08:58
12572 Log: Subject: [PATCH] Test for bug 20010515.004
12573 From: Benjamin Sugars <bsugars@canoe.ca>
12574 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
12575 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
12578 ____________________________________________________________________________
12579 [ 10148] By: jhi on 2001/05/17 20:06:23
12580 Log: Integrate #10145 from maintperl.
12582 fix for ID 20010515.004 (needs test)
12585 ____________________________________________________________________________
12586 [ 10147] By: jhi on 2001/05/17 19:10:46
12587 Log: Thinko noticed by Doug MacEachern.
12590 ____________________________________________________________________________
12591 [ 10146] By: jhi on 2001/05/17 17:30:37
12592 Log: Subject: Re: [PATCH] HERE mark in regex
12593 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12594 Date: Thu, 17 May 2001 12:20:33 -0400
12595 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
12598 ____________________________________________________________________________
12599 [ 10145] By: gsar on 2001/05/17 16:59:55
12600 Log: fix for ID 20010515.004 (needs test)
12601 Branch: maint-5.6/perl
12603 ____________________________________________________________________________
12604 [ 10144] By: gsar on 2001/05/17 16:39:02
12605 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
12606 Branch: maint-5.6/perl
12607 ! win32/config.bc win32/config.gc win32/config.vc
12608 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12609 ____________________________________________________________________________
12610 [ 10143] By: jhi on 2001/05/17 14:21:08
12611 Log: Macrofy the getspecific (and use it also in util.c)
12614 ____________________________________________________________________________
12615 [ 10142] By: jhi on 2001/05/17 01:43:50
12616 Log: Use the unchecked thread-specific key fetch also in Tru64.
12619 ____________________________________________________________________________
12620 [ 10141] By: jhi on 2001/05/17 01:41:07
12621 Log: Subject: [PATCH 5.6.1]Quick thread speedup
12622 From: Dan Sugalski <dan@sidhe.org>
12623 Date: Wed, 16 May 2001 18:05:19 -0400
12624 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
12627 ____________________________________________________________________________
12628 [ 10140] By: jhi on 2001/05/16 19:58:29
12629 Log: I think this is quite enough testing for a deprecated feature.
12631 + t/lib/i18n-collate.t
12632 ! MANIFEST t/lib/1_compile.t
12633 ____________________________________________________________________________
12634 [ 10139] By: jhi on 2001/05/16 18:47:03
12635 Log: More HP-UX lore from Jeff Okamoto.
12638 ____________________________________________________________________________
12639 [ 10138] By: jhi on 2001/05/16 18:21:04
12640 Log: Sort utils.lst for easier maintenance.
12643 ____________________________________________________________________________
12644 [ 10137] By: jhi on 2001/05/16 18:12:01
12645 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12646 From: Tim Jenness <t.jenness@jach.hawaii.edu>
12647 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
12648 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
12650 Add pod2latex to utils.lst.
12652 ! MANIFEST utils.lst
12653 ____________________________________________________________________________
12654 [ 10136] By: jhi on 2001/05/16 18:00:00
12655 Log: Subject: Re: [PATCH] HERE mark in regex
12656 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12657 Date: Wed, 16 May 2001 13:04:43 -0400
12658 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
12660 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12661 ! t/op/regmesg.t t/pragma/warn/regcomp
12662 ____________________________________________________________________________
12663 [ 10135] By: jhi on 2001/05/16 17:51:50
12664 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12665 From: Simon Cozens <simon@netthink.co.uk>
12666 Date: Wed, 16 May 2001 18:02:08 +0100
12667 Message-ID: <20010516180208.A6458@netthink.co.uk>
12669 ! installman utils.lst
12670 ____________________________________________________________________________
12671 [ 10134] By: jhi on 2001/05/16 17:47:26
12672 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
12673 From: "Philip Newton" <pnewton@gmx.de>
12674 Date: Tue, 15 May 2001 15:09:30 +0200
12675 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
12677 Test case for #10128.
12679 ! t/pragma/warn/pp_hot
12680 ____________________________________________________________________________
12681 [ 10133] By: jhi on 2001/05/16 15:12:52
12682 Log: Update Changes.
12684 ! Changes patchlevel.h
12685 ____________________________________________________________________________
12686 [ 10132] By: jhi on 2001/05/16 14:50:55
12687 Log: Deprecate pseudo-hashes.
12689 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
12690 ____________________________________________________________________________
12691 [ 10131] By: jhi on 2001/05/16 14:26:01
12692 Log: HP-UX hints update from Merijn.
12695 ____________________________________________________________________________
12696 [ 10130] By: jhi on 2001/05/16 14:23:01
12697 Log: README.hpux update from Merijn.
12700 ____________________________________________________________________________
12701 [ 10129] By: jhi on 2001/05/16 14:18:56
12702 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12703 From: Simon Cozens <simon@netthink.co.uk>
12704 Date: Wed, 16 May 2001 15:57:55 +0100
12705 Message-ID: <20010516155755.A4728@netthink.co.uk>
12708 ! MANIFEST installman installperl
12709 ____________________________________________________________________________
12710 [ 10128] By: jhi on 2001/05/16 14:15:36
12711 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
12712 From: "Philip Newton" <pnewton@gmx.de>
12713 Date: Tue, 15 May 2001 16:31:05 +0200
12714 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
12716 Fix PERL_Y2KWARN test to check before rather than after appending.
12719 ____________________________________________________________________________
12720 [ 10127] By: jhi on 2001/05/16 14:08:15
12721 Log: Regen Porting stuff.
12723 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12725 ____________________________________________________________________________
12726 [ 10126] By: jhi on 2001/05/16 13:41:50
12727 Log: Metaconfig unit change for #10125.
12729 ! U/modified/Oldconfig.U
12730 ____________________________________________________________________________
12731 [ 10125] By: jhi on 2001/05/16 13:41:35
12734 ! Configure config_h.SH perl.c
12735 ____________________________________________________________________________
12736 [ 10124] By: jhi on 2001/05/16 13:41:09
12739 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12740 ____________________________________________________________________________
12741 [ 10123] By: jhi on 2001/05/16 13:25:38
12742 Log: Adding the README.dgux to the MANIFEST would be a good idea.
12745 ____________________________________________________________________________
12746 [ 10122] By: jhi on 2001/05/16 13:08:33
12747 Log: Move the stack desire definition to thread.h.
12749 ! ext/Thread/Thread.xs thread.h
12750 ____________________________________________________________________________
12751 [ 10121] By: jhi on 2001/05/16 13:00:12
12752 Log: DG-UX threading patches, including a README.dgux,
12753 from Takis Psarogiannakopoulos.
12756 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
12757 ____________________________________________________________________________
12758 [ 10120] By: jhi on 2001/05/16 12:55:33
12759 Log: Subject: [PATCH B::Deparse] More on /x regexes
12760 From: Robin Houston <robin@kitsite.com>
12761 Date: Tue, 15 May 2001 19:09:35 +0100
12762 Message-ID: <20010515190935.A27268@penderel>
12764 ! ext/B/B/Deparse.pm
12765 ____________________________________________________________________________
12766 [ 10119] By: jhi on 2001/05/16 12:45:29
12767 Log: Document that the core time() may be rounding rather
12768 than truncating, would have saved at least my confusion.
12770 ! ext/Time/HiRes/HiRes.pm
12771 ____________________________________________________________________________
12772 [ 10118] By: jhi on 2001/05/16 12:37:57
12773 Log: Subject: perl-current/t/time-hires.t
12774 From: John Peacock <jpeacock@rowman.com>
12775 Date: Fri, 11 May 2001 14:09:41 -0400
12776 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
12778 ! t/lib/time-hires.t
12779 ____________________________________________________________________________
12780 [ 10117] By: jhi on 2001/05/15 13:40:33
12781 Log: Subject: [PATCH dump.c] Op private flags
12782 From: Simon Cozens <simon@netthink.co.uk>
12783 Date: Sun, 13 May 2001 20:20:36 +0100
12784 Message-ID: <20010513202036.A21896@netthink.co.uk>
12787 ____________________________________________________________________________
12788 [ 10116] By: jhi on 2001/05/15 13:28:26
12789 Log: Upgrade to Switch 2.03.
12792 ____________________________________________________________________________
12793 [ 10115] By: jhi on 2001/05/15 13:19:01
12794 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
12795 to PERL_CONFIG_SH and use it consistently.
12796 Branch: maint-5.6/perl
12797 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12798 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12799 !> myconfig.SH writemain.SH
12800 ____________________________________________________________________________
12801 [ 10114] By: jhi on 2001/05/15 13:13:21
12802 Log: Metaconfig units changes for #10113.
12804 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
12805 ____________________________________________________________________________
12806 [ 10113] By: jhi on 2001/05/15 13:12:40
12807 Log: The problem described in 20010514.031 still wasn't
12808 fully cured, there were remnants of $CONFIG when
12809 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
12810 to avoid future conflicts.
12812 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12813 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12814 ! myconfig.SH writemain.SH
12815 ____________________________________________________________________________
12816 [ 10112] By: jhi on 2001/05/15 11:55:44
12817 Log: Half of #10107 got lost.
12819 ! ext/B/B/Deparse.pm
12820 ____________________________________________________________________________
12821 [ 10111] By: nick on 2001/05/15 08:39:14
12822 Log: Integrate mainline.
12824 +> ext/POSIX/hints/uts.pl
12825 - Todo Todo-5.6 t/camel-III/vstring.t
12826 !> (integrate 48 files)
12827 ____________________________________________________________________________
12828 [ 10110] By: jhi on 2001/05/15 02:04:05
12829 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
12830 From: Robin Houston <robin@kitsite.com>
12831 Date: Mon, 14 May 2001 22:27:08 +0100
12832 Message-ID: <20010514222708.A22963@penderel>
12835 ____________________________________________________________________________
12836 [ 10109] By: jhi on 2001/05/15 02:03:12
12837 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
12838 From: Robin Houston <robin@kitsite.com>
12839 Date: Mon, 14 May 2001 22:16:43 +0100
12840 Message-ID: <20010514221643.A22437@penderel>
12842 ! ext/B/B/Deparse.pm
12843 ____________________________________________________________________________
12844 [ 10108] By: jhi on 2001/05/15 02:02:17
12845 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
12846 From: Robin Houston <robin@kitsite.com>
12847 Date: Mon, 14 May 2001 22:03:44 +0100
12848 Message-ID: <20010514220344.A20643@penderel>
12850 ! ext/B/B/Deparse.pm
12851 ____________________________________________________________________________
12852 [ 10107] By: jhi on 2001/05/15 02:01:24
12853 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
12854 From: Robin Houston <robin@kitsite.com>
12855 Date: Mon, 14 May 2001 22:10:07 +0100
12856 Message-ID: <20010514221007.A21118@penderel>
12858 ! ext/B/B/Deparse.pm
12859 ____________________________________________________________________________
12860 [ 10106] By: jhi on 2001/05/15 01:41:26
12861 Log: Fix for 20010514.037; substr() didn't invalidate the locale
12865 ____________________________________________________________________________
12866 [ 10105] By: jhi on 2001/05/14 18:18:24
12867 Log: Update Changes.
12869 ! Changes patchlevel.h
12870 ____________________________________________________________________________
12871 [ 10104] By: jhi on 2001/05/14 18:09:07
12872 Log: Retract #10094.
12875 ____________________________________________________________________________
12876 [ 10103] By: jhi on 2001/05/14 15:20:58
12877 Log: Integrate change #10100 from maintperl.
12879 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
12880 bug ID 20010514.027)
12883 ____________________________________________________________________________
12884 [ 10102] By: jhi on 2001/05/14 15:19:21
12885 Log: Document the deprecatedness of suidperl.
12887 ! INSTALL pod/perlfaq1.pod
12888 ____________________________________________________________________________
12889 [ 10101] By: jhi on 2001/05/14 14:54:31
12890 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
12891 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12892 Date: Mon, 14 May 2001 09:38:59 -0400
12893 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
12895 ! lib/ExtUtils/MM_Unix.pm
12896 ____________________________________________________________________________
12897 [ 10100] By: gsar on 2001/05/14 14:43:50
12898 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
12899 bug ID 20010514.027)
12901 TODO: this needs a testsuite addition
12902 Branch: maint-5.6/perl
12904 ____________________________________________________________________________
12905 [ 10099] By: jhi on 2001/05/14 13:42:38
12906 Log: More DWIMminess for Class::Struct: calling the array or hash
12907 accessors only with one argument, an array or a hash reference,
12908 sets the underlying array or hash. This mirrors nicely also
12909 the usage in the constructor.
12910 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
12912 ! lib/Class/Struct.pm t/lib/class-struct.t
12913 ____________________________________________________________________________
12914 [ 10098] By: jhi on 2001/05/14 13:10:34
12915 Log: Reference cmp'ing should go through the whole stringification
12916 process shebang, as pointed out by Sarathy in #10091.
12919 ____________________________________________________________________________
12920 [ 10097] By: jhi on 2001/05/14 12:54:31
12921 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
12922 From: Simon Cozens <simon@netthink.co.uk>
12923 Date: Sat, 12 May 2001 16:36:27 +0100
12924 Message-ID: <20010512163627.A5522@netthink.co.uk>
12926 with some additions salvaged from Todo and Todo-5.6 before
12930 ! MANIFEST pod/perltodo.pod
12931 ____________________________________________________________________________
12932 [ 10096] By: jhi on 2001/05/14 12:37:01
12933 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
12934 From: "Golubev I. N." <gin@mo.msk.ru>
12935 Date: Mon, 07 May 2001 14:33:34 (GMT)
12936 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
12939 ____________________________________________________________________________
12940 [ 10095] By: jhi on 2001/05/14 12:34:24
12941 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
12942 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12943 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
12944 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
12946 ! lib/ExtUtils/MM_Unix.pm
12947 ____________________________________________________________________________
12948 [ 10094] By: jhi on 2001/05/14 12:32:44
12949 Log: (Retracted by #10104.)
12951 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
12952 From: barries <barries@slaysys.com>
12953 Date: Sat, 12 May 2001 01:28:10 -0400
12954 Message-ID: <20010512012810.B26358@jester.slaysys.com>
12957 ____________________________________________________________________________
12958 [ 10093] By: jhi on 2001/05/14 12:30:38
12959 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
12960 From: Mike Guy <mjtg@cam.ac.uk>
12961 Date: Sat, 12 May 2001 19:24:33 +0100
12962 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
12965 ____________________________________________________________________________
12966 [ 10092] By: jhi on 2001/05/14 12:29:21
12967 Log: Yet another HP-UX hints tweak from Merijn.
12970 ____________________________________________________________________________
12971 [ 10091] By: gsar on 2001/05/14 04:38:32
12972 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
12973 isn't defined (changes#9366,9368,9370 from mainline without the
12975 Branch: maint-5.6/perl
12976 ! pp.c pp.h pp_hot.c
12977 ____________________________________________________________________________
12978 [ 10090] By: jhi on 2001/05/12 13:39:43
12979 Log: The sorting seems to happen now automatically.
12981 ! t/lib/glob-basic.t
12982 ____________________________________________________________________________
12983 [ 10089] By: jhi on 2001/05/12 03:38:15
12984 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
12985 From: Benjamin Sugars <bsugars@canoe.ca>
12986 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
12987 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
12990 ____________________________________________________________________________
12991 [ 10088] By: jhi on 2001/05/12 03:37:00
12992 Log: Subject: Re: undef(&foo) does not work for XS functions
12993 From: Doug MacEachern <dougm@covalent.net>
12994 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
12995 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
12998 ____________________________________________________________________________
12999 [ 10087] By: jhi on 2001/05/12 03:35:58
13000 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
13001 From: Peter Prymmer <pvhp@forte.com>
13002 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
13003 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
13006 ____________________________________________________________________________
13007 [ 10086] By: jhi on 2001/05/11 14:23:08
13008 Log: Update Changes.
13010 ! Changes patchlevel.h
13011 ____________________________________________________________________________
13012 [ 10085] By: jhi on 2001/05/11 14:08:20
13013 Log: Remove the 'asciir' re subpragma. Should instead implement
13014 the 'physical vs logical' range scheme:
13016 \xAA-\xCC is a native physical range, you want that range of
13017 codepoints in your native encoding. In EBCDIC the codepoints
13018 in the gaps (between i-j and r-s) should be included.
13020 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
13021 codepoints in Unicode.
13023 a-z is a logical range, you want that range of 'logical' codepoints
13024 in your native encoding. In EBCDIC the codepoints in the gaps
13025 (between i-j and r-s) should not be included.
13027 Mixed cases (a-\xAA, etc) should either be errors, or maybe
13028 the 'logical' endpoints should be converted to native/Unicode
13029 codepoints, and the range handled as a physical range.
13031 'Logical endpoints' are to be recognized only in the A-Z, a-z,
13032 and 0-9 ranges. Probably a warning should be given for mixed
13033 cases like A-z or a-9 (since such expressions are encoding
13034 dependent), with a recommendation to use physical ranges.
13036 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
13038 ____________________________________________________________________________
13039 [ 10084] By: jhi on 2001/05/11 13:56:16
13040 Log: Make the test to cleanup the test directory tree
13041 both before and after the testing so that we always
13042 have a clean slate to work with.
13045 ____________________________________________________________________________
13046 [ 10083] By: jhi on 2001/05/11 13:46:30
13047 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
13048 From: Jon Eveland <jweveland@yahoo.com>
13049 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
13050 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
13053 ____________________________________________________________________________
13054 [ 10082] By: jhi on 2001/05/11 13:45:06
13055 Log: Merge the camel-III/vstring.t with op/ver.t.
13057 - t/camel-III/vstring.t
13058 ! MANIFEST t/TEST t/harness t/op/ver.t
13059 ____________________________________________________________________________
13060 [ 10081] By: jhi on 2001/05/11 13:15:55
13061 Log: Add test.deparse make target.
13064 ____________________________________________________________________________
13065 [ 10080] By: jhi on 2001/05/11 12:52:49
13066 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
13067 From: Robin Houston <robin@kitsite.com>
13068 Date: Fri, 11 May 2001 12:02:22 +0100
13069 Message-ID: <20010511120222.A11529@penderel>
13071 ! ext/B/B/Deparse.pm t/op/method.t
13072 ____________________________________________________________________________
13073 [ 10079] By: jhi on 2001/05/11 01:59:06
13074 Log: A nicely working combination for UTS from Hal Morris.
13076 + ext/POSIX/hints/uts.pl
13077 ! MANIFEST hints/uts.sh
13078 ____________________________________________________________________________
13079 [ 10078] By: jhi on 2001/05/11 01:15:04
13080 Log: i_ieeefp=undef for UTS.
13083 ____________________________________________________________________________
13084 [ 10077] By: jhi on 2001/05/10 22:42:35
13085 Log: Subject: RE: rand(0) is rand(1)
13086 From: Larry Shatzer <lshatzer@islanddata.com>
13087 Date: Thu, 10 May 2001 11:09:27 -0700
13088 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
13091 ____________________________________________________________________________
13092 [ 10076] By: jhi on 2001/05/10 22:36:50
13093 Log: Subject: [patch] make op_{clear,null} public
13094 From: Doug MacEachern <dougm@covalent.net>
13095 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
13096 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
13098 ! embed.h embed.pl op.c proto.h
13099 ____________________________________________________________________________
13100 [ 10075] By: jhi on 2001/05/10 22:28:36
13101 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
13102 From: Robin Houston <robin@kitsite.com>
13103 Date: Thu, 10 May 2001 18:54:59 +0100
13104 Message-ID: <20010510185459.A5995@penderel>
13106 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
13107 ____________________________________________________________________________
13108 [ 10074] By: jhi on 2001/05/10 22:23:41
13109 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
13110 From: Robin Houston <robin@kitsite.com>
13111 Date: Thu, 10 May 2001 12:56:39 +0100
13112 Message-ID: <20010510125639.A2119@penderel>
13114 ! ext/B/B/Deparse.pm
13115 ____________________________________________________________________________
13116 [ 10073] By: jhi on 2001/05/10 14:26:01
13117 Log: Retract #10070, not ready yet.
13119 ! ext/B/B/Deparse.pm
13120 ____________________________________________________________________________
13121 [ 10072] By: jhi on 2001/05/10 13:40:24
13122 Log: The metaconfig unit change for #10071.
13124 ! U/modified/mallocsrc.U
13125 ____________________________________________________________________________
13126 [ 10071] By: jhi on 2001/05/10 13:39:57
13127 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
13130 ____________________________________________________________________________
13131 [ 10070] By: jhi on 2001/05/10 13:18:42
13132 Log: (Retracted by #10073)
13134 Subject: Re: [PATCH t/TEST] B::Deparse tester
13135 From: Hugo <hv@crypt.compulink.co.uk>
13136 Date: Thu, 10 May 2001 05:48:09 +0100
13137 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
13139 ! ext/B/B/Deparse.pm
13140 ____________________________________________________________________________
13141 [ 10069] By: jhi on 2001/05/10 12:24:06
13142 Log: Add a for(func()) test.
13145 ____________________________________________________________________________
13146 [ 10068] By: jhi on 2001/05/10 12:16:00
13147 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
13148 From: Robin Houston <robin@kitsite.com>
13149 Date: Thu, 10 May 2001 13:50:08 +0100
13150 Message-ID: <20010510135008.A2454@penderel>
13152 ! ext/B/B/Deparse.pm
13153 ____________________________________________________________________________
13154 [ 10067] By: jhi on 2001/05/10 01:45:03
13155 Log: A thinko in #10065.
13158 ____________________________________________________________________________
13159 [ 10066] By: jhi on 2001/05/10 01:33:12
13160 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
13161 From: Robin Houston <robin@kitsite.com>
13162 Date: Thu, 10 May 2001 02:10:34 +0100
13163 Message-ID: <20010510021034.A19421@penderel>
13165 ! ext/B/B.xs ext/B/B/Deparse.pm
13166 ____________________________________________________________________________
13167 [ 10065] By: jhi on 2001/05/10 01:30:43
13168 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
13169 From: Doug MacEachern <dougm@covalent.net>
13170 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
13171 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
13174 ____________________________________________________________________________
13175 [ 10064] By: jhi on 2001/05/09 23:13:29
13176 Log: One more workaround for the UTS compiler from Hal Morris.
13179 ____________________________________________________________________________
13180 [ 10063] By: jhi on 2001/05/09 23:09:53
13181 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
13182 From: Robin Houston <robin@kitsite.com>
13183 Date: Thu, 10 May 2001 01:02:08 +0100
13184 Message-ID: <20010510010208.A18200@penderel>
13187 ____________________________________________________________________________
13188 [ 10062] By: jhi on 2001/05/09 23:06:25
13189 Log: Subject: [PATCH] Simplify deb_curcv() a bit
13190 From: Benjamin Sugars <bsugars@canoe.ca>
13191 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
13192 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
13195 ____________________________________________________________________________
13196 [ 10061] By: jhi on 2001/05/09 23:05:28
13197 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
13198 From: Benjamin Sugars <bsugars@canoe.ca>
13199 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
13200 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
13202 ! t/lib/io_scalar.t
13203 ____________________________________________________________________________
13204 [ 10060] By: jhi on 2001/05/09 23:04:38
13205 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
13206 From: Peter Prymmer <pvhp@forte.com>
13207 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
13208 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
13211 ____________________________________________________________________________
13212 [ 10059] By: jhi on 2001/05/09 23:03:52
13213 Log: Subject: [PATCH t/TEST] B::Deparse tester
13214 From: Robin Houston <robin@kitsite.com>
13215 Date: Wed, 9 May 2001 19:17:50 +0100
13216 Message-ID: <20010509191750.A16940@penderel>
13218 ! ext/B/O.pm t/TEST
13219 ____________________________________________________________________________
13220 [ 10058] By: jhi on 2001/05/09 23:02:56
13221 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
13222 From: Jeff Pinyan <jeffp@crusoe.net>
13223 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
13224 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
13227 ____________________________________________________________________________
13228 [ 10057] By: nick on 2001/05/09 18:37:56
13229 Log: Integrate mainline.
13231 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
13232 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
13233 ____________________________________________________________________________
13234 [ 10056] By: jhi on 2001/05/09 16:44:44
13235 Log: Update Changes.
13237 ! Changes patchlevel.h
13238 ____________________________________________________________________________
13239 [ 10055] By: jhi on 2001/05/09 16:26:47
13240 Log: Integrate perlio.
13242 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13243 ____________________________________________________________________________
13244 [ 10054] By: jhi on 2001/05/09 16:25:42
13245 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
13246 From: Benjamin Sugars <bsugars@canoe.ca>
13247 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
13248 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
13251 ____________________________________________________________________________
13252 [ 10053] By: jhi on 2001/05/09 16:24:37
13253 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
13254 From: Benjamin Sugars <bsugars@canoe.ca>
13255 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
13256 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
13258 ! ext/PerlIO/Scalar/Scalar.xs
13259 ____________________________________________________________________________
13260 [ 10052] By: jhi on 2001/05/09 16:19:04
13261 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
13262 From: Jeff Pinyan <jeffp@crusoe.net>
13263 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
13264 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
13267 ____________________________________________________________________________
13268 [ 10051] By: jhi on 2001/05/09 15:30:17
13269 Log: EPOC tweak from Olaf Flebbe.
13272 ____________________________________________________________________________
13273 [ 10050] By: nick on 2001/05/09 14:37:57
13274 Log: win32, regen_config_h
13276 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13277 ____________________________________________________________________________
13278 [ 10049] By: jhi on 2001/05/09 12:33:39
13279 Log: Integrate perlio.
13282 ____________________________________________________________________________
13283 [ 10048] By: nick on 2001/05/09 11:59:50
13284 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
13285 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
13288 ____________________________________________________________________________
13289 [ 10047] By: jhi on 2001/05/09 10:50:12
13290 Log: Integrate perlio.
13293 ____________________________________________________________________________
13294 [ 10046] By: jhi on 2001/05/09 10:49:34
13295 Log: Subject: Re: Less warnings during configure
13296 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13297 Date: Wed, 09 May 2001 13:12:49 +0200
13298 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
13301 ____________________________________________________________________________
13302 [ 10045] By: nick on 2001/05/09 09:56:59
13303 Log: MULTIPLICITY/DEBUGGING build fix.
13306 ____________________________________________________________________________
13307 [ 10044] By: nick on 2001/05/09 09:46:37
13308 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
13310 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
13311 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13312 !> (integrate 65 files)
13313 ____________________________________________________________________________
13314 [ 10043] By: jhi on 2001/05/08 22:41:49
13315 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13316 From: Robin Houston <robin@kitsite.com>
13317 Date: Tue, 8 May 2001 19:38:00 +0100
13318 Message-ID: <20010508193800.A4389@penderel>
13320 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13321 From: Robin Houston <robin@kitsite.com>
13322 Date: Tue, 8 May 2001 20:03:57 +0100
13323 Message-ID: <20010508200357.A4614@penderel>
13325 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13326 From: Robin Houston <robin@kitsite.com>
13327 Date: Wed, 9 May 2001 00:12:05 +0100
13328 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
13330 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
13331 ____________________________________________________________________________
13332 [ 10042] By: jhi on 2001/05/08 22:09:35
13333 Log: Retract #10031.
13336 ____________________________________________________________________________
13337 [ 10041] By: jhi on 2001/05/08 18:27:34
13338 Log: The metaconfig unit changes for #10040.
13339 Branch: metaconfig/U/perl
13340 ! Checkcc.U d_dlsymun.U dlsrc.U
13341 ____________________________________________________________________________
13342 [ 10040] By: jhi on 2001/05/08 18:24:47
13343 Log: The Configure half of
13345 Subject: Less warnings during configure
13346 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13347 Date: Tue, 08 May 2001 08:44:02 +0200
13348 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13351 ____________________________________________________________________________
13352 [ 10039] By: jhi on 2001/05/08 16:48:31
13353 Log: Subject: Less warnings during configure
13354 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13355 Date: Tue, 08 May 2001 08:44:02 +0200
13356 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13359 ____________________________________________________________________________
13360 [ 10038] By: jhi on 2001/05/08 16:32:07
13361 Log: Don't forget to whine about \d__\d.
13363 ! t/pragma/warn/toke toke.c
13364 ____________________________________________________________________________
13365 [ 10037] By: jhi on 2001/05/08 16:07:05
13366 Log: Allow underscores also in the exponent part.
13368 ! t/pragma/warn/toke toke.c
13369 ____________________________________________________________________________
13370 [ 10036] By: jhi on 2001/05/08 13:33:55
13371 Log: CodeMagicCD doesn't look like an *I*DE.
13374 ____________________________________________________________________________
13375 [ 10035] By: jhi on 2001/05/08 13:27:48
13376 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
13377 to be consistently down).
13380 ____________________________________________________________________________
13381 [ 10034] By: jhi on 2001/05/08 13:21:07
13382 Log: Upgrade to Text::Balanced 1.84.
13384 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
13385 ____________________________________________________________________________
13386 [ 10033] By: jhi on 2001/05/08 12:41:53
13387 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
13388 From: Benjamin Sugars <bsugars@canoe.ca>
13389 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
13390 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
13393 ____________________________________________________________________________
13394 [ 10032] By: jhi on 2001/05/08 12:40:28
13395 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
13396 From: Peter Prymmer <pvhp@forte.com>
13397 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
13398 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
13401 ____________________________________________________________________________
13402 [ 10031] By: jhi on 2001/05/08 12:35:25
13403 Log: (Retracted by #10042)
13405 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
13406 From: "Philip Newton" <pnewton@gmx.de>
13407 Date: Tue, 8 May 2001 09:18:10 +0200
13408 Message-ID: <3AF7B9D2.28861.603732@localhost>
13411 ____________________________________________________________________________
13412 [ 10030] By: jhi on 2001/05/08 12:32:23
13413 Log: Subject: [PATCH B::Deparse] Document known bugs
13414 From: Robin Houston <robin@kitsite.com>
13415 Date: Tue, 8 May 2001 01:53:34 +0100
13416 Message-ID: <20010508015334.A32394@penderel>
13418 ! ext/B/B/Deparse.pm
13419 ____________________________________________________________________________
13420 [ 10029] By: jhi on 2001/05/08 12:28:28
13421 Log: Subject: Re: Perl book, magazine and website updates.
13422 From: "Philip Newton" <pnewton@gmx.de>
13423 Date: Mon, 7 May 2001 17:03:58 +0200
13424 Message-ID: <3AF6D57E.5387.1E29930@localhost>
13427 ____________________________________________________________________________
13428 [ 10028] By: jhi on 2001/05/07 23:53:30
13429 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
13430 From: Peter Prymmer <pvhp@forte.com>
13431 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
13432 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
13435 ____________________________________________________________________________
13436 [ 10027] By: jhi on 2001/05/07 23:22:48
13437 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
13438 From: Robin Houston <robin@kitsite.com>
13439 Date: Tue, 8 May 2001 01:14:55 +0100
13440 Message-ID: <20010508011455.A32162@penderel>
13442 ! ext/B/B/Deparse.pm
13443 ____________________________________________________________________________
13444 [ 10026] By: jhi on 2001/05/07 23:15:05
13445 Log: Typo in #10025.
13448 ____________________________________________________________________________
13449 [ 10025] By: jhi on 2001/05/07 21:15:35
13450 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
13453 ____________________________________________________________________________
13454 [ 10024] By: jhi on 2001/05/07 20:58:40
13455 Log: Subject: Re: [ID 20010506.045] question about hash syntax
13456 From: Peter Scott <Peter@PSDT.com>
13457 Date: Sun, 06 May 2001 13:10:40 -0700
13458 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
13460 ! pod/perl56delta.pod
13461 ____________________________________________________________________________
13462 [ 10023] By: jhi on 2001/05/07 20:41:26
13463 Log: Configure should figure out the list of dynamic extensions
13464 just fine in UTS-- and in fact it does, as reported by Hal Morris.
13467 ____________________________________________________________________________
13468 [ 10022] By: jhi on 2001/05/07 20:24:11
13469 Log: Update Changes.
13471 ! Changes patchlevel.h
13472 ____________________________________________________________________________
13473 [ 10021] By: jhi on 2001/05/07 20:11:31
13474 Log: Subject: [PATCH regcomp.c] Insecure regexes
13475 From: Robin Houston <robin@kitsite.com>
13476 Date: Mon, 7 May 2001 21:56:12 +0100
13477 Message-ID: <20010507215612.A31114@penderel>
13480 ____________________________________________________________________________
13481 [ 10020] By: jhi on 2001/05/07 20:02:30
13482 Log: Drop the foobar.perl.com references for now until Simon
13483 gets them sorted out.
13486 ____________________________________________________________________________
13487 [ 10019] By: jhi on 2001/05/07 19:54:33
13488 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
13489 From: Prymmer/Kahn <pvhp@best.com>
13490 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
13491 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
13493 ! lib/Devel/SelfStubber.pm
13494 ____________________________________________________________________________
13495 [ 10018] By: jhi on 2001/05/07 19:53:10
13496 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
13497 From: Prymmer/Kahn <pvhp@best.com>
13498 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
13499 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
13502 ____________________________________________________________________________
13503 [ 10017] By: jhi on 2001/05/07 19:35:10
13504 Log: s/WebTechnique's/WebTechniques/
13507 ____________________________________________________________________________
13508 [ 10016] By: jhi on 2001/05/07 12:26:29
13509 Log: Llama 3 updates from Randal.
13512 ____________________________________________________________________________
13513 [ 10015] By: jhi on 2001/05/07 01:34:38
13514 Log: Subject: [PATCH] Help -Dt show correct pad variables
13515 From: Benjamin Sugars <ben.sugars@home.com>
13516 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
13517 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
13519 ! embed.h embed.pl proto.h run.c
13520 ____________________________________________________________________________
13521 [ 10014] By: jhi on 2001/05/07 01:23:56
13522 Log: Subject: [PATCH] Document C<our $foo : shared>
13523 From: Benjamin Sugars <ben.sugars@home.com>
13524 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
13525 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
13528 ____________________________________________________________________________
13529 [ 10013] By: jhi on 2001/05/07 01:22:22
13530 Log: Subject: [PATCH B::Deparse] undefined folded constants
13531 From: Robin Houston <robin@kitsite.com>
13532 Date: Sun, 6 May 2001 17:19:09 +0100
13533 Message-ID: <20010506171909.A7046@penderel>
13535 ! ext/B/B/Deparse.pm
13536 ____________________________________________________________________________
13537 [ 10012] By: jhi on 2001/05/07 00:57:38
13538 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
13539 From: Robin Houston <robin@kitsite.com>
13540 Message-ID: <20010506164654.A6848@penderel>
13541 Date: Sun, 6 May 2001 16:46:54 +0100
13543 ! ext/B/B/Deparse.pm
13544 ____________________________________________________________________________
13545 [ 10011] By: jhi on 2001/05/07 00:52:18
13546 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
13547 From: Robin Houston <robin@kitsite.com>
13548 Date: Sun, 6 May 2001 14:47:02 +0100
13549 Message-ID: <20010506144702.A6308@penderel>
13552 ____________________________________________________________________________
13553 [ 10010] By: jhi on 2001/05/06 15:07:51
13554 Log: Subject: Perl book, magazine and website updates.
13555 From: Simon Cozens <simon@netthink.co.uk>
13556 Date: Sun, 6 May 2001 16:55:36 +0100
13557 Message-ID: <20010506165536.A1795@netthink.co.uk>
13559 ! pod/perlbook.pod pod/perlfaq2.pod
13560 ____________________________________________________________________________
13561 [ 10009] By: jhi on 2001/05/06 14:11:40
13562 Log: Tweaks on the Tru64 prof options.
13565 ____________________________________________________________________________
13566 [ 10008] By: jhi on 2001/05/06 13:51:49
13567 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
13568 From: Robin Houston <robin@kitsite.com>
13569 Date: Sun, 6 May 2001 14:40:51 +0100
13570 Message-ID: <20010506144051.A6279@penderel>
13572 ! t/pod/testp2pt.pl
13573 ____________________________________________________________________________
13574 [ 10007] By: jhi on 2001/05/06 13:49:31
13575 Log: Subject: [PATCH B::Deparse] scoping
13576 From: Robin Houston <robin@kitsite.com>
13577 Date: Sun, 6 May 2001 14:36:56 +0100
13578 Message-ID: <20010506143656.A4006@penderel>
13580 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
13581 ____________________________________________________________________________
13582 [ 10006] By: jhi on 2001/05/06 13:24:12
13583 Log: Document the undefinedness of bitshifting out of range.
13586 ____________________________________________________________________________
13587 [ 10005] By: jhi on 2001/05/06 13:03:17
13588 Log: Retract #10003 and update the IDE descriptions a bit.
13591 ____________________________________________________________________________
13592 [ 10004] By: jhi on 2001/05/06 03:02:41
13593 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
13594 From: Prymmer/Kahn <pvhp@best.com>
13595 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
13596 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
13598 ! win32/Makefile win32/buildext.pl win32/config.bc
13599 ! win32/config.gc win32/config.vc
13600 ____________________________________________________________________________
13601 [ 10003] By: jhi on 2001/05/05 20:24:44
13602 Log: (Retracted by #10005.)
13605 ____________________________________________________________________________
13606 [ 10002] By: jhi on 2001/05/05 19:23:36
13607 Log: It's "psed", not "sed".
13610 ____________________________________________________________________________
13611 [ 10001] By: jhi on 2001/05/05 18:35:38
13612 Log: Update Changes.
13614 ! Changes patchlevel.h
13615 ____________________________________________________________________________
13616 [ 10000] By: jhi on 2001/05/05 18:32:15
13617 Log: Subject: Re: bleadperl make install fails due to "psed"
13618 From: andreas.koenig@anima.de (Andreas J. Koenig)
13619 Date: 05 May 2001 18:23:28 +0200
13620 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
13622 ! x2p/Makefile.SH x2p/s2p.PL
13623 ____________________________________________________________________________
13624 [ 9999] By: jhi on 2001/05/05 18:28:09
13625 Log: AUTHORS updates.
13628 ____________________________________________________________________________
13629 [ 9998] By: jhi on 2001/05/05 18:16:00
13630 Log: Updates on the pods related to the modules included since 5.6.
13632 TODO: perltodo really could use major updating.
13634 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
13635 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
13636 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
13637 ! pod/perlsyn.pod pod/perltodo.pod
13638 ____________________________________________________________________________
13639 [ 9997] By: jhi on 2001/05/05 17:35:17
13640 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
13645 ____________________________________________________________________________
13646 [ 9996] By: jhi on 2001/05/05 17:25:00
13647 Log: Add preemptive #undefs for some of the shorter and more prone
13648 to collision regcomp.h #defines. (Background: the MASK collided
13649 with a system header #define in Rhapsody.)
13652 ____________________________________________________________________________
13653 [ 9995] By: jhi on 2001/05/05 13:24:21
13654 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
13655 From: Nicholas Clark <nick@ccl4.org>
13656 Date: Sat, 5 May 2001 14:46:39 +0100
13657 Message-ID: <20010505144639.O53513@plum.flirble.org>
13659 Add a test for the constants (if any) being processed correctly.
13662 ____________________________________________________________________________
13663 [ 9994] By: jhi on 2001/05/05 02:11:03
13664 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
13665 From: Peter Prymmer <pvhp@forte.com>
13666 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
13667 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
13670 ____________________________________________________________________________
13671 [ 9993] By: jhi on 2001/05/05 02:03:49
13672 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
13673 From: Peter Prymmer <pvhp@forte.com>
13674 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
13675 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
13677 ! perlio.c vms/vmsish.h
13678 ____________________________________________________________________________
13679 [ 9992] By: jhi on 2001/05/04 17:21:12
13680 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
13681 From: Robin Barker <rmb1@cise.npl.co.uk>
13682 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
13683 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
13687 ____________________________________________________________________________
13688 [ 9991] By: jhi on 2001/05/04 16:47:45
13689 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
13690 From: Robin Barker <rmb1@cise.npl.co.uk>
13691 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
13692 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
13695 ____________________________________________________________________________
13696 [ 9990] By: jhi on 2001/05/04 14:37:20
13697 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
13698 From: Prymmer/Kahn <pvhp@best.com>
13699 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
13700 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
13703 ____________________________________________________________________________
13704 [ 9989] By: jhi on 2001/05/04 14:03:58
13705 Log: Introduce perl572delta, update Todo, add the missing
13706 mention about signal safety since 5.7.1 (though this
13707 requires verification and more details.)
13709 + pod/perl572delta.pod
13710 ! MANIFEST Todo pod/perl571delta.pod
13711 ____________________________________________________________________________
13712 [ 9988] By: jhi on 2001/05/04 12:41:51
13713 Log: Subject: [PATCH perl@9944] long =item
13714 From: Robin Barker <rmb1@cise.npl.co.uk>
13715 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
13716 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
13718 ! ext/Time/HiRes/HiRes.pm
13719 ____________________________________________________________________________
13720 [ 9987] By: jhi on 2001/05/04 12:39:19
13721 Log: The #9901 had removed one line essential for EBCDIC.
13724 ____________________________________________________________________________
13725 [ 9986] By: jhi on 2001/05/04 12:30:23
13726 Log: Subject: cygwin/Makefile.SHs INSTALL patch
13727 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
13728 Date: Mon, 08 Jan 2001 04:59:21 +0200
13729 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
13731 ! cygwin/Makefile.SHs
13732 ____________________________________________________________________________
13733 [ 9985] By: jhi on 2001/05/04 03:51:39
13734 Log: Encode/IO doc tweaks.
13736 ! ext/Encode/Encode.pm
13737 ____________________________________________________________________________
13738 [ 9984] By: jhi on 2001/05/04 03:29:34
13739 Log: Remove GDBM_File from the dynamic extensions for UTS,
13740 GDBM is not a standard feature.
13743 ____________________________________________________________________________
13744 [ 9983] By: jhi on 2001/05/04 03:22:59
13745 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
13747 ! pod/perlretut.pod
13748 ____________________________________________________________________________
13749 [ 9982] By: jhi on 2001/05/03 23:21:03
13750 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
13751 From: Benjamin Sugars <bsugars@canoe.ca>
13752 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
13753 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
13756 ____________________________________________________________________________
13757 [ 9981] By: jhi on 2001/05/03 23:20:05
13758 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
13759 From: Benjamin Sugars <bsugars@canoe.ca>
13760 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
13761 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
13763 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13764 ____________________________________________________________________________
13765 [ 9980] By: jhi on 2001/05/03 23:15:29
13766 Log: Integrate perlio.
13768 !> ext/Encode/Encode.pm
13769 ____________________________________________________________________________
13770 [ 9979] By: jhi on 2001/05/03 16:54:59
13771 Log: Install psed man page.
13774 ____________________________________________________________________________
13775 [ 9978] By: jhi on 2001/05/03 16:45:58
13776 Log: Remove unused files; noted by Sarathy.
13778 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13780 ____________________________________________________________________________
13781 [ 9977] By: jhi on 2001/05/03 16:42:30
13782 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
13783 From: Andy Dougherty <doughera@lafayette.edu>
13784 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
13785 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
13788 ____________________________________________________________________________
13789 [ 9976] By: nick on 2001/05/03 16:40:42
13790 Log: Allow $answer = encode($object,$text); like it says in docs.
13792 ! ext/Encode/Encode.pm
13793 ____________________________________________________________________________
13794 [ 9975] By: nick on 2001/05/03 16:22:30
13795 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
13796 to be in scope (fair enough), and also a package variable (our) for eval to see it.
13798 ! ext/Encode/Encode.pm
13799 ____________________________________________________________________________
13800 [ 9974] By: nick on 2001/05/03 15:48:17
13801 Log: Integrate mainline.
13803 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
13804 +> t/lib/filter-simple.t t/lib/next.t
13805 !> (integrate 70 files)
13806 ____________________________________________________________________________
13807 [ 9973] By: jhi on 2001/05/03 13:09:09
13808 Log: Update Changes.
13810 ! Changes patchlevel.h
13811 ____________________________________________________________________________
13812 [ 9972] By: jhi on 2001/05/03 12:58:33
13813 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
13814 From: Prymmer/Kahn <pvhp@best.com>
13815 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
13816 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
13819 ____________________________________________________________________________
13820 [ 9971] By: jhi on 2001/05/03 12:57:26
13821 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
13822 From: Prymmer/Kahn <pvhp@best.com>
13823 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
13824 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
13827 ____________________________________________________________________________
13828 [ 9970] By: jhi on 2001/05/03 02:42:46
13829 Log: Can't croak sans thread context, from Doug MacEachern.
13832 ____________________________________________________________________________
13833 [ 9969] By: jhi on 2001/05/03 01:23:48
13834 Log: Subject: Random input test and Perl
13835 From: Ilya Zakharevich <ilya@math.berkeley.edu>
13836 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
13837 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
13840 ____________________________________________________________________________
13841 [ 9968] By: jhi on 2001/05/02 22:17:21
13842 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
13843 From: Peter Prymmer <pvhp@forte.com>
13844 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
13845 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
13847 ! pod/perlfunc.pod pod/perlport.pod
13848 ____________________________________________________________________________
13849 [ 9967] By: jhi on 2001/05/02 20:12:45
13850 Log: Workaround for UTS compiler casting bug from Hal Morris.
13853 ____________________________________________________________________________
13854 [ 9966] By: jhi on 2001/05/02 18:31:37
13855 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
13856 From: Dan Sugalski <dan@sidhe.org>
13857 Date: Wed, 02 May 2001 15:23:22 -0400
13858 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
13861 ____________________________________________________________________________
13862 [ 9965] By: jhi on 2001/05/02 18:21:29
13863 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
13866 ____________________________________________________________________________
13867 [ 9964] By: jhi on 2001/05/02 18:15:01
13868 Log: Document large files in INSTALL, document also the %x
13869 limitation if not use64bitint, closes bug 20010326.007.
13872 ____________________________________________________________________________
13873 [ 9963] By: jhi on 2001/05/02 17:24:47
13874 Log: perlmodlib tweaks; regen pods.
13876 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
13878 ____________________________________________________________________________
13879 [ 9962] By: jhi on 2001/05/02 17:14:00
13880 Log: Fix for a segfault, from Marc Lehmann.
13882 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
13883 ____________________________________________________________________________
13884 [ 9961] By: jhi on 2001/05/02 15:55:53
13885 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
13886 From: "Philip Newton" <pnewton@gmx.de>
13887 Date: Wed, 2 May 2001 18:39:03 +0200
13888 Message-ID: <3AF05447.15525.173B588@localhost>
13891 ____________________________________________________________________________
13892 [ 9960] By: jhi on 2001/05/02 15:35:37
13893 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
13894 From: Dan Sugalski <dan@sidhe.org>
13895 Date: Wed, 02 May 2001 11:37:27 -0400
13896 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
13898 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
13899 ! thread.h vms/vms.c vms/vmsish.h
13900 ____________________________________________________________________________
13901 [ 9959] By: jhi on 2001/05/02 15:21:08
13902 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
13903 From: Benjamin Sugars <bsugars@canoe.ca>
13904 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
13905 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
13907 ! ext/PerlIO/Scalar/Scalar.xs
13908 ____________________________________________________________________________
13909 [ 9958] By: jhi on 2001/05/02 15:15:53
13910 Log: Bug in #9915, spotted by Mike Guy.
13913 ____________________________________________________________________________
13914 [ 9957] By: jhi on 2001/05/02 13:26:01
13915 Log: Add a test for not griping about references as array
13916 indices if the reference has magic in it (overloaded
13919 ! pod/perldiag.pod t/pragma/warn/pp_hot
13920 ____________________________________________________________________________
13921 [ 9956] By: jhi on 2001/05/02 13:07:01
13922 Log: Retracted a bit too much in #9952.
13924 ! t/pragma/sub_lval.t
13925 ____________________________________________________________________________
13926 [ 9955] By: jhi on 2001/05/02 13:05:38
13927 Log: Test for #9952.
13930 ____________________________________________________________________________
13931 [ 9954] By: jhi on 2001/05/02 11:48:18
13932 Log: Additional note on the encoding example: one cannot
13933 convert string constants in-place.
13935 ! ext/Encode/Encode.pm
13936 ____________________________________________________________________________
13937 [ 9953] By: jhi on 2001/05/02 11:43:51
13938 Log: Note that if you have recent enough Perl you already
13939 have Filter::Util::Call.
13941 ! lib/Filter/Simple.pm
13942 ____________________________________________________________________________
13943 [ 9952] By: jhi on 2001/05/02 11:31:53
13944 Log: Retract changes #8254 and #8255, causes coredump in
13945 'tie FH, "main"', reported by Abigail, culprit found by
13946 Benjamin Sugars. Mirrors maintperl change #9950.
13948 ! op.c t/pragma/sub_lval.t
13949 ____________________________________________________________________________
13950 [ 9951] By: jhi on 2001/05/02 11:14:29
13951 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
13953 + t/lib/MyFilter.pm
13954 ____________________________________________________________________________
13955 [ 9950] By: gsar on 2001/05/02 03:17:11
13956 Log: revert integration of changes#8254,8255 in change#8620 (causes
13957 a coredump in C<tie FH, 'foo'>; the idea itself may need better
13959 Branch: maint-5.6/perl
13960 ! op.c t/pragma/sub_lval.t
13961 ____________________________________________________________________________
13962 [ 9949] By: gsar on 2001/05/02 02:56:32
13963 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
13965 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13967 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13968 Branch: maint-5.6/perl
13970 ____________________________________________________________________________
13971 [ 9948] By: gsar on 2001/05/02 02:49:15
13972 Log: pod/find.t breaks on VMS (from Craig Berry)
13973 Branch: maint-5.6/perl
13975 ____________________________________________________________________________
13976 [ 9947] By: jhi on 2001/05/02 02:43:09
13977 Log: Add an encoding conversion example.
13979 ! ext/Encode/Encode.pm
13980 ____________________________________________________________________________
13981 [ 9946] By: jhi on 2001/05/02 01:34:22
13982 Log: Another coat of paint but still nowhere finished.
13983 Need to decide on the semantics of strptime(): should
13984 strptime() be a function instead of a method? To do
13985 the week/monthname-strptiming the i18n/l10n bullet needs
13986 to be bitten with gusto.
13988 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13989 ____________________________________________________________________________
13990 [ 9945] By: jhi on 2001/05/01 23:40:52
13991 Log: Update Changes.
13993 ! Changes patchlevel.h
13994 ____________________________________________________________________________
13995 [ 9944] By: jhi on 2001/05/01 23:33:37
13996 Log: Add known-to-be-tested modules to the list-to-be-skipped.
13998 ! t/lib/1_compile.t
13999 ____________________________________________________________________________
14000 [ 9943] By: jhi on 2001/05/01 23:24:40
14001 Log: Subject: BorlandC++ fix
14002 From: "Vadim Konovalov" <watman@inbox.ru>
14003 Date: Mon, 30 Apr 2001 20:12:26 -0700
14004 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
14006 ! win32/makefile.mk
14007 ____________________________________________________________________________
14008 [ 9942] By: jhi on 2001/05/01 23:18:02
14009 Log: Update to Filter::Simple 0.60, create a test for it.
14011 + t/lib/filter-simple.t
14012 ! MANIFEST lib/Filter/Simple.pm
14013 ____________________________________________________________________________
14014 [ 9941] By: jhi on 2001/05/01 19:47:24
14015 Log: Subject: Re: bleadperl: s/// failure with \b and /g
14016 From: Hugo <hv@crypt.compulink.co.uk>
14017 Date: Tue, 01 May 2001 20:12:20 +0100
14018 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
14020 ! pp_hot.c t/op/re_tests
14021 ____________________________________________________________________________
14022 [ 9940] By: jhi on 2001/05/01 19:42:16
14023 Log: Integrate perlio.
14025 !> lib/base.pm t/lib/fields.t
14026 ____________________________________________________________________________
14027 [ 9939] By: jhi on 2001/05/01 19:39:51
14028 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
14029 From: Benjamin Sugars <bsugars@canoe.ca>
14030 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
14031 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
14033 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14034 ____________________________________________________________________________
14035 [ 9938] By: jhi on 2001/05/01 19:34:09
14036 Log: Add NEXT, a pseudo-class for method redispatching.
14037 <Damian>NEXT.pm probably offers more bang-for-buck
14038 than anything else I've ever written.</Damian>
14040 + lib/NEXT.pm t/lib/next.t
14042 ____________________________________________________________________________
14043 [ 9937] By: jhi on 2001/05/01 19:21:41
14044 Log: Update to Switch 2.02.
14046 ! lib/Switch.pm t/lib/switch.t
14047 ____________________________________________________________________________
14048 [ 9936] By: nick on 2001/05/01 19:09:21
14049 Log: Fix for base.pm clobbering $VERSION
14052 ____________________________________________________________________________
14053 [ 9935] By: nick on 2001/05/01 18:54:38
14054 Log: Test for base.pm clobbering $VERSION.
14057 ____________________________________________________________________________
14058 [ 9934] By: jhi on 2001/05/01 18:39:10
14059 Log: Add information about Scalar::Util::blessed.
14062 ____________________________________________________________________________
14063 [ 9933] By: jhi on 2001/05/01 18:33:51
14064 Log: Subject: Extra UNIVERSAL documentation
14065 From: Mike Guy <mjtg@cam.ac.uk>
14066 Date: Tue, 01 May 2001 20:12:11 +0100
14067 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
14070 ____________________________________________________________________________
14071 [ 9932] By: jhi on 2001/05/01 18:26:54
14072 Log: Subject: Autoflush in tests as appropriate
14073 From: Mike Guy <mjtg@cam.ac.uk>
14074 Date: Tue, 01 May 2001 20:05:31 +0100
14075 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
14077 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
14079 ____________________________________________________________________________
14080 [ 9931] By: jhi on 2001/05/01 18:02:29
14081 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
14082 From: Benjamin Sugars <bsugars@canoe.ca>
14083 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
14084 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
14086 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14087 ____________________________________________________________________________
14088 [ 9930] By: jhi on 2001/05/01 15:12:26
14089 Log: Subject: Re: Finally got a round tuit
14090 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14091 Date: Tue, 01 May 2001 14:14:10 +0200
14092 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
14094 The -DP part, slightly modified.
14097 ____________________________________________________________________________
14098 [ 9929] By: jhi on 2001/05/01 14:17:15
14099 Log: Subject: Re: Finally got a round tuit
14100 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14101 Date: Tue, 01 May 2001 16:34:06 +0200
14102 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
14104 cpp and optimization tweaks for HP-UX.
14107 ____________________________________________________________________________
14108 [ 9928] By: jhi on 2001/05/01 13:24:20
14109 Log: Tune the scan_num() comments to reality.
14112 ____________________________________________________________________________
14113 [ 9927] By: jhi on 2001/05/01 13:14:01
14114 Log: Subject: [PATCH B::Deparse] optimised sort
14115 From: Robin Houston <robin@kitsite.com>
14116 Date: Tue, 1 May 2001 14:07:12 +0100
14117 Message-ID: <20010501140712.A4266@penderel>
14119 ! ext/B/B/Deparse.pm
14120 ____________________________________________________________________________
14121 [ 9926] By: jhi on 2001/05/01 13:10:53
14122 Log: Subject: [PATCH t/lib/b-deparse.t]
14123 From: Robin Houston <robin@kitsite.com>
14124 Date: Tue, 1 May 2001 13:37:42 +0100
14125 Message-ID: <20010501133742.A4082@penderel>
14127 ! t/lib/b-deparse.t
14128 ____________________________________________________________________________
14129 [ 9925] By: jhi on 2001/05/01 13:10:13
14130 Log: Subject: [PATCH B::Deparse] for(;;), sort
14131 From: Robin Houston <robin@kitsite.com>
14132 Date: Tue, 1 May 2001 13:35:00 +0100
14133 Message-ID: <20010501133500.A4061@penderel>
14135 ! ext/B/B/Deparse.pm
14136 ____________________________________________________________________________
14137 [ 9924] By: jhi on 2001/05/01 13:09:22
14138 Log: Subject: [PATCH B::Deparse] do, warn, use
14139 From: Robin Houston <robin@kitsite.com>
14140 Date: Tue, 1 May 2001 13:31:03 +0100
14141 Message-ID: <20010501133103.A4041@penderel>
14143 ! ext/B/B/Deparse.pm
14144 ____________________________________________________________________________
14145 [ 9923] By: jhi on 2001/05/01 11:45:36
14146 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
14147 From: Benjamin Sugars <ben.sugars@home.com>
14148 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
14149 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
14153 ____________________________________________________________________________
14154 [ 9922] By: jhi on 2001/05/01 11:35:42
14155 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
14156 From: Peter Prymmer <pvhp@forte.com>
14157 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
14158 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
14160 ! t/lib/selfstubber.t
14161 ____________________________________________________________________________
14162 [ 9921] By: jhi on 2001/04/30 16:34:33
14163 Log: Subject: [PATCH B::Concise] suppress warning
14164 From: Robin Houston <robin@kitsite.com>
14165 Date: Mon, 30 Apr 2001 16:09:49 +0100
14166 Message-ID: <20010430160949.A25086@penderel>
14168 ! ext/B/B/Concise.pm
14169 ____________________________________________________________________________
14170 [ 9920] By: jhi on 2001/04/30 13:56:04
14171 Log: Strip the *markers* from #9919.
14173 ! pod/perlfaq.pod pod/perlfaq5.pod
14174 ____________________________________________________________________________
14175 [ 9919] By: jhi on 2001/04/30 13:54:04
14176 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
14177 From: Gwyn Judd <b.judd@xtra.co.nz>
14178 Date: Sun, 29 Apr 2001 01:47:49 +1200
14179 Message-ID: <20010429014749.A4418@thislove>
14181 ! pod/perlfaq.pod pod/perlfaq5.pod
14182 ____________________________________________________________________________
14183 [ 9918] By: jhi on 2001/04/30 13:13:54
14184 Log: More_tweakage.
14186 ! pod/perldata.pod pod/perldiag.pod
14187 ____________________________________________________________________________
14188 [ 9917] By: jhi on 2001/04/30 13:01:27
14189 Log: Update Changes.
14191 ! Changes patchlevel.h
14192 ____________________________________________________________________________
14193 [ 9916] By: jhi on 2001/04/30 12:57:03
14194 Log: T_w_e_a_k_a_g_e.
14196 ! pod/perldata.pod pod/perldiag.pod
14197 ____________________________________________________________________________
14198 [ 9915] By: jhi on 2001/04/30 12:39:29
14199 Log: Install s2p also as psed.
14201 TODO: psed documentation?
14204 ____________________________________________________________________________
14205 [ 9914] By: jhi on 2001/04/30 12:29:21
14206 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
14207 From: Jens Hamisch <jens@Strawberry.COM>
14208 Date: Fri, 27 Apr 2001 17:00:36 +0200
14209 Message-ID: <20010427170036.K1372@Strawberry.COM>
14211 SOCKS5_VERSION_NAME is the right symbol to detect
14212 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
14213 function called socks5_init() is available, and even that is
14214 not universal, most SOCKS5 installations use SOCKSinit()).
14217 ____________________________________________________________________________
14218 [ 9913] By: jhi on 2001/04/30 12:22:15
14219 Log: Allow a zero timeout on IO::Socket accept and connect--
14220 though one really shouldn't do that. Based on
14222 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
14223 From: "John Holdsworth" <coldwave@bigfoot.com>
14224 Date: Sun, 4 Feb 2001 12:48:18 +0100
14225 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
14227 ! ext/IO/lib/IO/Socket.pm
14228 ____________________________________________________________________________
14229 [ 9912] By: jhi on 2001/04/30 11:27:27
14230 Log: Save the spot of regprev (see #9911) for binary compatibility;
14233 ! embedvar.h perlapi.h thrdvar.h
14234 ____________________________________________________________________________
14235 [ 9911] By: jhi on 2001/04/30 11:22:03
14236 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
14237 From: Hugo <hv@crypt.compulink.co.uk>
14238 Date: Sun, 29 Apr 2001 17:09:30 +0100
14239 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
14241 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
14242 ____________________________________________________________________________
14243 [ 9910] By: jhi on 2001/04/30 11:15:12
14244 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
14245 a dummy for PL_numeric_radix); no pressing reason to break
14246 binary compatibility; regen API.
14248 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
14249 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
14250 ____________________________________________________________________________
14251 [ 9909] By: jhi on 2001/04/30 10:56:08
14252 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
14253 From: Walt Mankowski <waltman@netaxs.com>
14254 Date: Sun, 29 Apr 2001 21:53:48 -0400
14255 Message-ID: <20010429215348.A3971@netaxs.com>
14258 ____________________________________________________________________________
14259 [ 9908] By: jhi on 2001/04/30 10:49:40
14260 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
14262 ! t/lib/selfstubber.t
14263 ____________________________________________________________________________
14264 [ 9907] By: nick on 2001/04/30 09:26:50
14265 Log: Integrate mainline.
14267 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14268 ____________________________________________________________________________
14269 [ 9906] By: jhi on 2001/04/29 23:24:20
14270 Log: Abigail spotted a thinko in #9905.
14273 ____________________________________________________________________________
14274 [ 9905] By: jhi on 2001/04/29 15:55:39
14275 Log: Changed the underscore/undebar syntax in numeric constants;
14276 now any grouping will do, as long as the underscores are not
14277 consecutive (so "zero-grouping" is out), and they do not begin
14278 or end the integer or fractional parts.
14280 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14281 ____________________________________________________________________________
14282 [ 9904] By: nick on 2001/04/29 15:43:22
14283 Log: Integrate mainline.
14285 +> (branch 98 files)
14286 - lib/unicode/Block.pl
14287 - lib/unicode/In/AlphabeticPresentationForms.pl
14288 - lib/unicode/In/Arabic.pl
14289 - lib/unicode/In/ArabicPresentationForms-A.pl
14290 - lib/unicode/In/ArabicPresentationForms-B.pl
14291 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14292 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14293 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14294 - lib/unicode/In/BopomofoExtended.pl
14295 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14296 - lib/unicode/In/CJKCompatibility.pl
14297 - lib/unicode/In/CJKCompatibilityForms.pl
14298 - lib/unicode/In/CJKCompatibilityIdeographs.pl
14299 - lib/unicode/In/CJKRadicalsSupplement.pl
14300 - lib/unicode/In/CJKSymbolsandPunctuation.pl
14301 - lib/unicode/In/CJKUnifiedIdeographs.pl
14302 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14303 - lib/unicode/In/Cherokee.pl
14304 - lib/unicode/In/CombiningDiacriticalMarks.pl
14305 - lib/unicode/In/CombiningHalfMarks.pl
14306 - lib/unicode/In/CombiningMarksforSymbols.pl
14307 - lib/unicode/In/ControlPictures.pl
14308 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14309 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14310 - lib/unicode/In/EnclosedAlphanumerics.pl
14311 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14312 - lib/unicode/In/Ethiopic.pl
14313 - lib/unicode/In/GeneralPunctuation.pl
14314 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14315 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14316 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14317 - lib/unicode/In/HalfwidthandFullwidthForms.pl
14318 - lib/unicode/In/HangulCompatibilityJamo.pl
14319 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14320 - lib/unicode/In/Hebrew.pl
14321 - lib/unicode/In/HighPrivateUseSurrogates.pl
14322 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14323 - lib/unicode/In/IPAExtensions.pl
14324 - lib/unicode/In/IdeographicDescriptionCharacters.pl
14325 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14326 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14327 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14328 - lib/unicode/In/Latin-1Supplement.pl
14329 - lib/unicode/In/LatinExtended-A.pl
14330 - lib/unicode/In/LatinExtended-B.pl
14331 - lib/unicode/In/LatinExtendedAdditional.pl
14332 - lib/unicode/In/LetterlikeSymbols.pl
14333 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14334 - lib/unicode/In/MathematicalOperators.pl
14335 - lib/unicode/In/MiscellaneousSymbols.pl
14336 - lib/unicode/In/MiscellaneousTechnical.pl
14337 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14338 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14339 - lib/unicode/In/OpticalCharacterRecognition.pl
14340 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14341 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14342 - lib/unicode/In/SmallFormVariants.pl
14343 - lib/unicode/In/SpacingModifierLetters.pl
14344 - lib/unicode/In/Specials.pl
14345 - lib/unicode/In/SuperscriptsandSubscripts.pl
14346 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14347 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14348 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14349 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14350 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14351 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
14352 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
14353 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
14354 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
14355 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
14356 !> utf8.c win32/Makefile
14357 ____________________________________________________________________________
14358 [ 9903] By: jhi on 2001/04/29 14:30:53
14359 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
14360 From: Prymmer/Kahn <pvhp@best.com>
14361 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
14362 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
14365 ____________________________________________________________________________
14366 [ 9902] By: jhi on 2001/04/29 02:52:44
14367 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
14368 From: "Abigail" <abigail@foad.org>
14369 Date: Sun, 29 Apr 2001 03:14:25 +0200
14370 Message-ID: <20010429011425.24503.qmail@foad.org>
14372 ! ext/IO/lib/IO/Seekable.pm
14373 ____________________________________________________________________________
14374 [ 9901] By: jhi on 2001/04/29 02:04:46
14375 Log: In character classes one couldn't have 0x80..0xff characters
14376 at the left hand side if there were 0x100.. characters in the
14379 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
14380 ! t/op/pat.t utf8.c
14381 ____________________________________________________________________________
14382 [ 9900] By: jhi on 2001/04/28 22:55:04
14383 Log: Forgot the latest mktables.PL from #9899.
14385 ! lib/unicode/mktables.PL
14386 ____________________________________________________________________________
14387 [ 9899] By: jhi on 2001/04/28 22:53:28
14388 Log: Explain the \p{} and \P{} error message better and
14389 have prettier prettyprint in In.pl.
14391 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
14393 ____________________________________________________________________________
14394 [ 9898] By: jhi on 2001/04/28 21:03:34
14395 Log: Add one possible explanation for the "Invalid [] range" error.
14398 ____________________________________________________________________________
14399 [ 9897] By: jhi on 2001/04/28 17:18:26
14400 Log: Add a level of indirection to the implementation of \p{InFoo}
14401 so that we don't have to have long filenames. (Nothing changes
14402 in the user interface.) The indirection is defined in
14403 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
14404 Also rename some the character classes by removing '-' from
14405 the classnames, and finally renamed Block.pl as Blocks.pl.
14407 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
14408 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
14409 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
14410 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
14411 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
14412 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
14413 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
14414 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
14415 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
14416 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
14417 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
14418 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
14419 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
14420 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
14421 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
14422 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
14423 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
14424 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
14425 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
14426 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
14427 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
14428 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
14429 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
14430 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
14431 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
14432 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
14433 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
14434 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
14435 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
14436 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
14437 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
14438 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
14439 + lib/unicode/In/94.pl lib/unicode/In/95.pl
14440 - lib/unicode/Block.pl
14441 - lib/unicode/In/AlphabeticPresentationForms.pl
14442 - lib/unicode/In/Arabic.pl
14443 - lib/unicode/In/ArabicPresentationForms-A.pl
14444 - lib/unicode/In/ArabicPresentationForms-B.pl
14445 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14446 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14447 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14448 - lib/unicode/In/BopomofoExtended.pl
14449 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14450 - lib/unicode/In/CJKCompatibility.pl
14451 - lib/unicode/In/CJKCompatibilityForms.pl
14452 - lib/unicode/In/CJKCompatibilityIdeographs.pl
14453 - lib/unicode/In/CJKRadicalsSupplement.pl
14454 - lib/unicode/In/CJKSymbolsandPunctuation.pl
14455 - lib/unicode/In/CJKUnifiedIdeographs.pl
14456 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14457 - lib/unicode/In/Cherokee.pl
14458 - lib/unicode/In/CombiningDiacriticalMarks.pl
14459 - lib/unicode/In/CombiningHalfMarks.pl
14460 - lib/unicode/In/CombiningMarksforSymbols.pl
14461 - lib/unicode/In/ControlPictures.pl
14462 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14463 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14464 - lib/unicode/In/EnclosedAlphanumerics.pl
14465 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14466 - lib/unicode/In/Ethiopic.pl
14467 - lib/unicode/In/GeneralPunctuation.pl
14468 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14469 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14470 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14471 - lib/unicode/In/HalfwidthandFullwidthForms.pl
14472 - lib/unicode/In/HangulCompatibilityJamo.pl
14473 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14474 - lib/unicode/In/Hebrew.pl
14475 - lib/unicode/In/HighPrivateUseSurrogates.pl
14476 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14477 - lib/unicode/In/IPAExtensions.pl
14478 - lib/unicode/In/IdeographicDescriptionCharacters.pl
14479 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14480 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14481 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14482 - lib/unicode/In/Latin-1Supplement.pl
14483 - lib/unicode/In/LatinExtended-A.pl
14484 - lib/unicode/In/LatinExtended-B.pl
14485 - lib/unicode/In/LatinExtendedAdditional.pl
14486 - lib/unicode/In/LetterlikeSymbols.pl
14487 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14488 - lib/unicode/In/MathematicalOperators.pl
14489 - lib/unicode/In/MiscellaneousSymbols.pl
14490 - lib/unicode/In/MiscellaneousTechnical.pl
14491 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14492 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14493 - lib/unicode/In/OpticalCharacterRecognition.pl
14494 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14495 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14496 - lib/unicode/In/SmallFormVariants.pl
14497 - lib/unicode/In/SpacingModifierLetters.pl
14498 - lib/unicode/In/Specials.pl
14499 - lib/unicode/In/SuperscriptsandSubscripts.pl
14500 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14501 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14502 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14503 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14504 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14505 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
14506 ! pod/perlunicode.pod
14507 ____________________________________________________________________________
14508 [ 9896] By: jhi on 2001/04/28 14:33:17
14509 Log: Update the information on shared library path on HP-UX.
14512 ____________________________________________________________________________
14513 [ 9895] By: jhi on 2001/04/28 14:32:30
14514 Log: Because #9894 seems to do the trick, this workaround can be removed.
14516 ! t/lib/selfstubber.t
14517 ____________________________________________________________________________
14518 [ 9894] By: jhi on 2001/04/28 14:26:13
14519 Log: For PerlIO flush the children's file handles (on fork/exec/system).
14522 ____________________________________________________________________________
14523 [ 9893] By: jhi on 2001/04/28 14:23:15
14524 Log: Test tweak for #9891.
14526 ! t/lib/b-deparse.t
14527 ____________________________________________________________________________
14528 [ 9892] By: jhi on 2001/04/28 14:10:13
14529 Log: New HP-UX hints from Merijn.
14532 ____________________________________________________________________________
14533 [ 9891] By: jhi on 2001/04/28 14:07:27
14534 Log: Subject: [PATCH B::Deparse] non-block scopes
14535 From: Robin Houston <robin@kitsite.com>
14536 Date: Fri, 27 Apr 2001 19:15:14 +0100
14537 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
14539 ! ext/B/B/Deparse.pm
14540 ____________________________________________________________________________
14541 [ 9890] By: nick on 2001/04/27 19:41:25
14542 Log: Integrate mainline
14544 +> t/lib/selfstubber.t
14545 !> (integrate 50 files)
14546 ____________________________________________________________________________
14547 [ 9889] By: jhi on 2001/04/27 18:23:46
14548 Log: Subject: Re: selfstubber test fail on bleadperl
14549 From: Mike Guy <mjtg@cam.ac.uk>
14550 Date: Fri, 27 Apr 2001 19:31:18 +0100
14551 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
14553 ! t/lib/selfstubber.t
14554 ____________________________________________________________________________
14555 [ 9888] By: jhi on 2001/04/27 16:20:54
14556 Log: Test tweak for #9886.
14558 ! t/lib/b-deparse.t
14559 ____________________________________________________________________________
14560 [ 9887] By: jhi on 2001/04/27 16:16:33
14561 Log: Buffering issue at least in Solaris (even with perlio).
14563 ! t/lib/selfstubber.t
14564 ____________________________________________________________________________
14565 [ 9886] By: jhi on 2001/04/27 14:59:23
14566 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
14567 From: Robin Houston <robin@kitsite.com>
14568 Date: Fri, 27 Apr 2001 16:53:20 +0100
14569 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
14571 ! ext/B/B/Deparse.pm
14572 ____________________________________________________________________________
14573 [ 9885] By: jhi on 2001/04/27 14:23:51
14574 Log: Update Changes.
14576 ! Changes patchlevel.h
14577 ____________________________________________________________________________
14578 [ 9884] By: jhi on 2001/04/27 14:14:12
14579 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
14580 From: "Philip Newton" <pnewton@gmx.de>
14581 Date: Fri, 27 Apr 2001 16:40:13 +0200
14582 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
14585 ____________________________________________________________________________
14586 [ 9883] By: jhi on 2001/04/27 13:28:19
14587 Log: Add LOG_PERROR; prettify the "removed".
14589 ! ext/Sys/Syslog/Syslog.xs
14590 ____________________________________________________________________________
14591 [ 9882] By: jhi on 2001/04/27 13:13:18
14592 Log: h2xs tweaks: use NV instead of double, "quote" the removed
14593 prefixes for clarity (especially when nothing is removed),
14594 slight pod reformats.
14597 ____________________________________________________________________________
14598 [ 9881] By: jhi on 2001/04/27 12:58:48
14599 Log: Don't bother creating existing directories.
14602 ____________________________________________________________________________
14603 [ 9880] By: jhi on 2001/04/27 12:45:39
14604 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
14605 From: Mike Schilli <m@perlmeister.com>
14606 Date: Wed, 25 Apr 2001 01:29:21 -0700
14607 Message-id: <3AE68AE1.6A981723@perlmeister.com>
14610 ____________________________________________________________________________
14611 [ 9879] By: jhi on 2001/04/27 12:40:55
14612 Log: break is not yet Perl. Added the template license also to README.
14615 ____________________________________________________________________________
14616 [ 9878] By: jhi on 2001/04/27 03:08:20
14617 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
14618 From: Tim Jenness <t.jenness@jach.hawaii.edu>
14619 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
14620 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
14622 ! t/lib/xs-typemap.t
14623 ____________________________________________________________________________
14624 [ 9877] By: jhi on 2001/04/26 23:54:40
14625 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
14626 From: "Abigail" <abigail@foad.org>
14627 Date: Fri, 27 Apr 2001 01:44:28 +0200
14628 Message-ID: <20010426234428.19786.qmail@foad.org>
14631 ____________________________________________________________________________
14632 [ 9876] By: jhi on 2001/04/26 23:52:06
14633 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
14634 From: Peter Prymmer <pvhp@forte.com>
14635 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
14636 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
14638 ! t/lib/selfstubber.t
14639 ____________________________________________________________________________
14640 [ 9875] By: jhi on 2001/04/26 23:48:10
14643 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
14644 ____________________________________________________________________________
14645 [ 9874] By: jhi on 2001/04/26 22:46:05
14646 Log: Document ANYOF_CLASS.
14649 ____________________________________________________________________________
14650 [ 9873] By: jhi on 2001/04/26 22:35:03
14651 Log: Subject: Re: [PATCH @9846] dumping ANYOF
14652 From: Hugo <hv@crypt.compulink.co.uk>
14653 Date: Thu, 26 Apr 2001 23:33:38 +0100
14654 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
14656 ! regcomp.c regcomp.h
14657 ____________________________________________________________________________
14658 [ 9872] By: jhi on 2001/04/26 22:34:31
14659 Log: Subject: [PATCH] more for Devel::SelfStubber
14660 From: Nicholas Clark <nick@ccl4.org>
14661 Date: Fri, 27 Apr 2001 00:13:52 +0100
14662 Message-ID: <20010427001351.K88186@plum.flirble.org>
14664 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
14665 ____________________________________________________________________________
14666 [ 9871] By: jhi on 2001/04/26 21:59:17
14667 Log: Subject: [PATCH B::Deparse] formats must be flush left
14668 From: Robin Houston <robin@kitsite.com>
14669 Date: Thu, 26 Apr 2001 23:54:29 +0100
14670 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
14672 ! ext/B/B/Deparse.pm
14673 ____________________________________________________________________________
14674 [ 9870] By: jhi on 2001/04/26 21:57:37
14675 Log: If some of the constants are prefixes of others,
14676 the prefixes may never get recognized. (See 20010426.006.)
14679 ____________________________________________________________________________
14680 [ 9869] By: jhi on 2001/04/26 21:50:42
14681 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
14682 From: Chris Bongaarts <cab@tc.umn.edu>
14683 Date: Thu, 26 Apr 2001 17:10:31 -0500
14684 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
14686 ! ext/Sys/Syslog/Syslog.xs
14687 ____________________________________________________________________________
14688 [ 9868] By: jhi on 2001/04/26 21:35:12
14689 Log: Further cuts and more docs from Graham Barr.
14691 ! ext/List/Util/lib/List/Util.pm
14692 ! ext/List/Util/lib/Scalar/Util.pm
14693 ____________________________________________________________________________
14694 [ 9867] By: jhi on 2001/04/26 21:18:57
14695 Log: Subject: [PATCH 5.7.1] DB_File-1.77
14696 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14697 Date: Thu, 26 Apr 2001 22:37:53 +0100
14698 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
14700 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14701 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14702 ____________________________________________________________________________
14703 [ 9866] By: jhi on 2001/04/26 21:12:31
14704 Log: Subject: [PATCH B::Deparse] fix easy bugs
14705 From: Robin Houston <robin@kitsite.com>
14706 Date: Thu, 26 Apr 2001 23:03:33 +0100
14707 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
14709 ! ext/B/B/Deparse.pm
14710 ____________________________________________________________________________
14711 [ 9865] By: jhi on 2001/04/26 20:26:13
14712 Log: Update Changes.
14714 ! Changes patchlevel.h
14715 ____________________________________________________________________________
14716 [ 9864] By: jhi on 2001/04/26 19:27:48
14717 Log: Dethinko from Robin Houston.
14719 ! ext/B/B/Deparse.pm
14720 ____________________________________________________________________________
14721 [ 9863] By: jhi on 2001/04/26 19:10:35
14722 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
14723 From: Robin Houston <robin@kitsite.com>
14724 Date: Thu, 26 Apr 2001 21:08:32 +0100
14725 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
14727 ! ext/B/B/Deparse.pm
14728 ____________________________________________________________________________
14729 [ 9862] By: jhi on 2001/04/26 19:04:23
14730 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14731 From: Robin Houston <robin@kitsite.com>
14732 Date: Thu, 26 Apr 2001 20:52:50 +0100
14733 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
14735 ! ext/B/B/Deparse.pm
14736 ____________________________________________________________________________
14737 [ 9861] By: jhi on 2001/04/26 18:56:14
14738 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
14739 From: Mike Guy <mjtg@cam.ac.uk>
14740 Date: Thu, 26 Apr 2001 14:22:40 +0100
14741 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
14744 ____________________________________________________________________________
14745 [ 9860] By: jhi on 2001/04/26 18:46:42
14746 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14747 From: Robin Houston <robin@kitsite.com>
14748 Date: Thu, 26 Apr 2001 20:34:29 +0100
14749 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
14751 Hashes do not interpolate.
14753 ! ext/B/B/Deparse.pm
14754 ____________________________________________________________________________
14755 [ 9859] By: jhi on 2001/04/26 18:43:51
14756 Log: Subject: The Time::Piece conspiracy unmasked!!!
14757 From: Mike Guy <mjtg@cam.ac.uk>
14758 Date: Thu, 26 Apr 2001 19:02:50 +0100
14759 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
14761 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
14762 From: Mike Guy <mjtg@cam.ac.uk>
14763 Date: Thu, 26 Apr 2001 19:08:21 +0100
14764 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
14766 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
14767 From: Graham Barr <gbarr@pobox.com>
14768 Date: Thu, 26 Apr 2001 19:12:03 +0100
14769 Message-ID: <20010426191203.A70835@pobox.com>
14771 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
14773 ! ext/List/Util/lib/List/Util.pm
14774 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
14775 ____________________________________________________________________________
14776 [ 9858] By: jhi on 2001/04/26 18:17:42
14777 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
14778 From: Robin Houston <robin@kitsite.com>
14779 Date: Thu, 26 Apr 2001 16:09:35 +0100
14780 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
14783 ____________________________________________________________________________
14784 [ 9857] By: jhi on 2001/04/26 18:04:59
14785 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
14786 From: barries <barries@slaysys.com>
14787 Date: Thu, 26 Apr 2001 12:01:10 -0400
14788 Message-ID: <20010426120110.E29698@jester.slaysys.com>
14791 ____________________________________________________________________________
14792 [ 9856] By: jhi on 2001/04/26 18:03:33
14793 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
14794 Date: Thu, 26 Apr 2001 17:13:41 +0100
14795 From: Robin Houston <robin@kitsite.com>
14796 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
14798 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14799 From: Robin Houston <robin@kitsite.com>
14800 Date: Thu, 26 Apr 2001 18:44:29 +0100
14801 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
14803 ! ext/B/B/Deparse.pm
14804 ____________________________________________________________________________
14805 [ 9855] By: jhi on 2001/04/26 17:56:04
14806 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
14807 From: Robin Houston <robin@kitsite.com>
14808 Date: Thu, 26 Apr 2001 17:04:08 +0100
14809 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
14811 ! ext/B/B/Deparse.pm
14812 ____________________________________________________________________________
14813 [ 9854] By: jhi on 2001/04/26 17:47:26
14814 Log: Subject: Re: Short test case for undef %stash:: crash
14815 From: Benjamin Sugars <bsugars@canoe.ca>
14816 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
14817 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
14818 Changed and moved the perldiag entry.
14820 ! gv.c pod/perldiag.pod
14821 ____________________________________________________________________________
14822 [ 9853] By: jhi on 2001/04/26 14:35:16
14823 Log: Beginnings of strptime(). Do not touch the wet paint.
14825 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14826 ____________________________________________________________________________
14827 [ 9852] By: jhi on 2001/04/26 13:17:21
14828 Log: Retract #9851, core dumps from pod2man.
14831 ____________________________________________________________________________
14832 [ 9851] By: jhi on 2001/04/26 11:54:41
14833 Log: (Retracted by #9852.)
14835 Subject: [PATCH @9846] dumping ANYOF
14836 From: Hugo <hv@crypt.compulink.co.uk>
14837 Date: Thu, 26 Apr 2001 05:32:38 +0100
14838 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
14841 ____________________________________________________________________________
14842 [ 9850] By: jhi on 2001/04/26 02:34:44
14843 Log: If ccflags was empty the _previous_ $* containing all the
14844 environment variables and Configure variables was used,
14845 which lead, among other bad things, into $ccflags being your
14846 uname -a output, which lead into test compile with cc failing,
14847 which lead into gcc being selected, which didn't work that well
14848 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
14849 with large files, et cetera.
14852 ____________________________________________________________________________
14853 [ 9849] By: jhi on 2001/04/26 01:44:57
14854 Log: Make selfstubber test more portable.
14856 ! t/lib/selfstubber.t
14857 ____________________________________________________________________________
14858 [ 9848] By: jhi on 2001/04/26 00:50:26
14859 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
14860 From: Benjamin Sugars <ben.sugars@home.com>
14861 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
14862 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
14865 ____________________________________________________________________________
14866 [ 9847] By: jhi on 2001/04/26 00:46:58
14867 Log: Subject: [PATCH: perl@9841] VMS updates
14868 From: Peter Prymmer <pvhp@forte.com>
14869 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
14870 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
14872 ! README.vms configure.com vms/descrip_mms.template
14873 ! vms/ext/filespec.t
14874 ____________________________________________________________________________
14875 [ 9846] By: jhi on 2001/04/26 00:11:56
14876 Log: re 'debug' was broken by #9084.
14879 ____________________________________________________________________________
14880 [ 9845] By: jhi on 2001/04/25 22:33:17
14881 Log: Subject: [PATCH] test for Devel::SelfStubber
14882 From: Nicholas Clark <nick@ccl4.org>
14883 Date: Thu, 26 Apr 2001 00:00:54 +0100
14884 Message-ID: <20010426000054.D89026@plum.flirble.org>
14886 + t/lib/selfstubber.t
14887 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
14888 ____________________________________________________________________________
14889 [ 9844] By: jhi on 2001/04/25 22:29:32
14890 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
14891 From: Paul Johnson <paul@pjcj.net>
14892 Date: Thu, 26 Apr 2001 00:46:08 +0200
14893 Message-ID: <20010426004608.H2338@pjcj.net>
14895 ! ext/B/B/Concise.pm
14896 ____________________________________________________________________________
14897 [ 9843] By: jhi on 2001/04/25 22:28:28
14898 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
14899 From: Peter Prymmer <pvhp@forte.com>
14900 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
14901 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
14904 ____________________________________________________________________________
14905 [ 9842] By: jhi on 2001/04/25 20:58:12
14906 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
14907 From: John Peacock <jpeacock@rowman.com>
14908 Date: Wed, 25 Apr 2001 17:30:26 -0400
14909 Message-ID: <3AE741F2.B3217464@rowman.com>
14911 ! lib/Math/BigInt.pm t/lib/bigintpm.t
14912 ____________________________________________________________________________
14913 [ 9841] By: jhi on 2001/04/25 20:07:05
14914 Log: Update Changes.
14916 ! Changes patchlevel.h
14917 ____________________________________________________________________________
14918 [ 9840] By: jhi on 2001/04/25 19:56:51
14919 Log: Yet another HP-UX hints version from Merijn.
14922 ____________________________________________________________________________
14923 [ 9839] By: jhi on 2001/04/25 19:53:04
14924 Log: abs_path() didn't terminate the filename correctly,
14925 in DIRNAMLENless systems like HP-UX this would fail.
14928 ____________________________________________________________________________
14929 [ 9838] By: jhi on 2001/04/25 16:37:26
14930 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
14931 From: Mike Guy <mjtg@cam.ac.uk>
14932 Date: Wed, 25 Apr 2001 18:31:47 +0100
14933 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
14936 ____________________________________________________________________________
14937 [ 9837] By: jhi on 2001/04/25 16:21:53
14938 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
14939 From: Jon Eveland <jweveland@yahoo.com>
14940 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
14941 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
14944 ____________________________________________________________________________
14945 [ 9836] By: jhi on 2001/04/25 14:17:50
14946 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
14947 From: "Philip Newton" <pnewton@gmx.de>
14948 Date: Wed, 25 Apr 2001 17:05:58 +0200
14949 Message-ID: <3AE703F6.3234.1833C45@localhost>
14951 ! Porting/patching.pod
14952 ____________________________________________________________________________
14953 [ 9835] By: jhi on 2001/04/25 13:58:07
14954 Log: It would seem that both ar and full_ar need to be overridden
14955 for HP-UX to avoid the GNU ar.
14958 ____________________________________________________________________________
14959 [ 9834] By: jhi on 2001/04/25 13:50:40
14960 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
14961 From: "Philip Newton" <pnewton@gmx.de>
14962 Date: Wed, 25 Apr 2001 16:09:23 +0200
14963 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
14968 ____________________________________________________________________________
14969 [ 9833] By: jhi on 2001/04/25 12:36:11
14970 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
14973 ____________________________________________________________________________
14974 [ 9832] By: jhi on 2001/04/25 12:33:36
14975 Log: New version of HP-UX hints from Merijn.
14978 ____________________________________________________________________________
14979 [ 9831] By: jhi on 2001/04/25 03:39:45
14980 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
14983 ____________________________________________________________________________
14984 [ 9830] By: jhi on 2001/04/25 02:53:25
14985 Log: The tzname[] bit is not needed by util.c -- and causes
14986 heartburn in VMS (and it missing was probably the cause of
14987 the Mac OS X trouble). Ouch.
14989 ! ext/POSIX/POSIX.xs util.c
14990 ____________________________________________________________________________
14991 [ 9829] By: jhi on 2001/04/25 00:10:06
14992 Log: Metaconfig unit change for #9828.
14994 ! U/compline/ccflags.U
14995 ____________________________________________________________________________
14996 [ 9828] By: jhi on 2001/04/25 00:04:18
14997 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
14998 (which is actually the reason for the change, we need to pass
14999 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
15000 EP/IX, OS/2, and TitanOS, based on the hints files.
15002 ! Configure config_h.SH
15003 ____________________________________________________________________________
15004 [ 9827] By: jhi on 2001/04/24 23:49:20
15005 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
15006 the $cat must have an absolute path.
15009 ____________________________________________________________________________
15010 [ 9826] By: jhi on 2001/04/24 23:40:53
15011 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
15014 ____________________________________________________________________________
15015 [ 9825] By: jhi on 2001/04/24 23:35:35
15016 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
15017 From: "Philip Newton" <pnewton@gmx.de>
15018 Date: Tue, 24 Apr 2001 18:52:49 +0200
15019 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
15022 ____________________________________________________________________________
15023 [ 9824] By: jhi on 2001/04/24 23:33:07
15024 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
15025 Some gcc specifics dropped out due to extensive rewriting;
15026 will be put back later as needed.
15029 ____________________________________________________________________________
15030 [ 9823] By: jhi on 2001/04/24 23:27:57
15031 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
15033 ! ext/POSIX/POSIX.xs
15034 ____________________________________________________________________________
15035 [ 9822] By: jhi on 2001/04/24 23:25:21
15036 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
15037 From: Tim Jenness <t.jenness@jach.hawaii.edu>
15038 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
15039 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
15041 ! ext/XS/Typemap/Typemap.xs
15042 ____________________________________________________________________________
15043 [ 9821] By: jhi on 2001/04/24 23:24:10
15044 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
15045 From: "Abigail" <abigail@foad.org>
15046 Date: Tue, 24 Apr 2001 23:12:03 +0200
15047 Message-ID: <20010424211203.7901.qmail@foad.org>
15050 ____________________________________________________________________________
15051 [ 9820] By: jhi on 2001/04/24 23:23:15
15052 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
15053 From: Matt Sergeant <matt@sergeant.org>
15054 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
15055 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
15058 ____________________________________________________________________________
15059 [ 9819] By: nick on 2001/04/24 18:49:43
15060 Log: Integrate mainline.
15062 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
15063 !> (integrate 37 files)
15064 ____________________________________________________________________________
15065 [ 9818] By: jhi on 2001/04/24 14:35:23
15066 Log: Update Changes.
15068 ! Changes patchlevel.h
15069 ____________________________________________________________________________
15070 [ 9817] By: jhi on 2001/04/24 14:09:17
15071 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
15072 From: "Philip Newton" <pnewton@gmx.de>
15073 Date: Tue, 24 Apr 2001 12:58:12 +0200
15074 Message-ID: <3AE57864.8304.B77A0A@localhost>
15076 plus add CPAN to the list of modules that have their own tests.
15078 ! t/lib/1_compile.t
15079 ____________________________________________________________________________
15080 [ 9816] By: jhi on 2001/04/24 14:07:03
15081 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
15082 From: Michael G Schwern <schwern@pobox.com>
15083 Date: Sat, 21 Apr 2001 22:35:00 +0100
15084 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
15086 ! t/lib/1_compile.t
15087 ____________________________________________________________________________
15088 [ 9815] By: jhi on 2001/04/24 13:54:32
15089 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
15090 From: Robin Houston <robin@kitsite.com>
15091 Date: Tue, 24 Apr 2001 15:51:18 +0100
15092 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
15094 ! ext/B/B/Deparse.pm
15095 ____________________________________________________________________________
15096 [ 9814] By: jhi on 2001/04/24 13:17:34
15097 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15098 From: Bill Glicker <billg@burrelles.com>
15099 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
15100 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
15103 ____________________________________________________________________________
15104 [ 9813] By: jhi on 2001/04/24 12:54:23
15105 Log: Prevent path disclosure (probing for existence of filenames)
15106 using suidperl; bug id 20010322.218.
15108 ! perl.c pod/perldiag.pod
15109 ____________________________________________________________________________
15110 [ 9812] By: jhi on 2001/04/24 12:08:36
15111 Log: Retract #9811.
15113 ! ext/POSIX/POSIX.xs
15114 ____________________________________________________________________________
15115 [ 9811] By: jhi on 2001/04/24 11:57:35
15116 Log: (Retracted by #9812.)
15118 ! ext/POSIX/POSIX.xs
15119 ____________________________________________________________________________
15120 [ 9810] By: jhi on 2001/04/24 03:32:35
15121 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
15124 ____________________________________________________________________________
15125 [ 9809] By: jhi on 2001/04/24 03:16:13
15126 Log: The Math::BigFloat::import() was broken.
15127 (Fixes bug id 20010422.002.)
15129 ! lib/Math/BigFloat.pm
15130 ____________________________________________________________________________
15131 [ 9808] By: jhi on 2001/04/24 01:11:40
15132 Log: Additional dependencies; should help for parallel makes
15133 not to fail on missing lib/lib.pm or lib/re.pm.
15136 ____________________________________________________________________________
15137 [ 9807] By: jhi on 2001/04/24 00:57:01
15138 Log: Update the test failure disclaimer.
15140 ! t/pragma/warn/pp_hot
15141 ____________________________________________________________________________
15142 [ 9806] By: jhi on 2001/04/24 00:54:04
15143 Log: Add make target "install-all" which is alias for "install"
15144 to cater for case-preserving filesystems like HFS+.
15146 ! INSTALL Makefile.SH
15147 ____________________________________________________________________________
15148 [ 9805] By: jhi on 2001/04/24 00:47:28
15149 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
15150 From: Peter Prymmer <pvhp@forte.com>
15151 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
15152 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
15154 (Ken William's message forwarded from macosx@perl.org)
15157 ____________________________________________________________________________
15158 [ 9804] By: jhi on 2001/04/23 23:57:35
15159 Log: Cut-and-pasto.
15162 ____________________________________________________________________________
15163 [ 9803] By: jhi on 2001/04/23 23:52:25
15164 Log: More PerlIO robustness.
15167 ____________________________________________________________________________
15168 [ 9802] By: jhi on 2001/04/23 23:43:35
15169 Log: Make the "STD* opened only for ..." errors more consistent.
15172 ____________________________________________________________________________
15173 [ 9801] By: jhi on 2001/04/23 23:34:26
15174 Log: Test case for #9800.
15177 ____________________________________________________________________________
15178 [ 9800] By: jhi on 2001/04/23 23:14:43
15179 Log: Avoid coredump on 'close STDERR; die' by making
15180 the PerlIO calls more robust. Also use SETERRNO()
15181 instead of errno = to be more VMS-ready.
15184 ____________________________________________________________________________
15185 [ 9799] By: jhi on 2001/04/23 21:41:10
15186 Log: Subject: test for ID 20010423.002
15187 From: Robin Houston <robin@kitsite.com>
15188 Date: Mon, 23 Apr 2001 16:52:21 +0100
15189 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
15192 ____________________________________________________________________________
15193 [ 9798] By: jhi on 2001/04/23 21:40:07
15194 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
15195 From: David Dyck <dcd@tc.fluke.com>
15196 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
15197 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
15200 ____________________________________________________________________________
15201 [ 9797] By: jhi on 2001/04/23 21:37:56
15202 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
15203 From: Benjamin Sugars <bsugars@canoe.ca>
15204 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
15205 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
15207 ! ext/Cwd/Cwd.xs lib/Cwd.pm
15208 ____________________________________________________________________________
15209 [ 9796] By: jhi on 2001/04/23 21:29:24
15210 Log: Synchronize h2xs and pod2man some more on the documentation
15211 templates they propose.
15213 ! pod/pod2man.PL utils/h2xs.PL
15214 ____________________________________________________________________________
15215 [ 9795] By: jhi on 2001/04/23 17:30:40
15216 Log: Add one more naughty test for base64; make encoding logic cleaner.
15219 ____________________________________________________________________________
15220 [ 9794] By: jhi on 2001/04/23 13:51:32
15221 Log: Update Changes.
15223 ! Changes patchlevel.h
15224 ____________________________________________________________________________
15225 [ 9793] By: jhi on 2001/04/23 13:44:18
15226 Log: Duplicate lines.
15229 ____________________________________________________________________________
15230 [ 9792] By: jhi on 2001/04/23 13:39:13
15231 Log: Subject: Re: PATCH 5.7.1
15232 From: Mark-Jason Dominus <mjd@plover.com>
15233 Date: Mon, 23 Apr 2001 10:30:21 -0400
15234 Message-ID: <20010423143021.17335.qmail@plover.com>
15237 ____________________________________________________________________________
15238 [ 9791] By: jhi on 2001/04/23 13:32:40
15239 Log: Add the CPAN.pm 1.59_54 tests.
15241 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
15243 ____________________________________________________________________________
15244 [ 9790] By: jhi on 2001/04/23 13:21:55
15245 Log: Subject: Deparse nit
15246 From: Robin Houston <robin@kitsite.com>
15247 Date: Mon, 23 Apr 2001 12:38:20 +0100
15248 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
15250 ! ext/B/B/Deparse.pm
15251 ____________________________________________________________________________
15252 [ 9789] By: jhi on 2001/04/23 13:19:07
15253 Log: Subject: [PATCH] bug 20010423.002
15254 From: Robin Houston <robin@kitsite.com>
15255 Date: Mon, 23 Apr 2001 13:12:30 +0100
15256 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
15259 ____________________________________________________________________________
15260 [ 9788] By: jhi on 2001/04/23 13:02:49
15261 Log: Subject: PATCH [5.7.1] hv.c unused #define
15262 From: Mark-Jason Dominus <mjd@plover.com>
15263 Date: Sun, 22 Apr 2001 14:17:49 -0400
15264 Message-ID: <20010422181749.26976.qmail@plover.com>
15267 ____________________________________________________________________________
15268 [ 9787] By: jhi on 2001/04/23 13:02:02
15269 Log: Subject: PATCH 5.7.1
15270 From: Mark-Jason Dominus <mjd@plover.com>
15271 Date: Sun, 22 Apr 2001 15:12:57 -0400
15272 Message-ID: <20010422191258.6539.qmail@plover.com>
15274 plus Sarathy's STMT_START + STMT_END suggestion.
15277 ____________________________________________________________________________
15278 [ 9786] By: jhi on 2001/04/23 12:53:25
15281 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
15282 From: dLux <dlux@spam.sch.bme.hu>
15283 Date: Mon, 23 Apr 2001 01:25:26 +0200
15284 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
15286 (SvGROW really does return a char *.)
15288 ! pod/perlapi.pod sv.h
15289 ____________________________________________________________________________
15290 [ 9785] By: jhi on 2001/04/23 04:34:04
15291 Log: Time::Piece work continues. $t->day removed since
15292 I think it's too confusing. Now has normal and
15293 abbreviated length weekday names and month names,
15294 the names change with _names(), not _list().
15295 Now has strftime() in Perl, _strftime() is
15296 the libc version (to which strftime() falls back
15297 if it doesn't know the format. To do: the reverse
15298 of strftime, strptime(), and the localisation of both.
15300 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
15301 ! t/lib/time-piece.t
15302 ____________________________________________________________________________
15303 [ 9784] By: jhi on 2001/04/23 02:41:46
15304 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
15305 From: andreas.koenig@anima.de (Andreas J. Koenig)
15306 Date: 23 Apr 2001 05:20:55 +0200
15307 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
15309 ! t/pragma/overload.t
15310 ____________________________________________________________________________
15311 [ 9783] By: jhi on 2001/04/22 23:32:42
15312 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
15313 From: Robin Houston <robin@kitsite.com>
15314 Date: Mon, 23 Apr 2001 00:38:18 +0100
15315 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
15317 ! ext/B/B/Deparse.pm
15318 ____________________________________________________________________________
15319 [ 9782] By: jhi on 2001/04/22 20:55:43
15320 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
15321 From: Simon Cozens <simon@netthink.co.uk>
15322 Date: Sun, 22 Apr 2001 18:47:25 +0100
15323 Message-ID: <20010422184725.A14411@netthink.co.uk>
15325 ! sv.c t/pragma/overload.t
15326 ____________________________________________________________________________
15327 [ 9781] By: jhi on 2001/04/22 20:52:13
15328 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
15329 From: Robin Houston <robin@kitsite.com>
15330 Date: Sun, 22 Apr 2001 22:14:50 +0100
15331 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
15333 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15334 ____________________________________________________________________________
15335 [ 9780] By: nick on 2001/04/22 20:40:31
15336 Log: Integrate mainline.
15338 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15340 !> (integrate 38 files)
15341 ____________________________________________________________________________
15342 [ 9779] By: jhi on 2001/04/22 15:16:03
15343 Log: Subject: IO::Socket::INET patch
15344 From: andrew deryabin <djsf@technarchy.ru>
15345 Date: Sat, 21 Apr 2001 17:46:52 +0400
15346 Message-ID: <20010421174652.B1426@technarchy>
15348 ! ext/IO/lib/IO/Socket/INET.pm
15349 ____________________________________________________________________________
15350 [ 9778] By: jhi on 2001/04/22 15:14:33
15351 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
15352 From: Mark-Jason Dominus <mjd@plover.com>
15353 Date: Sat, 21 Apr 2001 21:27:49 -0400
15354 Message-ID: <20010422012749.27024.qmail@plover.com>
15357 ____________________________________________________________________________
15358 [ 9777] By: jhi on 2001/04/22 15:10:51
15359 Log: Subject: Re: Regex debugger patch
15360 From: Mark-Jason Dominus <mjd@plover.com>
15361 Date: Sat, 21 Apr 2001 21:48:51 -0400
15362 Message-ID: <20010422014851.27165.qmail@plover.com>
15364 ! pod/perldebguts.pod
15365 ____________________________________________________________________________
15366 [ 9776] By: jhi on 2001/04/22 15:09:48
15367 Log: Subject: Re: Regex debugger patch
15368 From: Mark-Jason Dominus <mjd@plover.com>
15369 Date: Sat, 21 Apr 2001 14:24:39 -0400
15370 Message-ID: <20010421182439.16508.qmail@plover.com>
15372 Regex debugger backend.
15374 ! regcomp.c regexp.h
15375 ____________________________________________________________________________
15376 [ 9775] By: jhi on 2001/04/21 16:45:40
15377 Log: Subject: [PATCH] Typo in utf8.h
15378 From: Jesús Quiroga <jquiroga@pobox.com>
15379 Date: Sat, 21 Apr 2001 19:25:33 +0200
15380 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
15383 ____________________________________________________________________________
15384 [ 9774] By: jhi on 2001/04/21 16:43:52
15385 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15386 From: Joe Orton <jorton@redhat.com>
15387 Date: Tue, 17 Apr 2001 15:50:43 +0100
15388 Message-Id: <20010417155043.D19132@eu.c2.net>
15391 ____________________________________________________________________________
15392 [ 9773] By: jhi on 2001/04/21 15:30:15
15393 Log: Subject: Patch utils/h2xs.PL
15394 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15395 Date: Sat, 21 Apr 2001 10:32:16 -0500
15396 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
15398 Add MAILING list and LICENSE templates.
15401 ____________________________________________________________________________
15402 [ 9772] By: jhi on 2001/04/21 15:28:36
15403 Log: Subject: perlfaq2.patch for 5.7.1
15404 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15405 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
15406 Date: Fri, 20 Apr 2001 16:42:19 -0500
15408 rm an extra tab, a blurb about the xx.cpan to clarify
15409 which countries actually have that and dejanews is history
15410 as well as most of that nonsensical entry.
15413 ____________________________________________________________________________
15414 [ 9771] By: jhi on 2001/04/21 15:27:17
15415 Log: Subject: perlfaq1.patch for 5.7.1
15416 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15417 Date: Fri, 20 Apr 2001 16:57:36 -0500
15418 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
15420 Evil URLs must die. Especially when they are broken.
15423 ____________________________________________________________________________
15424 [ 9770] By: jhi on 2001/04/21 15:23:38
15425 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
15426 From: Michael G Schwern <schwern@pobox.com>
15427 Date: Sat, 21 Apr 2001 16:11:12 +0100
15428 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
15430 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15432 ! MANIFEST ext/B/B.pm t/lib/b.t
15433 ____________________________________________________________________________
15434 [ 9769] By: jhi on 2001/04/21 15:03:32
15435 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
15436 From: Michael G Schwern <schwern@pobox.com>
15437 Date: Sat, 21 Apr 2001 09:48:00 +0100
15438 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
15441 ____________________________________________________________________________
15442 [ 9768] By: jhi on 2001/04/21 14:33:49
15443 Log: PerlIO and Encode doc cleanup and tweaks.
15445 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
15446 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
15447 ____________________________________________________________________________
15448 [ 9767] By: jhi on 2001/04/21 12:40:16
15449 Log: Integrate perlio.
15452 ____________________________________________________________________________
15453 [ 9766] By: nick on 2001/04/20 18:28:35
15454 Log: Avoid core dump on
15455 open(STDOUT,">",\$foo);
15458 ____________________________________________________________________________
15459 [ 9765] By: jhi on 2001/04/20 13:23:43
15460 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15461 From: Robin Houston <robin@kitsite.com>
15462 Date: Fri, 20 Apr 2001 14:29:22 +0100
15463 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
15465 ! ext/B/B.pm ext/B/B/Deparse.pm
15466 ____________________________________________________________________________
15467 [ 9764] By: jhi on 2001/04/20 13:19:33
15468 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
15469 From: Peter Prymmer <pvhp@forte.com>
15470 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
15471 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
15473 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15474 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15475 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15476 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15477 ____________________________________________________________________________
15478 [ 9763] By: jhi on 2001/04/20 12:36:39
15479 Log: Subject: Re: A new PerlIO coredump
15480 From: Nick Ing-Simmons <nik@tiuk.ti.com>
15481 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
15482 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
15485 ____________________________________________________________________________
15486 [ 9762] By: jhi on 2001/04/19 23:02:30
15487 Log: Update Changes.
15489 ! Changes patchlevel.h
15490 ____________________________________________________________________________
15491 [ 9761] By: jhi on 2001/04/19 22:59:19
15492 Log: More cleanup cleanup.
15494 ! Makefile.SH win32/Makefile win32/makefile.mk
15495 ____________________________________________________________________________
15496 [ 9760] By: jhi on 2001/04/19 22:50:31
15497 Log: lib/Time is non-empty, let's not rmdir it.
15500 ____________________________________________________________________________
15501 [ 9759] By: jhi on 2001/04/19 22:36:51
15502 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15503 From: Robin Houston <robin@kitsite.com>
15504 Date: Fri, 20 Apr 2001 00:18:53 +0100
15505 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
15507 ! ext/B/B/Deparse.pm
15508 ____________________________________________________________________________
15509 [ 9758] By: jhi on 2001/04/19 22:36:00
15510 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
15511 From: Peter Prymmer <pvhp@forte.com>
15512 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
15513 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
15516 ____________________________________________________________________________
15517 [ 9757] By: nick on 2001/04/19 18:53:54
15518 Log: Blind (untested) integrate of mainline.
15520 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15521 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
15522 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15523 !> (integrate 53 files)
15524 ____________________________________________________________________________
15525 [ 9756] By: jhi on 2001/04/19 16:59:23
15526 Log: Document and test Time::Piece.
15528 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
15529 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
15530 ____________________________________________________________________________
15531 [ 9755] By: jhi on 2001/04/19 12:13:29
15532 Log: A better fix for the \x{12345678} trouble from NI-S.
15535 ____________________________________________________________________________
15536 [ 9754] By: jhi on 2001/04/19 11:56:07
15537 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
15538 From: Robin Houston <robin@kitsite.com>
15539 Date: Wed, 18 Apr 2001 17:58:33 +0100
15540 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
15542 ! ext/B/B/Deparse.pm op.c
15543 ____________________________________________________________________________
15544 [ 9753] By: jhi on 2001/04/19 04:21:52
15545 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
15546 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
15547 Date: Thu, 19 Apr 2001 01:11:41 -0400
15548 Message-ID: <20010419011141.A5798@cpan.org>
15550 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
15551 ____________________________________________________________________________
15552 [ 9752] By: jhi on 2001/04/19 02:41:10
15553 Log: The new time utils need to be thread-aware, too.
15556 ____________________________________________________________________________
15557 [ 9751] By: jhi on 2001/04/19 02:26:47
15558 Log: Compilation nit noticed by AIX compiler.
15561 ____________________________________________________________________________
15562 [ 9750] By: jhi on 2001/04/19 02:20:06
15563 Log: The new time utils need to be public.
15566 ____________________________________________________________________________
15567 [ 9749] By: jhi on 2001/04/19 01:42:39
15571 ____________________________________________________________________________
15572 [ 9748] By: jhi on 2001/04/19 01:41:10
15573 Log: Add Time::Piece, a slight rewrite of Time::Object,
15574 from Matt Sergeant.
15576 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15577 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
15578 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15579 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
15580 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
15581 ! win32/makefile.mk
15582 ____________________________________________________________________________
15583 [ 9747] By: jhi on 2001/04/19 00:55:35
15584 Log: The new metaconfig unit from strftime.
15585 Branch: metaconfig/U/perl
15587 ____________________________________________________________________________
15588 [ 9746] By: jhi on 2001/04/19 00:54:54
15589 Log: Move the strftime() wrapper from POSIX.xs to util.c
15590 as my_strftime(), requires HAS_STRFTIME.
15592 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15593 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
15594 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
15595 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15596 ! vos/config.ga.h win32/config.bc win32/config.gc
15598 ____________________________________________________________________________
15599 [ 9745] By: jhi on 2001/04/18 23:11:03
15600 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
15601 in preparation of Time::Piece.
15603 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
15604 ____________________________________________________________________________
15605 [ 9744] By: jhi on 2001/04/18 22:33:12
15606 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
15607 From: Peter Prymmer <pvhp@forte.com>
15608 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
15609 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
15612 ____________________________________________________________________________
15613 [ 9743] By: jhi on 2001/04/18 22:32:23
15614 Log: Subject: Fwd: pod2html leaves cache files lying around?
15615 From: Rajesh Vaidheeswarran <rv@gnu.org>
15616 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
15617 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
15620 ____________________________________________________________________________
15621 [ 9742] By: jhi on 2001/04/18 20:31:49
15622 Log: Update Changes.
15624 ! Changes patchlevel.h
15625 ____________________________________________________________________________
15626 [ 9741] By: jhi on 2001/04/18 20:23:02
15627 Log: Declare hints only if needed.
15629 ! ext/B/B/Deparse.pm
15630 ____________________________________________________________________________
15631 [ 9740] By: jhi on 2001/04/18 19:06:05
15632 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
15633 bug noticed by Robin Houston; basically the code of detecting
15634 value wraparound was acting differently under different compilers
15635 and platforms. The workaround is to remove the overflow check
15636 for now, a real fix would be to do the overflow (portably) right.
15638 ! t/op/pat.t utf8.c
15639 ____________________________________________________________________________
15640 [ 9739] By: jhi on 2001/04/18 19:01:23
15641 Log: Subject: [PATCH B::Deparse] some pragma support
15642 From: Robin Houston <robin@kitsite.com>
15643 Date: Wed, 18 Apr 2001 19:32:12 +0100
15644 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
15646 ! ext/B/B/Deparse.pm
15647 ____________________________________________________________________________
15648 [ 9738] By: jhi on 2001/04/18 15:16:37
15649 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
15650 From: Benjamin Sugars <bsugars@canoe.ca>
15651 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
15652 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
15655 ____________________________________________________________________________
15656 [ 9737] By: jhi on 2001/04/18 13:24:50
15657 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
15658 From: Tim Jenness <t.jenness@jach.hawaii.edu>
15659 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
15660 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
15662 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
15663 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
15664 ____________________________________________________________________________
15665 [ 9736] By: jhi on 2001/04/18 04:15:14
15666 Log: The #9735 also changes the subtest 12.
15669 ____________________________________________________________________________
15670 [ 9735] By: jhi on 2001/04/18 03:55:17
15671 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
15672 From: David Dyck <dcd@tc.fluke.com>
15673 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
15674 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
15676 ! ext/B/B/Deparse.pm
15677 ____________________________________________________________________________
15678 [ 9734] By: jhi on 2001/04/18 03:54:11
15679 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
15680 From: Gisle Aas <gisle@ActiveState.com>
15681 Date: 17 Apr 2001 19:06:45 -0700
15682 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
15684 ! pp_hot.c t/op/misc.t
15685 ____________________________________________________________________________
15686 [ 9733] By: jhi on 2001/04/17 22:25:22
15687 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
15688 From: "Abigail" <abigail@foad.org>
15689 Date: Wed, 18 Apr 2001 01:17:46 +0200
15690 Message-ID: <20010417231746.21657.qmail@foad.org>
15692 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
15693 ____________________________________________________________________________
15694 [ 9732] By: jhi on 2001/04/17 20:47:56
15695 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
15696 From: Robin Houston <robin@kitsite.com>
15697 Date: Tue, 17 Apr 2001 22:37:42 +0100
15698 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
15700 ! ext/B/B/Deparse.pm
15701 ____________________________________________________________________________
15702 [ 9731] By: nick on 2001/04/17 20:46:35
15703 Log: Re-sync for t/lib/b.t fix
15705 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
15706 ____________________________________________________________________________
15707 [ 9730] By: jhi on 2001/04/17 20:45:29
15708 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
15709 From: Robin Houston <robin@kitsite.com>
15710 Date: Tue, 17 Apr 2001 22:29:36 +0100
15711 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
15713 ! ext/B/B.xs ext/B/B/Deparse.pm
15714 ____________________________________________________________________________
15715 [ 9729] By: jhi on 2001/04/17 20:43:11
15716 Log: Subject: Deparse - parenthesise args to undeclared subs
15717 From: Robin Houston <robin@kitsite.com>
15718 Date: Tue, 17 Apr 2001 21:31:05 +0100
15719 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
15721 ! ext/B/B/Deparse.pm
15722 ____________________________________________________________________________
15723 [ 9728] By: jhi on 2001/04/17 18:57:30
15724 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
15725 From: Benjamin Sugars <ben.sugars@home.com>
15726 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
15727 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
15730 ____________________________________________________________________________
15731 [ 9727] By: jhi on 2001/04/17 18:20:20
15732 Log: Subject: [PATCH B::Deparse] ambient pragmas
15733 From: Robin Houston <robin@kitsite.com>
15734 Date: Tue, 17 Apr 2001 20:01:59 +0100
15735 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
15737 ! ext/B/B/Deparse.pm t/lib/b.t
15738 ____________________________________________________________________________
15739 [ 9726] By: nick on 2001/04/17 16:33:51
15740 Log: Integrate mainline (t/lib/b.t fails test 2...)
15742 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
15743 +> ext/List/Util/README ext/List/Util/Util.xs
15744 +> ext/List/Util/lib/List/Util.pm
15745 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
15746 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15747 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15748 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15749 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15750 !> (integrate 31 files)
15751 ____________________________________________________________________________
15752 [ 9725] By: jhi on 2001/04/17 12:14:24
15753 Log: Subject: multiple B::* changes
15754 From: Robin Houston <robin@kitsite.com>
15755 Date: Thu, 12 Apr 2001 20:12:27 +0100
15756 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
15758 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15759 ____________________________________________________________________________
15760 [ 9724] By: jhi on 2001/04/17 11:59:05
15761 Log: Thread-awareness from Doug MacEachern.
15763 ! ext/List/Util/Util.xs
15764 ____________________________________________________________________________
15765 [ 9723] By: jhi on 2001/04/17 11:57:41
15766 Log: Make the test more portable.
15769 ____________________________________________________________________________
15770 [ 9722] By: jhi on 2001/04/17 11:53:50
15771 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
15772 From: Benjamin Sugars <ben.sugars@home.com>
15773 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
15774 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
15777 ____________________________________________________________________________
15778 [ 9721] By: jhi on 2001/04/17 11:52:17
15779 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
15780 From: Benjamin Sugars <bsugars@canoe.ca>
15781 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
15782 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
15785 ____________________________________________________________________________
15786 [ 9720] By: jhi on 2001/04/17 11:35:42
15787 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
15788 From: Chris Nandor <pudge@pobox.com>
15789 Date: Tue, 17 Apr 2001 00:30:49 -0400
15790 Message-Id: <p05100207b701768712de@[10.0.1.177]>
15792 ! ext/File/Glob/bsd_glob.c gv.c
15793 ____________________________________________________________________________
15794 [ 9719] By: jhi on 2001/04/17 11:32:13
15795 Log: Subject: [PATCH] Tweten->West
15796 From: Casey West <casey@geeknest.com>
15797 Date: Mon, 16 Apr 2001 12:11:22 -0400
15798 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
15800 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
15802 ____________________________________________________________________________
15803 [ 9718] By: jhi on 2001/04/16 03:22:52
15804 Log: Update Changes.
15806 ! Changes patchlevel.h
15807 ____________________________________________________________________________
15808 [ 9717] By: jhi on 2001/04/16 03:06:28
15812 ____________________________________________________________________________
15813 [ 9716] By: jhi on 2001/04/16 02:58:42
15814 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
15815 From: Prymmer/Kahn <pvhp@best.com>
15816 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
15817 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
15820 ____________________________________________________________________________
15821 [ 9715] By: jhi on 2001/04/15 23:40:35
15822 Log: Subject: Re: Net::Ping patch, adds stream protocol
15823 From: bronson@rinspin.com (Scott Bronson)
15824 Date: Tue, 10 Apr 2001 23:58:33 -0700
15825 Message-ID: <20010410235833.N29719@rinspin.com>
15828 ____________________________________________________________________________
15829 [ 9714] By: jhi on 2001/04/15 23:31:46
15830 Log: Printing out the ok messages helps successful testing.
15832 ! t/lib/time-hires.t
15833 ____________________________________________________________________________
15834 [ 9713] By: jhi on 2001/04/15 21:43:24
15835 Log: Update Douglas Wegscheid's email.
15838 ____________________________________________________________________________
15839 [ 9712] By: jhi on 2001/04/15 21:40:41
15840 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
15841 From: Michael G Schwern <schwern@pobox.com>
15842 Date: Sat, 14 Apr 2001 22:40:50 +0100
15843 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
15846 ! MANIFEST lib/Exporter/Heavy.pm
15847 ____________________________________________________________________________
15848 [ 9711] By: jhi on 2001/04/15 21:39:21
15849 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
15850 From: Michael G Schwern <schwern@pobox.com>
15851 Date: Sat, 14 Apr 2001 22:13:59 +0100
15852 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
15855 ____________________________________________________________________________
15856 [ 9710] By: jhi on 2001/04/15 21:30:19
15857 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
15858 From: Michael G Schwern <schwern@pobox.com>
15859 Date: Sat, 14 Apr 2001 22:05:32 +0100
15860 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
15862 ! t/pragma/warnings.t
15863 ____________________________________________________________________________
15864 [ 9709] By: jhi on 2001/04/15 19:34:09
15865 Log: Integrate changes #9706,9707 from maintperl into mainline.
15867 change#7210 broke .packlist generation
15869 ExtUtils::Installed doesn't quote regex metacharacters in paths
15870 before using them in match; also make it work for dosish platforms
15872 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15873 ____________________________________________________________________________
15874 [ 9708] By: jhi on 2001/04/15 19:31:01
15875 Log: Test also the scalar aspect of getitimer().
15877 ! t/lib/time-hires.t
15878 ____________________________________________________________________________
15879 [ 9707] By: gsar on 2001/04/15 17:24:20
15880 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
15881 before using them in match; also make it work for dosish platforms
15882 Branch: maint-5.6/perl
15883 ! lib/ExtUtils/Installed.pm
15884 ____________________________________________________________________________
15885 [ 9706] By: gsar on 2001/04/15 17:21:59
15886 Log: change#7210 broke .packlist generation (listed only filename
15887 rather than fully qualified path name)
15888 Branch: maint-5.6/perl
15889 ! lib/ExtUtils/Install.pm
15890 ____________________________________________________________________________
15891 [ 9705] By: jhi on 2001/04/15 12:36:33
15892 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
15894 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
15895 ! t/lib/time-hires.t
15896 ____________________________________________________________________________
15897 [ 9704] By: jhi on 2001/04/15 10:49:08
15898 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
15899 From: Prymmer/Kahn <pvhp@best.com>
15900 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
15901 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
15903 ! lib/utf8.pm pod/perlebcdic.pod
15904 ____________________________________________________________________________
15905 [ 9703] By: jhi on 2001/04/15 02:26:26
15906 Log: I keep forgetting to sort MANIFEST.
15909 ____________________________________________________________________________
15910 [ 9702] By: jhi on 2001/04/15 02:07:47
15911 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
15912 Now we have blessed, reftype, tainted, first, reduce, ...
15914 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
15915 + ext/List/Util/README ext/List/Util/Util.xs
15916 + ext/List/Util/lib/List/Util.pm
15917 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
15918 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
15919 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15920 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15921 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15923 ____________________________________________________________________________
15924 [ 9701] By: jhi on 2001/04/14 15:05:25
15925 Log: Subject: RE: dprofpp.pl updates
15926 From: Carl Eklof <CEklof@endeca.com>
15927 Date: Thu, 12 Apr 2001 18:45:46 -0400
15928 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
15931 ____________________________________________________________________________
15932 [ 9700] By: jhi on 2001/04/14 14:44:55
15933 Log: Do not just blindly add CR.
15936 ____________________________________________________________________________
15937 [ 9699] By: jhi on 2001/04/13 13:17:01
15938 Log: Update Changes.
15940 ! Changes patchlevel.h
15941 ____________________________________________________________________________
15942 [ 9698] By: jhi on 2001/04/13 12:44:48
15943 Log: Integrate perlio.
15945 !> ext/PerlIO/Scalar/Scalar.xs
15946 ____________________________________________________________________________
15947 [ 9697] By: jhi on 2001/04/13 12:29:15
15948 Log: Add more debug output to the test.
15951 ____________________________________________________________________________
15952 [ 9696] By: nick on 2001/04/13 10:14:29
15953 Log: Fix core dump on binmode($fh,'Scalar')
15955 ! ext/PerlIO/Scalar/Scalar.xs
15956 ____________________________________________________________________________
15957 [ 9695] By: nick on 2001/04/13 09:05:42
15958 Log: Integrate mainline
15960 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15961 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
15962 +> t/lib/time-hires.t
15963 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
15964 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
15965 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
15966 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
15967 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
15968 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
15969 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
15970 ____________________________________________________________________________
15971 [ 9694] By: jhi on 2001/04/12 22:23:35
15972 Log: Integrate change #9693 from maintperl into mainline.
15974 $VERSION and Version() on the same line provokes a warning from
15975 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
15977 !> lib/Devel/SelfStubber.pm
15978 ____________________________________________________________________________
15979 [ 9693] By: gsar on 2001/04/12 21:55:56
15980 Log: $VERSION and Version() on the same line provokes a warning from
15981 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
15982 Branch: maint-5.6/perl
15983 ! lib/Devel/SelfStubber.pm
15984 ____________________________________________________________________________
15985 [ 9692] By: jhi on 2001/04/12 13:54:00
15986 Log: This is at least 5.005.
15988 ! ext/Time/HiRes/HiRes.xs
15989 ____________________________________________________________________________
15990 [ 9691] By: jhi on 2001/04/12 13:37:20
15991 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
15993 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
15994 ! win32/Makefile win32/makefile.mk
15995 ____________________________________________________________________________
15996 [ 9690] By: jhi on 2001/04/12 01:34:46
15997 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
15999 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16000 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16001 + t/lib/time-hires.t
16003 ____________________________________________________________________________
16004 [ 9689] By: jhi on 2001/04/12 00:28:39
16005 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
16006 From: Gisle Aas <gisle@ActiveState.com>
16007 Date: 11 Apr 2001 16:36:11 -0700
16008 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
16010 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
16011 ____________________________________________________________________________
16012 [ 9688] By: jhi on 2001/04/12 00:27:39
16013 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16014 From: Gisle Aas <gisle@ActiveState.com>
16015 Date: 11 Apr 2001 11:13:24 -0700
16016 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
16018 ! ext/MIME/Base64/Base64.xs
16019 ____________________________________________________________________________
16020 [ 9687] By: jhi on 2001/04/11 19:51:47
16021 Log: Slight update on the Todo list. (Should integrate to Todo?)
16024 ____________________________________________________________________________
16025 [ 9686] By: jhi on 2001/04/11 16:54:25
16026 Log: Subject: [PATCH opcode.pl] Documentation of table format
16027 From: Simon Cozens <simon@netthink.co.uk>
16028 Date: Wed, 11 Apr 2001 12:59:31 +0100
16029 Message-ID: <20010411125931.A25681@netthink.co.uk>
16032 ____________________________________________________________________________
16033 [ 9685] By: jhi on 2001/04/11 16:53:15
16034 Log: Subject: [PATCH] prototype("CORE::recv")
16035 From: Simon Cozens <simon@netthink.co.uk>
16036 Date: Wed, 11 Apr 2001 13:24:35 +0100
16037 Message-ID: <20010411132435.A26169@netthink.co.uk>
16039 ! pp.c t/comp/proto.t
16040 ____________________________________________________________________________
16041 [ 9684] By: jhi on 2001/04/11 16:47:13
16042 Log: FAQ (and AUTHORS) update from Dan Carson: the information
16043 was several years obsolete, Term::Readkey has been updated
16044 to have the functionality.
16046 ! AUTHORS pod/perlfaq5.pod
16047 ____________________________________________________________________________
16048 [ 9683] By: jhi on 2001/04/11 12:15:46
16049 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16050 From: Calle Dybedahl <calle@lysator.liu.se>
16051 Date: 10 Apr 2001 16:44:16 +0200
16052 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
16054 ! ext/MIME/Base64/Base64.xs
16055 ____________________________________________________________________________
16056 [ 9682] By: jhi on 2001/04/11 12:12:26
16057 Log: A more minimal fix for 20010410.006 from Hugo.
16060 ____________________________________________________________________________
16061 [ 9681] By: jhi on 2001/04/11 11:34:23
16062 Log: Integrate changes #9678,9679 from maintline into mainperl.
16064 addendum to change#9676
16066 up $File::Glob::VERSION; add a note pointing out the version of
16067 the OpenBSD glob bsd_glob.c resembles
16069 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16070 !> ext/File/Glob/bsd_glob.h
16071 ____________________________________________________________________________
16072 [ 9680] By: jhi on 2001/04/11 11:30:38
16073 Log: Bad test numbering in integrate in #9677.
16074 Fixes ID 20010411.001.
16077 ____________________________________________________________________________
16078 [ 9679] By: gsar on 2001/04/11 03:38:40
16079 Log: up $File::Glob::VERSION; add a note pointing out the version of
16080 the OpenBSD glob bsd_glob.c resembles
16081 Branch: maint-5.6/perl
16082 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16083 ! ext/File/Glob/bsd_glob.h
16084 ____________________________________________________________________________
16085 [ 9678] By: gsar on 2001/04/11 03:09:48
16086 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
16087 revision 1.8.10.1 found here:
16089 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
16090 Branch: maint-5.6/perl
16091 ! ext/File/Glob/bsd_glob.c
16092 ____________________________________________________________________________
16093 [ 9677] By: jhi on 2001/04/11 02:54:39
16094 Log: Integrate changes #9675,9676 from maintperl into mainline.
16096 fix for bug 20010410.006, undo change#7115
16098 port the OpenBSD glob() security patch
16100 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16101 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
16103 ____________________________________________________________________________
16104 [ 9676] By: gsar on 2001/04/11 02:19:02
16105 Log: port the glob() security patch found at:
16107 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
16109 CERT advisory for the issue is here:
16111 http://www.cert.org/advisories/CA-2001-07.html
16113 Note that the security scare is only relevant for those who are
16114 foolish enough to build suidperl (which is now officially discouraged)
16115 Branch: maint-5.6/perl
16116 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16117 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
16118 ____________________________________________________________________________
16119 [ 9675] By: gsar on 2001/04/10 23:52:11
16120 Log: fix for bug 20010410.006
16122 undo change#7115 (came into maint-5.6 as change#8156)
16124 add tests to keep it from coming back
16125 Branch: maint-5.6/perl
16126 ! regexec.c t/op/pat.t
16127 ____________________________________________________________________________
16128 [ 9674] By: nick on 2001/04/10 20:39:31
16129 Log: Integrate mainline
16131 +> Porting/testall.atom
16132 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
16133 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
16134 !> t/lib/lc-uk.t t/pod/find.t
16135 ____________________________________________________________________________
16136 [ 9673] By: nick on 2001/04/10 18:46:14
16137 Log: Integrate against change 9670 aka perl-5.7.1
16139 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16140 !> (integrate 53 files)
16141 ____________________________________________________________________________
16142 [ 9672] By: jhi on 2001/04/10 13:45:01
16143 Log: Add a script for doing cumulative profile of the test suite.
16144 (Requires ATOM, that is, Tru64.)
16146 + Porting/testall.atom
16148 ____________________________________________________________________________
16149 [ 9671] By: jhi on 2001/04/10 12:38:53
16150 Log: Missing std block.
16152 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
16153 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
16155 ____________________________________________________________________________
16156 [ 9670] By: jhi on 2001/04/10 01:25:58
16157 Log: This is 5.7.1.
16160 ____________________________________________________________________________
16161 [ 9669] By: jhi on 2001/04/10 01:09:14
16162 Log: Update Changes.
16164 ! Changes patchlevel.h
16165 ____________________________________________________________________________
16166 [ 9668] By: jhi on 2001/04/10 01:00:38
16170 ____________________________________________________________________________
16171 [ 9667] By: jhi on 2001/04/10 00:52:16
16172 Log: Update perlhist.
16175 ____________________________________________________________________________
16176 [ 9666] By: jhi on 2001/04/09 23:38:59
16177 Log: Slight wording tweaks from Damian to #9658.
16180 ____________________________________________________________________________
16181 [ 9665] By: jhi on 2001/04/09 19:56:06
16182 Log: Subject: [PATCH perlutil.pod] Nit
16183 From: Simon Cozens <simon@netthink.co.uk>
16184 Date: Mon, 9 Apr 2001 20:29:44 +0100
16185 Message-ID: <20010409202944.A14796@the.earth.li>
16188 ____________________________________________________________________________
16189 [ 9664] By: jhi on 2001/04/09 19:54:42
16190 Log: Subject: Re: perl571delta.pod@9631
16191 From: Mike Guy <mjtg@cam.ac.uk>
16192 Date: Mon, 09 Apr 2001 18:09:14 +0100
16193 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
16195 ! pod/perl571delta.pod
16196 ____________________________________________________________________________
16197 [ 9663] By: jhi on 2001/04/09 13:43:35
16198 Log: Update Changes.
16200 ! Changes patchlevel.h
16201 ____________________________________________________________________________
16202 [ 9662] By: jhi on 2001/04/09 13:24:46
16205 ! AUTHORS pod/perl571delta.pod
16206 ____________________________________________________________________________
16207 [ 9661] By: jhi on 2001/04/09 13:15:13
16208 Log: Thinko in manual patch applying.
16211 ____________________________________________________________________________
16212 [ 9660] By: jhi on 2001/04/09 13:07:53
16213 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
16214 From: Robin Barker <rmb1@cise.npl.co.uk>
16215 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
16216 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
16218 (This corrects the case where the "isn't numeric" string contains \0s
16219 and is longer than the temporary buffer, and contains \0 at the point
16220 the string would be truncated by "...".)
16223 ____________________________________________________________________________
16224 [ 9659] By: jhi on 2001/04/09 12:57:41
16225 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
16227 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
16228 ! t/lib/cgi-function.t t/lib/cgi-html.t
16229 ____________________________________________________________________________
16230 [ 9658] By: jhi on 2001/04/09 12:48:47
16231 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
16232 From: Ilmari Karonen <iltzu@sci.fi>
16233 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
16234 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
16236 Rearrange and rewrite the Method Invocation section
16237 to explain the concepts in nicer order.
16240 ____________________________________________________________________________
16241 [ 9657] By: jhi on 2001/04/09 12:35:58
16242 Log: Upgrade to podlators 1.09, from Russ Allbery.
16244 ! lib/Pod/Man.pm lib/Pod/Text.pm
16245 ____________________________________________________________________________
16246 [ 9656] By: jhi on 2001/04/09 12:31:53
16249 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
16250 ____________________________________________________________________________
16251 [ 9655] By: jhi on 2001/04/09 12:20:09
16252 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
16253 From: Prymmer/Kahn <pvhp@best.com>
16254 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
16255 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
16257 ! lib/utf8.pm pod/perlunicode.pod
16258 ____________________________________________________________________________
16259 [ 9654] By: gsar on 2001/04/09 03:38:33
16260 Log: here lies 5.6.1
16261 Branch: maint-5.6/perl
16263 ____________________________________________________________________________
16264 [ 9653] By: jhi on 2001/04/09 03:25:24
16265 Log: Update perlhist.
16268 ____________________________________________________________________________
16269 [ 9652] By: jhi on 2001/04/09 03:18:49
16270 Log: perl571delta tweaking continues.
16272 ! pod/perl571delta.pod
16273 ____________________________________________________________________________
16274 [ 9651] By: gsar on 2001/04/09 03:11:19
16275 Log: update Changes, patchlevel.h &c.
16276 Branch: maint-5.6/perl
16277 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
16279 ____________________________________________________________________________
16280 [ 9650] By: jhi on 2001/04/09 02:40:24
16281 Log: Integrate the perlfork half of #9513 from maintperl into mainline
16282 (the perlunicode half is obsolete)
16285 ____________________________________________________________________________
16286 [ 9649] By: gsar on 2001/04/09 02:35:43
16287 Log: tweak perldelta as suggested by Jarkko
16288 Branch: maint-5.6/perl
16289 ! pod/perldelta.pod
16290 ____________________________________________________________________________
16291 [ 9648] By: jhi on 2001/04/09 02:13:04
16292 Log: Integrate change #9646 from maintperl into mainline.
16294 add note about ithreads and Thread.pm
16296 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
16297 ____________________________________________________________________________
16298 [ 9647] By: jhi on 2001/04/09 02:10:18
16299 Log: Bad assumption that shortsize == 2.
16301 ! t/lib/xs-typemap.t
16302 ____________________________________________________________________________
16303 [ 9646] By: gsar on 2001/04/09 00:48:04
16304 Log: add note about ithreads and Thread.pm (too many people are
16305 confused by the fact that Thread.pm is built and installed
16306 under non-5005threads but doesn't work)
16307 Branch: maint-5.6/perl
16308 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
16309 ____________________________________________________________________________
16310 [ 9645] By: gsar on 2001/04/09 00:19:03
16311 Log: update perldelta.pod for changes in 5.6.1
16312 Branch: maint-5.6/perl
16313 ! Changes pod/perldelta.pod
16314 ____________________________________________________________________________
16315 [ 9644] By: jhi on 2001/04/08 20:37:00
16316 Log: Integrate change #9639 from maintperl into mainline:
16317 on windows, many of the README.* pods were being copied to
16320 !> win32/Makefile win32/makefile.mk
16321 ____________________________________________________________________________
16322 [ 9643] By: jhi on 2001/04/08 20:07:11
16323 Log: Integrate change #9624 from maintperl into mainline:
16324 the pod tests were not okay. (t/pod/find.t changes ignored)
16326 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16327 !> t/pod/include.t t/pod/included.t t/pod/lref.t
16328 !> t/pod/multiline_items.t t/pod/nested_items.t
16329 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16330 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16331 ____________________________________________________________________________
16332 [ 9642] By: jhi on 2001/04/08 19:57:17
16333 Log: Integrate change #9638 from maintperl into mainline:
16334 update to latest JPL from the anoncvs repository
16336 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16337 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16338 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16339 ____________________________________________________________________________
16340 [ 9641] By: jhi on 2001/04/08 19:53:30
16341 Log: perl571delta updates.
16343 ! lib/Filter/Simple.pm pod/perl571delta.pod
16344 ____________________________________________________________________________
16345 [ 9640] By: gsar on 2001/04/08 19:20:46
16346 Log: integrate change#9634 from mainline
16348 Fix the perlmodlib generation (didn't understand separate .pod
16349 files; didn't understand -- as the name-thing separator).
16350 Update the CPAN mirrors list.
16351 Branch: maint-5.6/perl
16352 ! pod/perlmodlib.pod
16353 !> pod/perlmodlib.PL
16354 ____________________________________________________________________________
16355 [ 9639] By: gsar on 2001/04/08 18:57:31
16356 Log: on windows, many of the README.* pods were being copied to the wrong
16358 Branch: maint-5.6/perl
16359 ! win32/Makefile win32/makefile.mk
16360 ____________________________________________________________________________
16361 [ 9638] By: gsar on 2001/04/08 18:38:25
16362 Log: update to latest JPL from the anoncvs repository
16363 Branch: maint-5.6/perl
16364 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16365 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16366 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16367 ____________________________________________________________________________
16368 [ 9637] By: jhi on 2001/04/08 17:53:53
16369 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
16371 ! pod/perl571delta.pod
16372 ____________________________________________________________________________
16373 [ 9636] By: jhi on 2001/04/08 17:18:32
16377 ____________________________________________________________________________
16378 [ 9635] By: jhi on 2001/04/08 17:16:33
16379 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
16380 From: "Craig A. Berry" <craigberry@mac.com>
16381 Date: Sun, 08 Apr 2001 12:30:16 -0500
16382 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
16384 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
16385 ____________________________________________________________________________
16386 [ 9634] By: jhi on 2001/04/08 17:09:19
16387 Log: Fix the perlmodlib generation (didn't understand separate .pod
16388 files; didn't understand -- as the name-thing separator).
16390 Update the CPAN mirrors list.
16392 ! pod/perlmodlib.PL pod/perlmodlib.pod
16393 ____________________________________________________________________________
16394 [ 9633] By: jhi on 2001/04/08 16:49:17
16395 Log: Sort MANIFEST.
16398 ____________________________________________________________________________
16399 [ 9632] By: gsar on 2001/04/08 16:36:06
16400 Log: add $Tie::RefHash::VERSION
16401 Branch: maint-5.6/perl
16402 ! lib/Tie/RefHash.pm
16403 ____________________________________________________________________________
16404 [ 9631] By: jhi on 2001/04/08 16:10:15
16405 Log: perl571delta updates based on p5p feedback; still needs
16408 ! pod/perl571delta.pod
16409 ____________________________________________________________________________
16410 [ 9630] By: jhi on 2001/04/08 15:59:13
16411 Log: Update the list of supported platforms to talk about 5.7.1
16415 ____________________________________________________________________________
16416 [ 9629] By: jhi on 2001/04/08 15:55:41
16417 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
16418 from maintperl into mainline: perlport updates.
16421 ____________________________________________________________________________
16422 [ 9628] By: jhi on 2001/04/08 15:53:17
16423 Log: perlsolaris.pod copied to wrong directory.
16425 ! win32/makefile.mk
16426 ____________________________________________________________________________
16427 [ 9627] By: jhi on 2001/04/08 14:48:18
16428 Log: Subject: Typos in perl571delta.pod
16429 From: "Stephen P. Potter" <spp@spotter.yi.org>
16430 Date: Sat, 07 Apr 2001 20:37:05 -0400
16431 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
16433 ! pod/perl571delta.pod
16434 ____________________________________________________________________________
16435 [ 9626] By: jhi on 2001/04/08 14:39:04
16436 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
16439 ____________________________________________________________________________
16440 [ 9625] By: nick on 2001/04/08 10:14:23
16441 Log: Integrate mainline
16443 +> pod/perl570delta.pod pod/perl571delta.pod
16444 !> (integrate 27 files)
16445 ____________________________________________________________________________
16446 [ 9624] By: gsar on 2001/04/08 06:08:17
16447 Log: test in t/pod/* were busted
16449 these tests are still not enabled in t/{harness,TEST}
16450 Branch: maint-5.6/perl
16451 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
16452 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
16453 ! t/pod/multiline_items.t t/pod/nested_items.t
16454 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16455 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16456 ____________________________________________________________________________
16457 [ 9623] By: gsar on 2001/04/08 03:37:01
16458 Log: integrate change#9470 from mainline
16460 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
16461 Branch: maint-5.6/perl
16462 !> ext/Socket/Socket.xs
16463 ____________________________________________________________________________
16464 [ 9622] By: jhi on 2001/04/07 22:40:47
16465 Log: Update Changes.
16467 ! Changes patchlevel.h
16468 ____________________________________________________________________________
16469 [ 9621] By: jhi on 2001/04/07 22:34:16
16470 Log: Update AUTHORS.
16473 ____________________________________________________________________________
16474 [ 9620] By: jhi on 2001/04/07 22:12:47
16475 Log: Forgot to bump the number of tests in #9164.
16478 ____________________________________________________________________________
16479 [ 9619] By: jhi on 2001/04/07 22:09:50
16480 Log: Bump patchlevel to 5.7.1.
16482 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16483 ! config_h.SH patchlevel.h
16484 ____________________________________________________________________________
16485 [ 9618] By: jhi on 2001/04/07 22:02:41
16486 Log: Populate perl571delta.
16488 ! pod/perl571delta.pod
16489 ____________________________________________________________________________
16490 [ 9617] By: jhi on 2001/04/07 22:01:23
16491 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
16492 to forget it later; do not change patchlevel.h yet or regenerate
16495 ! epoc/config.sh win32/Makefile win32/config_H.bc
16496 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16497 ____________________________________________________________________________
16498 [ 9616] By: jhi on 2001/04/07 17:46:33
16499 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
16501 ! pod/perl571delta.pod
16502 ____________________________________________________________________________
16503 [ 9615] By: jhi on 2001/04/07 17:33:21
16504 Log: Change the toc configuration.
16506 ! pod/buildtoc.PL pod/perl.pod
16507 ____________________________________________________________________________
16508 [ 9614] By: jhi on 2001/04/07 17:29:47
16509 Log: Subject: PATCH: $[
16510 From: Robin Houston <robin@kitsite.com>
16511 Date: Fri, 6 Apr 2001 18:10:14 +0100
16512 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
16514 ! op.c t/op/array.t
16515 ____________________________________________________________________________
16516 [ 9613] By: jhi on 2001/04/07 17:28:26
16517 Log: Subject: [PATCH perl@9424] isn't numeric warning
16518 From: Robin Barker <rmb1@cise.npl.co.uk>
16519 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
16520 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
16522 ! sv.c t/pragma/warn/sv
16523 ____________________________________________________________________________
16524 [ 9612] By: jhi on 2001/04/07 17:26:45
16525 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
16526 From: Mike Guy <mjtg@cam.ac.uk>
16527 Date: Fri, 06 Apr 2001 12:47:06 +0100
16528 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
16530 ! dump.c t/lib/peek.t
16531 ____________________________________________________________________________
16532 [ 9611] By: jhi on 2001/04/07 17:21:35
16533 Log: Create perl571delta and seed it off with the perldelta changes
16534 since 5.7.0; remove those changes from perldelta and rename it
16535 as perl570delta; recreate perldelta but leave it almost empty.
16537 + pod/perl570delta.pod pod/perl571delta.pod
16538 ! MANIFEST pod/perldelta.pod
16539 ____________________________________________________________________________
16540 [ 9610] By: jhi on 2001/04/07 16:56:32
16543 ! pod/perldelta.pod
16544 ____________________________________________________________________________
16545 [ 9609] By: jhi on 2001/04/07 16:38:32
16546 Log: Retract #9523: needs more thought.
16549 ____________________________________________________________________________
16550 [ 9608] By: jhi on 2001/04/07 14:59:20
16551 Log: atmark() code cleanaup.
16554 ____________________________________________________________________________
16555 [ 9607] By: jhi on 2001/04/07 14:48:14
16556 Log: Integrate change #9605 from maintperl into mainline.
16558 can't optimize away scope entry if tr/// is present
16561 ____________________________________________________________________________
16562 [ 9606] By: jhi on 2001/04/07 14:43:59
16563 Log: Integrate perlio.
16565 +> win32/FindExt.pm
16566 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
16567 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
16568 ____________________________________________________________________________
16569 [ 9605] By: gsar on 2001/04/07 11:52:40
16570 Log: can't optimize away scope entry if tr/// is present
16571 Branch: maint-5.6/perl
16573 ____________________________________________________________________________
16574 [ 9604] By: nick on 2001/04/07 11:39:45
16575 Log: Split out extension finding code from buildext.pl into FindExt.pm
16576 Use it to get Config.pm's idea of available extensions in line
16577 with what is built.
16580 ! MANIFEST win32/buildext.pl win32/config_sh.PL
16581 ! win32/makefile.mk
16582 ____________________________________________________________________________
16583 [ 9603] By: nick on 2001/04/07 09:11:38
16584 Log: Cleanup correction for failed :Via() layer, also set an error code.
16586 ! ext/PerlIO/Via/Via.xs
16587 ____________________________________________________________________________
16588 [ 9602] By: nick on 2001/04/07 08:38:04
16589 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
16590 style. So don't use binmode() on the handles so that Win32 etc. see
16591 same sequence and produce same digests.
16594 ____________________________________________________________________________
16595 [ 9601] By: nick on 2001/04/07 08:36:26
16596 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
16597 Else it complains and so crlf layer (say) does not get pushed.
16600 ____________________________________________________________________________
16601 [ 9600] By: jhi on 2001/04/06 23:00:09
16602 Log: Integrate change #9599 from perlio into mainline.
16604 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
16605 !> win32/config_H.vc
16606 ____________________________________________________________________________
16607 [ 9599] By: nick on 2001/04/06 21:42:43
16608 Log: Quote $VERSION in Encode.pm.
16609 regen_config_h as requested.
16611 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
16612 ! win32/config_H.vc
16613 ____________________________________________________________________________
16614 [ 9598] By: nick on 2001/04/06 20:34:59
16615 Log: Integrate mainline
16618 !> (integrate 39 files)
16619 ____________________________________________________________________________
16620 [ 9597] By: gsar on 2001/04/06 18:06:35
16621 Log: integrate change#9464 from mainline (addendum to change#8313)
16623 Subject: [PATCH @9452] Better peep()ing for foreach() loops
16624 Branch: maint-5.6/perl
16626 ____________________________________________________________________________
16627 [ 9596] By: jhi on 2001/04/06 17:26:03
16628 Log: The d_casti32=undef is good for you even when not use64bitall.
16631 ____________________________________________________________________________
16632 [ 9595] By: gsar on 2001/04/06 14:57:17
16633 Log: add a low-impact fix to accomodate darwin-ism
16634 Branch: maint-5.6/perl
16635 ! ext/Errno/Errno_pm.PL
16636 ____________________________________________________________________________
16637 [ 9594] By: jhi on 2001/04/06 14:55:14
16638 Log: Integrate changes #9528,9593 from mainline into maintperl;
16639 tweaking the editor/IDE/shell list.
16640 Branch: maint-5.6/perl
16641 !> pod/perlfaq3.pod
16642 ____________________________________________________________________________
16643 [ 9593] By: jhi on 2001/04/06 14:51:39
16644 Log: Make the editor/IDE/shell list a little bit airier.
16647 ____________________________________________________________________________
16648 [ 9592] By: gsar on 2001/04/06 14:45:18
16649 Log: integrate change#9477 from mainline (base.pm doc tweak)
16651 missing doc entry for fmod()
16652 Branch: maint-5.6/perl
16653 ! lib/Math/BigFloat.pm
16655 ____________________________________________________________________________
16656 [ 9591] By: jhi on 2001/04/06 13:55:48
16660 ____________________________________________________________________________
16661 [ 9590] By: jhi on 2001/04/06 13:54:52
16662 Log: Math::BigFloat patches from John Peacock. The equivalent
16663 of #9586 from maintperl but reworked by John to work with
16666 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
16667 ____________________________________________________________________________
16668 [ 9589] By: jhi on 2001/04/06 13:42:23
16669 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
16671 ! ext/Digest/MD5/Makefile.PL
16672 ____________________________________________________________________________
16673 [ 9588] By: jhi on 2001/04/06 13:31:45
16674 Log: Integrate changes #9584,9587 from maintperl into mainline.
16676 keep eval"" CVs alive until the end of the statement in which
16679 add README.macos (from Chris Nandor)
16681 tyop in change#9555
16684 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
16685 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
16686 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
16687 !> win32/makefile.mk
16688 ____________________________________________________________________________
16689 [ 9587] By: gsar on 2001/04/06 07:31:30
16690 Log: add README.macos (from Chris Nandor)
16692 tyop in change#9555
16693 Branch: maint-5.6/perl
16695 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
16696 ! win32/Makefile win32/makefile.mk
16697 ____________________________________________________________________________
16698 [ 9586] By: gsar on 2001/04/06 07:08:54
16699 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
16700 Branch: maint-5.6/perl
16701 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
16702 ____________________________________________________________________________
16703 [ 9585] By: gsar on 2001/04/06 06:58:44
16704 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
16707 Subject: [PATCH] Base64 update to perlfaq9.pod
16709 Subject: [PATCH AUTHORS] Housekeeping
16711 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
16712 Mac OS X (Darwin) has extra pwent fields.
16714 Subject: [PATCH B::*] print control-character vars readably
16715 Needs EBCDICification.
16717 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
16719 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
16721 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
16723 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
16725 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
16727 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
16729 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
16731 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
16733 FreeBSD hints tweak from Anton Berezin.
16735 Subject: [PATCH foolperl & bleadperl] README.vms update
16737 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
16738 Branch: maint-5.6/perl
16739 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
16740 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
16741 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
16742 ____________________________________________________________________________
16743 [ 9584] By: gsar on 2001/04/06 04:09:00
16744 Log: keep eval"" CVs alive until the end of the statement in which
16745 they're called; this avoids a coredump ensuing from search for
16746 lexicals in code such as:
16750 eval q[sub { eval 'sub { &$s }' }];
16754 this code still doesn't work as intended (as it has remained
16755 since time immemorial), but it doesn't provoke a coredump anymore
16756 Branch: maint-5.6/perl
16757 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16758 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
16759 ____________________________________________________________________________
16760 [ 9583] By: jhi on 2001/04/05 23:52:51
16761 Log: Update Changes.
16763 ! Changes patchlevel.h
16764 ____________________________________________________________________________
16765 [ 9582] By: jhi on 2001/04/05 23:11:23
16766 Log: Slight doc tweak.
16768 ! pod/perlunicode.pod
16769 ____________________________________________________________________________
16770 [ 9581] By: jhi on 2001/04/05 23:04:11
16771 Log: Integrate perlio.
16773 !> pod/perlunicode.pod
16774 ____________________________________________________________________________
16775 [ 9580] By: jhi on 2001/04/05 23:03:29
16776 Log: Test for #9579.
16779 ____________________________________________________________________________
16780 [ 9579] By: jhi on 2001/04/05 22:54:17
16781 Log: Subject: [PATCH] Propagate calling context for do '...'
16782 From: Gisle Aas <gisle@ActiveState.com>
16783 Date: 04 Apr 2001 20:17:29 -0700
16784 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
16786 ! pod/perlfunc.pod pp_ctl.c
16787 ____________________________________________________________________________
16788 [ 9578] By: jhi on 2001/04/05 22:52:51
16789 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
16790 From: Peter Prymmer <pvhp@forte.com>
16791 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
16792 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
16795 ____________________________________________________________________________
16796 [ 9577] By: jhi on 2001/04/05 22:48:22
16797 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
16798 From: "Craig A. Berry" <craigberry@mac.com>
16799 Date: Thu, 5 Apr 2001 13:43:28 -0500
16800 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
16803 ____________________________________________________________________________
16804 [ 9576] By: jhi on 2001/04/05 22:31:38
16805 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
16806 From: Michael G Schwern <schwern@pobox.com>
16807 Date: Thu, 5 Apr 2001 21:53:21 +0100
16808 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
16810 ! lib/base.pm t/lib/fields.t
16811 ____________________________________________________________________________
16812 [ 9575] By: jhi on 2001/04/05 22:26:10
16813 Log: FreeBSD hints tweak from Anton Berezin.
16816 ____________________________________________________________________________
16817 [ 9574] By: jhi on 2001/04/05 22:24:03
16818 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
16819 From: David Dyck <dcd@tc.fluke.com>
16820 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
16821 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
16824 ____________________________________________________________________________
16825 [ 9573] By: jhi on 2001/04/05 22:23:06
16826 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
16827 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
16828 From: David Dyck <dcd@tc.fluke.com>
16829 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
16832 ____________________________________________________________________________
16833 [ 9572] By: jhi on 2001/04/05 22:14:47
16834 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
16835 From: Robin Houston <robin@kitsite.com>
16836 Date: Thu, 5 Apr 2001 20:56:48 +0100
16837 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
16839 ! ext/B/B/Deparse.pm
16840 ____________________________________________________________________________
16841 [ 9571] By: jhi on 2001/04/05 22:12:53
16842 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
16843 From: Robin Houston <robin@kitsite.com>
16844 Date: Thu, 5 Apr 2001 19:55:51 +0100
16845 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
16847 ! ext/B/B/Deparse.pm
16848 ____________________________________________________________________________
16849 [ 9570] By: jhi on 2001/04/05 22:11:06
16850 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
16851 From: Robin Houston <robin@kitsite.com>
16852 Date: Thu, 5 Apr 2001 20:16:29 +0100
16853 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
16855 ! ext/B/B/Deparse.pm
16856 ____________________________________________________________________________
16857 [ 9569] By: nick on 2001/04/05 21:32:26
16858 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
16860 ! pod/perlunicode.pod
16861 ____________________________________________________________________________
16862 [ 9568] By: nick on 2001/04/05 19:38:09
16863 Log: Integrate mainline
16865 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
16866 !> (integrate 35 files)
16867 ____________________________________________________________________________
16868 [ 9567] By: jhi on 2001/04/05 18:31:45
16869 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
16870 From: Robin Houston <robin@kitsite.com>
16871 Date: Thu, 5 Apr 2001 18:03:23 +0100
16872 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
16874 ! ext/B/B/Deparse.pm
16875 ____________________________________________________________________________
16876 [ 9566] By: jhi on 2001/04/05 18:29:35
16877 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
16878 From: Robin Houston <robin@kitsite.com>
16879 Date: Thu, 5 Apr 2001 16:45:18 +0100
16880 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
16882 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
16883 ____________________________________________________________________________
16884 [ 9565] By: jhi on 2001/04/05 18:24:23
16885 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
16886 From: Robin Houston <robin@kitsite.com>
16887 Date: Thu, 5 Apr 2001 14:50:09 +0100
16888 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
16890 ! ext/B/B/Deparse.pm
16891 ____________________________________________________________________________
16892 [ 9564] By: jhi on 2001/04/05 18:23:03
16893 Log: Subject: [PATCH B::*] print control-character vars readably
16894 From: Robin Houston <robin@kitsite.com>
16895 Date: Thu, 5 Apr 2001 14:27:38 +0100
16896 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
16898 Needs EBCDICification.
16900 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
16902 ____________________________________________________________________________
16903 [ 9563] By: jhi on 2001/04/05 18:20:32
16904 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
16905 Date: Thu, 5 Apr 2001 13:21:42 -0400
16906 From: Paul Schinder <schinder@pobox.com>
16907 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
16909 Mac OS X (Darwin) has extra pwent fields.
16912 ____________________________________________________________________________
16913 [ 9562] By: jhi on 2001/04/05 17:57:51
16917 ____________________________________________________________________________
16918 [ 9561] By: jhi on 2001/04/05 17:47:33
16919 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
16922 Branch: metaconfig/U/perl
16924 ! d_cmsghdr_s.U d_msghdr_s.U
16925 ____________________________________________________________________________
16926 [ 9560] By: jhi on 2001/04/05 17:47:01
16927 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
16928 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
16929 Introduce probes for struct msghdr, struct cmsghdr,
16930 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
16931 ualarm, usleep, for possible later extension work.
16933 + t/lib/md5-align.t
16934 ! Configure MANIFEST Porting/Glossary Porting/config.sh
16935 ! Porting/config_H config_h.SH configure.com epoc/config.sh
16936 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
16937 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16938 ! vos/config.ga.h win32/config.bc win32/config.gc
16940 ____________________________________________________________________________
16941 [ 9559] By: jhi on 2001/04/05 13:03:04
16942 Log: Be traditional in your cpp (for the Errno extension).
16945 ____________________________________________________________________________
16946 [ 9558] By: jhi on 2001/04/05 13:00:05
16947 Log: Add $Config{cppflags} to the gcc incantation.
16949 ! ext/Errno/Errno_pm.PL
16950 ____________________________________________________________________________
16951 [ 9557] By: jhi on 2001/04/05 04:22:39
16952 Log: Introduce Sean Burke's Class::ISA 0.32.
16954 + lib/Class/ISA.pm t/lib/class-isa.t
16956 ____________________________________________________________________________
16957 [ 9556] By: jhi on 2001/04/05 04:09:50
16958 Log: Subject: [PATCH AUTHORS] Housekeeping
16959 From: Paul Johnson <paul@pjcj.net>
16960 Date: Wed, 4 Apr 2001 22:45:47 +0200
16961 Message-ID: <20010404224547.D9548@pjcj.net>
16964 ____________________________________________________________________________
16965 [ 9555] By: jhi on 2001/04/05 04:06:33
16966 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
16967 From: Gisle Aas <gisle@ActiveState.com>
16968 Date: 04 Apr 2001 14:23:04 -0700
16969 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
16972 ____________________________________________________________________________
16973 [ 9554] By: jhi on 2001/04/05 04:05:49
16974 Log: Downgrade also the "Wide character" diagnostic.
16977 ____________________________________________________________________________
16978 [ 9553] By: jhi on 2001/04/05 04:00:33
16979 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
16980 maintperl into mainline.
16982 "double" should be "NV"; standard typemap is missing entry
16987 Downgrade "Wide character in print" to a warning.
16989 B::Deparse fix for ${^FOO} and documentation for PVX() method
16990 (from Robin Houston)
16992 tr/// doesn't null-terminate the result in some situations
16995 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16996 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
16997 !> t/io/utf8.t t/op/tr.t
16998 ____________________________________________________________________________
16999 [ 9552] By: jhi on 2001/04/05 03:52:50
17000 Log: Retract changes #9542 and #9538 (from maintperl, integrated
17001 at #9540), shouldn't be needed because of the perlio changes.
17004 ____________________________________________________________________________
17005 [ 9551] By: gsar on 2001/04/05 00:18:34
17006 Log: tr/// doesn't null-terminate the result in some situations
17008 Branch: maint-5.6/perl
17010 ____________________________________________________________________________
17011 [ 9550] By: gsar on 2001/04/04 20:04:17
17012 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
17013 (from Robin Houston)
17014 Branch: maint-5.6/perl
17015 ! ext/B/B.pm ext/B/B/Deparse.pm
17016 ____________________________________________________________________________
17017 [ 9549] By: nick on 2001/04/04 18:56:15
17018 Log: Downgrade "Wide character in print" to a warning.
17020 ! doio.c t/io/utf8.t
17021 ____________________________________________________________________________
17022 [ 9548] By: gsar on 2001/04/04 18:51:49
17023 Log: integrate changes#9460,9462,9482,9521,9522
17025 Subject: PATCH: B::Debug should show LOOP-specific fields
17027 Subject: B::Deparse precedence bug. (Patch included.)
17029 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17031 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
17033 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
17034 Branch: maint-5.6/perl
17035 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
17036 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
17037 ____________________________________________________________________________
17038 [ 9547] By: gsar on 2001/04/04 18:49:16
17040 Branch: maint-5.6/perl
17041 ! ext/Thread/Thread.xs
17042 ____________________________________________________________________________
17043 [ 9546] By: nick on 2001/04/04 18:44:00
17044 Log: Integrate mainline.
17046 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
17047 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
17048 ____________________________________________________________________________
17049 [ 9545] By: gsar on 2001/04/04 18:38:52
17050 Log: integrate change#8837 from mainline
17052 Subject: [patch] -Wall cleanup round 2
17053 Branch: maint-5.6/perl
17054 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
17055 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
17056 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
17057 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17058 !> ext/SDBM_File/SDBM_File.xs
17059 ____________________________________________________________________________
17060 [ 9544] By: gsar on 2001/04/04 17:49:57
17061 Log: "double" should be "NV"; standard typemap is missing entry
17063 Branch: maint-5.6/perl
17064 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
17065 ____________________________________________________________________________
17066 [ 9543] By: jhi on 2001/04/04 14:13:18
17067 Log: Thou shalt not (just) match for English error messages.
17069 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
17070 ! os2/OS2/Process/Process.pm
17071 ____________________________________________________________________________
17072 [ 9542] By: jhi on 2001/04/04 13:20:39
17073 Log: Make the stdio tricks of fflush_all() to exist only if
17074 stdio is being used.
17077 ____________________________________________________________________________
17078 [ 9541] By: jhi on 2001/04/04 04:20:24
17079 Log: Subject: Re: [PATCH] Lighten up glob
17080 From: Benjamin Sugars <bsugars@canoe.ca>
17081 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
17082 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
17084 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
17086 ____________________________________________________________________________
17087 [ 9540] By: jhi on 2001/04/04 04:03:57
17088 Log: Integrate changes #9538,9539 from maintperl into mainline.
17090 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17091 for use with _fwalk() (fix for change#7705)
17093 another tweak needed for SunOS 4.1.x build (from Mike Guy)
17094 (cp -f is not portable)
17096 !> Makefile.SH util.c
17097 ____________________________________________________________________________
17098 [ 9539] By: gsar on 2001/04/04 03:01:14
17099 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
17100 Branch: maint-5.6/perl
17102 ____________________________________________________________________________
17103 [ 9538] By: gsar on 2001/04/04 01:00:38
17104 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17105 for use with _fwalk() (fix for change#7705)
17106 Branch: maint-5.6/perl
17108 ____________________________________________________________________________
17109 [ 9537] By: nick on 2001/04/03 19:24:55
17110 Log: Integrate mainline
17112 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
17113 +> lib/unicode/PropList.html
17114 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
17115 !> (integrate 69 files)
17116 ____________________________________________________________________________
17117 [ 9536] By: jhi on 2001/04/03 18:02:31
17118 Log: Integrate change #9533 from maintperl into mainline.
17120 better fix for change#9517 to accomodate UNC paths like
17121 \\server\share\foo, and paths with trailing backslash
17124 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17125 ____________________________________________________________________________
17126 [ 9535] By: jhi on 2001/04/03 17:58:07
17127 Log: Change the push/unshift warning to be of class syntax, not misc.
17129 ! op.c pod/perldiag.pod t/pragma/warn/op
17130 ____________________________________________________________________________
17131 [ 9534] By: jhi on 2001/04/03 15:03:46
17132 Log: Change the push/unshift warning (#9532) to talk about "no values"
17133 instead of "no arguments".
17135 ! op.c pod/perldiag.pod t/pragma/warn/op
17136 ____________________________________________________________________________
17137 [ 9533] By: gsar on 2001/04/03 14:30:07
17138 Log: better fix for change#9517 to accomodate UNC paths like
17139 \\server\share\foo, and paths with trailing backslash
17141 Branch: maint-5.6/perl
17142 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17143 ____________________________________________________________________________
17144 [ 9532] By: jhi on 2001/04/03 13:11:46
17145 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
17146 From: Robin Houston <robin@kitsite.com>
17147 Date: Mon, 2 Apr 2001 15:03:29 +0100
17148 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
17150 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
17151 ____________________________________________________________________________
17152 [ 9531] By: jhi on 2001/04/03 13:06:34
17153 Log: Integrate change #9530 from maintperl into mainline.
17155 accomodate VMS "mailbox overflow" quirk in testsuite (from
17159 ____________________________________________________________________________
17160 [ 9530] By: gsar on 2001/04/03 04:56:41
17161 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
17163 Branch: maint-5.6/perl
17165 ____________________________________________________________________________
17166 [ 9529] By: jhi on 2001/04/03 02:34:34
17167 Log: Update Changes.
17169 ! Changes patchlevel.h
17170 ____________________________________________________________________________
17171 [ 9528] By: jhi on 2001/04/03 01:27:57
17172 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
17173 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
17174 To: perl5-porters@perl.org
17175 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
17178 ____________________________________________________________________________
17179 [ 9527] By: jhi on 2001/04/03 01:22:09
17180 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
17181 From: Peter Prymmer <pvhp@forte.com>
17182 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
17183 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
17185 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
17186 ____________________________________________________________________________
17187 [ 9526] By: jhi on 2001/04/03 01:18:25
17188 Log: The metaconfig unit changes for #9525.
17190 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
17191 Branch: metaconfig/U/perl
17193 ____________________________________________________________________________
17194 [ 9525] By: jhi on 2001/04/03 01:17:30
17195 Log: Configure sanity checks:
17196 * if use64bitall is attempted but pointers are only 32-bit,
17197 'downgrade' to use64bitint
17198 * if use64bitint is attempted but there's no quad type,
17199 forget about use64bitint (well, the default for it is 'n',
17200 the user can still override this)
17201 * if pointers are 64 bits, do not try to use Perl's malloc
17204 ____________________________________________________________________________
17205 [ 9524] By: gsar on 2001/04/03 01:09:12
17206 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
17207 Branch: maint-5.6/perl
17209 ____________________________________________________________________________
17210 [ 9523] By: jhi on 2001/04/03 00:02:31
17211 Log: (Retracted by #9609)
17213 Make it harder for parallel makes to enter 'test' before
17214 Dynaloader and File::Glob are happy. (In principle 'make_ext'
17215 should be unhappy enough, but sometimes parallel makes seem
17216 to sneak past both in Tru64 and AIX.)
17219 ____________________________________________________________________________
17220 [ 9522] By: jhi on 2001/04/02 22:35:31
17221 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
17222 Date: Mon, 2 Apr 2001 22:54:10 +0100
17223 From: Robin Houston <robin@kitsite.com>
17224 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
17226 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
17227 ____________________________________________________________________________
17228 [ 9521] By: jhi on 2001/04/02 22:32:23
17229 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
17230 From: Robin Houston <robin@kitsite.com>
17231 Date: Mon, 2 Apr 2001 20:24:03 +0100
17232 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
17234 ! ext/B/B/Concise.pm
17235 ____________________________________________________________________________
17236 [ 9520] By: jhi on 2001/04/02 22:30:43
17237 Log: Subject: [PATCH] REALLY pedantic hv.h nit
17238 From: Simon Cozens <simon@netthink.co.uk>
17239 Date: Mon, 2 Apr 2001 15:43:06 +0100
17240 Message-ID: <20010402154306.A21711@netthink.co.uk>
17243 ____________________________________________________________________________
17244 [ 9519] By: jhi on 2001/04/02 22:28:04
17247 Subject: [foolperl] EPOC fix
17248 From: Olaf Flebbe <O.Flebbe@science-computing.de>
17249 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
17250 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
17253 ____________________________________________________________________________
17254 [ 9518] By: jhi on 2001/04/02 22:22:34
17255 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
17257 README.win32 tweaks; add a note about alternative location for
17258 getting a gcc-2.95.2 that will build perl properly on windows
17260 add some notes about gutsy threading matters
17262 many of the utilities interpolate literal paths within doublequotes
17263 (fails on dosish platforms where path contains backslashes)
17265 !> README.win32 pod/perlguts.pod utils/perldoc.PL
17266 !> x2p/find2perl.PL x2p/s2p.PL
17267 ____________________________________________________________________________
17268 [ 9517] By: gsar on 2001/04/02 19:52:21
17269 Log: many of the utilities interpolate literal paths within doublequotes
17270 (fails on dosish platforms where path contains backslashes)
17271 Branch: maint-5.6/perl
17272 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17273 ____________________________________________________________________________
17274 [ 9516] By: gsar on 2001/04/02 05:49:37
17275 Log: a foolish release
17276 Branch: maint-5.6/perl
17277 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17279 ____________________________________________________________________________
17280 [ 9515] By: gsar on 2001/04/02 05:04:29
17281 Log: add missing changelog summaries
17282 Branch: maint-5.6/perl
17284 ____________________________________________________________________________
17285 [ 9514] By: gsar on 2001/04/02 04:07:13
17286 Log: add some notes about gutsy threading matters
17287 Branch: maint-5.6/perl
17289 ____________________________________________________________________________
17290 [ 9513] By: gsar on 2001/04/02 03:25:21
17291 Log: add more prominent caveat notices about experimental features
17292 Branch: maint-5.6/perl
17293 ! pod/perlfork.pod pod/perlunicode.pod
17294 ____________________________________________________________________________
17295 [ 9512] By: gsar on 2001/04/02 02:54:33
17296 Log: integrate changes#9479,9509 from mainline
17298 [PATCH] File::Glob stuff for Mac OS
17300 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17301 Branch: maint-5.6/perl
17302 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17303 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17304 !> t/lib/glob-taint.t
17305 ____________________________________________________________________________
17306 [ 9511] By: gsar on 2001/04/02 02:38:24
17307 Log: README.win32 tweaks; add a note about alternative location for
17308 getting a gcc-2.95.2 that will build perl properly on windows
17309 Branch: maint-5.6/perl
17311 ____________________________________________________________________________
17312 [ 9510] By: jhi on 2001/04/01 20:45:10
17313 Log: An ambiguosity warning.
17316 ____________________________________________________________________________
17317 [ 9509] By: jhi on 2001/04/01 19:53:47
17318 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17319 From: Jonathan Stowe <gellyfish@gellyfish.com>
17320 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
17321 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
17323 ! ext/File/Glob/bsd_glob.c
17324 ____________________________________________________________________________
17325 [ 9508] By: jhi on 2001/04/01 19:35:03
17326 Log: Update Changes.
17328 ! Changes patchlevel.h
17329 ____________________________________________________________________________
17330 [ 9507] By: jhi on 2001/04/01 19:24:01
17331 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
17332 from mainline to maintperl: pod tweaks.
17333 Branch: maint-5.6/perl
17334 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
17335 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
17337 ____________________________________________________________________________
17338 [ 9506] By: jhi on 2001/04/01 19:11:53
17339 Log: Commit Sarathy to April release of 5.6.1 :-)
17342 ____________________________________________________________________________
17343 [ 9505] By: jhi on 2001/04/01 19:03:15
17344 Log: Subject: PATCH 5.6.0 (perldebug.pod)
17345 From: Mark-Jason Dominus <mjd@plover.com>
17346 Date: Sun, 01 Apr 2001 14:25:11 -0400
17347 Message-ID: <20010401182511.9247.qmail@plover.com>
17349 ! pod/perldebug.pod
17350 ____________________________________________________________________________
17351 [ 9504] By: jhi on 2001/04/01 18:43:09
17352 Log: Add great_circle_direction().
17354 ! lib/Math/Trig.pm t/lib/trig.t
17355 ____________________________________________________________________________
17356 [ 9503] By: jhi on 2001/04/01 17:29:12
17357 Log: Unicode ReadMe update for Unicode 3.1.
17359 ! lib/unicode/ReadMe.txt
17360 ____________________________________________________________________________
17361 [ 9502] By: jhi on 2001/04/01 17:18:40
17362 Log: Integrate change #9501 from maintperl into mainline.
17364 fix the perlembed notes on multiple interpreters
17366 fix ExtUtils::Embed to work passably on Windows
17368 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
17369 ____________________________________________________________________________
17370 [ 9501] By: gsar on 2001/04/01 07:21:57
17371 Log: fix the perlembed notes on multiple interpreters
17373 fix ExtUtils::Embed to work passably on Windows
17374 Branch: maint-5.6/perl
17375 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
17376 ____________________________________________________________________________
17377 [ 9500] By: jhi on 2001/04/01 05:58:23
17378 Log: Test for #9499.
17381 ____________________________________________________________________________
17382 [ 9499] By: jhi on 2001/04/01 05:55:46
17383 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
17385 ! embed.h embed.pl op.c proto.h
17386 ____________________________________________________________________________
17387 [ 9498] By: jhi on 2001/04/01 05:44:34
17388 Log: Protect the workaround hunk more.
17391 ____________________________________________________________________________
17392 [ 9497] By: jhi on 2001/04/01 00:24:25
17393 Log: Integrate changes #9493,9494,9495,9496 from maintperl
17396 fix a broken workaround for Borland compiler in change#4739
17397 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17399 nits spotted by Borland compiler
17401 avoid redefinition warnings under Borland 5.02
17403 various nits identified by the Borland 5.5 compiler; remove suppression
17406 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
17408 ____________________________________________________________________________
17409 [ 9496] By: gsar on 2001/03/31 23:22:28
17410 Log: various nits identified by the Borland 5.5 compiler; remove suppression
17412 Branch: maint-5.6/perl
17413 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
17414 ____________________________________________________________________________
17415 [ 9495] By: gsar on 2001/03/31 21:03:08
17416 Log: avoid redefinition warnings under Borland 5.02
17417 Branch: maint-5.6/perl
17418 ! win32/makefile.mk
17419 ____________________________________________________________________________
17420 [ 9494] By: gsar on 2001/03/31 20:18:59
17421 Log: nits spotted by Borland compiler
17422 Branch: maint-5.6/perl
17423 ! utf8.h win32/win32.h
17424 ____________________________________________________________________________
17425 [ 9493] By: gsar on 2001/03/31 20:18:05
17426 Log: fix a broken workaround for Borland compiler in change#4739
17427 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17428 Branch: maint-5.6/perl
17430 ____________________________________________________________________________
17431 [ 9492] By: jhi on 2001/03/31 18:36:24
17432 Log: Integrate change #9491 from maintperl into mainline.
17434 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17435 directory is relative (need to fetch the full path name *before*
17439 ____________________________________________________________________________
17440 [ 9491] By: gsar on 2001/03/31 17:01:56
17441 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17442 directory is relative (need to fetch the full path name *before*
17445 this is a followup patch for change#6749
17446 Branch: maint-5.6/perl
17448 ____________________________________________________________________________
17449 [ 9490] By: jhi on 2001/03/31 15:50:18
17450 Log: Subject: Re: [PATCH] av.h cosmetics
17451 From: Simon Cozens <simon@netthink.co.uk>
17452 Date: Sat, 31 Mar 2001 13:09:59 +0100
17453 Message-ID: <20010331130959.A22000@netthink.co.uk>
17458 ____________________________________________________________________________
17459 [ 9489] By: jhi on 2001/03/31 15:48:44
17460 Log: Subject: [PATCH] Re: Math::Big* v1.21
17461 From: Tels <perl_dummy@bloodgate.com>
17462 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
17463 Message-Id: <200103311125.GAA377738@www08.hway.net>
17466 ____________________________________________________________________________
17467 [ 9488] By: jhi on 2001/03/31 03:39:51
17468 Log: Debug output tweak.
17471 ____________________________________________________________________________
17472 [ 9487] By: jhi on 2001/03/31 03:33:02
17473 Log: OverVMSification.
17476 ____________________________________________________________________________
17477 [ 9486] By: jhi on 2001/03/31 03:01:40
17478 Log: Missed MANIFESTations in #9483.
17481 ____________________________________________________________________________
17482 [ 9485] By: jhi on 2001/03/31 02:58:17
17483 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
17484 From: Peter Prymmer <pvhp@forte.com>
17485 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
17486 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
17488 ! regexec.c t/lib/cwd.t
17489 ____________________________________________________________________________
17490 [ 9484] By: jhi on 2001/03/31 01:04:41
17491 Log: Obsolete file (see #3938)
17493 - lib/unicode/README.Ethiopic
17495 ____________________________________________________________________________
17496 [ 9483] By: jhi on 2001/03/31 00:52:42
17497 Log: Update to Unicode 3.1.
17498 (Rename Names.txt to NamesList.txt.)
17500 + lib/unicode/NamesList.txt lib/unicode/PropList.html
17501 - lib/unicode/Names.txt
17502 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17503 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
17504 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
17505 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
17506 ! lib/unicode/UCD.html lib/unicode/Unicode.html
17507 ! lib/unicode/rename lib/unicode/version
17508 ____________________________________________________________________________
17509 [ 9482] By: jhi on 2001/03/30 23:33:44
17510 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17511 From: Robin Houston <robin@kitsite.com>
17512 Date: Fri, 30 Mar 2001 20:07:22 +0100
17513 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
17515 ! ext/B/B/Deparse.pm
17516 ____________________________________________________________________________
17517 [ 9481] By: jhi on 2001/03/30 23:20:25
17518 Log: Subject: Re: [PATCH] CwdXS, Take 2
17519 From: Benjamin Sugars <bsugars@canoe.ca>
17520 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
17521 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
17523 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
17524 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
17525 ____________________________________________________________________________
17526 [ 9480] By: jhi on 2001/03/30 22:52:38
17527 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
17528 From: David Dyck <dcd@tc.fluke.com>
17529 Date: Fri, 30 Mar 2001 14:44:13 -0800
17530 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
17532 The t/rantests flags file creation was accidentally
17536 ____________________________________________________________________________
17537 [ 9479] By: jhi on 2001/03/30 22:45:45
17538 Log: Subject: [PATCH] File::Glob stuff for Mac OS
17539 From: Chris Nandor <pudge@pobox.com>
17540 Date: Fri, 30 Mar 2001 16:51:00 -0500
17541 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
17543 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17544 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17545 ! t/lib/glob-taint.t
17546 ____________________________________________________________________________
17547 [ 9478] By: jhi on 2001/03/30 22:43:12
17548 Log: Subject: fix for win32/buildext.pl
17549 From: "Vadim Konovalov" <watman@inbox.ru>
17550 Date: Sat, 31 Mar 2001 00:50:36 +0400
17551 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
17553 ! win32/buildext.pl
17554 ____________________________________________________________________________
17555 [ 9477] By: jhi on 2001/03/30 22:41:16
17556 Log: Subject: small base.pm doc patch
17557 From: Leon Brocard <acme@astray.com>
17558 Date: Fri, 30 Mar 2001 21:49:57 +0100
17559 Message-ID: <20010330214957.B8733@ns0.astray.com>
17562 ____________________________________________________________________________
17563 [ 9476] By: jhi on 2001/03/30 18:16:57
17564 Log: Subject: [PATCH] av.h cosmetics
17565 From: Simon Cozens <simon@netthink.co.uk>
17566 Date: Fri, 30 Mar 2001 18:12:28 +0100
17567 Message-ID: <20010330181228.A9319@netthink.co.uk>
17570 ____________________________________________________________________________
17571 [ 9475] By: jhi on 2001/03/30 18:15:50
17572 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
17573 From: "Philip Newton" <pnewton@gmx.de>
17574 Date: Fri, 30 Mar 2001 19:06:57 +0200
17575 Message-ID: <3AC4D951.14815.1AC7068@localhost>
17578 ____________________________________________________________________________
17579 [ 9474] By: jhi on 2001/03/30 18:14:02
17580 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
17581 From: Benjamin Sugars <bsugars@canoe.ca>
17582 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
17583 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
17585 ! t/lib/glob-basic.t
17586 ____________________________________________________________________________
17587 [ 9473] By: jhi on 2001/03/30 16:09:24
17588 Log: Update Changes.
17590 ! Changes patchlevel.h
17591 ____________________________________________________________________________
17592 [ 9472] By: jhi on 2001/03/30 15:16:08
17593 Log: Integrate perlio.
17595 !> t/lib/cwd.t t/lib/glob-basic.t
17596 ____________________________________________________________________________
17597 [ 9471] By: nick on 2001/03/30 14:47:10
17598 Log: Should be (^O eq 'MSWin32') not 'Win32'
17599 Fail #12 seems real - chdir is in wrong dir.
17602 ____________________________________________________________________________
17603 [ 9470] By: jhi on 2001/03/30 14:41:11
17604 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
17605 From: Radu Greab <radu@netsoft.ro>
17606 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
17607 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
17611 ! ext/Socket/Socket.xs pp_sys.c
17612 ____________________________________________________________________________
17613 [ 9469] By: jhi on 2001/03/30 14:37:51
17614 Log: Subject: PATCH pod/perldiag.pod
17615 From: Robin Houston <robin@kitsite.com>
17616 Date: Fri, 30 Mar 2001 14:10:36 +0100
17617 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
17619 ! pod/perldiag.pod t/lib/glob-basic.t
17620 ____________________________________________________________________________
17621 [ 9468] By: jhi on 2001/03/30 14:36:36
17622 Log: Subject: Better diagnostic in io/fs.t
17623 From: andreas.koenig@anima.de (Andreas J. Koenig)
17624 Date: 30 Mar 2001 10:11:43 +0200
17625 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
17628 ____________________________________________________________________________
17629 [ 9467] By: nick on 2001/03/30 14:25:43
17630 Log: Skip order test of glob if case-ignoring system cannot
17631 create a.test and A.test
17633 ! t/lib/glob-basic.t
17634 ____________________________________________________________________________
17635 [ 9466] By: nick on 2001/03/30 13:03:12
17636 Log: Integrate mainline.
17638 - ext/re/hints/aix.pl
17639 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
17640 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
17641 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
17642 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
17643 ____________________________________________________________________________
17644 [ 9465] By: jhi on 2001/03/30 03:53:37
17645 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
17646 the tests sometimes hang, sometimes not.)
17648 ! t/lib/io_multihomed.t t/lib/io_sock.t
17649 ____________________________________________________________________________
17650 [ 9464] By: jhi on 2001/03/30 02:56:04
17651 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
17652 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17653 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
17654 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
17657 ____________________________________________________________________________
17658 [ 9463] By: jhi on 2001/03/30 02:34:48
17659 Log: Test for #9462.
17662 ____________________________________________________________________________
17663 [ 9462] By: jhi on 2001/03/30 02:29:37
17664 Log: Subject: B::Deparse precedence bug. (Patch included.)
17665 From: Jeremy Madea <jmadea@inktomi.com>
17666 Date: Thu, 29 Mar 2001 12:05:02 -0800
17667 Message-ID: <20010329120502.A24881@dr.inktomi.com>
17669 ! ext/B/B/Deparse.pm
17670 ____________________________________________________________________________
17671 [ 9461] By: jhi on 2001/03/30 02:18:41
17672 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
17673 From: Peter Prymmer <pvhp@forte.com>
17674 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
17675 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
17677 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
17679 ____________________________________________________________________________
17680 [ 9460] By: jhi on 2001/03/30 02:17:07
17681 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
17682 From: Robin Houston <robin@kitsite.com>
17683 Date: Thu, 29 Mar 2001 20:47:56 +0100
17684 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
17687 ____________________________________________________________________________
17688 [ 9459] By: jhi on 2001/03/30 02:16:05
17689 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
17690 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
17691 Date: Wed, 28 Mar 2001 18:02:20 -0600
17692 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
17694 ! lib/ExtUtils/MM_VMS.pm
17695 ____________________________________________________________________________
17696 [ 9458] By: jhi on 2001/03/30 02:07:58
17697 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
17698 From: "Joshua E. Rodd" <jrodd@pbs.org>
17699 Date: Wed, 28 Mar 2001 17:29:12 -0500
17700 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
17703 ____________________________________________________________________________
17704 [ 9457] By: jhi on 2001/03/30 02:04:33
17705 Log: Subject: ext/re/aix.pl can go
17706 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17707 Date: Thu, 29 Mar 2001 12:03:28 +0200
17708 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
17710 - ext/re/hints/aix.pl
17712 ____________________________________________________________________________
17713 [ 9456] By: jhi on 2001/03/30 02:03:32
17714 Log: Integrate perlio.
17716 !> ext/Encode/Encode.xs installperl
17717 ____________________________________________________________________________
17718 [ 9455] By: nick on 2001/03/29 21:11:46
17719 Log: DLL name has changed so installperl needs to know
17720 (Why isn't it working it out or passed it?)
17723 ____________________________________________________________________________
17724 [ 9454] By: nick on 2001/03/29 20:56:12
17725 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
17726 and we don't get undef warnings.
17728 ! ext/Encode/Encode.xs
17729 ____________________________________________________________________________
17730 [ 9453] By: nick on 2001/03/29 17:58:48
17731 Log: Integrate mainline
17733 !> Changes patchlevel.h
17734 ____________________________________________________________________________
17735 [ 9452] By: jhi on 2001/03/29 16:44:55
17736 Log: Update Changes.
17738 ! Changes patchlevel.h
17739 ____________________________________________________________________________
17740 [ 9451] By: nick on 2001/03/29 16:31:38
17741 Log: Integrate mainline
17743 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
17744 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
17745 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
17746 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
17747 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
17748 ____________________________________________________________________________
17749 [ 9450] By: jhi on 2001/03/29 16:29:17
17750 Log: Integrate perlio.
17752 !> win32/buildext.pl
17753 ____________________________________________________________________________
17754 [ 9449] By: jhi on 2001/03/29 15:50:01
17755 Log: Update Changes.
17757 ! Changes patchlevel.h
17758 ____________________________________________________________________________
17759 [ 9448] By: nick on 2001/03/29 15:47:15
17760 Log: Make sure buildext.pl finds Errno.pm
17762 ! win32/buildext.pl
17763 ____________________________________________________________________________
17764 [ 9447] By: jhi on 2001/03/29 15:39:34
17765 Log: Integrate perlio.
17767 !> win32/makefile.mk
17768 ____________________________________________________________________________
17769 [ 9446] By: nick on 2001/03/29 15:30:03
17770 Log: Integrate win32/makefile.mk with mainline.
17772 !> win32/makefile.mk
17773 ____________________________________________________________________________
17774 [ 9445] By: nick on 2001/03/29 15:27:32
17775 Log: Fix breakage ...
17777 ! win32/makefile.mk
17778 ____________________________________________________________________________
17779 [ 9444] By: jhi on 2001/03/29 15:03:08
17780 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
17781 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17782 Date: Thu, 29 Mar 2001 10:32:59 +0400
17783 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
17785 ! win32/makefile.mk
17786 ____________________________________________________________________________
17787 [ 9443] By: jhi on 2001/03/29 15:02:12
17788 Log: Integrate perlio.
17790 +> win32/buildext.pl
17791 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
17792 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
17793 ____________________________________________________________________________
17794 [ 9442] By: nick on 2001/03/29 14:59:11
17795 Log: Work in progress - determine win32 extensions to build via script.
17797 + win32/buildext.pl
17798 ! MANIFEST win32/makefile.mk
17799 ____________________________________________________________________________
17800 [ 9441] By: jhi on 2001/03/29 14:51:47
17801 Log: Reintroduce the use of external pwd.
17804 ____________________________________________________________________________
17805 [ 9440] By: jhi on 2001/03/29 14:42:58
17806 Log: use warnings instead of -w.
17809 ____________________________________________________________________________
17810 [ 9439] By: jhi on 2001/03/29 14:41:52
17811 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
17812 From: Jonathan Stowe <gellyfish@gellyfish.com>
17813 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
17814 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
17817 ____________________________________________________________________________
17818 [ 9438] By: jhi on 2001/03/29 14:39:38
17819 Log: Subject: [PATCH perl@9424] minor pod nits
17820 From: Robin Barker <rmb1@cise.npl.co.uk>
17821 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
17822 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
17824 ! pod/perlhack.pod pod/perliol.pod
17825 ____________________________________________________________________________
17826 [ 9437] By: jhi on 2001/03/29 14:29:16
17827 Log: Subject: [PATCH perl@9424] typemap cast warning
17828 From: Robin Barker <rmb1@cise.npl.co.uk>
17829 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
17830 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
17832 ! lib/ExtUtils/typemap
17833 ____________________________________________________________________________
17834 [ 9436] By: jhi on 2001/03/29 14:26:03
17835 Log: Subject: [PATCH perl@9424] printf warning
17836 From: Robin Barker <rmb1@cise.npl.co.uk>
17837 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
17838 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
17840 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
17841 ! ext/Storable/Storable.xs toke.c
17842 ____________________________________________________________________________
17843 [ 9435] By: nick on 2001/03/29 14:23:31
17844 Log: Win32 has name conflict with ERROR
17846 ! ext/PerlIO/Via/Via.xs
17847 ____________________________________________________________________________
17848 [ 9434] By: jhi on 2001/03/29 14:17:48
17849 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
17850 From: Peter Prymmer <pvhp@forte.com>
17851 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
17852 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
17854 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
17855 ____________________________________________________________________________
17856 [ 9433] By: jhi on 2001/03/29 13:52:44
17857 Log: test-prep target was missing.
17860 ____________________________________________________________________________
17861 [ 9432] By: nick on 2001/03/29 12:40:03
17862 Log: Make as-shipped compiler default to MSVC6
17864 ! win32/makefile.mk
17865 ____________________________________________________________________________
17866 [ 9431] By: nick on 2001/03/29 12:12:16
17867 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
17868 akin to PerlIO::Scalar.
17870 ! perlio.c perlio.h
17871 ____________________________________________________________________________
17872 [ 9430] By: nick on 2001/03/29 10:56:35
17873 Log: Integrate mainline.
17875 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
17876 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
17877 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
17878 !> win32/makefile.mk win32/win32sck.c
17879 ____________________________________________________________________________
17880 [ 9429] By: nick on 2001/03/29 09:03:43
17881 Log: Noticed that two tests were skipped as perlio:: package
17882 isn't there any more. Changed the skip condition.
17883 Avoid core-dump if sv_utf8_upgrade() called on something
17884 that does not become SvPOK after SvPV() (e.g. a ref).
17886 ! sv.c t/io/utf8.t t/lib/io_scalar.t
17887 ____________________________________________________________________________
17888 [ 9428] By: jhi on 2001/03/29 01:31:47
17889 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
17890 From: Benjamin Sugars <bsugars@canoe.ca>
17891 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
17892 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
17894 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
17895 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
17896 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
17897 ____________________________________________________________________________
17898 [ 9427] By: jhi on 2001/03/29 00:49:30
17899 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
17900 From: "Vadim Konovalov" <watman@inbox.ru>
17901 Date: Thu, 29 Mar 2001 01:50:12 +0400
17902 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
17904 ! win32/makefile.mk win32/win32sck.c
17905 ____________________________________________________________________________
17906 [ 9426] By: gsar on 2001/03/29 00:28:04
17907 Log: dmake can only handle == and != in comparisons; support building
17908 with Borland's VCL libraries (from Vadim Konovalov)
17909 Branch: maint-5.6/perl
17910 ! win32/makefile.mk
17911 ____________________________________________________________________________
17912 [ 9425] By: nick on 2001/03/28 19:29:56
17913 Log: Integrate (@snapshot)
17915 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
17916 ____________________________________________________________________________
17917 [ 9424] By: jhi on 2001/03/28 19:03:16
17918 Log: Update Changes.
17920 ! Changes patchlevel.h
17921 ____________________________________________________________________________
17922 [ 9423] By: jhi on 2001/03/28 18:52:09
17923 Log: Rmdir lib/XS on cleanup.
17926 ____________________________________________________________________________
17927 [ 9422] By: jhi on 2001/03/28 18:49:34
17928 Log: Integrate perlio.
17930 !> t/op/utf8decode.t
17931 ____________________________________________________________________________
17932 [ 9421] By: nick on 2001/03/28 18:46:44
17933 Log: Loose duplicate chunk.
17935 ! t/op/utf8decode.t
17936 ____________________________________________________________________________
17937 [ 9420] By: nick on 2001/03/28 18:44:11
17938 Log: Integrate mainline.
17940 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
17942 ____________________________________________________________________________
17943 [ 9419] By: jhi on 2001/03/28 18:42:05
17944 Log: Can't trust external pwds
17945 (either shell builtins or external programs)
17948 ____________________________________________________________________________
17949 [ 9418] By: jhi on 2001/03/28 18:34:05
17950 Log: Integrate perlio.
17953 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
17954 !> t/op/utf8decode.t
17955 ____________________________________________________________________________
17956 [ 9417] By: nick on 2001/03/28 18:24:02
17957 Log: PerlIO.pm / perlio.pm conflict.
17959 Make t/op/utf8decode.t a text file.
17962 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
17963 ! t/op/utf8decode.t
17964 ____________________________________________________________________________
17965 [ 9416] By: jhi on 2001/03/28 18:06:07
17966 Log: Integrate change #9409 from mainline to maintperl.
17968 Yet another tweak on AIX dynaloading.
17969 Branch: maint-5.6/perl
17970 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17971 ____________________________________________________________________________
17972 [ 9415] By: gsar on 2001/03/28 17:13:01
17973 Log: integrate changes#9377,9385,9401 from mainline
17975 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
17977 If directory entries compare equal case-insensitively,
17978 retry case-sensitively.
17980 Subject: [PATCH] B::Terse and warnings
17981 Branch: maint-5.6/perl
17982 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
17983 !> t/pragma/warn/perl
17984 ____________________________________________________________________________
17985 [ 9414] By: jhi on 2001/03/28 17:11:12
17986 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
17987 From: "Craig A. Berry" <craigberry@mac.com>
17988 Date: Wed, 28 Mar 2001 10:55:20 -0600
17989 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
17991 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
17992 ____________________________________________________________________________
17993 [ 9413] By: jhi on 2001/03/28 17:03:12
17996 ! t/op/utf8decode.t
17997 ____________________________________________________________________________
17998 [ 9412] By: jhi on 2001/03/28 17:02:36
17999 Log: Forced integrate from perlio.
18001 !> t/op/utf8decode.t
18002 ____________________________________________________________________________
18003 [ 9411] By: nick on 2001/03/28 16:50:03
18004 Log: Integrate mainline.
18007 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18008 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
18009 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
18010 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
18011 !> t/pragma/warn/perl
18012 ____________________________________________________________________________
18013 [ 9410] By: jhi on 2001/03/28 16:44:23
18014 Log: Subject: Re: [PATCH] 9403 cannot be tested
18015 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18016 Date: Wed, 28 Mar 2001 18:33:56 +0200
18017 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
18020 ____________________________________________________________________________
18021 [ 9409] By: jhi on 2001/03/28 16:12:45
18022 Log: Yet another tweak on AIX dynaloading.
18024 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18025 ____________________________________________________________________________
18026 [ 9408] By: jhi on 2001/03/28 15:52:55
18027 Log: Subject: [PATCH] 9403 cannot be tested
18028 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18029 Date: Wed, 28 Mar 2001 17:23:00 +0200
18030 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
18035 ____________________________________________________________________________
18036 [ 9407] By: jhi on 2001/03/28 15:47:43
18037 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
18039 ! t/op/utf8decode.t
18040 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18041 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
18042 ____________________________________________________________________________
18043 [ 9406] By: jhi on 2001/03/28 15:37:08
18044 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
18045 From: Benjamin Sugars <bsugars@canoe.ca>
18046 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
18047 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
18051 ____________________________________________________________________________
18052 [ 9405] By: jhi on 2001/03/28 15:13:18
18053 Log: pp_ne() needs a CORRECT boolean.
18056 ____________________________________________________________________________
18057 [ 9404] By: jhi on 2001/03/28 15:09:23
18058 Log: pp_ne() needs a boolean, not an integer.
18061 ____________________________________________________________________________
18062 [ 9403] By: jhi on 2001/03/28 14:47:43
18063 Log: (Retracted by #9404.)
18066 ____________________________________________________________________________
18067 [ 9402] By: jhi on 2001/03/28 14:43:59
18068 Log: Subject: Re: [PATCH] Typemap testing
18069 From: Tim Jenness <t.jenness@jach.hawaii.edu>
18070 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
18071 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
18073 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18074 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
18075 ____________________________________________________________________________
18076 [ 9401] By: jhi on 2001/03/28 14:42:14
18077 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
18078 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18079 Date: Sun, 25 Mar 2001 21:59:15 +0100
18080 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
18082 A variable will be checked for the "use once" warnings if:
18084 1. It is in the scope of a use warnings 'once'
18085 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
18087 Otherwise it won't be checked at all.
18089 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
18091 The enclosed patch partially fixes this issue. What I didn't
18092 get to work was the case where the "used once" warning is enabled
18093 in any file other than the main file.
18095 ! gv.c t/pragma/warn/perl
18096 ____________________________________________________________________________
18097 [ 9400] By: nick on 2001/03/28 14:38:24
18098 Log: More EBCDIC tweaks:
18099 - one more swash issue &~(0xA0-1) did not do the right thing,
18100 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
18101 - add "use re 'asciirange'" to make [!-~] etc. work
18102 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
18103 - Choose a key for t/op/each.t test which gets encoded.
18104 - Skip utf8decode if this is UTF-EBCDIC.
18106 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18107 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
18108 ____________________________________________________________________________
18109 [ 9399] By: jhi on 2001/03/28 14:21:00
18110 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
18114 ____________________________________________________________________________
18115 [ 9398] By: jhi on 2001/03/28 00:55:56
18116 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
18117 From: David Dyck <dcd@tc.fluke.com>
18118 Date: Tue, 27 Mar 2001 15:16:24 -0800
18119 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
18121 ! ext/IO/lib/IO/Socket.pm
18122 ____________________________________________________________________________
18123 [ 9397] By: jhi on 2001/03/27 21:52:49
18124 Log: Integrate perlio.
18126 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18127 +> ext/PerlIO/Via/Via.xs
18128 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18129 ____________________________________________________________________________
18130 [ 9396] By: nick on 2001/03/27 21:45:13
18131 Log: Integrate mainline.
18133 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
18134 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
18135 ____________________________________________________________________________
18136 [ 9395] By: nick on 2001/03/27 21:18:58
18137 Log: Outline docs for PerlIO and PerlIO::Scalar
18139 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18140 ____________________________________________________________________________
18141 [ 9394] By: nick on 2001/03/27 20:50:13
18142 Log: PerlIO::Via layer (alpha-ish).
18144 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18145 + ext/PerlIO/Via/Via.xs
18147 ____________________________________________________________________________
18148 [ 9393] By: jhi on 2001/03/27 20:49:55
18149 Log: Retract #9329 now that 9390 should take care of the matter.
18152 ____________________________________________________________________________
18153 [ 9390] By: jhi on 2001/03/27 20:47:50
18154 Log: Subject: Autoloading Errno.pm when %! is encountered
18155 From: Robin Houston <robin@kitsite.com>
18156 Date: Tue, 27 Mar 2001 20:57:11 +0100
18157 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
18159 ! embed.h embed.pl gv.c proto.h t/op/magic.t
18160 ____________________________________________________________________________
18161 [ 9389] By: jhi on 2001/03/27 20:24:31
18162 Log: Integrate perlio.
18164 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
18165 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
18167 ____________________________________________________________________________
18168 [ 9388] By: jhi on 2001/03/27 20:21:38
18169 Log: Better have a three-element array if one is going to assign
18170 to the third element of that array. (from Tim Jenness)
18172 ! ext/XS/Typemap/Typemap.xs
18173 ____________________________________________________________________________
18174 [ 9387] By: nick on 2001/03/27 20:15:43
18175 Log: Integrate mainline.
18177 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
18178 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18179 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
18180 +> t/lib/xs-typemap.t
18181 !> (integrate 34 files)
18182 ____________________________________________________________________________
18183 [ 9386] By: jhi on 2001/03/27 20:04:18
18184 Log: Subject: Re: perl@9359 breaks HTML::Parser
18185 From: Gisle Aas <gisle@ActiveState.com>
18186 Date: 27 Mar 2001 11:30:24 -0800
18187 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
18189 Clarify the UTF-8 issues of the API docs.
18190 (Slightly reworded and expanded.)
18192 ! pod/perlapi.pod sv.c sv.h
18193 ____________________________________________________________________________
18194 [ 9385] By: jhi on 2001/03/27 19:44:25
18195 Log: If directory entries compare equal case-insensitively,
18196 retry case-sensitively.
18198 ! ext/File/Glob/bsd_glob.c
18199 ____________________________________________________________________________
18200 [ 9384] By: nick on 2001/03/27 19:38:50
18201 Log: Various EBCDIC fixes:
18202 - major revelation that swash code is encoding aware,
18203 (or thought it was) - now it is ;-)
18204 - With that out of the way fix a slab of tr/// cases.
18205 - Fix Encode 'Unicode' to be true Unicode so tests pass.
18206 - As anticipated Base64.xs needed tweaks.
18207 - Until tr/// works right avoid old_encode64 in MIME tests.
18209 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
18210 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
18211 ____________________________________________________________________________
18212 [ 9383] By: jhi on 2001/03/27 18:34:41
18213 Log: Add the std test suite BEGIN block.
18215 ! t/lib/xs-typemap.t
18216 ____________________________________________________________________________
18217 [ 9382] By: jhi on 2001/03/27 15:16:07
18218 Log: Add debugging output to the test.
18220 ! t/lib/glob-basic.t
18221 ____________________________________________________________________________
18222 [ 9381] By: jhi on 2001/03/27 15:08:10
18223 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
18225 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
18226 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18227 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
18228 + t/lib/xs-typemap.t
18230 ____________________________________________________________________________
18231 [ 9380] By: jhi on 2001/03/27 14:48:34
18232 Log: Subject: [PATCH] Typemap testing
18233 From: Tim Jenness <t.jenness@jach.hawaii.edu>
18234 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
18235 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
18237 (The first part of the patch.)
18239 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
18240 ____________________________________________________________________________
18241 [ 9379] By: jhi on 2001/03/27 14:44:56
18242 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
18243 From: Benjamin Sugars <bsugars@canoe.ca>
18244 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
18245 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
18247 ! t/lib/glob-basic.t
18248 ____________________________________________________________________________
18249 [ 9378] By: jhi on 2001/03/27 14:42:30
18250 Log: Subject: [PATCH] perlvar nit
18251 From: Simon Cozens <simon@netthink.co.uk>
18252 Date: Tue, 27 Mar 2001 01:12:01 +0100
18253 Message-ID: <20010327011201.A19179@netthink.co.uk>
18256 ____________________________________________________________________________
18257 [ 9377] By: jhi on 2001/03/27 14:36:26
18258 Log: Subject: [PATCH] B::Terse and warnings
18259 From: Benjamin Sugars <ben.sugars@home.com>
18260 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
18261 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
18263 ! ext/B/B.pm ext/B/B/Terse.pm
18264 ____________________________________________________________________________
18265 [ 9376] By: jhi on 2001/03/27 14:31:31
18266 Log: Document sockatmark() some.
18268 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
18270 ____________________________________________________________________________
18271 [ 9375] By: jhi on 2001/03/27 14:00:24
18272 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
18273 noted by Gisle and fixed by NI-S.
18276 ____________________________________________________________________________
18277 [ 9374] By: jhi on 2001/03/27 05:50:01
18281 ____________________________________________________________________________
18282 [ 9373] By: jhi on 2001/03/27 05:43:51
18283 Log: Pixie documenting.
18285 ! Makefile.SH pod/perlhack.pod
18286 ____________________________________________________________________________
18287 [ 9372] By: jhi on 2001/03/27 05:29:34
18288 Log: Metaconfig unit changes for #9371.
18290 ! U/modified/myhostname.U
18291 Branch: metaconfig/U/perl
18294 ____________________________________________________________________________
18295 [ 9371] By: jhi on 2001/03/27 05:29:07
18296 Log: Add sockatmark() probing.
18298 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18299 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18300 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18301 ! vos/config.ga.h win32/config.bc win32/config.gc
18303 ____________________________________________________________________________
18304 [ 9370] By: jhi on 2001/03/26 22:01:18
18305 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
18306 Really need to benchmark this.
18309 ____________________________________________________________________________
18310 [ 9369] By: nick on 2001/03/26 21:59:30
18311 Log: Integrate mainline.
18313 ! ext/MIME/Base64/QuotedPrint.pm
18314 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18315 !> patchlevel.h pod/perlhack.pod pp_sys.c
18316 ____________________________________________________________________________
18317 [ 9368] By: jhi on 2001/03/26 21:47:03
18318 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
18321 TODO2: le, lt, ge, gt? Yech.
18324 ____________________________________________________________________________
18325 [ 9367] By: jhi on 2001/03/26 21:34:57
18326 Log: Too much cut-and-paste in #9363.
18329 ____________________________________________________________________________
18330 [ 9366] By: jhi on 2001/03/26 21:20:53
18331 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
18332 From: Andreas Schwab <schwab@suse.de>
18333 Date: 26 Mar 2001 17:29:04 +0200
18334 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
18336 (The patch for 5.6.0 or so, this is a guess for bleadperl)
18339 ____________________________________________________________________________
18340 [ 9365] By: jhi on 2001/03/26 21:07:54
18341 Log: Integrate perlio.
18344 ____________________________________________________________________________
18345 [ 9364] By: nick on 2001/03/26 20:30:48
18346 Log: REFCNT botch in layer name cache hash.
18349 ____________________________________________________________________________
18350 [ 9363] By: jhi on 2001/03/26 18:44:32
18351 Log: Subject: [PATCH] socket() leaks file descriptors
18352 From: Benjamin Sugars <bsugars@canoe.ca>
18353 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
18354 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
18356 Also sockpair() fixed similarly.
18359 ____________________________________________________________________________
18360 [ 9362] By: jhi on 2001/03/26 18:37:52
18361 Log: Integrate perlio.
18363 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
18364 ____________________________________________________________________________
18365 [ 9361] By: nick on 2001/03/26 17:32:06
18366 Log: Implement flush of linebuffered streams on read of a tty.
18368 ! perlio.c perliol.h
18369 ____________________________________________________________________________
18370 [ 9360] By: nick on 2001/03/26 17:12:32
18371 Log: Memory tweaks and notes for OEMVS.
18373 ! README.os390 miniperlmain.c t/op/pat.t
18374 ____________________________________________________________________________
18375 [ 9359] By: jhi on 2001/03/26 02:12:54
18376 Log: Update Changes.
18378 ! Changes patchlevel.h
18379 ____________________________________________________________________________
18380 [ 9358] By: jhi on 2001/03/26 02:05:32
18381 Log: Document the most common pixie options.
18384 ____________________________________________________________________________
18385 [ 9357] By: jhi on 2001/03/26 01:25:28
18386 Log: For perl.pixie check *before* compiling that optimize is -g,
18390 ____________________________________________________________________________
18391 [ 9356] By: jhi on 2001/03/26 01:13:41
18392 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
18395 ____________________________________________________________________________
18396 [ 9355] By: jhi on 2001/03/26 01:11:19
18397 Log: Remove t/perl.third.
18400 ____________________________________________________________________________
18401 [ 9354] By: jhi on 2001/03/26 00:23:38
18402 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
18405 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18406 ____________________________________________________________________________
18407 [ 9353] By: jhi on 2001/03/25 22:25:04
18408 Log: Integrate perlio.
18410 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18411 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
18412 !> pp_hot.c win32/makefile.mk
18413 ____________________________________________________________________________
18414 [ 9352] By: jhi on 2001/03/25 22:21:41
18415 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
18416 From: Radu Greab <radu@netsoft.ro>
18417 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
18418 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
18421 ____________________________________________________________________________
18422 [ 9351] By: nick on 2001/03/25 22:15:02
18423 Log: Fix readline in list mode to tell rest of world that it has
18424 things on the stack. Otherwise if perl code gets invoked
18425 underneath it it scribbles over results-so-far.
18426 (Why TIEHANDLE has not tripped on this is a mystery.)
18429 ____________________________________________________________________________
18430 [ 9350] By: nick on 2001/03/25 22:10:13
18431 Log: win32/makefile.mk typos
18433 ! win32/makefile.mk
18434 ____________________________________________________________________________
18435 [ 9349] By: nick on 2001/03/25 21:31:14
18436 Log: Integrate now-non-binary file.
18439 ____________________________________________________________________________
18440 [ 9348] By: nick on 2001/03/25 21:27:24
18444 ____________________________________________________________________________
18445 [ 9347] By: nick on 2001/03/25 21:25:37
18446 Log: Integrate mainline.
18448 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18449 !> lib/Term/ReadLine.pm t/lib/md5-file.t
18450 ____________________________________________________________________________
18451 [ 9346] By: nick on 2001/03/25 20:58:15
18452 Log: Add destruct time hook to PerlIO (for work-in-process implementing
18453 layers in perl code. In such cases layers need to be popped before
18454 we loose the ability to run perl code.)
18455 Also back-out "PerlIO::object" hook - it isn't going to work like that...
18457 ! perl.c perlio.c perlio.h perliol.h
18458 ____________________________________________________________________________
18459 [ 9345] By: nick on 2001/03/25 20:49:11
18460 Log: Avoid at leasy one of undefined warnings in Encode.
18462 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18463 ____________________________________________________________________________
18464 [ 9344] By: jhi on 2001/03/25 20:37:43
18465 Log: A workaround for using Term::ReadLine in emacs minibuffer
18466 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
18467 additional tweaks from Ilya Zakharevich.
18469 ! lib/Term/ReadLine.pm
18470 ____________________________________________________________________________
18471 [ 9343] By: nick on 2001/03/25 20:21:14
18472 Log: Missing return value.
18474 ! ext/PerlIO/Scalar/Scalar.xs
18475 ____________________________________________________________________________
18476 [ 9342] By: jhi on 2001/03/25 16:21:00
18477 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
18478 to equal the CPAN versions since no code changes have been made.
18480 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18482 ____________________________________________________________________________
18483 [ 9341] By: jhi on 2001/03/25 16:01:48
18484 Log: Escape 8-bit characters.
18487 ____________________________________________________________________________
18488 [ 9340] By: gsar on 2001/03/25 15:50:53
18489 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
18493 ____________________________________________________________________________
18494 [ 9339] By: gsar on 2001/03/25 15:48:50
18495 Log: delete mimeqp.t for later with text mode set
18498 ____________________________________________________________________________
18499 [ 9338] By: nick on 2001/03/25 09:01:57
18500 Log: Integrate mainline.
18502 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18503 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18504 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18505 +> t/lib/mimeb64u.t t/lib/mimeqp.t
18506 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
18507 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
18508 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
18509 ____________________________________________________________________________
18510 [ 9337] By: jhi on 2001/03/25 04:23:24
18511 Log: Add MIME::Base64 here and there. Again, a lot of
18512 optimism is in the air.
18514 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18515 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
18516 ____________________________________________________________________________
18517 [ 9336] By: jhi on 2001/03/25 04:12:43
18518 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
18519 this by ear as I do not do Win32 programming.)
18521 ! win32/Makefile win32/makefile.mk
18522 ____________________________________________________________________________
18523 [ 9335] By: jhi on 2001/03/25 04:03:50
18524 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
18527 ____________________________________________________________________________
18528 [ 9334] By: jhi on 2001/03/25 03:58:53
18529 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
18531 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18532 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18533 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18534 + t/lib/mimeb64u.t t/lib/mimeqp.t
18536 ____________________________________________________________________________
18537 [ 9333] By: jhi on 2001/03/24 20:14:37
18538 Log: Integrate perlio.
18540 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
18541 ____________________________________________________________________________
18542 [ 9332] By: nick on 2001/03/24 19:40:34
18543 Log: Fix un-init variable leading to spurious "Out of Memory!"
18546 ____________________________________________________________________________
18547 [ 9331] By: nick on 2001/03/24 19:09:59
18548 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
18549 and update layers internals doc.
18551 ! pod/perlfunc.pod pod/perliol.pod
18552 ____________________________________________________________________________
18553 [ 9330] By: jhi on 2001/03/24 18:42:11
18554 Log: The length might be uninitialized garbage if the *svp is the undef.
18557 ____________________________________________________________________________
18558 [ 9329] By: jhi on 2001/03/24 18:26:57
18559 Log: (Retracted by #9393)
18561 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
18562 From: Simon Cozens <simon@netthink.co.uk>
18563 Date: Sat, 24 Mar 2001 17:13:17 +0000
18564 Message-ID: <20010324171317.A13406@netthink.co.uk>
18567 ____________________________________________________________________________
18568 [ 9328] By: nick on 2001/03/24 17:22:02
18569 Log: Integrate mainline.
18571 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
18572 !> lib/unicode/version
18573 ____________________________________________________________________________
18574 [ 9327] By: nick on 2001/03/24 17:16:02
18575 Log: Integrate mainline.
18577 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18578 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18579 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18580 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18581 +> t/lib/md5-file.t
18582 !> MANIFEST Makefile.SH configure.com djgpp/config.over
18583 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
18584 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
18585 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
18586 !> win32/makefile.mk
18587 ____________________________________________________________________________
18588 [ 9326] By: jhi on 2001/03/24 17:00:42
18589 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
18591 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
18592 ! lib/unicode/version
18593 ____________________________________________________________________________
18594 [ 9325] By: jhi on 2001/03/24 16:22:33
18595 Log: Subject: Re: B::Deparse bug (5.6.0)
18596 From: Robin Houston <robin@kitsite.com>
18597 Date: Sat, 24 Mar 2001 14:33:09 +0000
18598 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
18600 ! op.c pp.c t/lib/b.t t/op/repeat.t
18601 ____________________________________________________________________________
18602 [ 9324] By: jhi on 2001/03/24 16:21:56
18603 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
18604 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
18605 these additions may be too optimistic.
18607 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18608 ! hints/uwin.sh hints/vmesa.sh
18609 ____________________________________________________________________________
18610 [ 9323] By: jhi on 2001/03/24 16:06:01
18611 Log: Integrate perlio.
18613 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
18614 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18616 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
18617 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
18618 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
18619 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18620 !> win32/makefile.mk win32/perlhost.h win32/win32.c
18621 !> win32/win32iop.h
18622 ____________________________________________________________________________
18623 [ 9322] By: nick on 2001/03/24 14:39:12
18624 Log: Routine Win32 regen_config_h - no real changes.
18626 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18627 ____________________________________________________________________________
18628 [ 9321] By: nick on 2001/03/24 14:31:49
18629 Log: PerlIO fixups for Win32:
18630 - provide win33_popenlist() - non-functional as yet.
18631 - avoid need for aTHX in PerlIO_debug calls - even if not
18632 enabled args are still evaluated so Win32 has trouble during fork().
18633 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
18634 - Fixup makedef.pl for latest set of symbols.
18636 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
18637 ! win32/perlhost.h win32/win32.c win32/win32iop.h
18638 ____________________________________________________________________________
18639 [ 9320] By: nick on 2001/03/24 14:26:58
18640 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
18641 was gibberish - broke it on WIn32 at least.
18643 ! ext/POSIX/POSIX.xs
18644 ____________________________________________________________________________
18645 [ 9319] By: nick on 2001/03/24 11:29:41
18646 Log: Generated files.
18648 ! embed.h global.sym objXSUB.h perlapi.c proto.h
18649 ____________________________________________________________________________
18650 [ 9318] By: nick on 2001/03/24 10:29:37
18652 1. open($fh,"+<",undef); # add test to t/io/open.t
18653 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
18655 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
18656 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18657 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
18658 ! t/io/open.t t/io/utf8.t
18659 ____________________________________________________________________________
18660 [ 9317] By: jhi on 2001/03/23 23:41:25
18661 Log: AIX does seems to have optimization problems with its C compilers.
18664 ____________________________________________________________________________
18665 [ 9316] By: jhi on 2001/03/23 23:40:46
18666 Log: Integrate perlio.
18669 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
18671 ____________________________________________________________________________
18672 [ 9315] By: jhi on 2001/03/23 22:16:30
18673 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
18676 ____________________________________________________________________________
18677 [ 9314] By: nick on 2001/03/23 20:49:02
18678 Log: Perlio internals re-organized.
18679 - open process creates AV of layer/arg pairs
18680 (appends layers from open() or open.pm to default list).
18681 - push arg is now an SV.
18682 - layer ->Open get passed the AV
18683 - open is no longer mandatory method.
18684 - topmost layer that has ->Open method does the open
18685 - any layers above are pushed once that returns.
18686 - vtable re-ordered so dummy layers need only provide push/pop methods.
18688 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18689 ____________________________________________________________________________
18690 [ 9313] By: nick on 2001/03/23 16:27:41
18691 Log: Check in a stable (working) version before next round of tweaks.
18693 - Move default layers code out of doio.c and into perlio.c
18694 - Single routine for parsing layer specification strings.
18695 - Skeleton support for demand loading of layers
18696 - Core-dump avoidance if PERLIO environment specifies loadable layer
18697 (does not _work_ as need IO to load and need load to do IO ...)
18700 ! MANIFEST doio.c perlio.c
18701 ____________________________________________________________________________
18702 [ 9312] By: gsar on 2001/03/23 16:25:25
18703 Log: add execute bit to files with shebang lines in the repository;
18704 avoid clobbering execute bit in Porting/makerel
18705 Branch: maint-5.6/perl
18707 ____________________________________________________________________________
18708 [ 9311] By: jhi on 2001/03/23 14:25:35
18709 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
18712 ____________________________________________________________________________
18713 [ 9310] By: jhi on 2001/03/23 13:45:04
18714 Log: Subject: [PATCH] Net::Ping
18715 From: Colin McMillen <mcmi0037@tc.umn.edu>
18716 Date: Thu, 22 Mar 2001 19:30:31 -0600
18717 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
18720 ____________________________________________________________________________
18721 [ 9309] By: jhi on 2001/03/23 13:39:13
18722 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
18724 ! t/lib/md5-aaa.t t/lib/md5-file.t
18725 ____________________________________________________________________________
18726 [ 9308] By: jhi on 2001/03/23 13:20:34
18727 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
18728 - bump the version to 2.14
18729 - drop the base64 tests since they require MIME::Base64
18730 - drop the rfc1321.txt
18731 - drop the hints/dec_osf.pl since it's only needed for
18734 - the U32 alignment testing is now removed; it needs to
18735 be reintroduced as as a Config variable (meaning also
18736 as a Configure test)
18737 - get the new EBCDIC md5sum for MD5.pm
18738 - test in Win32 to see how badly I botched the makefiles
18740 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18741 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18742 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18743 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18745 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
18746 ! win32/Makefile win32/makefile.mk
18747 ____________________________________________________________________________
18748 [ 9307] By: jhi on 2001/03/23 12:56:14
18749 Log: Integrate change #9306 from maintperl into mainline,
18750 AIX dynaloader for AIXes without <load.h>.
18752 !> ext/DynaLoader/hints/aix.pl
18753 ____________________________________________________________________________
18754 [ 9306] By: jhi on 2001/03/23 12:51:36
18755 Log: There are AIXes without /usr/include/load.h,
18756 patch from H.Merijn Brand.
18757 Branch: maint-5.6/perl
18758 ! ext/DynaLoader/hints/aix.pl
18759 ____________________________________________________________________________
18760 [ 9305] By: nick on 2001/03/23 11:00:42
18761 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
18763 ! ext/Encode/Encode.xs perlio.c perlio.h
18764 ____________________________________________________________________________
18765 [ 9304] By: nick on 2001/03/23 10:20:46
18766 Log: Render -Duseperlio functional again.
18767 - this is "quick fix" which calls PerlIO_apply_layers after opening,
18768 which is what old scheme did. New scheme needs to change that
18769 to make open(...,\$scalar) etc. work but this will do for now.
18772 ____________________________________________________________________________
18773 [ 9303] By: nick on 2001/03/23 09:53:20
18774 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
18775 -Uuseperlio now works again.
18776 -Duseperlio is still poorly. Don't merge yet...
18779 ____________________________________________________________________________
18780 [ 9302] By: nick on 2001/03/22 22:26:51
18781 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
18783 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
18784 is its main caller. In particular now has access to "extra" args, and
18785 can tell when an open handle is "reopened" (or duped?).
18786 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
18787 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
18788 PerlIO_open() et. al. (i.e. other way round).
18789 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
18790 with args close to PerlIO_openn().
18792 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18793 ____________________________________________________________________________
18794 [ 9301] By: jhi on 2001/03/22 20:58:04
18795 Log: Integrate perlio.
18797 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
18798 !> t/io/open.t util.c
18799 ____________________________________________________________________________
18800 [ 9300] By: nick on 2001/03/22 17:36:32
18801 Log: Don't include $@ in not ok message.
18804 ____________________________________________________________________________
18805 [ 9299] By: gsar on 2001/03/22 16:53:45
18806 Log: back out changes#7532,7521 for now (appears to have problems
18808 Branch: maint-5.6/perl
18809 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18810 ! ext/POSIX/typemap pod/perlvar.pod
18811 ____________________________________________________________________________
18812 [ 9298] By: nick on 2001/03/22 14:35:46
18813 Log: Give a meaning to '&' in n-arg open case:
18814 open($fh,"<&",$scalar);
18816 - an integer which does "fdopen"
18817 open($fh,"<&",2); # like open($fh,"<&2")
18818 - something that will yield a file handle via sv_2io()
18819 useful for dup'ing anonymous handles.
18821 open(my $fh,"<&",\*STDIN);
18822 open(my $dup,"<&",$fh);
18824 ! doio.c t/io/open.t
18825 ____________________________________________________________________________
18826 [ 9297] By: nick on 2001/03/22 13:34:35
18827 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
18830 ____________________________________________________________________________
18831 [ 9296] By: nick on 2001/03/22 12:51:20
18832 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
18835 ____________________________________________________________________________
18836 [ 9295] By: nick on 2001/03/22 11:59:44
18837 Log: If stdin, stdout or stderr get opened in unexpected read/write state
18838 then warn at time of open not at time of use.
18840 ! doio.c pp_hot.c pp_sys.c
18841 ____________________________________________________________________________
18842 [ 9294] By: nick on 2001/03/22 10:54:35
18843 Log: Die on n-arg open(...,"",xxx,yyy,...)
18844 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
18845 - die on read/write cases so we can decide what it means later.
18847 ! doio.c embed.pl iperlsys.h util.c
18848 ____________________________________________________________________________
18849 [ 9293] By: nick on 2001/03/22 09:02:45
18850 Log: perlio tweaks (reported by Nick Clark)
18851 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
18852 error check in Pendinf_read().
18855 ____________________________________________________________________________
18856 [ 9292] By: gsar on 2001/03/22 07:12:00
18857 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
18859 Branch: maint-5.6/perl
18860 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
18861 ____________________________________________________________________________
18862 [ 9291] By: jhi on 2001/03/22 06:06:44
18863 Log: Regex tests from Chicheng Zhang. (Already fixed.)
18866 ____________________________________________________________________________
18867 [ 9290] By: jhi on 2001/03/22 05:57:01
18868 Log: Move MacOS Classic higher in the list of supported platforms.
18869 Branch: maint-5.6/perl
18871 ____________________________________________________________________________
18872 [ 9289] By: gsar on 2001/03/22 05:35:04
18873 Log: revert part of change#6438 for compatibility (av_reify()
18874 appears to be needed to implement av_splice()ish things
18876 Branch: maint-5.6/perl
18877 ! embed.pl global.sym objXSUB.h perlapi.c
18878 ____________________________________________________________________________
18879 [ 9288] By: gsar on 2001/03/22 03:09:19
18880 Log: update copyright year
18881 Branch: maint-5.6/perl
18882 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
18883 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
18884 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
18885 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
18886 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
18887 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
18888 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
18890 ____________________________________________________________________________
18891 [ 9287] By: jhi on 2001/03/21 20:30:54
18892 Log: Integrate perlio.
18894 !> ext/Data/Dumper/Dumper.xs
18895 ____________________________________________________________________________
18896 [ 9286] By: gsar on 2001/03/21 19:49:54
18897 Log: makefile.mk tweak
18898 Branch: maint-5.6/perl
18899 ! win32/Makefile win32/makefile.mk
18900 ____________________________________________________________________________
18901 [ 9285] By: nick on 2001/03/21 19:07:13
18902 Log: Multiplicity fix for Dumper.
18904 ! ext/Data/Dumper/Dumper.xs
18905 ____________________________________________________________________________
18906 [ 9284] By: nick on 2001/03/21 19:01:07
18907 Log: Integrate mainline - (does not build xTHX issue in Dumper).
18909 !> (integrate 27 files)
18910 ____________________________________________________________________________
18911 [ 9283] By: jhi on 2001/03/21 17:17:35
18912 Log: Integrate change #9282 from mainline into maintperl,
18913 4-arg UTF-8 substr().
18914 Branch: maint-5.6/perl
18916 ____________________________________________________________________________
18917 [ 9282] By: jhi on 2001/03/21 17:15:43
18918 Log: The #9270 would have leaked a scalar if pp_substr()
18922 ____________________________________________________________________________
18923 [ 9281] By: gsar on 2001/03/21 17:03:14
18924 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
18925 Branch: maint-5.6/perl
18926 ! win32/makefile.mk
18927 ____________________________________________________________________________
18928 [ 9280] By: gsar on 2001/03/21 17:01:20
18929 Log: some tweaks to change#9278 (fork() emulation should be enabled
18930 by setting BUILD_FLAVOR instead of changing the defaults)
18931 Branch: maint-5.6/perl
18932 ! win32/makefile.mk
18933 ____________________________________________________________________________
18934 [ 9279] By: gsar on 2001/03/21 16:47:19
18935 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
18936 Branch: maint-5.6/perl
18937 ! ext/File/Glob/Glob.pm
18939 ____________________________________________________________________________
18940 [ 9278] By: jhi on 2001/03/21 14:35:10
18941 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
18942 From: "Vadim Konovalov" <watman@inbox.ru>
18943 Date: Wed, 21 Mar 2001 01:53:51 +0300
18944 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
18945 Branch: maint-5.6/perl
18946 ! win32/makefile.mk win32/win32sck.c
18947 ____________________________________________________________________________
18948 [ 9277] By: jhi on 2001/03/21 13:58:28
18949 Log: Integrate change #9270 from mainline to maintperl:
18950 continued 4-arg UTF-8 substr() fixing.
18951 Branch: maint-5.6/perl
18952 !> pp.c t/op/substr.t
18953 ____________________________________________________________________________
18954 [ 9276] By: jhi on 2001/03/21 13:33:00
18955 Log: More pixie cleaning.
18958 ____________________________________________________________________________
18959 [ 9275] By: jhi on 2001/03/21 03:54:17
18960 Log: Update Changes.
18962 ! Changes patchlevel.h
18963 ____________________________________________________________________________
18964 [ 9274] By: jhi on 2001/03/21 03:48:24
18965 Log: First stab at making Data::Dumper to grok Unicode.
18967 TODO: tests, EBCDICify.
18969 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18970 ____________________________________________________________________________
18971 [ 9273] By: jhi on 2001/03/21 02:23:00
18974 Subject: Memory leak in unquoted print
18975 From: Benjamin Sugars <bsugars@canoe.ca>
18976 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
18977 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
18980 ____________________________________________________________________________
18981 [ 9272] By: jhi on 2001/03/21 01:33:17
18982 Log: Subject: Re: [PATCH] POSIX::getcwd()
18983 From: Benjamin Sugars <bsugars@canoe.ca>
18984 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
18985 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
18987 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18988 ____________________________________________________________________________
18989 [ 9271] By: jhi on 2001/03/21 01:22:52
18990 Log: Subject: [PATCH] Cwd.pm docs
18991 From: Benjamin Sugars <bsugars@canoe.ca>
18992 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
18993 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
18996 ____________________________________________________________________________
18997 [ 9270] By: jhi on 2001/03/21 01:16:29
18998 Log: Continue 4-arg substr() UTF-8 fixage.
19000 ! pp.c t/op/substr.t
19001 ____________________________________________________________________________
19002 [ 9269] By: jhi on 2001/03/21 00:46:14
19003 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
19005 revert the leak fix in change#9142 (problem needs a more experimental
19006 fix unsuitable for 5.6.1)
19008 do alphabetical sorting by default (for csh compatibility)
19010 cut-n-paste goof in change#9264
19012 VMS piping fixes (from Charles Lane)
19014 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
19015 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19016 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
19017 ____________________________________________________________________________
19018 [ 9268] By: jhi on 2001/03/21 00:37:04
19019 Log: Integrate perlio.
19021 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19022 !> utf8.c utf8.h utfebcdic.h
19023 ____________________________________________________________________________
19024 [ 9267] By: nick on 2001/03/20 20:04:39
19025 Log: More EBCDIC stuff:
19026 - Loose the extra level of function on ASCII.
19027 - spotted a chr(0) issue in sv.c
19028 - re-work of UTF-X tr/// ranges to work in Unicode
19029 space. Still issues with the "0xff is illegal UTF-8" hack.
19030 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
19031 (why do it once when you can do it all over the place :-(
19032 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
19033 need utf8.pm for swashes.
19034 - Simplified and commented scan_const() in toke.c
19035 Still something wrong regexp and tr (swashes?).
19037 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19038 ! utf8.c utf8.h utfebcdic.h
19039 ____________________________________________________________________________
19040 [ 9266] By: gsar on 2001/03/20 19:16:43
19041 Log: VMS piping fixes (from Charles Lane)
19042 Branch: maint-5.6/perl
19043 ! vms/vms.c vms/vmspipe.com
19044 ____________________________________________________________________________
19045 [ 9265] By: gsar on 2001/03/20 17:53:52
19046 Log: cut-n-paste goof in change#9264
19047 Branch: maint-5.6/perl
19048 ! ext/File/Glob/Glob.xs
19049 ____________________________________________________________________________
19050 [ 9264] By: gsar on 2001/03/20 17:43:47
19051 Log: do alphabetical sorting by default (for csh compatibility);
19052 bsd_glob() does ASCII sort by default as usual, unless
19053 GLOB_ALPHASORT was specified
19054 Branch: maint-5.6/perl
19055 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
19056 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19057 ! ext/File/Glob/bsd_glob.h
19058 ____________________________________________________________________________
19059 [ 9263] By: gsar on 2001/03/20 16:40:08
19060 Log: integrate change#9255 from mainline (unicode fix)
19062 substr($bytestr, i, n, $charstr)
19063 Branch: maint-5.6/perl
19064 !> Todo-5.6 pp.c t/op/substr.t
19065 ____________________________________________________________________________
19066 [ 9262] By: gsar on 2001/03/20 15:57:41
19067 Log: revert the leak fix in change#9142 (problem needs a more experimental
19068 fix unsuitable for 5.6.1)
19069 Branch: maint-5.6/perl
19071 ____________________________________________________________________________
19072 [ 9261] By: jhi on 2001/03/20 14:26:25
19073 Log: Integrate changes #9259,9260 from maintperl into mainline.
19075 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19077 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19079 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
19080 ____________________________________________________________________________
19081 [ 9260] By: jhi on 2001/03/20 14:05:46
19082 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19083 From: Robin Barker <rmb1@cise.npl.co.uk>
19084 Date: Tue, 20 Mar 2001 10:12:04 GMT
19085 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
19086 Branch: maint-5.6/perl
19088 ____________________________________________________________________________
19089 [ 9259] By: jhi on 2001/03/20 14:04:39
19090 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19091 From: Chris Nandor <pudge@pobox.com>
19092 Date: Tue, 20 Mar 2001 00:40:56 -0500
19093 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
19094 Branch: maint-5.6/perl
19095 ! ext/POSIX/POSIX.xs lib/File/Path.pm
19096 ____________________________________________________________________________
19097 [ 9258] By: jhi on 2001/03/20 05:09:34
19098 Log: Update Changes.
19100 ! Changes patchlevel.h
19101 ____________________________________________________________________________
19102 [ 9257] By: jhi on 2001/03/20 05:04:25
19103 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
19106 ____________________________________________________________________________
19107 [ 9256] By: jhi on 2001/03/20 04:43:12
19108 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
19109 From: Peter Prymmer <pvhp@forte.com>
19110 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
19111 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
19112 Branch: maint-5.6/perl
19113 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
19114 ____________________________________________________________________________
19115 [ 9255] By: jhi on 2001/03/19 23:17:17
19116 Log: substr($bytestr, i, n, $charstr)
19118 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
19120 ! Todo-5.6 pp.c t/op/substr.t
19121 ____________________________________________________________________________
19122 [ 9254] By: jhi on 2001/03/19 22:25:09
19123 Log: Rearrange the make test target prerequisites so that
19124 in a parallel make 'all' is finished before 'test'.
19127 ____________________________________________________________________________
19128 [ 9253] By: jhi on 2001/03/19 21:48:07
19129 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
19130 From: Robin Houston <robin@kitsite.com>
19131 Date: Mon, 19 Mar 2001 15:48:41 +0000
19132 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
19135 ____________________________________________________________________________
19136 [ 9252] By: jhi on 2001/03/19 21:42:27
19137 Log: Integrate perlio.
19139 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
19140 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
19141 !> utfebcdic.h vms/perly_c.vms
19142 ____________________________________________________________________________
19143 [ 9251] By: jhi on 2001/03/19 21:31:28
19144 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
19146 Dynaloading in 64-bit AIX with vac.
19148 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19150 ____________________________________________________________________________
19151 [ 9250] By: jhi on 2001/03/19 21:18:00
19152 Log: A more robust solution for the 64bitall AIX dynaloading
19153 problem, from Jens-Uwe Mager.
19154 Branch: maint-5.6/perl
19155 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19156 ____________________________________________________________________________
19157 [ 9249] By: nick on 2001/03/19 20:59:37
19158 Log: Integrate mainline.
19160 !> (integrate 42 files)
19161 ____________________________________________________________________________
19162 [ 9248] By: nick on 2001/03/19 20:22:07
19163 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
19164 (Building on OS390 uses native YACC and YYDEBUG has other
19167 ! perly.c perly.y vms/perly_c.vms
19168 ____________________________________________________________________________
19169 [ 9247] By: jhi on 2001/03/19 19:59:53
19170 Log: 64-bit AIX dynaloading problem (see #9244) idea
19171 from Jens-Uwe Mager.
19172 Branch: maint-5.6/perl
19173 ! ext/DynaLoader/dl_aix.xs
19174 ____________________________________________________________________________
19175 [ 9246] By: nick on 2001/03/19 19:27:57
19176 Log: More EBCDIC fixes.
19178 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
19179 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
19180 ____________________________________________________________________________
19181 [ 9245] By: jhi on 2001/03/19 19:05:19
19182 Log: Integrate change #9243 from mainline into maintperl.
19184 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
19185 Branch: maint-5.6/perl
19187 ____________________________________________________________________________
19188 [ 9244] By: jhi on 2001/03/19 19:03:15
19189 Log: Get 64bitall AIX building, but still does not test okay:
19190 dynaloading anything fails, for example for op/defins:
19191 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
19192 (update: fixed by #9247,9250)
19193 Branch: maint-5.6/perl
19195 ____________________________________________________________________________
19196 [ 9243] By: jhi on 2001/03/19 19:00:16
19197 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
19198 From: Robin Barker <rmb1@cise.npl.co.uk>
19199 Date: Mon, 19 Mar 2001 18:01:57 GMT
19200 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
19203 ____________________________________________________________________________
19204 [ 9242] By: jhi on 2001/03/19 18:58:43
19205 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
19210 ____________________________________________________________________________
19211 [ 9241] By: gsar on 2001/03/19 17:34:46
19212 Log: VMSify tests (from Charles Lane)
19213 Branch: maint-5.6/perl
19214 ! t/lib/filehand.t t/lib/texttabs.t
19215 ____________________________________________________________________________
19216 [ 9240] By: jhi on 2001/03/19 14:24:26
19217 Log: Integrate change #9233 from maintperl into mainline.
19219 some refcounts were incorrect in perl_clone()
19222 ____________________________________________________________________________
19223 [ 9239] By: gsar on 2001/03/19 09:23:17
19224 Log: this is 5.6.1-trial3
19225 Branch: maint-5.6/perl
19227 ____________________________________________________________________________
19228 [ 9238] By: gsar on 2001/03/19 08:47:04
19229 Log: some new symbols are only available under ithreads
19230 Branch: maint-5.6/perl
19232 ____________________________________________________________________________
19233 [ 9237] By: gsar on 2001/03/19 08:42:28
19234 Log: update patchlevel.h, Changes, &c.
19235 Branch: maint-5.6/perl
19236 ! Changes patchlevel.h pod/perlhist.pod
19238 ____________________________________________________________________________
19239 [ 9236] By: gsar on 2001/03/19 08:17:49
19240 Log: integrate changes#8068,8717 from mainline
19242 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
19244 [PATCH CPAN 1.59_51] warning message (not!)
19245 Branch: maint-5.6/perl
19246 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
19247 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
19248 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
19249 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
19250 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
19251 ____________________________________________________________________________
19252 [ 9235] By: gsar on 2001/03/19 08:07:09
19253 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
19255 [PATCH] Add missing CV flags to dump.c
19257 Re: [patch] Re: PL_ptr_table
19259 Fixup non-ithread build after 8713
19261 Generated files form 8713 etc.
19263 Correct the correction :-(
19265 Documenting coderef @INC (Re: CPAN "make this script work" feature)
19267 Subject: Re: sync sync sync: have I missed any patches?
19268 Replace djSP with dSP.
19269 Branch: maint-5.6/perl
19270 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
19271 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
19272 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
19273 !> sv.c sv.h win32/perlhost.h
19274 ____________________________________________________________________________
19275 [ 9234] By: gsar on 2001/03/19 07:22:05
19276 Log: revert the change#9090 integrate for now (change looks somewhat
19277 incomplete in that [ha]v_exists() need something similar; lacks
19279 Branch: maint-5.6/perl
19281 ____________________________________________________________________________
19282 [ 9233] By: gsar on 2001/03/19 07:10:01
19283 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
19284 destruction when there are unreferenced scalars (SvREFCNT==0)
19285 Branch: maint-5.6/perl
19287 ____________________________________________________________________________
19288 [ 9232] By: jhi on 2001/03/19 05:11:02
19289 Log: Regen api and toc.
19290 Branch: maint-5.6/perl
19291 ! pod/perlapi.pod pod/perltoc.pod
19292 ____________________________________________________________________________
19293 [ 9231] By: jhi on 2001/03/19 04:06:03
19294 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
19295 add a lost line in pp.c:pp_chop(), update to new op/chop.
19297 Clarify the description differentiating for and while; inspired by
19299 Subject: [ID 20010306.004] || != named unary operator
19301 The $Is_MacOS needs to be declared.
19302 Branch: maint-5.6/perl
19304 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
19305 ____________________________________________________________________________
19306 [ 9230] By: jhi on 2001/03/19 03:48:16
19307 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
19308 9079,9083,9089,9090,9091 from mainline to maintperl.
19310 Quieten some noise in Win32 builds
19312 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
19314 The perlretut was still talking about the old \p and \P
19317 More tweakage on the Unicode character class descriptions.
19319 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19321 Subject: 'no *POSIX' Patch speeding up make on BS2000
19323 Subject: [PATCH] perldata.pod here-doc docs
19325 Add /sbin and /usr/sbin to the list of directories scanned
19326 for setuid programs. Takes care of bug id 20010309.003.
19328 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
19330 In op/stat #35 better to scan all the potential directories
19331 for setuids, not just the first one.
19332 Branch: maint-5.6/perl
19334 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
19335 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
19336 !> t/op/stat.t toke.c win32/win32.h
19337 ____________________________________________________________________________
19338 [ 9229] By: jhi on 2001/03/19 02:31:50
19339 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
19340 From: Chris Nandor <pudge@pobox.com>
19341 Date: Sat, 10 Mar 2001 14:22:19 -0500
19342 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
19343 Branch: maint-5.6/perl
19344 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19345 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
19346 ! t/lib/b.t t/lib/errno.t
19347 ____________________________________________________________________________
19348 [ 9228] By: jhi on 2001/03/19 02:29:59
19349 Log: Integrate changes #9113,9122 from mainline into maintperl.
19351 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?)
19352 Branch: maint-5.6/perl
19353 !> Configure README.os390 hints/os390.sh
19354 ____________________________________________________________________________
19355 [ 9227] By: jhi on 2001/03/19 02:22:35
19356 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
19359 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
19361 Forgot to check-in the larger part of #9120, duh.
19363 Subject: Another patch for integer.pm POD
19365 h2ph strictness and cleanliness from Kurt Starsinic.
19367 Borland filename case problem.
19369 h2ph strictness and cleanliness from Kurt Starsinic.
19371 Subject: [PATCH] the uncontroversial doc patches
19372 Branch: maint-5.6/perl
19373 +> win32/sncfnmcs.pl
19374 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
19375 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
19376 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
19377 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
19378 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
19379 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
19380 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
19381 ____________________________________________________________________________
19382 [ 9226] By: jhi on 2001/03/19 02:10:21
19383 Log: Integrate changes #9207,9214 from mainline into maintperl.
19385 podchecker relaxations: =over has an *optional* number after it,
19386 and whitespace in L<> is okay.
19387 Branch: maint-5.6/perl
19388 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19389 !> t/pod/poderrs.xr
19390 ____________________________________________________________________________
19391 [ 9225] By: jhi on 2001/03/19 02:07:38
19392 Log: Integrate change #9219 from maintperl into mainline.
19394 remove duplicated tests
19397 ____________________________________________________________________________
19398 [ 9224] By: jhi on 2001/03/19 02:06:11
19399 Log: Integrate change #9223 from mainline to maintperl.
19401 Document -Dmksymlinks.
19402 Branch: maint-5.6/perl
19404 ____________________________________________________________________________
19405 [ 9223] By: jhi on 2001/03/19 02:01:25
19406 Log: Document -Dmksymlinks.
19409 ____________________________________________________________________________
19410 [ 9222] By: jhi on 2001/03/19 01:15:35
19411 Log: The -Dmksymlinks wasn't working for maintperl.
19412 Branch: maint-5.6/perl
19414 ____________________________________________________________________________
19415 [ 9221] By: jhi on 2001/03/19 00:49:43
19416 Log: Cleanup pixie residue.
19419 ____________________________________________________________________________
19420 [ 9220] By: jhi on 2001/03/19 00:44:47
19421 Log: Document the use of pixie/prof; create make targets for it.
19423 TODO: make t/TEST pixie-aware.
19425 ! Makefile.SH pod/perlhack.pod
19426 ____________________________________________________________________________
19427 [ 9219] By: gsar on 2001/03/19 00:16:55
19428 Log: remove duplicated tests
19429 Branch: maint-5.6/perl
19431 ____________________________________________________________________________
19432 [ 9218] By: jhi on 2001/03/18 23:59:31
19433 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
19435 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
19436 ____________________________________________________________________________
19437 [ 9217] By: jhi on 2001/03/18 23:25:20
19438 Log: Rewrite the tests section of Makefile to be less redundant
19439 and to allow for more flexible test targets, many recursive
19440 make calls introduced.
19443 ____________________________________________________________________________
19444 [ 9216] By: jhi on 2001/03/18 22:30:04
19445 Log: Document the use of Third Degree (sparsely).
19447 ! pod/perlhack.pod t/TEST
19448 ____________________________________________________________________________
19449 [ 9215] By: jhi on 2001/03/18 22:10:30
19450 Log: Make targets for testing with Third Degree.
19453 ____________________________________________________________________________
19454 [ 9214] By: jhi on 2001/03/18 21:08:53
19455 Log: The podchecker relaxations need to mirrored also at the tests.
19458 ____________________________________________________________________________
19459 [ 9213] By: jhi on 2001/03/18 20:56:21
19460 Log: Update Changes.
19462 ! Changes patchlevel.h
19463 ____________________________________________________________________________
19464 [ 9212] By: jhi on 2001/03/18 20:36:59
19465 Log: Looking for config.sh in parent directories isn't
19466 very useful for the toplevel Makefile.
19469 ____________________________________________________________________________
19470 [ 9211] By: jhi on 2001/03/18 20:33:37
19471 Log: On "make clean" take care of Third Degree droppings.
19474 ____________________________________________________________________________
19475 [ 9210] By: jhi on 2001/03/18 20:21:34
19476 Log: Add a hook for running the tests under the Third Degree
19477 debugging tool (set $ENV{PERL_3LOG} to non-zero)
19479 TODO: Document the use of Third Degree.
19482 ____________________________________________________________________________
19483 [ 9209] By: jhi on 2001/03/18 20:19:07
19484 Log: Regen toc and api pods.
19486 ! pod/perlapi.pod pod/perltoc.pod
19487 ____________________________________________________________________________
19488 [ 9208] By: jhi on 2001/03/18 20:12:12
19489 Log: Integrate changes #8128,9132 from mainline into maintperl,
19490 Tie::SubstrHash fixes.
19491 Branch: maint-5.6/perl
19492 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
19493 ____________________________________________________________________________
19494 [ 9207] By: jhi on 2001/03/18 20:07:43
19495 Log: podchecker relaxations from Michael Stevens.
19497 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19498 ____________________________________________________________________________
19499 [ 9206] By: jhi on 2001/03/18 20:04:24
19500 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
19502 ! lib/Locale/Constants.pm lib/Locale/Country.pm
19503 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
19504 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
19505 ____________________________________________________________________________
19506 [ 9205] By: jhi on 2001/03/18 19:54:45
19507 Log: Integrate changes #9161,9162 from maintperl to mainline.
19509 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19513 ____________________________________________________________________________
19514 [ 9204] By: jhi on 2001/03/18 19:37:46
19515 Log: Make perl.third checks more understandable to the builder.
19518 ____________________________________________________________________________
19519 [ 9203] By: jhi on 2001/03/18 19:20:54
19520 Log: Re-integrate #9138 from maintperl to mainline,
19521 the squelching of the unneeded "Scalars leaked" messages.
19523 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19524 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19525 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19526 ____________________________________________________________________________
19527 [ 9202] By: jhi on 2001/03/18 18:48:36
19528 Log: More robust and more paranoid perl.third target.
19531 ____________________________________________________________________________
19532 [ 9201] By: jhi on 2001/03/18 18:39:21
19533 Log: Integrate change #9197 from maintperl to mainline.
19535 more thorough cleaning of arenas.
19537 !> embed.pl perl.c proto.h sv.c t/op/sort.t
19538 ____________________________________________________________________________
19539 [ 9200] By: jhi on 2001/03/18 18:25:17
19540 Log: Integrate perlio.
19542 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
19543 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
19544 !> t/lib/encode.t toke.c universal.c utf8.c
19545 ____________________________________________________________________________
19546 [ 9199] By: nick on 2001/03/18 15:23:51
19547 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
19548 is the sense of the test being done. Avoid some magical 127 and 128 values
19551 ! doop.c pp_ctl.c sv.c toke.c
19552 ____________________________________________________________________________
19553 [ 9198] By: nick on 2001/03/18 14:18:12
19554 Log: UTF-X encoding invariance for Encode:
19555 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
19556 - move the XS code for those to universal.c (so in miniperl)
19557 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
19558 - change ext/Encode/compile to use above.
19559 - Fix t/lib/encode.t for above
19560 - Teach t/lib/b.t to expect -uutf8
19561 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
19564 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
19565 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
19566 ____________________________________________________________________________
19567 [ 9197] By: gsar on 2001/03/18 12:15:57
19568 Log: more thorough cleaning of arenas--keep going until no more
19569 SvREFCNT_dec()s occur (this fixes the problem that causes the
19570 pesky "Scalars leaked" warnings)
19571 Branch: maint-5.6/perl
19572 ! embed.pl perl.c proto.h sv.c t/op/sort.t
19573 ____________________________________________________________________________
19574 [ 9196] By: nick on 2001/03/18 10:57:29
19575 Log: Fix pragma/utf8.t # 15
19576 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
19577 are SvUTF8 as well.
19580 ____________________________________________________________________________
19581 [ 9195] By: nick on 2001/03/18 09:27:06
19582 Log: Integrate mainline
19584 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
19586 ____________________________________________________________________________
19587 [ 9194] By: jhi on 2001/03/18 05:29:59
19588 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
19589 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
19591 ! op.c op.h t/op/misc.t t/op/pat.t
19592 ____________________________________________________________________________
19593 [ 9193] By: jhi on 2001/03/18 05:15:06
19594 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
19597 ____________________________________________________________________________
19598 [ 9192] By: jhi on 2001/03/18 04:22:43
19599 Log: tr/// UTF-8 patches from Inaba Hiroto.
19602 ____________________________________________________________________________
19603 [ 9191] By: jhi on 2001/03/18 04:21:17
19604 Log: Integrate perlio.
19606 !> utf8.c utfebcdic.h
19607 ____________________________________________________________________________
19608 [ 9190] By: nick on 2001/03/17 20:32:01
19609 Log: Correct #if EBCDIC side typos.
19610 Builds and passes many tests on OS390.
19612 ! utf8.c utfebcdic.h
19613 ____________________________________________________________________________
19614 [ 9189] By: jhi on 2001/03/17 18:55:49
19615 Log: Add prerequisites for the perl.third target.
19618 ____________________________________________________________________________
19619 [ 9188] By: jhi on 2001/03/17 18:46:00
19620 Log: Integrate perlio.
19623 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
19624 ____________________________________________________________________________
19625 [ 9187] By: jhi on 2001/03/17 18:38:47
19626 Log: Add a make rule for perl.third (the Third Degree memory debugging
19627 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
19630 ____________________________________________________________________________
19631 [ 9186] By: nick on 2001/03/17 18:34:48
19632 Log: MANIFEST addition :-(
19635 ____________________________________________________________________________
19636 [ 9185] By: nick on 2001/03/17 18:29:50
19637 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
19638 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
19639 a superset of ASCII are invariant under the encoding. This is EBCDIC
19640 friendly as an encoded string can be looked at as being EBCDIC by lexer
19641 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
19642 ASCII on ASCII machines.
19644 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
19646 - Add some more macros to comprehend different shift amounts and
19647 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
19648 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
19649 and conditionaly #include it.
19651 EBCDIC build as yet untested. ASCII still fails the one test.
19655 ____________________________________________________________________________
19656 [ 9184] By: nick on 2001/03/17 17:44:16
19657 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
19659 ! doop.c perl.h pp.c utf8.h
19660 ____________________________________________________________________________
19661 [ 9183] By: jhi on 2001/03/17 15:55:42
19662 Log: Integrate perlio.
19665 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
19666 ____________________________________________________________________________
19667 [ 9182] By: nick on 2001/03/17 09:16:06
19668 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
19671 ____________________________________________________________________________
19672 [ 9181] By: nick on 2001/03/17 09:15:11
19673 Log: Integrate mainline.
19675 +> lib/Locale/Constants.pm lib/Locale/Country.pm
19676 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
19677 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
19678 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
19679 !> (integrate 83 files)
19680 ____________________________________________________________________________
19681 [ 9180] By: nick on 2001/03/16 17:23:21
19684 ! perl.h sv.c toke.c utf8.c utf8.h
19685 ____________________________________________________________________________
19686 [ 9179] By: jhi on 2001/03/16 14:10:12
19687 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
19688 a change needed to work around an AIX compiler bug.
19690 ! ext/Storable/Storable.xs
19691 ____________________________________________________________________________
19692 [ 9178] By: jhi on 2001/03/16 03:19:59
19693 Log: With Damian's approval synchronize damian's modules'
19694 licensing with Perl's standard module licensing.
19696 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
19697 ____________________________________________________________________________
19698 [ 9177] By: jhi on 2001/03/16 03:15:34
19699 Log: Make the Filter::Util:Call files have their own copies
19700 of the Perl standard module licensing, from Paul Marquess.
19702 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19703 ____________________________________________________________________________
19704 [ 9176] By: jhi on 2001/03/16 02:56:04
19705 Log: Subject: [PATCH] more pod patches
19706 From: Michael Stevens <michael@etla.org>
19707 Date: Thu, 15 Mar 2001 21:25:18 +0000
19708 Message-ID: <20010315212518.A18870@firedrake.org>
19710 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
19711 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
19712 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
19713 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
19714 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
19715 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
19716 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
19717 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
19718 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
19719 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
19720 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
19721 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
19722 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
19723 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
19724 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
19725 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
19726 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
19727 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
19728 ! lib/Locale/Country.pm lib/Locale/Language.pm
19729 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
19730 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
19731 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
19732 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
19733 ! os2/OS2/Process/Process.pm
19734 ____________________________________________________________________________
19735 [ 9175] By: jhi on 2001/03/16 02:53:32
19736 Log: Subject: [PATCH] the uncontroversial doc patches
19737 From: Michael Stevens <michael@etla.org>
19738 Date: Thu, 15 Mar 2001 20:01:12 +0000
19739 Message-ID: <20010315200112.A7636@firedrake.org>
19741 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
19742 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
19743 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
19744 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
19745 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
19746 ____________________________________________________________________________
19747 [ 9174] By: jhi on 2001/03/16 02:50:49
19748 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
19749 From: Paul Lindner <lindner@inuus.com>
19750 Date: Fri, 16 Mar 2001 11:28:03 -0800
19751 Message-ID: <20010316112803.A7577@inuus.com>
19753 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19754 ____________________________________________________________________________
19755 [ 9173] By: nick on 2001/03/15 20:21:03
19756 Log: 1st day's EBCDIC fixes:
19757 - toke.c's parsing of strings needed attention
19758 needed to conditionally e2a if string was already UTF-8
19759 - e2a/a2e tables where wrong way round.
19760 - new macros in utf8.h
19762 ! perl.h toke.c utf8.h
19763 ____________________________________________________________________________
19764 [ 9172] By: jhi on 2001/03/15 15:17:17
19765 Log: Update Changes.
19767 ! Changes patchlevel.h
19768 ____________________________________________________________________________
19769 [ 9171] By: jhi on 2001/03/15 15:09:32
19770 Log: Subject: Re: Another Borland C++ problem.
19771 From: "Vadim Konovalov" <watman@inbox.ru>
19772 Date: Sat, 10 Mar 2001 19:26:07 +0300
19773 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
19775 Borland filename case problem.
19777 + win32/sncfnmcs.pl
19778 ! MANIFEST README.win32
19779 ____________________________________________________________________________
19780 [ 9170] By: jhi on 2001/03/15 14:54:23
19781 Log: Add Locale::Codes 1.06, from Neil Bowers.
19783 + lib/Locale/Constants.pm lib/Locale/Country.pm
19784 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
19785 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
19786 + t/lib/lc-language.t t/lib/lc-uk.t
19788 ____________________________________________________________________________
19789 [ 9169] By: jhi on 2001/03/15 14:19:01
19790 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
19792 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19793 ! ext/Storable/Storable.xs
19794 ____________________________________________________________________________
19795 [ 9168] By: jhi on 2001/03/15 14:13:22
19796 Log: Integrate changes #9120,9167 from mainline to maintperl.
19798 Subject: [PATCH 5.6.1] OS/2 docs
19800 Subject: [PATCH 5.6.1] perldoc
19801 Branch: maint-5.6/perl
19802 !> os2/Changes utils/perldoc.PL
19803 ____________________________________________________________________________
19804 [ 9167] By: jhi on 2001/03/15 14:07:42
19805 Log: Subject: [PATCH 5.6.1] perldoc
19806 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19807 Date: Wed, 14 Mar 2001 23:46:52 -0500
19808 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
19811 ____________________________________________________________________________
19812 [ 9166] By: jhi on 2001/03/15 13:53:15
19813 Log: sigaction test condition tweakage.
19815 ! t/lib/sigaction.t
19816 ____________________________________________________________________________
19817 [ 9165] By: alanbur on 2001/03/15 03:49:17
19818 Log: Resynchronised with parent
19819 Branch: maint-5.6/pureperl
19820 +> os2/os2add.sym t/op/anonsub.t
19821 !> (integrate 72 files)
19822 ____________________________________________________________________________
19823 [ 9164] By: jhi on 2001/03/15 01:05:01
19824 Log: Avoid stomping off the beginning of an array in tr///.
19827 ____________________________________________________________________________
19828 [ 9163] By: jhi on 2001/03/15 00:58:57
19829 Log: h2ph strictness and cleanliness from Kurt Starsinic.
19832 ____________________________________________________________________________
19833 [ 9162] By: gsar on 2001/03/15 00:56:53
19834 Log: avoid warnings
19835 Branch: maint-5.6/perl
19837 ____________________________________________________________________________
19838 [ 9161] By: gsar on 2001/03/15 00:52:09
19839 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19841 Branch: maint-5.6/perl
19843 ____________________________________________________________________________
19844 [ 9160] By: jhi on 2001/03/14 22:02:10
19845 Log: Do not use the Perl malloc in IRIX, suggested by
19849 ____________________________________________________________________________
19850 [ 9159] By: nick on 2001/03/14 21:45:59
19851 Log: Integrate mainline
19854 !> (integrate 41 files)
19855 ____________________________________________________________________________
19856 [ 9158] By: jhi on 2001/03/14 21:10:09
19857 Log: The Day of the Retractions continues: the #9138
19858 (integrated in #9144) doesn't work well in mainline.
19860 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19861 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19862 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19863 ____________________________________________________________________________
19864 [ 9157] By: jhi on 2001/03/14 20:58:12
19865 Log: The #9145 CANNOT be enabled: the clear_pmop code still
19866 dumps core all over in Tru64.
19868 ! op.c op.h t/op/pat.t
19869 ____________________________________________________________________________
19870 [ 9156] By: jhi on 2001/03/14 20:48:06
19871 Log: Integrate change #9154 from maintperl to mainline.
19873 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
19874 (caused Storable 1.0.10 to break on windows)
19876 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
19877 !> perlapi.c proto.h
19878 ____________________________________________________________________________
19879 [ 9155] By: jhi on 2001/03/14 20:23:53
19880 Log: Retract #9136: breaks threading (and binary compatibility).
19882 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
19883 ____________________________________________________________________________
19884 [ 9154] By: gsar on 2001/03/14 17:48:18
19885 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
19886 (caused Storable 1.0.10 to break on windows)
19887 Branch: maint-5.6/perl
19888 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
19889 ! perlapi.c proto.h
19890 ____________________________________________________________________________
19891 [ 9153] By: jhi on 2001/03/14 13:35:21
19892 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
19894 ! t/lib/sigaction.t
19895 ____________________________________________________________________________
19896 [ 9152] By: gsar on 2001/03/14 07:29:40
19897 Log: back out changes#9012,9010,9009 and parts of change#9016
19898 (causes ABRs under purify, and some prerequisites don't
19899 seem to be there in 5.6.x)
19900 Branch: maint-5.6/perl
19901 ! doop.c op.c t/op/tr.t toke.c
19902 ____________________________________________________________________________
19903 [ 9151] By: gsar on 2001/03/14 07:01:29
19904 Log: reenable change#9145 (the test was busted due to a missing
19905 C<print "ok 27\n">)
19907 ! op.c op.h t/op/pat.t
19908 ____________________________________________________________________________
19909 [ 9150] By: jhi on 2001/03/14 06:38:36
19910 Log: Retract #9145.
19912 ! op.c op.h t/op/pat.t
19913 ____________________________________________________________________________
19914 [ 9149] By: jhi on 2001/03/14 06:14:56
19915 Log: Retract #9143.
19918 ____________________________________________________________________________
19919 [ 9148] By: gsar on 2001/03/14 06:13:02
19920 Log: Uninitialized Memory Read in regexec.c
19923 ____________________________________________________________________________
19924 [ 9147] By: jhi on 2001/03/14 04:59:54
19925 Log: Subject: PATCH: make goto work in nested eval ""
19926 From: Robin Houston <robin@kitsite.com>
19927 Date: Wed, 14 Mar 2001 04:16:10 +0000
19928 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
19930 ! pp_ctl.c t/op/goto.t
19931 ____________________________________________________________________________
19932 [ 9146] By: jhi on 2001/03/14 04:42:54
19933 Log: Preserve the #ifdef PERL_CORE in perly.h.
19936 ____________________________________________________________________________
19937 [ 9145] By: jhi on 2001/03/14 03:57:41
19938 Log: (Retracted by #9150.)
19940 ! op.c op.h t/op/pat.t
19941 ____________________________________________________________________________
19942 [ 9144] By: jhi on 2001/03/14 03:50:38
19943 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
19945 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
19947 remove squelch controls for "Scalars leaked" messages in most places
19948 (these are now cured)
19950 fix another memory leak reported by purify (tie callbacks that
19951 croak can leak when wiping out magic)
19953 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
19954 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
19955 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
19956 !> t/pragma/warnings.t
19957 ____________________________________________________________________________
19958 [ 9143] By: jhi on 2001/03/14 03:37:53
19959 Log: (Retracted by #9149.)
19962 ____________________________________________________________________________
19963 [ 9142] By: gsar on 2001/03/14 03:20:48
19964 Log: fix another memory leak reported by purify (tie callbacks that
19965 croak can leak when wiping out magic)
19966 Branch: maint-5.6/perl
19968 ____________________________________________________________________________
19969 [ 9141] By: jhi on 2001/03/14 02:55:00
19970 Log: Subject: PATCH for [ID 20010305.003]
19971 From: Robin Houston <robin@kitsite.com>
19972 Date: Wed, 14 Mar 2001 02:45:51 +0000
19973 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
19975 ! pp_ctl.c t/op/eval.t
19976 ____________________________________________________________________________
19977 [ 9140] By: jhi on 2001/03/14 02:41:54
19978 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19979 Date: Wed, 14 Mar 2001 01:52:51 +0000
19980 From: Robin Houston <robin@kitsite.com>
19981 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
19983 Fix for 2000313.004.
19985 ! pp_ctl.c t/op/goto.t
19986 ____________________________________________________________________________
19987 [ 9139] By: jhi on 2001/03/14 02:40:50
19988 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19989 From: Robin Houston <robin@kitsite.com>
19990 Date: Wed, 14 Mar 2001 00:43:45 +0000
19991 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
19994 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
19996 ____________________________________________________________________________
19997 [ 9138] By: gsar on 2001/03/14 01:18:00
19998 Log: remove squelch controls for "Scalars leaked" messages in most places
19999 (these are now cured)
20000 Branch: maint-5.6/perl
20001 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20002 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20003 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20004 ____________________________________________________________________________
20005 [ 9137] By: gsar on 2001/03/14 00:57:04
20006 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20007 Branch: maint-5.6/perl
20009 ____________________________________________________________________________
20010 [ 9136] By: jhi on 2001/03/13 23:12:24
20011 Log: (Retracted by #9155)
20013 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
20014 From: Jens-Uwe Mager <jum@helios.de>
20015 Date: Wed, 21 Feb 2001 21:32:04 +0100
20016 Message-ID: <20010221213203.A18340@ans.helios.de>
20018 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20019 ____________________________________________________________________________
20020 [ 9135] By: jhi on 2001/03/13 22:50:05
20021 Log: Integrate perlio.
20024 ____________________________________________________________________________
20025 [ 9134] By: jhi on 2001/03/13 22:49:05
20026 Log: Integrate change #9131 from maintperl into mainline.
20028 make the error text look more consistent in hints/hpux.sh
20031 ____________________________________________________________________________
20032 [ 9133] By: gsar on 2001/03/13 22:46:20
20033 Log: integrate change#9067 from mainline
20035 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20036 Branch: maint-5.6/perl
20037 !> lib/ExtUtils/MM_Unix.pm
20038 ____________________________________________________________________________
20039 [ 9132] By: jhi on 2001/03/13 22:41:21
20040 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20041 From: "John P. Linderman" <jpl@research.att.com>
20042 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
20043 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
20045 A more correct prime finder.
20047 ! lib/Tie/SubstrHash.pm
20048 ____________________________________________________________________________
20049 [ 9131] By: gsar on 2001/03/13 22:30:42
20050 Log: make the error text look more consistent in hints/hpux.sh
20051 Branch: maint-5.6/perl
20053 ____________________________________________________________________________
20054 [ 9130] By: jhi on 2001/03/13 22:23:44
20055 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
20056 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20057 Date: Tue, 13 Mar 2001 18:41:26 +0100
20058 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
20060 If the test is run non-interactively the default handler
20063 ! t/lib/sigaction.t
20064 ____________________________________________________________________________
20065 [ 9129] By: jhi on 2001/03/13 22:20:21
20066 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
20067 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20068 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
20069 Date: Tue, 13 Mar 2001 16:44:32 EST
20071 ! t/lib/1_compile.t
20072 ____________________________________________________________________________
20073 [ 9128] By: jhi on 2001/03/13 22:18:34
20074 Log: Subject: Another patch for integer.pm POD
20075 From: "John L. Allen" <allen@grumman.com>
20076 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
20077 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
20080 ____________________________________________________________________________
20081 [ 9127] By: nick on 2001/03/13 21:26:30
20082 Log: Integrate mainline.
20084 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
20085 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
20086 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
20087 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
20088 !> Changes Configure MANIFEST README.os2 README.os390
20089 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
20090 !> os2/Changes patchlevel.h win32/perlhost.h
20091 ____________________________________________________________________________
20092 [ 9126] By: nick on 2001/03/13 20:39:51
20093 Log: #ifdef'ed out code to make packed side of pack/unpack
20094 octets. (i.e. pack('U') => encode_utf8).
20097 ____________________________________________________________________________
20098 [ 9125] By: jhi on 2001/03/13 15:07:16
20099 Log: Update Changes.
20101 ! Changes patchlevel.h
20102 ____________________________________________________________________________
20103 [ 9124] By: jhi on 2001/03/13 14:22:45
20104 Log: Workaround for the buggy ("internal compiler error")
20105 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
20106 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
20109 ! ext/re/Makefile.PL hints/aix.sh
20110 ____________________________________________________________________________
20111 [ 9123] By: jhi on 2001/03/13 03:24:34
20112 Log: Typo in #9114.
20114 ! U/modified/myhostname.U
20115 ____________________________________________________________________________
20116 [ 9122] By: jhi on 2001/03/13 03:24:06
20117 Log: Typo in #9113.
20120 ____________________________________________________________________________
20121 [ 9121] By: jhi on 2001/03/13 01:53:05
20122 Log: Forgot to check-in the larger part of #9120, duh.
20125 ____________________________________________________________________________
20126 [ 9120] By: jhi on 2001/03/13 01:51:31
20127 Log: Subject: [PATCH 5.6.1] OS/2 docs
20128 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20129 Date: Mon, 12 Mar 2001 03:27:32 -0500
20130 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
20133 ____________________________________________________________________________
20134 [ 9119] By: jhi on 2001/03/13 01:49:41
20135 Log: Integrate change #9116 from maintperl into mainline.
20137 Win32::GetCwd() returns C: instead of C:\ in the root directory
20140 !> win32/perlhost.h
20141 ____________________________________________________________________________
20142 [ 9118] By: jhi on 2001/03/13 01:13:39
20143 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
20145 + lib/Switch.pm t/lib/switch.t
20147 ____________________________________________________________________________
20148 [ 9117] By: jhi on 2001/03/13 01:03:17
20149 Log: Add Text::Balanced 1.83.
20151 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
20152 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
20153 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
20156 ____________________________________________________________________________
20157 [ 9116] By: gsar on 2001/03/13 00:55:53
20158 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
20160 Branch: maint-5.6/perl
20162 ____________________________________________________________________________
20163 [ 9115] By: jhi on 2001/03/13 00:54:09
20164 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
20165 From: "John L. Allen" <allen@grumman.com>
20166 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
20167 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
20169 use integer document clarification.
20172 ____________________________________________________________________________
20173 [ 9114] By: jhi on 2001/03/13 00:38:54
20174 Log: Metaconfig unit change for #9113.
20176 ! U/modified/myhostname.U
20177 ____________________________________________________________________________
20178 [ 9113] By: jhi on 2001/03/13 00:38:35
20179 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?)
20180 From: Peter Prymmer <pvhp@forte.com>
20181 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
20182 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
20184 ! Configure README.os390 hints/os390.sh
20185 ____________________________________________________________________________
20186 [ 9112] By: jhi on 2001/03/13 00:29:00
20187 Log: Integrate perlio.
20190 ____________________________________________________________________________
20191 [ 9111] By: nick on 2001/03/12 21:16:33
20192 Log: Integrate mainline.
20195 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20197 ____________________________________________________________________________
20198 [ 9110] By: nick on 2001/03/12 21:00:13
20199 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
20202 ____________________________________________________________________________
20203 [ 9109] By: jhi on 2001/03/12 16:04:47
20204 Log: Integrate change #9108 from maintperl to mainline.
20206 fix memory leak in C<sub X { sub {} }> arising from a refcount
20207 loop between the outer sub and the inner prototype anonsub
20209 this also enables closures returned by subroutines that
20210 subsequently get redefined to work without generating coredumps :)
20212 completely removed the free_closures() hack--it shouldn't be
20216 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20218 ____________________________________________________________________________
20219 [ 9108] By: gsar on 2001/03/12 10:21:31
20220 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
20221 loop between the outer sub and the inner prototype anonsub
20223 this also enables closures returned by subroutines that
20224 subsequently get redefined to work without generating coredumps :)
20226 completely removed the free_closures() hack--it shouldn't be
20228 Branch: maint-5.6/perl
20230 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20232 ____________________________________________________________________________
20233 [ 9107] By: jhi on 2001/03/12 05:15:31
20234 Log: Integrate perlio.
20236 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
20237 ____________________________________________________________________________
20238 [ 9106] By: nick on 2001/03/11 20:10:12
20239 Log: regcomp.c is working in native space, not Unicode space (if different)
20240 as it is doing compare against 'W' in \W etc.
20243 ____________________________________________________________________________
20244 [ 9105] By: nick on 2001/03/11 19:39:34
20245 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
20246 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
20248 ! regcomp.c toke.c utf8.c
20249 ____________________________________________________________________________
20250 [ 9104] By: nick on 2001/03/11 18:15:44
20251 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
20254 ____________________________________________________________________________
20255 [ 9103] By: nick on 2001/03/11 18:03:28
20256 Log: Integrate mainline (for regexp stuff).
20258 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20259 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
20260 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
20261 !> t/lib/errno.t t/op/pat.t
20262 ____________________________________________________________________________
20263 [ 9102] By: nick on 2001/03/11 17:44:20
20264 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
20265 - exclude layer syms in makedef.pl for sfio
20266 - also inhibit Encode from trying to build ":encode()" layer.
20268 ! ext/Encode/Encode.xs makedef.pl
20269 ____________________________________________________________________________
20270 [ 9101] By: jhi on 2001/03/10 22:38:13
20271 Log: The $Is_MacOS needs to be declared.
20273 ! lib/ExtUtils/Manifest.pm
20274 ____________________________________________________________________________
20275 [ 9100] By: jhi on 2001/03/10 22:14:29
20276 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
20277 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
20278 pollute the symbolspace if using sfio.
20280 ! ext/Encode/Encode.xs
20281 ____________________________________________________________________________
20282 [ 9099] By: jhi on 2001/03/10 21:58:48
20283 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
20284 Date: Sat, 10 Mar 2001 14:23:55 -0500
20285 From: Chris Nandor <pudge@pobox.com>
20286 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
20288 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20289 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
20291 ____________________________________________________________________________
20292 [ 9098] By: jhi on 2001/03/10 21:38:30
20293 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
20295 ! regcomp.c regexec.c t/op/pat.t
20296 ____________________________________________________________________________
20297 [ 9097] By: jhi on 2001/03/10 14:38:07
20298 Log: Integrate perlio.
20300 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20301 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20302 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20303 ____________________________________________________________________________
20304 [ 9096] By: nick on 2001/03/10 11:55:43
20305 Log: EBCDIC sanity - phase I
20306 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
20307 - use utf8n_xxxx (c.f. pvn) for forms which take length.
20308 - back out vN.N and $^V exceptions to e2a/a2e
20309 - make "locale" isxxx macros be uvchr (may be redundant?)
20311 Not clear yet that toUPPER_uni et. al. return being handled correctly.
20312 The tr// and rexexp stuff still needs an audit, assumption is they are working
20315 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
20317 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20318 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20319 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20320 ____________________________________________________________________________
20321 [ 9095] By: jhi on 2001/03/09 22:10:01
20322 Log: Integrate perlio.
20325 ____________________________________________________________________________
20326 [ 9094] By: nick on 2001/03/09 17:36:38
20327 Log: Builds an passes all tests after integrate and this tweak.
20330 ____________________________________________________________________________
20331 [ 9093] By: nick on 2001/03/09 17:16:03
20332 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
20334 +> lib/unicode/Scripts.txt t/lib/sigaction.t
20335 !> (integrate 79 files)
20336 ____________________________________________________________________________
20337 [ 9092] By: jhi on 2001/03/09 15:28:26
20338 Log: Update Changes.
20340 ! Changes patchlevel.h
20341 ____________________________________________________________________________
20342 [ 9091] By: jhi on 2001/03/09 15:25:05
20343 Log: In op/stat #35 better to scan all the potential directories
20344 for setuids, not just the first one.
20347 ____________________________________________________________________________
20348 [ 9090] By: jhi on 2001/03/09 15:01:27
20349 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
20350 From: rspier@pobox.com (Robert Spier)
20351 Date: Fri, 9 Mar 2001 03:30:20 -0500
20352 Message-ID: <15016.38044.381174.160189@rls.cx>
20354 EXISTS() returning undef mistakenly triggered a FETCH().
20357 ____________________________________________________________________________
20358 [ 9089] By: jhi on 2001/03/09 14:59:02
20359 Log: Add /sbin and /usr/sbin to the list of directories scanned
20360 for setuid programs. Takes care of bug id 20010309.003.
20363 ____________________________________________________________________________
20364 [ 9088] By: jhi on 2001/03/09 14:48:32
20365 Log: Regen perlapi, perltoc.
20367 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
20368 ____________________________________________________________________________
20369 [ 9087] By: jhi on 2001/03/09 14:38:56
20370 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20371 From: David Mitchell <davem@fdgroup.co.uk>
20372 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
20373 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
20375 ! dump.c perl.c perl.h pod/perlrun.pod
20376 ____________________________________________________________________________
20377 [ 9086] By: jhi on 2001/03/09 01:47:16
20378 Log: A modified version of
20380 Subject: [ID 20010307.005] POSIX::sigaction has various problems
20381 From: anders@broadcom.com
20382 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
20383 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
20385 Currently the sigaction.t test #6 fails (and is fudged to look
20386 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
20387 This may well be a genuine bug in Linux sigaction() (since at
20388 least Tru64, Solaris, and HP-UX disagree with Linux).
20389 Anyone with POSIX / SUSv2 tome handy? The problem is that
20390 the flags of the oldaction don't match with the flags in
20391 the previously installed disposition.
20393 + t/lib/sigaction.t
20394 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20395 ____________________________________________________________________________
20396 [ 9085] By: jhi on 2001/03/09 01:30:13
20397 Log: Subject: Re: mission impossible for the day
20398 From: Alex Gough <alex@rcon.org>
20399 Date: Thu, 08 Mar 2001 17:18:19 +0000
20400 Message-ID: <3AA7BEDB.8070409@rcon.org>
20402 If references (are overloaded) and can be directly stringified,
20403 show that instead of "stringified".
20405 (The problem, infinite mutual recursion caused by overloaded bool
20406 in Switch.pm, tracked by David Mitchell)
20408 ! lib/Carp/Heavy.pm
20409 ____________________________________________________________________________
20410 [ 9084] By: jhi on 2001/03/09 01:20:39
20411 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20412 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
20413 From: David Mitchell <davem@fdgroup.co.uk>
20414 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
20416 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
20417 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
20418 ____________________________________________________________________________
20419 [ 9083] By: jhi on 2001/03/09 01:16:51
20420 Log: Subject: [PATCH] perldata.pod here-doc docs
20421 From: Jeff Pinyan <jeffp@crusoe.net>
20422 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
20423 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
20426 ____________________________________________________________________________
20427 [ 9082] By: jhi on 2001/03/09 01:01:27
20428 Log: Subject: Re: Unicode/EBCDIC
20429 From: Peter Prymmer <pvhp@forte.com>
20430 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
20431 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
20433 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
20434 ____________________________________________________________________________
20435 [ 9081] By: jhi on 2001/03/08 13:41:30
20436 Log: Subject: Ooops, wrong 'no *POSIX' Patch
20437 From: Dorner Thomas <Thomas.Dorner@start.de>
20438 Date: Thu, 8 Mar 2001 08:43:28 +0100
20439 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
20441 ! hints/posix-bc.sh
20442 ____________________________________________________________________________
20443 [ 9080] By: jhi on 2001/03/08 13:11:42
20444 Log: It's Scripts.txt, not Script.txt.
20447 ____________________________________________________________________________
20448 [ 9079] By: jhi on 2001/03/08 12:59:05
20449 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
20450 From: Dorner Thomas <Thomas.Dorner@start.de>
20451 Date: Wed, 7 Mar 2001 14:13:31 +0100
20452 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20455 ____________________________________________________________________________
20456 [ 9078] By: jhi on 2001/03/08 12:57:43
20457 Log: Retract #9069, wrong patch.
20460 ____________________________________________________________________________
20461 [ 9077] By: jhi on 2001/03/08 01:06:13
20462 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
20464 + lib/unicode/Scripts.txt
20465 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
20466 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
20467 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
20468 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20469 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20470 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20471 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20472 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20473 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20474 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20475 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20476 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20477 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20478 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20479 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20480 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20481 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
20482 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
20483 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
20484 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
20485 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
20486 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
20487 ! lib/unicode/version
20488 ____________________________________________________________________________
20489 [ 9076] By: jhi on 2001/03/07 22:59:39
20490 Log: Integrate change #7784 from mainline into maintperl.
20492 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
20493 Branch: maint-5.6/perl
20494 !> pp_ctl.c t/op/pat.t
20495 ____________________________________________________________________________
20496 [ 9075] By: jhi on 2001/03/07 22:05:11
20497 Log: More UTF-8 test tweaks.
20499 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
20500 ____________________________________________________________________________
20501 [ 9074] By: nick on 2001/03/07 21:39:29
20502 Log: Integrate mainline.
20504 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
20505 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
20506 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
20507 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
20508 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
20509 ____________________________________________________________________________
20510 [ 9073] By: jhi on 2001/03/07 16:37:09
20511 Log: Update Changes.
20513 ! Changes patchlevel.h
20514 ____________________________________________________________________________
20515 [ 9072] By: jhi on 2001/03/07 16:32:30
20516 Log: Subject: [ID 20010306.004] || != named unary operator
20517 From: abela@geneanet.org
20518 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
20519 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
20522 ____________________________________________________________________________
20523 [ 9071] By: jhi on 2001/03/07 15:14:11
20524 Log: Subject: downgrading to bytes for common functions
20525 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
20526 Date: Wed, 7 Mar 2001 02:36:55 -0500
20527 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
20530 ____________________________________________________________________________
20531 [ 9070] By: jhi on 2001/03/07 15:04:58
20532 Log: Clarify the description differentiating for and while; inspired by
20534 Subject: [ID 20010306.002] for/while difference in for definition
20535 From: abela@geneanet.org
20536 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
20537 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
20540 ____________________________________________________________________________
20541 [ 9069] By: jhi on 2001/03/07 14:55:30
20542 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
20543 From: Dorner Thomas <Thomas.Dorner@start.de>
20544 Date: Wed, 7 Mar 2001 14:13:31 +0100
20545 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20548 ____________________________________________________________________________
20549 [ 9068] By: jhi on 2001/03/07 14:51:17
20550 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
20551 From: Radu Greab <radu@netsoft.ro>
20552 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
20553 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
20556 ____________________________________________________________________________
20557 [ 9067] By: jhi on 2001/03/07 14:48:57
20558 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20559 From: Simon Cozens <simon@netthink.co.uk>
20560 Date: Wed, 7 Mar 2001 13:59:28 +0000
20561 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
20563 In order to allow MakeMaker to build correct Makefiles,
20564 you need to change the order of the arguments in MM_Unix.pm
20565 as well. (Unless you have C89_CCMODE set, but we're trying
20566 to be POSIXly correct)
20568 Thanks to Merijn Broeren for tracking this down.
20570 ! lib/ExtUtils/MM_Unix.pm
20571 ____________________________________________________________________________
20572 [ 9066] By: jhi on 2001/03/07 14:30:02
20573 Log: Floating point too messy.
20575 ! t/camel-III/vstring.t
20576 ____________________________________________________________________________
20577 [ 9065] By: jhi on 2001/03/07 14:17:44
20578 Log: Integrate change #9064 from maintperl into mainline.
20580 fix memory leak in pack("Bb",...)
20583 ____________________________________________________________________________
20584 [ 9064] By: gsar on 2001/03/07 06:29:24
20585 Log: fix memory leak in pack("Bb",...)
20586 Branch: maint-5.6/perl
20588 ____________________________________________________________________________
20589 [ 9063] By: jhi on 2001/03/07 00:55:04
20590 Log: Major utf8 test reorganisation and rewrite.
20591 Hopefully no tests were lost in the shuffle.
20592 (The beginning of pragma/utf8 was lost intentionally,
20593 the tests were rather bogus and incomplete.)
20595 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
20597 ____________________________________________________________________________
20598 [ 9062] By: jhi on 2001/03/07 00:41:16
20599 Log: More tweakage on the Unicode character class descriptions.
20601 ! lib/unicode/mktables.PL pod/perlretut.pod
20602 ____________________________________________________________________________
20603 [ 9061] By: jhi on 2001/03/06 23:12:38
20604 Log: The perlretut was still talking about the old \p and \P
20607 ! pod/perlretut.pod
20608 ____________________________________________________________________________
20609 [ 9060] By: nick on 2001/03/06 20:52:37
20610 Log: Integrate mainline (make test works again now).
20612 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
20613 ____________________________________________________________________________
20614 [ 9059] By: jhi on 2001/03/06 15:36:14
20615 Log: 0.999... does equal 1.0, doesn't it?
20617 ! t/camel-III/vstring.t
20618 ____________________________________________________________________________
20619 [ 9058] By: jhi on 2001/03/06 15:34:00
20620 Log: Make /x{abcd}/ to work without use utf8.
20623 ____________________________________________________________________________
20624 [ 9057] By: jhi on 2001/03/06 03:02:36
20625 Log: Easier to outcomment all the three reset() tests for now.
20628 ____________________________________________________________________________
20629 [ 9056] By: jhi on 2001/03/06 02:30:02
20630 Log: Comment out the deadly reset; until the 20010301.005
20634 ____________________________________________________________________________
20635 [ 9055] By: jhi on 2001/03/06 02:21:26
20636 Log: Integrate the change #9054 from mainline:
20637 retract the PMOP cleanup patch pending further investigation.
20638 Branch: maint-5.6/perl
20640 ____________________________________________________________________________
20641 [ 9054] By: jhi on 2001/03/06 02:19:57
20642 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
20643 with oddly familiar stack traces.
20646 ____________________________________________________________________________
20647 [ 9053] By: jhi on 2001/03/05 23:20:28
20648 Log: Integrate perlio.
20650 +> ext/Encode/Encode/koi8-r.ucm
20651 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
20653 ____________________________________________________________________________
20654 [ 9052] By: nick on 2001/03/05 23:08:17
20655 Log: skipping USE_PERLIO symbols correction.
20658 ____________________________________________________________________________
20659 [ 9051] By: nick on 2001/03/05 22:35:07
20660 Log: More Encode alias tidying.
20662 + ext/Encode/Encode/koi8-r.ucm
20663 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
20664 ____________________________________________________________________________
20665 [ 9050] By: jhi on 2001/03/05 21:44:29
20666 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
20667 Sarathy's fix for ID 20010301.005.
20668 Branch: maint-5.6/perl
20670 ____________________________________________________________________________
20671 [ 9049] By: nick on 2001/03/05 19:54:04
20672 Log: Integrate Jarkko's Encode.pm tweak.
20674 !> ext/Encode/Encode.pm
20675 ____________________________________________________________________________
20676 [ 9048] By: nick on 2001/03/05 19:47:57
20677 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
20680 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
20681 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
20682 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
20683 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
20684 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
20685 ____________________________________________________________________________
20686 [ 9047] By: jhi on 2001/03/05 19:25:26
20687 Log: Regen perlapi.
20690 ____________________________________________________________________________
20691 [ 9046] By: jhi on 2001/03/05 19:12:14
20692 Log: Integrate perlio.
20694 +> t/camel-III/vstring.t
20695 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
20696 ____________________________________________________________________________
20697 [ 9045] By: jhi on 2001/03/05 19:10:36
20698 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
20700 ! ext/Encode/Encode.pm
20701 ____________________________________________________________________________
20702 [ 9044] By: jhi on 2001/03/05 18:49:12
20703 Log: Forgot the other half of the PMOP patch (#9033).
20706 ____________________________________________________________________________
20707 [ 9043] By: nick on 2001/03/05 18:14:47
20708 Log: Update MANIFEST for new test.
20711 ____________________________________________________________________________
20712 [ 9042] By: nick on 2001/03/05 18:12:41
20713 Log: Some tests for Camel 3rd edition features.
20714 Make gethostbyaddr() test in above work.
20716 + t/camel-III/vstring.t
20717 ! pp.h pp_sys.c t/TEST t/harness
20718 ____________________________________________________________________________
20719 [ 9041] By: jhi on 2001/03/05 17:41:48
20720 Log: Add more ISO 8859 encoding aliases.
20722 ! ext/Encode/Encode.pm
20723 ____________________________________________________________________________
20724 [ 9040] By: jhi on 2001/03/05 17:30:43
20725 Log: Integrate perlio.
20728 ____________________________________________________________________________
20729 [ 9039] By: nick on 2001/03/05 17:11:36
20730 Log: Missed added file.
20733 ____________________________________________________________________________
20734 [ 9038] By: jhi on 2001/03/05 15:58:01
20735 Log: Add tr tests for EBCDIC, from Karsten Sperling.
20738 ____________________________________________________________________________
20739 [ 9037] By: nick on 2001/03/05 15:56:35
20740 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
20741 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
20743 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
20744 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
20745 - uses SvPV() rather than sv_2pv() in case it isn't a string.
20748 ____________________________________________________________________________
20749 [ 9036] By: jhi on 2001/03/05 15:49:15
20750 Log: Add matching tests currently failing in EBCDIC,
20751 suggested by Karsten Sperling.
20754 ____________________________________________________________________________
20755 [ 9035] By: jhi on 2001/03/05 15:36:55
20756 Log: The #9034 needs a MANIFESTation.
20759 ____________________________________________________________________________
20760 [ 9034] By: jhi on 2001/03/05 15:35:14
20761 Log: Integrate perlio.
20763 +> ext/Encode/Encode/Tcl.pm
20764 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20765 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20766 !> ext/Encode/Encode/iso8859-1.ucm
20767 !> ext/Encode/Encode/iso8859-10.ucm
20768 !> ext/Encode/Encode/iso8859-13.ucm
20769 !> ext/Encode/Encode/iso8859-14.ucm
20770 !> ext/Encode/Encode/iso8859-15.ucm
20771 !> ext/Encode/Encode/iso8859-16.ucm
20772 !> ext/Encode/Encode/iso8859-2.ucm
20773 !> ext/Encode/Encode/iso8859-3.ucm
20774 !> ext/Encode/Encode/iso8859-4.ucm
20775 !> ext/Encode/Encode/iso8859-5.ucm
20776 !> ext/Encode/Encode/iso8859-6.ucm
20777 !> ext/Encode/Encode/iso8859-7.ucm
20778 !> ext/Encode/Encode/iso8859-8.ucm
20779 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20781 ____________________________________________________________________________
20782 [ 9033] By: jhi on 2001/03/05 15:33:18
20783 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
20784 From: Gurusamy Sarathy <gsar@ActiveState.com>
20785 Date: Sun, 04 Mar 2001 22:33:15 -0800
20786 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
20788 PMOPs need to remember their own stash so that they can
20789 gracefully remove themselves from their linked list.
20792 ____________________________________________________________________________
20793 [ 9032] By: nick on 2001/03/05 14:51:50
20794 Log: Encode implementation "completion"
20795 Implement and document define_encoding()
20796 Implement and document encoding aliases including define_alias()
20797 Make Encode::XS use define_encoding() rather than back-door.
20798 Move run-time *.enc to separate Encode::Tcl module.
20799 Make 'compile' honour <codeset_name>
20800 Change canonical names of to iso-8859-* and US-ascii.
20802 + ext/Encode/Encode/Tcl.pm
20803 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20804 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20805 ! ext/Encode/Encode/iso8859-1.ucm
20806 ! ext/Encode/Encode/iso8859-10.ucm
20807 ! ext/Encode/Encode/iso8859-13.ucm
20808 ! ext/Encode/Encode/iso8859-14.ucm
20809 ! ext/Encode/Encode/iso8859-15.ucm
20810 ! ext/Encode/Encode/iso8859-16.ucm
20811 ! ext/Encode/Encode/iso8859-2.ucm
20812 ! ext/Encode/Encode/iso8859-3.ucm
20813 ! ext/Encode/Encode/iso8859-4.ucm
20814 ! ext/Encode/Encode/iso8859-5.ucm
20815 ! ext/Encode/Encode/iso8859-6.ucm
20816 ! ext/Encode/Encode/iso8859-7.ucm
20817 ! ext/Encode/Encode/iso8859-8.ucm
20818 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20820 ____________________________________________________________________________
20821 [ 9031] By: jhi on 2001/03/05 13:51:17
20822 Log: Integrate change #9030 from maintperl into mainline.
20824 Subject: [PATCH 5.6.1] OS/2 cleanup
20827 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20828 !> makedef.pl os2/Changes os2/Makefile.SHs
20829 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20830 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20831 !> os2/os2.sym os2/os2ish.h
20832 ____________________________________________________________________________
20833 [ 9030] By: jhi on 2001/03/05 13:46:49
20834 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
20835 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20836 Date: Mon, 5 Mar 2001 02:29:44 -0500
20837 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
20838 Branch: maint-5.6/perl
20840 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20841 ! makedef.pl os2/Changes os2/Makefile.SHs
20842 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20843 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20844 ! os2/os2.sym os2/os2ish.h
20845 ____________________________________________________________________________
20846 [ 9029] By: jhi on 2001/03/05 13:40:35
20847 Log: Integrate change #9028 from maintperl into mainline.
20849 various nits in MM_Unix.pm found by disabling SelfLoader
20851 !> lib/ExtUtils/MM_Unix.pm
20852 ____________________________________________________________________________
20853 [ 9028] By: gsar on 2001/03/05 09:58:38
20854 Log: various nits in MM_Unix.pm found by disabling SelfLoader
20855 Branch: maint-5.6/perl
20856 ! lib/ExtUtils/MM_Unix.pm
20857 ____________________________________________________________________________
20858 [ 9027] By: nick on 2001/03/05 08:35:22
20859 Log: Integrate mainline
20861 !> (integrate 28 files)
20862 ____________________________________________________________________________
20863 [ 9026] By: jhi on 2001/03/05 02:14:59
20864 Log: Integrate change #9025 from mainline to maintperl,
20865 retract \N{U+HHHH}.
20866 Branch: maint-5.6/perl
20867 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20868 !> t/lib/charnames.t toke.c
20869 ____________________________________________________________________________
20870 [ 9025] By: jhi on 2001/03/05 02:13:09
20871 Log: Retracting \N{U+HHHH}.
20873 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20874 ! t/lib/charnames.t toke.c
20875 ____________________________________________________________________________
20876 [ 9024] By: jhi on 2001/03/04 20:51:07
20877 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
20878 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20879 Date: Fri, 02 Mar 2001 18:25:26 +0100
20880 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
20884 ! ext/Storable/Storable.xs
20885 ____________________________________________________________________________
20886 [ 9023] By: jhi on 2001/03/04 19:46:45
20887 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
20888 From: nick@talking.bollo.cx
20889 Date: Sat, 03 Mar 2001 21:41:33 +0000
20890 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
20892 Revert the workaround.
20895 ____________________________________________________________________________
20896 [ 9022] By: jhi on 2001/03/04 19:36:28
20897 Log: Update Changes.
20899 ! Changes patchlevel.h
20900 ____________________________________________________________________________
20901 [ 9021] By: jhi on 2001/03/04 18:41:00
20902 Log: makedef.pl updates suggested by Chris Nandor; double-checking
20903 the changes in AIX, OS/2 Win32 would be nice.
20906 ____________________________________________________________________________
20907 [ 9020] By: jhi on 2001/03/04 18:23:58
20908 Log: Integrate change #9012 from maintperl into mainline,
20909 quench a compiler warning.
20912 ____________________________________________________________________________
20913 [ 9019] By: jhi on 2001/03/04 18:18:43
20914 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
20918 pattern in G_ARRAY context
20919 Branch: maint-5.6/perl
20920 !> pp_hot.c t/op/pat.t toke.c
20921 ____________________________________________________________________________
20922 [ 9018] By: jhi on 2001/03/04 18:07:48
20923 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
20924 From: Jeff Pinyan <jeffp@crusoe.net>
20925 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
20926 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
20928 ! pp_hot.c t/op/pat.t
20929 ____________________________________________________________________________
20930 [ 9017] By: jhi on 2001/03/04 18:06:21
20931 Log: I thought I tested the #9014.
20934 ____________________________________________________________________________
20935 [ 9016] By: jhi on 2001/03/04 17:41:22
20936 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
20938 Tweak the get*ent() OS/2 prototypes.
20940 Add the \N{U+HHHH} syntax.
20942 More tr/// UTF-8 fixes from Inaba Hiroto.
20943 Branch: maint-5.6/perl
20944 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
20945 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
20946 ____________________________________________________________________________
20947 [ 9015] By: jhi on 2001/03/04 17:36:04
20948 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
20951 ____________________________________________________________________________
20952 [ 9014] By: jhi on 2001/03/04 17:24:49
20953 Log: Add the \N{U+HHHH} syntax.
20955 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20956 ! t/lib/charnames.t toke.c
20957 ____________________________________________________________________________
20958 [ 9013] By: jhi on 2001/03/04 17:20:45
20959 Log: Tweak the get*ent() OS/2 prototypes.
20962 ____________________________________________________________________________
20963 [ 9012] By: gsar on 2001/03/04 06:26:14
20964 Log: avoid warning (nit in change#9009)
20965 Branch: maint-5.6/perl
20967 ____________________________________________________________________________
20968 [ 9011] By: gsar on 2001/03/04 06:15:24
20969 Log: lib/charnames.t fails in 5.6.x because of older Unicode
20972 TODO: need to revisit this after updating lib/unicode/...
20973 Branch: maint-5.6/perl
20974 ! t/lib/charnames.t
20975 ____________________________________________________________________________
20976 [ 9010] By: gsar on 2001/03/04 06:08:36
20977 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
20978 Branch: maint-5.6/perl
20980 ____________________________________________________________________________
20981 [ 9009] By: jhi on 2001/03/03 19:27:20
20982 Log: Integrate change #9008 from mainline to maintperl,
20983 UTF-8 tr/// fixes from Inaba Hiroto.
20984 Branch: maint-5.6/perl
20985 !> doop.c op.c t/op/tr.t toke.c
20986 ____________________________________________________________________________
20987 [ 9008] By: jhi on 2001/03/03 19:19:42
20988 Log: UTF8 tr/// fixes from Inaba Hiroto.
20990 ! doop.c op.c t/op/tr.t toke.c
20991 ____________________________________________________________________________
20992 [ 9007] By: jhi on 2001/03/03 19:00:30
20993 Log: Integrate change #9006 from maintperl to mainline,
20994 more robust quest for the infinite.
20996 !> lib/Math/Complex.pm
20997 ____________________________________________________________________________
20998 [ 9006] By: jhi on 2001/03/03 18:58:06
20999 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
21000 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21001 Date: Sat, 3 Mar 2001 12:51:50 -0500
21002 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
21004 Be more robust in our quest for the infinite.
21005 Branch: maint-5.6/perl
21006 ! lib/Math/Complex.pm
21007 ____________________________________________________________________________
21008 [ 9005] By: jhi on 2001/03/03 17:55:50
21009 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
21010 Branch: maint-5.6/perl
21012 ____________________________________________________________________________
21013 [ 9004] By: jhi on 2001/03/03 17:40:14
21014 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
21015 so that picky compilers like IRIX won't get huffy about
21016 "statements without effect" (like 1;).
21019 ____________________________________________________________________________
21020 [ 9003] By: jhi on 2001/03/03 17:15:52
21021 Log: Integrate change #9002 from mainline to maintperl.
21023 Subject: [perl-5.6.x, perl-current] accept for EPOC
21024 Branch: maint-5.6/perl
21026 ____________________________________________________________________________
21027 [ 9002] By: jhi on 2001/03/03 17:14:30
21028 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
21029 From: Olaf Flebbe <O.Flebbe@science-computing.de>
21030 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
21031 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
21034 ____________________________________________________________________________
21035 [ 9001] By: jhi on 2001/03/03 17:13:13
21036 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
21037 From: "Craig A. Berry" <craigberry@mac.com>
21038 Date: Fri, 02 Mar 2001 17:44:40 -0600
21039 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
21042 ____________________________________________________________________________
21043 [ 9000] By: jhi on 2001/03/03 17:11:55
21044 Log: Integrate changes #8997,8999 from maintperl.
21046 Subject: [PATCH 5.6.1] compiling on OS/2
21047 (Better error message from hints/os2.sh)
21049 Subject: [PATCH 5.6.1] syslog.t
21051 !> hints/os2.sh t/lib/syslog.t
21052 ____________________________________________________________________________
21053 [ 8999] By: jhi on 2001/03/03 17:09:28
21054 Log: Subject: [PATCH 5.6.1] syslog.t
21055 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21056 Date: Sat, 3 Mar 2001 02:11:17 -0500
21057 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
21058 Branch: maint-5.6/perl
21060 ____________________________________________________________________________
21061 [ 8998] By: jhi on 2001/03/03 17:07:50
21062 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
21063 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21064 Date: Sat, 3 Mar 2001 01:53:52 -0500
21065 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
21066 Branch: maint-5.6/perl
21067 ! opcode.pl os2/os2.c
21068 ____________________________________________________________________________
21069 [ 8997] By: jhi on 2001/03/03 17:03:30
21070 Log: Subject: [PATCH 5.6.1] compiling on OS/2
21071 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21072 Date: Sat, 3 Mar 2001 01:59:59 -0500
21073 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
21074 Branch: maint-5.6/perl
21076 ____________________________________________________________________________
21077 [ 8996] By: jhi on 2001/03/03 00:55:58
21078 Log: Regen files for mainline.
21080 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21081 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
21082 ____________________________________________________________________________
21083 [ 8995] By: jhi on 2001/03/03 00:35:22
21084 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
21085 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
21088 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
21090 Add Configure option -Dmksymlinks which will create a symlink
21091 forest if the current/build differs from the source directory.
21092 (8218,8220,8221,8317,8318,8971)
21094 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
21095 (Document APPLLIB_EXP in INSTALL.)
21097 If running byacc write-enable also perly.h.
21099 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
21101 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
21103 Sanity check for conflicting thread flavours.
21105 Fix the sys/fcntl.h problem reported by Peter Prymmer.
21107 Add few CPUs/architectures to the Cppsym scan,
21108 add -perlio to archname if so selected (modified 8890)
21110 Be more helpful for devel builders, suggested by John L. Allen.
21111 (admittedly pointless change for maintperl, but the usedevel
21112 code is there already)
21113 Branch: maint-5.6/perl
21114 !> Configure INSTALL Makefile.SH Porting/Glossary
21115 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
21116 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
21117 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
21118 !> win32/config.bc win32/config.gc win32/config.vc
21119 ____________________________________________________________________________
21120 [ 8994] By: jhi on 2001/03/02 23:31:41
21121 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
21122 Branch: metaconfig/U/perl
21124 ____________________________________________________________________________
21125 [ 8993] By: jhi on 2001/03/02 23:22:12
21126 Log: Regenerate various files for maint.
21127 Branch: maint-5.6/perl
21128 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
21129 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
21130 ____________________________________________________________________________
21131 [ 8992] By: alanbur on 2001/03/02 22:48:34
21132 Log: Resync wuth parent
21133 Branch: maint-5.6/pureperl
21134 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21135 !> (integrate 60 files)
21136 ____________________________________________________________________________
21137 [ 8991] By: jhi on 2001/03/02 21:00:08
21138 Log: Retract the #8742 part of #8986, backward compat.
21139 Branch: maint-5.6/perl
21141 ____________________________________________________________________________
21142 [ 8990] By: jhi on 2001/03/02 20:40:07
21143 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
21144 Branch: maint-5.6/perl
21146 ____________________________________________________________________________
21147 [ 8989] By: jhi on 2001/03/02 19:59:56
21148 Log: Update Changes.
21150 ! Changes patchlevel.h
21151 ____________________________________________________________________________
21152 [ 8988] By: jhi on 2001/03/02 19:57:08
21153 Log: Integrate perlio.
21155 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21156 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21157 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21158 !> ext/Encode/Encode/iso8859-10.ucm
21159 !> ext/Encode/Encode/iso8859-13.ucm
21160 !> ext/Encode/Encode/iso8859-14.ucm
21161 !> ext/Encode/Encode/iso8859-15.ucm
21162 !> ext/Encode/Encode/iso8859-16.ucm
21163 !> ext/Encode/Encode/iso8859-2.ucm
21164 !> ext/Encode/Encode/iso8859-3.ucm
21165 !> ext/Encode/Encode/iso8859-4.ucm
21166 !> ext/Encode/Encode/iso8859-5.ucm
21167 !> ext/Encode/Encode/iso8859-6.ucm
21168 !> ext/Encode/Encode/iso8859-7.ucm
21169 !> ext/Encode/Encode/iso8859-8.ucm
21170 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21171 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
21172 ____________________________________________________________________________
21173 [ 8987] By: jhi on 2001/03/02 19:43:40
21174 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
21175 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
21176 8950,8952,8955 from mainline to maintperl.
21178 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
21180 Put to rest the 20010205.001, the email address checking (not) regex.
21182 fork() not everywhere, cleanup temp files.
21184 The #8843 wasn't quite right: %Config needs to imported.
21186 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
21187 (#8849: the glob-basic hunk needed massaging as it depended
21188 on Schwern's large-scale (unintegrated) patches)
21190 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
21192 Upgrade to CGI.pm 2.752, from Lincoln Stein.
21193 (Note: there were some conflicts due to EBCDIC and EPOC
21194 patches, in general I preferred the repository code.)
21195 (When 2.753 comes out, we need to synchronize.)
21197 Subject: [PATCH] fix for charnames above FFFF
21199 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
21201 If no sfio, no -lsfio.
21203 Run run/*.t also in minitest.
21205 Subject: [PATCH perl 5.7.0] malloc message address offset
21207 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
21209 Subject: fix for parameter -Dm (for perl@8867)
21211 Subject: [PATCH: perl@8892] was Re: hashing order difference?
21212 (make the test more portable)
21214 Subject: Re: [PATCH] fix for charnames above FFFF
21216 Subject: Re: I'm losing the war...
21217 (hv_store() not working correctly in ENV_IS_CASELESS case.)
21219 Subject: Modified README.bs2000
21221 Subject: [PATCH: perl@8935] -Dt padsv($var)
21223 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
21225 Subject: PATCH: extra tests to check on negative float to unsigned cast
21227 Subject: [PATCH] XPUSH[insp] was Re: progress
21229 Subject: Re: Compile with perlcc..
21230 Branch: maint-5.6/perl
21231 !> (integrate 36 files)
21232 ____________________________________________________________________________
21233 [ 8986] By: jhi on 2001/03/02 18:51:25
21234 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
21235 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
21238 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
21240 Subject: [DOC PATCH] overload.pm nits
21242 Add header for LIB$ prototypes (C. Berry)
21244 Convert fwrite()s to sockets to write()s, since some socket stacks
21245 don't take kindly to stdio.
21246 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21247 (for often optional LNMs)
21248 Correct a few typos
21251 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
21255 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21257 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21259 Upgrade to CPAN 1.59_54, from Andreas König.
21263 Subject: [PATCH] Document makepatch in Porting/patching
21265 UTF-8 documentation.
21267 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
21271 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21273 Subject: [PATCH @8807] toke.c cleanup: scan_str()
21275 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
21277 Add run/*.t to testables.
21279 TODO: integrate #8784.
21280 Branch: maint-5.6/perl
21281 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21282 !> (integrate 28 files)
21283 ____________________________________________________________________________
21284 [ 8985] By: nick on 2001/03/02 18:15:45
21285 Log: Integrate mainline
21287 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
21289 ____________________________________________________________________________
21290 [ 8984] By: jhi on 2001/03/02 16:00:17
21291 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
21293 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
21294 5.004_05, and mention the suidperl August 2000 security problem.
21297 Subject: [ID 20010301.004] Technically speaking in perldata
21299 Subject: [PATCH] File::Copy for bleadperl, maintperl
21301 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21303 (The #8982, fix for 20010221.005 and 20010221.008,
21304 would be nice too but it didn't integrate cleanly.)
21305 Branch: maint-5.6/perl
21306 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
21307 ____________________________________________________________________________
21308 [ 8983] By: jhi on 2001/03/02 15:51:16
21309 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21310 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21311 Date: Thu, 1 Mar 2001 15:54:09 EST
21312 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
21315 ____________________________________________________________________________
21316 [ 8982] By: jhi on 2001/03/02 15:43:31
21317 Log: Subject: Re: sync sync sync: have I missed any patches?
21318 From: Radu Greab <radu@netsoft.ro>
21319 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
21320 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
21322 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
21323 was checking argv[0] regardless of whether a different pathname
21324 will actually be executed." Test case not supplied because
21325 drafting that, ironically enough, revealed another bug
21329 ____________________________________________________________________________
21330 [ 8981] By: jhi on 2001/03/02 15:28:03
21331 Log: Misdate in #8978.
21334 ____________________________________________________________________________
21335 [ 8980] By: jhi on 2001/03/02 15:24:20
21336 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
21337 From: Chris Nandor <pudge@pobox.com>
21338 Date: Wed, 28 Feb 2001 22:10:15 -0500
21339 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
21342 ____________________________________________________________________________
21343 [ 8979] By: jhi on 2001/03/02 15:17:16
21344 Log: Subject: [ID 20010301.004] Technically speaking in perldata
21345 From: abela@geneanet.org
21346 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
21347 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
21350 ____________________________________________________________________________
21351 [ 8978] By: jhi on 2001/03/02 15:15:27
21352 Log: Subject: [ID 20010301.003] ref to 5.004
21353 From: abela@geneanet.org
21354 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
21355 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
21357 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
21358 and mention the suidperl August 2000 security problem.
21361 ____________________________________________________________________________
21362 [ 8977] By: alanbur on 2001/03/02 14:17:45
21363 Log: Resynchronised with parent
21364 Branch: maint-5.6/pureperl
21365 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
21366 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
21367 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
21368 !> vms/descrip_mms.template win32/win32.c win32/win32.h
21369 !> win32/win32iop.h
21370 ____________________________________________________________________________
21371 [ 8976] By: nick on 2001/03/01 23:25:30
21372 Log: Integrate mainline.
21375 !> (integrate 55 files)
21376 ____________________________________________________________________________
21377 [ 8975] By: jhi on 2001/03/01 16:51:34
21378 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
21381 ____________________________________________________________________________
21382 [ 8974] By: gsar on 2001/03/01 16:28:21
21383 Log: fix for bugid 20010226.008
21385 the problem was that some of the pointers (PL_last_lop and
21386 PL_last_uni specifically) into the lex buffers weren't correctly
21387 being invalidated when the buffer changed; this would leave the
21388 pointers pointing at an arbitrary location in the buffer if
21389 the buffer didn't need to be reallocated, or point into freed
21390 memory if the buffer had to be realloced
21392 TODO item for bugdb maintainers: check other seemingly random
21393 parser-related bugs--they might be cured by this
21394 Branch: maint-5.6/perl
21396 ____________________________________________________________________________
21397 [ 8973] By: jhi on 2001/03/01 02:23:25
21398 Log: Retract #8970 because of a completely mysterious core dump:
21399 adding the tests 241..244 causes op/pat dump core at test #25.
21400 The test needs a lot of whittling down before the bug can be solved.
21403 ____________________________________________________________________________
21404 [ 8972] By: jhi on 2001/03/01 01:58:38
21405 Log: Regen perlapi.
21408 ____________________________________________________________________________
21409 [ 8971] By: jhi on 2001/03/01 01:34:09
21410 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))
21411 From: Nicholas Clark <nick@ccl4.org>
21412 Date: Wed, 28 Feb 2001 23:28:49 +0000
21413 Message-ID: <20010228232849.A55187@plum.flirble.org>
21415 Allow a completely write protected source code tree
21416 when using the Configure -Dmksymlinks.
21418 ! embed.pl warnings.pl
21419 ____________________________________________________________________________
21420 [ 8970] By: jhi on 2001/03/01 01:32:04
21421 Log: Add back the EBCDIC character range tests (for matching).
21424 ____________________________________________________________________________
21425 [ 8969] By: nick on 2001/02/28 18:18:01
21426 Log: Add charname comments to .ucm files writen by 'compile',
21427 also order charmaps in those files by source encoding.
21428 regenerate distrubuted .ucm files
21430 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21431 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21432 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21433 ! ext/Encode/Encode/iso8859-10.ucm
21434 ! ext/Encode/Encode/iso8859-13.ucm
21435 ! ext/Encode/Encode/iso8859-14.ucm
21436 ! ext/Encode/Encode/iso8859-15.ucm
21437 ! ext/Encode/Encode/iso8859-16.ucm
21438 ! ext/Encode/Encode/iso8859-2.ucm
21439 ! ext/Encode/Encode/iso8859-3.ucm
21440 ! ext/Encode/Encode/iso8859-4.ucm
21441 ! ext/Encode/Encode/iso8859-5.ucm
21442 ! ext/Encode/Encode/iso8859-6.ucm
21443 ! ext/Encode/Encode/iso8859-7.ucm
21444 ! ext/Encode/Encode/iso8859-8.ucm
21445 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21446 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
21447 ____________________________________________________________________________
21448 [ 8968] By: jhi on 2001/02/28 16:26:37
21449 Log: Expand usemorebits early if d_casti32 needs to be undefined.
21451 ! hints/hpux.sh hints/irix_6.sh
21452 ____________________________________________________________________________
21453 [ 8967] By: jhi on 2001/02/28 16:22:26
21454 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
21455 retract toke.c/qu parts of #8583, retract #8485, retract
21456 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
21457 op/length.t, and MANIFEST, and delete t/op/qu.t.
21460 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
21461 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
21462 ! t/op/length.t toke.c
21463 ____________________________________________________________________________
21464 [ 8966] By: jhi on 2001/02/28 15:00:27
21465 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
21466 by not changing from pre-Unicode days into being Unicode-aware.
21469 ! pp.c t/op/pack.t t/op/qu.t
21470 ____________________________________________________________________________
21471 [ 8965] By: jhi on 2001/02/28 14:37:55
21472 Log: Subject: Re: Errors in core PODs
21473 From: Michael Stevens <michael@etla.org>
21474 Date: Fri, 23 Feb 2001 15:47:56 +0000
21475 Message-ID: <20010223154756.A7723@firedrake.org>
21477 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
21478 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
21479 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
21481 ____________________________________________________________________________
21482 [ 8964] By: jhi on 2001/02/28 14:35:35
21483 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
21484 (The #8961 was too bold.)
21486 ! hints/hpux.sh hints/irix_6.sh
21487 ____________________________________________________________________________
21488 [ 8963] By: jhi on 2001/02/28 14:33:39
21489 Log: Subject: Re: sync sync sync: have I missed any patches?
21490 From: Tim Jenness <t.jenness@jach.hawaii.edu>
21491 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
21492 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
21493 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
21495 Replace djSP with dSP.
21497 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
21498 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
21500 ____________________________________________________________________________
21501 [ 8962] By: jhi on 2001/02/27 23:21:14
21502 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
21504 ! lib/Filter/Simple.pm
21505 ____________________________________________________________________________
21506 [ 8961] By: jhi on 2001/02/27 22:55:26
21507 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
21508 and this would be it.
21510 ! hints/hpux.sh hints/irix_6.sh
21511 ____________________________________________________________________________
21512 [ 8960] By: jhi on 2001/02/27 22:51:33
21513 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21514 From: "Craig A. Berry" <craigberry@mac.com>
21515 Date: Tue, 27 Feb 2001 16:11:44 -0600
21516 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21517 Branch: maint-5.6/perl
21518 ! configure.com vms/descrip_mms.template
21519 ____________________________________________________________________________
21520 [ 8959] By: jhi on 2001/02/27 22:47:23
21521 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21522 From: "Craig A. Berry" <craigberry@mac.com>
21523 Date: Tue, 27 Feb 2001 16:11:44 -0600
21524 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21526 ! configure.com vms/descrip_mms.template
21527 ____________________________________________________________________________
21528 [ 8958] By: jhi on 2001/02/27 15:16:42
21529 Log: Update Changes.
21531 ! Changes patchlevel.h
21532 ____________________________________________________________________________
21533 [ 8957] By: jhi on 2001/02/27 06:15:07
21534 Log: Subject: [5.6.x] EPOC additions
21535 From: Olaf Flebbe <O.Flebbe@science-computing.de>
21536 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
21537 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
21538 Branch: maint-5.6/perl
21539 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
21540 ____________________________________________________________________________
21541 [ 8956] By: jhi on 2001/02/27 06:12:11
21542 Log: Subject: [perl-current] EPOC
21543 From: Olaf Flebbe <O.Flebbe@science-computing.de>
21544 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
21545 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
21547 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
21548 ! epoc/epocish.c epoc/epocish.h pp_sys.c
21549 ____________________________________________________________________________
21550 [ 8955] By: jhi on 2001/02/27 05:59:50
21551 Log: Subject: Re: Compile with perlcc..
21552 From: Edward Peschko <edwardp@excitehome.net>
21553 Date: Mon, 26 Feb 2001 18:51:58 -0800
21554 Message-ID: <20010226185158.A9871@excitehome.net>
21556 plus add a simple usage message if no arguments given.
21558 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
21559 ! utils/Makefile utils/perlcc.PL win32/pod.mak
21560 ____________________________________________________________________________
21561 [ 8954] By: nick on 2001/02/26 21:02:59
21562 Log: Integrate mainline
21564 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
21565 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
21567 ____________________________________________________________________________
21568 [ 8953] By: jhi on 2001/02/26 14:43:54
21569 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
21570 From: Nicholas Clark <nick@ccl4.org>
21571 Date: Mon, 26 Feb 2001 00:42:07 +0000
21572 Message-ID: <20010226004207.F23333@plum.flirble.org>
21575 ____________________________________________________________________________
21576 [ 8952] By: jhi on 2001/02/26 14:42:13
21577 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
21578 From: Simon Cozens <simon@netthink.co.uk>
21579 Date: Mon, 26 Feb 2001 12:23:48 +0000
21580 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
21583 ____________________________________________________________________________
21584 [ 8951] By: jhi on 2001/02/26 14:39:15
21585 Log: Subject: [PATCH] perlio - unknown layer
21586 From: Nicholas Clark <nick@ccl4.org>
21587 Date: Mon, 26 Feb 2001 00:27:19 +0000
21588 Message-ID: <20010226002719.E23333@plum.flirble.org>
21591 ____________________________________________________________________________
21592 [ 8950] By: jhi on 2001/02/26 14:38:04
21593 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
21594 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
21595 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
21596 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
21599 ____________________________________________________________________________
21600 [ 8949] By: jhi on 2001/02/26 14:37:07
21601 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
21602 From: Peter Prymmer <pvhp@forte.com>
21603 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
21604 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
21607 ____________________________________________________________________________
21608 [ 8948] By: jhi on 2001/02/26 14:35:53
21609 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
21610 From: Radu Greab <radu@netsoft.ro>
21611 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
21612 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
21615 ____________________________________________________________________________
21616 [ 8947] By: jhi on 2001/02/26 14:34:46
21617 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
21618 From: David Mitchell <davem@fdgroup.co.uk>
21619 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
21620 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
21623 ____________________________________________________________________________
21624 [ 8946] By: jhi on 2001/02/26 14:32:37
21625 Log: Subject: Modified README.bs2000
21626 From: Dorner Thomas <Thomas.Dorner@start.de>
21627 Date: Mon, 26 Feb 2001 09:22:17 +0100
21628 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
21631 ____________________________________________________________________________
21632 [ 8945] By: jhi on 2001/02/26 14:19:53
21633 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
21634 to maintperl, listing the known failures on the tests 129 and 130.
21635 Branch: maint-5.6/perl
21637 ____________________________________________________________________________
21638 [ 8944] By: jhi on 2001/02/26 14:14:15
21639 Log: Add more known sprintf failures.
21642 ____________________________________________________________________________
21643 [ 8943] By: jhi on 2001/02/26 13:56:22
21644 Log: perlglob.exe needs to be found in Win32, patch from
21645 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
21646 which needs external glob at mini-perl time."
21648 ! ext/Encode/compile
21649 ____________________________________________________________________________
21650 [ 8942] By: jhi on 2001/02/26 13:52:19
21651 Log: A missing dTHX from Vadim Konovalov.
21654 ____________________________________________________________________________
21655 [ 8941] By: jhi on 2001/02/26 13:37:05
21656 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
21659 ____________________________________________________________________________
21660 [ 8940] By: jhi on 2001/02/26 13:35:40
21661 Log: Integrate perlio.
21663 !> ext/Encode/Encode.pm
21664 ____________________________________________________________________________
21665 [ 8939] By: nick on 2001/02/25 23:47:09
21666 Log: Integrate mainline.
21668 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
21669 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
21670 ____________________________________________________________________________
21671 [ 8938] By: nick on 2001/02/25 19:36:28
21672 Log: Encode implementations docs.
21674 ! ext/Encode/Encode.pm
21675 ____________________________________________________________________________
21676 [ 8937] By: jhi on 2001/02/25 19:26:16
21677 Log: Script wasn't aligned with reality.
21680 ____________________________________________________________________________
21681 [ 8936] By: jhi on 2001/02/25 18:54:55
21682 Log: Update Changes.
21684 ! Changes patchlevel.h
21685 ____________________________________________________________________________
21686 [ 8935] By: jhi on 2001/02/25 18:46:36
21687 Log: Retract #8929,8930,8932,8933 for now.
21689 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
21690 ____________________________________________________________________________
21691 [ 8934] By: jhi on 2001/02/25 17:34:35
21692 Log: Integrate perlio.
21694 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
21695 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
21697 ____________________________________________________________________________
21698 [ 8933] By: jhi on 2001/02/25 17:33:12
21699 Log: (Retracted by #8395.)
21701 Slight tweaks in scan_const(), not fixes yet, it seems like
21702 lots of work remains to be done...
21705 ____________________________________________________________________________
21706 [ 8932] By: jhi on 2001/02/25 17:27:11
21707 Log: (Retracted by #8395.)
21709 Missing from #8930.
21712 ____________________________________________________________________________
21713 [ 8931] By: jhi on 2001/02/25 17:26:19
21714 Log: A comment tweak.
21717 ____________________________________________________________________________
21718 [ 8930] By: jhi on 2001/02/25 17:25:47
21719 Log: (Retracted by #8395.)
21721 Attempt to fix the EBCDIC character range problwm with //.
21724 ____________________________________________________________________________
21725 [ 8929] By: jhi on 2001/02/25 17:23:45
21726 Log: (Retracted by #8395.)
21728 Expand the EBCDIC character range tests, and add few nasty
21729 tr tests from Karsten Sperling.
21731 ! t/op/pat.t t/op/tr.t
21732 ____________________________________________________________________________
21733 [ 8928] By: jhi on 2001/02/25 17:18:49
21734 Log: Missing check-in.
21737 ____________________________________________________________________________
21738 [ 8927] By: nick on 2001/02/25 11:30:22
21739 Log: Change method names in Encode implementation classes to something
21740 less confusing (preparing to "go public").
21742 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
21743 ____________________________________________________________________________
21744 [ 8926] By: nick on 2001/02/25 10:53:24
21745 Log: GCC __atribute__ / printf fix
21748 ____________________________________________________________________________
21749 [ 8925] By: nick on 2001/02/25 10:52:25
21750 Log: Checked in the wrong one ...
21752 ! ext/Encode/Encode.pm
21753 ____________________________________________________________________________
21754 [ 8924] By: nick on 2001/02/24 18:46:51
21755 Log: Integrate mainline - to see what Jarkko has in ...
21757 +> t/pod/testpods/lib/Pod/Stuff.pm
21758 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
21759 ____________________________________________________________________________
21760 [ 8923] By: nick on 2001/02/24 17:05:23
21761 Log: Encode API documentation nd tidy up.
21762 Minor additions to test.
21763 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
21764 Adds STRLEN to standard typemap.
21766 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
21767 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
21768 ____________________________________________________________________________
21769 [ 8922] By: jhi on 2001/02/24 16:38:12
21770 Log: Add a test for the "character range should match in EBCDIC
21771 if specified using explicit numerics" bug found by Karsten
21775 ____________________________________________________________________________
21776 [ 8921] By: jhi on 2001/02/24 16:30:16
21777 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
21778 From: schwern@pobox.com
21779 Date: Fri, 23 Feb 2001 03:21:37 -0500
21780 Message-ID: <20010223032137.A26022@magnonel.guild.net>
21782 plus Charles Lane's fixes, plus tweaks.
21784 + t/pod/testpods/lib/Pod/Stuff.pm
21785 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
21786 ____________________________________________________________________________
21787 [ 8920] By: nick on 2001/02/24 10:30:11
21788 Log: Integrate mainline
21790 !> (integrate 33 files)
21791 ____________________________________________________________________________
21792 [ 8919] By: jhi on 2001/02/24 00:23:35
21793 Log: Subject: Re: I'm losing the war...
21794 From: "Vadim Konovalov" <watman@inbox.ru>
21795 Date: Sat, 24 Feb 2001 00:10:14 +0300
21796 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
21798 hv_store() not working correctly in ENV_IS_CASELESS case.
21801 ____________________________________________________________________________
21802 [ 8918] By: jhi on 2001/02/24 00:20:09
21803 Log: Subject: Re: [PATCH] fix for charnames above FFFF
21804 From: andreas.koenig@anima.de (Andreas J. Koenig)
21805 Date: 23 Feb 2001 02:39:03 +0100
21806 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
21808 A further efficiency tweak.
21811 ____________________________________________________________________________
21812 [ 8917] By: jhi on 2001/02/23 20:27:51
21813 Log: Integrate change #8916 from mainline,
21814 do away with USE_WIN32_RTL_ENV.
21815 Branch: maint-5.6/perl
21816 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21817 ____________________________________________________________________________
21818 [ 8916] By: jhi on 2001/02/23 20:02:25
21819 Log: Abolish USE_WIN32_RTL_ENV.
21821 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21822 ____________________________________________________________________________
21823 [ 8915] By: jhi on 2001/02/23 19:36:00
21824 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
21825 later protected by some #define.
21828 ____________________________________________________________________________
21829 [ 8914] By: jhi on 2001/02/23 19:31:38
21830 Log: Retract #8902 for now, requested by Charles Lane, the correct
21831 fix will be something else.
21834 ____________________________________________________________________________
21835 [ 8913] By: jhi on 2001/02/23 19:11:36
21836 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
21837 From: Peter Prymmer <pvhp@forte.com>
21838 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
21839 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
21841 ! t/op/lex_assign.t
21842 ____________________________________________________________________________
21843 [ 8912] By: jhi on 2001/02/23 18:38:20
21844 Log: Subject: [patch] perlio + useithreads
21845 From: Doug MacEachern <dougm@covalent.net>
21846 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
21847 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
21849 Gets things running but not complete.
21851 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
21852 ____________________________________________________________________________
21853 [ 8911] By: jhi on 2001/02/23 04:20:02
21854 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
21856 Duplicated environment freeing, File::Temp 0.12,
21857 op/append portability (EBCDIC) tweak.
21858 Branch: maint-5.6/perl
21859 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21861 ____________________________________________________________________________
21862 [ 8910] By: jhi on 2001/02/23 02:07:33
21863 Log: Integrate change #8909 from mainline, a better Borland
21864 putenv() workaround.
21865 Branch: maint-5.6/perl
21867 ____________________________________________________________________________
21868 [ 8909] By: jhi on 2001/02/23 02:05:46
21869 Log: A better workaround for Borland putenv() brokenness from Sarathy.
21872 ____________________________________________________________________________
21873 [ 8908] By: jhi on 2001/02/23 02:04:14
21874 Log: Subject: fix for parameter -Dm (for perl@8867)
21875 From: "Vadim Konovalov" <watman@inbox.ru>
21876 Date: Thu, 22 Feb 2001 17:30:12 +0300
21877 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
21880 ____________________________________________________________________________
21881 [ 8907] By: jhi on 2001/02/23 01:58:20
21882 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
21883 From: Peter Prymmer <pvhp@forte.com>
21884 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
21885 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
21888 ____________________________________________________________________________
21889 [ 8906] By: jhi on 2001/02/23 01:48:34
21890 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
21892 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21893 ____________________________________________________________________________
21894 [ 8905] By: jhi on 2001/02/23 01:43:30
21895 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
21896 From: Peter Prymmer <pvhp@forte.com>
21897 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
21898 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
21900 ! t/lib/st-06compat.t
21901 ____________________________________________________________________________
21902 [ 8904] By: jhi on 2001/02/23 01:42:39
21903 Log: Metaconfig unit change for #8903.
21904 Branch: metaconfig/U/perl
21906 ____________________________________________________________________________
21907 [ 8903] By: jhi on 2001/02/23 01:42:12
21908 Log: Be more helpful for devel builders, suggested by John L. Allen.
21911 ____________________________________________________________________________
21912 [ 8902] By: jhi on 2001/02/23 01:37:41
21913 Log: (Retracted by #8914)
21914 (Wrongly, reinstated by #8941)
21916 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
21917 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21918 Date: Thu, 22 Feb 2001 09:43:57 EST
21919 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
21922 ____________________________________________________________________________
21923 [ 8901] By: jhi on 2001/02/23 01:20:32
21924 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
21925 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21926 Date: Thu, 22 Feb 2001 08:01:35 EST
21927 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
21930 ____________________________________________________________________________
21931 [ 8900] By: jhi on 2001/02/23 01:18:02
21932 Log: Integrate changes #8898,8899 from mainline, environ handling.
21933 Branch: maint-5.6/perl
21935 ____________________________________________________________________________
21936 [ 8899] By: jhi on 2001/02/23 01:16:25
21937 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
21938 putenv() is not to be relied on, they are either broken or leaky
21942 ____________________________________________________________________________
21943 [ 8898] By: jhi on 2001/02/22 23:36:59
21944 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
21945 and safesysfree() must be used.
21948 ____________________________________________________________________________
21949 [ 8897] By: jhi on 2001/02/22 23:25:45
21950 Log: With environ one must use safesysmalloc()/safesysfree().
21953 ____________________________________________________________________________
21954 [ 8896] By: jhi on 2001/02/22 22:13:18
21955 Log: If we have a duplicated environment free it
21956 if PERL_DESTRUCT_LEVEL.
21959 ____________________________________________________________________________
21960 [ 8895] By: alanbur on 2001/02/22 19:31:57
21961 Log: Synchronised with parent
21962 Branch: maint-5.6/pureperl
21963 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
21964 ____________________________________________________________________________
21965 [ 8894] By: gsar on 2001/02/22 19:06:18
21966 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
21968 fix memory leak in method call optimization (change#3768);
21969 made C<eval "$x->foo()"> leak
21971 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
21972 Branch: maint-5.6/perl
21974 ____________________________________________________________________________
21975 [ 8893] By: jhi on 2001/02/22 18:35:27
21976 Log: (Retracted by #8915.)
21978 Third Degree finding:
21979 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
21982 ____________________________________________________________________________
21983 [ 8892] By: jhi on 2001/02/22 14:28:32
21984 Log: Update Changes.
21986 ! Changes patchlevel.h
21987 ____________________________________________________________________________
21988 [ 8891] By: jhi on 2001/02/22 13:22:45
21989 Log: Metaconfig unit changes for #8890.
21991 ! U/modified/Cppsym.U U/threads/archname.U
21992 ____________________________________________________________________________
21993 [ 8890] By: jhi on 2001/02/22 13:22:12
21994 Log: Add -stdio to the archname if no perlio selected,
21995 no -perlio added since that is now the default.
21997 Add few CPUs/architectures to the Cppsym scan.
21999 ! Configure config_h.SH
22000 ____________________________________________________________________________
22001 [ 8889] By: jhi on 2001/02/22 13:05:59
22002 Log: Metaconfig unit change for #8888.
22003 Branch: metaconfig/U/perl
22005 ____________________________________________________________________________
22006 [ 8888] By: jhi on 2001/02/22 13:05:28
22007 Log: *drum roll* Make perlio the default.
22009 ! Configure config_h.SH
22010 ____________________________________________________________________________
22011 [ 8887] By: jhi on 2001/02/22 12:50:52
22012 Log: Integrate change #8665 from maintperl to mainline,
22013 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
22015 !> ext/POSIX/POSIX.xs
22016 ____________________________________________________________________________
22017 [ 8886] By: jhi on 2001/02/22 12:49:24
22018 Log: Integrate changes #8883,8884 from mainline to maintperl.
22020 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22021 Subject: Re: File::Temp::_gettemp warning
22022 Branch: maint-5.6/perl
22023 !> embed.h embed.pl lib/File/Temp.pm
22024 ____________________________________________________________________________
22025 [ 8885] By: jhi on 2001/02/22 12:43:59
22028 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
22029 From: schwab@suse.de
22030 Date: Thu, 22 Feb 2001 13:08:09 +0100
22031 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
22033 but the fix done slightly differently because the other
22034 half was already done in #8664.
22035 Branch: maint-5.6/perl
22036 ! ext/POSIX/POSIX.xs
22037 ____________________________________________________________________________
22038 [ 8884] By: jhi on 2001/02/22 12:37:15
22039 Log: Subject: Re: File::Temp::_gettemp warning
22040 From: Tim Jenness <t.jenness@jach.hawaii.edu>
22041 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
22042 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
22044 This patch to File::Temp does two things:
22046 1. Fixes the problem with CGI::Carp when determining
22047 the Fcntl constants
22049 2. Removes most of the carps and consolidates them so that all the
22050 reasons are included in a single die that is caught by the test. This
22051 means that the correct skipping behaviour is displayed by the test.
22054 ____________________________________________________________________________
22055 [ 8883] By: jhi on 2001/02/22 12:29:19
22056 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22057 From: Peter Prymmer <pvhp@forte.com>
22058 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
22059 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
22062 ____________________________________________________________________________
22063 [ 8882] By: jhi on 2001/02/21 19:41:33
22064 Log: Integrate change #8881 from mainlin to maintperl.
22066 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
22067 Branch: maint-5.6/perl
22069 ____________________________________________________________________________
22070 [ 8881] By: jhi on 2001/02/21 19:38:57
22071 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
22072 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22073 Date: Wed, 21 Feb 2001 13:08:03 EST
22074 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
22077 ____________________________________________________________________________
22078 [ 8880] By: jhi on 2001/02/21 19:34:34
22079 Log: Retract #8875, cannot let go of the old semantics of unpack U
22080 without rethinking utf8decode.t.
22083 ____________________________________________________________________________
22084 [ 8879] By: jhi on 2001/02/21 19:08:02
22085 Log: Run run/*.t also in minitest.
22088 ____________________________________________________________________________
22089 [ 8878] By: nick on 2001/02/21 18:55:37
22090 Log: Integrate mainline
22092 !> (integrate 76 files)
22093 ____________________________________________________________________________
22094 [ 8877] By: jhi on 2001/02/21 15:09:33
22095 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
22097 ! U/compline/nblock_io.U
22099 ! Configure config_h.SH
22100 ____________________________________________________________________________
22101 [ 8876] By: jhi on 2001/02/21 14:54:45
22102 Log: If no sfio, no -lsfio.
22103 Branch: metaconfig/U/perl
22106 ! Configure config_h.SH
22107 ____________________________________________________________________________
22108 [ 8875] By: jhi on 2001/02/21 14:54:00
22109 Log: Make unpack C and unpack C truly equivalent.
22112 ____________________________________________________________________________
22113 [ 8874] By: jhi on 2001/02/21 14:26:02
22114 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22115 From: Peter Prymmer <pvhp@forte.com>
22116 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
22117 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
22120 ____________________________________________________________________________
22121 [ 8873] By: jhi on 2001/02/21 14:24:31
22122 Log: Subject: [PATCH] fix for charnames above FFFF
22123 From: andreas.koenig@anima.de (Andreas J. Koenig)
22124 Date: 21 Feb 2001 07:05:45 +0100
22125 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
22127 ! lib/charnames.pm t/lib/charnames.t
22128 ____________________________________________________________________________
22129 [ 8872] By: jhi on 2001/02/21 14:15:25
22130 Log: Integrate change #8868 from pureperl to mainline.
22132 Fixed reference count loop caused by sv_magic.
22135 ____________________________________________________________________________
22136 [ 8871] By: jhi on 2001/02/21 14:07:29
22137 Log: Integrate change #8868 from pureperl to maintperl.
22139 Fixed reference count loop caused by sv_magic.
22140 Branch: maint-5.6/perl
22142 ____________________________________________________________________________
22143 [ 8870] By: jhi on 2001/02/21 14:04:41
22144 Log: Put back the #8840, it was innocent.
22146 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22147 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22148 ____________________________________________________________________________
22149 [ 8869] By: jhi on 2001/02/21 14:00:03
22150 Log: unpack("C", ...) was left slightly unfinished by #8865.
22153 ____________________________________________________________________________
22154 [ 8868] By: alanbur on 2001/02/21 01:33:45
22155 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
22156 from gv_fetchpv to create single-character magic variables (e.g. $!),
22157 and it is passed a sv and the gv that contains the sv as the mg_obj
22158 value. When sv_magic stores the mg_obj pointer it increments the gv
22159 refcount, thus causing a sv-gv pair that can't be freed. There is
22160 already a check for sv == obj which is used to prevent such reference
22161 loops. This change extends the check to cover the case described above.
22162 Branch: maint-5.6/pureperl
22164 ____________________________________________________________________________
22165 [ 8867] By: jhi on 2001/02/21 00:52:39
22166 Log: Update Changes.
22168 ! Changes patchlevel.h
22169 ____________________________________________________________________________
22170 [ 8866] By: jhi on 2001/02/21 00:34:20
22171 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
22172 (Note: there were some conflicts due to EBCDIC and EPOC
22173 patches, in general I preferred the repository code.)
22174 (When 2.753 comes out, we need to synchronize.)
22176 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
22177 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
22179 ____________________________________________________________________________
22180 [ 8865] By: jhi on 2001/02/21 00:24:22
22181 Log: Make pack("C", 0x100) to create Unicode, unless under the
22182 evil influence of 'use bytes'. Similarly, unpack("C", ...)
22183 will understand Unicode, unless you under know what.
22185 ! pp.c t/op/pack.t t/op/qu.t
22186 ____________________________________________________________________________
22187 [ 8864] By: alanbur on 2001/02/20 22:35:34
22188 Log: Resynchronised with parent
22189 Branch: maint-5.6/pureperl
22190 !> README.win32 ext/GDBM_File/GDBM_File.pm
22191 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
22192 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
22193 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
22194 !> t/lib/sdbm.t util.c
22195 ____________________________________________________________________________
22196 [ 8863] By: jhi on 2001/02/20 20:55:11
22197 Log: Integrate change #8860,8861 from mainline into maintperl.
22201 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
22202 Branch: maint-5.6/perl
22203 !> lib/Test.pm pod/perlop.pod
22204 ____________________________________________________________________________
22205 [ 8862] By: jhi on 2001/02/20 20:30:07
22206 Log: Don't do casting between pointers pointing to differently sized
22210 ____________________________________________________________________________
22211 [ 8861] By: jhi on 2001/02/20 19:53:44
22212 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
22213 From: Peter Prymmer <pvhp@forte.com>
22214 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
22215 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
22218 ____________________________________________________________________________
22219 [ 8860] By: jhi on 2001/02/20 19:48:02
22220 Log: "pseudo-literal j", a documentation glitch reported to Debian.
22221 The text recovered from Perl 5.005_03, and pseudo-literal replaced
22222 by "backtick string".
22225 ____________________________________________________________________________
22226 [ 8859] By: jhi on 2001/02/20 19:15:46
22227 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
22231 ____________________________________________________________________________
22232 [ 8858] By: jhi on 2001/02/20 17:36:53
22233 Log: Integrate pureperl changes #8844,8845,8850 to mainline
22234 (via maintperl #8855).
22236 Fixed %^H scoping bug
22238 Removed GV <-> CV refcount loop
22240 Removed %ENV refcount loop
22242 !> gv.c op.c perl.c pp.c scope.c
22243 ____________________________________________________________________________
22244 [ 8857] By: jhi on 2001/02/20 17:34:32
22245 Log: Integrate changes #8853,8854 from maintperl to mainline.
22247 EBDIC fixes, README.win32 Borland update.
22249 !> README.win32 handy.h util.c
22250 ____________________________________________________________________________
22251 [ 8856] By: jhi on 2001/02/20 17:33:16
22252 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
22253 Branch: maint-5.6/perl
22254 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22255 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22256 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22257 ____________________________________________________________________________
22258 [ 8855] By: jhi on 2001/02/20 17:32:13
22259 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
22261 Fixed %^H scoping bug
22263 Removed GV <-> CV refcount loop
22265 Removed %ENV refcount loop
22266 Branch: maint-5.6/perl
22267 !> gv.c op.c perl.c pp.c scope.c
22268 ____________________________________________________________________________
22269 [ 8854] By: jhi on 2001/02/20 17:25:06
22270 Log: Subject: Addition to readme.win32 for Borland C++ compilers
22271 Date: Tue, 20 Feb 2001 02:15:25 +0300
22272 From: "Vadim Konovalov" <watman@inbox.ru>
22273 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
22275 Document Borland compiler misbehaviour.
22276 Branch: maint-5.6/perl
22278 ____________________________________________________________________________
22279 [ 8853] By: jhi on 2001/02/20 17:22:25
22280 Log: The assimilation of ebcdic.c didn't quite work at the first try,
22281 patches from Thomas Dorner.
22282 Branch: maint-5.6/perl
22284 ____________________________________________________________________________
22285 [ 8852] By: jhi on 2001/02/20 17:20:15
22286 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
22287 From: Chris Nandor <pudge@pobox.com>
22288 Date: Tue, 20 Feb 2001 08:32:45 -0500
22289 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
22290 Branch: maint-5.6/perl
22292 ____________________________________________________________________________
22293 [ 8851] By: jhi on 2001/02/20 17:15:52
22294 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
22296 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
22297 ! t/lib/filter-util.t
22298 ____________________________________________________________________________
22299 [ 8850] By: alanbur on 2001/02/20 17:12:40
22300 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
22301 and the magic pointer points back to the GV that contains the
22302 %ENV hash. This creates a refcount loop that prevents members
22303 of %ENV from being freed correctly. This change removes the
22304 refcount loop - the magic pointer was never used anyway, the
22305 only use of the magic was to check the type ('E') so that the
22306 appropriate environment manipulation code is called when %ENV
22308 Branch: maint-5.6/pureperl
22310 ____________________________________________________________________________
22311 [ 8849] By: jhi on 2001/02/20 17:12:20
22312 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22313 From: "Craig A. Berry" <craigberry@mac.com>
22314 Date: Mon, 19 Feb 2001 23:36:12 -0600
22315 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
22317 Case-forgiving systems match TestInit.pm with TES*.
22319 ! t/lib/glob-basic.t
22320 ____________________________________________________________________________
22321 [ 8848] By: jhi on 2001/02/20 17:10:02
22322 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
22324 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22325 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22326 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22327 ____________________________________________________________________________
22328 [ 8847] By: jhi on 2001/02/20 15:34:41
22329 Log: The #8843 wasn't quite right: %Config needs to imported.
22332 ____________________________________________________________________________
22333 [ 8846] By: jhi on 2001/02/20 15:31:50
22334 Log: Retract the #8838 and #8840 for now because of
22335 the DB_File tie problem.
22337 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
22338 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
22340 ____________________________________________________________________________
22341 [ 8845] By: alanbur on 2001/02/20 14:25:41
22342 Log: Removed GV <-> CV refcount loop
22343 CvGV(mycv) points to the parent GV of the CV, and was previously
22344 refcounted. The pointer remains, but the refcounting has been removed
22345 as it causes a refcount loop between the CV and GV that means the CV
22346 can't ever be deleted.
22347 Branch: maint-5.6/pureperl
22349 ____________________________________________________________________________
22350 [ 8844] By: alanbur on 2001/02/20 14:23:13
22351 Log: Fixed %^H scoping bug
22352 Branch: maint-5.6/pureperl
22354 ____________________________________________________________________________
22355 [ 8843] By: jhi on 2001/02/19 13:38:08
22356 Log: fork() not everywhere, cleanup temp files.
22359 ____________________________________________________________________________
22360 [ 8842] By: alanbur on 2001/02/19 12:42:07
22361 Log: Resynchronised with parent
22362 Branch: maint-5.6/pureperl
22363 !> pod/perlfaq4.pod sv.c utf8.c
22364 ____________________________________________________________________________
22365 [ 8841] By: jhi on 2001/02/19 03:35:51
22366 Log: Update Changes.
22368 ! Changes patchlevel.h
22369 ____________________________________________________________________________
22370 [ 8840] By: jhi on 2001/02/19 00:23:41
22371 Log: Subject: [patch] add sv_setref_uv
22372 From: Doug MacEachern <dougm@covalent.net>
22373 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
22374 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
22376 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22377 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22378 ____________________________________________________________________________
22379 [ 8839] By: jhi on 2001/02/19 00:01:38
22380 Log: Put to rest the 20010205.001, the email address checking (not) regex.
22383 ____________________________________________________________________________
22384 [ 8838] By: jhi on 2001/02/18 22:17:54
22385 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
22386 From: Doug MacEachern <dougm@covalent.net>
22387 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
22388 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
22390 ! lib/ExtUtils/xsubpp
22391 ____________________________________________________________________________
22392 [ 8837] By: jhi on 2001/02/18 22:16:50
22393 Log: Subject: [patch] -Wall cleanup round 2
22394 From: Doug MacEachern <dougm@covalent.net>
22395 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
22396 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
22398 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22399 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22400 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
22401 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
22402 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22403 ! ext/SDBM_File/SDBM_File.xs
22404 ____________________________________________________________________________
22405 [ 8836] By: jhi on 2001/02/18 22:11:20
22406 Log: Misapplied regex optimizations when \C is present.
22407 Fixes 20001230.002.
22409 What still remains broken is that the submatches that
22410 have \C in them get their UTF8 flag on because their
22411 parent SV has it on. This will result in malformed
22412 UTF8 if a \C happened to match a non-ASCII byte.
22414 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
22416 ____________________________________________________________________________
22417 [ 8835] By: jhi on 2001/02/18 20:12:02
22418 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
22420 The hash key got wrongly UTF8fied.
22422 ! pod/perlapi.pod toke.c utf8.c
22423 ____________________________________________________________________________
22424 [ 8834] By: jhi on 2001/02/18 19:44:25
22425 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
22426 don't warn on magical or overloaded things.
22429 ____________________________________________________________________________
22430 [ 8833] By: nick on 2001/02/18 19:31:22
22431 Log: Integrate mainline
22433 +> t/TestInit.pm t/run/runenv.t
22435 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
22436 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
22437 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
22438 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
22439 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22440 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
22442 ____________________________________________________________________________
22443 [ 8832] By: jhi on 2001/02/18 19:21:18
22444 Log: Integrate perlio.
22446 !> perlio.c pod/perldiag.pod
22447 ____________________________________________________________________________
22448 [ 8831] By: jhi on 2001/02/18 19:14:20
22449 Log: Integrate change #8827 from mainline.
22452 Branch: maint-5.6/perl
22454 ____________________________________________________________________________
22455 [ 8830] By: nick on 2001/02/18 19:10:34
22456 Log: Apply the spirit of patch from Nick Clark:
22457 Subject: [PATCH] Re: extensions that provide layers
22458 From: Nicholas Clark <nick@ccl4.org>
22459 Date: Mon, 12 Feb 2001 16:43:51 +0000
22460 Message-Id: <20010212164350.Q3652@plum.flirble.org>
22462 ! perlio.c pod/perldiag.pod
22463 ____________________________________________________________________________
22464 [ 8829] By: jhi on 2001/02/18 19:03:25
22465 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
22466 From: schwern@pobox.com
22467 Date: Sun, 18 Feb 2001 13:44:35 -0500
22468 Message-ID: <20010218134435.A17544@magnonel.guild.net>
22470 Applied, but as t/TestInit.pm.
22473 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
22474 ! t/op/subst_wamp.t
22475 ____________________________________________________________________________
22476 [ 8828] By: jhi on 2001/02/18 18:43:52
22477 Log: Integrate perlio.
22480 ____________________________________________________________________________
22481 [ 8827] By: jhi on 2001/02/18 18:41:33
22485 ____________________________________________________________________________
22486 [ 8826] By: nick on 2001/02/18 17:40:59
22487 Log: Fix [ID 20010217.002]
22488 open FOO, "<:raw:perlio", ...
22489 :raw now inserts default base layer below itself.
22491 open FOO, "<:unix", ...
22492 works as well - but leaves buffer layer on stack under the unix layer.
22495 ____________________________________________________________________________
22496 [ 8825] By: jhi on 2001/02/18 17:15:39
22497 Log: Integrate perlio.
22499 !> perlio.c perliol.h
22500 ____________________________________________________________________________
22501 [ 8824] By: jhi on 2001/02/18 17:10:53
22502 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
22503 From: schwern@pobox.com
22504 Date: Sun, 18 Feb 2001 01:48:50 -0500
22505 Message-ID: <20010218014850.C19957@magnonel.guild.net>
22507 ! lib/Test/Harness.pm t/TEST t/op/chop.t
22508 ____________________________________________________________________________
22509 [ 8823] By: jhi on 2001/02/18 17:01:06
22510 Log: Add run/*.t to testables.
22513 ____________________________________________________________________________
22514 [ 8822] By: jhi on 2001/02/18 16:58:58
22515 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22516 From: schwern@pobox.com
22517 Date: Sun, 18 Feb 2001 01:11:35 -0500
22518 Message-ID: <20010218011135.A19957@magnonel.guild.net>
22520 Revive mjd's and Simon's PERL5OPT fix.
22524 ____________________________________________________________________________
22525 [ 8821] By: jhi on 2001/02/18 16:53:46
22526 Log: Subject: Re: Why t/TEST and not Test::Harness?
22527 From: schwern@pobox.com
22528 Date: Sat, 17 Feb 2001 22:44:44 -0500
22529 Message-ID: <20010217224444.A6679@magnonel.guild.net>
22531 Replace UTEST with TEST -utf8.
22534 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
22535 ! t/lib/glob-basic.t
22536 ____________________________________________________________________________
22537 [ 8820] By: nick on 2001/02/18 13:06:16
22538 Log: Clean up a few core dumps when layers are used in unexpected ways.
22539 (Still not "right"...)
22541 ! perlio.c perliol.h
22542 ____________________________________________________________________________
22543 [ 8819] By: jhi on 2001/02/18 02:25:55
22544 Log: Integrate change #8818 from maintperl, a FAQ nit.
22546 !> pod/perlfaq4.pod
22547 ____________________________________________________________________________
22548 [ 8818] By: jhi on 2001/02/18 02:24:50
22549 Log: FAQ nit from Chris Fedde.
22550 Branch: maint-5.6/perl
22552 ____________________________________________________________________________
22553 [ 8817] By: nick on 2001/02/17 18:20:14
22554 Log: Integrate mainline
22556 +> lib/unicode/UCD.html lib/unicode/Unicode.html
22557 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
22558 +> pod/perlclib.pod
22559 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22560 - lib/unicode/Unicode.301
22561 !> (integrate 324 files)
22562 ____________________________________________________________________________
22563 [ 8816] By: jhi on 2001/02/17 16:56:58
22564 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
22566 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22567 ! ext/Storable/Storable.xs t/lib/st-06compat.t
22568 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22569 ____________________________________________________________________________
22570 [ 8815] By: jhi on 2001/02/17 16:40:07
22571 Log: Subject: [patch] -Wall
22572 From: Doug MacEachern <dougm@covalent.net>
22573 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
22574 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
22576 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
22577 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
22578 ____________________________________________________________________________
22579 [ 8814] By: jhi on 2001/02/16 19:27:18
22580 Log: Document qu better.
22583 ____________________________________________________________________________
22584 [ 8813] By: jhi on 2001/02/15 13:54:37
22585 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
22586 From: Hugo <hv@crypt.compulink.co.uk>
22587 Date: Thu, 15 Feb 2001 13:39:49 +0000
22588 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
22591 ____________________________________________________________________________
22592 [ 8812] By: alanbur on 2001/02/15 13:52:16
22593 Log: Resynchronised with parent
22594 Branch: maint-5.6/pureperl
22596 !> (integrate 36 files)
22597 ____________________________________________________________________________
22598 [ 8811] By: jhi on 2001/02/15 13:51:16
22599 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
22601 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
22602 From: Jan Dubois <JanD@ActiveState.com>
22603 Date: Wed, 31 Jan 2001 21:17:03 -0800
22604 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
22606 tweak change#8659 to keep it simple
22608 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
22609 From: Russ Allbery <rra@stanford.edu>
22610 Date: 14 Feb 2001 10:15:41 -0800
22611 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
22615 Upgrade to podlators 1.08, from Russ Allbery.
22617 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
22618 !> utils/perldoc.PL
22619 ____________________________________________________________________________
22620 [ 8810] By: jhi on 2001/02/15 13:35:08
22621 Log: Upgrade to podlators 1.08, from Russ Allbery.
22622 Branch: maint-5.6/perl
22623 ! lib/Pod/Man.pm lib/Pod/Text.pm
22624 ____________________________________________________________________________
22625 [ 8809] By: jhi on 2001/02/15 13:26:38
22626 Log: (accidentally empty check-in)
22627 Branch: maint-5.6/perl
22628 ! lib/Test/Harness.pm
22629 ____________________________________________________________________________
22630 [ 8808] By: jhi on 2001/02/15 13:23:47
22631 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
22632 From: Russ Allbery <rra@stanford.edu>
22633 Date: 14 Feb 2001 10:15:41 -0800
22634 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
22636 perldoc was hardcoding $Config{installscript}, which breaks
22637 when install* isn't where Perl ends up (such as with AFS).
22639 Use $Config{scriptdir} instead.
22640 Branch: maint-5.6/perl
22642 ____________________________________________________________________________
22643 [ 8807] By: jhi on 2001/02/14 14:37:27
22644 Log: Update Changes.
22646 ! Changes patchlevel.h
22647 ____________________________________________________________________________
22648 [ 8806] By: jhi on 2001/02/14 14:25:31
22649 Log: Integrate changes #8803,8804,8805 from mainline.
22651 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
22653 Don't skip too much of the locale error message if no environ array,
22656 More MacOS Classic fixes from Chris Nandor.
22657 Branch: maint-5.6/perl
22658 !> doop.c lib/Cwd.pm perl.c perl.h util.c
22659 ____________________________________________________________________________
22660 [ 8805] By: jhi on 2001/02/14 03:29:01
22661 Log: More MacOS Classic fixes from Chris Nandor.
22663 ! doop.c lib/Cwd.pm
22664 ____________________________________________________________________________
22665 [ 8804] By: jhi on 2001/02/14 03:18:35
22666 Log: Don't skip too much of the locale error message if no environ array,
22670 ____________________________________________________________________________
22671 [ 8803] By: jhi on 2001/02/14 03:14:14
22672 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
22675 ____________________________________________________________________________
22676 [ 8802] By: jhi on 2001/02/13 18:31:33
22677 Log: AUTHORS update.
22680 ____________________________________________________________________________
22681 [ 8801] By: jhi on 2001/02/13 17:55:19
22682 Log: Integrate change #8792 from mainline.
22684 Subject: buncha MacPerl patches for bleadperl
22685 From: Chris Nandor <pudge@pobox.com>
22686 Date: Tue, 13 Feb 2001 00:02:43 -0500
22687 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
22688 Branch: maint-5.6/perl
22689 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22690 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
22691 !> t/lib/basename.t toke.c util.h
22692 ____________________________________________________________________________
22693 [ 8800] By: jhi on 2001/02/13 17:46:43
22694 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
22695 to be forced to Off_t.
22697 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
22698 From: nick@ccl4.org
22699 Date: Thu, 1 Feb 2001 12:01:04 +0000
22700 Message-Id: <20010201120103.E11401@plum.flirble.org>
22701 Branch: maint-5.6/perl
22702 ! iperlsys.h perlio.c
22703 ____________________________________________________________________________
22704 [ 8799] By: jhi on 2001/02/13 16:52:51
22705 Log: Duplex duplex hunk hunk.
22706 Branch: maint-5.6/perl
22708 ____________________________________________________________________________
22709 [ 8797] By: jhi on 2001/02/13 14:52:04
22710 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
22711 From: "Craig A. Berry" <craigberry@mac.com>
22712 Date: Mon, 12 Feb 2001 11:05:25 -0600
22713 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
22715 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
22716 ____________________________________________________________________________
22717 [ 8796] By: jhi on 2001/02/13 14:36:47
22718 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
22719 From: simon.cozens@pembroke.oxford.ac.uk
22720 Date: Sat, 10 Feb 2001 17:57:02 +0000
22721 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
22723 Now it does include.
22726 ____________________________________________________________________________
22727 [ 8795] By: jhi on 2001/02/13 14:30:11
22728 Log: Sort the MANIFEST.
22731 ____________________________________________________________________________
22732 [ 8794] By: jhi on 2001/02/13 14:26:51
22733 Log: Integrate change #8793 from mainline, FAQ updates.
22734 Branch: maint-5.6/perl
22735 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
22736 ____________________________________________________________________________
22737 [ 8793] By: jhi on 2001/02/13 14:25:13
22738 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
22740 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
22741 ____________________________________________________________________________
22742 [ 8792] By: jhi on 2001/02/13 14:22:50
22743 Log: Subject: buncha MacPerl patches for bleadperl
22744 From: Chris Nandor <pudge@pobox.com>
22745 Date: Tue, 13 Feb 2001 00:02:43 -0500
22746 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
22748 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22749 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
22750 ! t/lib/basename.t toke.c util.h
22751 ____________________________________________________________________________
22752 [ 8791] By: jhi on 2001/02/13 14:10:39
22753 Log: Integrate change #8790 from mainline.
22755 environ array wrongly assumed in Perl_init_i18nl10n(),
22756 Branch: maint-5.6/perl
22758 ____________________________________________________________________________
22759 [ 8790] By: jhi on 2001/02/13 14:06:15
22760 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
22761 noticed by Chris Nandor in MacOS Classic.
22764 ____________________________________________________________________________
22765 [ 8789] By: jhi on 2001/02/13 13:58:07
22766 Log: Integrate changes #8373,8487,8544,8783 from mainline.
22768 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
22769 hints files, the dynaloading, assimilate ebcdic into util.c.
22770 Branch: maint-5.6/perl
22772 ! MANIFEST hints/posix-bc.sh
22773 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
22774 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
22775 !> perlapi.c proto.h util.c
22776 ____________________________________________________________________________
22777 [ 8788] By: alanbur on 2001/02/13 10:33:13
22778 Log: Integrated changes from maint-5.6
22779 Branch: maint-5.6/pureperl
22780 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
22781 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
22782 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22783 !> vos/config.ga.h vos/configure_perl.cm
22784 ____________________________________________________________________________
22785 [ 8787] By: jhi on 2001/02/13 05:56:36
22786 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
22789 ____________________________________________________________________________
22790 [ 8786] By: jhi on 2001/02/13 05:54:34
22791 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
22792 From: Dorner Thomas <Thomas.Dorner@start.de>
22793 Date: Mon, 12 Feb 2001 15:06:26 +0100
22794 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
22795 Branch: maint-5.6/perl
22797 ____________________________________________________________________________
22798 [ 8785] By: jhi on 2001/02/13 05:29:04
22799 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
22801 !> hints/openbsd.sh
22802 ____________________________________________________________________________
22803 [ 8784] By: jhi on 2001/02/13 02:25:24
22804 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22805 From: Peter Prymmer <pvhp@forte.com>
22806 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
22807 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
22810 ____________________________________________________________________________
22811 [ 8783] By: jhi on 2001/02/13 02:22:36
22812 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
22815 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
22816 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
22818 ____________________________________________________________________________
22819 [ 8782] By: jhi on 2001/02/13 02:00:07
22820 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
22821 Branch: maint-5.6/perl
22823 ____________________________________________________________________________
22824 [ 8781] By: jhi on 2001/02/13 01:58:44
22825 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
22826 Branch: maint-5.6/perl
22828 ____________________________________________________________________________
22829 [ 8780] By: jhi on 2001/02/13 01:57:33
22830 Log: Synchronize the regexp tests between maintperl and mainline.
22831 Branch: maint-5.6/perl
22833 ____________________________________________________________________________
22834 [ 8779] By: jhi on 2001/02/13 01:49:35
22835 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
22836 From: Hugo <hv@crypt.compulink.co.uk>
22837 Date: Tue, 13 Feb 2001 00:11:11 +0000
22838 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22840 ! regcomp.c t/op/re_tests
22841 ____________________________________________________________________________
22842 [ 8778] By: jhi on 2001/02/13 00:23:10
22843 Log: Comments do not nest.
22846 ____________________________________________________________________________
22847 [ 8777] By: jhi on 2001/02/13 00:17:54
22848 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
22849 From: Hugo <hv@crypt.compulink.co.uk>
22850 Date: Tue, 13 Feb 2001 00:11:11 +0000
22851 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22852 Branch: maint-5.6/perl
22853 ! regcomp.c t/op/re_tests
22854 ____________________________________________________________________________
22855 [ 8776] By: jhi on 2001/02/12 23:25:52
22856 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
22857 Branch: maint-5.6/perl
22859 ____________________________________________________________________________
22860 [ 8775] By: jhi on 2001/02/12 23:04:28
22861 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
22862 Branch: maint-5.6/perl
22863 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
22864 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22865 ! vos/configure_perl.cm
22866 ____________________________________________________________________________
22867 [ 8774] By: jhi on 2001/02/12 22:59:11
22868 Log: Subject: Re: [patch] context for 'U' magic functions
22869 From: Doug MacEachern <dougm@covalent.net>
22870 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
22871 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
22873 plus the suggestion by Nick Ing-Simmons to name the macro
22874 as PERL_MG_UFUNC to avoid namespace pollution, plus add
22875 the advice by Doug for XS writers to perl.h
22878 ____________________________________________________________________________
22879 [ 8773] By: jhi on 2001/02/11 20:14:12
22880 Log: Update Changes.
22882 ! Changes patchlevel.h
22883 ____________________________________________________________________________
22884 [ 8772] By: jhi on 2001/02/11 18:47:52
22885 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
22886 From: Simon Cozens <simon@cozens.net>
22887 Date: Wed, 31 Jan 2001 16:31:43 +0000
22888 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
22891 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
22893 ____________________________________________________________________________
22894 [ 8771] By: jhi on 2001/02/11 18:36:48
22895 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
22897 Blocks-4d3.beta.txt
22898 CaseFolding-3d4.beta.txt
22899 CompositionExclusions-3d6.beta.txt
22900 EastAsianWidth-4d4.beta.txt
22901 LineBreak-6d3.beta.txt
22902 NamesList-3.1.0d1.beta.txt
22903 PropList-3.1.0d4.beta.txt
22904 SpecialCasing-4d1.beta.txt
22905 UnicodeData-3.1.0d6.beta.txt
22907 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
22908 +> lib/unicode/UCD.html lib/unicode/Unicode.html
22909 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22910 - lib/unicode/Unicode.301
22912 ____________________________________________________________________________
22913 [ 8770] By: jhi on 2001/02/11 17:26:22
22914 Log: UTF-8 documentation.
22917 ____________________________________________________________________________
22918 [ 8769] By: jhi on 2001/02/11 17:12:49
22919 Log: Retract #8762.
22922 ____________________________________________________________________________
22923 [ 8768] By: jhi on 2001/02/11 16:54:45
22924 Log: Subject: [PATCH] Test::Harness
22925 From: andreas.koenig@anima.de (Andreas J. Koenig)
22926 Date: 11 Feb 2001 14:37:00 +0100
22927 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
22929 ! lib/Test/Harness.pm
22930 ____________________________________________________________________________
22931 [ 8767] By: jhi on 2001/02/11 16:53:52
22932 Log: Subject: [PATCH] Document makepatch in Porting/patching
22933 From: andreas.koenig@anima.de (Andreas J. Koenig)
22934 Date: 11 Feb 2001 16:46:28 +0100
22935 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
22937 ! Porting/patching.pod
22938 ____________________________________________________________________________
22939 [ 8766] By: jhi on 2001/02/11 06:30:23
22940 Log: Subject: Re: [patch] GvSHARED
22941 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
22942 From: Doug MacEachern <dougm@covalent.net>
22943 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
22945 Subject: Re: [patch] GvSHARED
22946 From: Doug MacEachern <dougm@covalent.net>
22947 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
22948 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
22950 Subject: [patch] attributes.pm support for `shared'
22951 From: Doug MacEachern <dougm@covalent.net>
22952 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
22953 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
22955 our() attributes were ignored, our :shared pieces missing,
22956 allow attributes.pm to turn on shared.
22958 ! op.c t/op/attrs.t toke.c xsutils.c
22959 ____________________________________________________________________________
22960 [ 8765] By: alanbur on 2001/02/10 23:11:19
22961 Log: Resync with parent (hopefully sucessfully this time)
22962 Branch: maint-5.6/pureperl
22963 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
22964 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
22965 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22966 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
22967 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
22968 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
22969 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
22970 ____________________________________________________________________________
22971 [ 8764] By: jhi on 2001/02/10 22:54:38
22972 Log: Make TEST and UTEST more verbose in case something goes
22973 wrong in running/compiling a script, suggested by Doug
22977 ____________________________________________________________________________
22978 [ 8763] By: jhi on 2001/02/10 22:11:34
22979 Log: Bogus shebang.
22982 ____________________________________________________________________________
22983 [ 8762] By: jhi on 2001/02/10 21:56:02
22984 Log: (Retracted by #8769)
22987 ____________________________________________________________________________
22988 [ 8761] By: jhi on 2001/02/10 21:26:15
22989 Log: Subject: Re: [patch] GvSHARED
22990 From: Doug MacEachern <dougm@covalent.net>
22991 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
22992 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
22994 our @EXPORT : shared = (...);
22997 ____________________________________________________________________________
22998 [ 8760] By: jhi on 2001/02/10 21:25:07
22999 Log: Subject: [patch] GvSHARED
23000 From: Doug MacEachern <dougm@covalent.net>
23001 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
23002 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
23004 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
23005 ____________________________________________________________________________
23006 [ 8759] By: alanbur on 2001/02/10 21:24:27
23007 Log: Backed out mismerge.
23008 Branch: maint-5.6/pureperl
23009 ! MANIFEST README.hpux README.vmesa gv.c installhtml
23010 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
23011 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23012 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23013 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23014 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23015 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
23016 ____________________________________________________________________________
23017 [ 8758] By: jhi on 2001/02/10 18:01:17
23018 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
23020 Fixed UMRs and leak in Perl_pmtrans()
23022 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23023 associated UTFied tr/// code. Also fixed scoping leak of
23026 newATTRSUB leaks when an attempt to redefine the active sort sub is
23028 Branch: maint-5.6/perl
23030 ____________________________________________________________________________
23031 [ 8757] By: alanbur on 2001/02/10 17:56:46
23032 Log: Resynchronised with parent
23033 Branch: maint-5.6/pureperl
23037 !> MANIFEST README.hpux README.vmesa installhtml
23038 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23039 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23040 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23041 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23042 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23043 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23044 ____________________________________________________________________________
23045 [ 8756] By: alanbur on 2001/02/10 17:51:15
23046 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
23048 Branch: maint-5.6/pureperl
23050 ____________________________________________________________________________
23051 [ 8755] By: jhi on 2001/02/09 22:41:35
23052 Log: Upgrade to CPAN 1.59_54, from Andreas König.
23054 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23055 ____________________________________________________________________________
23056 [ 8754] By: jhi on 2001/02/09 22:29:20
23057 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
23059 Didn't upgrade the fill.t since it has a dependency to File::Slurp
23060 purely for debugging purposes, the actual test hasn't changed.
23062 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
23064 ____________________________________________________________________________
23065 [ 8753] By: jhi on 2001/02/09 20:17:50
23066 Log: Integrate change #8682 from maintperl.
23068 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
23072 ____________________________________________________________________________
23073 [ 8752] By: jhi on 2001/02/09 20:00:46
23074 Log: Update Changes.
23076 ! Changes patchlevel.h
23077 ____________________________________________________________________________
23078 [ 8751] By: nick on 2001/02/09 19:48:37
23079 Log: Integrate mainline
23081 +> README.bs2000 t/lib/cgi-esc.t
23083 !> (integrate 53 files)
23084 ____________________________________________________________________________
23085 [ 8750] By: nick on 2001/02/09 19:25:16
23086 Log: Subject: RE: Biannual Competition to Improve Hashing Function
23087 From: Fisher Mark <fisherm@tce.com>
23088 Date: Thu, 8 Feb 2001 10:44:00 -0500
23089 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
23090 Date: Thu, 8 Feb 2001 15:02:47 -0500
23091 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
23093 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
23094 ____________________________________________________________________________
23095 [ 8749] By: jhi on 2001/02/09 19:02:35
23096 Log: Forgotten fragment.
23099 ____________________________________________________________________________
23100 [ 8748] By: jhi on 2001/02/09 18:31:34
23101 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
23102 plus manual tweakage.
23104 Sync the perlfaq2 between mainline and maintperl.
23105 Branch: maint-5.6/perl
23108 !> pod/perlfaq2.pod
23109 ____________________________________________________________________________
23110 [ 8747] By: jhi on 2001/02/09 18:12:04
23111 Log: Subject: versiononly and installperl
23112 From: abigail@foad.org
23113 Date: Wed, 7 Feb 2001 22:43:12 +0100
23114 Message-ID: <20010207214312.7045.qmail@foad.org>
23116 Add +v flag to force a normal install of the perl binary
23119 Subject: [PATCH] installperl
23120 From: Nicholas Clark <nick@ccl4.org>
23121 Date: Fri, 9 Feb 2001 16:28:57 +0000
23122 Message-ID: <20010209162857.B10931@plum.flirble.org>
23124 Add -A flag which also hardlinks the binary with
23125 the full architecture name.
23128 ____________________________________________________________________________
23129 [ 8746] By: jhi on 2001/02/09 18:03:43
23130 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
23132 Subject: perlfaq2, re: perlmongers
23134 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23136 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23138 Subject: [ID 20010205.001] typo in perlfaq9
23140 Subject: [ID 20010208.002] unordered explanation in perlcall
23141 Branch: maint-5.6/perl
23142 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23143 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
23144 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
23145 ____________________________________________________________________________
23146 [ 8745] By: jhi on 2001/02/09 17:59:09
23147 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
23148 From: abela@geneanet.org
23149 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
23150 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
23153 ____________________________________________________________________________
23154 [ 8744] By: jhi on 2001/02/09 17:48:16
23155 Log: Subject: [ID 20010205.001] typo in perlfaq9
23156 From: eserte@vran.herceg.de
23157 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
23158 Message-Id: <200102042244.XAA21926@vran.herceg.de>
23161 ____________________________________________________________________________
23162 [ 8743] By: jhi on 2001/02/09 17:25:12
23163 Log: Integrate change #8695 from maintperl.
23165 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23168 ____________________________________________________________________________
23169 [ 8742] By: jhi on 2001/02/09 17:21:22
23170 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
23171 From: Andy Dougherty <doughera@lafayette.edu>
23172 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
23173 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
23176 ____________________________________________________________________________
23177 [ 8741] By: jhi on 2001/02/09 17:05:19
23178 Log: Integrate changes #8738,8739,8740 from maintperl.
23180 Html files will be installed in a more logical and easier to
23181 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
23183 Html files will be generated with a header to make them look
23184 a little less bare.
23186 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
23188 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
23189 ____________________________________________________________________________
23190 [ 8740] By: jhi on 2001/02/09 17:03:46
23191 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
23192 From: "Brendan O'Dea" <bod@compusol.com.au>
23193 Date: Sun, 4 Feb 2001 11:17:56 +1100
23194 Message-ID: <20010204111756.A16301@compusol.com.au>
23195 Branch: maint-5.6/perl
23197 ____________________________________________________________________________
23198 [ 8739] By: jhi on 2001/02/09 17:01:59
23199 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
23200 From: "Indy Singh" <indy@nusphere.com>
23201 Date: Fri, 2 Feb 2001 15:09:59 -0500
23202 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
23204 Html files will be generated with a header to make them look
23205 a little less bare.
23206 Branch: maint-5.6/perl
23208 ____________________________________________________________________________
23209 [ 8738] By: jhi on 2001/02/09 16:58:48
23210 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
23211 From: "Indy Singh" <indy@nusphere.com>
23212 Date: Fri, 2 Feb 2001 15:08:23 -0500
23213 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
23215 Html files will be installed in a more logical and easier to
23216 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
23217 Branch: maint-5.6/perl
23218 ! win32/Makefile win32/makefile.mk
23219 ____________________________________________________________________________
23220 [ 8737] By: jhi on 2001/02/09 16:46:54
23221 Log: Integrate changes #8687,8736 from maintperl.
23223 HP-UX thread patches from Merijn H. Brand.
23225 Latin nit from Philip Newton.
23227 !> README.hpux hints/hpux.sh
23228 ____________________________________________________________________________
23229 [ 8736] By: jhi on 2001/02/09 16:42:31
23230 Log: Latin nit from Philip Newton.
23231 Branch: maint-5.6/perl
23233 ____________________________________________________________________________
23234 [ 8735] By: jhi on 2001/02/09 16:24:03
23235 Log: Integrate changes #8704,8710 from pureperl.
23237 Fixed UMRs and leak in Perl_pmtrans()
23239 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23240 associated UTFied tr/// code. Also fixed scoping leak of
23244 ____________________________________________________________________________
23245 [ 8734] By: jhi on 2001/02/09 15:40:21
23246 Log: Integrate change #8733 from maintperl.
23248 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
23251 ____________________________________________________________________________
23252 [ 8733] By: jhi on 2001/02/09 15:35:47
23253 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
23254 From: Prymmer/Kahn <pvhp@best.com>
23255 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
23256 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
23257 Branch: maint-5.6/perl
23259 ____________________________________________________________________________
23260 [ 8732] By: jhi on 2001/02/09 15:26:17
23261 Log: Rename README.posix-bc to README.bs2000 (to avoid the
23262 confusion of a "perlposix-bc.pod"), add a few missing
23263 arch pods, regen toc.
23264 Branch: maint-5.6/perl
23267 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23268 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23269 ____________________________________________________________________________
23270 [ 8731] By: jhi on 2001/02/09 15:23:39
23271 Log: De-cut-and-pasto.
23274 ____________________________________________________________________________
23275 [ 8730] By: jhi on 2001/02/09 15:11:13
23276 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
23277 when people think that perlposix-bc.pod tells anything about
23278 Perl and POSIX. Regen toc.
23282 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23283 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23284 ____________________________________________________________________________
23285 [ 8729] By: jhi on 2001/02/09 14:52:28
23286 Log: The README.vmesa part of #8712 from maintperl.
23289 ____________________________________________________________________________
23290 [ 8728] By: jhi on 2001/02/09 14:46:06
23291 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
23292 From: Peter Prymmer <pvhp@forte.com>
23293 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
23294 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
23295 Branch: maint-5.6/perl
23296 ! README.vmesa win32/Makefile win32/makefile.mk
23297 ____________________________________________________________________________
23298 [ 8727] By: jhi on 2001/02/09 14:33:25
23299 Log: Integrate change #8712 from mainline.
23301 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
23302 Branch: maint-5.6/perl
23304 ____________________________________________________________________________
23305 [ 8726] By: jhi on 2001/02/09 14:30:28
23306 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
23307 From: Peter Prymmer <pvhp@forte.com>
23308 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
23309 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
23312 ! MANIFEST lib/CGI/Util.pm
23313 ____________________________________________________________________________
23314 [ 8725] By: jhi on 2001/02/09 04:56:47
23315 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
23316 Branch: maint-5.6/perl
23318 ____________________________________________________________________________
23319 [ 8724] By: jhi on 2001/02/09 04:40:59
23320 Log: Integrate changes 7819,7820 from vmsperl into mainline.
23322 Add header for LIB$ prototypes (C. Berry)
23324 Convert fwrite()s to sockets to write()s, since some socket stacks
23325 don't take kindly to stdio.
23326 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23327 (for often optional LNMs)
23328 Correct a few typos
23331 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
23332 ____________________________________________________________________________
23333 [ 8723] By: jhi on 2001/02/09 03:29:29
23334 Log: Integrate change #8722 from mainline.
23336 The Im() function wasn't returning zero for non-Math::Complex
23337 arguments. The bug reported by John Gamble.
23338 Branch: maint-5.6/perl
23339 !> lib/Math/Complex.pm
23340 ____________________________________________________________________________
23341 [ 8722] By: jhi on 2001/02/09 03:28:33
23342 Log: The Im() function wasn't returning zero for non-Math::Complex
23343 arguments. The bug reported by John Gamble.
23345 ! lib/Math/Complex.pm
23346 ____________________________________________________________________________
23347 [ 8721] By: nick on 2001/02/08 22:11:35
23348 Log: Correct the correction :-(
23351 ____________________________________________________________________________
23352 [ 8720] By: bailey on 2001/02/08 20:59:22
23353 Log: Convert frwite()s to sockets to write()s, since some socket stacks
23354 don't take kindly to stdio.
23355 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23356 (for often optional LNMs)
23357 Correct a few typos
23360 ! vms/vms.c vms/vmsish.h
23361 ____________________________________________________________________________
23362 [ 8719] By: bailey on 2001/02/08 20:51:02
23363 Log: Add header for LIB$ prototypes (C. Berry)
23365 ! ext/Devel/DProf/DProf.xs
23366 ____________________________________________________________________________
23367 [ 8718] By: bailey on 2001/02/08 20:49:00
23370 +> pod/perliol.pod t/lib/sample-tests/bailout
23371 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
23372 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
23373 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
23374 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
23375 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
23376 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
23377 - lib/unicode/Is/DCinital.pl
23378 !> (integrate 101 files)
23379 ____________________________________________________________________________
23380 [ 8717] By: nick on 2001/02/08 19:38:48
23381 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
23382 From: Robin Barker <rmb1@cise.npl.co.uk>
23383 Date: Thu, 8 Feb 2001 14:38:07 GMT
23384 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
23387 ____________________________________________________________________________
23388 [ 8716] By: nick on 2001/02/08 19:29:07
23389 Log: Generated files form 8713 etc.
23391 ! embed.h global.sym objXSUB.h perlapi.c proto.h
23392 ____________________________________________________________________________
23393 [ 8715] By: nick on 2001/02/08 19:26:08
23394 Log: Fixup non-ithread build after 8713
23397 ____________________________________________________________________________
23398 [ 8714] By: nick on 2001/02/08 19:17:45
23399 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
23400 From: nick@ccl4.org
23401 Date: Wed, 7 Feb 2001 00:27:47 +0000
23402 Message-Id: <20010207002747.B63724@plum.flirble.org>
23405 ____________________________________________________________________________
23406 [ 8713] By: nick on 2001/02/08 19:15:58
23407 Log: Subject: Re: [patch] Re: PL_ptr_table
23408 From: Doug Maceachern <dougm@covalent.net>
23409 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
23410 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
23412 ! embed.pl perl.c sv.c sv.h
23413 ____________________________________________________________________________
23414 [ 8712] By: nick on 2001/02/08 19:12:47
23415 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
23416 From: Peter Prymmer <pvhp@forte.com>
23417 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
23418 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
23421 ____________________________________________________________________________
23422 [ 8711] By: nick on 2001/02/07 21:06:11
23423 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
23424 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
23425 From: Alan Burlison <Alan.Burlison@uk.sun.com>
23426 Date: Tue, 06 Feb 2001 23:37:01 +0000
23427 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
23430 ____________________________________________________________________________
23431 [ 8710] By: alanbur on 2001/02/07 00:22:04
23432 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23433 associated UTFied tr/// code. Also fixed scoping leak of
23435 Branch: maint-5.6/pureperl
23437 ____________________________________________________________________________
23438 [ 8709] By: nick on 2001/02/06 21:16:49
23439 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23440 From: Michael G Schwern <schwern@pobox.com>
23441 Date: Sun, 4 Feb 2001 19:47:14 -0500
23442 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
23444 ! pod/perlapi.pod pod/perlmodlib.PL
23445 ____________________________________________________________________________
23446 [ 8708] By: nick on 2001/02/06 20:41:20
23447 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23448 From: Michael G Schwern <schwern@pobox.com>
23449 Date: Sun, 4 Feb 2001 21:17:49 -0500
23450 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
23452 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
23453 ! pod/perltootc.pod
23454 ____________________________________________________________________________
23455 [ 8707] By: nick on 2001/02/06 20:29:11
23456 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
23457 From: Michael G Schwern <schwern@pobox.com>
23458 Date: Tue, 6 Feb 2001 05:54:30 -0500
23459 Message-Id: <20010206055430.A951@blackrider.aocn.com>
23461 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
23462 ____________________________________________________________________________
23463 [ 8706] By: nick on 2001/02/06 20:21:40
23464 Log: Subject: RE: some win32 fixes
23465 Date: Tue, 6 Feb 2001 09:23:20 +0300
23466 From: Vadim Konovalov <vkonovalov@lucent.com>
23467 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
23469 ! toke.c win32/Makefile win32/config.bc win32/config.gc
23470 ! win32/config.vc win32/config_H.bc win32/makefile.mk
23471 ____________________________________________________________________________
23472 [ 8705] By: alanbur on 2001/02/06 15:00:03
23473 Log: Synchronised with parent
23474 Branch: maint-5.6/pureperl
23476 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23477 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
23478 ____________________________________________________________________________
23479 [ 8704] By: alanbur on 2001/02/06 14:55:24
23480 Log: Fixed UMRs and leak in Perl_pmtrans()
23481 Branch: maint-5.6/pureperl
23483 ____________________________________________________________________________
23484 [ 8703] By: gsar on 2001/02/06 02:29:37
23485 Log: $(MAKE) distclean doesn't clean up properly on windows
23486 Branch: maint-5.6/perl
23487 ! win32/Makefile win32/makefile.mk
23488 ____________________________________________________________________________
23489 [ 8702] By: gsar on 2001/02/06 01:00:46
23490 Log: tweak change#8659 to keep it simple
23491 Branch: maint-5.6/perl
23493 ____________________________________________________________________________
23494 [ 8701] By: gsar on 2001/02/05 22:45:41
23495 Log: change#8693 was missing testsuite changes
23496 Branch: maint-5.6/perl
23497 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23498 ____________________________________________________________________________
23499 [ 8700] By: nick on 2001/02/05 20:32:52
23500 Log: Integrate mainline
23502 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
23503 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23504 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23505 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23506 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23507 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23508 +> t/lib/test-harness.t
23509 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
23510 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
23511 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
23512 !> pod/perlutil.pod t/TEST utils/h2xs.PL
23513 ____________________________________________________________________________
23514 [ 8699] By: nick on 2001/02/05 19:41:07
23515 Log: Subject: perlfaq2, re: perlmongers
23516 From: David H. Adler <dha@panix.com>
23517 Date: Sun, 4 Feb 2001 23:48:23 -0500
23518 Message-Id: <20010204234823.A13429@panix.com>
23521 ____________________________________________________________________________
23522 [ 8698] By: nick on 2001/02/05 19:39:31
23523 Log: Missed file f#rom the testharness mess.
23525 + t/lib/test-harness.t
23526 ____________________________________________________________________________
23527 [ 8697] By: nick on 2001/02/05 19:37:21
23528 Log: Subject: [DOC PATCH] overload.pm nits
23529 From: John Tobey <jtobey@john-edwin-tobey.org>
23530 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
23531 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
23534 ____________________________________________________________________________
23535 [ 8696] By: alanbur on 2001/02/05 11:56:00
23536 Log: Sync with parent
23537 Branch: maint-5.6/pureperl
23539 ____________________________________________________________________________
23540 [ 8695] By: gsar on 2001/02/05 03:27:34
23541 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23542 Branch: maint-5.6/perl
23544 ____________________________________________________________________________
23545 [ 8694] By: alanbur on 2001/02/05 00:07:47
23546 Log: Initial branch creation from //depot/maint-5.6/perl
23547 Branch: maint-5.6/pureperl
23548 +> (branch 1719 files)
23549 ____________________________________________________________________________
23550 [ 8693] By: gsar on 2001/02/04 22:38:49
23551 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
23553 Branch: maint-5.6/perl
23554 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
23555 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
23556 !> ext/DB_File/version.c
23557 ____________________________________________________________________________
23558 [ 8692] By: nick on 2001/02/04 18:15:57
23559 Log: The missed t/TEST part of the grand testharness upgrade.
23562 ____________________________________________________________________________
23563 [ 8691] By: nick on 2001/02/04 18:05:17
23564 Log: New improved test harness
23565 Subject: Re: [PATCH Test::Harness] Third time's a charm?
23566 From: Michael G Schwern <schwern@pobox.com>
23567 Date: Sun, 4 Feb 2001 08:01:20 -0500
23568 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
23570 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
23571 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23572 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23573 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23574 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23575 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23576 ! MANIFEST lib/Test/Harness.pm
23577 ____________________________________________________________________________
23578 [ 8690] By: nick on 2001/02/04 17:57:51
23579 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
23580 From: Jonathan Stowe <gellyfish@gellyfish.com>
23581 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
23582 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
23585 ____________________________________________________________________________
23586 [ 8689] By: nick on 2001/02/04 17:55:24
23587 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
23588 From: Michael G Schwern <schwern@pobox.com>
23589 Date: Sat, 3 Feb 2001 22:46:38 -0500
23590 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
23592 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
23593 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
23594 ____________________________________________________________________________
23595 [ 8688] By: nick on 2001/02/04 17:43:55
23596 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
23597 length byfailing to spot lack of closing )
23598 From: nick@talking.bollo.cx
23599 Date: Sat, 03 Feb 2001 23:53:16 +0000
23600 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
23602 ! perlio.c pod/perldiag.pod
23603 ____________________________________________________________________________
23604 [ 8687] By: jhi on 2001/02/03 17:11:42
23605 Log: HP-UX thread patches from Merijn H. Brand.
23606 Branch: maint-5.6/perl
23607 ! README.hpux hints/hpux.sh
23608 ____________________________________________________________________________
23609 [ 8686] By: jhi on 2001/02/03 16:40:12
23610 Log: Metaconfig changes for #8685.
23612 ! U/installdirs/instubperl.U
23613 Branch: metaconfig/U/perl
23614 ! Devel.U versiononly.U
23615 ____________________________________________________________________________
23616 [ 8685] By: jhi on 2001/02/03 16:39:49
23617 Log: For -Dusedevel builds turn off installusrbinperl and turn on
23618 versiononly, a combined idea of Richard Soderberg and Merijn
23619 H. Brand. You can still override both of these from the command
23620 line if you need to, -Dinstallusrbinperl and -Uversiononly.
23623 ____________________________________________________________________________
23624 [ 8684] By: jhi on 2001/02/03 16:16:34
23625 Log: Metaconfig unit fix for #8683.
23627 ! U/compline/nblock_io.U
23628 ____________________________________________________________________________
23629 [ 8683] By: jhi on 2001/02/03 16:16:12
23630 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
23631 reported by Peter Prymmer for 5.6-TRIAL1.
23634 ____________________________________________________________________________
23635 [ 8682] By: jhi on 2001/02/03 05:52:11
23636 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
23638 Branch: maint-5.6/perl
23640 ____________________________________________________________________________
23641 [ 8681] By: jhi on 2001/02/03 05:47:33
23642 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
23643 Branch: maint-5.6/perl
23645 ____________________________________________________________________________
23646 [ 8680] By: jhi on 2001/02/02 21:39:49
23647 Log: perlport update from Peter Prymmer.
23648 Branch: maint-5.6/perl
23650 ____________________________________________________________________________
23651 [ 8679] By: nick on 2001/02/02 20:50:48
23652 Log: Integrate mainline
23654 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
23655 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
23656 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
23657 ____________________________________________________________________________
23658 [ 8678] By: gsar on 2001/02/02 16:02:12
23659 Log: note about bincompat, slightly modified (from Lupe Christoph)
23660 Branch: maint-5.6/perl
23662 ____________________________________________________________________________
23663 [ 8677] By: jhi on 2001/02/02 15:46:20
23664 Log: Supported platforms updates.
23665 Branch: maint-5.6/perl
23667 ____________________________________________________________________________
23668 [ 8676] By: jhi on 2001/02/02 03:41:26
23669 Log: A couple more perlfaq2 tweaks.
23670 Branch: maint-5.6/perl
23672 ____________________________________________________________________________
23673 [ 8675] By: jhi on 2001/02/02 03:17:44
23674 Log: Misedit in #8661.
23675 Branch: maint-5.6/perl
23677 ____________________________________________________________________________
23678 [ 8674] By: jhi on 2001/02/02 03:14:38
23680 Branch: maint-5.6/perl
23682 ____________________________________________________________________________
23683 [ 8673] By: jhi on 2001/02/02 03:12:40
23684 Log: perlfaq update from Elaine Ashton.
23685 Branch: maint-5.6/perl
23687 ____________________________________________________________________________
23688 [ 8672] By: jhi on 2001/02/02 03:07:08
23689 Log: UTF-8 s/// patch from Inaba Hiroto.
23690 Branch: maint-5.6/perl
23691 ! pp_ctl.c pp_hot.c
23692 ____________________________________________________________________________
23693 [ 8671] By: jhi on 2001/02/01 22:34:31
23694 Log: Update Changes.
23696 ! Changes patchlevel.h
23697 ____________________________________________________________________________
23698 [ 8670] By: jhi on 2001/02/01 22:15:29
23699 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
23702 Upgrade to Getopt::Long 2.25, from Johan Vromans.
23704 more files need to be writable in the source distribution
23706 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
23708 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
23710 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23712 Allow the float to be fuzzier.
23714 need to use INT2PTR instead of a straight cast or ia64 fails
23716 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
23718 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
23720 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
23721 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
23722 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
23723 ____________________________________________________________________________
23724 [ 8669] By: jhi on 2001/02/01 21:57:02
23725 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23726 From: Robin Barker <rmb1@cise.npl.co.uk>
23727 Date: Thu, 1 Feb 2001 16:59:05 GMT
23728 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
23729 Branch: maint-5.6/perl
23730 ! pod/perlmodlib.PL
23731 ____________________________________________________________________________
23732 [ 8668] By: nick on 2001/02/01 19:41:40
23733 Log: Integrate mainline
23735 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
23736 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
23737 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
23738 ____________________________________________________________________________
23739 [ 8667] By: gsar on 2001/02/01 16:59:11
23740 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
23741 Branch: maint-5.6/perl
23742 ! embed.pl embedvar.h
23743 ____________________________________________________________________________
23744 [ 8666] By: gsar on 2001/02/01 16:34:51
23745 Log: add missing entries to win32/config.?c
23746 Branch: maint-5.6/perl
23747 ! win32/config.bc win32/config.gc win32/config.vc
23748 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23749 ____________________________________________________________________________
23750 [ 8665] By: jhi on 2001/02/01 14:58:51
23751 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
23752 From: "Stephen P. Potter" <spp@spotter.yi.org>
23753 Date: Thu, 01 Feb 2001 10:45:46 -0500
23754 Message-Id: <200102011545.KAA31479@spotter.yi.org>
23755 Branch: maint-5.6/perl
23757 ____________________________________________________________________________
23758 [ 8664] By: gsar on 2001/02/01 14:52:37
23759 Log: need to use INT2PTR instead of a straight cast or ia64 fails
23760 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
23761 Branch: maint-5.6/perl
23762 ! ext/POSIX/POSIX.xs
23763 ____________________________________________________________________________
23764 [ 8663] By: jhi on 2001/02/01 14:09:13
23765 Log: Allow the float to be fuzzier.
23766 Branch: maint-5.6/perl
23768 ____________________________________________________________________________
23769 [ 8662] By: jhi on 2001/02/01 13:59:00
23770 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23771 From: Robin Barker <rmb1@cise.npl.co.uk>
23772 Date: Thu, 1 Feb 2001 13:05:39 GMT
23773 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
23774 Branch: maint-5.6/perl
23775 ! pod/perlmodlib.pod
23776 ____________________________________________________________________________
23777 [ 8661] By: jhi on 2001/02/01 13:57:38
23778 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
23779 Date: Thu, 01 Feb 2001 14:15:41 +0100
23780 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23781 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
23783 Have the $ccflags in the gcc version test (strange, this change
23784 is claimed to be have been integrated already)
23785 Branch: maint-5.6/perl
23787 ____________________________________________________________________________
23788 [ 8660] By: jhi on 2001/02/01 13:44:10
23789 Log: Integrate changes #7950,7964,7962 from mainline.
23791 Find the stdchar signedness using cpp, should fix some of
23792 the Solaris compiler warnings reported by Alan Burlison.
23793 Branch: maint-5.6/perl
23794 !> Configure config_h.SH
23795 ____________________________________________________________________________
23796 [ 8659] By: jhi on 2001/02/01 05:35:32
23797 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
23798 From: Jan Dubois <JanD@ActiveState.com>
23799 Date: Wed, 31 Jan 2001 21:17:03 -0800
23800 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
23801 Branch: maint-5.6/perl
23803 ____________________________________________________________________________
23804 [ 8658] By: jhi on 2001/02/01 04:33:17
23805 Log: Integrate the README.os390 and README.posix-bc parts of mainline
23806 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
23807 installperl parts were taken care of by #8657.)
23808 Branch: maint-5.6/perl
23809 !> README.os390 README.posix-bc
23810 ____________________________________________________________________________
23811 [ 8657] By: jhi on 2001/02/01 04:29:21
23812 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23813 From: Peter Prymmer <pvhp@forte.com>
23814 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
23815 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
23816 Branch: maint-5.6/perl
23817 + ext/DynaLoader/dl_dllload.xs
23818 ! MANIFEST Makefile.SH hints/os390.sh installperl
23819 ____________________________________________________________________________
23820 [ 8656] By: jhi on 2001/02/01 04:25:45
23821 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
23822 From: Peter Prymmer <pvhp@forte.com>
23823 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
23824 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
23825 Branch: maint-5.6/perl
23826 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
23827 ____________________________________________________________________________
23828 [ 8655] By: jhi on 2001/02/01 04:14:47
23829 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
23830 From: troc@netrus.net
23831 Date: Wed, 31 Jan 2001 22:31:26 -0500
23832 Message-Id: <200102010331.WAA117.85@rocco.homenet>
23833 Branch: maint-5.6/perl
23835 ____________________________________________________________________________
23836 [ 8654] By: jhi on 2001/02/01 04:12:52
23837 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
23838 as reported by Alan Burlison.
23839 Branch: maint-5.6/perl
23841 ____________________________________________________________________________
23842 [ 8653] By: jhi on 2001/02/01 04:05:12
23843 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
23844 From: dsugalski@northernlight.com
23845 Date: Wed, 31 Jan 2001 18:54:11 -0500
23846 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
23847 Branch: maint-5.6/perl
23849 ____________________________________________________________________________
23850 [ 8652] By: jhi on 2001/02/01 04:03:11
23851 Log: Misplaced #endif.
23853 Subject: [perl-5-6-1-trial2] patches for EPOC
23854 From: Olaf Flebbe <O.Flebbe@science-computing.de>
23855 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23856 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23857 Branch: maint-5.6/perl
23859 ____________________________________________________________________________
23860 [ 8651] By: jhi on 2001/02/01 04:00:25
23861 Log: Integrate changes #8647,8648,8650 from mainline.
23863 Macrofy a magic UTF-8 test.
23865 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
23867 Watch out for cross compiling for EPOC (usually done on linux).
23868 Branch: maint-5.6/perl
23869 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
23870 ____________________________________________________________________________
23871 [ 8650] By: jhi on 2001/02/01 03:56:20
23872 Log: Watch out for cross compiling for EPOC (usually done on linux)
23874 Subject: [perl-5-6-1-trial2] patches for EPOC
23875 From: Olaf Flebbe <O.Flebbe@science-computing.de>
23876 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23877 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23879 ! ext/Errno/Errno_pm.PL
23880 ____________________________________________________________________________
23881 [ 8649] By: gsar on 2001/02/01 00:46:00
23882 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
23883 Branch: maint-5.6/perl
23885 ____________________________________________________________________________
23886 [ 8648] By: jhi on 2001/01/31 23:35:36
23887 Log: All the uses of PL_numeric_radix must be protected by
23888 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
23890 Subject: [perl-5-6-1-trial2] patches for EPOC
23891 From: Olaf Flebbe <O.Flebbe@science-computing.de>
23892 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23893 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23896 ____________________________________________________________________________
23897 [ 8647] By: jhi on 2001/01/31 22:56:16
23898 Log: Macrofy a magic UTF-8 test.
23901 ____________________________________________________________________________
23902 [ 8646] By: gsar on 2001/01/31 15:55:12
23903 Log: update Changes
23904 Branch: maint-5.6/perl
23906 ____________________________________________________________________________
23907 [ 8645] By: gsar on 2001/01/31 15:10:14
23908 Log: Configure tweak suggested by Peter Prymmer
23909 Branch: maint-5.6/perl
23911 ____________________________________________________________________________
23912 [ 8644] By: gsar on 2001/01/31 15:06:32
23913 Log: more files need to be writable in the source distribution
23914 Branch: maint-5.6/perl
23916 ____________________________________________________________________________
23917 [ 8643] By: jhi on 2001/01/31 14:59:46
23918 Log: Integrate changes #8258,8278,8279 from mainline.
23920 Make the large file tests more robust/talkative.
23921 Branch: maint-5.6/perl
23922 !> t/lib/syslfs.t t/op/lfs.t
23923 ____________________________________________________________________________
23924 [ 8642] By: gsar on 2001/01/31 14:53:48
23925 Log: integrate changes#8311,8334 from mainline
23927 Add a new MakeMaker variable PM_FILTER that defines a Unix
23928 filter to be run on each .pm during the pm_to_blib() phase,
23930 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
23932 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
23933 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
23934 accurate reading of the "atime".
23935 Branch: maint-5.6/perl
23936 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
23937 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23938 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
23939 ____________________________________________________________________________
23940 [ 8641] By: jhi on 2001/01/31 14:46:37
23941 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
23942 Branch: maint-5.6/perl
23943 ! lib/Getopt/Long.pm
23944 ____________________________________________________________________________
23945 [ 8640] By: gsar on 2001/01/31 14:40:24
23946 Log: make regen_all
23947 Branch: maint-5.6/perl
23948 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
23949 ____________________________________________________________________________
23950 [ 8639] By: gsar on 2001/01/31 14:37:25
23951 Log: refresh windows config files
23952 Branch: maint-5.6/perl
23953 ! win32/Makefile win32/config_H.bc win32/config_H.gc
23954 ! win32/config_H.vc win32/makefile.mk
23955 ____________________________________________________________________________
23956 [ 8638] By: gsar on 2001/01/31 14:28:10
23957 Log: makefile tweaks for windows: introduce a bulk-switch to enable
23958 same options as ActivePerl; sync changes with makefile.mk
23959 Branch: maint-5.6/perl
23960 ! win32/Makefile win32/makefile.mk
23961 ____________________________________________________________________________
23962 [ 8637] By: jhi on 2001/01/31 04:41:30
23963 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
23964 From: Nicholas Clark <nick@ccl4.org>
23965 Date: Tue, 30 Jan 2001 19:51:05 +0000
23966 Message-ID: <20010130195105.R76607@plum.flirble.org>
23970 ! pp.c pp.h pp_hot.c t/op/arith.t
23971 ____________________________________________________________________________
23972 [ 8636] By: jhi on 2001/01/31 02:38:32
23973 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
23974 no perlio],8257,8380,8479,8515 from mainline.
23976 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
23978 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
23979 Subject: [PATCH perl@8133] fix-up for VMS extensions
23981 In VMS embedded perls couldn't access the statically built Socket.
23983 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
23985 Further VMS piping fixes from Charles Lane.
23987 Subject: [PATCH] make t/op/misc.t work on VMS
23989 Add tracing for debugging extensions builds in VMS.
23991 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
23992 Branch: maint-5.6/perl
23993 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
23994 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
23995 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
23996 ____________________________________________________________________________
23997 [ 8635] By: jhi on 2001/01/31 01:46:41
23998 Log: Integrate change #7732 from mainline.
24000 Sparc 64-bit pack() fix from Jens Hamisch.
24001 Branch: maint-5.6/perl
24003 ____________________________________________________________________________
24004 [ 8634] By: jhi on 2001/01/31 01:41:16
24005 Log: One spot missing from #8626.
24006 Branch: maint-5.6/perl
24008 ____________________________________________________________________________
24009 [ 8633] By: jhi on 2001/01/31 00:49:17
24010 Log: Integrate change #7495 from mainline.
24012 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24013 Branch: maint-5.6/perl
24014 !> MANIFEST ext/re/Makefile.PL
24015 ____________________________________________________________________________
24016 [ 8632] By: jhi on 2001/01/30 23:38:49
24017 Log: Integrate change #8396 from mainline.
24019 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
24020 better multicast support (resend)
24021 Branch: maint-5.6/perl
24022 !> ext/Socket/Socket.pm
24023 ____________________________________________________________________________
24024 [ 8631] By: jhi on 2001/01/30 23:28:03
24025 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
24027 More AIX lore. (7514, ext/re/hints/aix.pl)
24029 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
24031 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)
24033 Subject: [ID 20001214.002] Net::Ping patch
24035 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
24037 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24039 Add ReuseAddr as a (preferred) alias for Reuse as we now
24040 also have ReusePort.
24042 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
24043 Branch: maint-5.6/perl
24044 +> ext/re/hints/aix.pl
24045 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
24046 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
24047 ____________________________________________________________________________
24048 [ 8630] By: jhi on 2001/01/30 23:03:59
24049 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
24051 read() documentation tweak for 20001121.004.
24053 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
24054 Branch: maint-5.6/perl
24055 !> pod/perlfunc.pod pod/perlre.pod
24056 ____________________________________________________________________________
24057 [ 8629] By: jhi on 2001/01/30 22:41:57
24058 Log: Integrate change #8098 from mainline.
24060 fastgetcwd is defined using a glob alias on a $^O dependent basis
24061 and there was no default assignment or perl subroutine.
24062 Branch: maint-5.6/perl
24064 ____________________________________________________________________________
24065 [ 8628] By: jhi on 2001/01/30 21:58:52
24066 Log: Integrate change #7866 from mainline.
24069 Branch: maint-5.6/perl
24070 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
24071 ____________________________________________________________________________
24072 [ 8627] By: jhi on 2001/01/30 21:39:44
24073 Log: Integrate changes #8075,8086,8228 from mainline.
24075 Darwin is not Windows. (8075,8086)
24077 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
24078 Branch: maint-5.6/perl
24079 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
24080 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
24081 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
24082 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
24083 ____________________________________________________________________________
24084 [ 8626] By: jhi on 2001/01/30 21:22:11
24085 Log: Integrate with tweakery the change #8625 from mainline,
24086 the multibyte decimal separator fix ("fa_IR locale failure").
24087 Branch: maint-5.6/perl
24088 ! embedvar.h perlapi.h
24089 !> intrpvar.h perl.c perl.h sv.c util.c
24090 ____________________________________________________________________________
24091 [ 8625] By: jhi on 2001/01/30 20:26:33
24092 Log: Fix for the fa_IR locale failure. The reason for the failure
24093 was that Perl was assuming the decimal separator aka the radix
24094 separator is one character. The Farsi-Iranian locale crushed
24095 that bad assumption since there the separator is 'Momayyez',
24096 glyphwise looking somewhat like a slash, and in Unicode UTF-8
24097 encoded in two bytes, 0xd9 0xab.
24099 ! intrpvar.h perl.c perl.h sv.c util.c
24100 ____________________________________________________________________________
24101 [ 8624] By: gsar on 2001/01/30 20:17:03
24103 Branch: maint-5.6/perl
24104 ! Makefile.SH pod/perlintern.pod
24105 ____________________________________________________________________________
24106 [ 8623] By: gsar on 2001/01/30 19:42:34
24107 Log: backout change#7431 and its dependents (causes spurious rebuilds
24108 of autogenerated files)
24110 fix benign b.t failure
24111 Branch: maint-5.6/perl
24112 ! Makefile.SH t/lib/b.t
24113 ____________________________________________________________________________
24114 [ 8622] By: jhi on 2001/01/30 19:41:41
24115 Log: Microperl sync.
24118 ____________________________________________________________________________
24119 [ 8621] By: gsar on 2001/01/30 19:24:47
24120 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
24123 Subject: podlators 1.06 released
24125 Subject: [PATCH @8436] Eliminate op_children
24127 (Replaced by #8448) Traces of op_children (cleanup of #8442)
24129 (Replaced by #8448) More op_children traces (cleanup of #8442).
24131 Subject: [PATCH #3 @8436] Re: Eliminate op_children
24132 Replace #8444 and #8445.
24134 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
24135 at the setting of the ofs_sv in new_struct_thread() as the
24136 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
24137 uninitialized fields are, uh, initialized with),
24138 SvREFCNT_inc()ing that invited a core dump.
24140 podlators 1.07, from Russ Allbery.
24142 Subject: [PATCH] regcomp.c old feature removal
24143 From: mjd@plover.com
24144 Date: 16 Jan 2001 14:43:18 -0000
24145 Message-ID: <20010116144318.7140.qmail@plover.com>
24146 Branch: maint-5.6/perl
24147 +> lib/Pod/Text/Overstrike.pm
24148 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
24149 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
24150 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
24151 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
24152 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
24154 ____________________________________________________________________________
24155 [ 8620] By: gsar on 2001/01/30 18:48:32
24156 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
24157 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
24158 now fails one test)
24160 Subject: [PATCH] lvalue AUTOLOAD. No, really.
24162 Subject: [PATCH] Interesting syntax idea
24163 Make opens + bareword assigns do typeglob assigns.
24167 Subject: [PATCH @8269] Continue blocks and B::Deparse
24168 Make the peephole optimizer to bypass more null ops and
24169 and rewrite the deparse handling of continue blocks.
24171 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
24172 Doc tweak on #8313.
24174 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
24176 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
24178 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
24180 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
24181 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
24182 according to the platform.
24184 Subject: [PATCH @8404] Consolidated lvalue sub changes
24186 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
24188 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
24190 Subject: B::Concise -- an improved replacement for B::Terse
24192 The B::Terse drop-in replacement wasn't quite drop-in.
24194 The LVRET macro needed an aTHX.
24196 Use the /^Perl_/-less form of is_lvalue_sub().
24198 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
24199 Branch: maint-5.6/perl
24200 +> ext/B/B/Concise.pm
24201 !> (integrate 27 files)
24202 ____________________________________________________________________________
24203 [ 8619] By: nick on 2001/01/30 18:40:28
24204 Log: Integrate mainline
24206 !> (integrate 40 files)
24207 ____________________________________________________________________________
24208 [ 8618] By: jhi on 2001/01/30 18:37:18
24209 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
24210 Date: Mon, 29 Jan 2001 22:51:29 -0600
24211 From: "Craig A. Berry" <craigberry@mac.com>
24212 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
24215 ____________________________________________________________________________
24216 [ 8617] By: jhi on 2001/01/30 18:34:53
24217 Log: Subject: [PATCH] Add missing CV flags to dump.c
24218 From: Tim Jenness <t.jenness@jach.hawaii.edu>
24219 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
24220 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
24223 ____________________________________________________________________________
24224 [ 8616] By: jhi on 2001/01/30 18:20:58
24225 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
24226 part isn't applicable to maintperl.
24228 UTF-8 nit from Inaba Hiroto.
24229 Branch: maint-5.6/perl
24230 !> pod/perlapi.pod utf8.c
24231 ____________________________________________________________________________
24232 [ 8615] By: jhi on 2001/01/30 18:18:51
24233 Log: UTF-8 nit from Inaba Hiroto.
24235 ! pod/perlapi.pod t/op/each.t utf8.c
24236 ____________________________________________________________________________
24237 [ 8614] By: jhi on 2001/01/30 18:13:38
24238 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
24240 perl's internal variables are not for public consumption,
24241 move their docs from perlapi.pod to perlintern.pod
24243 support for -Dusethreads build under HP-UX 10.20 and DCE threads
24244 library (11.0 and later have pthreads but 10.x don't)
24246 avoid uninitialized value warnings
24248 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
24249 gets weird results)
24251 perldoc nit on windows
24253 make it possible to run the tests outside the source tree
24254 (there's still a dependency on ../lib being the library
24257 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
24258 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
24259 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
24260 !> win32/bin/search.pl win32/vdir.h
24261 ____________________________________________________________________________
24262 [ 8613] By: gsar on 2001/01/30 16:39:59
24263 Log: make it possible to run the tests outside the source tree
24264 (there's still a dependency on ../lib being the library
24266 Branch: maint-5.6/perl
24267 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
24268 ____________________________________________________________________________
24269 [ 8612] By: gsar on 2001/01/30 16:31:12
24270 Log: perldoc nit on windows
24271 Branch: maint-5.6/perl
24273 ____________________________________________________________________________
24274 [ 8611] By: gsar on 2001/01/30 16:22:54
24275 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
24276 gets weird results)
24277 Branch: maint-5.6/perl
24279 ____________________________________________________________________________
24280 [ 8610] By: gsar on 2001/01/30 16:12:45
24281 Log: avoid uninitialized value warnings
24282 Branch: maint-5.6/perl
24283 ! win32/bin/search.pl
24284 ____________________________________________________________________________
24285 [ 8609] By: gsar on 2001/01/30 16:08:01
24286 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
24287 library (11.0 and later have pthreads but 10.x don't)
24288 Branch: maint-5.6/perl
24289 ! hints/hpux.sh thread.h
24290 ____________________________________________________________________________
24291 [ 8608] By: gsar on 2001/01/30 15:48:55
24292 Log: perl's internal variables are not for public consumption,
24293 move their docs from perlapi.pod to perlintern.pod
24294 Branch: maint-5.6/perl
24295 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
24297 ____________________________________________________________________________
24298 [ 8607] By: gsar on 2001/01/30 15:44:27
24299 Log: mistakenly branched perl56delta.pod, revert
24300 Branch: maint-5.6/perl
24301 - pod/perl56delta.pod
24302 !> pod/perldelta.pod
24303 ____________________________________________________________________________
24304 [ 8606] By: gsar on 2001/01/30 14:20:24
24305 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
24306 dTHR which has been a noop for a while now, except for the
24307 compatibility definition in thread.h)
24308 Branch: maint-5.6/perl
24309 !> (integrate 45 files)
24310 ____________________________________________________________________________
24311 [ 8605] By: jhi on 2001/01/30 05:43:58
24312 Log: Mark the UTF-8 APIs as experimental.
24313 Branch: maint-5.6/perl
24314 ! embed.pl pod/perlapi.pod
24315 ____________________________________________________________________________
24316 [ 8604] By: jhi on 2001/01/30 05:38:40
24317 Log: Nits from earlier integrates.
24318 Branch: maint-5.6/perl
24319 ! lib/Carp/Heavy.pm
24321 ____________________________________________________________________________
24322 [ 8603] By: jhi on 2001/01/30 05:27:26
24323 Log: Regenerate Porting files.
24324 Branch: maint-5.6/perl
24325 ! Porting/Glossary Porting/config.sh Porting/config_H
24326 ____________________________________________________________________________
24327 [ 8602] By: jhi on 2001/01/30 05:14:59
24328 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
24329 8310,8339,8447,8492,8493,8505,8525: documentation changes.
24331 Subject: Re: perlfaq style changes
24333 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
24335 Subject: [PATCH] docs on NaN
24337 Subject: [patch] perlfaq7
24339 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
24341 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
24343 Subject: [PATCH] open() example in perlfunc.pod
24345 Podify README.mpeix (a new version from the web)
24347 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24349 Subject: [PATCH] format and rewording in perlfaq.pod
24351 Subject: [PATCH] API Variable documentation
24353 Memory management calls documentation.
24355 Subject: [PATCH: perl@8482] README.vms URL updates
24357 Subject: Minor typos in perlfaq2.pod
24359 Subject: [PATCH] pod/perlvar.pod
24360 Branch: maint-5.6/perl
24361 +> pod/perl56delta.pod
24362 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24363 !> README.amiga README.epoc README.mpeix README.vms
24364 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
24365 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
24366 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
24367 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
24368 !> pod/perlvar.pod thrdvar.h
24369 ____________________________________________________________________________
24370 [ 8601] By: jhi on 2001/01/30 04:38:35
24371 Log: Integrate changes #8036,8096,8253 from mainline:
24374 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24375 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
24377 Output the (apparent) version of gcc in Tru64.
24378 Branch: maint-5.6/perl
24379 +> ext/POSIX/hints/svr4.pl
24380 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
24381 !> hints/svr4.sh t/lib/bigfltpm.t
24382 ____________________________________________________________________________
24383 [ 8600] By: jhi on 2001/01/30 04:04:01
24384 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
24387 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
24389 Debian allows /usr/bin/locale to exist without any locales. (7868)
24391 Allow the locale test needing POSIX and the taint test
24392 needing IPC::SysV to run under 'minitest' (basically,
24393 bail out if loading the extension fails). (8384)
24395 Cleanup the locale.t output (8480)
24396 Branch: maint-5.6/perl
24397 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
24398 !> t/pragma/locale.t
24399 ____________________________________________________________________________
24400 [ 8599] By: jhi on 2001/01/30 03:51:04
24401 Log: Missing generated files from #8598.
24402 Branch: maint-5.6/perl
24403 ! embed.h global.sym objXSUB.h perlapi.c proto.h
24404 ____________________________________________________________________________
24405 [ 8598] By: jhi on 2001/01/30 03:41:54
24406 Log: Integrate change #8555 from mainline, manually integrate parts
24407 of changes 8452 and 8583.
24409 Subject: [PATCH] utf8.c documentation (8452)
24411 No point in checking the length if the pointer is bogus. (8555)
24413 Introduce bytes_from_utf8() and implement sv_eq() using it,
24414 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
24415 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
24416 was malformed. (8583)
24417 Branch: maint-5.6/perl
24418 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
24419 !> pod/perlapi.pod sv.c utf8.c
24420 ____________________________________________________________________________
24421 [ 8597] By: gsar on 2001/01/30 02:37:26
24422 Log: get PERL_OBJECT build going again on windows
24423 Branch: maint-5.6/perl
24424 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24425 ! pod/perlapi.pod proto.h sv.c
24426 ____________________________________________________________________________
24427 [ 8596] By: jhi on 2001/01/30 02:16:17
24428 Log: Signedness nit.
24431 ____________________________________________________________________________
24432 [ 8595] By: jhi on 2001/01/30 02:11:07
24433 Log: EBCDIC patch for Storable, from Peter Prymmer.
24435 ! t/lib/st-06compat.t
24436 ____________________________________________________________________________
24437 [ 8594] By: jhi on 2001/01/30 01:04:48
24438 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
24439 From: Peter Prymmer <pvhp@forte.com>
24440 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
24441 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
24444 ____________________________________________________________________________
24445 [ 8593] By: jhi on 2001/01/30 00:56:47
24446 Log: Subject: [PATCH: perl@8585] pod problems in io
24447 From: Peter Prymmer <pvhp@forte.com>
24448 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
24449 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
24451 ! pod/perlapio.pod pod/perliol.pod
24452 ____________________________________________________________________________
24453 [ 8592] By: jhi on 2001/01/30 00:48:20
24454 Log: Integrate perlio.
24456 !> pod/perlapio.pod pod/perliol.pod
24457 ____________________________________________________________________________
24458 [ 8591] By: nick on 2001/01/29 22:02:28
24459 Log: GNU 'merge' Simon's copy of perliol.pod with version
24460 patched by Craig's patch.
24463 ____________________________________________________________________________
24464 [ 8590] By: nick on 2001/01/29 21:55:10
24465 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
24467 ! pod/perlapio.pod pod/perliol.pod
24468 ____________________________________________________________________________
24469 [ 8589] By: jhi on 2001/01/29 15:35:33
24470 Log: Integrate change #8586 from maint-5.6/perl.
24472 make the BOM detection code not call tell() until it has to
24473 (meant to fix esoteric compatibility issues where PL_rsfp
24477 ____________________________________________________________________________
24478 [ 8588] By: jhi on 2001/01/29 15:29:11
24479 Log: Subject: MAking Solaris malloc() the default
24480 From: Lupe Christoph <lupe@lupe-christoph.de>
24481 Date: Mon, 29 Jan 2001 12:59:36 +0100
24482 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
24484 The README.solaris part slightly tweaked.
24486 ! README.solaris hints/solaris_2.sh
24487 ____________________________________________________________________________
24488 [ 8587] By: jhi on 2001/01/29 15:17:34
24489 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
24490 From: root@ak-75.mind.de
24491 Date: Sun, 28 Jan 2001 20:32:29 +0100
24492 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
24495 ____________________________________________________________________________
24496 [ 8586] By: gsar on 2001/01/29 13:43:44
24497 Log: make the BOM detection code not call tell() until it has to
24498 (meant to fix esoteric compatibility issues where PL_rsfp
24500 Branch: maint-5.6/perl
24502 ____________________________________________________________________________
24503 [ 8585] By: jhi on 2001/01/28 20:05:45
24504 Log: Update Changes.
24506 ! Changes patchlevel.h
24507 ____________________________________________________________________________
24508 [ 8584] By: jhi on 2001/01/28 19:30:02
24509 Log: Integrate perlio.
24512 !> MANIFEST pod/perlapio.pod
24513 ____________________________________________________________________________
24514 [ 8583] By: jhi on 2001/01/28 19:28:40
24515 Log: Patch from Inaba Hiroto:
24516 - canonical UTF-8 hash keys: if a key string for a hash is
24517 UTF8-on, try downgrade the string and use it if
24518 unicode::distinct is not in effect.
24519 For the task, I added a function bytes_from_utf8() to utf8.c.
24520 It might resemble utf8_to_bytes() but it is not convenient
24522 Made a test for it and added to t/op/each.t
24523 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
24524 the mortal copy of the argument SV.
24525 And changed t/io/utf8.t test 18 which expects print() to
24526 upgrade its argument.
24527 - re-implement sv_eq with bytes_from_utf8()
24529 - tr/// does not handle UTF8 range (\x{}-\x{})
24530 - \ before raw UTF8 character produced
24531 "Malformed UTF-8 character" warning.
24532 - "\x{100}\N{CENT SIGN}" is Malformed.
24533 Added tests for these 3.
24534 - and one silly bug (by me) with qu operator.
24536 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
24537 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
24538 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
24539 ____________________________________________________________________________
24540 [ 8582] By: nick on 2001/01/28 19:25:04
24541 Log: Add pod/perliol.pod to MANIFEST :-(
24544 ____________________________________________________________________________
24545 [ 8581] By: nick on 2001/01/28 19:22:40
24546 Log: PerlIO documentation. Proofing and sub-editing requested.
24550 ____________________________________________________________________________
24551 [ 8580] By: jhi on 2001/01/28 05:16:25
24552 Log: Revert the change to sv_2pv() done by #8054: Someone who
24553 did SvNV_set() on a scalar that also happened to be POK,
24554 followed by sv_2pv() won't get the right coercion anymore.
24556 Branch: maint-5.6/perl
24558 ____________________________________________________________________________
24559 [ 8579] By: jhi on 2001/01/28 05:15:04
24560 Log: Remove the #8084 effect: do not allow -Q to be interpreted
24561 as -&Q(), this is too much wiggle room.
24562 Branch: maint-5.6/perl
24564 ____________________________________________________________________________
24565 [ 8578] By: jhi on 2001/01/28 05:12:45
24566 Log: Needed bits of #8439 (should have been in #8576),
24567 mainly for lval substr().
24568 Branch: maint-5.6/perl
24569 ! mg.c pp.c pp_hot.c
24570 ____________________________________________________________________________
24571 [ 8577] By: jhi on 2001/01/28 05:02:46
24572 Log: A missing check-in.
24573 Branch: maint-5.6/perl
24575 ____________________________________________________________________________
24576 [ 8576] By: jhi on 2001/01/28 04:26:18
24577 Log: Integrate changes #8425,8436,8439,8517 from mainline.
24578 The 8439 was not truly integrated because it had too many
24579 dependencies on the development branch and because it introduced
24580 concepts too bold for a maintenance branch (such as the qu operator).
24582 Subject: [PATCH perl@8342] -Wformat
24584 Tighten some of the UTF-8 tests a bit.
24586 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
24587 - The substr lval was still not okay.
24588 - Now pp_stringify and sv_setsv copies source's UTF8 flag
24589 even if IN_BYTE. pp_stringify is called from fold_constants
24590 at optimization phase and "\x{100}" was made SvUTF8_off under
24591 use bytes (the bytes pragma is for "byte semantics" and not
24592 for "do not produce UTF8 data")
24593 Branch: maint-5.6/perl
24594 ! t/lib/charnames.t t/op/substr.t toke.c
24595 !> sv.c t/pragma/utf8.t
24596 ____________________________________________________________________________
24597 [ 8575] By: jhi on 2001/01/28 04:01:51
24598 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
24600 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
24602 Subject: [ID 20001230.003] UTF-8 tr still hurts
24604 Test cases for #8385 (from Simon's "torture.pl")
24606 Start fixing UTF-8 lval substr() (8405)
24607 Branch: maint-5.6/perl
24608 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
24609 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
24610 ____________________________________________________________________________
24611 [ 8574] By: jhi on 2001/01/28 03:09:06
24612 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
24617 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
24619 "\x{FF}\xFF" was broken.
24621 Tests for #8329 and #8330.
24623 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
24625 IRIX compiler noticed that the bof initialization might be
24626 bypassed by control flow.
24628 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
24629 Branch: maint-5.6/perl
24630 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
24631 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
24632 ____________________________________________________________________________
24633 [ 8573] By: jhi on 2001/01/28 02:06:12
24634 Log: Retract #8552.
24636 ! lib/Text/Wrap.pm t/lib/textwrap.t
24637 ____________________________________________________________________________
24638 [ 8572] By: jhi on 2001/01/28 02:04:49
24639 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
24640 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
24641 not really integrated but instead salvaged by hand
24642 (they had too many dependencies on the development release
24643 to be cleanly integratable).
24645 Subject: more UTF8 test suites and an UTF8 patch
24647 Tweak for MULTIPLICITY/USE_PERLIO
24651 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
24653 Use the UTF8_XXX macros in is_utf8_char().
24655 Rewrite pp_concat() in terms of sv_catsv(). The . operator
24656 should now be UTF-8-proof.
24658 Subject: [PATCH perl@8269] scanning two hex-constants
24659 fails on EBCDIC environment (script length.t)
24661 Add some Unicode chop() tests.
24662 Branch: maint-5.6/perl
24663 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
24664 !> sv.c t/op/chop.t utf8.h
24665 ____________________________________________________________________________
24666 [ 8571] By: jhi on 2001/01/28 00:35:59
24667 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
24668 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
24670 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
24672 The maxiters upper limit sanity check (guarding against
24673 non-progress) assumed bytes instead of characters in s///
24678 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
24679 join() should now be UTF-8-proof.
24681 More split // UTF-8 tests. (8250)
24682 Branch: maint-5.6/perl
24683 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
24685 ____________________________________________________________________________
24686 [ 8570] By: jhi on 2001/01/27 22:15:46
24687 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
24688 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
24689 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
24690 8084,8204,8244,8333 from mainline.
24692 For -Q where Q might be a one-letter sub name one does no more
24693 get a warning about an unknown filetest (7941,7943,7944,8084).
24695 Subject: Re: [ID 20001130.011] expression parsing bug ?
24697 Make uv_to_utf8() to zero-terminate its output buffer.
24699 Split off t/op/length.t (7995)
24701 Split off t/op/utf8decode.t (7996)
24703 Remove an unnecessary 'use utf8' from the utf8.t (7998)
24705 Split off t/op/concat.t (8004)
24707 Split off t/op/ver.t (8005)
24709 Document utf8_length(), utf8_distance(), and utf8_hop().
24711 Document utf8_to_uv() better.
24713 Introduce macros for UTF8 decoding (8028,8033).
24715 Add test for reverse() (8030,8031).
24717 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
24719 Do not return the Unicode replacement character on UTF-8
24722 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
24723 not this_utf8 i.e. the output string has one, but don't mess
24724 with source assumption. (8052,8053)
24726 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
24727 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
24728 was not expecting to be called with something that was already
24729 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
24730 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
24733 Recode the naughty binary bytes in utf8decode.t using the \xHH.
24735 Make some panic messages a bit more logical.
24736 Branch: maint-5.6/perl
24737 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
24738 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
24739 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
24740 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
24741 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
24743 ____________________________________________________________________________
24744 [ 8569] By: jhi on 2001/01/27 19:16:43
24745 Log: Integrate changes #7750 from perlio and #8566 from mainline.
24746 Branch: maint-5.6/perl
24748 ____________________________________________________________________________
24749 [ 8568] By: jhi on 2001/01/27 18:06:51
24750 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
24751 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
24752 7935[-perlio.c],7936,7959,7965 from mainline.
24754 Change the "big byte" error message to "Wide character".
24755 (7355, the croak-if-wide-chars-in-print part ignored)
24759 Introduce Perl_utf8_length().
24761 diff -se shows these as different (7753, forgotten check-ins)
24763 Subject: [PATCH] doop.c - UTF8 tr///
24765 If we use (aTHX_ ...) then put Perl_ on the front.
24767 Make utf8_length() and utf8_distance() to be less forgiving
24770 Test line numbers are different with utf8.
24772 No need to scan till infinity, 13 is enough. (7872,7911)
24774 Subject: [PATCH] Tokeniser debugging
24776 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
24778 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
24780 Be more careful in Perl_sv_utf8_downgrade().
24784 Raw zero bytes in text files confuse at least GNU patch 2.1.
24785 Branch: maint-5.6/perl
24786 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
24787 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
24788 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
24789 !> t/pragma/utf8.t toke.c utf8.c utf8.h
24790 ____________________________________________________________________________
24791 [ 8567] By: nick on 2001/01/27 11:10:38
24792 Log: Integrate mainline
24794 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
24795 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
24796 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
24798 ____________________________________________________________________________
24799 [ 8566] By: jhi on 2001/01/27 06:22:48
24800 Log: More documentation for the regexp context stack.
24803 ____________________________________________________________________________
24804 [ 8565] By: jhi on 2001/01/27 05:21:57
24805 Log: Update Changes.
24807 ! Changes patchlevel.h
24808 ____________________________________________________________________________
24809 [ 8564] By: jhi on 2001/01/27 04:44:04
24810 Log: Threadedness patch for #8562 from Doug MacEachern.
24813 ____________________________________________________________________________
24814 [ 8563] By: jhi on 2001/01/27 04:26:24
24815 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
24816 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24817 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
24818 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
24821 ____________________________________________________________________________
24822 [ 8562] By: jhi on 2001/01/27 04:20:30
24823 Log: Subject: Re: Announce : Tokener reporting patch
24824 From: Simon Cozens <simon@cozens.net>
24825 Date: Mon, 22 Jan 2001 02:17:22 +0000
24826 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
24828 ! embed.h embed.pl proto.h toke.c
24829 ____________________________________________________________________________
24830 [ 8561] By: jhi on 2001/01/27 04:17:24
24831 Log: Forgot from #8545. Oops.
24833 ! pp.c t/pragma/overload.t
24834 ____________________________________________________________________________
24835 [ 8560] By: jhi on 2001/01/27 03:01:47
24836 Log: A better module compilation test, use MANIFEST as suggested
24839 ! t/lib/1_compile.t
24840 ____________________________________________________________________________
24841 [ 8559] By: jhi on 2001/01/27 02:50:48
24842 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
24843 From: Peter Prymmer <pvhp@forte.com>
24844 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
24845 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
24848 ____________________________________________________________________________
24849 [ 8558] By: jhi on 2001/01/27 02:27:05
24850 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
24851 From: Peter Prymmer <pvhp@forte.com>
24852 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
24853 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
24855 ! t/pragma/sub_lval.t
24856 ____________________________________________________________________________
24857 [ 8557] By: jhi on 2001/01/27 02:26:03
24858 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
24859 From: Peter Prymmer <pvhp@forte.com>
24860 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
24861 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
24863 ! t/lib/st-06compat.t
24864 ____________________________________________________________________________
24865 [ 8556] By: jhi on 2001/01/27 02:24:33
24866 Log: Subject: [PATCH: perl@8531] minor update to README.os390
24867 From: Peter Prymmer <pvhp@forte.com>
24868 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
24869 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
24872 ____________________________________________________________________________
24873 [ 8555] By: jhi on 2001/01/27 00:35:47
24874 Log: No point in checking the length before we know whether the pointer
24875 is bogus or not, fixes Abigail's odbm failures in Linux.
24878 ____________________________________________________________________________
24879 [ 8554] By: nick on 2001/01/26 19:01:31
24880 Log: Integrate mainline
24882 !> lib/Text/Wrap.pm t/lib/textwrap.t
24883 ____________________________________________________________________________
24884 [ 8553] By: jhi on 2001/01/26 15:19:39
24885 Log: Integrate change #7792 from perlio (multiplicity fix),
24886 fix the AV leak in regex DEBUGGING (tiny part of the
24887 polymorphic regexp patch #8143).
24888 Branch: maint-5.6/perl
24891 ____________________________________________________________________________
24892 [ 8552] By: jhi on 2001/01/26 15:03:23
24893 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
24894 From: Michael G Schwern <schwern@pobox.com>
24895 Date: Fri, 26 Jan 2001 09:28:31 -0500
24896 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
24898 ! lib/Text/Wrap.pm t/lib/textwrap.t
24899 ____________________________________________________________________________
24900 [ 8551] By: jhi on 2001/01/26 02:33:19
24901 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
24902 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
24904 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
24906 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
24910 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
24912 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
24914 (the cleanup of unused submatches in regtry() and regcppop())
24916 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
24917 stored and restored, and thusly was trounced by the utf8 swash
24920 use utf8 not required to use \x{}.
24922 Removed two more tests that make no sense in UTF-8 since the test
24923 data is not in UTF-8.
24925 Get the three different space character classes right under utf8.
24927 Implement ANYOFUTF8 regprop() dumping.
24929 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
24931 Document the regex context pushing/popping a bit better.
24932 Branch: maint-5.6/perl
24933 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
24934 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
24935 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
24936 !> t/op/regmesg.t utf8.c
24937 ____________________________________________________________________________
24938 [ 8550] By: nick on 2001/01/25 19:42:30
24939 Log: Integrate mainline
24941 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
24942 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
24943 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
24944 !> t/lib/bigint.t t/lib/bigintpm.t
24945 ____________________________________________________________________________
24946 [ 8549] By: jhi on 2001/01/25 15:22:28
24947 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
24948 Branch: maint-5.6/perl
24949 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
24950 ____________________________________________________________________________
24951 [ 8548] By: jhi on 2001/01/25 15:02:55
24952 Log: Integrate changes #7997,8063,8492,8547 from mainline.
24954 Subject: Re: STRLEN - what?
24956 Subject: [PATCH] perlguts.pod
24958 Memory management calls documentation.
24960 Layout using tabulator is not a good idea in a pod.
24961 Branch: maint-5.6/perl
24962 !> pod/perlguts.pod
24963 ____________________________________________________________________________
24964 [ 8547] By: jhi on 2001/01/25 14:49:05
24965 Log: Layout using tabulator is not a good idea in a pod.
24968 ____________________________________________________________________________
24969 [ 8546] By: jhi on 2001/01/25 14:31:12
24970 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
24973 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
24975 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
24977 More Win32 editor/IDE/shell hints.
24979 More Win32 Perling.
24981 Yet another editor edit.
24985 IDE/editor section tweaking.
24987 Few more IDE/editor nits from p5p.
24988 Branch: maint-5.6/perl
24989 !> pod/perlfaq3.pod
24990 ____________________________________________________________________________
24991 [ 8545] By: jhi on 2001/01/25 04:16:32
24992 Log: Subject: [PATCH 5.7.0] overload int()
24993 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24994 Date: Wed, 24 Jan 2001 19:06:57 -0500
24995 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
24997 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
24998 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
25000 ____________________________________________________________________________
25001 [ 8544] By: jhi on 2001/01/25 04:15:11
25002 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
25003 From: Peter Prymmer <pvhp@forte.com>
25004 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
25005 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
25007 ! Makefile.SH README.os390 hints/os390.sh installperl
25008 ____________________________________________________________________________
25009 [ 8543] By: jhi on 2001/01/25 03:52:08
25010 Log: Integrate change #8462,8469 from mainline.
25012 In VMS Perl subversion (perl -V) is undef.
25013 Branch: maint-5.6/perl
25015 ____________________________________________________________________________
25016 [ 8542] By: jhi on 2001/01/25 03:44:55
25017 Log: Integrate changes #7835,7850,8315,8316 from mainline.
25020 Branch: maint-5.6/perl
25021 !> hints/solaris_2.sh
25022 ____________________________________________________________________________
25023 [ 8541] By: jhi on 2001/01/25 03:39:28
25024 Log: Integrate #8336 from mainline.
25025 Branch: maint-5.6/perl
25027 ____________________________________________________________________________
25028 [ 8540] By: jhi on 2001/01/25 03:23:50
25029 Log: Retract #8539.
25030 Branch: maint-5.6/perl
25032 ____________________________________________________________________________
25033 [ 8539] By: jhi on 2001/01/25 03:21:55
25034 Log: (Retracted by #5940.)
25035 Branch: maint-5.6/perl
25037 ____________________________________________________________________________
25038 [ 8538] By: jhi on 2001/01/25 03:14:07
25039 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
25040 From: Peter Prymmer <pvhp@forte.com>
25041 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
25042 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
25045 Branch: maint-5.6/perl
25046 ! configure.com vms/descrip_mms.template
25047 ____________________________________________________________________________
25048 [ 8537] By: jhi on 2001/01/25 03:06:09
25049 Log: Integrate #7710,7824,7973 from mainline.
25050 Branch: maint-5.6/perl
25051 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25052 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
25053 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
25054 !> vos/config.ga.def vos/config.ga.h win32/config.bc
25055 !> win32/config.gc win32/config.vc
25056 ____________________________________________________________________________
25057 [ 8536] By: jhi on 2001/01/24 13:50:20
25058 Log: Revert the edits made by me so far to the 5.6 branch since
25059 the TRIAL1 since I did edits when I should have been using
25060 integrates. Bad programmer. (Will integrate them properly later.)
25061 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
25062 The #8353 will not be reapplied at least for now since
25063 the UTF-8 hash keys need more thinking.
25064 (The patches #8347, #8354, #8454, #8473 were okay since they
25065 were original edits made specifically for the 5.6.1-TRIAL1.)
25066 Branch: maint-5.6/perl
25067 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25068 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
25069 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
25070 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
25071 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
25072 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25073 ! win32/config.bc win32/config.gc win32/config.vc
25074 ____________________________________________________________________________
25075 [ 8535] By: bailey on 2001/01/24 06:37:02
25078 +> (branch 26 files)
25079 !> (integrate 130 files)
25080 ____________________________________________________________________________
25081 [ 8534] By: nick on 2001/01/23 19:30:57
25082 Log: Integrate mainline.
25084 !> Changes Configure Porting/Glossary Porting/config.sh
25085 !> Porting/config_H embed.h embed.pl ext/Encode/compile
25086 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
25087 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
25088 !> pod/perlvar.pod proto.h t/lib/1_compile.t
25089 ____________________________________________________________________________
25090 [ 8533] By: jhi on 2001/01/23 16:15:46
25091 Log: Forgotten from #8501.
25093 ! Porting/Glossary Porting/config.sh Porting/config_H
25094 ____________________________________________________________________________
25095 [ 8532] By: jhi on 2001/01/23 16:13:27
25096 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
25097 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25098 Date: Mon, 22 Jan 2001 17:51:58 +0100
25099 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
25101 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
25102 ____________________________________________________________________________
25103 [ 8531] By: jhi on 2001/01/23 15:46:01
25104 Log: Update Changes.
25106 ! Changes patchlevel.h
25107 ____________________________________________________________________________
25108 [ 8530] By: jhi on 2001/01/23 15:38:39
25109 Log: De-cut-and-pasto.
25111 ! t/lib/1_compile.t
25112 ____________________________________________________________________________
25113 [ 8529] By: jhi on 2001/01/23 15:11:04
25114 Log: Document the mkdir trailing slashes case.
25117 ____________________________________________________________________________
25118 [ 8528] By: jhi on 2001/01/23 15:08:28
25119 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
25122 Subject: lib/lib.pm
25123 From: <abigail@foad.org>
25124 Date: Mon, 28 Aug 2000 20:35:08 -0400
25125 Message-ID: <20000829003508.21281.qmail@foad.org>
25128 ____________________________________________________________________________
25129 [ 8527] By: jhi on 2001/01/23 14:44:04
25130 Log: Metaconfig unit change for #8526.
25132 ! U/threads/archname.U
25133 ____________________________________________________________________________
25134 [ 8526] By: jhi on 2001/01/23 14:43:19
25135 Log: Attach -perlio to the archname if so selected.
25138 ____________________________________________________________________________
25139 [ 8525] By: jhi on 2001/01/23 14:24:01
25140 Log: Subject: [PATCH] pod/perlvar.pod
25141 From: abigail@foad.org
25142 Date: Tue, 23 Jan 2001 01:41:10 +0100
25143 Message-ID: <20010123004110.22259.qmail@foad.org>
25146 ____________________________________________________________________________
25147 [ 8524] By: jhi on 2001/01/23 14:22:32
25148 Log: A bug introduced in #8217 (the undefined variable in the
25149 lib/safe1_t #3) fixed, by Charles Lane:
25151 The earlier patch made it so that stuff running in Safe
25152 compartments could do a "caller" and see "main". That
25153 little change in name is done right before the code in
25154 the compartment is run, and apparantly the parser
25155 was picking up the stash name before it got changed.
25157 (why it was threaded vs. unthreaded Perl that was sensitive to this
25158 I still don't know...and it probably doesn't matter).
25160 I tryed removing the stash name-change and saw that threaded Perl
25161 did indeed pass the lib/safe1.t tests.
25163 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
25164 do the name change (and to connect _ in the compartment to the global
25165 _) which is removed from _safe_call_sv. Then Safe.pm is modified
25166 to call _safe_pkg_prep when creating a new compartment.
25168 Passes all tests with threaded perl on linux; passes all tests
25169 with unthreaded perl on VMS.
25171 At some point I'll probably want to revisit Safe and Opcode to
25172 provide more sensible handling of global variables...and to get
25173 formats working in Safe compartments, which they don't do currently.
25175 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
25176 ____________________________________________________________________________
25177 [ 8523] By: jhi on 2001/01/23 14:11:58
25178 Log: Also the lib/Thread.pm itself needs to be ignored if
25179 the Thread extension hasn't been built.
25181 ! t/lib/1_compile.t
25182 ____________________________________________________________________________
25183 [ 8522] By: jhi on 2001/01/23 13:51:28
25184 Log: print() instead of warn() so that stderr doesn't get
25185 unncessarily polluted.
25187 ! ext/Encode/compile
25188 ____________________________________________________________________________
25189 [ 8521] By: jhi on 2001/01/23 13:49:48
25190 Log: Integrate perlio.
25192 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
25193 !> ext/Encode/encode.h
25194 ____________________________________________________________________________
25195 [ 8520] By: nick on 2001/01/22 21:44:00
25196 Log: More messing with Encode:
25197 Extra fields in header to allow multiple names and to record
25198 other things "compile" knows.
25199 Re-organise compile to factor out common output routines.
25201 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
25202 ____________________________________________________________________________
25203 [ 8519] By: nick on 2001/01/22 20:33:50
25204 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
25206 ! ext/Encode/Makefile.PL ext/Encode/compile
25207 ____________________________________________________________________________
25208 [ 8518] By: nick on 2001/01/22 20:28:13
25209 Log: Integrate mainline
25211 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
25212 !> vos/config.alpha.def vos/config.alpha.h
25213 ____________________________________________________________________________
25214 [ 8517] By: jhi on 2001/01/22 15:37:17
25215 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
25219 ____________________________________________________________________________
25220 [ 8516] By: jhi on 2001/01/22 14:55:15
25221 Log: More SIG_SIZE fixes.
25223 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
25224 ____________________________________________________________________________
25225 [ 8515] By: jhi on 2001/01/22 14:50:27
25226 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
25227 From: "Craig A. Berry" <craigberry@mac.com>
25228 Date: Mon, 22 Jan 2001 00:42:24 -0600
25229 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
25232 ____________________________________________________________________________
25233 [ 8514] By: jhi on 2001/01/22 14:31:17
25234 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
25235 From: "Craig A. Berry" <craigberry@mac.com>
25236 Date: Sun, 21 Jan 2001 23:03:25 -0600
25237 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
25240 ____________________________________________________________________________
25241 [ 8513] By: jhi on 2001/01/22 14:14:00
25242 Log: Add the .ucm encoding tables to the MANIFEST.
25245 ____________________________________________________________________________
25246 [ 8512] By: jhi on 2001/01/22 13:43:33
25247 Log: Integrate perlio.
25249 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25250 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25251 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25252 +> ext/Encode/Encode/iso8859-10.ucm
25253 +> ext/Encode/Encode/iso8859-13.ucm
25254 +> ext/Encode/Encode/iso8859-14.ucm
25255 +> ext/Encode/Encode/iso8859-15.ucm
25256 +> ext/Encode/Encode/iso8859-16.ucm
25257 +> ext/Encode/Encode/iso8859-2.ucm
25258 +> ext/Encode/Encode/iso8859-3.ucm
25259 +> ext/Encode/Encode/iso8859-4.ucm
25260 +> ext/Encode/Encode/iso8859-5.ucm
25261 +> ext/Encode/Encode/iso8859-6.ucm
25262 +> ext/Encode/Encode/iso8859-7.ucm
25263 +> ext/Encode/Encode/iso8859-8.ucm
25264 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25265 +> ext/Encode/Encode/symbol.ucm
25266 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
25268 ____________________________________________________________________________
25269 [ 8511] By: nick on 2001/01/21 23:44:47
25270 Log: Make "real" layers of ":utf8" and ":raw".
25271 So now PERLIO=utf8 perl ...
25272 does what Andreas wanted.
25273 Fix arg passing in open.pm (still have a Carp issue).
25275 ! lib/open.pm perlio.c perliol.h
25276 ____________________________________________________________________________
25277 [ 8510] By: jhi on 2001/01/21 22:56:53
25278 Log: Document the regex context pushing/popping a bit better.
25281 ____________________________________________________________________________
25282 [ 8509] By: jhi on 2001/01/21 22:55:44
25283 Log: Tweak the mkdir trailing slash code some more.
25285 TO DO: the same handling should probably be done for
25286 all the other filesystem functions that can have directories
25287 as their arguments.
25290 ____________________________________________________________________________
25291 [ 8508] By: nick on 2001/01/21 21:37:43
25292 Log: Switch "compiled in" encodings to .ucm format.
25293 (Leave others as .enc till we can run-time load .ucm,
25294 or find some other way to load them.)
25296 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25297 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25298 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25299 + ext/Encode/Encode/iso8859-10.ucm
25300 + ext/Encode/Encode/iso8859-13.ucm
25301 + ext/Encode/Encode/iso8859-14.ucm
25302 + ext/Encode/Encode/iso8859-15.ucm
25303 + ext/Encode/Encode/iso8859-16.ucm
25304 + ext/Encode/Encode/iso8859-2.ucm
25305 + ext/Encode/Encode/iso8859-3.ucm
25306 + ext/Encode/Encode/iso8859-4.ucm
25307 + ext/Encode/Encode/iso8859-5.ucm
25308 + ext/Encode/Encode/iso8859-6.ucm
25309 + ext/Encode/Encode/iso8859-7.ucm
25310 + ext/Encode/Encode/iso8859-8.ucm
25311 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25312 + ext/Encode/Encode/symbol.ucm
25313 ! ext/Encode/Makefile.PL ext/Encode/compile
25314 ____________________________________________________________________________
25315 [ 8507] By: nick on 2001/01/21 21:02:03
25316 Log: Integrate (partial) mainline.
25318 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
25319 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
25320 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25321 ____________________________________________________________________________
25322 [ 8506] By: jhi on 2001/01/21 20:09:30
25323 Log: Update Changes.
25325 ! Changes patchlevel.h
25326 ____________________________________________________________________________
25327 [ 8505] By: jhi on 2001/01/21 19:39:59
25328 Log: Subject: Minor typos in perlfaq2.pod
25329 From: "Stephen P. Potter" <spp@spotter.yi.org>
25330 Message-Id: <200101192101.QAA11911@spotter.yi.org>
25331 Date: Fri, 19 Jan 2001 16:01:13 -0500
25333 with a nit from Philip Netwon.
25336 ____________________________________________________________________________
25337 [ 8504] By: jhi on 2001/01/21 19:33:05
25338 Log: Metaconfig change for #8503.
25340 ! U/threads/usethreads.U
25341 ____________________________________________________________________________
25342 [ 8503] By: jhi on 2001/01/21 19:32:21
25343 Log: Sanity check for conflicting thread flavours.
25345 ! Configure config_h.SH
25346 ____________________________________________________________________________
25347 [ 8502] By: jhi on 2001/01/21 19:23:00
25348 Log: Metaconfig change for #8501.
25350 ! U/modified/sig_name.U
25351 ____________________________________________________________________________
25352 [ 8501] By: jhi on 2001/01/21 19:22:26
25353 Log: The SIG_SIZE is the number of the elements *excluding*
25354 the terminating NULL.
25356 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
25357 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
25358 ! win32/config_H.vc
25359 ____________________________________________________________________________
25360 [ 8500] By: jhi on 2001/01/21 18:31:31
25361 Log: Integrate perlio.
25363 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
25364 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
25365 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
25366 !> pp_sys.c proto.h sv.c
25367 ____________________________________________________________________________
25368 [ 8499] By: jhi on 2001/01/21 17:43:57
25369 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
25370 From: Hugo <hv@crypt.compulink.co.uk>
25371 Date: Sun, 21 Jan 2001 13:34:05 +0000
25372 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
25374 In sprintf UTF8ize only if necessary.
25377 ____________________________________________________________________________
25378 [ 8498] By: nick on 2001/01/21 16:25:32
25379 Log: Encode cleanup.
25380 Add command line control over "compile" so that Makefile.PL
25381 needs can be combined with other uses.
25382 Use command line options in Makefile.PL.
25383 Fix multi-byte parsing in .ucm files.
25385 ! ext/Encode/Makefile.PL ext/Encode/compile
25386 ____________________________________________________________________________
25387 [ 8497] By: nick on 2001/01/21 12:56:27
25388 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
25390 ! ext/Encode/Encode.xs
25391 ____________________________________________________________________________
25392 [ 8496] By: nick on 2001/01/21 12:18:45
25393 Log: Fixup after integrate:
25394 missed the .sym files that are changed by regen_headers
25395 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
25397 ! global.sym pp.sym sv.c
25398 ____________________________________________________________________________
25399 [ 8495] By: nick on 2001/01/21 11:51:07
25400 Log: Integrate mainline.
25402 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
25403 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
25404 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
25405 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
25406 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
25407 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
25408 !> win32/Makefile win32/makefile.mk
25409 ____________________________________________________________________________
25410 [ 8494] By: jhi on 2001/01/20 23:12:11
25411 Log: Forgot the expect_number() prototype.
25413 ! embed.h embed.pl proto.h
25414 ____________________________________________________________________________
25415 [ 8493] By: jhi on 2001/01/20 22:56:39
25416 Log: Subject: [PATCH: perl@8482] README.vms URL updates
25417 From: Peter Prymmer <pvhp@forte.com>
25418 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
25419 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
25421 Plus Craig A. Berry's suggestion to use compaq.com instead
25425 ____________________________________________________________________________
25426 [ 8492] By: jhi on 2001/01/20 22:50:05
25427 Log: Memory management calls documentation.
25430 ____________________________________________________________________________
25431 [ 8491] By: jhi on 2001/01/20 22:38:33
25432 Log: Signedness nit plus few memcpy/Copy nits.
25435 ____________________________________________________________________________
25436 [ 8490] By: jhi on 2001/01/20 22:25:53
25437 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25438 From: Peter Prymmer <pvhp@forte.com>
25439 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
25440 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
25442 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25443 ____________________________________________________________________________
25444 [ 8489] By: jhi on 2001/01/20 22:24:41
25445 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
25446 From: Peter Prymmer <pvhp@forte.com>
25447 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
25448 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
25450 ! win32/Makefile win32/makefile.mk
25451 ____________________________________________________________________________
25452 [ 8488] By: jhi on 2001/01/20 22:22:27
25453 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
25454 From: Peter Prymmer <pvhp@forte.com>
25455 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
25456 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
25459 ____________________________________________________________________________
25460 [ 8487] By: jhi on 2001/01/20 22:21:18
25461 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
25462 From: Peter Prymmer <pvhp@forte.com>
25463 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
25464 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
25466 + ext/DynaLoader/dl_dllload.xs
25467 ! MANIFEST Makefile.SH hints/os390.sh
25468 ____________________________________________________________________________
25469 [ 8486] By: jhi on 2001/01/20 22:17:53
25470 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
25471 From: Peter Prymmer <pvhp@forte.com>
25472 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
25473 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
25475 ! README.os390 README.posix-bc
25476 ____________________________________________________________________________
25477 [ 8485] By: jhi on 2001/01/20 20:15:30
25478 Log: Document and test the new qu operator.
25481 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
25482 ! pod/perlretut.pod pod/perlunicode.pod
25483 ____________________________________________________________________________
25484 [ 8484] By: nick on 2001/01/20 19:42:30
25485 Log: Infrastructure to allow:
25486 open($fh,"|-",@array);
25488 i.e. mark pp_open as needing a stack mark, and make pp_open
25489 process its args in that style (and pass them _all_ to tied handles OPEN).
25490 Invent do_openn() which takes SV ** at allow it to see multiple args.
25491 Note this does not _do_ anything yet.
25493 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
25494 ! perlapi.c pp_proto.h pp_sys.c proto.h
25495 ____________________________________________________________________________
25496 [ 8483] By: nick on 2001/01/20 17:23:14
25497 Log: Integrate mainline.
25499 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
25500 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
25501 ____________________________________________________________________________
25502 [ 8482] By: jhi on 2001/01/19 15:37:49
25503 Log: Update Changes.
25505 ! Changes patchlevel.h
25506 ____________________________________________________________________________
25507 [ 8481] By: jhi on 2001/01/19 14:41:24
25508 Log: Subject: Re: new feature: s?printf parameter reordering
25509 From: Hugo <hv@crypt.compulink.co.uk>
25510 Date: Thu, 11 Jan 2001 17:09:03 +0000
25511 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
25513 - support reordering for all parameters: %, *v, *, .*
25514 - lay down that the reordering specification must immediately
25515 follow that parameter: %3$, *v3$, *3$, .*3$
25516 - fix vectorisation of a zero-length string
25517 - factor out the code choosing the argument to format
25519 Possibly unwanted side-effects:
25520 - the special format specifiers ' +-0' must now precede any
25521 vectorisation specifier. Tests in op/sprintf and op/ver
25522 have been changed to reflect this.
25523 - sprintf.t test #214 changed its expectations because in many
25524 cases, the next parameter has already been consumed when an
25525 invalid type letter is detected.
25527 Probably wanted side-effects:
25528 - attempts to format a non-existent parameter will warn as if C<undef>
25529 - attempt to write to non-existent parameter with '%n' will complain
25530 of "attempt to modify read-only value" instead of being silent
25532 ! sv.c t/op/sprintf.t t/op/ver.t
25533 ____________________________________________________________________________
25534 [ 8480] By: jhi on 2001/01/19 14:08:37
25535 Log: Subject: PATCH pragma/locale.t
25536 From: andreas.koenig@anima.de (Andreas J. Koenig)
25537 Date: 18 Jan 2001 09:45:37 +0100
25538 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
25540 ! t/pragma/locale.t
25541 ____________________________________________________________________________
25542 [ 8479] By: jhi on 2001/01/19 13:19:58
25543 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
25546 ____________________________________________________________________________
25547 [ 8478] By: jhi on 2001/01/19 02:12:35
25548 Log: Automate 1_compile.t.
25550 ! t/lib/1_compile.t
25551 ____________________________________________________________________________
25552 [ 8477] By: jhi on 2001/01/19 01:49:56
25553 Log: Integrate perlio.
25555 !> sv.c win32/config.bc win32/config.gc win32/config.vc
25556 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25557 ____________________________________________________________________________
25558 [ 8476] By: nick on 2001/01/18 21:51:52
25559 Log: Integrate mainline
25561 +> t/lib/1_compile.t t/lib/compmod.pl
25562 !> MANIFEST configure.com lib/unicode/distinct.pm
25563 ____________________________________________________________________________
25564 [ 8475] By: nick on 2001/01/18 21:48:02
25565 Log: Win32 "safe signals" co-existance fix.
25566 Fix SIG_SIZE value.
25567 Clear PL_sig_pending when cloning (fork).
25569 ! sv.c win32/config.bc win32/config.gc win32/config.vc
25570 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25571 ____________________________________________________________________________
25572 [ 8474] By: jhi on 2001/01/18 14:40:57
25573 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
25575 ! t/lib/1_compile.t
25576 ____________________________________________________________________________
25577 [ 8473] By: gsar on 2001/01/18 11:42:31
25578 Log: unsubmitted trial1 change
25579 Branch: maint-5.6/perl
25581 ____________________________________________________________________________
25582 [ 8472] By: jhi on 2001/01/18 04:30:24
25583 Log: The first bug found by 1_compile.t.
25585 ! lib/unicode/distinct.pm
25586 ____________________________________________________________________________
25587 [ 8471] By: jhi on 2001/01/18 04:29:42
25588 Log: Add Schwern's 1_compile test. The compile_module script renamed
25589 to be a bit shorter for the 8.3 people.
25591 + t/lib/1_compile.t t/lib/compmod.pl
25593 ____________________________________________________________________________
25594 [ 8470] By: jhi on 2001/01/18 04:16:00
25595 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)
25596 From: Peter Prymmer <pvhp@forte.com>
25597 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25598 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25600 Branch: maint-5.6/perl
25602 ____________________________________________________________________________
25603 [ 8469] By: jhi on 2001/01/18 04:13:02
25604 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)
25605 From: Peter Prymmer <pvhp@forte.com>
25606 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25607 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25611 ____________________________________________________________________________
25612 [ 8468] By: jhi on 2001/01/18 03:42:08
25613 Log: Integrate perlio.
25615 !> gv.c mg.c perlio.c util.c
25616 ____________________________________________________________________________
25617 [ 8467] By: nick on 2001/01/17 22:41:10
25618 Log: "Safe" signals - trial implementation.
25619 gv.c tweaked to zero PL_sig_pend array
25620 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
25621 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
25622 Odd thing is that it "works" with PERLIO=stdio as well (linux).
25624 ! gv.c mg.c perlio.c util.c
25625 ____________________________________________________________________________
25626 [ 8466] By: nick on 2001/01/17 20:40:20
25627 Log: Integrate mainline.
25629 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25630 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
25631 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
25632 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25633 !> vos/config.ga.h win32/config.bc win32/config.gc
25635 ____________________________________________________________________________
25636 [ 8465] By: jhi on 2001/01/17 18:37:13
25637 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
25638 From: Nicholas Clark <nick@ccl4.org>
25639 Date: Wed, 17 Jan 2001 17:31:33 +0000
25640 Message-ID: <20010117173133.I2633@plum.flirble.org>
25643 ____________________________________________________________________________
25644 [ 8464] By: jhi on 2001/01/17 14:43:17
25645 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
25646 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25647 Date: Wed, 17 Jan 2001 15:16:43 +0100
25648 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
25650 pp_int() was dropping an NV to the floor,
25651 int(279964589018079/59) either returned not an integer
25652 4745162525730.15, or one got "Attempt to free unreferenced scalar."
25655 ____________________________________________________________________________
25656 [ 8463] By: jhi on 2001/01/17 06:12:42
25657 Log: (Replaced by #8470)
25659 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)
25660 From: "Craig A. Berry" <craigberry@mac.com>
25661 Date: Tue, 16 Jan 2001 23:38:46 -0600
25662 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
25663 Branch: maint-5.6/perl
25665 ____________________________________________________________________________
25666 [ 8462] By: jhi on 2001/01/17 06:11:31
25667 Log: (Replaced by #8469)
25669 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)
25670 From: "Craig A. Berry" <craigberry@mac.com>
25671 Date: Tue, 16 Jan 2001 23:38:46 -0600
25672 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
25675 ____________________________________________________________________________
25676 [ 8461] By: jhi on 2001/01/17 05:56:12
25677 Log: Allow for one trailing slash in the directory of mkdir().
25680 ____________________________________________________________________________
25681 [ 8460] By: jhi on 2001/01/17 03:26:01
25682 Log: Metaconfig unit changes for #8459.
25684 ! U/modified/Loc.U U/modified/sig_name.U
25685 ____________________________________________________________________________
25686 [ 8459] By: jhi on 2001/01/17 03:24:48
25687 Log: Define SIG_SIZE, the number of elements in the sig_name and
25688 sig_num arrays, including the final NULL entry.
25690 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25691 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
25692 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
25693 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25694 ! win32/config.bc win32/config.gc win32/config.vc
25695 ____________________________________________________________________________
25696 [ 8458] By: jhi on 2001/01/17 01:41:33
25697 Log: Integrate perlio.
25699 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
25700 !> perlapi.h proto.h sv.c
25701 ____________________________________________________________________________
25702 [ 8457] By: nick on 2001/01/16 22:07:26
25703 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
25704 Provides all the "cost" but no benefit yet - it is to allow cost
25705 to be measured, and implementation experiments (just in mg.c?).
25707 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
25708 ! perlapi.h proto.h sv.c
25709 ____________________________________________________________________________
25710 [ 8456] By: nick on 2001/01/16 21:07:07
25711 Log: Integrate mainline.
25713 !> (integrate 51 files)
25714 ____________________________________________________________________________
25715 [ 8455] By: jhi on 2001/01/16 18:13:43
25716 Log: Subject: [PATCH] regcomp.c old feature removal
25717 From: mjd@plover.com
25718 Date: 16 Jan 2001 14:43:18 -0000
25719 Message-ID: <20010116144318.7140.qmail@plover.com>
25722 ____________________________________________________________________________
25723 [ 8454] By: jhi on 2001/01/16 16:12:39
25724 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
25725 From: "Indy Singh" <indy@nusphere.com>
25726 Date: Wed, 10 Jan 2001 20:17:49 -0500
25727 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
25728 Branch: maint-5.6/perl
25730 ____________________________________________________________________________
25731 [ 8453] By: jhi on 2001/01/16 16:09:33
25732 Log: Update Changes.
25734 ! Changes patchlevel.h
25735 ____________________________________________________________________________
25736 [ 8452] By: jhi on 2001/01/16 15:42:04
25737 Log: Subject: Re: API Cleanup
25738 To: perl5-porters@perl.org
25739 Date: Tue, 16 Jan 2001 13:42:30 +0000
25740 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
25742 Subject: [PATCH] utf8.c documentation
25743 From: Simon Cozens <simon@cozens.net>
25744 Date: Tue, 16 Jan 2001 13:52:48 +0000
25745 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
25747 Subject: Re: API Cleanup
25748 From: Simon Cozens <simon@cozens.net>
25749 Date: Tue, 16 Jan 2001 14:58:55 +0000
25750 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
25754 ! embed.pl pod/perlapi.pod utf8.c
25755 ____________________________________________________________________________
25756 [ 8451] By: jhi on 2001/01/16 14:41:39
25757 Log: podlators 1.07, from Russ Allbery.
25760 ____________________________________________________________________________
25761 [ 8450] By: jhi on 2001/01/16 14:24:19
25762 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
25763 From: "Indy Singh" <indy@nusphere.com>
25764 Date: Mon, 15 Jan 2001 20:59:40 -0500
25765 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
25768 ____________________________________________________________________________
25769 [ 8449] By: jhi on 2001/01/16 03:42:55
25770 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
25771 at the setting of the ofs_sv in new_struct_thread() as the
25772 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
25773 that invited a core dump.
25776 ____________________________________________________________________________
25777 [ 8448] By: jhi on 2001/01/16 01:49:07
25778 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
25779 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25780 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
25781 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
25783 Replace #8444 and #8445.
25785 ! ext/B/B.xs ext/B/B/Debug.pm
25786 ____________________________________________________________________________
25787 [ 8447] By: jhi on 2001/01/15 21:05:35
25788 Log: Subject: [PATCH] API Variable documentation
25789 From: Simon Cozens <simon@cozens.net>
25790 Date: Mon, 15 Jan 2001 19:35:54 +0000
25791 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
25793 ! pod/perlapi.pod thrdvar.h
25794 ____________________________________________________________________________
25795 [ 8446] By: jhi on 2001/01/15 20:49:20
25796 Log: Signedness nit.
25799 ____________________________________________________________________________
25800 [ 8445] By: jhi on 2001/01/15 20:28:48
25801 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
25804 ____________________________________________________________________________
25805 [ 8444] By: jhi on 2001/01/15 13:09:10
25806 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
25809 ____________________________________________________________________________
25810 [ 8443] By: jhi on 2001/01/15 13:06:26
25811 Log: Missing from #8439.
25814 ____________________________________________________________________________
25815 [ 8442] By: jhi on 2001/01/15 13:02:38
25816 Log: Subject: [PATCH @8436] Eliminate op_children
25817 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25818 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
25819 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
25821 Subject: [PATCH @8436] Re: Eliminate op_children
25822 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25823 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
25824 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
25826 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
25827 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
25829 ____________________________________________________________________________
25830 [ 8441] By: jhi on 2001/01/15 12:57:08
25831 Log: Use the /^Perl_/-less form of is_lvalue_sub().
25834 ____________________________________________________________________________
25835 [ 8440] By: jhi on 2001/01/15 05:13:09
25836 Log: Revert #8437 and #8438, the Linux large files story is more complex.
25837 Branch: metaconfig/U/perl
25838 ! d_fpos64_t.U d_off64_t.U
25840 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25841 ! config_h.SH configure.com epoc/config.sh perl.h
25842 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25843 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25844 ! win32/config.bc win32/config.gc win32/config.vc
25845 ____________________________________________________________________________
25846 [ 8439] By: jhi on 2001/01/15 05:02:24
25847 Log: More UTF-8 patches from Inaba Hiroto.
25848 - The substr lval was still not okay.
25849 - Now pp_stringify and sv_setsv copies source's UTF8 flag
25850 even if IN_BYTE. pp_stringify is called from fold_constants
25851 at optimization phase and "\x{100}" was made SvUTF8_off under
25852 use bytes (the bytes pragma is for "byte semantics" and not
25853 for "do not produce UTF8 data")
25854 - New `qu' operator to generate UTF8 string explicitly.
25855 Though I agree with the policy "0x00-0xff always produce bytes",
25856 sometimes want to such a string to be coded in UTF8.
25857 I can use pack"U0a*" but it requires more typing and has
25859 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
25860 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
25861 string is not UTF8_on and has char 0x80-0xff.
25863 TODO: document and test qu.
25865 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
25866 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
25868 ____________________________________________________________________________
25869 [ 8438] By: jhi on 2001/01/14 05:10:23
25870 Log: Metaconfig unit changes for #8437.
25871 Branch: metaconfig/U/perl
25872 ! d_fpos64_t.U d_off64_t.U
25873 ____________________________________________________________________________
25874 [ 8437] By: jhi on 2001/01/14 04:55:34
25875 Log: Add <features.h> probing, seems to be needed for (some?)
25876 Linux largefileness.
25878 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25879 ! config_h.SH configure.com epoc/config.sh perl.h
25880 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25881 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25882 ! win32/config.bc win32/config.gc win32/config.vc
25883 ____________________________________________________________________________
25884 [ 8436] By: jhi on 2001/01/13 17:47:21
25885 Log: Tighten some of the tests a bit.
25888 ____________________________________________________________________________
25889 [ 8435] By: jhi on 2001/01/13 17:31:54
25890 Log: Integrate perlio.
25892 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
25893 !> win32/config_H.gc win32/config_H.vc
25894 ____________________________________________________________________________
25895 [ 8434] By: nick on 2001/01/13 11:36:53
25896 Log: Run dmake regen_config_h for Win32
25898 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25899 ____________________________________________________________________________
25900 [ 8433] By: nick on 2001/01/13 11:31:55
25901 Log: VMS friendly patch to Encode compile process
25903 ! ext/Encode/Makefile.PL ext/Encode/compile
25904 ____________________________________________________________________________
25905 [ 8432] By: nick on 2001/01/13 11:06:44
25906 Log: Integrate mainline
25908 +> ext/B/B/Concise.pm
25909 !> (integrate 52 files)
25910 ____________________________________________________________________________
25911 [ 8431] By: jhi on 2001/01/13 05:55:55
25912 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
25913 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25914 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
25915 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
25917 ! ext/B/B/Concise.pm
25918 ____________________________________________________________________________
25919 [ 8430] By: jhi on 2001/01/13 04:24:18
25920 Log: The LVRET macro needed an aTHX.
25923 ____________________________________________________________________________
25924 [ 8429] By: jhi on 2001/01/13 02:12:42
25925 Log: Update Changes.
25927 ! Changes patchlevel.h
25928 ____________________________________________________________________________
25929 [ 8428] By: jhi on 2001/01/13 02:08:50
25930 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
25931 From: Peter Prymmer <pvhp@forte.com>
25932 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
25933 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
25935 Add a BEGIN guard for sloppy floating point division.
25937 ! lib/Math/BigInt.pm lib/bigint.pl
25938 ____________________________________________________________________________
25939 [ 8427] By: jhi on 2001/01/13 01:47:16
25940 Log: The B::Terse drop-in replacement wasn't quite drop-in.
25943 ____________________________________________________________________________
25944 [ 8426] By: jhi on 2001/01/12 21:20:43
25947 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25948 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
25949 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25950 ! vos/config.ga.def vos/config.ga.h win32/config.bc
25951 ! win32/config.gc win32/config.vc
25952 ____________________________________________________________________________
25953 [ 8425] By: jhi on 2001/01/12 20:20:14
25954 Log: Subject: [PATCH perl@8342] -Wformat
25955 From: Robin Barker <rmb1@cise.npl.co.uk>
25956 Date: Fri, 12 Jan 2001 20:03:14 GMT
25957 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
25959 ! ext/Encode/Encode.xs mg.c sv.c toke.c
25960 ____________________________________________________________________________
25961 [ 8424] By: jhi on 2001/01/12 20:01:48
25962 Log: Subject: B::Concise -- an improved replacement for B::Terse
25963 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25964 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
25965 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
25967 + ext/B/B/Concise.pm
25968 ! MANIFEST ext/B/B/Terse.pm
25969 ____________________________________________________________________________
25970 [ 8423] By: jhi on 2001/01/12 19:24:02
25971 Log: The new metaconfig unit from the #8421.
25972 Branch: metaconfig/U/perl
25974 ____________________________________________________________________________
25975 [ 8422] By: jhi on 2001/01/12 19:23:43
25976 Log: Forgot the microperl config from the #8421.
25978 ! uconfig.h uconfig.sh
25979 ____________________________________________________________________________
25980 [ 8421] By: jhi on 2001/01/12 19:05:27
25981 Log: Add sigprocmask() probe, regen Configure, regen toc.
25983 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25984 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
25985 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25986 ! vos/config.ga.h win32/config.bc win32/config.gc
25988 ____________________________________________________________________________
25989 [ 8420] By: jhi on 2001/01/12 18:34:31
25990 Log: Add sockatmark() to the todo list.
25993 ____________________________________________________________________________
25994 [ 8419] By: jhi on 2001/01/12 18:09:46
25995 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
25998 ____________________________________________________________________________
25999 [ 8418] By: jhi on 2001/01/12 18:05:30
26000 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
26001 From: Radu Greab <radu@netsoft.ro>
26002 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
26003 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
26005 ! op.c t/pragma/sub_lval.t
26006 ____________________________________________________________________________
26007 [ 8417] By: jhi on 2001/01/12 16:09:09
26008 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
26009 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26010 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
26011 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
26013 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
26014 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
26015 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
26016 ! t/pragma/sub_lval.t toke.c
26017 ____________________________________________________________________________
26018 [ 8416] By: jhi on 2001/01/12 15:42:06
26019 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
26020 From: "Richard Soderberg" <rs@crystalflame.net>
26021 Date: Fri, 12 Jan 2001 04:49:35 -0800
26022 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
26024 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
26025 according to the platform.
26028 ____________________________________________________________________________
26029 [ 8415] By: jhi on 2001/01/12 15:33:41
26030 Log: One more UTF-8 fix from Inaba Hiroto.
26032 ! pp.c regexec.c t/pragma/utf8.t
26033 ____________________________________________________________________________
26034 [ 8414] By: jhi on 2001/01/12 15:30:18
26035 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
26038 ____________________________________________________________________________
26039 [ 8413] By: jhi on 2001/01/12 15:22:10
26040 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
26041 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26042 Date: Thu, 11 Jan 2001 12:53:36 +0100
26043 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
26046 ____________________________________________________________________________
26047 [ 8412] By: jhi on 2001/01/12 15:20:25
26048 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
26049 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26050 Date: Fri, 12 Jan 2001 14:37:55 +0100
26051 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
26053 ! hints/posix-bc.sh
26054 ____________________________________________________________________________
26055 [ 8411] By: jhi on 2001/01/12 15:14:14
26056 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
26057 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26058 Date: Fri, 12 Jan 2001 10:42:21 +0100
26059 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
26062 ____________________________________________________________________________
26063 [ 8410] By: jhi on 2001/01/12 05:48:55
26064 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
26065 From: Nicholas Clark <nick@ccl4.org>
26066 Date: Sun, 7 Jan 2001 19:47:14 +0000
26067 Message-ID: <20010107194714.B1048@plum.flirble.org>
26069 ! t/op/numconvert.t
26070 ____________________________________________________________________________
26071 [ 8409] By: jhi on 2001/01/12 05:41:28
26072 Log: Integrate perlio.
26075 ____________________________________________________________________________
26076 [ 8408] By: nick on 2001/01/11 22:43:28
26077 Log: Remove variables that were used in experiments.
26080 ____________________________________________________________________________
26081 [ 8407] By: nick on 2001/01/11 20:57:44
26082 Log: Catch die in %SIG handler and unblock the signal before re-dying.
26083 This make Linux work _without_ sigsetjmp().
26084 Turn off sigsetjmp() to see what else it does.
26085 May need Configure probe for sigprocmask() if anything has sigaction()
26086 but not sigprocmask().
26089 ____________________________________________________________________________
26090 [ 8406] By: nick on 2001/01/11 19:32:07
26091 Log: Integrate mainline
26093 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
26094 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
26096 ____________________________________________________________________________
26097 [ 8405] By: jhi on 2001/01/11 17:11:01
26098 Log: Fix UTF-8 lval substr().
26100 ! mg.c t/op/substr.t
26101 ____________________________________________________________________________
26102 [ 8404] By: jhi on 2001/01/11 05:13:58
26103 Log: Update Changes.
26105 ! Changes patchlevel.h
26106 ____________________________________________________________________________
26107 [ 8403] By: jhi on 2001/01/11 04:38:24
26108 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
26109 From: Hugo <hv@crypt.compulink.co.uk>
26110 Date: Mon, 30 Oct 2000 01:33:26 +0000
26111 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
26113 ! regexec.c t/op/re_tests
26114 ____________________________________________________________________________
26115 [ 8402] By: jhi on 2001/01/11 04:26:12
26116 Log: Integrate perlio.
26119 ____________________________________________________________________________
26120 [ 8401] By: nick on 2001/01/10 22:52:55
26121 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
26122 (So Alan and Ilya can try setting via hints.)
26123 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
26124 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
26125 doing the save everywhere seems to restart read() correctly, but just
26126 doing it once "round" the handler does not.
26129 ____________________________________________________________________________
26130 [ 8400] By: jhi on 2001/01/10 21:57:54
26131 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
26132 of IRIX, HP-UX is unaffected.
26135 ____________________________________________________________________________
26136 [ 8399] By: nick on 2001/01/10 21:29:19
26137 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
26140 ____________________________________________________________________________
26141 [ 8398] By: jhi on 2001/01/10 20:55:31
26142 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
26143 also have ReusePort.
26145 ! ext/IO/lib/IO/Socket/INET.pm
26146 ____________________________________________________________________________
26147 [ 8397] By: jhi on 2001/01/10 20:50:57
26148 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
26149 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26150 Date: Wed, 10 Jan 2001 01:38:13 -0800
26151 Message-ID: <20010110013813.B41744@yahoo-inc.com>
26153 ! ext/IO/lib/IO/Socket/INET.pm
26154 ____________________________________________________________________________
26155 [ 8396] By: jhi on 2001/01/10 20:49:30
26156 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
26157 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26158 Date: Wed, 10 Jan 2001 01:37:32 -0800
26159 Message-ID: <20010110013732.A41744@yahoo-inc.com>
26161 ! ext/Socket/Socket.pm
26162 ____________________________________________________________________________
26163 [ 8395] By: jhi on 2001/01/10 20:41:37
26164 Log: Test for bug id 20010105.016 (fixed by #8378).
26167 ____________________________________________________________________________
26168 [ 8394] By: jhi on 2001/01/10 20:26:32
26169 Log: Integrate perlio.
26172 ____________________________________________________________________________
26173 [ 8393] By: nick on 2001/01/10 19:34:30
26174 Log: Back out Simon's pid hackery for now.
26177 ____________________________________________________________________________
26178 [ 8392] By: nick on 2001/01/10 19:23:13
26179 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
26181 !> (integrate 29 files)
26182 ____________________________________________________________________________
26183 [ 8391] By: jhi on 2001/01/10 18:43:15
26184 Log: Subject: [PATCH] Fix my_pclose segfault
26185 From: Simon Cozens <simon@cozens.net>
26186 Date: Wed, 10 Jan 2001 18:39:35 +0000
26187 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
26190 ____________________________________________________________________________
26191 [ 8390] By: jhi on 2001/01/10 18:42:08
26192 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
26193 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26194 Date: Wed, 10 Jan 2001 13:23:02 EST
26195 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
26197 ! ext/Opcode/Opcode.xs
26198 ____________________________________________________________________________
26199 [ 8389] By: jhi on 2001/01/10 15:16:07
26200 Log: Turn off the integer preservation for now.
26203 ____________________________________________________________________________
26204 [ 8388] By: jhi on 2001/01/10 15:01:25
26205 Log: Few more IDE/editor nits from p5p.
26208 ____________________________________________________________________________
26209 [ 8387] By: jhi on 2001/01/10 06:53:16
26210 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
26211 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
26212 Date: Tue, 9 Jan 2001 23:16:02 +0000
26213 Message-ID: <20010109231602.A81101@plum.flirble.org>
26216 ____________________________________________________________________________
26217 [ 8386] By: jhi on 2001/01/10 03:17:54
26218 Log: Test cases for #8385 (from Simon's "torture.pl")
26221 ____________________________________________________________________________
26222 [ 8385] By: jhi on 2001/01/10 03:17:11
26223 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
26224 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
26225 Date: Wed, 10 Jan 2001 11:39:39 +0900
26226 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
26228 Some more UTF-8 tr cases fixed.
26231 ____________________________________________________________________________
26232 [ 8384] By: jhi on 2001/01/09 22:45:40
26233 Log: Allow the locale test needing POSIX and the taint test
26234 needing IPC::SysV to run under 'minitest' (basically,
26235 bail out if loading the extension fails)
26237 ! t/op/misc.t t/op/taint.t
26238 ____________________________________________________________________________
26239 [ 8383] By: jhi on 2001/01/09 21:36:04
26240 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
26241 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26242 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
26243 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
26246 ____________________________________________________________________________
26247 [ 8382] By: jhi on 2001/01/09 21:06:08
26248 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
26249 Should finish up the bug id 20001205.022.
26251 ! pp.c pp_hot.c scope.c
26252 ____________________________________________________________________________
26253 [ 8381] By: jhi on 2001/01/09 18:27:43
26254 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
26255 From: Andy Dougherty <doughera@lafayette.edu>
26256 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
26257 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
26259 More robust yacc/bison error detection.
26262 ____________________________________________________________________________
26263 [ 8380] By: jhi on 2001/01/09 15:21:38
26264 Log: Subject: [PATCH] make t/op/misc.t work on VMS
26265 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26266 Date: Tue, 9 Jan 2001 07:53:55 EST
26267 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
26269 ! t/op/misc.t vms/test.com
26270 ____________________________________________________________________________
26271 [ 8379] By: jhi on 2001/01/09 15:20:38
26272 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
26273 From: jhi@cc.hut.fi
26274 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
26275 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
26277 The #8378 fixed this.
26280 ____________________________________________________________________________
26281 [ 8378] By: jhi on 2001/01/09 15:05:32
26282 Log: Subject: One more patch for UTF8
26283 From: Inaba Hiroto <inaba@st.rim.or.jp>
26284 Date: Tue, 09 Jan 2001 01:04:32 +0900
26285 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
26287 UTF-8 fixes for 'x' and tr///.
26289 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
26290 ! regcomp.c regexec.c toke.c utf8.c
26291 ____________________________________________________________________________
26292 [ 8377] By: jhi on 2001/01/09 14:32:17
26293 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
26296 ____________________________________________________________________________
26297 [ 8376] By: jhi on 2001/01/09 04:32:32
26298 Log: integrate changes #7775, #8316, #8316 from mainline
26299 Branch: maint-5.6/perl
26300 ! hints/solaris_2.sh
26301 ____________________________________________________________________________
26302 [ 8375] By: jhi on 2001/01/09 04:26:43
26303 Log: Update Changes.
26305 ! Changes patchlevel.h
26306 ____________________________________________________________________________
26307 [ 8374] By: jhi on 2001/01/09 04:14:32
26308 Log: IDE/editor section tweaking.
26311 ____________________________________________________________________________
26312 [ 8373] By: jhi on 2001/01/09 02:38:26
26313 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
26314 From: Peter Prymmer <pvhp@forte.com>
26315 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
26316 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
26318 In preparation os OS/390 dynamic loading.
26320 ! README.os390 hints/os390.sh
26321 ____________________________________________________________________________
26322 [ 8372] By: jhi on 2001/01/09 00:24:30
26323 Log: Integrate with perlio.
26325 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26326 ____________________________________________________________________________
26327 [ 8371] By: nick on 2001/01/08 23:54:33
26328 Log: Fix "scalars leaked" bugs caused by overload magic
26329 (Highlighted by Ilya's DESTROY optimization.)
26331 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26332 ____________________________________________________________________________
26333 [ 8370] By: nick on 2001/01/08 20:19:41
26334 Log: Integrate mainline
26336 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
26337 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
26339 ____________________________________________________________________________
26340 [ 8369] By: jhi on 2001/01/08 17:30:52
26341 Log: save_delete() Safefree() doesn't (anymore?) work with shared
26342 strings, one test failure in op/misc and almost all of lib/b.
26343 (Outcomments #8369.)
26346 ____________________________________________________________________________
26347 [ 8368] By: jhi on 2001/01/08 14:47:10
26348 Log: (Outcommented by #8369.)
26350 Subject: Re: Perl BugID 20001205.022 ---- save_delete
26351 From: Simon Cozens <simon@cozens.net>
26352 Date: Sat, 6 Jan 2001 11:48:40 +0000
26353 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
26355 The save_delete() does need the Safefree.
26358 ____________________________________________________________________________
26359 [ 8367] By: bailey on 2001/01/08 08:53:52
26360 Log: Once again syncing after too long an absence
26362 +> (branch 55 files)
26363 - MAINTAIN fix_pl vos/config.def vos/config.h
26364 - vos/config_h.SH_orig
26365 !> (integrate 498 files)
26366 ____________________________________________________________________________
26367 [ 8366] By: jhi on 2001/01/08 02:42:59
26368 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
26369 From: nick@ccl4.org
26370 Date: Sun, 7 Jan 2001 21:07:18 +0000
26371 Message-Id: <20010107210717.D1048@plum.flirble.org>
26373 ! sv.c t/op/64bitint.t
26374 ____________________________________________________________________________
26375 [ 8365] By: jhi on 2001/01/08 02:35:16
26376 Log: Subject: [PATCH] environ nit
26377 From: Simon Cozens <simon@cozens.net>
26378 Date: Sun, 7 Jan 2001 17:57:07 +0000
26379 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
26381 Use environ only if we have it.
26384 ____________________________________________________________________________
26385 [ 8364] By: jhi on 2001/01/08 02:24:51
26386 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
26388 ! ext/GDBM_File/GDBM_File.xs
26389 ____________________________________________________________________________
26390 [ 8363] By: jhi on 2001/01/08 02:19:24
26391 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
26392 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26393 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
26394 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
26397 ____________________________________________________________________________
26398 [ 8362] By: jhi on 2001/01/08 02:17:43
26399 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
26400 From: Doug MacEachern <dougm@covalent.net>
26401 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
26402 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
26404 Allow AUTOLOAD to be an xsub and allow such xsubs
26405 to avoid use of $AUTOLOAD.
26408 ____________________________________________________________________________
26409 [ 8361] By: jhi on 2001/01/08 02:16:07
26410 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26411 From: Radu Greab <radu@netsoft.ro>
26412 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
26413 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
26415 No need for the potentially unportable $SIG{CHLD}.
26418 ____________________________________________________________________________
26419 [ 8360] By: jhi on 2001/01/08 01:58:23
26420 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
26422 ! lib/Getopt/Long.pm
26423 ____________________________________________________________________________
26424 [ 8359] By: jhi on 2001/01/08 01:55:44
26425 Log: Integrate perlio.
26427 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
26428 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
26429 !> utf8.c win32/Makefile
26430 ____________________________________________________________________________
26431 [ 8358] By: jhi on 2001/01/07 21:16:50
26432 Log: Update the EPOC cross SDK URL.
26435 ____________________________________________________________________________
26436 [ 8357] By: jhi on 2001/01/07 21:16:09
26437 Log: Update the EPOC cross SDK URL.
26438 Branch: maint-5.6/perl
26440 ____________________________________________________________________________
26441 [ 8356] By: nick on 2001/01/06 21:47:52
26442 Log: FILE * in XS code for PerlIO world:
26443 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
26444 - Add FILE * T_STDIO typemap.
26445 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
26447 ! lib/ExtUtils/typemap perlio.c perlio.h
26448 ____________________________________________________________________________
26449 [ 8355] By: jhi on 2001/01/06 20:27:15
26450 Log: integrate change #8336 from mainline
26452 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
26453 Branch: maint-5.6/perl
26455 ____________________________________________________________________________
26456 [ 8354] By: jhi on 2001/01/06 20:24:29
26457 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26458 From: Robin Barker <rmb1@cise.npl.co.uk>
26459 Date: Fri, 22 Dec 2000 12:17:38 GMT
26460 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
26462 The patch reformats some long =item lines so they give
26463 correct output via pod2man | nroff -man
26465 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26466 From: Robin Barker <rmb1@cise.npl.co.uk>
26467 Date: Tue, 2 Jan 2001 15:35:03 GMT
26468 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26470 Here is a _further_ patch which corrects a few more errors:
26471 * an empty C<=item> in CPAN.pm
26472 * patching the wrong file (pod/perlamiga.pod not README.amiga)
26473 * leaving empty C<=item>s which formatted incorrectly
26474 * over long C<=item>s revealed by latest patch to Pod::Man
26475 Branch: maint-5.6/perl
26476 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26477 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26478 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
26479 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
26480 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
26481 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
26482 ____________________________________________________________________________
26483 [ 8353] By: jhi on 2001/01/06 20:21:10
26484 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
26487 Branch: maint-5.6/perl
26488 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
26489 ____________________________________________________________________________
26490 [ 8352] By: jhi on 2001/01/06 20:18:44
26491 Log: Forgotten from #8438.
26492 Branch: maint-5.6/perl
26494 ____________________________________________________________________________
26495 [ 8351] By: jhi on 2001/01/06 20:18:12
26496 Log: Forgotten from #8347.
26497 Branch: maint-5.6/perl
26499 ____________________________________________________________________________
26500 [ 8350] By: jhi on 2001/01/06 20:00:19
26501 Log: Thinko in #8347.
26502 Branch: maint-5.6/perl
26504 ____________________________________________________________________________
26505 [ 8349] By: jhi on 2001/01/06 18:05:30
26506 Log: Copy the FAQ3 IDE section from the development branch,
26507 changes originally by Peter Prymmer.
26508 Branch: maint-5.6/perl
26510 ____________________________________________________________________________
26511 [ 8348] By: jhi on 2001/01/06 18:03:02
26512 Log: EPOC updates for TRIAL1.
26514 Subject: [5.6.1 trial1] EPOC update
26515 From: Olaf Flebbe <O.Flebbe@science-computing.de>
26516 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
26517 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
26519 Subject: epoc patch2 for perl-5.6.1-trial1
26520 From: Olaf Flebbe <O.Flebbe@science-computing.de>
26521 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
26522 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
26523 Branch: maint-5.6/perl
26524 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
26526 ____________________________________________________________________________
26527 [ 8347] By: jhi on 2001/01/06 17:29:10
26528 Log: integrate changes #7710,7824,7973 from mainline,
26529 plus VMS nits from Peter Prymmer and Dan Sugalski.
26531 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
26532 library (getprotobyname and getprotobynumber are outversioned by
26533 the same calls in libc, at least for xlc version 3.
26535 Add HAS_SBRK_PROTO.
26537 Fixes for signedness warnings noticed by VMSperlers.
26538 Branch: maint-5.6/perl
26539 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26540 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
26541 ! sv.c vms/descrip_mms.template vos/config.alpha.def
26542 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26543 ! win32/config.bc win32/config.gc win32/config.vc
26544 ____________________________________________________________________________
26545 [ 8346] By: nick on 2001/01/06 14:36:01
26546 Log: Fixup accumulated integrate muddles (perlio == devperl again)
26548 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
26549 ____________________________________________________________________________
26550 [ 8345] By: nick on 2001/01/06 14:24:58
26551 Log: Integrate mainline
26553 !> (integrate 55 files)
26554 ____________________________________________________________________________
26555 [ 8344] By: jhi on 2001/01/06 02:24:02
26556 Log: Subject: [patch] PerlIO_cleanup() prototype
26557 From: Doug MacEachern <dougm@covalent.net>
26558 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
26559 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
26562 ____________________________________________________________________________
26563 [ 8343] By: jhi on 2001/01/06 01:04:09
26564 Log: IRIX compiler noticed that the bof initialization might be
26565 bypassed by control flow.
26568 ____________________________________________________________________________
26569 [ 8342] By: jhi on 2001/01/06 00:10:48
26570 Log: Update Changes.
26572 ! Changes patchlevel.h
26573 ____________________________________________________________________________
26574 [ 8341] By: jhi on 2001/01/05 23:52:33
26575 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
26578 ____________________________________________________________________________
26579 [ 8340] By: jhi on 2001/01/05 22:44:08
26580 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26581 From: Radu Greab <radu@netsoft.ro>
26582 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
26583 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
26585 ! t/io/pipe.t util.c
26586 ____________________________________________________________________________
26587 [ 8339] By: jhi on 2001/01/05 22:35:17
26588 Log: Subject: [PATCH] format and rewording in perlfaq.pod
26589 From: Robin Barker <rmb1@cise.npl.co.uk>
26590 Date: Fri, 5 Jan 2001 18:51:20 GMT
26591 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
26594 ____________________________________________________________________________
26595 [ 8338] By: jhi on 2001/01/05 22:31:17
26596 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
26597 From: Peter Prymmer <pvhp@forte.com>
26598 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
26599 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
26602 ____________________________________________________________________________
26603 [ 8337] By: jhi on 2001/01/05 18:15:11
26604 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26605 From: Robin Barker <rmb1@cise.npl.co.uk>
26606 Date: Tue, 2 Jan 2001 15:24:07 GMT
26607 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
26609 If you call configure as C<./Configure> or C<sh ./Configure>,
26610 $src is set to the absolute path name, not '.'.
26612 This, in turn, means -Dmksymlink tries to do its stuff because
26613 it does not think it is in the src directory.
26615 (plus a metaconfig nitfix)
26617 ! U/compline/ccflags.U U/modified/src.U
26619 ! Configure config_h.SH
26620 ____________________________________________________________________________
26621 [ 8336] By: jhi on 2001/01/05 17:48:32
26622 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
26623 From: Alan Burlison <Alan.Burlison@uk.sun.com>
26624 Message-ID: <3A5606C4.473D2226@uk.sun.com>
26625 Date: Fri, 05 Jan 2001 17:39:16 +0000
26628 ____________________________________________________________________________
26629 [ 8335] By: jhi on 2001/01/05 16:05:44
26630 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
26632 ! lib/Getopt/Long.pm
26633 ____________________________________________________________________________
26634 [ 8334] By: jhi on 2001/01/05 16:00:51
26635 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
26636 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26637 Date: Fri, 05 Jan 2001 13:46:51 +0100
26638 Message-ID: <13693.978698811@nice.ram.loc>
26640 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
26641 accurate reading of the "atime".
26644 ____________________________________________________________________________
26645 [ 8333] By: jhi on 2001/01/05 15:57:37
26646 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
26647 From: Simon Cozens <simon@cozens.net>
26648 Date: Fri, 8 Dec 2000 13:33:31 +0000
26649 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
26651 A lost patch fragment.
26654 ____________________________________________________________________________
26655 [ 8332] By: jhi on 2001/01/05 15:40:42
26656 Log: Do away with strncpy() and a fixed length buffer.
26659 ____________________________________________________________________________
26660 [ 8331] By: jhi on 2001/01/05 15:03:07
26661 Log: Tests for #8329 and #8330.
26664 ____________________________________________________________________________
26665 [ 8330] By: jhi on 2001/01/05 15:02:38
26666 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
26667 raw 8-bit form to the UTF-8 string.
26670 ____________________________________________________________________________
26671 [ 8329] By: jhi on 2001/01/05 14:55:13
26672 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
26673 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26674 Date: Fri, 5 Jan 2001 12:28:52 +0100
26675 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
26677 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
26678 no effect. (changed the strncpy() to Copy())
26681 ____________________________________________________________________________
26682 [ 8328] By: jhi on 2001/01/05 06:44:27
26683 Log: UTF-8 cleanup.
26685 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
26686 ! regexec.c sv.c toke.c
26687 ____________________________________________________________________________
26688 [ 8327] By: jhi on 2001/01/05 01:11:29
26689 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')
26690 From: Radu Greab <radu@netsoft.ro>
26691 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
26692 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
26694 Cleans up Harness to not use FileHandle, which uses IO.
26696 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26697 ____________________________________________________________________________
26698 [ 8326] By: jhi on 2001/01/05 00:56:37
26699 Log: Update Changes.
26701 ! Changes patchlevel.h
26702 ____________________________________________________________________________
26703 [ 8325] By: jhi on 2001/01/05 00:53:18
26704 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
26705 From: Peter Prymmer <pvhp@forte.com>
26706 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
26707 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
26709 plus a couple more tailing whitespace removals.
26712 ____________________________________________________________________________
26713 [ 8324] By: jhi on 2001/01/05 00:47:39
26714 Log: Add some Unicode chop() tests.
26717 ____________________________________________________________________________
26718 [ 8323] By: jhi on 2001/01/05 00:47:23
26719 Log: Unify UTF-8 malformedness handling.
26721 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
26722 ____________________________________________________________________________
26723 [ 8322] By: jhi on 2001/01/04 22:21:54
26724 Log: The new $issymlink was unknown to Mksymlinks.
26725 Branch: metaconfig/U/perl
26726 ! Mksymlinks.U issymlink.U
26728 ! Configure config_h.SH
26729 ____________________________________________________________________________
26730 [ 8321] By: jhi on 2001/01/04 21:51:05
26731 Log: The test didn't work under the core test framework.
26734 ____________________________________________________________________________
26735 [ 8320] By: jhi on 2001/01/04 21:14:22
26736 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
26738 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
26739 ____________________________________________________________________________
26740 [ 8319] By: jhi on 2001/01/04 20:46:17
26741 Log: Typo in #8312 when manually appying a problematic patch fragment.
26743 ! ext/Storable/Storable.xs
26744 ____________________________________________________________________________
26745 [ 8318] By: jhi on 2001/01/04 20:43:01
26746 Log: The $sh_c didn't fly.
26748 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26749 ! U/modified/Loc.U U/modified/myhostname.U
26750 ! U/modified/spitshell.U
26751 Branch: metaconfig/U/perl
26754 ! Configure config_h.SH
26755 ____________________________________________________________________________
26756 [ 8317] By: jhi on 2001/01/04 19:58:01
26757 Log: AIX builtin test -h is broken, changes based on
26759 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
26760 Date: Tue, 02 Jan 2001 11:24:39 +0100
26761 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26762 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
26764 + U/modified/spitshell.U
26765 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26766 ! U/modified/Loc.U U/modified/myhostname.U
26767 Branch: metaconfig/U/perl
26768 ! Mksymlinks.U issymlink.U
26771 ____________________________________________________________________________
26772 [ 8316] By: jhi on 2001/01/04 19:02:22
26773 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
26774 From: Andy Dougherty <doughera@lafayette.edu>
26775 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
26776 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
26780 ! hints/solaris_2.sh
26781 ____________________________________________________________________________
26782 [ 8315] By: jhi on 2001/01/04 18:56:48
26783 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
26784 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
26785 Date: Wed, 3 Jan 2001 07:58:51 +0100
26786 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
26788 ! hints/solaris_2.sh
26789 ____________________________________________________________________________
26790 [ 8314] By: jhi on 2001/01/04 18:54:07
26791 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
26792 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26793 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
26794 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
26796 Doc tweak on #8313.
26798 ! ext/B/B/Deparse.pm
26799 ____________________________________________________________________________
26800 [ 8313] By: jhi on 2001/01/04 18:52:27
26801 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
26802 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
26803 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26804 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
26806 Make the peephole optimizer to bypass more null ops and
26807 and rewrite the deparse handling of continue blocks.
26809 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
26810 ____________________________________________________________________________
26811 [ 8312] By: jhi on 2001/01/04 18:47:39
26812 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
26814 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
26815 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26817 ____________________________________________________________________________
26818 [ 8311] By: jhi on 2001/01/04 18:36:08
26819 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
26820 filter to be run on each .pm during the pm_to_blib() phase,
26823 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
26824 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26825 Date: Wed, 03 Jan 2001 22:01:30 +0100
26826 Message-ID: <5296.978555690@nice.ram.loc>
26828 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
26829 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26830 ! lib/ExtUtils/MakeMaker.pm
26831 ____________________________________________________________________________
26832 [ 8310] By: jhi on 2001/01/04 18:32:54
26833 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26834 From: Robin Barker <rmb1@cise.npl.co.uk>
26835 Date: Tue, 2 Jan 2001 15:35:03 GMT
26836 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26838 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
26839 ! pod/perlrequick.pod
26840 ____________________________________________________________________________
26841 [ 8309] By: jhi on 2001/01/04 18:29:07
26842 Log: Subject: Re: [patch] static-ize XS()
26843 From: Doug MacEachern <dougm@covalent.net>
26844 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
26845 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
26847 Provide prototypes for the XS functions.
26849 ! lib/ExtUtils/xsubpp
26850 ____________________________________________________________________________
26851 [ 8308] By: jhi on 2001/01/04 18:27:44
26852 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
26853 From: Doug MacEachern <dougm@covalent.net>
26854 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
26855 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
26857 ! lib/ExtUtils/typemap
26858 ____________________________________________________________________________
26859 [ 8307] By: jhi on 2001/01/04 18:25:25
26860 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
26861 From: Doug MacEachern <dougm@covalent.net>
26862 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
26863 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
26865 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
26867 ! lib/ExtUtils/MM_Unix.pm
26868 ____________________________________________________________________________
26869 [ 8306] By: jhi on 2001/01/04 18:23:00
26870 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
26871 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26872 Date: Thu, 4 Jan 2001 12:47:10 +0100
26873 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
26875 The toke.c part only, patching embed.h and proto.h is futile.
26878 ____________________________________________________________________________
26879 [ 8305] By: jhi on 2001/01/04 18:05:51
26880 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
26881 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26882 Date: Thu, 4 Jan 2001 17:50:12 +0100
26883 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
26886 ____________________________________________________________________________
26887 [ 8304] By: jhi on 2001/01/04 18:03:26
26888 Log: Subject: [PATCH perl@8269]
26889 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26890 Date: Thu, 4 Jan 2001 12:53:39 +0100
26891 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
26893 If running byacc write-enable also perly.h.
26896 ____________________________________________________________________________
26897 [ 8303] By: jhi on 2001/01/04 15:40:49
26898 Log: Rewrite pp_concat() in terms of sv_catsv().
26901 ____________________________________________________________________________
26902 [ 8302] By: nick on 2001/01/03 22:43:22
26903 Log: Integrate mainline.
26905 !> ext/Encode/Encode.xs sv.c utf8.c
26906 ____________________________________________________________________________
26907 [ 8301] By: jhi on 2001/01/02 23:40:26
26908 Log: Variable naming tweak.
26911 ____________________________________________________________________________
26912 [ 8300] By: jhi on 2001/01/02 23:40:02
26913 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
26914 in is_utf8_string().
26917 ____________________________________________________________________________
26918 [ 8299] By: jhi on 2001/01/02 22:14:40
26919 Log: Integrate perlio.
26921 !> pp.c pp_hot.c win32/Makefile
26922 ____________________________________________________________________________
26923 [ 8298] By: nick on 2001/01/02 22:03:06
26924 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
26927 ____________________________________________________________________________
26928 [ 8297] By: jhi on 2001/01/02 04:26:28
26929 Log: Signedness nit.
26931 ! ext/Encode/Encode.xs
26932 ____________________________________________________________________________
26933 [ 8296] By: nick on 2001/01/01 23:49:36
26934 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
26937 ____________________________________________________________________________
26938 [ 8295] By: jhi on 2001/01/01 23:05:48
26939 Log: Integrate perlio.
26941 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
26943 ____________________________________________________________________________
26944 [ 8294] By: nick on 2001/01/01 22:48:34
26945 Log: Integrate mainline
26947 ! pp_hot.c t/lib/encode.t
26948 !> (integrate 65 files)
26949 ____________________________________________________________________________
26950 [ 8293] By: nick on 2001/01/01 21:58:50
26951 Log: More rigor in UTF-8-ness of Encode's toUnicode
26952 XS export some of the utf8 internal functions.
26953 Test some of the functions.
26954 Fix pp_concat() bug shown by said tests.
26956 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
26958 ____________________________________________________________________________
26959 [ 8292] By: jhi on 2001/01/01 18:11:44
26960 Log: Integrate perlio.
26962 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26963 !> ext/Encode/encengine.c ext/Encode/encode.h
26964 ____________________________________________________________________________
26965 [ 8291] By: jhi on 2001/01/01 18:10:58
26966 Log: Podify README.mpeix (a new version from the web),
26967 add a dummy NAME to Carp::Heavy, regen toc.
26969 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
26971 ____________________________________________________________________________
26972 [ 8290] By: nick on 2001/01/01 17:43:47
26973 Log: Loose the "Loading..." warning.
26974 Another bug in fallback support
26976 ! ext/Encode/Encode.pm ext/Encode/encengine.c
26977 ____________________________________________________________________________
26978 [ 8289] By: jhi on 2001/01/01 00:01:57
26979 Log: Bump up Larry's copyright.
26981 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
26982 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
26983 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
26984 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
26985 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
26986 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
26987 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
26988 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
26989 ____________________________________________________________________________
26990 [ 8288] By: nick on 2000/12/31 21:27:53
26991 Log: Fix .ucm reading - forgot a chr()
26992 Start of .ucm write (for .enc to .ucm)
26994 ! ext/Encode/compile
26995 ____________________________________________________________________________
26996 [ 8287] By: jhi on 2000/12/31 18:15:56
26997 Log: Comment away a diagnostic message as noted by Craig A. Berry
26998 (the unexpected message was confusing testing)
27000 ! ext/Encode/Encode.pm
27001 ____________________________________________________________________________
27002 [ 8286] By: jhi on 2000/12/31 18:14:51
27003 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
27004 Date: Sun, 31 Dec 2000 11:17:37 -0600
27005 From: "Craig A. Berry" <craigberry@mac.com>
27006 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
27008 ! ext/Encode/Makefile.PL
27009 ____________________________________________________________________________
27010 [ 8285] By: nick on 2000/12/31 18:11:54
27011 Log: Start of support of ICU-style .ucm files:
27012 - teach compile how to read a .ucm file
27013 - first guess at how to represent fallbacks in "tries".
27014 - use fallbacks if check == 0
27015 - new return code to indicate we used one.
27017 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27018 ! ext/Encode/encengine.c ext/Encode/encode.h
27019 ____________________________________________________________________________
27020 [ 8284] By: jhi on 2000/12/31 18:04:41
27021 Log: Pacify picky VMS compiler.
27023 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
27024 From: "Craig A. Berry" <craig.berry@psinetcs.com>
27025 Date: Sat, 30 Dec 2000 18:10:02 -0600
27026 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
27029 ____________________________________________________________________________
27030 [ 8283] By: jhi on 2000/12/31 16:11:47
27031 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
27033 ! t/lib/glob-basic.t
27034 ____________________________________________________________________________
27035 [ 8282] By: jhi on 2000/12/31 15:26:11
27036 Log: Integrate perlio.
27038 !> makedef.pl opcode.pl os2/os2.c perlio.c
27039 ____________________________________________________________________________
27040 [ 8281] By: nick on 2000/12/31 10:06:15
27041 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
27042 is available to be exported
27044 ! makedef.pl perlio.c
27045 ____________________________________________________________________________
27046 [ 8280] By: nick on 2000/12/31 09:41:26
27047 Log: Ilya's OS2 patch (testing for damage on Win32)
27049 ! makedef.pl opcode.pl os2/os2.c
27050 ____________________________________________________________________________
27051 [ 8279] By: jhi on 2000/12/30 21:52:07
27054 ! t/lib/syslfs.t t/op/lfs.t
27055 ____________________________________________________________________________
27056 [ 8278] By: jhi on 2000/12/30 21:47:49
27057 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
27058 From: andreas.koenig@anima.de (Andreas J. Koenig)
27059 Date: 30 Dec 2000 22:35:37 +0100
27060 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
27062 The 32-bit wraparound test wasn't quite right.
27064 ! t/lib/syslfs.t t/op/lfs.t
27065 ____________________________________________________________________________
27066 [ 8277] By: jhi on 2000/12/30 21:33:44
27067 Log: Subject: [PATCH] open() example in perlfunc.pod
27068 From: Karsten Sperling <s_sperli@ira.uka.de>
27069 Date: Sat, 30 Dec 2000 22:27:09 +0100
27070 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
27073 ____________________________________________________________________________
27074 [ 8276] By: jhi on 2000/12/30 20:32:40
27075 Log: Not quite that many tests yet.
27078 ____________________________________________________________________________
27079 [ 8275] By: jhi on 2000/12/30 20:26:58
27080 Log: Integrate perlio.
27083 ____________________________________________________________________________
27084 [ 8274] By: jhi on 2000/12/30 20:24:56
27085 Log: Signedness nit.
27088 ____________________________________________________________________________
27089 [ 8273] By: jhi on 2000/12/30 20:15:46
27090 Log: Add a test case for 20000731.001 which was fixed by the #8267.
27093 ____________________________________________________________________________
27094 [ 8272] By: nick on 2000/12/30 19:47:51
27095 Log: Tweak for MULTIPLICITY/USE_PERLIO
27098 ____________________________________________________________________________
27099 [ 8271] By: nick on 2000/12/30 19:46:45
27100 Log: Integrate mainline
27102 +> lib/unicode/distinct.pm
27103 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
27104 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
27105 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
27106 ____________________________________________________________________________
27107 [ 8270] By: jhi on 2000/12/30 19:39:50
27108 Log: Subject: RE: perl@8269
27109 From: "Richard Soderberg" <rs@crystalflame.net>
27110 Date: Sat, 30 Dec 2000 11:36:27 -0800
27111 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
27116 ____________________________________________________________________________
27117 [ 8269] By: jhi on 2000/12/30 18:55:48
27118 Log: Update Changes.
27120 ! Changes patchlevel.h
27121 ____________________________________________________________________________
27122 [ 8268] By: jhi on 2000/12/30 17:18:40
27123 Log: Add a test for Unicode split //. The #8267 was the cure.
27126 ____________________________________________________________________________
27127 [ 8267] By: jhi on 2000/12/30 17:14:19
27128 Log: Subject: more UTF8 test suites and an UTF8 patch
27129 From: Inaba Hiroto <inaba@st.rim.or.jp>
27130 Date: Sat, 30 Dec 2000 14:27:10 +0900
27131 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
27133 Just the patch part for now, and the pragma renamed
27134 as unicode::distinct.
27136 + lib/unicode/distinct.pm
27137 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
27138 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
27139 ! regcomp.h regexec.c sv.c toke.c utf8.c
27140 ____________________________________________________________________________
27141 [ 8266] By: nick on 2000/12/30 16:40:49
27142 Log: Integrate mainline
27144 +> lib/Pod/Text/Overstrike.pm
27145 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
27146 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
27147 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
27148 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
27149 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
27150 ____________________________________________________________________________
27151 [ 8265] By: jhi on 2000/12/30 07:28:55
27152 Log: The sv_catsv() fix, take two.
27155 ____________________________________________________________________________
27156 [ 8264] By: jhi on 2000/12/30 06:19:18
27157 Log: Undo all the join-related changes since #8248: relevant
27158 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
27159 The new sv_catsv() doesn't fly so it must go back to
27162 ! sv.c t/op/join.t t/pragma/utf8.t
27163 ____________________________________________________________________________
27164 [ 8263] By: jhi on 2000/12/30 01:08:32
27165 Log: (Retracted by #8264) Tweak sv_catsv() some more.
27168 ____________________________________________________________________________
27169 [ 8262] By: jhi on 2000/12/30 00:45:14
27170 Log: Retract #8261.
27173 ____________________________________________________________________________
27174 [ 8261] By: jhi on 2000/12/30 00:38:32
27175 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
27178 ____________________________________________________________________________
27179 [ 8260] By: jhi on 2000/12/29 22:51:33
27180 Log: (Retracted by #8264) More fixing for #8251.
27183 ____________________________________________________________________________
27184 [ 8259] By: jhi on 2000/12/29 18:27:30
27185 Log: Subject: podlators 1.06 released
27186 From: Russ Allbery <rra@stanford.edu>
27187 Date: 25 Dec 2000 05:09:30 -0800
27188 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
27190 + lib/Pod/Text/Overstrike.pm
27191 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
27192 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
27193 ____________________________________________________________________________
27194 [ 8258] By: jhi on 2000/12/29 18:20:45
27195 Log: Make the large file tests more robust/talkative as suggested by
27197 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
27198 From: andreas.koenig@anima.de (Andreas J. Koenig)
27199 Date: 29 Dec 2000 14:23:01 +0100
27200 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
27202 ! t/lib/syslfs.t t/op/lfs.t
27203 ____________________________________________________________________________
27204 [ 8257] By: jhi on 2000/12/29 17:48:04
27205 Log: Further VMS piping fixes from Charles Lane:
27207 In summary, error messages produced when a subprocess terminated
27208 abnormally were being sent not just to the parent process, but to
27209 grandparents, because of default values for error output that were
27210 not completely overridden when the subprocess was started.
27212 This patch fixes this behavior by defining user-mode (i.e., temporary
27213 for the duration of the program) logical names for SYS$OUTPUT and
27214 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
27215 changes to make it so that the user-mode logicals are the ones that
27216 control where Perl's error messages go if it terminates abnormally.
27218 I also added some gratuitous fixes to the indentation of braces in
27219 the piping code. It just looked ugly, before.
27221 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
27222 ____________________________________________________________________________
27223 [ 8256] By: jhi on 2000/12/29 17:45:12
27224 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
27225 From: "Casey R. Tweten" <crt@kiski.net>
27226 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
27227 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
27229 Tests for for #8240.
27231 ! t/pragma/constant.t
27232 ____________________________________________________________________________
27233 [ 8255] By: jhi on 2000/12/29 17:43:07
27234 Log: Subject: Re: [PATCH] Interesting syntax idea
27235 From: Simon Cozens <simon@cozens.net>
27236 Date: Fri, 29 Dec 2000 14:34:04 +0000
27237 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
27241 ! t/pragma/sub_lval.t
27242 ____________________________________________________________________________
27243 [ 8254] By: jhi on 2000/12/29 17:42:11
27244 Log: Subject: [PATCH] Interesting syntax idea
27245 From: Simon Cozens <simon@cozens.net>
27246 Date: Wed, 27 Dec 2000 05:08:57 +0000
27247 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
27249 Make opens + bareword assigns do typeglob assigns.
27252 ____________________________________________________________________________
27253 [ 8253] By: jhi on 2000/12/29 17:36:45
27254 Log: Output the (apparent) version of gcc, as suggested by
27256 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
27257 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
27258 Date: 26 Dec 2000 04:29:17 -0500
27259 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
27261 (The patch as such didn't any more apply as the misparsing had
27262 already been addressed in #6474.) Also change the wording about
27263 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
27266 ____________________________________________________________________________
27267 [ 8252] By: nick on 2000/12/29 12:14:31
27268 Log: Integrate mainline
27270 !> (integrate 27 files)
27271 ____________________________________________________________________________
27272 [ 8251] By: jhi on 2000/12/29 08:45:46
27273 Log: (Retracted by #8264)
27277 sv_catsv() needs one more byte space than seems reasonable.
27278 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
27279 Curiouser and curiouser.
27282 ____________________________________________________________________________
27283 [ 8250] By: jhi on 2000/12/29 07:57:52
27284 Log: More split // UTF-8 tests.
27287 ____________________________________________________________________________
27288 [ 8249] By: jhi on 2000/12/29 07:54:51
27289 Log: (Retracted by #8264) More join() testing which was good because
27290 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
27292 ! pp.c t/op/join.t utf8.c utf8.h
27293 ____________________________________________________________________________
27294 [ 8248] By: jhi on 2000/12/29 07:08:32
27295 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
27296 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
27297 that the only cases to care about are byte+byte and byte+character.
27299 TODO: See how well pp_concat() could be implemented in terms
27302 ! doop.c sv.c t/op/join.t utf8.h
27303 ____________________________________________________________________________
27304 [ 8247] By: jhi on 2000/12/29 06:35:23
27305 Log: Signedness nit.
27308 ____________________________________________________________________________
27309 [ 8246] By: jhi on 2000/12/29 01:23:31
27310 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
27311 From: Lupe Christoph <lupe@lupe-christoph.de>
27312 Date: Thu, 28 Dec 2000 23:00:00 +0100
27313 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
27315 Suggest rsync --delete --dry-run.
27318 ____________________________________________________________________________
27319 [ 8245] By: jhi on 2000/12/28 23:57:05
27320 Log: The maxiters upper limit sanity check (guarding against
27321 non-progress) assumed bytes instead of characters in s///
27325 ____________________________________________________________________________
27326 [ 8244] By: jhi on 2000/12/28 23:34:08
27327 Log: Make some panic messages a bit more logical.
27329 ! doop.c pod/perldiag.pod pp.c pp_hot.c
27330 ____________________________________________________________________________
27331 [ 8243] By: jhi on 2000/12/28 22:59:16
27332 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
27333 From: Simon Cozens <simon@cozens.net>
27334 Date: Wed, 27 Dec 2000 02:30:03 +0000
27335 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
27337 ! pp.c t/pragma/sub_lval.t
27338 ____________________________________________________________________________
27339 [ 8242] By: jhi on 2000/12/28 22:56:53
27340 Log: Subject: [PATCH blead] Fix B::Terse indentation
27341 From: Daniel Chetlin <daniel@chetlin.com>
27342 Date: Wed, 27 Dec 2000 06:43:30 -0800
27343 Message-ID: <20001227064329.B9573@darkstar>
27345 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
27346 ____________________________________________________________________________
27347 [ 8241] By: jhi on 2000/12/28 22:48:59
27348 Log: The latter patch from the
27350 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
27351 From: Peter Prymmer <pvhp@forte.com>
27352 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
27353 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
27355 (the former patch from the above should have been
27356 taken care of by Nick I-S)
27359 ____________________________________________________________________________
27360 [ 8240] By: jhi on 2000/12/28 22:45:22
27361 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
27362 From: "Casey R. Tweten" <crt@kiski.net>
27363 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
27364 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
27367 ____________________________________________________________________________
27368 [ 8239] By: jhi on 2000/12/28 22:37:45
27369 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
27370 From: Simon Cozens <simon@cozens.net>
27371 Date: Wed, 27 Dec 2000 14:12:44 +0000
27372 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
27374 ! t/op/method.t t/op/sort.t toke.c
27375 ____________________________________________________________________________
27376 [ 8238] By: jhi on 2000/12/28 22:30:32
27377 Log: Subject: [PATCH perl@8229] Call.pm
27378 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27379 Date: Mon, 25 Dec 2000 10:47:15 -0000
27380 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
27382 ! ext/Filter/Util/Call/Call.pm
27383 ____________________________________________________________________________
27384 [ 8237] By: jhi on 2000/12/28 22:19:21
27385 Log: Subject: [PATCH blead] Fix problem with `&' prototype
27386 From: Daniel Chetlin <daniel@chetlin.com>
27387 Date: Wed, 27 Dec 2000 15:55:32 -0800
27388 Message-ID: <20001227155532.D9573@darkstar>
27390 ! op.c t/comp/proto.t
27391 ____________________________________________________________________________
27392 [ 8236] By: jhi on 2000/12/28 22:09:25
27393 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
27394 From: Daniel Chetlin <daniel@chetlin.com>
27395 Date: Sun, 24 Dec 2000 04:09:49 -0800
27396 Message-ID: <20001224040949.B3090@darkstar>
27398 ! gv.c mg.c t/op/attrs.t
27399 ____________________________________________________________________________
27400 [ 8235] By: jhi on 2000/12/28 22:07:11
27401 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
27402 From: Jan Dubois <jand@ActiveState.com>
27403 Date: Tue, 26 Dec 2000 20:57:31 -0800
27404 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
27407 ____________________________________________________________________________
27408 [ 8234] By: jhi on 2000/12/28 21:52:42
27409 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
27410 From: Simon Cozens <simon@cozens.net>
27411 Date: Thu, 28 Dec 2000 20:33:13 +0000
27412 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
27414 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
27415 ____________________________________________________________________________
27416 [ 8233] By: jhi on 2000/12/28 19:40:49
27417 Log: Integrate perlio.
27419 !> ext/Encode/Makefile.PL ext/Encode/compile
27420 ____________________________________________________________________________
27421 [ 8232] By: nick on 2000/12/23 16:06:00
27422 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
27423 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
27425 ! ext/Encode/Makefile.PL
27426 ____________________________________________________________________________
27427 [ 8231] By: nick on 2000/12/23 14:30:34
27428 Log: "Compiled" encode build cleanup
27429 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
27430 - .c files do not export sub-tables
27432 ! ext/Encode/Makefile.PL ext/Encode/compile
27433 ____________________________________________________________________________
27434 [ 8230] By: nick on 2000/12/23 12:50:37
27435 Log: Integrate mainline
27437 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27438 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27439 !> pod/perl5004delta.pod pod/perl5005delta.pod
27440 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27441 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27442 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27444 ____________________________________________________________________________
27445 [ 8229] By: jhi on 2000/12/22 15:32:12
27446 Log: Integrate perlio.
27448 +> win32/distclean.bat
27449 !> MANIFEST t/io/utf8.t
27450 ____________________________________________________________________________
27451 [ 8228] By: jhi on 2000/12/22 15:29:40
27452 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
27453 From: Robin Barker <rmb1@cise.npl.co.uk>
27454 Date: Fri, 22 Dec 2000 12:17:38 GMT
27455 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
27457 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27458 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27459 ! pod/perl5004delta.pod pod/perl5005delta.pod
27460 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27461 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27462 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27464 ____________________________________________________________________________
27465 [ 8227] By: jhi on 2000/12/22 15:24:28
27466 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
27467 From: "John L. Allen" <allen@grumman.com>
27468 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
27469 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
27471 Document APPLLIB_EXP.
27474 ____________________________________________________________________________
27475 [ 8226] By: nick on 2000/12/21 22:11:50
27476 Log: Handy script for when one forgets to "dmake clean"
27478 + win32/distclean.bat
27480 ____________________________________________________________________________
27481 [ 8225] By: nick on 2000/12/21 21:54:04
27482 Log: CRLF platform issue with io/utf8 fix.
27485 ____________________________________________________________________________
27486 [ 8224] By: nick on 2000/12/21 21:02:20
27487 Log: Integrate mainline
27489 !> Changes Configure Makefile.SH Porting/Glossary
27490 !> Porting/config.sh Porting/config_H configure.com
27491 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
27492 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
27493 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
27494 !> win32/config.bc win32/config.gc win32/config.vc
27495 ____________________________________________________________________________
27496 [ 8223] By: jhi on 2000/12/21 17:09:16
27497 Log: Update Changes.
27499 ! Changes patchlevel.h
27500 ____________________________________________________________________________
27501 [ 8222] By: jhi on 2000/12/21 16:24:01
27502 Log: Metaconfig unit changes for #8221.
27503 Branch: metaconfig/U/perl
27507 ____________________________________________________________________________
27508 [ 8221] By: jhi on 2000/12/21 16:23:48
27509 Log: Rename testsyml to issymlink.
27511 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27512 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
27514 ____________________________________________________________________________
27515 [ 8220] By: jhi on 2000/12/21 15:47:26
27516 Log: Robustness support for #8218 (symlink forest) since the GNU
27517 tools seem to be overly picky about symlinkage depths.
27519 ! Makefile.SH t/io/fs.t
27520 ____________________________________________________________________________
27521 [ 8219] By: jhi on 2000/12/21 15:38:27
27522 Log: Metaconfig changes for #8218.
27524 ! U/modified/Oldconfig.U
27525 Branch: metaconfig/U/perl
27528 ____________________________________________________________________________
27529 [ 8218] By: jhi on 2000/12/21 15:37:57
27530 Log: Add Configure option -Dmksymlinks which will create a symlink
27531 forest if the current/build differs from the source directory.
27532 TODO: mkdir -p is not portable.
27535 ____________________________________________________________________________
27536 [ 8217] By: jhi on 2000/12/21 14:39:12
27537 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
27538 From: Nick Ing-Simmons <nik@tiuk.ti.com>
27539 Date: Thu, 21 Dec 2000 09:38:18 GMT
27540 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
27542 The ofs became an SV.
27544 ! ext/Thread/Thread.xs
27545 ____________________________________________________________________________
27546 [ 8216] By: jhi on 2000/12/21 05:40:21
27547 Log: The polymorphism seems to have fixed 20000517.001.
27550 ____________________________________________________________________________
27551 [ 8215] By: jhi on 2000/12/21 04:44:52
27552 Log: read() documentation tweak for 20001121.004.
27555 ____________________________________________________________________________
27556 [ 8214] By: jhi on 2000/12/21 03:54:11
27557 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
27559 ! pp_sys.c t/op/misc.t
27560 ____________________________________________________________________________
27561 [ 8213] By: jhi on 2000/12/21 00:28:10
27562 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
27563 From: Peter Prymmer <pvhp@forte.com>
27564 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
27565 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
27568 ____________________________________________________________________________
27569 [ 8212] By: jhi on 2000/12/21 00:26:21
27570 Log: Edit edit edit.
27573 ____________________________________________________________________________
27574 [ 8211] By: jhi on 2000/12/20 18:52:46
27575 Log: Update Changes.
27577 ! Changes patchlevel.h
27578 ____________________________________________________________________________
27579 [ 8210] By: jhi on 2000/12/20 18:34:47
27580 Log: Yet another editor edit.
27583 ____________________________________________________________________________
27584 [ 8209] By: jhi on 2000/12/20 15:33:28
27585 Log: More Win32 Perling.
27588 ____________________________________________________________________________
27589 [ 8208] By: jhi on 2000/12/20 15:07:46
27590 Log: More Win32 editor/IDE/shell hints.
27593 ____________________________________________________________________________
27594 [ 8207] By: jhi on 2000/12/20 03:54:08
27595 Log: Subject: [PATCH] obscure timing knowledge
27596 From: Nicholas Clark <nick@ccl4.org>
27597 Date: Tue, 19 Dec 2000 19:22:31 +0000
27598 Message-ID: <20001219192231.F2827@plum.flirble.org>
27601 ____________________________________________________________________________
27602 [ 8206] By: jhi on 2000/12/20 03:45:57
27603 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
27604 From: Spider Boardman <spider@leggy.zk3.dec.com>
27605 Date: Tue, 19 Dec 2000 21:30:16 -0500
27606 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
27609 ____________________________________________________________________________
27610 [ 8205] By: jhi on 2000/12/19 23:02:01
27611 Log: Update Changes.
27613 ! Changes patchlevel.h
27614 ____________________________________________________________________________
27615 [ 8204] By: jhi on 2000/12/19 22:58:18
27616 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
27617 using the \xHH notation. No more inlined UTF-8, sigh, but easier
27618 on editors and diffing/patching.
27620 ! t/op/utf8decode.t
27621 ____________________________________________________________________________
27622 [ 8203] By: nick on 2000/12/19 21:36:16
27623 Log: Integrate mainline (forgot my own change...)
27625 !> ext/Encode/compile
27626 ____________________________________________________________________________
27627 [ 8202] By: nick on 2000/12/19 21:34:42
27628 Log: Integrate mainline.
27630 !> (integrate 61 files)
27631 ____________________________________________________________________________
27632 [ 8201] By: nick on 2000/12/19 21:34:06
27633 Log: Avoid looking for File::Glob when we don't need it.
27635 ! ext/Encode/compile
27636 ____________________________________________________________________________
27637 [ 8200] By: jhi on 2000/12/19 18:35:49
27638 Log: Update Changes.
27640 ! Changes patchlevel.h
27641 ____________________________________________________________________________
27642 [ 8199] By: jhi on 2000/12/19 18:35:07
27643 Log: Microperl tweaks.
27645 ! sv.c uconfig.h uconfig.sh
27646 ____________________________________________________________________________
27647 [ 8198] By: jhi on 2000/12/19 18:29:59
27648 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
27650 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27651 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
27652 ____________________________________________________________________________
27653 [ 8197] By: jhi on 2000/12/19 17:55:29
27654 Log: In VMS embedded perls couldn't access the statically built Socket,
27658 ____________________________________________________________________________
27659 [ 8196] By: jhi on 2000/12/19 17:49:50
27660 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
27661 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27662 Date: Sun, 17 Dec 2000 19:11:44 -0000
27663 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
27665 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27666 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
27667 ____________________________________________________________________________
27668 [ 8195] By: jhi on 2000/12/19 17:47:53
27669 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
27670 From: Jonathan Stowe <gellyfish@gellyfish.com>
27671 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
27672 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
27675 ____________________________________________________________________________
27676 [ 8194] By: jhi on 2000/12/19 17:46:28
27677 Log: Subject: Re: useless use of void context work-around
27678 From: andreas.koenig@anima.de (Andreas J. Koenig)
27679 Date: 16 Dec 2000 15:13:36 +0100
27680 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
27682 Document (comment) the q(di ds ig) trick in the code.
27685 ____________________________________________________________________________
27686 [ 8193] By: jhi on 2000/12/19 17:10:57
27687 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
27688 From: "Mark J. Reed" <mreed@strange.turner.com>
27689 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
27690 Message-Id: <200012160222.VAA13986@strange.turner.com>
27692 ! ext/Sys/Syslog/Syslog.pm
27693 ____________________________________________________________________________
27694 [ 8192] By: jhi on 2000/12/19 17:07:45
27695 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
27696 From: Nicholas Clark <nick@ccl4.org>
27697 Date: Sat, 16 Dec 2000 19:03:13 +0000
27698 Message-ID: <20001216190313.D68304@plum.flirble.org>
27701 ____________________________________________________________________________
27702 [ 8191] By: jhi on 2000/12/19 17:06:13
27703 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
27704 From: Dominic Dunlop <domo@computer.org>
27705 Date: Mon, 18 Dec 2000 12:00:15 +0100
27706 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
27708 This patchlet is needed in order that perl can be statically linked.
27711 ____________________________________________________________________________
27712 [ 8190] By: jhi on 2000/12/19 17:03:08
27713 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
27714 From: "Craig A. Berry" <craig.berry@psinetcs.com>
27715 Date: Sun, 17 Dec 2000 00:18:35 -0600
27716 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
27718 ! perlio.h vms/gen_shrfls.pl
27719 ____________________________________________________________________________
27720 [ 8189] By: jhi on 2000/12/19 16:20:28
27721 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
27722 From: Prymmer/Kahn <pvhp@best.com>
27723 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
27724 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
27726 A better version of #8188.
27729 ____________________________________________________________________________
27730 [ 8188] By: jhi on 2000/12/19 15:57:06
27731 Log: (Replaced by #8189)
27733 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27734 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
27735 From: Prymmer/Kahn <pvhp@best.com>
27736 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
27737 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27738 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
27739 Date: Mon, 18 Dec 2000 11:10:45 -0500
27740 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
27743 ____________________________________________________________________________
27744 [ 8187] By: jhi on 2000/12/19 15:54:19
27745 Log: Email address fix for Anton Berezin.
27748 ____________________________________________________________________________
27749 [ 8186] By: jhi on 2000/12/19 15:38:54
27750 Log: Subject: [PATCH perl@8102] cygwin port
27751 From: "Eric Fifer" <efifer@dircon.co.uk>
27752 Date: Thu, 14 Dec 2000 13:41:29 -0000
27753 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
27755 When compiling modules the data item that is being imported
27756 from libperl.dll needs to be tagged as imported/shared data:
27757 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
27760 ____________________________________________________________________________
27761 [ 8185] By: jhi on 2000/12/19 14:53:24
27762 Log: Regen uconfig.h and uconfig.sh.
27764 ! uconfig.h uconfig.sh
27765 ____________________________________________________________________________
27766 [ 8184] By: jhi on 2000/12/18 20:43:49
27767 Log: Comments work so much better when they are closed.
27770 ____________________________________________________________________________
27771 [ 8183] By: jhi on 2000/12/18 18:04:02
27772 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
27773 Fixes the bug 20001218.016.
27776 ____________________________________________________________________________
27777 [ 8182] By: gsar on 2000/12/18 09:53:47
27778 Log: delete spurious files
27779 Branch: maint-5.6/perl
27780 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
27781 - vos/config.h vos/config_h.SH_orig
27782 ____________________________________________________________________________
27783 [ 8181] By: gsar on 2000/12/18 09:46:08
27785 Branch: maint-5.6/perl
27786 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
27787 ____________________________________________________________________________
27788 [ 8180] By: gsar on 2000/12/18 09:20:27
27789 Log: integrate changes#7924..7926,7946,7952 from mainline
27790 Branch: maint-5.6/perl
27791 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
27792 !> lib/File/stat.pm t/lib/class-struct.t
27793 ____________________________________________________________________________
27794 [ 8179] By: gsar on 2000/12/18 08:55:54
27795 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
27796 7918,7919,7988,8907 from mainline (various)
27797 Branch: maint-5.6/perl
27798 +> t/lib/class-struct.t
27799 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
27800 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
27801 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
27802 ____________________________________________________________________________
27803 [ 8178] By: gsar on 2000/12/18 08:16:30
27804 Log: avoid redefinition warnings on windows due to sys/socket.h getting
27805 #included before win32.h
27806 Branch: maint-5.6/perl
27807 ! win32/include/sys/socket.h
27808 ____________________________________________________________________________
27809 [ 8177] By: gsar on 2000/12/18 05:24:04
27810 Log: make regen_headers; fix POSIX.xs problems; remove outdated
27811 code from sys/socket.h that makes build fail now
27812 Branch: maint-5.6/perl
27813 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
27815 !> win32/include/sys/socket.h
27816 ____________________________________________________________________________
27817 [ 8176] By: gsar on 2000/12/18 05:20:17
27818 Log: update Changes
27819 Branch: maint-5.6/perl
27820 ! Changes patchlevel.h
27821 ____________________________________________________________________________
27822 [ 8175] By: gsar on 2000/12/18 04:57:48
27823 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
27824 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
27825 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
27826 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
27827 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
27829 Branch: maint-5.6/perl
27830 +> lib/File/Spec/Epoc.pm
27831 !> (integrate 88 files)
27832 ____________________________________________________________________________
27833 [ 8174] By: gsar on 2000/12/18 03:53:09
27834 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
27835 7625..7629,7631..7634,7637,7639,7642 from mainline
27836 Branch: maint-5.6/perl
27838 !> (integrate 26 files)
27839 ____________________________________________________________________________
27840 [ 8173] By: gsar on 2000/12/18 03:37:02
27841 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
27842 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
27843 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
27844 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
27845 Branch: maint-5.6/perl
27846 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
27848 !> (integrate 111 files)
27849 ____________________________________________________________________________
27850 [ 8172] By: jhi on 2000/12/18 02:49:27
27853 ! pod/perlmodlib.pod pod/perltoc.pod
27854 ____________________________________________________________________________
27855 [ 8171] By: gsar on 2000/12/18 02:49:24
27856 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
27857 7465..7471 from mainline
27859 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
27860 in platforms that strictly require all the symbols being present
27863 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
27865 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
27867 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
27869 Subject: [PATCH] todo
27871 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
27873 Use $sort, $uniq (and $tr) consistently as wondered
27876 Too enthusiastic editing in #7460.
27878 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
27880 Upgrade to CPAN 1.58_55.
27881 Subject: CPAN.pm status
27883 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
27885 Make target reordering to avoid pointless re-makes.
27886 Subject: Re: Total re-make of 'make okfile' after 7451 ?
27888 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
27890 Subject: DOC PATCH 5.6.0
27892 Add the repository doc by Malcolm, Sarathy, and by Simon,
27893 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
27894 Branch: maint-5.6/perl
27895 +> Porting/repository.pod
27896 !> Configure MANIFEST Makefile.SH README.dos README.os2
27897 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
27898 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
27899 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
27900 ____________________________________________________________________________
27901 [ 8169] By: gsar on 2000/12/18 02:33:34
27902 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
27903 7435..7441,7445 from mainline
27905 Make the UTF-8 decoding stricter and more verbose when
27906 malformation happens. This involved adding an argument
27907 to utf8_to_uv_chk(), which involved changing its prototype,
27908 and prefer STRLEN over I32 for the UTF-8 length, which as
27909 a domino effect necessitated changing the prototypes of
27910 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
27911 The stricter UTF-8 decoding checking uses Markus Kuhn's
27912 UTF-8 Decode Stress Tester from
27913 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
27915 Run vms/vms_yfix.pl, should have done that after changing
27918 Subject: [PATCH 5.7.0] static linking with uninstalled perl
27920 (Replaced by #7440.)
27921 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27923 Fix the bug ID 20001024.005, the bug introduced by #7416.
27925 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
27927 Fix the bug reported in
27928 From: andreas.koenig@anima.de (Andreas J. Koenig)
27929 Also make is_utf8_char() stricter.
27931 Missed the header file changes from #7425.
27933 Check if stdio supports tweaking lval and cnt simultaneously.
27934 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
27936 Stratus VOS updates from Paul Green.
27938 Podify README.epoc and README.vos.
27940 Add targets to Makefile.SH, most importantly
27941 'regen_all' which also remembers to update vms/perly*.
27943 Subject: Minor update to find2perl, for portability
27945 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
27947 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
27949 Rename UTF8LEN() to be UNISKIP(), too confusing to have
27950 UTF8LEN() and UTF8SKIP().
27952 Allow poking holes at the UTF-8 decoding strictness.
27954 Continue the internal UTF-8 API tweaking.
27955 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
27956 used much more than the simpler API, now called utf8_to_uv_simple().
27957 Still not quite happy with API, too much partial duplication
27960 A new version of making the syslog test more robust.
27962 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27964 buildtoc target tweaks.
27966 Integrate with vmsperl #7430 by Charles Bailey:
27968 Cleanup from prior patch (Charles Lane?):
27969 - improve handling of MFDs in Basename and Path
27970 - default to no xsubpp line # munging when building debug images
27971 Branch: maint-5.6/perl
27972 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27973 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
27974 !> (integrate 67 files)
27975 ____________________________________________________________________________
27976 [ 8168] By: gsar on 2000/12/18 02:05:49
27977 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
27979 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
27980 From: Martin Husemann <martin@duskware.de>
27982 Subject: [PATCH 5.7.0] restore match data on backtracing
27983 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27984 Branch: maint-5.6/perl
27985 !> regcomp.c regexec.c t/op/re_tests
27986 ____________________________________________________________________________
27987 [ 8167] By: gsar on 2000/12/18 01:55:22
27988 Log: integrate changes#7858,7986 from mainline
27990 C<foreach my $x ...> in pseudo-fork()ed process may diddle
27991 parent's memory; fix it by keeping track of the actual pad
27992 offset rather than a raw pointer (this change is probably also
27993 relevant to non-ithreads case to avoid fallout from reallocs of
27994 the pad array, but is currently only enabled for the ithreads
27995 case in the interests of minimal disruption to existing "well
27998 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
27999 due to the notorious GetFileType() bug in Windows 9x, which fstat()
28001 Branch: maint-5.6/perl
28002 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
28003 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
28004 !> win32/win32.c win32/win32.h win32/win32sck.c
28005 ____________________________________________________________________________
28006 [ 8166] By: gsar on 2000/12/18 01:52:59
28007 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
28008 from mainline (xsubpp and ExtUtils::LibList fixups, various
28010 Branch: maint-5.6/perl
28011 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
28012 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
28013 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
28014 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
28015 !> win32/bin/search.pl
28016 ____________________________________________________________________________
28017 [ 8165] By: gsar on 2000/12/18 01:28:45
28018 Log: integrate changes#7533,7563,7611,7623 from mainline (various
28019 malloc.c embellishments)
28020 Branch: maint-5.6/perl
28021 !> malloc.c pod/perldiag.pod
28022 ____________________________________________________________________________
28023 [ 8164] By: gsar on 2000/12/18 01:23:33
28024 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
28026 Branch: maint-5.6/perl
28028 ____________________________________________________________________________
28029 [ 8163] By: gsar on 2000/12/18 01:17:50
28030 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
28032 Branch: maint-5.6/perl
28033 !> Makefile.SH utils/perlbug.PL
28034 ____________________________________________________________________________
28035 [ 8162] By: gsar on 2000/12/18 00:25:43
28036 Log: always export Perl_deb() (it is required by re.xs whether
28037 Perl is built with or without -DDEBUGGING)
28038 Branch: maint-5.6/perl
28040 ____________________________________________________________________________
28041 [ 8161] By: gsar on 2000/12/18 00:23:38
28042 Log: integrate change#7414 from mainline
28044 Undo the basename() part of #7412 since the lib/basename
28045 tests would need upgrading too.
28047 squelch two tests in tr.t that rely on tr/// paranoia change
28048 that's not in 5.6.x
28049 Branch: maint-5.6/perl
28051 !> lib/File/Basename.pm
28052 ____________________________________________________________________________
28053 [ 8160] By: gsar on 2000/12/18 00:05:30
28054 Log: missing change in previous integrate
28055 Branch: maint-5.6/perl
28057 ____________________________________________________________________________
28058 [ 8159] By: gsar on 2000/12/18 00:03:38
28059 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
28060 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
28061 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
28062 7410..7413 from mainline
28063 Branch: maint-5.6/perl
28064 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
28065 +> t/lib/tie-splice.t
28066 - lib/unicode/Is/DCinital.pl
28067 !> (integrate 112 files)
28068 ____________________________________________________________________________
28069 [ 8158] By: jhi on 2000/12/17 23:04:24
28070 Log: Subject: [PATCHES] RE: perl@8150
28071 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
28072 Date: Sun, 17 Dec 2000 21:46:39 +0100
28073 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
28075 Neither cygwin has a getpwuid() one can trust on.
28077 ! t/lib/glob-basic.t
28078 ____________________________________________________________________________
28079 [ 8157] By: jhi on 2000/12/17 23:01:54
28080 Log: More MAN.PODS => {} fixes.
28082 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
28083 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
28084 ! os2/OS2/REXX/Makefile.PL
28085 ____________________________________________________________________________
28086 [ 8156] By: gsar on 2000/12/17 22:49:13
28087 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
28088 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
28089 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
28090 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
28091 7201,7204 from mainline
28092 Branch: maint-5.6/perl
28093 !> (integrate 121 files)
28094 ____________________________________________________________________________
28095 [ 8155] By: jhi on 2000/12/17 22:30:58
28096 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
28097 From: "Craig A. Berry" <craigberry@mac.com>
28098 Date: Sun, 17 Dec 2000 13:09:28 -0600
28099 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
28101 MAN.PODS => ' ' is naughty.
28103 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
28104 ____________________________________________________________________________
28105 [ 8154] By: nick on 2000/12/17 22:07:13
28106 Log: MULTIPLICITY nit.
28109 ____________________________________________________________________________
28110 [ 8153] By: gsar on 2000/12/17 21:23:05
28111 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
28112 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
28115 Document the SvIOK_.*UV().
28117 Update Unicode todo list.
28119 Guard against bad string->int conversion for quads.
28121 Subject: small apidoc fix
28123 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28125 Subject: [PATCH] Tied filehandle documentation
28127 Subject: [PATCH] Modernize Opcode.pm documentation
28129 Make Data::Dumper (non-XS) to work with changed semantics of ref().
28130 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28131 [applied even though said semantics didn't change in 5.6.x]
28133 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28135 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
28137 Fix the URL, but the server is still missing in action.
28138 Subject: [ID 20000905.002] perlfaq1.pod URL error
28140 Subject: [ID 20000903.001] \w in utf8-strings
28142 Fix the ccversion detection for 5.1 and beyond.
28143 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28145 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
28147 Subject: [ID 20000904.008] Tiny fix for perldiag
28149 Subject: Re: [ID 20000906.004] segfault with bad perl statement
28151 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28153 Subject: [ID 20000908.002] perlipc documentation bug.
28155 Subject: [PATCH lib/Benchmark.pm]
28157 Re-allow vec() for characters > 255.
28158 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
28160 Do away with memory models cruft. Sorry, PDP users.
28164 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
28166 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
28168 Upgrade to CPAN 1.57_65, from Andreas König.
28170 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
28173 Silence t/pod/*.t about alternate quote-mappings now implemented
28174 by Pod::Text, from Brad Appleton.
28176 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
28177 Subject: borland C++ win32.c tweak
28179 C<@a = @b = split(...)> optimization coredumps under ithreads
28180 (missed a spot when fixing up op_pmreplroot hack for ithreads)
28182 Document the SvUTF8*().
28184 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
28186 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
28188 Do in VMS as the #7054 does.
28190 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
28192 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
28194 Subject: [patch: perl@7045] vms updates
28196 Test for the #7049.
28197 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
28199 Break up the myconfig lines a bit.
28200 Subject: perlbug/perl -V output format
28202 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
28204 The #7054 truncated Configure badly.
28206 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
28207 initialization in all the threads on Windows
28209 Allow for whitespace between "#" and "line" in cpp output.
28210 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
28212 Remove vestiges of tr//CU.
28213 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28215 The return value of setlocale must be copied away.
28216 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
28218 Allow chop() and chomp() to be overridden.
28219 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
28221 Hints optimization.
28224 Subject: [PATCH] de-wall t/README
28226 Subject: Re: Two advertising clauses need to be removed
28227 Branch: maint-5.6/perl
28228 !> (integrate 75 files)
28229 ____________________________________________________________________________
28230 [ 8152] By: gsar on 2000/12/17 20:30:11
28231 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
28232 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
28233 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
28235 Don't attach -ld to the archname if pointless.
28237 Document UNTIE in a very minimalistic way.
28239 POSIX doesn't report long double values under -Duselongdouble
28240 when the long doubles are "real" (bigger than doubles).
28242 More author updates.
28244 Try to deduce NV_MAX. Really should be Configure fodder.
28246 :: not allowed in pathnames, change to .
28247 Subject: [PATCH perl@6938] cygwin port
28249 Forget about NV_MAX (#6951). Various floating point tweaks,
28250 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
28252 Move the Solaris 7 scan to use64bitall, make the
28253 failure to find 64-bot sparc libc to mention the
28254 possibility of being in an intel, from Lupe and Alan.
28258 AUTHORS tweaks, from Peter Prymmer.
28260 More address tweaking.
28262 Small tweaks all over.
28264 File::Temp patches from Andreas König,
28266 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
28268 Subject: CPAN.pm beta 1.57_57 for the core
28270 Part of the solution.
28271 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
28273 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
28275 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28277 Add the overload warnings to perldiag.
28279 Drop unused argument.
28280 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
28282 Subject: Nit in Configure (bleadperl@6961)
28284 Update to PodParser 1.18, from Brad Appleton.
28286 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
28288 Subject: [PATCH: 6948] add SCNfldbl to configure.com
28290 Document UNTIE. Also tweak implementation to suppress the 'inner references'
28291 warning when UNTIE exists and instead pass the cound of extra references to
28294 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
28295 so that case-ignoring systems like DCL can tell them from
28296 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
28298 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28300 Feature ordering tweak.
28304 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
28306 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
28308 Subject: http:// in L<>
28312 change#6791 accidentally clobbered change#6710, put it back
28314 Only the first line, thank you very much.
28316 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
28317 plus rework the http: spots as suggested by Tom Christiansen,
28318 plus regen perltoc.
28320 Undo part of change 6489 which looks like a bulk edit which
28321 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
28322 The supressing of main:: on return from select() is undesirable.
28324 Apparently avoiding the swapping is too costly.
28326 Various Configure nits by Philip Newton,
28327 plus the ebcdic one by me.
28329 Make certain cc is set before trying to run it.
28331 If overloaded %{} etc. return the object do not loop.
28332 Thus sub deref { $_[0] } functions if object is wanted type.
28336 More %{} and other deref special casing - do not pass to 'nomethod'.
28337 Branch: maint-5.6/perl
28338 !> (integrate 59 files)
28339 ____________________________________________________________________________
28340 [ 8151] By: gsar on 2000/12/17 19:14:38
28341 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
28342 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
28344 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
28346 Make the epsilon to be relative, not absolute.
28348 Put back the flags dump as reasoned in
28349 Subject: Re: [PATCH] Glob dumping
28351 Introduce ccname to keep track of what compiler kind of we have.
28353 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
28355 Put back the slice accidentally removed by #6907.
28357 Reset archname and archname64 always, forcing them be
28358 recomputed at each Configure run, make Configure and
28359 the hints files agree on the naming of largefiles variables.
28361 Don't say "Perl 5.0 source kit".
28363 Subject: [PATCH] fix misc cast warnings
28365 Subject: typos in pods
28367 NVs not necessarily doubles, as pointed out by Yitzchak.
28369 Subject: [PATCH 6889] add a few ldbl formats to configure.com
28371 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
28373 Better options for rsync.
28375 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
28377 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
28379 Subject: [PATCH] Re: UNTIE method
28381 A better fix for the Socket building problem from Craig Berry.
28383 Retract the dummy test, skip the security tests (instead of failing),
28384 explain what the warnings mean.
28387 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
28389 Update to Unicode 3.0.1.
28391 Missed one Unicode file.
28393 Subject: Re: typos in pods
28395 The #6929 was too skimpy.
28397 sscanf() may be the only way to read long doubles from strings.
28399 Reveal Borland's isnan.
28400 Subject: build with BC++ tweak
28402 Issue useful diagnostic on unknown pod commands.
28403 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
28405 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
28407 Clarify the third case of ftmp-security warnings.
28409 Make -Dusemorebits find long doubles in Solaris.
28411 Wrap the test in eval.
28412 Branch: maint-5.6/perl
28413 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
28414 +> lib/unicode/PropList.txt lib/unicode/README.perl
28415 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28416 +> lib/unicode/Unicode.301 vms/vmspipe.com
28417 - lib/unicode/Props.txt lib/unicode/UCD300.html
28418 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
28419 !> (integrate 305 files)
28420 ____________________________________________________________________________
28421 [ 8150] By: jhi on 2000/12/17 18:47:57
28422 Log: Uncheckedin generated files.
28424 ! global.sym perlapi.c pod/perlapi.pod
28425 ____________________________________________________________________________
28426 [ 8149] By: jhi on 2000/12/17 18:41:22
28427 Log: Update Changes.
28429 ! Changes patchlevel.h
28430 ____________________________________________________________________________
28431 [ 8148] By: jhi on 2000/12/17 18:39:16
28432 Log: Subject: [PATCH] Fcntl constants speedup
28433 From: Nicholas Clark <nick@ccl4.org>
28434 Date: Sun, 17 Dec 2000 16:29:24 +0000
28435 Message-ID: <20001217162924.E97668@plum.flirble.org>
28437 Use IVs for the Fcntl constants instead of NVs.
28439 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
28440 ____________________________________________________________________________
28441 [ 8147] By: jhi on 2000/12/17 18:33:41
28442 Log: Add test for #8145 (binmode() warning), add warning for
28443 ioctl() and sockpair(), document them. (fileno() cannot
28444 be tripwired with the same kind of warning because
28445 'defined fileno($foo)' seems to be an idiom.)
28447 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
28448 ____________________________________________________________________________
28449 [ 8146] By: gsar on 2000/12/17 18:09:08
28450 Log: update Changes
28451 Branch: maint-5.6/perl
28453 ____________________________________________________________________________
28454 [ 8145] By: jhi on 2000/12/17 17:39:35
28455 Log: Subject: [PATCH] Re: The long awaited feature ...
28456 From: Simon Cozens <simon@cozens.net>
28457 Date: Sun, 17 Dec 2000 12:31:56 +0000
28458 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
28460 Add a warning to binmode() about using bad filehandles
28461 (can happen e.g. if someone forgets the filehandle argument)
28464 ____________________________________________________________________________
28465 [ 8144] By: jhi on 2000/12/17 17:33:48
28466 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
28467 From: Jonathan Stowe <gellyfish@gellyfish.com>
28468 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
28469 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
28472 ____________________________________________________________________________
28473 [ 8143] By: jhi on 2000/12/17 05:31:37
28474 Log: Polymorphic regexps.
28476 Fixes at least the bugs 20001028.003 (both of them...) and
28477 20001108.001. The bugs 20001114.001 and 20001205.014 seem
28478 also to be fixed by now, probably already before this patch.
28480 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
28481 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
28482 ! t/op/utf8decode.t t/pragma/utf8.t
28483 ____________________________________________________________________________
28484 [ 8142] By: jhi on 2000/12/16 17:16:05
28485 Log: Subject: [patch perl@8102] dos/djgpp update
28486 From: Laszlo Molnar <ml1050@freemail.hu>
28487 Date: Sat, 16 Dec 2000 01:40:52 +0100
28488 Message-ID: <20001216014052.A335@freemail.hu>
28490 ! djgpp/config.over t/base/commonsense.t
28491 ____________________________________________________________________________
28492 [ 8141] By: jhi on 2000/12/16 17:09:27
28493 Log: Few uncheckedin files.
28495 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
28496 ____________________________________________________________________________
28497 [ 8140] By: nick on 2000/12/15 22:14:31
28498 Log: Integrate mainline
28500 !> (integrate 53 files)
28501 ____________________________________________________________________________
28502 [ 8139] By: jhi on 2000/12/15 19:49:49
28503 Log: One more IVUV tweak from Nicholas Clark.
28506 ____________________________________________________________________________
28507 [ 8138] By: jhi on 2000/12/15 19:17:06
28508 Log: Return of the IVUV-preservation, now seems to be happy even
28509 in Digital UNIX (the broken strtoul brokenness detection
28510 seems to have been the fly in the ointment).
28512 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28513 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
28514 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
28515 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
28516 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28517 ! vos/config.ga.h win32/config.bc win32/config.gc
28519 ____________________________________________________________________________
28520 [ 8137] By: jhi on 2000/12/15 18:12:14
28521 Log: Metaconfig unit change for #8136.
28523 ! U/modified/d_strtoul.U
28524 Branch: metaconfig/U/perl
28525 ! d_strtoull.U d_strtouq.U
28526 ____________________________________________________________________________
28527 [ 8136] By: jhi on 2000/12/15 18:11:35
28528 Log: I don't think it's sensible or portable to test the strtou*
28532 ____________________________________________________________________________
28533 [ 8135] By: jhi on 2000/12/15 17:18:49
28534 Log: Metaconfig unit change for #8134.
28536 ! U/modified/d_strtoul.U
28537 ____________________________________________________________________________
28538 [ 8134] By: jhi on 2000/12/15 17:14:13
28539 Log: If longsize is 8 we don't need a LL suffix for integer constants.
28541 ! Configure config_h.SH
28542 ____________________________________________________________________________
28543 [ 8133] By: jhi on 2000/12/15 16:00:23
28544 Log: Update Changes.
28546 ! Changes patchlevel.h
28547 ____________________________________________________________________________
28548 [ 8132] By: jhi on 2000/12/15 15:44:16
28549 Log: Some compilers get huffy if you do not cast a const pointer
28550 to a non-const when assigning.
28553 ____________________________________________________________________________
28554 [ 8131] By: jhi on 2000/12/15 15:38:30
28555 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
28556 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28557 Date: Fri, 15 Dec 2000 05:26:57 -0500
28558 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
28560 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
28561 ! t/pragma/overload.t
28562 ____________________________________________________________________________
28563 [ 8130] By: jhi on 2000/12/15 15:36:08
28564 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
28565 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28566 Date: Thu, 14 Dec 2000 22:02:43 -0500
28567 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
28570 ____________________________________________________________________________
28571 [ 8129] By: jhi on 2000/12/15 15:34:16
28572 Log: Subject: PATCH: h2xs nit
28573 From: Tim Jenness <t.jenness@jach.hawaii.edu>
28574 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
28575 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
28577 Add a template README.
28580 ____________________________________________________________________________
28581 [ 8128] By: jhi on 2000/12/15 15:32:22
28582 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
28584 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
28585 ____________________________________________________________________________
28586 [ 8127] By: jhi on 2000/12/15 15:19:34
28587 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
28588 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28589 Date: Thu, 14 Dec 2000 20:04:42 EST
28590 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
28592 ! ext/Opcode/Opcode.xs
28593 ____________________________________________________________________________
28594 [ 8126] By: jhi on 2000/12/15 15:17:49
28595 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
28596 From: Peter Prymmer <pvhp@forte.com>
28597 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
28598 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
28600 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
28601 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
28602 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
28603 ____________________________________________________________________________
28604 [ 8125] By: jhi on 2000/12/15 15:11:05
28605 Log: This seems to be a stage sane and stable enough to checkin.
28606 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
28608 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
28609 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
28610 ! t/op/cmp.t t/op/numconvert.t
28611 ____________________________________________________________________________
28612 [ 8124] By: jhi on 2000/12/15 04:20:26
28613 Log: Something is really wonky.
28616 ____________________________________________________________________________
28617 [ 8123] By: jhi on 2000/12/15 04:00:50
28618 Log: Fixes for the IV UV patches to compile in Digital UNIX.
28621 ____________________________________________________________________________
28622 [ 8122] By: jhi on 2000/12/15 02:53:40
28623 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
28624 From: "Craig A. Berry" <craigberry@mac.com>
28625 Date: Thu, 14 Dec 2000 19:10:49 -0600
28626 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
28629 ____________________________________________________________________________
28630 [ 8121] By: jhi on 2000/12/15 02:50:00
28631 Log: Metaconfig changes for #8120.
28633 + U/modified/d_strtoul.U
28634 Branch: metaconfig/U/perl
28635 ! d_strtoull.U d_strtouq.U
28636 ____________________________________________________________________________
28637 [ 8120] By: jhi on 2000/12/15 02:49:42
28638 Log: From: Nicholas Clark <nick@ccl4.org>
28639 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
28640 Date: Thu, 14 Dec 2000 18:38:57 +0000
28641 Message-ID: <20001214183857.B97909@plum.flirble.org>
28643 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28644 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
28645 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28646 ! vos/config.ga.def vos/config.ga.h win32/config.bc
28647 ! win32/config.gc win32/config.vc
28648 ____________________________________________________________________________
28649 [ 8119] By: jhi on 2000/12/14 23:40:58
28650 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
28651 From: Nicholas Clark <nick@ccl4.org>
28652 Date: Wed, 13 Dec 2000 20:08:50 +0000
28653 Message-ID: <20001213200849.B71166@plum.flirble.org>
28655 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
28656 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
28657 ____________________________________________________________________________
28658 [ 8118] By: jhi on 2000/12/14 22:46:26
28659 Log: Integrate perlio.
28661 !> MANIFEST ext/Encode/compile makedef.pl
28662 ____________________________________________________________________________
28663 [ 8117] By: nick on 2000/12/14 22:38:53
28664 Log: Win32 tweaks to get Encode to build
28665 - temp hack to makedef.pl till PerlIO is properly "exported".
28667 static encpage_t foo[];
28668 so make 'em extern for now.
28670 ! ext/Encode/compile makedef.pl
28671 ____________________________________________________________________________
28672 [ 8116] By: nick on 2000/12/14 22:00:53
28673 Log: Document the new files
28676 ____________________________________________________________________________
28677 [ 8115] By: jhi on 2000/12/14 21:58:01
28678 Log: MANIFEST new files of #8114.
28681 ____________________________________________________________________________
28682 [ 8114] By: jhi on 2000/12/14 21:50:49
28683 Log: Integrate perlio.
28685 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
28686 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
28687 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
28688 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
28689 !> ext/Encode/Makefile.PL
28690 ____________________________________________________________________________
28691 [ 8113] By: jhi on 2000/12/14 21:48:49
28692 Log: The documentation part of the
28694 Subject: [ID 20001214.002] Net::Ping patch
28695 From: Jonathan Stowe <gellyfish@gellyfish.com>
28696 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
28697 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
28698 since the #7529 had already addressed the same problem.
28701 ____________________________________________________________________________
28702 [ 8112] By: jhi on 2000/12/14 21:42:57
28703 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
28704 From: Dominic Dunlop <domo@computer.org>
28705 Date: Tue, 12 Dec 2000 10:47:10 +0100
28706 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
28708 Document how elusive subroutines can be.
28711 ____________________________________________________________________________
28712 [ 8111] By: jhi on 2000/12/14 21:38:05
28713 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
28714 From: Dominic Dunlop <domo@computer.org>
28715 Date: Thu, 14 Dec 2000 10:13:51 +0100
28716 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
28718 ! ext/POSIX/POSIX.pod
28719 ____________________________________________________________________________
28720 [ 8110] By: jhi on 2000/12/14 21:36:32
28721 Log: Subject: [patch] perlfaq7
28722 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
28723 Date: Thu, 14 Dec 2000 15:31:07 +0100
28724 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
28727 ____________________________________________________________________________
28728 [ 8109] By: jhi on 2000/12/14 21:29:20
28729 Log: Subject: [8104] Encode
28730 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28731 Date: Thu, 14 Dec 2000 14:49:34 +0100
28732 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
28734 Type casting for nervous compilers.
28736 ! ext/Encode/Encode.xs
28737 ____________________________________________________________________________
28738 [ 8108] By: jhi on 2000/12/14 21:26:17
28739 Log: Subject: [8104] DB_File
28740 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28741 Date: Thu, 14 Dec 2000 14:49:35 +0100
28742 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
28744 Type definition incorrect for DB 2.7.7. Not known when it
28745 changed, so only changed it for a known revision.
28747 ! ext/DB_File/DB_File.xs
28748 ____________________________________________________________________________
28749 [ 8107] By: jhi on 2000/12/14 21:23:41
28750 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
28751 From: Peter Prymmer <pvhp@forte.com>
28752 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
28753 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
28755 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
28757 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28758 ! ext/Encode/Encode/posix-bc.enc
28759 ____________________________________________________________________________
28760 [ 8106] By: nick on 2000/12/14 20:36:13
28761 Log: "Cold" build correction to Encode's Makefile.PL
28763 ! ext/Encode/Makefile.PL
28764 ____________________________________________________________________________
28765 [ 8105] By: nick on 2000/12/14 20:09:37
28766 Log: "Compiled" encodings.
28767 Correct replacement character in EBCDIC .enc files
28768 Add 0x7F to ASCII repertoire.
28770 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28771 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
28772 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
28773 ! ext/Encode/Makefile.PL ext/Encode/compile
28774 ! ext/Encode/encengine.c ext/Encode/encode.h
28775 ____________________________________________________________________________
28776 [ 8104] By: nick on 2000/12/14 00:38:20
28777 Log: Integrate mainline
28779 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
28780 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
28781 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
28782 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
28783 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
28784 !> t/lib/db-hash.t t/lib/db-recno.t
28785 ____________________________________________________________________________
28786 [ 8103] By: nick on 2000/12/13 23:16:13
28787 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
28788 so far and so it does not get lost.
28790 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
28791 ____________________________________________________________________________
28792 [ 8102] By: jhi on 2000/12/13 17:14:22
28793 Log: Update Changes.
28795 ! Changes patchlevel.h
28796 ____________________________________________________________________________
28797 [ 8101] By: jhi on 2000/12/13 16:53:41
28798 Log: Move the proto of start_glob() to a better place; regen api files.
28800 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
28801 ____________________________________________________________________________
28802 [ 8100] By: jhi on 2000/12/13 16:47:11
28803 Log: Metaconfig change for #8099.
28805 ! U/modified/Head.U
28806 ____________________________________________________________________________
28807 [ 8099] By: jhi on 2000/12/13 16:46:48
28808 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
28809 From: Andy Dougherty <doughera@lafayette.edu>
28810 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
28811 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
28814 ____________________________________________________________________________
28815 [ 8098] By: jhi on 2000/12/13 16:39:02
28816 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
28817 From: rspier@pobox.com (Robert Spier)
28818 Date: Tue, 12 Dec 2000 21:12:39 -0500
28819 Message-ID: <14902.56087.678086.725773@rls.cx>
28821 fastgetcwd is defined using a glob alias on a $^O dependent basis -
28822 and there was no default assignment or perl subroutine.
28825 ____________________________________________________________________________
28826 [ 8097] By: jhi on 2000/12/13 16:16:01
28827 Log: Subject: [PATCH] move startglob out of pp_hot.c
28828 From: Nicholas Clark <nick@ccl4.org>
28829 Date: Mon, 11 Dec 2000 23:16:39 +0000
28830 Message-ID: <20001211231638.A55550@plum.flirble.org>
28832 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
28833 ____________________________________________________________________________
28834 [ 8096] By: jhi on 2000/12/13 15:26:23
28835 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
28836 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28837 Date: Wed, 13 Dec 2000 14:01:37 +0100
28838 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
28840 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
28841 in turn requires libpthread in libswanted.
28844 ____________________________________________________________________________
28845 [ 8095] By: jhi on 2000/12/12 19:51:05
28846 Log: The integration wars continue.
28849 ____________________________________________________________________________
28850 [ 8094] By: jhi on 2000/12/12 19:48:26
28851 Log: Subject: [PATCH perl@8070] DB_File-1.74
28852 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28853 Date: Mon, 11 Dec 2000 23:07:17 -0000
28854 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
28856 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28857 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
28858 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
28860 ____________________________________________________________________________
28861 [ 8093] By: nick on 2000/12/12 19:42:13
28862 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
28865 !> lib/File/DosGlob.pm
28866 ____________________________________________________________________________
28867 [ 8092] By: jhi on 2000/12/12 19:28:11
28868 Log: Integrate perlio.
28871 ____________________________________________________________________________
28872 [ 8091] By: nick on 2000/12/12 18:49:45
28873 Log: Fix for Tk, and upgrading shared SVs.
28876 ____________________________________________________________________________
28877 [ 8090] By: jhi on 2000/12/12 16:48:59
28878 Log: Subject: [PATCH] Re: Breadperl & Tk
28879 From: Nick Ing-Simmons <nik@tiuk.ti.com>
28880 Date: Tue, 12 Dec 2000 14:48:27 GMT
28881 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
28884 ____________________________________________________________________________
28885 [ 8089] By: jhi on 2000/12/12 03:37:19
28886 Log: Subject: DosGlob.pm diff for bash style brace expansion.
28887 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
28888 Date: Fri, 8 Dec 2000 10:45:30 -0600
28889 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
28891 ! lib/File/DosGlob.pm
28892 ____________________________________________________________________________
28893 [ 8088] By: nick on 2000/12/11 23:59:59
28894 Log: Integrate mainline
28896 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
28897 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28898 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
28899 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
28900 !> t/op/local.t t/pragma/warn/toke toke.c
28901 ____________________________________________________________________________
28902 [ 8087] By: jhi on 2000/12/11 23:20:23
28903 Log: Integrate perlio.
28905 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28906 ____________________________________________________________________________
28907 [ 8086] By: jhi on 2000/12/11 22:50:59
28908 Log: Tune further the OS detection of CGI.
28911 ____________________________________________________________________________
28912 [ 8085] By: nick on 2000/12/11 22:50:46
28913 Log: Finish 1st pass of "encoding" layer e.g. :
28914 open($fh,"<encoding(iso8859-7)",$greek) || die;
28916 ! ext/Encode/Encode.xs perlio.c perliol.h
28917 ____________________________________________________________________________
28918 [ 8084] By: jhi on 2000/12/11 22:32:06
28919 Log: Revert the -f ambiguousity patch, seems to cause
28920 too much hassle (the interpret -Q as a function
28921 where Q is not a known filetest part is left in).
28923 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
28925 ____________________________________________________________________________
28926 [ 8083] By: jhi on 2000/12/11 22:27:23
28927 Log: (accidentally empty check-in)
28929 ! lib/File/DosGlob.pm
28930 ____________________________________________________________________________
28931 [ 8082] By: nick on 2000/12/11 19:09:51
28932 Log: Restore mmap function (broken by tweaks to shared buffer
28933 layer for encode(xxxx)).
28936 ____________________________________________________________________________
28937 [ 8081] By: jhi on 2000/12/11 18:29:13
28938 Log: Subject: Re: The long awaited feature ...
28939 From: Simon Cozens <simon@cozens.net>
28940 Date: Mon, 11 Dec 2000 15:54:24 +0000
28941 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
28943 More io/utf8 tests.
28946 ____________________________________________________________________________
28947 [ 8080] By: jhi on 2000/12/11 18:19:36
28948 Log: Subject: PATCH MakeMaker manpage clarification
28949 From: andreas.koenig@anima.de (Andreas J. Koenig)
28950 Date: 10 Dec 2000 20:46:13 +0100
28951 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
28953 ! lib/ExtUtils/MakeMaker.pm
28954 ____________________________________________________________________________
28955 [ 8079] By: jhi on 2000/12/11 15:35:07
28956 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
28957 From: Simon Cozens <simon@cozens.net>
28958 Date: Sun, 10 Dec 2000 19:06:19 +0000
28959 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
28961 ! ext/B/B/Deparse.pm t/lib/b.t
28962 ____________________________________________________________________________
28963 [ 8078] By: jhi on 2000/12/11 15:09:11
28964 Log: Subject: [PATCH] docs on NaN
28965 From: Nicholas Clark <nick@ccl4.org>
28966 Date: Mon, 11 Dec 2000 01:48:38 +0000
28967 Message-ID: <20001211014838.B99205@plum.flirble.org>
28970 ____________________________________________________________________________
28971 [ 8077] By: jhi on 2000/12/11 15:02:21
28972 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
28973 From: Simon Cozens <simon@cozens.net>
28974 Date: Mon, 11 Dec 2000 01:21:45 +0000
28975 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
28977 ! pp.c pp_hot.c scope.c t/op/local.t
28978 ____________________________________________________________________________
28979 [ 8076] By: nick on 2000/12/10 20:43:32
28980 Log: Not merge worthy...
28981 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
28982 syntax is modelled on attributes.
28983 Untested fix for io/utf8 on Win32 etc.
28984 Very clumsy start to the encode layer.
28986 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28987 ____________________________________________________________________________
28988 [ 8075] By: jhi on 2000/12/10 18:39:33
28989 Log: Darwin is not Windows.
28992 ____________________________________________________________________________
28993 [ 8074] By: jhi on 2000/12/10 18:31:27
28994 Log: Subject: Ambiguous -%c() resolved as a file test
28995 From: "Paul Marquess" <Paul.Marquess@openwave.com>
28996 Date: Sun, 10 Dec 2000 15:35:07 -0000
28997 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
28999 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29000 ____________________________________________________________________________
29001 [ 8073] By: jhi on 2000/12/10 18:16:29
29002 Log: Subject: PATCH installperl misinformed
29003 From: andreas.koenig@anima.de (Andreas J. Koenig)
29004 Date: 10 Dec 2000 13:01:32 +0100
29005 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
29008 ____________________________________________________________________________
29009 [ 8072] By: jhi on 2000/12/10 18:07:55
29010 Log: The walkoptree confusion rages; walkoptree() seems to be coming
29011 from B.xs, while walkoptree_slow() comes from B.pm.
29014 ____________________________________________________________________________
29015 [ 8071] By: nick on 2000/12/10 11:45:47
29016 Log: Integrate mainline
29018 +> t/base/commonsense.t
29019 !> (integrate 37 files)
29020 ____________________________________________________________________________
29021 [ 8070] By: jhi on 2000/12/10 04:46:21
29022 Log: Update Changes.
29024 ! Changes patchlevel.h
29025 ____________________________________________________________________________
29026 [ 8069] By: jhi on 2000/12/10 04:39:19
29027 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
29028 From: andreas.koenig@anima.de (Andreas J. Koenig)
29029 Date: 09 Dec 2000 17:14:25 +0100
29030 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
29032 + t/base/commonsense.t
29033 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
29034 ____________________________________________________________________________
29035 [ 8068] By: jhi on 2000/12/10 04:17:36
29036 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
29037 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29038 Date: Sat, 9 Dec 2000 16:47:22 -0000
29039 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
29041 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
29042 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
29043 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
29044 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
29045 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
29046 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
29048 ____________________________________________________________________________
29049 [ 8067] By: jhi on 2000/12/10 03:52:02
29050 Log: Test case for #8066.
29053 ____________________________________________________________________________
29054 [ 8066] By: jhi on 2000/12/10 03:50:30
29055 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
29056 From: Simon Cozens <simon@cozens.net>
29057 Date: Sun, 10 Dec 2000 00:55:37 +0000
29058 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
29061 ____________________________________________________________________________
29062 [ 8065] By: jhi on 2000/12/10 03:44:52
29063 Log: Test case for #8064.
29066 ____________________________________________________________________________
29067 [ 8064] By: jhi on 2000/12/10 03:42:32
29068 Log: Subject: Re: prototype of substr
29069 From: Simon Cozens <simon@cozens.net>
29070 Date: Sun, 10 Dec 2000 00:13:33 +0000
29071 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
29073 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
29076 ____________________________________________________________________________
29077 [ 8063] By: jhi on 2000/12/10 03:39:42
29078 Log: Subject: [PATCH] perlguts.pod
29079 From: Simon Cozens <simon@cozens.net>
29080 Date: Sun, 10 Dec 2000 00:06:47 +0000
29081 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
29083 Documentation of the different types of ops,
29084 plus the functions in dump.c
29087 ____________________________________________________________________________
29088 [ 8062] By: jhi on 2000/12/10 03:30:04
29089 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
29090 From: Nicholas Clark <nick@talking.bollo.cx>
29091 Date: Sat, 09 Dec 2000 18:57:25 +0000
29092 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
29094 Be more robust in weird hostname setups.
29096 ! t/lib/net-hostent.t
29097 ____________________________________________________________________________
29098 [ 8061] By: jhi on 2000/12/10 03:28:21
29099 Log: Pacify fussy compiler.
29102 ____________________________________________________________________________
29103 [ 8060] By: jhi on 2000/12/10 02:52:46
29104 Log: Integrate perlio.
29106 !> pp_sys.c t/io/utf8.t
29107 ____________________________________________________________________________
29108 [ 8059] By: nick on 2000/12/09 23:40:14
29109 Log: read/sysread/recv should now be utf8 aware.
29110 Basic test for utf8 read.
29112 ! pp_sys.c t/io/utf8.t
29113 ____________________________________________________________________________
29114 [ 8058] By: jhi on 2000/12/09 21:56:02
29115 Log: Integrate perlio.
29118 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
29119 ____________________________________________________________________________
29120 [ 8057] By: jhi on 2000/12/09 21:53:35
29121 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
29122 From: Inaba Hiroto <inaba@st.rim.or.jp>
29123 Date: Sun, 10 Dec 2000 05:53:21 +0900
29124 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
29129 ____________________________________________________________________________
29130 [ 8056] By: jhi on 2000/12/09 21:51:16
29131 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
29132 From: Inaba Hiroto <inaba@st.rim.or.jp>
29133 Date: Sat, 09 Dec 2000 18:02:00 +0900
29134 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
29136 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
29138 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
29139 ____________________________________________________________________________
29140 [ 8055] By: nick on 2000/12/09 20:11:48
29141 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
29142 than raw PerlIO_write() - does not seem to break any tests.
29145 ____________________________________________________________________________
29146 [ 8054] By: nick on 2000/12/09 19:47:30
29147 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
29148 (sysread, recv and write i.e. formats still to do...)
29149 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
29150 open($fh,">:utf8","name")
29151 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
29152 so no extra overhead is involved.
29153 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
29154 to a non-utf8 stream.
29155 Add initial io/utf8.t
29156 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
29157 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
29158 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
29161 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
29162 ____________________________________________________________________________
29163 [ 8053] By: nick on 2000/12/09 19:26:37
29164 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
29165 was only testing this_utf8.
29168 ____________________________________________________________________________
29169 [ 8052] By: nick on 2000/12/09 19:09:41
29170 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
29171 i.e. the output string has one, but don't mess with source assumption.
29174 ____________________________________________________________________________
29175 [ 8051] By: jhi on 2000/12/09 16:55:17
29176 Log: Integrate perlio.
29178 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
29179 !> sv.c thrdvar.h util.c
29180 ____________________________________________________________________________
29181 [ 8050] By: jhi on 2000/12/09 16:48:07
29182 Log: Nits noticed by Peter Prymmer.
29184 ! lib/ExtUtils/MM_VMS.pm
29185 ____________________________________________________________________________
29186 [ 8049] By: nick on 2000/12/09 13:49:40
29187 Log: UTF8 output prework.
29188 - Store $\ and $, as SVs so they can have SvUTF8 flag
29189 - use do_print() rather than raw PerlIO_write() to print them.
29191 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
29193 ____________________________________________________________________________
29194 [ 8048] By: nick on 2000/12/09 12:30:43
29195 Log: Integrate mainline.
29197 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
29199 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
29200 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29201 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
29202 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
29203 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
29204 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
29205 ____________________________________________________________________________
29206 [ 8047] By: jhi on 2000/12/09 00:23:27
29207 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
29208 From: Michael G Schwern <schwern@pobox.com>
29209 Date: Fri, 8 Dec 2000 14:43:04 -0600
29211 ! lib/ExtUtils/MM_VMS.pm
29212 ____________________________________________________________________________
29213 [ 8046] By: jhi on 2000/12/08 23:10:27
29214 Log: A missed check-in.
29216 ! lib/ExtUtils/Manifest.pm
29217 ____________________________________________________________________________
29218 [ 8045] By: jhi on 2000/12/08 21:57:12
29219 Log: (null check-in)
29221 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
29222 ____________________________________________________________________________
29223 [ 8044] By: jhi on 2000/12/08 21:11:06
29224 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
29225 at the final draft stage.
29227 + ext/Encode/Encode/iso8859-16.enc
29229 ____________________________________________________________________________
29230 [ 8043] By: jhi on 2000/12/08 16:39:04
29231 Log: Update Changes.
29233 ! Changes patchlevel.h
29234 ____________________________________________________________________________
29235 [ 8042] By: jhi on 2000/12/08 16:33:39
29236 Log: Do not return the Unicode replacement character if UTF-8
29237 decoding goes awry, it should be up to the caller to decide.
29239 ! pod/perlapi.pod utf8.c
29240 ____________________________________________________________________________
29241 [ 8041] By: jhi on 2000/12/08 16:22:28
29242 Log: metaconfig maintenance.
29244 ! U/modified/stdchar.U
29245 Branch: metaconfig/U/perl
29247 ____________________________________________________________________________
29248 [ 8040] By: jhi on 2000/12/08 16:03:08
29249 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
29250 From: sthoenna@efn.org
29251 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
29252 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
29254 ! Changes lib/ExtUtils/MM_OS2.pm
29255 ____________________________________________________________________________
29256 [ 8039] By: jhi on 2000/12/08 15:57:11
29257 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
29258 From: Simon Cozens <simon@cozens.net>
29259 Date: Fri, 8 Dec 2000 13:33:31 +0000
29260 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
29262 (The pp_hot part needed a rewrite.)
29264 ! doop.c pp_hot.c utf8.c
29265 ____________________________________________________________________________
29266 [ 8038] By: jhi on 2000/12/08 15:25:08
29268 From: Michael Stevens <michael@etla.org>
29269 Date: Wed, 6 Dec 2000 23:24:01 +0000
29270 Message-ID: <20001206232400.A21381@firedrake.org>
29272 Plus a note from Nick Ing-Simmons.
29275 ____________________________________________________________________________
29276 [ 8037] By: jhi on 2000/12/08 15:18:35
29277 Log: Filetype is text.
29279 ! t/op/utf8decode.t
29280 ____________________________________________________________________________
29281 [ 8036] By: jhi on 2000/12/08 03:31:27
29282 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29283 From: Andy Dougherty <doughera@lafayette.edu>
29284 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
29285 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
29287 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29288 From: Andy Dougherty <doughera@lafayette.edu>
29289 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
29290 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
29292 + ext/POSIX/hints/svr4.pl
29293 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
29294 ____________________________________________________________________________
29295 [ 8035] By: jhi on 2000/12/08 03:26:01
29296 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
29297 From: Andy Dougherty <doughera@lafayette.edu>
29298 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
29299 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
29301 ! t/README t/base/term.t
29302 ____________________________________________________________________________
29303 [ 8034] By: jhi on 2000/12/08 03:21:59
29304 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
29305 From: mjd@plover.com
29306 Date: 7 Dec 2000 21:04:20 -0000
29307 Message-ID: <20001207210420.22282.qmail@plover.com>
29312 ____________________________________________________________________________
29313 [ 8033] By: jhi on 2000/12/08 03:19:03
29314 Log: Use the UTF8 macros a bit. They can't be used with abandon
29315 everywhere because we do generate illegal UTF-8 in some situations.
29316 This is of course naughty.
29318 ! pod/perlapi.pod utf8.c utf8.h
29319 ____________________________________________________________________________
29320 [ 8032] By: jhi on 2000/12/08 03:00:09
29323 ! t/pragma/warn/utf8
29324 ____________________________________________________________________________
29325 [ 8031] By: jhi on 2000/12/08 02:22:39
29329 ____________________________________________________________________________
29330 [ 8030] By: jhi on 2000/12/08 01:23:54
29331 Log: Add test for reverse().
29335 ____________________________________________________________________________
29336 [ 8029] By: jhi on 2000/12/08 01:21:47
29337 Log: Integrate perlio.
29339 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
29340 !> perlio.c perlio.h perlsdio.h warnings.pl
29341 ____________________________________________________________________________
29342 [ 8028] By: jhi on 2000/12/08 01:19:08
29343 Log: Introduce macros for UTF8 decoding.
29345 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
29346 ____________________________________________________________________________
29347 [ 8027] By: nick on 2000/12/07 22:18:19
29348 Log: Integrate mainline
29350 !> embed.pl pod/perlapi.pod utf8.c
29351 ____________________________________________________________________________
29352 [ 8026] By: nick on 2000/12/07 21:45:08
29353 Log: Various oddities p4 diff -se showed up
29354 Remove 'our' from warnings.pl
29356 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
29357 ____________________________________________________________________________
29358 [ 8025] By: nick on 2000/12/07 21:43:32
29359 Log: Change PerlIO_(get|set)pos to take SV *
29360 Should fix, OS/2, VMS, (sfio??)
29362 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
29363 ____________________________________________________________________________
29364 [ 8024] By: jhi on 2000/12/07 19:05:32
29365 Log: Document utf8_to_uv() better.
29367 ! pod/perlapi.pod utf8.c
29368 ____________________________________________________________________________
29369 [ 8023] By: jhi on 2000/12/07 18:23:47
29370 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
29372 ! embed.pl pod/perlapi.pod utf8.c
29373 ____________________________________________________________________________
29374 [ 8022] By: jhi on 2000/12/07 04:13:51
29375 Log: Integrate perlio.
29377 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
29378 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
29379 !> win32/makefile.mk
29380 ____________________________________________________________________________
29381 [ 8021] By: nick on 2000/12/07 00:28:14
29382 Log: Various attempts at MSVC debug - not sure what has
29383 changed but works now.
29384 Seems atexit() _may_ work for DLLs built with MSVC so don't
29385 call cleanup that way.
29387 ! perlio.c win32/makefile.mk
29388 ____________________________________________________________________________
29389 [ 8020] By: nick on 2000/12/06 19:57:20
29390 Log: Integrate mainline
29392 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
29393 !> (integrate 75 files)
29394 ____________________________________________________________________________
29395 [ 8019] By: nick on 2000/12/06 19:28:21
29396 Log: Add useperlio to config.vc
29397 Turn off binmode in config_H.PL
29398 Regen all the config_H.xx
29399 Attempt to get debugging build with MSVC.
29401 ! win32/config.vc win32/config_H.bc win32/config_H.gc
29402 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
29403 ____________________________________________________________________________
29404 [ 8018] By: nick on 2000/12/06 19:21:57
29405 Log: Test various dup/external program options on all platforms.
29408 ____________________________________________________________________________
29409 [ 8017] By: nick on 2000/12/06 19:20:47
29410 Log: Fix harness to be less picky
29412 ! lib/Test/Harness.pm
29413 ____________________________________________________________________________
29414 [ 8016] By: jhi on 2000/12/06 16:45:12
29415 Log: Update Changes.
29417 ! Changes patchlevel.h
29418 ____________________________________________________________________________
29419 [ 8015] By: jhi on 2000/12/06 16:41:03
29420 Log: Test \x{...} with ord().
29423 ____________________________________________________________________________
29424 [ 8014] By: jhi on 2000/12/06 16:20:33
29425 Log: Test tweak because of #8013.
29428 ____________________________________________________________________________
29429 [ 8013] By: jhi on 2000/12/06 16:09:09
29430 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
29431 From: Michael G Schwern <schwern@pobox.com>
29432 Date: Tue, 5 Dec 2000 21:23:28 -0500
29433 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
29435 Carp::Heavy parts not very applicable because of recent changes.
29437 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
29438 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
29439 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
29440 ! lib/Exporter.pm lib/Exporter/Heavy.pm
29441 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
29442 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
29443 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
29444 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
29445 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
29446 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
29447 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
29448 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
29449 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
29450 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
29451 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
29452 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
29453 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
29454 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
29455 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
29456 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
29458 ____________________________________________________________________________
29459 [ 8012] By: jhi on 2000/12/06 15:22:38
29460 Log: Subject: [PATCH] Re: New harness is failing things
29461 From: Nick Ing-Simmons <nik@tiuk.ti.com>
29462 Date: Wed, 6 Dec 2000 13:00:30 GMT
29463 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
29465 ! lib/Test/Harness.pm
29466 ____________________________________________________________________________
29467 [ 8011] By: jhi on 2000/12/06 15:12:08
29468 Log: Subject: installhtml changes
29469 From: Michael Stevens <michael@etla.org>
29470 Date: Wed, 6 Dec 2000 13:15:53 +0000
29471 Message-ID: <20001206131553.A27317@firedrake.org>
29474 ____________________________________________________________________________
29475 [ 8010] By: jhi on 2000/12/06 15:06:05
29476 Log: Subject: the dTHR hits
29477 From: Michael Stevens <michael@etla.org>
29478 Date: Wed, 6 Dec 2000 12:06:03 +0000
29479 Message-ID: <20001206120603.A24581@firedrake.org>
29481 More, errrm, less dTHRs.
29483 ! bytecode.pl ext/B/B/C.pm
29484 ____________________________________________________________________________
29485 [ 8009] By: jhi on 2000/12/06 15:04:25
29486 Log: Subject: MakeMaker mailing list gone?
29487 From: Michael G Schwern <schwern@pobox.com>
29488 Date: Tue, 5 Dec 2000 19:29:59 -0500
29489 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
29491 The MakeMaker mailing list is dead, perlbug is the right
29492 address to report bugs.
29494 ! lib/ExtUtils/MakeMaker.pm
29495 ____________________________________________________________________________
29496 [ 8008] By: jhi on 2000/12/06 15:00:32
29497 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
29498 From: Michael G Schwern <schwern@pobox.com>
29499 Date: Tue, 5 Dec 2000 19:21:21 -0500
29500 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
29502 Add a default MANIFEST skip that ignores things like
29503 version control files, editor temporary files, and the Makefile.
29505 + lib/ExtUtils/MANIFEST.SKIP
29506 ! MANIFEST lib/ExtUtils/Manifest.pm
29507 ____________________________________________________________________________
29508 [ 8007] By: jhi on 2000/12/06 14:57:20
29509 Log: In Amiga more manual hackery of the scripts seems to be needed,
29510 from Jan-Erik Karlsson. Why Configure does not get this right
29511 is unknown, may be shell-induced.
29514 ____________________________________________________________________________
29515 [ 8006] By: jhi on 2000/12/05 23:53:12
29516 Log: Add TOPm1s to peek at the second topmost stack item.
29519 ____________________________________________________________________________
29520 [ 8005] By: jhi on 2000/12/05 23:13:55
29521 Log: Avaunt, you foul UTF-8 tests.
29523 ! t/op/ver.t t/pragma/utf8.t
29524 ____________________________________________________________________________
29525 [ 8004] By: jhi on 2000/12/05 23:09:54
29526 Log: Continue utf8 dispersal.
29529 ! MANIFEST t/pragma/utf8.t
29530 ____________________________________________________________________________
29531 [ 8003] By: nick on 2000/12/05 23:02:39
29532 Log: Integrate mainline.
29534 +> t/op/length.t t/op/utf8decode.t
29535 !> (integrate 69 files)
29536 ____________________________________________________________________________
29537 [ 8002] By: jhi on 2000/12/05 22:59:28
29538 Log: Integrate perlio.
29540 !> iperlsys.h perl.c perlio.c win32/perllib.c
29541 ____________________________________________________________________________
29542 [ 8001] By: nick on 2000/12/05 22:07:52
29543 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
29544 - calloc/free suffer from damage on TerminateThread()
29545 - use PerlMemShared (as originally planned) now fixed
29546 - avoid doing anything important on DLL "detach".
29548 ! perl.c perlio.c win32/perllib.c
29549 ____________________________________________________________________________
29550 [ 8000] By: nick on 2000/12/05 21:05:09
29551 Log: Fix gross PerlMemShared issue.
29554 ____________________________________________________________________________
29555 [ 7999] By: jhi on 2000/12/05 20:46:58
29556 Log: Test for Unicode (UTF-8) hash keys.
29559 ____________________________________________________________________________
29560 [ 7998] By: jhi on 2000/12/05 20:30:35
29561 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
29562 is now always UTF-8), empty line cosmetics.
29565 ____________________________________________________________________________
29566 [ 7997] By: jhi on 2000/12/05 20:15:40
29567 Log: Subject: Re: STRLEN - what?
29568 From: Andy Dougherty <doughera@lafayette.edu>
29569 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
29570 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
29575 ____________________________________________________________________________
29576 [ 7996] By: jhi on 2000/12/05 20:13:34
29577 Log: Split off the UTF-8 decoder tests, make them to check also
29580 + t/op/utf8decode.t
29581 ! MANIFEST t/pragma/utf8.t utf8.c
29582 ____________________________________________________________________________
29583 [ 7995] By: jhi on 2000/12/05 16:39:47
29584 Log: Start migrating bits of pragma/utf8 to elsewhere
29585 (since the long term plan is to obsolete 'use utf8').
29588 ! MANIFEST t/pragma/utf8.t
29589 ____________________________________________________________________________
29590 [ 7994] By: jhi on 2000/12/05 16:30:21
29591 Log: Fix a manual edit typo from #7993, fix the message formatting
29592 for Unicode, add few our declarations.
29594 ! lib/Carp/Heavy.pm
29595 ____________________________________________________________________________
29596 [ 7993] By: jhi on 2000/12/05 16:09:15
29597 Log: Subject: Need help with warnings :-(
29598 From: "Ben Tilly" <ben_tilly@hotmail.com>
29599 Date: Tue, 05 Dec 2000 01:35:54 -0500
29600 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
29602 Subject: UPDATE: Carp/Heavy now passes all tests
29603 From: "Ben Tilly" <ben_tilly@hotmail.com>
29604 Date: Tue, 05 Dec 2000 07:59:41 -0500
29605 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
29607 The Brave New Carp.
29609 ! lib/Carp.pm lib/Carp/Heavy.pm
29610 ____________________________________________________________________________
29611 [ 7992] By: jhi on 2000/12/05 15:55:08
29612 Log: Subject: [PATCH perl@7979] cygwin port
29613 From: "Eric Fifer" <efifer@dircon.co.uk>
29614 Date: Tue, 5 Dec 2000 14:04:09 -0000
29615 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
29617 ! t/lib/net-hostent.t
29618 ____________________________________________________________________________
29619 [ 7991] By: jhi on 2000/12/05 15:52:34
29620 Log: Subject: Re: [PATCH] The largest hoax of all times?
29621 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29622 Date: Tue, 5 Dec 2000 00:40:25 -0500
29623 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
29625 Subject: Re: [PATCH] The largest hoax of all times?
29626 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29627 Date: Mon, 4 Dec 2000 23:55:53 -0500
29628 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
29630 Subject: Re: [PATCH] The largest hoax of all times?
29631 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29632 Date: Tue, 5 Dec 2000 01:28:45 -0500
29633 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
29635 Fix the unpredictable order of DESTROYs.
29637 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
29638 ! sv.c sv.h t/op/ref.t
29639 ____________________________________________________________________________
29640 [ 7990] By: jhi on 2000/12/05 14:38:53
29641 Log: Subject: [PATCH] shrink pp_hot fractionally
29642 From: Nicholas Clark <nick@ccl4.org>
29643 Date: Tue, 5 Dec 2000 12:44:31 +0000
29644 Message-ID: <20001205124431.E74518@plum.flirble.org>
29646 Use report_evil_fh().
29648 ! opcode.pl opnames.h pp_hot.c util.c
29649 ____________________________________________________________________________
29650 [ 7989] By: jhi on 2000/12/05 14:21:27
29651 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
29652 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29653 Date: Mon, 04 Dec 2000 22:21:59 -0800
29654 Message-ID: <HmIL6gzkgepS092yn@efn.org>
29656 Harness shouldn't ignore responses like "ok 3\r\r\n".
29658 ! lib/Test/Harness.pm
29659 ____________________________________________________________________________
29660 [ 7988] By: jhi on 2000/12/05 13:51:28
29661 Log: Integrate the "skip" messages to explain().
29663 ! t/lib/syslfs.t t/op/lfs.t
29664 ____________________________________________________________________________
29665 [ 7987] By: jhi on 2000/12/05 12:34:54
29666 Log: The one that got away in #7984.
29668 Subject: Re: dTHR - what and why?
29669 From: Michael Stevens <michael@etla.org>
29670 Date: Tue, 5 Dec 2000 11:15:52 +0000
29671 Message-ID: <20001205111552.A4647@firedrake.org>
29674 ____________________________________________________________________________
29675 [ 7986] By: gsar on 2000/12/05 09:14:44
29676 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
29677 due to the notorious GetFileType() bug in Windows 9x, which fstat()
29680 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
29681 ____________________________________________________________________________
29682 [ 7985] By: jhi on 2000/12/05 05:49:03
29683 Log: Integrate perlio.
29685 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
29686 !> win32/perlhost.h win32/perllib.c
29687 ____________________________________________________________________________
29688 [ 7984] By: jhi on 2000/12/05 05:48:16
29689 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
29691 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
29692 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
29693 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
29694 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
29695 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
29696 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29697 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
29698 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
29700 ____________________________________________________________________________
29701 [ 7983] By: nick on 2000/12/04 23:27:43
29702 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
29704 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
29705 ! win32/perlhost.h win32/perllib.c
29706 ____________________________________________________________________________
29707 [ 7982] By: jhi on 2000/12/04 19:44:09
29708 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
29709 uncovered by #7980.
29712 ____________________________________________________________________________
29713 [ 7981] By: jhi on 2000/12/04 19:42:07
29714 Log: Subject: [PATCH] Trivial dump.c feature
29715 From: Simon Cozens <simon@cozens.net>
29716 Date: Mon, 4 Dec 2000 18:08:38 +0000
29717 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
29719 Show whether a constant is UTF-8.
29722 ____________________________________________________________________________
29723 [ 7980] By: jhi on 2000/12/04 19:36:51
29724 Log: UTF-8 hash keys, patch from Inaba Hiroto.
29726 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
29727 ____________________________________________________________________________
29728 [ 7979] By: jhi on 2000/12/04 17:36:28
29729 Log: Update Changes.
29731 ! Changes patchlevel.h
29732 ____________________________________________________________________________
29733 [ 7978] By: jhi on 2000/12/04 16:42:17
29734 Log: Retract #7977, still too volatile (the euphemism of the day
29735 for unfinished and buggy :-)
29737 ! doop.c hv.c pp.c sv.h
29738 ____________________________________________________________________________
29739 [ 7977] By: jhi on 2000/12/04 16:25:15
29740 Log: (Retracted by #7978, too shaky yet.)
29742 Subject: Re: utf8 in hash keys, implementor missing
29743 From: Simon Cozens <simon@cozens.net>
29744 Date: Sat, 2 Dec 2000 19:49:35 +0000
29745 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
29747 The first step at UTF-8 hash keys.
29749 ! doop.c hv.c pp.c sv.h
29750 ____________________________________________________________________________
29751 [ 7976] By: jhi on 2000/12/04 16:13:53
29752 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
29753 From: sthoenna@efn.org
29754 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
29755 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
29757 ! os2/os2.c perlio.c
29758 ____________________________________________________________________________
29759 [ 7975] By: jhi on 2000/12/04 16:05:25
29760 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
29761 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29762 Date: Thu, 30 Nov 2000 20:50:37 -0800
29763 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
29766 ____________________________________________________________________________
29767 [ 7974] By: jhi on 2000/12/04 16:03:57
29768 Log: Subject: [PATCH] ++ 20% faster
29769 From: Nicholas Clark <nick@ccl4.org>
29770 Date: Mon, 4 Dec 2000 12:17:27 +0000
29771 Message-ID: <20001204121726.B52976@plum.flirble.org>
29773 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
29776 ____________________________________________________________________________
29777 [ 7973] By: jhi on 2000/12/04 16:00:48
29779 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
29780 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29781 Date: Mon, 04 Dec 2000 12:30:45 +0100
29782 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
29784 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
29785 library (getprotobyname and getprotobynumber are outversioned by
29786 the same calls in libc, at least for xlc version 3.
29789 ____________________________________________________________________________
29790 [ 7972] By: jhi on 2000/12/04 02:58:31
29791 Log: Integrate perlio.
29793 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
29794 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
29795 !> win32/win32.h win32/win32iop.h win32/win32thread.h
29796 ____________________________________________________________________________
29797 [ 7971] By: nick on 2000/12/04 00:24:33
29798 Log: Quieten some noise in Win32 builds:
29799 - win32.h is included after <sys/socket.h>, so need to
29800 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
29801 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
29803 ! doio.c perl.h toke.c win32/win32.h
29804 ____________________________________________________________________________
29805 [ 7970] By: nick on 2000/12/03 22:57:46
29806 Log: PERL_IMPLICIT_SYS compiles but does not work.
29808 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
29809 ! win32/perlhost.h win32/perllib.c win32/win32.h
29810 ! win32/win32iop.h win32/win32thread.h
29811 ____________________________________________________________________________
29812 [ 7969] By: jhi on 2000/12/03 22:12:58
29813 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
29814 used to swash_init(), makes regprop() dumps more informative
29815 (+utf8::IsAlpha, -utf8::IsDigit, for example).
29817 ! regcomp.c regexec.c
29818 ____________________________________________________________________________
29819 [ 7968] By: jhi on 2000/12/03 21:39:56
29820 Log: Implement ANYOFUTF8 regprop() dumping.
29823 ____________________________________________________________________________
29824 [ 7967] By: jhi on 2000/12/03 20:57:19
29825 Log: Make uv_to_utf8() to zero-terminate its output buffer,
29826 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
29828 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
29829 ____________________________________________________________________________
29830 [ 7966] By: nick on 2000/12/03 18:41:21
29831 Log: Integrate mainline (STDCHAR)
29833 !> Configure t/pragma/utf8.t
29834 ____________________________________________________________________________
29835 [ 7965] By: jhi on 2000/12/03 17:58:20
29836 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
29839 ____________________________________________________________________________
29840 [ 7964] By: jhi on 2000/12/03 17:35:56
29841 Log: Integrate perlio.
29843 !> iperlsys.h perlio.c
29844 ____________________________________________________________________________
29845 [ 7963] By: jhi on 2000/12/03 17:33:55
29846 Log: Metaconfig unit change for #7962.
29848 ! U/modified/stdchar.U
29849 ____________________________________________________________________________
29850 [ 7962] By: jhi on 2000/12/03 17:33:27
29851 Log: Untangle the <stdio.h> #include nest for the stdchar test,
29852 from Andy Dougherty.
29855 ____________________________________________________________________________
29856 [ 7961] By: nick on 2000/12/03 16:53:00
29857 Log: Make iperlsys.h vector stdio not PerlIO.
29859 ! iperlsys.h perlio.c
29860 ____________________________________________________________________________
29861 [ 7960] By: nick on 2000/12/03 14:43:01
29862 Log: Integrate mainline
29864 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
29865 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
29866 ____________________________________________________________________________
29867 [ 7959] By: jhi on 2000/12/03 08:16:36
29868 Log: Use DO_UTF8().
29871 ____________________________________________________________________________
29872 [ 7958] By: jhi on 2000/12/02 18:33:05
29873 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
29874 From: Mike Guy <mjtg@cam.ac.uk>
29875 Date: Sat, 02 Dec 2000 17:27:13 +0000
29876 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
29878 An extraneous argument.
29881 ____________________________________________________________________________
29882 [ 7957] By: jhi on 2000/12/02 18:22:32
29883 Log: A missing hunk.
29885 ! t/lib/net-hostent.t
29886 ____________________________________________________________________________
29887 [ 7956] By: jhi on 2000/12/02 18:06:20
29888 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
29889 From: Nicholas Clark <nick@ccl4.org>
29890 Date: Sat, 2 Dec 2000 14:28:27 +0000
29891 Message-ID: <20001202142827.A12308@plum.flirble.org>
29895 ! t/lib/net-hostent.t
29896 ____________________________________________________________________________
29897 [ 7955] By: jhi on 2000/12/02 17:58:06
29898 Log: Metaconfig unit change for #7954.
29900 ! U/modified/stdchar.U
29901 ____________________________________________________________________________
29902 [ 7954] By: jhi on 2000/12/02 17:54:32
29903 Log: An inconvenient hang would happen if the stdio _ptr wasn't
29904 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
29905 would be grepping stdin for all eternity for the _ptr.)
29908 ____________________________________________________________________________
29909 [ 7953] By: jhi on 2000/12/02 00:07:15
29910 Log: Update Changes.
29912 ! Changes patchlevel.h
29913 ____________________________________________________________________________
29914 [ 7952] By: jhi on 2000/12/01 23:54:47
29915 Log: Subject: Re: long shell lines
29916 From: Andy Dougherty <doughera@lafayette.edu>
29917 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
29918 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
29920 Split overly long shell command lines.
29922 ! lib/ExtUtils/MM_Unix.pm
29923 ____________________________________________________________________________
29924 [ 7951] By: jhi on 2000/12/01 23:48:02
29925 Log: The metaconfig unit change for #7950.
29927 + U/modified/stdchar.U
29928 ____________________________________________________________________________
29929 [ 7950] By: jhi on 2000/12/01 23:47:39
29930 Log: Try to find stdchar also from <stdio_impl.h>.
29932 ! Configure config_h.SH
29933 ____________________________________________________________________________
29934 [ 7949] By: jhi on 2000/12/01 23:46:45
29935 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
29936 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29937 Date: Fri, 1 Dec 2000 16:26:08 -0500
29938 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
29940 Reword the diagnostic message.
29943 ____________________________________________________________________________
29944 [ 7948] By: nick on 2000/12/01 22:49:43
29945 Log: Integrate mainline (for s/y/m as sub names stuff).
29947 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
29948 !> t/pragma/warn/toke toke.c
29949 ____________________________________________________________________________
29950 [ 7947] By: jhi on 2000/12/01 20:55:41
29951 Log: Integrate perlio.
29953 !> perlio.c perliol.h t/io/pipe.t
29954 ____________________________________________________________________________
29955 [ 7946] By: jhi on 2000/12/01 20:36:51
29956 Log: Upgrade to CPAN 1.59_51, from Andreas König.
29958 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29959 ____________________________________________________________________________
29960 [ 7945] By: nick on 2000/12/01 20:31:32
29961 Log: Integrate mainline
29963 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
29964 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
29965 +> t/lib/net-hostent.t
29966 !> (integrate 35 files)
29967 ____________________________________________________________________________
29968 [ 7944] By: jhi on 2000/12/01 20:23:29
29969 Log: Some help for 20001130.011. Now one gets warnings like
29970 "Ambiguous -f() resolved as a file test ..."
29972 ! pod/perldiag.pod t/pragma/warn/toke toke.c
29973 ____________________________________________________________________________
29974 [ 7943] By: jhi on 2000/12/01 19:44:44
29975 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
29976 that also breaks using them as methods.
29978 ! pod/perldiag.pod t/op/misc.t toke.c
29979 ____________________________________________________________________________
29980 [ 7942] By: nick on 2000/12/01 17:56:46
29981 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
29982 Make 'unix' pass most tests
29983 - do unread by temporary push of layer ("pending") holding unread chars
29984 - fast_gets is now based on per-handle flag
29985 - relax one of io/pipe.t tests to allow print to fail and close to
29986 succeed so that it passes on unbuffered "unix" layer.
29987 Remaining fail is sporadic and a genuine race condition between
29988 parent/child in fork test.
29990 ! perlio.c perliol.h t/io/pipe.t
29991 ____________________________________________________________________________
29992 [ 7941] By: jhi on 2000/12/01 15:28:58
29993 Log: (Retracted by #7943.)
29995 Reserve the short named string operator names.
29997 ! pod/perldiag.pod t/op/misc.t toke.c
29998 ____________________________________________________________________________
29999 [ 7940] By: jhi on 2000/12/01 06:45:53
30000 Log: Get the three different space character classes right under utf8.
30002 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
30003 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
30004 ! regexec.c t/op/pat.t utf8.c
30005 ____________________________________________________________________________
30006 [ 7939] By: jhi on 2000/12/01 03:26:26
30007 Log: Two more tests that make no sense in UTF-8 since the test
30008 data is not in UTF-8.
30011 ____________________________________________________________________________
30012 [ 7938] By: jhi on 2000/12/01 03:20:39
30013 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
30014 should it be required inside regexen?
30016 ! regcomp.c t/op/regmesg.t
30017 ____________________________________________________________________________
30018 [ 7937] By: jhi on 2000/12/01 02:58:53
30019 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
30020 stored and restored, and thusly was trounced by the utf8 swash
30024 ____________________________________________________________________________
30025 [ 7936] By: jhi on 2000/11/30 20:41:39
30026 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
30027 Why the different platforms behave so differently (core dump vs
30028 no core dump) on this bug is a but of a mystery, but if I had to
30029 guess I would mumble something like 'alignment'.
30032 ____________________________________________________________________________
30033 [ 7935] By: jhi on 2000/11/30 16:17:02
30034 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
30035 From: Robin Barker <rmb1@cise.npl.co.uk>
30036 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
30037 Date: Thu, 30 Nov 2000 14:27:12 GMT
30040 ____________________________________________________________________________
30041 [ 7934] By: jhi on 2000/11/30 16:04:49
30042 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
30044 ! t/lib/net-hostent.t
30045 ____________________________________________________________________________
30046 [ 7933] By: jhi on 2000/11/30 06:07:26
30047 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
30048 From: Peter Prymmer <pvhp@forte.com>
30049 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
30050 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
30052 In VMS the localhost may be LOCALHOST.
30054 ! t/lib/net-hostent.t
30055 ____________________________________________________________________________
30056 [ 7932] By: jhi on 2000/11/30 01:11:11
30057 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
30058 From: Peter Prymmer <pvhp@forte.com>
30059 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
30060 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
30062 plus regen perlapi.pod.
30064 ! pod/perlapi.pod utf8.c
30065 ____________________________________________________________________________
30066 [ 7931] By: jhi on 2000/11/30 01:06:19
30067 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
30068 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30069 Date: Wed, 29 Nov 2000 17:15:11 EST
30070 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
30072 ! t/lib/filter-util.pl t/lib/filter-util.t
30073 ____________________________________________________________________________
30074 [ 7930] By: jhi on 2000/11/29 18:51:55
30075 Log: Update Changes.
30077 ! Changes patchlevel.h
30078 ____________________________________________________________________________
30079 [ 7929] By: jhi on 2000/11/29 18:50:55
30080 Log: Update the va_copy() metaconfig unit.
30081 Branch: metaconfig/U/perl
30083 ____________________________________________________________________________
30084 [ 7928] By: jhi on 2000/11/29 17:50:43
30085 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
30086 From: Dominic Dunlop <domo@computer.org>
30087 Date: Tue, 28 Nov 2000 16:41:57 +0100
30088 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
30090 Patch to catch a core dump in the Configure va_copy test.
30092 ! Configure config_h.SH
30093 ____________________________________________________________________________
30094 [ 7927] By: jhi on 2000/11/29 17:31:59
30095 Log: Retract #7921, the patch shouldn't be needed.
30098 ____________________________________________________________________________
30099 [ 7926] By: jhi on 2000/11/29 17:01:41
30100 Log: Make the Class::Struct import() wiser.
30102 ! lib/Class/Struct.pm t/lib/class-struct.t
30103 ____________________________________________________________________________
30104 [ 7925] By: jhi on 2000/11/29 16:36:33
30105 Log: All the core library users of Class::Struct seem to be
30106 using "use Class::Struct 'struct';" instead of the bare
30107 "use Class::Struct;", which isn't documented in Class::Struct.
30108 This can't be right.
30111 ____________________________________________________________________________
30112 [ 7924] By: jhi on 2000/11/29 16:32:15
30113 Log: A test works better if it has the right 1..$n output.
30115 ! t/lib/class-struct.t
30116 ____________________________________________________________________________
30117 [ 7923] By: jhi on 2000/11/29 16:29:11
30118 Log: Forgot to MANIFEST the new Net::hostent test.
30121 ____________________________________________________________________________
30122 [ 7922] By: jhi on 2000/11/29 16:27:49
30123 Log: Integrate perlio.
30125 !> iperlsys.h perlio.c
30126 ____________________________________________________________________________
30127 [ 7921] By: jhi on 2000/11/29 16:27:10
30128 Log: (Retracted by #7927.)
30130 Subject: [PATCH] Is infinity a number?
30131 From: Simon Cozens <simon@cozens.net>
30132 Date: Wed, 29 Nov 2000 14:48:20 +0000
30133 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
30136 ____________________________________________________________________________
30137 [ 7920] By: jhi on 2000/11/29 16:23:02
30138 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
30139 From: rspier@pobox.com (Robert Spier)
30140 Date: Wed, 29 Nov 2000 02:17:49 -0500
30141 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
30143 Add a test for Net::hostent.
30145 + t/lib/net-hostent.t
30146 ____________________________________________________________________________
30147 [ 7919] By: jhi on 2000/11/29 16:21:31
30148 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
30149 add a test for Class::Struct.
30151 + t/lib/class-struct.t
30152 ! MANIFEST lib/Class/Struct.pm
30153 ____________________________________________________________________________
30154 [ 7918] By: jhi on 2000/11/29 15:48:40
30155 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
30156 From: rspier@pobox.com (Robert Spier)
30157 Date: Wed, 29 Nov 2000 02:25:39 -0500
30158 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
30160 More checking in case someone has broken their services or
30161 protocol databases.
30163 ! ext/Sys/Syslog/Syslog.pm
30164 ____________________________________________________________________________
30165 [ 7917] By: jhi on 2000/11/29 15:46:25
30166 Log: Subject: [PATCH] $^O win32 -> MSWin32
30167 From: rspier@pobox.com (Robert Spier)
30168 Date: Wed, 29 Nov 2000 02:17:38 -0500
30169 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
30171 plus similar nits for vms, err, VMS, and UNICOS.
30173 ! t/lib/syslfs.t t/op/lfs.t
30174 ____________________________________________________________________________
30175 [ 7916] By: jhi on 2000/11/29 15:42:51
30176 Log: Subject: [PATCH] Tokeniser debugging
30177 From: Simon Cozens <simon@cozens.net>
30178 Date: Wed, 29 Nov 2000 14:15:45 +0000
30179 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
30181 ! perl.c perl.h pod/perlrun.pod toke.c
30182 ____________________________________________________________________________
30183 [ 7915] By: jhi on 2000/11/29 15:41:36
30184 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
30185 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30186 Date: Wed, 29 Nov 2000 02:13:14 -0500
30187 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
30191 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
30192 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30193 Date: Wed, 29 Nov 2000 03:09:04 -0500
30194 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
30196 OUT and IN_OUT documentation.
30198 ! lib/ExtUtils/xsubpp pod/perlxs.pod
30199 ____________________________________________________________________________
30200 [ 7914] By: jhi on 2000/11/29 03:35:01
30201 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
30202 From: John Tobey <jtobey@john-edwin-tobey.org>
30203 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
30204 Message-Id: <m140e1N-000FOoC@feynman.localnet>
30206 plus a performance speedup noticed by Sarathy.
30209 ____________________________________________________________________________
30210 [ 7913] By: jhi on 2000/11/29 03:16:59
30211 Log: Use "1 while unlink" so that VMS gets clean, too.
30213 ! t/lib/filter-util.t
30214 ____________________________________________________________________________
30215 [ 7912] By: jhi on 2000/11/29 03:09:08
30216 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
30217 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30218 Date: Tue, 28 Nov 2000 03:27:09 -0500
30219 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
30221 ! lib/ExtUtils/xsubpp
30222 ____________________________________________________________________________
30223 [ 7911] By: jhi on 2000/11/29 03:06:30
30224 Log: This should have been part of #7872: no need to scan UTF-8
30228 ____________________________________________________________________________
30229 [ 7910] By: jhi on 2000/11/29 02:50:04
30230 Log: One more perltie.pod nit from Casey R. Tweten.
30233 ____________________________________________________________________________
30234 [ 7909] By: jhi on 2000/11/29 02:44:23
30235 Log: Document the known sprintf test failures, exact standard
30236 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
30238 ! pod/perldelta.pod t/op/sprintf.t
30239 ____________________________________________________________________________
30240 [ 7908] By: jhi on 2000/11/29 02:36:23
30241 Log: Add the Encoding table format documentation.
30243 + ext/Encode/Encode/EncodeFormat.pod
30245 ____________________________________________________________________________
30246 [ 7907] By: jhi on 2000/11/29 02:07:24
30247 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
30248 From: "Casey R. Tweten" <crt@kiski.net>
30249 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
30250 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
30252 Subject: Re: [PATCH] Updating perltie.pod for arrays
30253 From: "Casey R. Tweten" <crt@kiski.net>
30254 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
30255 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
30258 ____________________________________________________________________________
30259 [ 7906] By: nick on 2000/11/28 22:40:59
30260 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
30262 ! iperlsys.h perlio.c
30263 ____________________________________________________________________________
30264 [ 7905] By: nick on 2000/11/28 22:04:34
30265 Log: Integrate mainline
30267 !> (integrate 39 files)
30268 ____________________________________________________________________________
30269 [ 7904] By: jhi on 2000/11/28 16:44:43
30270 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
30271 From: Nicholas Clark <nick@babyhippo.co.uk>
30272 Date: Tue, 28 Nov 2000 11:16:57 +0000
30273 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
30276 ____________________________________________________________________________
30277 [ 7903] By: jhi on 2000/11/28 16:40:31
30278 Log: Subject: [PATCH] Updating perltie.pod for arrays
30279 From: "Casey R. Tweten" <crt@kiski.net>
30280 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
30281 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
30284 ____________________________________________________________________________
30285 [ 7902] By: jhi on 2000/11/28 16:39:37
30286 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
30287 From: Robin Barker <rmb1@cise.npl.co.uk>
30288 Date: Mon, 27 Nov 2000 17:56:44 GMT
30289 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
30291 ! pod/perlfunc.pod t/op/split.t
30292 ____________________________________________________________________________
30293 [ 7901] By: jhi on 2000/11/28 16:28:04
30294 Log: setmode() is a DOSish-only thing.
30297 ____________________________________________________________________________
30298 [ 7900] By: jhi on 2000/11/28 16:21:46
30299 Log: Subject: [PATCH] perlcc.PL cleanups
30300 From: Simon Cozens <simon@cozens.net>
30301 Date: Tue, 28 Nov 2000 12:44:35 +0000
30302 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
30305 ____________________________________________________________________________
30306 [ 7899] By: gsar on 2000/11/28 06:32:55
30307 Log: reintegrate files missed by change#7895
30308 Branch: maint-5.6/perl
30309 +> ext/ByteLoader/bytecode.h utils/Makefile
30311 ____________________________________________________________________________
30312 [ 7897] By: gsar on 2000/11/27 18:22:47
30313 Log: can't integrate these two files, for some reason
30314 Branch: maint-5.6/perl
30315 - ext/ByteLoader/bytecode.h utils/Makefile
30316 ____________________________________________________________________________
30317 [ 7895] By: gsar on 2000/11/27 18:11:21
30318 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
30319 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
30320 6757..6890,6892..6901 from mainline
30322 Bytecompiler patches from Benjamin Stuhl.
30326 Subject: [PATCH blead] B:: missing dependency
30328 Subject: [PATCH: 6757] configure.com updates and syslog build
30330 Long double Gconvert fixes from Yitzchak Scott-Thoennes
30331 and Spider Boardman.
30333 Subject: [PATCH blead] nextchar() abuse misses an optimisation
30335 Long double fixes from Spider Boardman.
30337 Make the selection of NVff et al stricter.
30339 cSVOPo_*v things index into the current PL_curpad
30340 under ithreads, which is different from the curpad
30341 used by the XSUB. (In other words, the code as-is
30342 before this patch wouldn't work under ithreads.)
30346 VMS MMS (make) wants null action.
30348 Mac and other portability updates from Chris Nandor.
30350 Storable support, v-version fixes.
30351 Subject: CPAN.pm beta for testing available
30353 Portability fix from Hugo van der Sanden.
30357 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30359 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30361 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30363 Replace #6705 with a minimal doc patch.
30364 Subject: [PATCH 5.6.0] replace change #6705
30366 Drop the separate perlbc, perlcc -b should be enough.
30368 installperl couldn't tell whether it had run tests or not.
30369 Subject: [PATCH] Re: installperl and t/TEST
30371 Add silencer flags to installperl.
30372 Subject: [PATCH] Making installperl silent.
30374 Make "make install" by default silent. A new "install-verbose"
30377 More liberal parsing of version numbers.
30378 Subject: Re: CPAN.pm beta for testing available
30380 Create directories in silence.
30381 Subject: [PATCH] Another silencer for MakeMaker
30383 DOS patches and portability/porting notes, from Tim Jenness.
30385 Make installman to recognize the silence flag -S.
30387 Actually do something with the silencer option.
30389 Continue silencing.
30391 Show the doc file, not the temp file.
30395 Subject: [PATCH] More silencing of installman.
30397 Better wording for the vec lvalue diagnostic.
30398 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30400 Subject: [PATCH: 6805] several more tweaks to configure.com
30402 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30405 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30407 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30408 (applied slightly modified)
30410 installperl --verbose and --silent.
30411 Subject: Re: [PATCH] More silencing of installman.
30413 Add install-silent target.
30415 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30416 the problem reported in
30417 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30419 Tweak the sfio/useperlio logic, hopefully as wished in
30420 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30422 One forgotten file from #6816.
30424 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30426 Remove duplicately applied patch shards.
30427 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30429 Support preserving extremely big/small angles.
30431 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
30433 Subject: [PATCH] installation not quite silent yet.
30435 Update the test count.
30437 Use UVxf, PTR2UV, NVff.
30439 Document PTR2XX and INT2PTR.
30441 no-install target a la make -n.
30442 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30444 grep -e isn't portable.
30445 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30447 Can't get the test to reliably work thanks to the
30448 inaccurateness of floating point. "Resolves" bug ids
30449 20000826.003, 20000826.009, 20000826.010,
30451 Subject: installman buglet
30453 DJGPP update from Laszlo Molnar.
30455 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30457 Passing -R in ldflags makes now it to appear in the default
30458 for lddlflags, just like with -L.
30459 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30463 Use the actual thread type, not the pointer-to-struct.
30465 Provice virtual $Config{ccflags_nolargefiles} etc.
30467 display_format used as a class method without arguments was broken,
30469 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30471 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
30473 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
30475 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
30477 opmini.o may be left around if a build is interrupted.
30481 Fix for ID 20000828.001, long doubles were not formatted
30482 correctly (showed up in $], which stopped installing perl).
30484 An attempt to fix the problem reported in
30485 Subject: Building perl@6856 using gcc/AIX 4.3.3
30486 I can't test this properly since the gcc installation I have
30487 access to seems to be botched (gcc is calling the AIX cpp,
30488 a losing proposition...)
30490 Add -ld to archname on long tr...double platforms.
30492 Subject: hv.h Doc Patch
30496 Subject: [PATCH bleedperl@6856] warnings fixes
30498 -S is the silent flag, -s is the strip flag.
30499 Subject: [PATCH] Re: [PATCH] make no-install
30501 Take out the SUIDMAIL thing, that will not be
30502 a problem in 5.7.*.
30504 Subject: [PATCH bleedperl@6866] spellings
30506 Subject: [PATCH] Re: files not cleaned even by veryclean
30508 Use minimal @INC in tests, most of the time just '../lib',
30509 so that we simply can't pick up stuff from other Perls than
30510 the one we are testing. Pointed out by
30511 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
30513 Update to Getopt::Long 2.24, from Johan Vromans.
30515 Fix for thinko in #6848.
30516 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
30518 Patches all over for people and the files they (hopefully) care about.
30520 Subject: Net::protoent does not export 'getproto'
30522 Missed a change in #6869.
30524 Subject: [PATCH] Warnings in B::Deparse
30526 Subject: [PATCH] Glob dumping
30528 Disable one of the tests for now.
30530 Disabling the one test is a bit tricky.
30532 Don't forget to tidy up.
30534 The #6881 removed one dump line.
30536 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
30538 Under usethreads the dumped variable is IN_PAD.
30539 Subject: Re: [PATCH] Glob dumping
30541 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
30543 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
30545 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
30547 Regen Configure for #6894.
30549 Subject: [PATCH: 6889] updates to perlebcdic.pod
30551 Undo namespace pollution of #6878.
30552 Subject: Re: Net::protoent does not export 'getproto'
30554 Admit that we are leaking scalars.
30556 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
30557 Branch: maint-5.6/perl
30558 !> (integrate 271 files)
30559 ____________________________________________________________________________
30560 [ 7894] By: gsar on 2000/11/27 16:00:34
30561 Log: a couple of nits
30562 Branch: maint-5.6/perl
30563 ! MANIFEST pp_sys.c
30564 ____________________________________________________________________________
30565 [ 7893] By: gsar on 2000/11/27 15:10:56
30566 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
30567 6740..6745,6747..6757,6760
30569 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
30571 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
30573 Doc nits spotted by Richard Soderberg.
30575 move WNOHANG definition to where other such things are
30577 Make $Config{byteorder} more magical so that it is
30578 dynamically computed: nice for 'fat binaries'.
30579 Subject: [PATCH]: default byteorder
30581 Subject: [PATCH] Cwd.pm now uses strict
30583 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
30585 Get -DLEAKTEST to compile (not necessarily to work, mind)
30586 Subject: [ID 20000724.006] -DLEAKTEST problem
30588 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
30590 Add perlebcdic from Peter Prymmer, regen toc.
30592 Don't propose using modules built for 5.005 if no binary
30593 compatibility with 5.005 is attempted.
30595 Do not use prototyping here.
30596 Subject: [ID 20000817.016] [PATCH] Peek.xs
30598 Document what the backtick returns if the command fails.
30600 Add byteorder to the myconfig output.
30602 Introduce NVef, NVff, and NVgf, use the middle one.
30603 (helps for lib/peek + Linux + long doubles) Reported in
30604 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
30605 Use NVs in POSIX math, not doubles.
30606 Subject: [ID 20000817.014] POSIX & modfl
30608 Subject: [PATCH 5.6.0+] newSVrv() memory leak
30610 The byteorder code in #6671 was wrong.
30612 Fix the lib/complex failure of
30613 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
30614 Linux long double accuracy issue: something that
30615 when printed with %g looks like "2" but int() of it is 1.
30617 Propagate new Configure vars.
30619 Unbuffer the output.
30621 Subject: [PATCH] perltrap.pod spring cleaning
30623 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
30624 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
30626 Tiny Getopt::Long patch from Johan Vromans.
30628 Document code point which makes if (defined %stash::) to work
30629 (noted by Spider Boardman).
30631 Subject: [PATCH perl@6698] cygwin port
30633 Document the NDBM_File and ODBM_File as SDBM_File
30634 was documented in #6417.
30636 The new tests were missing from #6415.
30638 Add [[:blank:]] as suggested in
30639 Subject: [ID 20000716.024] [=cc=] / [:blank:]
30640 (the [=cc=] has already been taken care of by #6439
30641 so the whole bug report can be closed)
30642 and make [[:space:]] to be equivalent to isspace(3)
30643 (as opposed to \s, which is isSPACE()). The difference
30644 is that now [[:space:]] matches the mythical vertical tab,
30647 Don't eat leading os from index entries.
30648 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
30650 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
30652 Typo in pp_complement().
30653 Subject: [PATCH perl-current] Deparse
30655 Add warnif(), check warnings further up the stack,
30656 all the warnings functions now can take an optional object reference.
30657 Subject: [PATCH bleedperl@6691] warnings pragma update
30659 Fix a core dump in lib/selfloader under -DDEBUGGING.
30660 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
30662 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
30664 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
30666 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
30667 Put back the long double avoidance code to POSIX.xs
30668 because VMS seems to need it still.
30670 Introduce a 'veryclean' target that is like 'distclean'
30671 but also removes *~ and *.orig.
30673 Subject: [ID 20000817.023] endianness description in perlfunc.pod
30675 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
30677 Let's try #6717 again.
30680 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
30682 pp_open() could pass an uninitialized filename down to do_open9().
30684 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
30686 Update to CGI 2.72, from Lincoln Stein.
30688 Subject: [PATCH] Silence MakeMaker (Was: installman)
30690 Use temporary directory instead of current directory.
30691 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
30693 Document odd vs even subreleases and -Dusedevel.
30695 The veryclean target needs to clobber.
30697 Use File::Spec->tmpdir().
30699 Document the number of exponent digits.
30701 Mention perlebcdic and perlposix-bc.
30703 s/this one/the 5.6.0 release/
30707 The correct cleaning order is an art.
30709 small tweaks for change#6705: avoid C++ style comments in C code;
30710 use Perl's malloc API rather than the low level system one
30712 Array context keeps slithering in.
30714 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
30716 Subject: [PATCH] os2.c fix for use64bitint
30718 Update to Pod::LaTeX 0.53.
30719 Subject: [PATCH] lib/Pod/LaTeX.pm updates
30721 Document the endianness of Alpha more precisely.
30723 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
30725 Rename the macro argument because some preprocessors
30726 can't tell the difference and expand arguments also inside
30727 double quoted strings.
30729 free TLS slot properly on Windows
30731 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
30733 Unicos/mk requires elaborate paranoia.
30735 Tweak the floating point output routine preferences.
30737 Also under djgpp the timestamps are funky.
30739 Apply some PodParser 1.18 patches; the Pod/Find.pm
30740 patches cannot be applied since #6712 conflicts.
30742 Use PodParser 1.18 new test.
30745 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30748 Branch: maint-5.6/perl
30749 +> pod/perlebcdic.pod
30750 !> (integrate 106 files)
30751 ____________________________________________________________________________
30752 [ 7892] By: jhi on 2000/11/27 15:02:32
30753 Log: Update Changes.
30755 ! Changes patchlevel.h
30756 ____________________________________________________________________________
30757 [ 7891] By: jhi on 2000/11/27 14:57:23
30758 Log: Subject: Re: perlfaq style changes
30759 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30760 Date: Sat, 25 Nov 2000 23:32:26 -0800
30761 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
30763 plus a note from Ronald Kimball.
30765 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
30766 ____________________________________________________________________________
30767 [ 7890] By: jhi on 2000/11/27 14:53:14
30768 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
30769 From: Benjamin Holzman <bah@ecnvantage.com>
30770 Date: Sun, 26 Nov 2000 16:27:33 -0500
30771 Message-ID: <20001126162733.J25040@ecnvantage.com>
30774 ____________________________________________________________________________
30775 [ 7889] By: jhi on 2000/11/27 14:43:11
30776 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
30777 From: lvirden@cas.org
30778 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
30779 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
30782 ____________________________________________________________________________
30783 [ 7888] By: jhi on 2000/11/27 14:32:34
30784 Log: Restore also the locale test to no-sprintf-taint state.
30785 Fixes the bug 20001127.003.
30787 ! sv.c t/pragma/locale.t
30788 ____________________________________________________________________________
30789 [ 7887] By: gsar on 2000/11/27 14:13:05
30790 Log: integrate changes#6613..6616,6620..6665 from mainline
30792 VMS configure.com update continues.
30794 Subject: Test fails / warnings with perl-current #6612
30796 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
30798 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30800 For now remove the mail code.
30802 Subject: Re: [PATCH] @+, @- readonly
30804 Subject: warning: storage class after type is obsolescent
30808 Subject: Re: File::Temp problems on VMS in bleedperl
30811 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
30813 Make the user to give up his firstborn, err, to knowingly
30814 verify installing an unstable developer release. Also bump
30815 the release to 5.7.0, but leave a patch tag in the local
30816 patches saying that this is not yet the real thing.
30818 Update (kinda) to Test 1.14, from Joshua Pritikin.
30820 make ok etc also for win32.
30822 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
30824 Don't blow limited stacks, a lower number is enough to
30825 tickle the lookbehind limit.
30827 Use -Dusedevel; regen Configure and the respective Porting stuff.
30829 Subject: [PATCH] debugger exit code should reflect user exit code
30831 Subject: [PATCH perl@6620] cygwin port
30833 Missed a file from #6638.
30835 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)
30837 magic callbacks all need to have same type signature
30839 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
30841 Fix a dependency problem.
30842 Subject: [PATCH: 6640] VMS Makefile.SH update
30844 The numeric locale was reset to "C" by s?printf and never restored.
30845 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30846 No test since adding the failing example to locale.t
30847 does not fail -- probably because the locale settings are so
30848 thoroughly tweaked by that time. Running the example standalone
30849 does fail, though. UPDATE: test case added at change #7540.
30851 Subject: [ID 20000324.040] minor fix to perlhpux.pod
30853 Update to CPAN 1.57.
30855 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
30857 Change the perlbug address to perl.org since it's more forgiving.
30859 Change the regx compilation error markers to use = instead of <
30860 since pod makes using the latter quite messy. Reported in
30861 ID 20000814.006 by Abigail and in
30862 Subject: Unknown escape E<> ?
30864 Update to perldebtut 1.9, from Richard Foley.
30866 check that the number pseudo children doesn't exceed
30867 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
30868 the WaitForMultipleObjects() limit that would cause wait()
30870 wait() and waitpid() could potentially be rewritten to use
30871 more than one thread to do the waiting to eliminate this
30874 change#6328 could make close(SOCKET) return false on windows
30877 pod nit seen in passing
30879 on windows, the return values from wait() and waitpid() don't
30880 match those of pseudo-pids
30882 waitpid() now handles externally spawned pids correctly;
30883 fixes for backtick/wait/waitpid failures on Windows 9x
30884 these changes make the pid returned by process functions on
30885 Windows 9x always positive by clearing the high bit (which
30886 is always set on Win9x); pseudo-process PIDs are likewise
30887 always negative now on Win9x (just as on NT/2000)
30889 trailing new %ENV entries weren't being pushed into the real
30890 environment of subprocesses on Windows
30892 Tweak the regex compilation errors once more.
30894 avoid warnings from dense compiler
30896 add "ok" targets from change#6632 in makefile.mk
30897 Branch: maint-5.6/perl
30898 - lib/Pod/PlainText.pm vms/configure.com
30899 !> (integrate 66 files)
30900 ____________________________________________________________________________
30901 [ 7886] By: jhi on 2000/11/27 13:54:18
30902 Log: __FUNCTION__ isn't portable and trying to emulate it leads
30903 into practically spelling out the name of the function.
30904 Takes care of the bug 20001127.001.
30907 ____________________________________________________________________________
30908 [ 7885] By: gsar on 2000/11/27 13:53:18
30909 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
30910 6610..6611 from mainline
30912 Make regular expression parse error messages easier to understand.
30913 Subject: Re: enhanced(?) regex error messages
30915 Tiny tidying on report_evil_fh().
30917 Subject: Re: enhanced(?) regex error messages
30918 plus Capitalize the error messages, plus perldiag them.
30920 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
30922 Document here-doc better.
30924 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30926 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
30927 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
30928 (either perlbug or p5p ate the original), plus regen
30929 perlapi and perltoc.
30933 Double check that we have a dirhandle.
30935 Subject: Re: enhanced(?) regex error messages
30936 (plus two small patches sent privately)
30937 (this still seems to leave few test failures)
30939 warn is a macro, avoid using at a variable to avoid warnings
30940 in some configurations; readdir.t is too conservative in
30941 estimating number of *.t's
30943 Get back into sync with Jeffrey on the enhanced regex warnings.
30945 Subject: [PATCH 5.6.0] cygwin port
30947 Zero entries were skipped, fix from Adrian Goalby
30948 <argoalby@yahoo.co.uk>
30950 Subject: Remove dead entry in perldiag
30952 Amend the description of Perl6.
30953 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
30957 It's the 2ndO'ROSSC.
30959 Revert the sv.c part of #6559, a better fix is needed.
30961 Iterating perl6 description.
30963 Update to Term::ANSIColor 1.03, from Russ Allbery.
30965 Update to Getopt::Long 2.23_05, from Johan Vromans.
30967 Small AUTHORS and MAINTAIN updates. Could do with big updates.
30969 Update to Pod::Parser 1.17, from Brad Appleton.
30971 Update to CPAN 1.56, from Andreas König.
30973 Update to CGI 2.70, from Lincoln Stein.
30975 Put back the std @INC thing.
30977 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
30978 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
30980 Document the IO::Select timeout.
30982 sleep(1) does not necessarily return 1.
30983 Subject: [PATCH bleadperl] op/lex_assign.t
30985 Subject: debugger "d" command doesnt check line number
30987 B::Deparse didn't do sub attributes.
30988 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
30990 Preprocessing and postprocessing for File::Find.
30991 Subject: Patch to Find::File.pm to allow alphabetical results
30993 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
30995 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
30997 Subject: Re: [ID 20000730.003] utf8::length() bad
30999 Subject: Getting perlio and threads to compile
31000 (the Solaris version changes in Configure skipped)
31003 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31005 Add Perl debugging tutorial, regen toc.
31006 Subject: perldebtut.pod
31008 Add a few missing files, update MANIFEST.
31010 Rewrite of vms/subconfigure.com as configure.com,
31011 from Peter Prymmer and the vmsperl crew.
31013 Should have deleted this in #6603.
31015 Fix the test for 5005threads.
31017 Fix-n-skip the tests under 5005threads.
31019 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31021 Upgrade to CGI 2.71, from Lincoln Stein.
31022 Branch: maint-5.6/perl
31023 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
31024 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
31025 +> t/op/regmesg.t t/pod/find.t vms/configure.com
31026 - vms/subconfigure.com
31028 !> (integrate 115 files)
31029 ____________________________________________________________________________
31030 [ 7884] By: jhi on 2000/11/27 13:44:33
31031 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
31032 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31033 Date: Mon, 27 Nov 2000 08:23:54 EST
31034 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
31036 ! vms/descrip_mms.template vms/test.com
31037 ____________________________________________________________________________
31038 [ 7883] By: gsar on 2000/11/27 11:50:46
31039 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
31040 6511..6513,6515..6523,6525..6536
31042 The swallow_bom() saga continues. The #23 of require.t
31043 (UTF16-LE) still fails (silently, no output) but the #22
31044 (UTF16-BE) seems to be working now. The root of the
31045 failure may be in sv_gets(): is it UTF-16LE-aware,
31046 especially when it comes to line endings?
31048 Document the problem with -P in HP-UX and its workaround.
31050 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
31051 (aka ID 20000730.002)
31053 Subject: fix and question re: waitpid() under win32
31055 Make the safety catch for buggy gccs work with triple version
31056 numbers like 2.95.2. Reported in
31057 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
31059 In Digital UNIX warn if gcc explicitly chosen because even
31060 2.95.2 is known to cause problems.
31062 Make chr() for values >127 to create utf8 when under utf8.
31064 various syntax errors and such (not fixed: comp/require.t#22 coredump
31067 Stash away the largefiles flags and libswanted.
31069 BOM patching from Simon Cozens.
31071 If gccosandvers is equal to osname, clear gccosandvers.
31073 Make p4desc to skip non-mainperl branches by default.
31075 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
31078 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
31080 In new BSDs changes to argv[] do not show up in ps(1) output,
31081 instead one must use setproctitle(). This was already addressed
31082 by change #6457, but the below has a new variant for FreeBSD 4.0
31083 or later, and the matter is also documented more.
31085 FreeBSD 3.* updates from
31086 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
31088 regen_headers, regen perltoc.
31090 Document in one place the memory abstractions used in Perl core.
31092 memcpy has n o in it, as pinted ut by Sarathy.
31094 Remove the extraneous "main::" prefix from all the
31095 "opened only for", "on closed", and "never opened" warnings.
31097 The name of a filehandle does not have <these>.
31099 The tr utf8 patching continues.
31101 The new setproctitle() feature is available only in
31102 bleeding edge FreeBSD. From Paul Saab.
31104 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
31106 Dump UVs as UVs in Data::Dumper.
31110 Document the IVdf UVuf UVof UVxf.
31112 require.t needs binmode() to work on windows
31114 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
31115 that are hopefully soon put into use.
31117 Allow "no Module;" even if there is no 'unimport'.
31119 Better skip message for the test; one of the two problems in
31120 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
31122 The subtest 4 may fail also on VOBS, as pointed out
31123 by Nick Ing-Simmons in November 1999, bug id 19991124.003
31124 (but the failure in that bug report isn't the subtest 4).
31126 Be more informative on what is skipped and why,
31127 also repeat the list at the end.
31131 Subject: [PATCH] sv.h documentation - SvLEN
31133 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
31135 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
31137 Subject: [PATCH] bad cppsymbols on os2 + Configure question
31139 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
31141 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
31142 mention the idea of @( and @)
31144 This is 6512. Really.
31146 Subject: [ID 19990721.004] Documentation bug in perlfunc
31148 Subject: Minor tweak to perlvar.pod
31150 In the warnings call filehandles consistently so;
31151 add "unopened" warning for stat().
31153 After the #6519 a warning about stat() is just that,
31154 not about a filetest, which now have their own warning.
31156 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
31158 Subject: Re: Array vs. List context
31160 Subject: New perlcc, take 2
31162 Weed buglets pointed out by
31163 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
31165 gcc versions might have (parentheses) in them.
31167 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
31169 Essential prototype changes were missing from #6527.
31170 Also make report_evil_fh() more bomb-proof.
31172 Zap lib/Sys directory when cleaning up.
31174 Change the Policy policy: now -Dprefix= with an existing
31175 Policy.sh and prefix == siteprefix == vendorprefix, then all
31176 of them follow along the new prefix.
31177 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
31179 Continue fixing the io warnings. This also
31180 sort of fixes bug ID 20000802.003: the core dump
31181 is no more. Whether the current behaviour is correct
31182 (giving a warning: "Not a format reference"), is another matter.
31184 Have symbols for the IoTYPEs.
31186 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
31188 Document a bit that UDP is not what you might think.
31189 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
31190 tr memory corruption fix from Simon Cozens.
31192 Plug the security hole described in the Aug 05 2000 bugtraq message
31193 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
31194 The security hole exists only in suidperls, which isn't
31195 installed or even built by default.
31196 Branch: maint-5.6/perl
31197 !> (integrate 71 files)
31198 ____________________________________________________________________________
31199 [ 7882] By: gsar on 2000/11/27 10:25:36
31200 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
31203 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
31204 to be fatal errors (instead of by default ignoring them, and
31205 ignoring with a bug: even though -w gave an error, the opening [
31206 was left in) Reported in:
31208 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
31210 Subject: [PATCH] split /^/
31212 MacOS nits from Matthias Neeracher.
31214 More split() doc and test patches from Mike Guy.
31216 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
31217 from Graham Barr in the module list.
31219 docfix from Peter Scott <Peter@PSDT.com>.
31221 File::Temp patches for VMS and OS/2 from Tim Jenness.
31223 open() wariness in perlbug.
31225 Subject: [PATCH] minor doc change - perlguts
31227 Subject: Minor doc patch: handy.h
31229 Be wary of close()s, too.
31231 Further File::Temp patches from Yitzchak Scott-Thoennes
31232 and Craig A. Berry.
31234 Subject: [PATCH] fixes bug 20000508.004
31236 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
31238 Allow "no AutoLoader;", based on change #6444,
31239 suggested by Graham Barr.
31241 Use setproctitle() if available to modify $0.
31243 Warn if the version of the operating system used to compile gcc
31244 differs from the current version of the operating system.
31245 Also display the gcc compilation os and version in myconfig.
31248 Tiny fixes for #6460.
31250 The problem described in this
31251 Subject: [ID 20000322.018] named chars aren't magical enough
31252 has been fixed in perl 5.6.0 but just in case added a test
31253 to keep it away. (The report from Joseph Hall.)
31255 Tune the comments and hopefully stop a memory leak.
31257 Subject: UTF8 concat
31258 (with a memory leak fixed, plus a few casts added)
31259 This also seems to help for
31260 Subject: [ID 20000716.015] join UTF8 weirdness
31262 Do not upgrade SVs into utf8 just because they participate
31263 in eq or cmp. Reported and fix suggested in
31264 Subject: [ID 20000720.009] sv_eq UTF8 bug
31266 Fix the HALF_UPGRADE() macro introduced in #6263.
31268 Find green threads before native threads.
31269 Subject: Re: Patch to jpl/JNI/Makefile.PL
31270 Branch: maint-5.6/perl
31271 !> (integrate 30 files)
31272 ____________________________________________________________________________
31273 [ 7881] By: jhi on 2000/11/27 05:48:41
31274 Log: It seems that *both* the unused submatch loop cleanup
31278 ____________________________________________________________________________
31279 [ 7880] By: jhi on 2000/11/27 04:50:07
31280 Log: Clean .exists deeper.
31283 ____________________________________________________________________________
31284 [ 7879] By: jhi on 2000/11/27 02:31:35
31285 Log: The code in regcppop() (see #7878) contains the correct lower
31286 limit for the unused submatch 'cleanup' loop so that under
31287 "use utf8" the following code wouldn't dump core:
31288 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
31289 the cleanup loop in regtry() stomped beyond allocated area
31290 in the startp[] array. Therefore, copied the correct lower
31291 loop limit (*PL_reglastparen) to regtry(). Note: something
31292 may still not be quite right: why was the _higher_ loop limit
31293 (prog->nparens) different in the utf8 case?
31295 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
31296 without core dumps, there were about 17 of them before
31297 the patch (with us since Perl 5.7.0). Two failures, still:
31298 496 and 505 (though these may not be severe).
31300 Patch #7881 is also needed since both the cleanup loops
31303 Also, the t/op/pat#44 seems to core dump under utf8.
31304 Plus a couple of failures. UGH-8.
31307 ____________________________________________________________________________
31308 [ 7878] By: jhi on 2000/11/27 02:21:17
31309 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
31310 the code in regcppop() seems to be redundant for the test suite --
31311 but it contains a germ of truth, and it needed for the build
31312 process itself: see #7879 and #7881.
31315 ____________________________________________________________________________
31316 [ 7877] By: jhi on 2000/11/27 01:53:09
31317 Log: Comment on comment.
31320 ____________________________________________________________________________
31321 [ 7876] By: jhi on 2000/11/27 00:49:59
31322 Log: Adjust the docs to agree with #7875.
31324 ! pod/perllocale.pod
31325 ____________________________________________________________________________
31326 [ 7875] By: jhi on 2000/11/27 00:49:27
31327 Log: Retract #7863. It makes more sense not to taint formatted output,
31328 not even by sprintf().
31331 ____________________________________________________________________________
31332 [ 7874] By: jhi on 2000/11/26 23:36:02
31333 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
31334 Not really fixed (should really dump the UTF-8 charclass),
31335 but stopped displaying the garbage.
31337 Also add a note on the (missing) Unicode PSXSPC and BLANK.
31340 ____________________________________________________________________________
31341 [ 7873] By: jhi on 2000/11/26 21:31:13
31342 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
31345 ____________________________________________________________________________
31346 [ 7872] By: jhi on 2000/11/26 21:06:04
31347 Log: No need to scan till infinity, 13 is enough.
31350 ____________________________________________________________________________
31351 [ 7871] By: jhi on 2000/11/26 20:20:32
31352 Log: Test line numbers are different with utf8.
31355 ____________________________________________________________________________
31356 [ 7870] By: jhi on 2000/11/26 20:10:12
31360 ____________________________________________________________________________
31361 [ 7869] By: jhi on 2000/11/26 19:01:05
31362 Log: Make utf8_length() and utf8_distance() (the latter of which
31363 is unused at the moment) to be less forgiving about bad UTF-8.
31365 ! embed.h embed.pl objXSUB.h proto.h utf8.c
31366 ____________________________________________________________________________
31367 [ 7868] By: jhi on 2000/11/26 18:45:56
31368 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
31369 From: Benjamin Holzman <bah@ecnvantage.com>
31370 Date: Sat, 25 Nov 2000 20:40:20 -0500
31371 Message-ID: <20001125204020.A25040@ecnvantage.com>
31373 Debian allows installing /usr/bin/locale without installing
31374 any locales, an error message will ensue.
31376 ! t/pragma/locale.t
31377 ____________________________________________________________________________
31378 [ 7867] By: jhi on 2000/11/26 18:31:12
31379 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
31380 From: Benjamin Holzman <bah@ecnvantage.com>
31381 Date: Sun, 26 Nov 2000 02:42:34 -0500
31382 Message-ID: <20001126024234.G25040@ecnvantage.com>
31384 Patch for the bug 20000212.002.
31386 ! sv.c t/op/array.t
31387 ____________________________________________________________________________
31388 [ 7866] By: jhi on 2000/11/26 18:28:09
31389 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
31390 From: Tim Jenness <t.jenness@jach.hawaii.edu>
31391 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
31392 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
31396 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31397 ____________________________________________________________________________
31398 [ 7865] By: jhi on 2000/11/26 18:24:22
31399 Log: The metaconfig unit change for #7864.
31400 Branch: metaconfig/U/perl
31402 ____________________________________________________________________________
31403 [ 7864] By: jhi on 2000/11/26 18:23:41
31404 Log: Make the va_copy() test not to be so talkative.
31406 ! Configure config_h.SH
31407 ____________________________________________________________________________
31408 [ 7863] By: jhi on 2000/11/26 18:11:02
31409 Log: Fix locale inconsistencies unearthed by Hugo's work.
31410 Now the floating point sprintf really does taint the result
31411 string as perllocale promises (has promised for a long time)
31412 if "use locale" is in the lexical scope.
31414 ! sv.c t/pragma/locale.t
31415 ____________________________________________________________________________
31416 [ 7862] By: jhi on 2000/11/26 00:35:15
31417 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
31418 From: Nicholas Clark <nick@ccl4.org>
31419 Date: Sun, 26 Nov 2000 00:07:50 +0000
31420 Message-ID: <20001126000750.A22446@plum.flirble.org>
31425 ____________________________________________________________________________
31426 [ 7861] By: jhi on 2000/11/26 00:01:26
31427 Log: Integrate perlio.
31429 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
31430 ____________________________________________________________________________
31431 [ 7860] By: nick on 2000/11/25 22:04:17
31432 Log: Correct relative path from new ext\Filter\Util\Call location
31435 ! win32/makefile.mk
31436 ____________________________________________________________________________
31437 [ 7859] By: nick on 2000/11/25 21:26:54
31438 Log: Integrate mainline.
31440 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31441 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
31442 +> t/lib/filter-util.t
31443 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31444 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31445 - t/lib/filt-util.t
31446 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
31447 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31448 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
31449 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
31450 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
31451 !> win32/makefile.mk
31452 ____________________________________________________________________________
31453 [ 7858] By: gsar on 2000/11/25 20:52:17
31454 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
31455 parent's memory; fix it by keeping track of the actual pad
31456 offset rather than a raw pointer (this change is probably also
31457 relevant to non-ithreads case to avoid fallout from reallocs of
31458 the pad array, but is currently only enabled for the ithreads
31459 case in the interests of minimal disruption to existing "well
31462 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
31463 ! proto.h scope.c scope.h sv.c t/op/fork.t
31464 ____________________________________________________________________________
31465 [ 7857] By: nick on 2000/11/25 20:01:28
31466 Log: All tests pass on Win32/gcc/USE_PERLIO.
31467 - when crlf layer is pushed make unix-level binary.
31468 - remove :crlf injection in pp_backtick in pp_sys.c
31469 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
31471 ! doio.c perlio.c pp_sys.c win32/makefile.mk
31472 ____________________________________________________________________________
31473 [ 7856] By: jhi on 2000/11/25 18:38:30
31474 Log: Update the metaconfig units for #7855.
31475 Branch: metaconfig/U/perl
31476 ! useperlio.U usesocks.U
31477 ____________________________________________________________________________
31478 [ 7855] By: jhi on 2000/11/25 18:37:54
31479 Log: Undo the SOCKS workarounds, instead start using PerlIO
31480 if SOCKS is selected.
31482 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
31483 From: Jens Hamisch <jens@Strawberry.COM>
31484 Date: Fri, 24 Nov 2000 18:31:30 +0100
31485 Message-ID: <20001124183130.E28337@Strawberry.COM>
31487 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
31488 From: Jens Hamisch <jens@Strawberry.COM>
31489 Date: Fri, 24 Nov 2000 19:11:51 +0100
31490 Message-ID: <20001124191151.A28753@Strawberry.COM>
31492 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
31493 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
31494 ____________________________________________________________________________
31495 [ 7854] By: jhi on 2000/11/25 17:39:08
31496 Log: Undo #7848. Some of the code seems to use walkoptree(),
31497 some walkoptree_slow(). An unfinished renaming?
31498 Now the sub is walkoptree() (which is @EXPORT_OK),
31499 the walkoptree_slow() is a typeglob alias to walkoptree.
31500 This makes the tests to pass, at least.
31502 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31503 ____________________________________________________________________________
31504 [ 7853] By: nick on 2000/11/24 22:24:33
31505 Log: Re-arrange crlf vs binary for platforms that care.
31506 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
31507 Lip-service to making stdio layer work on such platfroms (untested).
31508 Now fails 3 tests rather than one, checkin to see if I can debug
31509 the issue under linux. (Do not merge.)
31511 ! doio.c perlio.c perliol.h
31512 ____________________________________________________________________________
31513 [ 7852] By: jhi on 2000/11/24 18:57:39
31514 Log: AUTHORS edits.
31517 ____________________________________________________________________________
31518 [ 7851] By: jhi on 2000/11/24 17:34:56
31519 Log: Add Jan-Erik Karlsson.
31522 ____________________________________________________________________________
31523 [ 7850] By: jhi on 2000/11/24 17:27:56
31524 Log: Configure should find stdchar on its own.
31526 ! hints/solaris_2.sh
31527 ____________________________________________________________________________
31528 [ 7849] By: jhi on 2000/11/24 17:24:55
31529 Log: Subject: PATCH over 7848: Filter test flawed
31530 From: andreas.koenig@anima.de (Andreas J. Koenig)
31531 Date: 24 Nov 2000 10:28:29 +0100
31532 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
31534 ! t/lib/filter-util.t
31535 ____________________________________________________________________________
31536 [ 7848] By: jhi on 2000/11/24 17:22:15
31537 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
31538 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
31539 Date: Fri, 24 Nov 2000 16:12:58 +0000
31540 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
31543 ____________________________________________________________________________
31544 [ 7847] By: jhi on 2000/11/24 03:07:01
31545 Log: Integrate perlio.
31547 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
31548 !> win32/makefile.mk
31549 ____________________________________________________________________________
31550 [ 7846] By: gsar on 2000/11/24 00:55:57
31551 Log: integrate changes#6415..6418,6420..6438 from mainline
31553 Fix the bitvector ops for utf8 (tricky since past 7 bits
31554 the utf8 'characters' can be more than one octet).
31556 MPE/ix updates for perl 5.6.0 from Mark Bixby.
31558 Subject: SDBM_File documentation
31564 Send all installperl messages to STDERR and be -w clean.
31566 Out-of-date note removed.
31568 Protect against "wild next"s, that is, callbacks doing "next"
31569 instead of "return".
31571 Use STDOUT consistently.
31573 The output might have been produced in the wrong order.
31575 A missing 'break' after the [[:space:]] switch case.
31578 [ID 19991110.003] another matching finding by pcre author
31579 which has already been fixed by some patch, as verified in
31581 Documentation to explain the behaviour of map().
31583 Add an optimization for map-maps-a-list-element-to-more-list-elements
31584 case, but add also notes explaining the relationship of this
31585 patch and the earlier notes by Sarathy.
31587 Subject: [ID 20000716.023] syslog test fails without sockets
31589 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31590 Test cases for #6431.
31592 File::Spec::VMS fixup for tmpdir from Craig Berry.
31594 Make the "uninit variable" warning to say "concat or string"
31595 or "join or string" when in concat or join .
31597 Get UTF16 BOMs working. Patch from
31598 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31600 Subject: [PATCH] Make large file tests deal with SIGXFSZ
31602 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
31604 Subject: [PATCH] av.c apidoc
31605 Branch: maint-5.6/perl
31606 !> (integrate 43 files)
31607 ____________________________________________________________________________
31608 [ 7845] By: gsar on 2000/11/24 00:20:45
31609 Log: integrate changes#6406..6414 from mainline
31611 Merge perlhacktut into perlhack, update perlguts.
31613 Fix AutoSplit to use File::Spec the right way in VMS,
31614 from Peter Prymmer.
31617 [ID 19991110.002] minimal matching discrepancy found by pcre author
31618 seems to have been fixed (though differently from what was suggested
31619 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
31621 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
31622 not in pod, from Peter Prymmer
31624 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
31625 From: Hugo <hv@crypt.compulink.co.uk>
31626 Date: Fri, 14 Jul 2000 23:05:20 +0100
31627 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
31629 Didn't anymore apply, but that point still could use another fix.
31631 lib/b test fixes from Peter Prymmer.
31633 More docs for sv functions.
31635 perlvms.pod whitespace cleanup to keep pod utils happy.
31637 another VMS build tweak from Peter Prymmer
31638 Branch: maint-5.6/perl
31639 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
31640 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
31641 !> vms/descrip_mms.template vms/perlvms.pod
31642 ____________________________________________________________________________
31643 [ 7844] By: nick on 2000/11/23 23:42:45
31644 Log: Win32/perlio Now just fails one io/argv.t test - lack
31645 of default :crlf on standard streams.
31648 ____________________________________________________________________________
31649 [ 7843] By: nick on 2000/11/23 23:04:05
31650 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
31651 peek fail is showing a real problem (multiple crlf layers
31652 are getting pushed.)
31654 ! doio.c perlio.c win32/makefile.mk
31655 ____________________________________________________________________________
31656 [ 7842] By: nick on 2000/11/23 19:46:23
31657 Log: Implement PerlIO_binmode()
31658 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
31659 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
31660 make binmode in t/lib/io_tell.t unconditional so that works.
31661 Checkin just so Win32 machine can see these changes.
31663 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
31664 ____________________________________________________________________________
31665 [ 7841] By: jhi on 2000/11/23 19:30:00
31666 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
31669 ____________________________________________________________________________
31670 [ 7840] By: jhi on 2000/11/23 17:18:02
31671 Log: SOCKS wrestling continues, patches from Jens Hamisch.
31673 ! doio.c embed.h embed.pl perlsdio.h proto.h
31674 ____________________________________________________________________________
31675 [ 7839] By: jhi on 2000/11/23 16:54:14
31676 Log: Push Filter::Util::Call one level deeper.
31678 + t/lib/filter-util.t
31679 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31680 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
31681 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31682 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31683 - t/lib/filt-util.t
31684 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
31685 ! win32/Makefile win32/makefile.mk
31686 ____________________________________________________________________________
31687 [ 7838] By: jhi on 2000/11/23 16:52:40
31688 Log: Reach back one higher up when searching for PERL_SRC.
31690 ! lib/ExtUtils/MM_Unix.pm
31691 ____________________________________________________________________________
31692 [ 7837] By: jhi on 2000/11/23 16:05:41
31693 Log: Subject: Re: perl@7826
31694 Date: Thu, 23 Nov 2000 02:20:25 -0600
31695 From: "Craig A. Berry" <craigberry@mac.com>
31696 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
31698 Make VMS to like Filter::Util::Call.
31700 ! configure.com ext/Filter/Util/Makefile.PL
31701 ____________________________________________________________________________
31702 [ 7836] By: nick on 2000/11/23 16:04:08
31703 Log: Implement crlf layer - not ready for merge.
31705 ! perlio.c win32/makefile.mk
31706 ____________________________________________________________________________
31707 [ 7835] By: jhi on 2000/11/23 15:56:52
31708 Log: STDCHAR is different in Sparc v9 vs x86.
31710 ! hints/solaris_2.sh
31711 ____________________________________________________________________________
31712 [ 7834] By: jhi on 2000/11/23 15:50:47
31713 Log: The type needs to be visible to protos.
31716 ____________________________________________________________________________
31717 [ 7833] By: jhi on 2000/11/23 15:40:46
31718 Log: Finish unfinished SOCKS workaround changes.
31721 ____________________________________________________________________________
31722 [ 7832] By: jhi on 2000/11/23 15:33:30
31723 Log: Integrate perlio.
31725 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31726 !> win32/makefile.mk
31727 ____________________________________________________________________________
31728 [ 7831] By: nick on 2000/11/23 10:31:07
31729 Log: Correct makefile.mk dependancies for ext/Filter/Util
31731 Run dmake regen_config_h
31733 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31734 ! win32/makefile.mk
31735 ____________________________________________________________________________
31736 [ 7830] By: nick on 2000/11/23 08:05:07
31737 Log: Integrate mainline
31739 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31740 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
31741 +> t/lib/filt-util.pl t/lib/filt-util.t
31742 !> (integrate 41 files)
31743 ____________________________________________________________________________
31744 [ 7829] By: gsar on 2000/11/23 03:07:11
31745 Log: build the Filter extension on windows
31747 ! win32/Makefile win32/makefile.mk
31748 ____________________________________________________________________________
31749 [ 7828] By: gsar on 2000/11/23 02:46:35
31750 Log: regenerate win32/config* and fix some inconsistencies in the
31751 makefiles; always export Perl_deb() because it is needed
31752 by ext/re/* (whether perl itself is built with -DDEBUGGING
31755 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
31756 ! win32/config_H.vc win32/makefile.mk
31757 ____________________________________________________________________________
31758 [ 7827] By: gsar on 2000/11/23 02:18:38
31759 Log: get sources building on windows+MSVC again (untested with other
31762 ! win32/include/sys/socket.h win32/perllib.c
31763 ____________________________________________________________________________
31764 [ 7826] By: jhi on 2000/11/23 01:18:26
31765 Log: Update Changes.
31767 ! Changes patchlevel.h
31768 ____________________________________________________________________________
31769 [ 7825] By: jhi on 2000/11/23 00:20:41
31770 Log: Subject: Re: av.c patch (having slight problems)
31771 From: "Ben Tilly" <ben_tilly@hotmail.com>
31772 Date: Tue, 21 Nov 2000 23:29:31 -0500
31773 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
31778 ____________________________________________________________________________
31779 [ 7824] By: jhi on 2000/11/22 23:59:15
31780 Log: Fixes for signedness warnings noticed by VMSperlers.
31782 ! ext/Storable/Storable.xs regcomp.c sv.c
31783 ____________________________________________________________________________
31784 [ 7823] By: jhi on 2000/11/22 23:19:31
31785 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
31786 From: Peter Prymmer <pvhp@forte.com>
31787 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
31788 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
31790 ! t/pragma/warn/pp_hot
31791 ____________________________________________________________________________
31792 [ 7822] By: jhi on 2000/11/22 22:52:20
31796 ____________________________________________________________________________
31797 [ 7821] By: jhi on 2000/11/22 22:46:39
31798 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
31799 by Damian Conway, as suggested by Paul Marquess.
31801 + lib/Filter/Simple.pm
31802 ____________________________________________________________________________
31803 [ 7820] By: jhi on 2000/11/22 22:45:51
31804 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
31806 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31807 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31808 + t/lib/filt-util.t
31810 ____________________________________________________________________________
31811 [ 7819] By: jhi on 2000/11/22 22:03:27
31812 Log: Integrate perlio.
31814 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
31815 !> win32/makefile.mk
31816 ____________________________________________________________________________
31817 [ 7818] By: jhi on 2000/11/22 21:56:02
31818 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
31820 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
31822 ____________________________________________________________________________
31823 [ 7817] By: jhi on 2000/11/22 21:39:49
31824 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
31825 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31826 Date: Wed, 22 Nov 2000 16:08:12 -0500
31827 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
31829 ! lib/ExtUtils/Liblist.pm
31830 ____________________________________________________________________________
31831 [ 7816] By: jhi on 2000/11/22 21:38:25
31832 Log: Go ahead and #include <unistd.h> in perl.h.
31834 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
31836 ____________________________________________________________________________
31837 [ 7815] By: jhi on 2000/11/22 21:22:52
31838 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
31839 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31840 Date: Mon, 20 Nov 2000 18:30:52 -0500
31841 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
31843 ! pod/perlre.pod regcomp.c t/op/re_tests
31844 ____________________________________________________________________________
31845 [ 7814] By: jhi on 2000/11/22 21:21:46
31846 Log: Subject: [PATCH 5.7.0] Liblist finally works
31847 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31848 Date: Tue, 21 Nov 2000 22:02:17 -0500
31849 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
31851 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
31852 ! lib/ExtUtils/MakeMaker.pm
31853 ____________________________________________________________________________
31854 [ 7813] By: jhi on 2000/11/22 21:20:23
31855 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
31856 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31857 Date: Wed, 22 Nov 2000 17:53:15 +0100
31858 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
31860 AIX dynaloader and perlio patch.
31862 ! ext/DynaLoader/dl_aix.xs
31863 ____________________________________________________________________________
31864 [ 7812] By: jhi on 2000/11/22 21:17:52
31865 Log: (Accidentally empty patch.)
31868 ____________________________________________________________________________
31869 [ 7811] By: jhi on 2000/11/22 21:16:31
31870 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
31871 From: Peter Prymmer <pvhp@forte.com>
31872 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
31873 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
31876 ____________________________________________________________________________
31877 [ 7810] By: jhi on 2000/11/22 21:15:36
31878 Log: Subject: Re: perl@7777
31879 From: "John P. Linderman" <jpl@research.att.com>
31880 Date: Wed, 22 Nov 2000 13:11:11 -0500
31881 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
31886 ____________________________________________________________________________
31887 [ 7809] By: jhi on 2000/11/22 21:14:19
31888 Log: Subject: [PATCH perl@7795] Perlio_tell fix
31889 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31890 Date: Wed, 22 Nov 2000 13:51:37 EST
31891 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
31894 ____________________________________________________________________________
31895 [ 7808] By: jhi on 2000/11/22 21:13:27
31896 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
31897 From: Casey Tweten <crt@kiski.net>
31898 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
31899 Message-Id: <200011201653.LAA10194@home.kiski.net>
31902 ____________________________________________________________________________
31903 [ 7807] By: jhi on 2000/11/22 21:12:35
31904 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
31905 From: Casey Tweten <crt@kiski.net>
31906 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
31907 Message-Id: <200011201636.LAA07227@home.kiski.net>
31910 ____________________________________________________________________________
31911 [ 7806] By: jhi on 2000/11/22 21:10:59
31912 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
31913 From: "Casey R. Tweten" <crt@kiski.net>
31914 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
31915 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
31918 ____________________________________________________________________________
31919 [ 7805] By: nick on 2000/11/22 21:05:06
31920 Log: Integrate mainline
31922 !> Changes Porting/genlog ext/DB_File/DB_File.xs
31923 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
31924 !> utils/perlbug.PL
31925 ____________________________________________________________________________
31926 [ 7804] By: jhi on 2000/11/22 21:01:12
31927 Log: Subject: [PATCH] Test.pm POD peculiarity
31928 From: "Casey R. Tweten" <crt@kiski.net>
31929 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
31930 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
31933 ____________________________________________________________________________
31934 [ 7803] By: jhi on 2000/11/22 20:59:59
31935 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
31936 From: "Philip Newton" <pnewton@gmx.de>
31937 Date: Wed, 22 Nov 2000 14:25:53 +0100
31938 Message-Id: <3A1BD771.25462.1939FAD@localhost>
31940 Be case-understanding also on 's', and use the -oi of sendmail
31941 not to terminate the transmission on a lone '.'.
31944 ____________________________________________________________________________
31945 [ 7802] By: nick on 2000/11/22 20:51:42
31946 Log: Win32 PerlIO intermediate state now working as expected.
31947 - In current state we are still using C runtime in text/binary
31948 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
31949 - PERLIO=stdio and PERLIO=unix pass all expected tests.
31950 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
31951 and PerlIO_seek() and the dummy crlf layer is not making adjustments
31952 for CRLF translation happening in C runtime. All other tests pass.
31954 Added note to README.win32 to point out the snags of doing a perl build
31955 with Norton AntiVirus turned on.
31957 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
31958 which file a fail comes from.
31960 Updated "canned" config.h to match the one generated.
31962 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
31963 ! win32/makefile.mk
31964 ____________________________________________________________________________
31965 [ 7801] By: jhi on 2000/11/22 06:50:20
31968 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31969 ____________________________________________________________________________
31970 [ 7800] By: jhi on 2000/11/22 01:29:55
31971 Log: Changes had accidentally gone too silent on non-main branches.
31973 ! Changes Porting/genlog patchlevel.h
31974 ____________________________________________________________________________
31975 [ 7799] By: gsar on 2000/11/22 01:02:56
31976 Log: some lib_pm.PL changes snuck in via change#7772
31977 Branch: maint-5.6/perl
31979 ____________________________________________________________________________
31980 [ 7798] By: nick on 2000/11/21 21:59:40
31981 Log: Integrate mainline
31983 !> (integrate 28 files)
31984 ____________________________________________________________________________
31985 [ 7797] By: jhi on 2000/11/21 21:01:45
31986 Log: Integrate perlio.
31988 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
31989 ____________________________________________________________________________
31990 [ 7796] By: nick on 2000/11/21 20:36:22
31991 Log: Win32 builds and runs (mostly) with USE_PERLIO.
31992 PERLIO=perlio passes all tests.
31993 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
31995 ! perlio.c win32/perllib.c win32/win32.c
31996 ____________________________________________________________________________
31997 [ 7795] By: jhi on 2000/11/21 19:03:44
31998 Log: Update Changes.
32000 ! Changes patchlevel.h
32001 ____________________________________________________________________________
32002 [ 7794] By: jhi on 2000/11/21 18:56:34
32003 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
32004 From: "Craig A. Berry" <craigberry@mac.com>
32005 Date: Mon, 20 Nov 2000 20:27:06 -0600
32006 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
32011 ____________________________________________________________________________
32012 [ 7793] By: jhi on 2000/11/21 18:54:41
32013 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
32014 From: Dominic Dunlop <domo@computer.org>
32015 Date: Mon, 20 Nov 2000 18:55:29 +0100
32016 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
32018 va_copy() and the need of it.
32019 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
32020 Branch: metaconfig/U/perl
32023 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32024 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
32025 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32026 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32027 ! win32/config.bc win32/config.gc win32/config.vc
32028 ____________________________________________________________________________
32029 [ 7792] By: jhi on 2000/11/21 17:04:10
32030 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
32033 ____________________________________________________________________________
32034 [ 7791] By: jhi on 2000/11/21 17:01:16
32035 Log: Export the SOCKS workaround symbols only if necessary.
32037 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
32038 ____________________________________________________________________________
32039 [ 7790] By: nick on 2000/11/20 23:57:11
32040 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
32043 ____________________________________________________________________________
32044 [ 7789] By: nick on 2000/11/20 23:38:33
32045 Log: Integrate mainline
32047 +> lib/File/Spec/Epoc.pm
32048 !> (integrate 34 files)
32049 ____________________________________________________________________________
32050 [ 7788] By: nick on 2000/11/20 23:20:18
32051 Log: Make extra buffer layer work (dummy crlf layer)
32053 ! doio.c perlio.c perlio.h
32054 ____________________________________________________________________________
32055 [ 7787] By: jhi on 2000/11/20 22:44:04
32056 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
32057 From: Peter Prymmer <pvhp@forte.com>
32058 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
32059 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
32061 ! t/pragma/locale.t
32062 ____________________________________________________________________________
32063 [ 7786] By: jhi on 2000/11/20 22:29:10
32064 Log: Subject: DOC PATCH 5.6.0 perlreftut
32065 From: mjd@plover.com
32066 Date: 20 Nov 2000 19:45:06 -0000
32067 Message-ID: <20001120194506.9505.qmail@plover.com>
32069 ! pod/perlreftut.pod
32070 ____________________________________________________________________________
32071 [ 7785] By: jhi on 2000/11/20 22:27:44
32072 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
32073 From: David Dyck <dcd@tc.fluke.com>
32074 Date: Mon, 20 Nov 2000 11:43:40 -0800
32075 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
32078 ____________________________________________________________________________
32079 [ 7784] By: jhi on 2000/11/20 22:23:21
32080 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
32081 Date: Mon, 20 Nov 2000 17:06:10 -0500
32082 To: Mailing list Perl5 <perl5-porters@perl.org>
32083 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
32085 ! pp_ctl.c t/op/pat.t
32086 ____________________________________________________________________________
32087 [ 7783] By: jhi on 2000/11/20 22:11:18
32088 Log: Subject: [PATCH] doop.c - UTF8 tr///
32089 From: Simon Cozens <simon@cozens.net>
32090 Date: Sat, 18 Nov 2000 18:49:30 +0000
32091 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
32093 Subject: Re: [PATCH] doop.c - UTF8 tr///
32094 From: Simon Cozens <simon@cozens.net>
32095 Date: Mon, 20 Nov 2000 20:45:22 +0000
32096 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
32098 Make tr on UTF-8 better but still not correct.
32101 ____________________________________________________________________________
32102 [ 7782] By: jhi on 2000/11/20 22:02:16
32103 Log: Remove the shared object before attempting to create
32104 (by linking) a new one. E.g. in AIX not removing
32105 becomes quite painful if one tries to do more than one
32106 build in the same tree (an interrupted build, for example),
32107 since the AIX' shared dynaloader seemingly keeps the shared
32108 objects open and therefore 'busy' for quite a while, even when
32109 nobody is using the objects, leading into link failures.
32111 ! lib/ExtUtils/MM_Unix.pm
32112 ____________________________________________________________________________
32113 [ 7781] By: gsar on 2000/11/20 19:02:55
32114 Log: type mismatch due to faulty integration
32115 Branch: maint-5.6/perl
32116 ! toke.c win32/Makefile
32117 ____________________________________________________________________________
32118 [ 7780] By: gsar on 2000/11/20 17:31:55
32119 Log: integrate changes#6392,6394..6399,6401..6404
32121 The {multiplier} of a fixed substring was overlooked which
32122 caused a wrong initial search offset for that substring.
32124 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
32125 From: Hugo <hv@crypt.compulink.co.uk>
32126 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
32127 Date: Thu, 13 Jul 2000 19:27:13 +0100
32129 Fix the BOM bug: not a byteorder bug, a signedness bug.
32131 Replace change #6337 with a better one.
32133 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32134 From: Hugo <hv@crypt.compulink.co.uk>
32135 Date: Fri, 14 Jul 2000 04:16:20 +0100
32136 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
32138 MakeMaker should not remove editor backups (*~) on `make clean`
32139 by default (completes change#6383)
32141 move new variables to the end of the interpreter structure (for
32142 bincompat in code that doesn't #include XSUB.h)
32144 rename totally bletcherous SvLOCK() thingy (doesn't do what the
32145 name suggests anyway)
32147 various cleanups (typos, misformatted code, and small bugs)
32149 typecasts needed for change#6394
32151 typos in change#6399, regen headers
32153 inconsistent types needs casts
32155 PERL_OBJECT build tweaks
32156 Branch: maint-5.6/perl
32157 !> MANIFEST doop.c embed.h embed.pl embedvar.h
32158 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
32159 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
32160 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
32162 ____________________________________________________________________________
32163 [ 7779] By: gsar on 2000/11/20 17:06:29
32164 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
32166 Cosmetics and perldelta.
32168 Fix nits noticed by Boston.pm.
32170 Do the cc sanity check both before the hints and
32171 after the cc selction.
32173 get sprintf.t to adjust properly for 3-digit exponents
32175 don't clobber *.orig files on *clean targets
32177 fix bugs in processing %v-*d and similar format specs (from
32178 Avi Finkel <avi@finkel.org>)
32180 sprintf test tweaks (from Dominic Dunlop)
32182 new selfloader.t in change#6183 doesn't close DATA handles,
32183 and thus fails to clean up tmp files on dosish platforms
32185 typos (spotted by Peter Prymmer)
32187 typo fix from Craig Berry
32188 Branch: maint-5.6/perl
32189 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
32190 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
32191 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
32193 ____________________________________________________________________________
32194 [ 7778] By: gsar on 2000/11/20 16:46:51
32195 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
32197 Subject: Re: format bug report [Patch]
32198 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32199 Date: Wed, 05 Jul 2000 13:12:52 +0200
32200 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
32202 Subject: Re: format bug report [Patch]
32203 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32204 Date: Wed, 05 Jul 2000 14:10:01 +0200
32205 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
32207 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
32208 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32209 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
32210 Date: Fri, 07 Jul 2000 17:57:16 +0100
32212 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
32213 To: perl5-porters@perl.org
32214 From: Karsten Sperling <spiff@phreax.net>
32215 Date: Mon, 10 Jul 2000 15:12:52 +0200
32216 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
32218 README.posix-bc podified from Thomas Dorner.
32220 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
32221 From: Dominic Dunlop <domo@computer.org>
32222 Date: Tue, 11 Jul 2000 12:27:33 +0200
32223 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
32228 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
32229 From: Roderick Schertler <roderick@argon.org>
32230 Date: Tue, 11 Jul 2000 13:55:05 -0400
32231 Message-Id: <200007111755.NAA05077@jones.argon.org>
32233 Minor cleanups on the booklist.
32235 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
32238 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
32239 Branch: maint-5.6/perl
32240 +> pod/perlbook.pod
32241 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
32242 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
32243 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
32244 ____________________________________________________________________________
32245 [ 7777] By: jhi on 2000/11/20 16:08:49
32246 Log: Update Changes.
32248 ! Changes patchlevel.h
32249 ____________________________________________________________________________
32250 [ 7776] By: jhi on 2000/11/20 15:27:56
32251 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
32252 This may be overly harsh but until proven otherwise, we think this
32253 way, or until we have a simple test for Configure (having to start
32254 up servers is does not count as simple) to check for the problems.
32257 ____________________________________________________________________________
32258 [ 7775] By: jhi on 2000/11/20 15:22:17
32259 Log: Solaris hints tweaks.
32261 ! hints/solaris_2.sh
32262 ____________________________________________________________________________
32263 [ 7774] By: jhi on 2000/11/20 15:01:20
32264 Log: Add a workaround to SOCKS 64-bit problems.
32266 ! doio.c embed.h embed.pl perlsdio.h proto.h
32267 ____________________________________________________________________________
32268 [ 7773] By: jhi on 2000/11/20 14:51:47
32269 Log: sysseek() instead of seek().
32272 ____________________________________________________________________________
32273 [ 7772] By: gsar on 2000/11/20 13:06:23
32274 Log: integrate changes#6315..6319,6321..6331,6333..6338
32276 Integrate with Sarathy, preliminary fix for unicos
32277 alignment problems in [ID 20000612.002] Perl problem on Cray system.
32279 some debugger output does not go to the socket when RemotePort is set
32281 winsock cleanup never done on Windows (leads to handle leaks)
32283 fix UNC path handling on Windows under ithreads, and chdir()
32284 return value when given a non-existent directory
32286 Autogenerate pod/Makefile and pod/buildtoc.
32287 buildtoc also checks whether the existin pods are
32288 mentioned in MANIFEST and perl.pod, and vice versa.
32289 (None of the thusly found discrepancies fixed yet.)
32290 roffitall also needs to be autogenerated similarly but it
32291 seems so badly out of date that I didn't touch it yet.
32293 Config is being used.
32295 Add =head1 NAMEs so that buildtoc is happy.
32296 (The CGI::Util nit reported to Lincoln.)
32298 Fix complaints of buildtoc.
32300 Fix the alignment problem in Crays ([ID 20000612.002]).
32302 Remove perlbook, update perlfaq book listing,
32303 rearrange perl.pod, regenerate perltoc.
32305 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
32306 was cast to an unsigned (32-bit) integer with wild abandon.
32308 winsock options weren't being set in all threads under ithreads
32309 (caused send()s from second and subsequent threads to fail)
32311 accept() leaks memory on windows due to incorrect ordering of
32312 closesocket() and fclose() calls
32314 Reorder perl.pod once more.
32316 More POSIX.pod tweaks.
32318 Sprinkle ldlibpath.
32320 Precedence goof, fix based on
32321 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
32322 From: Hugo <hv@crypt.compulink.co.uk>
32323 Date: Tue, 11 Jul 2000 12:52:38 +0100
32324 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
32326 Subject: PATCH perlguts.pod: Document D and d magic types
32327 From: mjd@plover.com
32328 Date: 5 Jul 2000 18:01:51 -0000
32329 Message-ID: <20000705180151.29413.qmail@plover.com>
32331 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
32332 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
32333 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
32334 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
32336 Subject: [PATCH cfgperl] $& segfaults if you trick it
32337 From: simon@brecon.co.uk (Simon Cozens)
32338 Date: 7 Jul 2000 11:26:09 GMT
32339 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
32341 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32342 From: Hugo <hv@crypt.compulink.co.uk>
32343 Date: Tue, 11 Jul 2000 12:44:50 +0100
32344 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
32346 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
32347 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32348 Date: Tue, 11 Jul 2000 13:50:51 +0100
32349 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
32350 Branch: maint-5.6/perl
32351 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
32353 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
32354 !> (integrate 26 files)
32355 ____________________________________________________________________________
32356 [ 7771] By: gsar on 2000/11/20 12:31:42
32357 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
32360 Subject: [PATCH bleedperl] File::Spec 0.82 beta
32361 From: Barrie Slaymaker <barries@jester.slaysys.com>
32362 Date: Wed, 28 Jun 2000 11:35:29 -0400
32363 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
32365 tweak perlembed for multiplicity/usethreads sanity; correct notes
32368 localize %INC in a Safe compartment so that use/require work
32369 (many other magic globals probably need similar treatment)
32371 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
32372 when @_ is modified, causing coredumps
32374 slurp mode fix in change#4736 still not quite right
32376 Point to perlipc for more SysV IPC examples.
32378 Elaborate POSIX.pod. Still needs work.
32380 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
32382 fix large memory leak that has been around for ever, masked by
32383 -DPURIFY (most of the arenas were never freed!)
32385 fix memory leak on Windows (PL_sys_intern contents were never
32388 PERL_OBJECT build tweak
32392 remove rel2abs prototypes (from Barrie Slaymaker)
32394 missing perldiag entry for unpack("w",...) diagnostic (from
32397 better diagnostic on Frob->stuff() when Frob:: doesn't exist
32398 (from Richard Soderberg <rs@oregonnet.com>)
32400 Win32 patches for cfgperl from Sarathy.
32402 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
32404 More POSIX.pod embellishment.
32406 tyop in change#6306
32407 Branch: maint-5.6/perl
32408 !> (integrate 44 files)
32409 ____________________________________________________________________________
32410 [ 7770] By: gsar on 2000/11/20 11:51:00
32411 Log: integrate changes#6268..6282 from cfgperl branch
32413 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
32414 From: Dominic Dunlop <domo@computer.org>
32415 Date: Thu, 29 Jun 2000 12:32:39 +0200
32416 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
32418 Regen headers for #6261 (and update embed.pl for this) and #6267,
32419 silence few compiler warnings.
32421 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
32422 From: Nicholas Clark <nick@talking.bollo.cx>
32423 Date: Fri, 23 Jun 2000 16:21:15 +0100
32424 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
32426 Subject: PATCH pod/perltie.pod
32427 From: Ian Phillipps <Ian.Phillipps@iname.com>
32428 Date: Fri, 16 Jun 2000 00:17:19 +0100
32429 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
32430 (only the first hunk, the second hunk had already been done
32431 by some other patch)
32433 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
32434 From: Tom Phoenix <rootbeer@redcat.com>
32435 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
32436 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
32438 Subject: [PATCH] xsub attributes
32439 From: Doug MacEachern <dougm@covalent.net>
32440 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
32441 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
32443 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
32444 From: Andy Dougherty <doughera@lafayette.edu>
32445 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
32446 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
32448 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
32449 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32450 Date: Tue, 13 Jun 2000 02:43:48 -0500
32451 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
32453 Subject: [PATCH] Re: eval documentation: context
32454 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32455 Date: Mon, 12 Jun 2000 15:07:29 +0100
32456 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
32458 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
32459 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32460 Date: Mon, 12 Jun 2000 14:55:59 +0100
32461 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
32463 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
32464 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
32465 Date: Fri, 09 Jun 2000 12:39:27 -0400
32466 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
32467 (plus update the version "number" of Text::Wrap)
32469 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
32470 From: Tim Ayers <tayers@bridge.com>
32471 Date: Thu, 08 Jun 2000 08:11:06 +0200
32472 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
32473 [resent by Richard Foley, Message-Id probably wrong]
32475 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
32476 From: rspier@pobox.com (Robert Spier)
32477 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
32478 Message-ID: <14654.31913.845602.610277@rls.cx>
32480 Subject: [PATCH 5.6.0] utils/h2xs.PL
32481 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32482 Date: Wed, 7 Jun 2000 04:02:04 -0500
32483 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
32485 Subject: [PATCH 5.6.0]ITHREADs for VMS
32486 From: Dan Sugalski <dan@sidhe.org>
32487 Date: Tue, 06 Jun 2000 11:59:50 -0400
32488 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
32489 Branch: maint-5.6/perl
32490 !> (integrate 31 files)
32491 ____________________________________________________________________________
32492 [ 7769] By: gsar on 2000/11/20 11:29:06
32493 Log: integrate changes#6261..6266 from cfgperl
32495 Subject: Re: [PATCH cfgperl] BOMs away!
32496 From: simon@brecon.co.uk (Simon Cozens)
32497 Date: 17 Jun 2000 11:49:57 GMT
32498 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
32500 Subject: 5.6.0 Patch for EPOC
32501 From: Olaf Flebbe <o.flebbe@gmx.de>
32502 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
32503 Message-ID: <23449.960929969@www11.gmx.net>
32505 tr fixes from Simon Cozens
32507 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
32508 From: Marty Lucich <marty@netcom.com>
32509 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
32510 Message-Id: <200006282116.OAA11148@netcom.com>
32511 ccdlflags update (the BSD/OS 4.1 part had already been taken
32514 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
32515 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32516 Date: Wed, 28 Jun 2000 17:50:12 -0700
32517 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
32519 Subject: [PATCH 5.6.0] cygwin port
32520 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
32521 From: "Fifer, Eric" <EFifer@sanwaint.com>
32522 Date: Thu, 29 Jun 2000 12:58:29 +0100
32523 Branch: maint-5.6/perl
32524 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
32525 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
32526 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32527 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
32528 ____________________________________________________________________________
32529 [ 7768] By: gsar on 2000/11/20 11:13:44
32530 Log: integrate changes#6252..6256,6259..6260
32532 Paranoia tweak on #6249.
32533 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32534 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32535 Date: Sun, 25 Jun 2000 23:43:12 -0400
32536 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
32538 Subject: tr///, help wanted.
32539 From: simon@brecon.co.uk (Simon Cozens)
32540 Date: 28 Jun 2000 11:29:04 GMT
32541 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
32543 small thinko tweaks
32545 tweaks from Simon Conzes to further fix tr/// under utf8
32547 perlnewmod was missing from MANIFEST.
32549 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
32550 From: simon@brecon.co.uk (Simon Cozens)
32551 Date: 17 Jun 2000 11:56:44 GMT
32552 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
32554 Branch: maint-5.6/perl
32555 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
32556 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
32557 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
32558 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
32559 ____________________________________________________________________________
32560 [ 7767] By: gsar on 2000/11/20 10:51:38
32561 Log: integrate change#6250 from cfgperl
32563 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
32564 From: Doug MacEachern <dougm@covalent.net>
32565 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
32566 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
32567 Branch: maint-5.6/perl
32569 !> MANIFEST embed.pl global.sym proto.h toke.c
32570 ____________________________________________________________________________
32571 [ 7766] By: gsar on 2000/11/20 10:48:34
32572 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
32574 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
32575 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32576 Date: Mon, 26 Jun 2000 18:40:14 +0100
32577 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
32579 Subject: [PATCH] bytes<->utf8 fixes
32580 From: simon@brecon.co.uk (Simon Cozens)
32581 Date: 26 Jun 2000 04:55:45 GMT
32582 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
32584 Subject: [PATCH] is_utf8_string
32585 From: simon@brecon.co.uk (Simon Cozens)
32586 Date: 26 Jun 2000 02:25:59 GMT
32587 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
32589 Subject: [PATCH] avoid mg_ptr in '*' magic
32590 From: Doug MacEachern <dougm@covalent.net>
32591 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
32592 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
32594 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
32595 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32596 Date: Sat, 24 Jun 2000 13:06:20 +0100
32597 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
32599 Allow for standalone testing.
32601 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
32602 From: Mark-Jason Dominus <mjd@plover.com>
32603 Date: Tue, 27 Jun 2000 22:36:42 -0400
32604 Message-ID: <20000628023642.12166.qmail@plover.com>
32606 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32607 From: Frank Tobin <ftobin@uiuc.edu>
32608 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
32609 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
32610 Branch: maint-5.6/perl
32611 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
32612 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
32613 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
32614 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
32615 !> utf8.c utils/h2xs.PL
32616 ____________________________________________________________________________
32617 [ 7765] By: gsar on 2000/11/20 10:29:13
32618 Log: integrate change#6239 from cfgperl
32620 Configure maintenance. Sever some dependency cycles,
32621 separate gccversion from the cc unit,
32622 address [ID 20000623.006] Configure script patch for using gcc on AIX
32623 (but solve it a little bit differently),
32624 unduplex some accidentally duplicated units,
32625 suggest using gcc if no cc available
32626 (p5p thread: "Solaris configure: counterproposal", 1999-09)
32627 Branch: maint-5.6/perl
32628 !> Configure Todo-5.6 config_h.SH
32629 ____________________________________________________________________________
32630 [ 7764] By: gsar on 2000/11/20 10:25:55
32631 Log: integrate changes#6233..6238 from cfgperl
32633 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
32634 From: Mark-Jason Dominus <mjd@plover.com>
32635 Date: Fri, 16 Jun 2000 20:53:04 -0400
32636 Message-ID: <20000617005304.8008.qmail@plover.com>
32638 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
32639 because when run as services (Win32ese for daemons)
32640 no environment variables are set and tmpdir ends up as /tmp,
32641 which is ambiguous.
32642 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
32643 From: matt@sergeant.org
32644 Date: 16 Jun 2000 16:30:43 -0000
32645 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
32647 The thread begun by
32648 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
32649 From: Kevin.Ruscoe@ubsw.com
32650 Date: Fri, 16 Jun 2000 16:38:51 +0100
32651 Message-Id: <H000019b03c300d6@MHS>
32653 Tweak embed.pl, regen headers.
32655 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
32656 From: Dan Sugalski <dan@sidhe.org>
32657 Date: Fri, 23 Jun 2000 17:00:00 -0400
32658 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
32659 Branch: maint-5.6/perl
32660 !> (integrate 27 files)
32661 ____________________________________________________________________________
32662 [ 7763] By: gsar on 2000/11/20 10:08:08
32663 Log: s/perl56delta/perldelta/g
32664 Branch: maint-5.6/perl
32666 ____________________________________________________________________________
32667 [ 7762] By: gsar on 2000/11/20 10:04:00
32668 Log: integrate changes#6225,6229,6231,6232 from cfgperl
32670 Add source code filenames to apidoc.
32671 From: simon@brecon.co.uk (Simon Cozens)
32672 Subject: [PATCH embed.pl] Source X-ref
32673 Date: 22 Jun 2000 02:18:49 GMT
32674 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
32676 Subject: README.hpux version 0.6.1
32677 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
32678 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32679 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
32681 Subject: [PATCH 5.6.0] cygwin port
32682 From: "Fifer, Eric" <EFifer@sanwaint.com>
32683 Date: Tue, 20 Jun 2000 14:30:58 +0100
32684 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
32686 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
32687 From: simon@brecon.co.uk (Simon Cozens)
32688 Date: 19 Jun 2000 15:18:27 GMT
32689 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
32691 plus update pod/Makefile and regenerate perltoc
32692 Branch: maint-5.6/perl
32693 +> pod/perlutil.pod
32694 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
32695 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
32696 ____________________________________________________________________________
32697 [ 7761] By: jhi on 2000/11/20 04:09:55
32698 Log: Miraculous typo.
32701 ____________________________________________________________________________
32702 [ 7760] By: jhi on 2000/11/20 04:06:08
32703 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
32704 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32705 Date: Sun, 19 Nov 2000 22:30:26 -0500
32706 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
32708 ! regexec.c scope.h t/op/pat.t
32709 ____________________________________________________________________________
32710 [ 7759] By: jhi on 2000/11/20 02:05:22
32711 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
32714 ____________________________________________________________________________
32715 [ 7758] By: jhi on 2000/11/20 01:58:11
32716 Log: Subject: [perl 7711: EPOC] updates
32717 From: Olaf Flebbe <o.flebbe@gmx.de>
32718 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
32719 Message-ID: <25575.974658810@www23.gmx.net>
32721 + lib/File/Spec/Epoc.pm
32722 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
32723 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
32724 ! lib/File/Spec.pm perl.c sv.c
32725 ____________________________________________________________________________
32726 [ 7757] By: jhi on 2000/11/20 01:53:11
32727 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
32730 ____________________________________________________________________________
32731 [ 7756] By: jhi on 2000/11/20 01:47:22
32732 Log: Integrate perlio.
32734 - ext/re/hints/MSWin32.pl
32735 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
32736 !> win32/config.gc win32/config_H.gc win32/win32sck.c
32737 ____________________________________________________________________________
32738 [ 7755] By: nick on 2000/11/19 20:57:17
32739 Log: Add dummy crlf layer (just as buffer)
32740 Correct 1st bug - one layer of indirection.
32742 ! perlio.c perlio.h perliol.h
32743 ____________________________________________________________________________
32744 [ 7754] By: nick on 2000/11/19 20:56:12
32745 Log: Work-round to Perl_deb_nocontext is no longer required
32747 - ext/re/hints/MSWin32.pl
32748 ____________________________________________________________________________
32749 [ 7753] By: nick on 2000/11/19 20:01:16
32750 Log: diff -se shows these as different
32752 ! global.sym pod/perlapi.pod
32753 ____________________________________________________________________________
32754 [ 7752] By: nick on 2000/11/19 18:57:30
32755 Log: Configure GCC/Win32 build -Duseperlio
32756 Fix a couple of gross issues
32757 - double-include of ../deb.o in re.dll
32758 - win32sck.c needs PerlIO and FILE
32760 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
32762 ____________________________________________________________________________
32763 [ 7751] By: nick on 2000/11/19 17:05:36
32764 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
32767 ____________________________________________________________________________
32768 [ 7750] By: nick on 2000/11/19 16:57:14
32772 ____________________________________________________________________________
32773 [ 7749] By: jhi on 2000/11/19 16:28:40
32774 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
32775 From: "Peter J. Farley III" <pjfarley@banet.net>
32776 Date: Sun, 19 Nov 2000 01:42:58 -0500
32777 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
32779 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
32780 ____________________________________________________________________________
32781 [ 7748] By: jhi on 2000/11/19 16:08:10
32782 Log: Subject: podlators 1.05 available
32783 From: Russ Allbery <rra@stanford.edu>
32784 Date: 18 Nov 2000 22:04:28 -0800
32785 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
32787 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
32788 ____________________________________________________________________________
32789 [ 7747] By: nick on 2000/11/19 11:19:39
32790 Log: Integrate mainline
32792 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32794 ____________________________________________________________________________
32795 [ 7746] By: jhi on 2000/11/19 06:42:22
32796 Log: Make hex scanning warn on "\x{x}" and "\xx".
32797 "\x" and and hex("x") are still valid.
32800 ____________________________________________________________________________
32801 [ 7745] By: nick on 2000/11/18 22:52:28
32802 Log: Integrate mainline
32804 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
32805 !> perl.h perlio.c proto.h regcomp.c regcomp.h
32806 ____________________________________________________________________________
32807 [ 7744] By: jhi on 2000/11/18 22:50:28
32808 Log: Introduce Perl_utf8_length(). Use it.
32810 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32811 ____________________________________________________________________________
32812 [ 7743] By: jhi on 2000/11/18 22:38:51
32813 Log: Compiler denit.
32816 ____________________________________________________________________________
32817 [ 7742] By: jhi on 2000/11/18 20:33:05
32818 Log: Integrate perlio.
32820 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32821 !> perlio.h pp_ctl.c pp_sys.c sv.c
32822 ____________________________________________________________________________
32823 [ 7741] By: jhi on 2000/11/18 20:31:27
32824 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
32825 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32826 Date: Fri, 17 Nov 2000 20:35:11 -0500
32827 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
32829 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
32830 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32831 Date: Fri, 17 Nov 2000 21:03:47 -0500
32832 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
32834 Plus a little bit of tweaking in pregcomp().
32836 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
32837 ____________________________________________________________________________
32838 [ 7740] By: nick on 2000/11/18 20:17:22
32839 Log: Lexical use open ... support:
32840 add ->cop_io to COP structure in cop.h.
32841 Make mg.c and gv.c associate it with ${^OPEN}.
32842 Make lib/open.pm set it.
32843 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
32844 manner similar to ->cop_warnings.
32845 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
32846 call new PerlIO_apply_layers().
32847 Declare latter in perlio.h and define in perlio.c
32849 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32850 ! perlio.h pp_ctl.c pp_sys.c sv.c
32851 ____________________________________________________________________________
32852 [ 7739] By: jhi on 2000/11/18 19:54:00
32853 Log: Integrate perlio.
32855 !> doio.c perlio.c pp.c
32856 ____________________________________________________________________________
32857 [ 7738] By: jhi on 2000/11/18 17:16:13
32858 Log: Subject: [PATCH 5.7.0] etags broken again
32859 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32860 Date: Sat, 18 Nov 2000 02:41:36 -0500
32861 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
32864 ____________________________________________________________________________
32865 [ 7737] By: jhi on 2000/11/18 17:12:18
32866 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
32868 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32869 ____________________________________________________________________________
32870 [ 7736] By: nick on 2000/11/18 14:06:20
32871 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
32872 part to be isolated.
32875 ____________________________________________________________________________
32876 [ 7735] By: nick on 2000/11/18 11:03:32
32877 Log: Integrate mainline
32879 !> Changes README.amiga README.win32 patchlevel.h
32880 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
32881 ____________________________________________________________________________
32882 [ 7734] By: jhi on 2000/11/18 01:18:56
32883 Log: Update Changes.
32885 ! Changes patchlevel.h
32886 ____________________________________________________________________________
32887 [ 7733] By: jhi on 2000/11/18 00:32:54
32888 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
32889 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32890 Date: Fri, 17 Nov 2000 17:28:02 -0500
32891 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
32893 ! regcomp.c regexec.c t/op/re_tests
32894 ____________________________________________________________________________
32895 [ 7732] By: jhi on 2000/11/18 00:28:56
32896 Log: Sparc 64-bit pack() fix from Jens Hamisch.
32899 ____________________________________________________________________________
32900 [ 7731] By: jhi on 2000/11/18 00:18:39
32901 Log: Explain in more detail the {} syntax ambiguousity.
32903 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
32904 From: Nicholas Clark <nick@ccl4.org>
32905 Date: Fri, 17 Nov 2000 22:10:28 +0000
32906 Message-ID: <20001117221028.A88930@plum.flirble.org>
32909 ____________________________________________________________________________
32910 [ 7730] By: jhi on 2000/11/18 00:12:18
32911 Log: Subject: Fix for README.amiga (20000323.033)
32912 From: "Stephen P. Potter" <spp@spotter.yi.org>
32913 Date: Fri, 17 Nov 2000 12:25:51 -0500
32914 Message-Id: <200011171725.MAA05768@spotter.yi.org>
32917 ____________________________________________________________________________
32918 [ 7729] By: jhi on 2000/11/18 00:08:34
32919 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
32920 From: "A. C. Yardley" <yardley@tanet.net>
32921 Date: Mon, 3 Apr 2000 11:35:33 -0700
32922 Message-ID: <3483.000403@tanet.net>
32925 ____________________________________________________________________________
32926 [ 7728] By: nick on 2000/11/17 21:59:47
32927 Log: Integrate mainline
32929 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
32930 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
32931 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
32932 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
32933 ____________________________________________________________________________
32934 [ 7727] By: nick on 2000/11/17 21:56:31
32935 Log: Experiment on use of attributes.pm interface.
32936 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
32937 SVt_PVRV if not already something better (else vivify of say magic gets
32941 ____________________________________________________________________________
32942 [ 7726] By: jhi on 2000/11/17 14:15:49
32943 Log: Subject: Fix for 20000815.006
32944 From: "Stephen P. Potter" <spp@spotter.yi.org>
32945 Date: Fri, 17 Nov 2000 08:57:45 -0500
32946 Message-Id: <200011171357.IAA05122@spotter.yi.org>
32948 It's really 20000518.006.
32950 ! pod/perlmodlib.PL
32951 ____________________________________________________________________________
32952 [ 7725] By: jhi on 2000/11/17 14:12:31
32953 Log: Subject: Fix for 20000409.001
32954 From: "Stephen P. Potter" <spp@spotter.yi.org>
32955 Date: Fri, 17 Nov 2000 08:55:45 -0500
32956 Message-Id: <200011171355.IAA05104@spotter.yi.org>
32959 ____________________________________________________________________________
32960 [ 7724] By: jhi on 2000/11/17 14:08:58
32961 Log: Undo #7627 now that we have =head3.
32964 ____________________________________________________________________________
32965 [ 7723] By: jhi on 2000/11/17 14:04:09
32966 Log: As surmised the #7719 wasn't a good move.
32968 ! hints/solaris_2.sh
32969 ____________________________________________________________________________
32970 [ 7722] By: jhi on 2000/11/17 13:59:04
32971 Log: Also the 64bitall hints can be either here or there.
32973 ! hints/solaris_2.sh
32974 ____________________________________________________________________________
32975 [ 7721] By: jhi on 2000/11/17 02:26:23
32976 Log: Test tweak for the open pragma.
32979 ____________________________________________________________________________
32980 [ 7720] By: jhi on 2000/11/17 00:23:22
32981 Log: The long double hints can be here or there.
32983 ! hints/solaris_2.sh
32984 ____________________________________________________________________________
32985 [ 7719] By: jhi on 2000/11/17 00:14:06
32986 Log: For Solaris use64bitall the stdchar needs a little bit of help.
32988 ! hints/solaris_2.sh
32989 ____________________________________________________________________________
32990 [ 7718] By: jhi on 2000/11/16 23:27:34
32991 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
32992 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32993 Date: Wed, 15 Nov 2000 08:56:32 +0100
32994 Message-ID: <3A1241B0.64477E00@alcatel.at>
32996 ! lib/Carp/Heavy.pm
32997 ____________________________________________________________________________
32998 [ 7717] By: jhi on 2000/11/16 23:23:29
32999 Log: Subject: [PATCH] Re: 20001101.003 PDL
33000 From: Nicholas Clark <nick@ccl4.org>
33001 Date: Thu, 16 Nov 2000 16:48:25 +0000
33002 Message-ID: <20001116164825.B93487@plum.flirble.org>
33004 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
33005 ____________________________________________________________________________
33006 [ 7716] By: jhi on 2000/11/16 23:21:31
33007 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
33008 From: "Casey R. Tweten" <crt@kiski.net>
33009 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
33010 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
33012 ! lib/Pod/Checker.pm pod/perlpod.pod
33013 ____________________________________________________________________________
33014 [ 7715] By: jhi on 2000/11/16 23:19:40
33015 Log: Avoid an infinite loop in VMS when utils scripts are run
33016 with no arguments, from Charles Lane.
33019 ____________________________________________________________________________
33020 [ 7714] By: jhi on 2000/11/16 23:17:08
33021 Log: Subject: perllocale.pod changes
33022 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33023 Date: Mon, 13 Nov 2000 10:09:22 +0300
33024 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
33026 ! pod/perllocale.pod
33027 ____________________________________________________________________________
33028 [ 7713] By: jhi on 2000/11/16 23:14:06
33029 Log: Integrate perlio.
33031 !> doio.c perlio.c perlio.h util.c
33032 ____________________________________________________________________________
33033 [ 7712] By: nick on 2000/11/16 21:10:58
33034 Log: Integrate mainline
33036 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33037 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33038 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
33039 !> vos/config.ga.def vos/config.ga.h win32/config.bc
33040 !> win32/config.gc win32/config.vc
33041 ____________________________________________________________________________
33042 [ 7711] By: nick on 2000/11/16 19:56:41
33044 consistent way of getting 'rb', 'wb' etc. for binary opens
33045 move *perlio::layers to *open::layers
33046 a #define to show layers available
33047 DOSISH popen/PerlIO had export/import sense inverted.
33049 ! doio.c perlio.c perlio.h util.c
33050 ____________________________________________________________________________
33051 [ 7710] By: jhi on 2000/11/16 15:46:05
33052 Log: Add HAS_SBRK_PROTO.
33053 Branch: metaconfig/U/perl
33056 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33057 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33058 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33059 ! vos/config.ga.def vos/config.ga.h win32/config.bc
33060 ! win32/config.gc win32/config.vc
33061 ____________________________________________________________________________
33062 [ 7709] By: nick on 2000/11/16 07:31:49
33063 Log: Integrate mainline
33065 !> (integrate 35 files)
33066 ____________________________________________________________________________
33067 [ 7708] By: jhi on 2000/11/16 05:33:03
33068 Log: These files are text, not binary.
33070 ! ext/Encode/Encode/iso8859-10.enc
33071 ! ext/Encode/Encode/iso8859-13.enc
33072 ! ext/Encode/Encode/iso8859-14.enc
33073 ! ext/Encode/Encode/iso8859-15.enc
33074 ____________________________________________________________________________
33075 [ 7707] By: jhi on 2000/11/16 01:53:37
33076 Log: Update Changes.
33078 ! Changes patchlevel.h
33079 ____________________________________________________________________________
33080 [ 7706] By: jhi on 2000/11/16 01:35:59
33081 Log: More #undefing of stdio.
33083 ! fakesdio.h nostdio.h
33084 ____________________________________________________________________________
33085 [ 7705] By: jhi on 2000/11/16 01:34:18
33086 Log: Add fwalk() probe to the configuration files and regen perltoc.
33088 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33089 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
33090 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
33091 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33092 ! win32/config.bc win32/config.gc win32/config.vc
33093 ____________________________________________________________________________
33094 [ 7704] By: jhi on 2000/11/16 01:33:07
33095 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
33096 an optional third argument to Inlibc?)
33097 Branch: metaconfig/U/perl
33099 ____________________________________________________________________________
33100 [ 7703] By: jhi on 2000/11/16 01:09:22
33101 Log: The type of the hash_cb() size argument is tricky.
33103 ! ext/DB_File/DB_File.xs
33104 ____________________________________________________________________________
33105 [ 7702] By: jhi on 2000/11/15 23:01:16
33106 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
33109 ____________________________________________________________________________
33110 [ 7701] By: jhi on 2000/11/15 22:52:32
33114 ____________________________________________________________________________
33115 [ 7700] By: jhi on 2000/11/15 22:51:56
33116 Log: UINT64_C() work continues.
33118 ! handy.h perl.h utf8.h
33119 ____________________________________________________________________________
33120 [ 7699] By: jhi on 2000/11/15 14:13:04
33121 Log: SOCKS has its own USE_THREADS, based on
33123 Subject: [ID 20001114.002] et. al. bugfix followup
33124 From: Jens Hamisch <jens@Strawberry.COM>
33125 Date: Wed, 15 Nov 2000 14:23:11 +0100
33126 Message-ID: <20001115142311.A21164@Strawberry.COM>
33129 ____________________________________________________________________________
33130 [ 7698] By: jhi on 2000/11/15 03:50:56
33131 Log: Add few missing #undefs and sort them.
33134 ____________________________________________________________________________
33135 [ 7697] By: jhi on 2000/11/15 03:39:14
33136 Log: Linenumber fix.
33138 ! t/pragma/warn/utf8
33139 ____________________________________________________________________________
33140 [ 7696] By: jhi on 2000/11/15 02:55:26
33141 Log: EBCDIC tweaks.
33143 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
33144 From: Peter Prymmer <pvhp@forte.com>
33145 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
33146 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
33148 ! t/op/regmesg.t t/pragma/warn/utf8
33149 ____________________________________________________________________________
33150 [ 7695] By: jhi on 2000/11/15 02:53:58
33151 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
33152 From: Peter Prymmer <pvhp@forte.com>
33153 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
33154 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
33157 ____________________________________________________________________________
33158 [ 7694] By: jhi on 2000/11/15 02:50:55
33159 Log: Subject: [PATCH: perl@7674] updates to README.os390
33160 From: Prymmer/Kahn <pvhp@best.com>
33161 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
33162 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
33165 ____________________________________________________________________________
33166 [ 7693] By: jhi on 2000/11/15 02:48:37
33167 Log: Quit utf8_to_uv() instantly if curlen == 0.
33170 ____________________________________________________________________________
33171 [ 7692] By: jhi on 2000/11/15 02:24:29
33172 Log: Use u_int32_t for the size of hash_cb(), not size_t.
33174 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
33175 From: Jens Hamisch <jens@Strawberry.COM>
33176 Date: Tue, 14 Nov 2000 19:03:55 +0100
33177 Message-Id: <20001114190355.A20559@Strawberry.COM>
33179 ! ext/DB_File/DB_File.xs
33180 ____________________________________________________________________________
33181 [ 7691] By: jhi on 2000/11/15 02:20:12
33182 Log: Use UINT64_C().
33184 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
33185 From: Jens Hamisch <jens@Strawberry.COM>
33186 Date: Tue, 14 Nov 2000 19:16:23 +0100
33187 Message-Id: <20001114191623.G20559@Strawberry.COM>
33190 ____________________________________________________________________________
33191 [ 7690] By: jhi on 2000/11/15 02:17:06
33192 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
33193 (a macro to define signed and unsigned integer constants).
33196 ____________________________________________________________________________
33197 [ 7689] By: jhi on 2000/11/15 01:56:51
33198 Log: Regen Configure.
33201 ____________________________________________________________________________
33202 [ 7688] By: jhi on 2000/11/15 01:56:32
33203 Log: Make the unit know about SOCKS.
33205 ! U/protos/socksizetype.U
33206 ____________________________________________________________________________
33207 [ 7687] By: jhi on 2000/11/15 01:54:47
33208 Log: Remove unused dependencies.
33210 ! U/compline/d_getpagsz.U
33211 ____________________________________________________________________________
33212 [ 7686] By: nick on 2000/11/14 21:25:13
33213 Log: Integrate mainline.
33215 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
33216 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
33217 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
33218 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
33219 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
33220 !> win32/config.bc win32/config.gc win32/config.vc
33221 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
33222 ____________________________________________________________________________
33223 [ 7685] By: jhi on 2000/11/14 17:54:56
33224 Log: Integrate perlio.
33226 +> fakesdio.h perliol.h
33227 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
33228 !> perlsdio.h perlsfio.h pod/perlfunc.pod
33229 ____________________________________________________________________________
33230 [ 7684] By: nick on 2000/11/14 17:43:04
33231 Log: PerlIO #include and #ifdef re-work.
33233 + fakesdio.h perliol.h
33234 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
33235 ! perlsdio.h perlsfio.h
33236 ____________________________________________________________________________
33237 [ 7683] By: jhi on 2000/11/14 15:42:40
33238 Log: Hoist the duplicated socket/netdb include logic to perl.h;
33239 undef SETERRNO in case SOCKS has defined it. Based on:
33241 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
33242 From: Jens Hamisch <jens@Strawberry.COM>
33243 Date: Tue, 14 Nov 2000 11:34:40 +0100
33244 Message-Id: <20001114113440.A20005@Strawberry.COM>
33246 ! doio.c perl.h pp_sys.c
33247 ____________________________________________________________________________
33248 [ 7682] By: jhi on 2000/11/14 14:07:28
33249 Log: Subject: some additions for makefiles for win32 (for perl@7674)
33250 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33251 Date: Tue, 14 Nov 2000 09:31:13 +0300
33252 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
33254 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
33255 ! win32/makefile.mk
33256 ____________________________________________________________________________
33257 [ 7681] By: jhi on 2000/11/14 14:01:41
33258 Log: Subject: tiny typo in perl5db.pl
33259 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33260 Date: Tue, 14 Nov 2000 09:29:28 +0300
33261 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
33264 ____________________________________________________________________________
33265 [ 7680] By: jhi on 2000/11/14 04:13:50
33266 Log: Redo #7679 with LFs instead of CRLFs.
33268 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
33269 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
33270 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33271 ____________________________________________________________________________
33272 [ 7679] By: jhi on 2000/11/14 01:21:09
33273 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
33274 From: Benjamin Stuhl <tiriath@yahoo.com>
33275 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33276 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33278 + win32/bin/mdelete.bat
33279 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
33280 ! makedef.pl perlio.c win32/Makefile win32/config.gc
33281 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33282 ____________________________________________________________________________
33283 [ 7678] By: jhi on 2000/11/14 01:19:20
33284 Log: Fix the re extension building for Win32.
33286 Subject: [PATCH perl@7638] Get PerlIO building on Win32
33287 From: Benjamin Stuhl <tiriath@yahoo.com>
33288 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33289 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33291 + ext/re/hints/MSWin32.pl
33293 ____________________________________________________________________________
33294 [ 7677] By: jhi on 2000/11/14 01:13:54
33295 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
33296 From: sthoenna@efn.org
33297 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
33298 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
33300 ! doop.c pp.c toke.c utf8.c utf8.h
33301 ____________________________________________________________________________
33302 [ 7676] By: jhi on 2000/11/13 20:23:15
33303 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33304 From: Nicholas Clark <nick@ccl4.org>
33305 Date: Mon, 13 Nov 2000 18:55:04 +0000
33306 Message-ID: <20001113185504.J29183@plum.flirble.org>
33308 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
33309 ____________________________________________________________________________
33310 [ 7675] By: nick on 2000/11/13 20:21:57
33311 Log: Integrate mainline ...
33313 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
33314 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
33315 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
33316 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
33317 ____________________________________________________________________________
33318 [ 7674] By: jhi on 2000/11/13 15:07:56
33319 Log: Update Changes.
33321 ! Changes patchlevel.h
33322 ____________________________________________________________________________
33323 [ 7673] By: jhi on 2000/11/13 14:42:42
33324 Log: Remove the new two tests of lib/io_xs for now, they seem to
33325 fail under perlio on some platforms.
33328 ____________________________________________________________________________
33329 [ 7672] By: jhi on 2000/11/13 13:57:53
33330 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
33333 ____________________________________________________________________________
33334 [ 7671] By: jhi on 2000/11/13 05:30:48
33335 Log: Placate nervous compilers that see longer than ints switch()ing.
33338 ____________________________________________________________________________
33339 [ 7670] By: jhi on 2000/11/13 05:14:21
33340 Log: fputs() does return EOF on error but here we don't care.
33343 ____________________________________________________________________________
33344 [ 7669] By: jhi on 2000/11/13 05:02:45
33345 Log: Declare reg_data like reg_substr_data.
33348 ____________________________________________________________________________
33349 [ 7668] By: jhi on 2000/11/13 04:54:34
33350 Log: Typos in #7667.
33353 ____________________________________________________________________________
33354 [ 7667] By: jhi on 2000/11/13 04:49:49
33355 Log: Cleanup messy #ifdef.
33358 ____________________________________________________________________________
33359 [ 7666] By: jhi on 2000/11/13 04:17:34
33360 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33361 From: Nicholas Clark <nick@talking.bollo.cx>
33362 Date: Sun, 12 Nov 2000 21:14:11 +0000
33363 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
33365 Note: only one breakage of the two reported is fixed by this patch.
33368 ____________________________________________________________________________
33369 [ 7665] By: jhi on 2000/11/13 04:05:07
33370 Log: Tweak the definition of the bit complement on UTF-8 data:
33371 if none of the characters in the string are > 0xff,
33372 the result is a complemented byte string, not a (UTF-8)
33373 char string. Based on the summary in
33375 Subject: Re: [ID 20000918.005] ~ on wide chars
33376 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33377 Date: Fri, 10 Nov 2000 09:47:15 -0800
33378 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
33380 This should give us the maximum backward (pre-char string)
33381 compatibility and utf8 compatibility. The other alternative
33382 would be to limit the bit complement to be always byte only,
33383 taking the least significant byte of the chars.
33385 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
33386 ____________________________________________________________________________
33387 [ 7664] By: jhi on 2000/11/13 00:23:44
33388 Log: Couple of tests from #7660 salvaged.
33391 ! MANIFEST t/io/tell.t
33392 ____________________________________________________________________________
33393 [ 7663] By: jhi on 2000/11/13 00:02:48
33394 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
33395 From: Nicholas Clark <nick@talking.bollo.cx>
33396 Date: Sun, 12 Nov 2000 21:23:43 +0000
33397 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
33400 ____________________________________________________________________________
33401 [ 7662] By: jhi on 2000/11/13 00:01:39
33402 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
33403 From: Nicholas Clark <nick@talking.bollo.cx>
33404 Date: Sun, 12 Nov 2000 21:30:04 +0000
33405 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
33407 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
33408 ____________________________________________________________________________
33409 [ 7661] By: jhi on 2000/11/12 23:57:29
33410 Log: Document tell() on special streams.
33413 ____________________________________________________________________________
33414 [ 7660] By: jhi on 2000/11/12 23:54:22
33415 Log: (Subsumed by #7664)
33419 ____________________________________________________________________________
33420 [ 7659] By: jhi on 2000/11/12 22:55:25
33421 Log: Many subdocumented return values of the IO extension now documented.
33422 ungetc and write still left subdocumented.
33424 Subject: [PATCH] (was Re: IO::Handle::ungetc)
33425 From: Nicholas Clark <nick@talking.bollo.cx>
33426 Date: Sun, 12 Nov 2000 21:35:53 +0000
33427 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
33429 ! ext/IO/lib/IO/Handle.pm
33430 ____________________________________________________________________________
33431 [ 7658] By: jhi on 2000/11/12 21:37:06
33432 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
33433 From: Nicholas Clark <nick@talking.bollo.cx>
33434 Date: Sun, 12 Nov 2000 20:03:22 +0000
33435 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
33438 ____________________________________________________________________________
33439 [ 7657] By: jhi on 2000/11/12 20:34:55
33440 Log: Integrate perlio.
33443 ____________________________________________________________________________
33444 [ 7656] By: nick on 2000/11/12 19:25:06
33445 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
33448 ____________________________________________________________________________
33449 [ 7655] By: nick on 2000/11/12 19:09:41
33450 Log: Integrate mainline
33452 +> README.solaris ext/Encode/Encode/cp1006.enc
33453 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
33454 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
33455 +> ext/Encode/Encode/iso8859-13.enc
33456 +> ext/Encode/Encode/iso8859-14.enc
33457 +> ext/Encode/Encode/iso8859-15.enc
33458 !> (integrate 34 files)
33459 ____________________________________________________________________________
33460 [ 7654] By: jhi on 2000/11/12 19:00:22
33461 Log: Add a metaconfig unit for fsync.
33462 Branch: metaconfig/U/perl
33464 ____________________________________________________________________________
33465 [ 7653] By: jhi on 2000/11/12 19:00:01
33466 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
33468 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33469 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33470 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33471 ! vos/config.ga.h win32/config.bc win32/config.gc
33473 ____________________________________________________________________________
33474 [ 7652] By: jhi on 2000/11/11 21:12:01
33475 Log: Copy the s// information of README.hpux also to the perlrun.
33477 ! README.hpux pod/perlrun.pod
33478 ____________________________________________________________________________
33479 [ 7651] By: jhi on 2000/11/11 21:03:13
33480 Log: More README.solaris updates from Andy Dougherty.
33483 ____________________________________________________________________________
33484 [ 7650] By: jhi on 2000/11/11 18:38:57
33485 Log: More descriptive error for unknown perlio layers.
33487 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
33488 From: Dominic Dunlop <domo@computer.org>
33489 Date: Sat, 11 Nov 2000 18:20:32 +0100
33490 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33492 ! perlio.c pod/perldiag.pod
33493 ____________________________________________________________________________
33494 [ 7649] By: jhi on 2000/11/11 18:37:52
33495 Log: MachTen doesn't really do mmap() and munmap().
33497 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
33498 From: Dominic Dunlop <domo@computer.org>
33499 Date: Sat, 11 Nov 2000 18:20:32 +0100
33500 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33503 ____________________________________________________________________________
33504 [ 7648] By: jhi on 2000/11/11 18:36:46
33505 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
33506 From: rspier@pobox.com (Robert Spier)
33507 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
33508 Message-ID: <14861.32839.491271.985797@rls.cx>
33510 ! Porting/Contract pod/perltoot.pod
33511 ____________________________________________________________________________
33512 [ 7647] By: jhi on 2000/11/11 18:35:30
33513 Log: Simplify the getpagesize() unit by dropping the
33514 pagesize probe since it's nowadays slightly more
33515 complicated because of sysconf(). (Note: if some
33516 platform really needs the -lPW for getpagesize,
33519 TODO: a new pagesize unit.
33521 ! U/compline/d_getpagsz.U
33522 ____________________________________________________________________________
33523 [ 7646] By: jhi on 2000/11/11 18:33:23
33524 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
33526 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33527 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33528 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33529 ! vos/config.ga.h win32/config.bc win32/config.gc
33531 ____________________________________________________________________________
33532 [ 7645] By: jhi on 2000/11/11 16:45:15
33533 Log: Use sysconf() or getpagesize() to find out the pagesize.
33536 ____________________________________________________________________________
33537 [ 7644] By: jhi on 2000/11/11 15:46:08
33538 Log: Integrate perlio.
33541 ____________________________________________________________________________
33542 [ 7643] By: jhi on 2000/11/11 15:33:36
33543 Log: Subject: Re: [PATCH] README.solaris
33544 From: Lupe Christoph <lupe@lupe-christoph.de>
33545 Date: Sat, 11 Nov 2000 14:08:10 +0100
33546 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
33549 ____________________________________________________________________________
33550 [ 7642] By: jhi on 2000/11/11 15:22:12
33551 Log: Subject: [PATCH perl@7638] cygwin port
33552 From: "Eric Fifer" <egf7@columbia.edu>
33553 Date: Fri, 10 Nov 2000 19:30:30 -0000
33554 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
33556 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
33557 ____________________________________________________________________________
33558 [ 7641] By: nick on 2000/11/11 14:50:36
33559 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
33560 Also call "Buf" layer directly when unread'ing non-read chars.
33563 ____________________________________________________________________________
33564 [ 7640] By: jhi on 2000/11/11 02:05:02
33565 Log: Add more encoding tables.
33567 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
33568 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
33569 + ext/Encode/Encode/iso8859-10.enc
33570 + ext/Encode/Encode/iso8859-13.enc
33571 + ext/Encode/Encode/iso8859-14.enc
33572 + ext/Encode/Encode/iso8859-15.enc
33574 ____________________________________________________________________________
33575 [ 7639] By: jhi on 2000/11/10 18:49:25
33576 Log: Subject: [PATCH] README.solaris
33577 From: Andy Dougherty <doughera@lafayette.edu>
33578 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
33579 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
33582 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
33583 ! pod/perl.pod pod/perltoc.pod
33584 ____________________________________________________________________________
33585 [ 7638] By: jhi on 2000/11/10 15:04:15
33586 Log: Update Changes.
33588 ! Changes patchlevel.h
33589 ____________________________________________________________________________
33590 [ 7637] By: jhi on 2000/11/10 14:14:28
33591 Log: Explain better why certain regex tests are skipped.
33593 Subject: Re: tests skipped: unknown reason
33594 From: Lupe Christoph <lupe@lupe-christoph.de>
33595 Date: Fri, 10 Nov 2000 09:08:56 +0100
33596 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
33599 ____________________________________________________________________________
33600 [ 7636] By: nick on 2000/11/10 13:40:00
33601 Log: Integrate mainline.
33603 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
33604 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
33605 !> win32/bin/search.pl
33606 ____________________________________________________________________________
33607 [ 7635] By: nick on 2000/11/10 13:25:52
33608 Log: Re-instate stdio large file support via perlio.
33611 ____________________________________________________________________________
33612 [ 7634] By: jhi on 2000/11/10 04:49:55
33613 Log: Amdahl UTS hints updates.
33615 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
33616 From: hom00@utsglobal.com (Harold O Morris)
33617 Date: Thu, 9 Nov 2000 20:02 PST
33618 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
33621 ____________________________________________________________________________
33622 [ 7633] By: jhi on 2000/11/09 23:33:28
33623 Log: Subject: [PATCH] IO::Seekable pod
33624 From: Nicholas Clark <nick@talking.bollo.cx>
33625 Date: Thu, 9 Nov 2000 20:29:45 +0000
33626 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
33628 ! ext/IO/lib/IO/Handle.pm
33629 ____________________________________________________________________________
33630 [ 7632] By: jhi on 2000/11/09 21:55:41
33631 Log: Various doc oddball characters.
33633 Subject: [ID 20001106.004] Perl 5.6.0 bugs
33634 From: Michael Somos <somos@grail.cba.csuohio.edu>
33635 Date: Mon, 6 Nov 2000 17:44:20 -0500
33636 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
33638 ! emacs/cperl-mode.el lib/unicode/syllables.txt
33639 ! win32/bin/search.pl
33640 ____________________________________________________________________________
33641 [ 7631] By: jhi on 2000/11/09 21:12:29
33642 Log: Subject: Re: bash -c exit and linux hints
33643 From: "John P. Linderman" <jpl@research.att.com>
33644 Date: Thu, 02 Nov 2000 09:37:25 -0500
33645 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
33648 ____________________________________________________________________________
33649 [ 7630] By: nick on 2000/11/09 20:34:11
33650 Log: Integrate mainline.
33652 !> (integrate 91 files)
33653 ____________________________________________________________________________
33654 [ 7629] By: jhi on 2000/11/09 19:46:31
33655 Log: Missing dTHXs.
33657 Subject: RE: perl@7595 builds not on cygwin
33658 From: "Eric Fifer" <egf7@columbia.edu>
33659 Date: Thu, 9 Nov 2000 19:26:50 -0000
33660 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
33662 ! ext/Devel/Peek/Peek.xs
33663 ____________________________________________________________________________
33664 [ 7628] By: jhi on 2000/11/09 14:48:27
33665 Log: Disable only the tests 99 and 166 for UTF-8 locales.
33667 ! t/pragma/locale.t
33668 ____________________________________________________________________________
33669 [ 7627] By: jhi on 2000/11/09 14:40:27
33670 Log: There's no =head3.
33673 ____________________________________________________________________________
33674 [ 7626] By: jhi on 2000/11/09 13:54:26
33675 Log: The generated boot_* headers are wrong. Pickier compiler,
33676 such as KAI C++ will refuse to compile the resulting perlmain.
33678 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
33679 From: Harri Pasanen <harri.pasanen@trema.com>
33680 Date: Thu, 09 Nov 2000 14:23:28 +0100
33681 Message-Id: <3A0AA550.26D548A3@trema.com>
33684 ____________________________________________________________________________
33685 [ 7625] By: jhi on 2000/11/09 13:50:44
33686 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
33687 From: Prymmer/Kahn <pvhp@best.com>
33688 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
33689 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
33691 All except the "cow orker" change.
33693 ! Porting/pumpkin.pod
33694 ____________________________________________________________________________
33695 [ 7624] By: jhi on 2000/11/09 13:45:33
33698 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
33699 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33700 Date: Thu, 09 Nov 2000 11:05:52 +0100
33701 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
33703 ! pod/perldiag.pod t/pragma/warn/pp_sys
33704 ____________________________________________________________________________
33705 [ 7623] By: jhi on 2000/11/09 13:37:16
33706 Log: Typo in an ifndef.
33708 Subject: Re: [PATCH 5.7.0] better messages from malloc()
33709 From: Joe Smith <jms@inwap.com>
33710 Date: Thu, 09 Nov 2000 01:33:14 -0800
33711 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
33714 ____________________________________________________________________________
33715 [ 7622] By: jhi on 2000/11/09 13:31:18
33716 Log: Remove unused extra arguments.
33717 Branch: metaconfig/U/perl
33720 ! Configure config_h.SH
33721 ____________________________________________________________________________
33722 [ 7621] By: jhi on 2000/11/09 13:16:36
33723 Log: More VMS moves on environment handling, from Charles Lane.
33725 ! t/pragma/locale.t
33726 ____________________________________________________________________________
33727 [ 7620] By: jhi on 2000/11/09 04:42:38
33728 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
33729 From: David Dyck <dcd@tc.fluke.com>
33730 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
33731 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
33734 ____________________________________________________________________________
33735 [ 7619] By: jhi on 2000/11/09 04:36:21
33736 Log: Forgot from #7618.
33739 ____________________________________________________________________________
33740 [ 7618] By: jhi on 2000/11/09 04:28:44
33741 Log: Make deleting for %ENV work for (newer versions of) VMS,
33742 from Craig A. Berry.
33745 ____________________________________________________________________________
33746 [ 7617] By: jhi on 2000/11/09 04:25:05
33747 Log: Subject: [PATCH] Class::Struct at compile time
33748 From: "Casey R. Tweten" <crt@kiski.net>
33749 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
33750 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
33752 ! lib/Class/Struct.pm
33753 ____________________________________________________________________________
33754 [ 7616] By: jhi on 2000/11/09 04:15:17
33755 Log: Subject: [ID 20001108.013] spelling
33756 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
33757 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
33758 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
33761 ____________________________________________________________________________
33762 [ 7615] By: jhi on 2000/11/09 04:12:42
33763 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
33764 From: Peter Prymmer <pvhp@forte.com>
33765 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
33766 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
33769 ____________________________________________________________________________
33770 [ 7614] By: jhi on 2000/11/08 22:42:55
33771 Log: A missing aTHX_.
33773 ! ext/IPC/SysV/SysV.xs
33774 ____________________________________________________________________________
33775 [ 7613] By: jhi on 2000/11/08 19:30:21
33776 Log: Update Changes.
33778 ! Changes patchlevel.h
33779 ____________________________________________________________________________
33780 [ 7612] By: jhi on 2000/11/08 18:35:25
33781 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
33782 From: David Dyck <dcd@tc.fluke.com>
33783 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
33784 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
33787 ____________________________________________________________________________
33788 [ 7611] By: jhi on 2000/11/08 18:30:26
33789 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
33790 From: Dominic Dunlop <domo@computer.org>
33791 Date: Tue, 7 Nov 2000 12:05:25 +0100
33792 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
33795 ____________________________________________________________________________
33796 [ 7610] By: jhi on 2000/11/08 18:25:14
33797 Log: Do not test UTF-8 locales since that the tests would require
33798 polymorphic regexen.
33800 ! t/pragma/locale.t
33801 ____________________________________________________________________________
33802 [ 7609] By: jhi on 2000/11/08 17:12:51
33803 Log: Locale buglets.
33805 Subject: RE: Locales support (setlocale) fixes
33806 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33807 Date: Wed, 8 Nov 2000 20:01:39 +0300
33808 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
33810 ! t/pragma/locale.t util.c
33811 ____________________________________________________________________________
33812 [ 7608] By: jhi on 2000/11/08 17:00:16
33813 Log: Deleting $ENV{PATH} in VMS is not recommendable.
33815 ! t/pragma/locale.t
33816 ____________________________________________________________________________
33817 [ 7607] By: jhi on 2000/11/08 16:58:26
33818 Log: Subject: PATCH std stdio for (Free)BSD
33819 From: Nicholas Clark <nick@ccl4.org>
33820 Date: Wed, 8 Nov 2000 15:36:29 +0000
33821 Message-ID: <20001108153629.D98736@plum.flirble.org>
33823 ! U/compline/d_stdstdio.U
33825 ! Configure config_h.SH
33826 ____________________________________________________________________________
33827 [ 7606] By: jhi on 2000/11/08 16:43:31
33828 Log: Forgot to bump the line numbers in #7601.
33830 ! t/pragma/warn/pp_sys
33831 ____________________________________________________________________________
33832 [ 7605] By: jhi on 2000/11/08 16:39:12
33833 Log: More careful detection of how well NVs and UVs mix.
33835 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))
33836 From: Nicholas Clark <nick@ccl4.org>
33837 Date: Wed, 8 Nov 2000 15:14:12 +0000
33838 Message-ID: <20001108151412.B98736@plum.flirble.org>
33840 Added some SIGFPE paranoia.
33841 Branch: metaconfig/U/perl
33844 ! Configure config_h.SH
33845 ____________________________________________________________________________
33846 [ 7604] By: jhi on 2000/11/08 14:39:10
33847 Log: Subject: [patch perl@7595] VMS configure.com tweak
33848 From: "Craig A. Berry" <craigberry@mac.com>
33849 Date: Wed, 8 Nov 2000 00:24:12 -0600
33850 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
33853 ____________________________________________________________________________
33854 [ 7603] By: jhi on 2000/11/08 14:27:11
33855 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
33856 From: Robin Barker <rmb1@cise.npl.co.uk>
33857 Date: Wed, 8 Nov 2000 11:11:39 GMT
33858 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
33861 ____________________________________________________________________________
33862 [ 7602] By: jhi on 2000/11/08 14:25:03
33863 Log: Fix for the tie-refhash string table leaks.
33865 From: Nick Ing-Simmons <nik@tiuk.ti.com>
33866 Date: Wed, 8 Nov 2000 13:03:04 GMT
33867 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
33869 ! t/lib/tie-refhash.t
33870 ____________________________________________________________________________
33871 [ 7601] By: jhi on 2000/11/08 14:21:08
33872 Log: Try to avoid flockless and emulationless places.
33874 ! t/pragma/warn/pp_sys
33875 ____________________________________________________________________________
33876 [ 7600] By: jhi on 2000/11/08 02:28:54
33877 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
33879 Subject: [PATCH] prototyped functions that should be overrideable
33880 From: "Casey R. Tweten" <crt@kiski.net>
33881 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
33882 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
33885 ____________________________________________________________________________
33886 [ 7599] By: jhi on 2000/11/08 01:12:05
33887 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
33889 Subject: [PATCH] perlbug.PL
33890 From: "Kurt D. Starsinic" <kstar@chapin.edu>
33891 Date: Mon, 6 Nov 2000 21:39:01 -0500
33892 Message-ID: <20001106213901.B20955@O2.chapin.edu>
33895 ____________________________________________________________________________
33896 [ 7598] By: jhi on 2000/11/07 23:42:00
33897 Log: Bad thinko in #7581 (I used the test program with the expanded
33900 ! U/compline/d_stdstdio.U
33903 ____________________________________________________________________________
33904 [ 7597] By: jhi on 2000/11/07 21:43:29
33905 Log: Subject: [PATCH perl@7573] cygwin port
33906 From: "Fifer, Eric" <EFifer@sanwaint.com>
33907 Date: Tue, 7 Nov 2000 18:08:51 -0000
33908 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
33910 Synchronize with Cygwin 1.1.5.
33912 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
33913 ! pod/perlport.pod unixish.h util.c
33914 ____________________________________________________________________________
33915 [ 7596] By: jhi on 2000/11/07 21:39:25
33916 Log: perlhack updates from H.Merijn Brand.
33919 ____________________________________________________________________________
33920 [ 7595] By: jhi on 2000/11/07 20:21:41
33921 Log: Update Changes.
33923 ! Changes patchlevel.h
33924 ____________________________________________________________________________
33925 [ 7594] By: jhi on 2000/11/07 19:18:58
33926 Log: Be more robust in Dynaloader.pm.
33928 ! ext/DynaLoader/DynaLoader_pm.PL
33929 ____________________________________________________________________________
33930 [ 7593] By: jhi on 2000/11/07 16:49:31
33931 Log: AUTHORS update.
33934 ____________________________________________________________________________
33935 [ 7592] By: gsar on 2000/11/07 16:39:51
33936 Log: normalize relative paths in virtualized current directory on windows,
33937 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
33941 ____________________________________________________________________________
33942 [ 7591] By: jhi on 2000/11/07 16:04:26
33943 Log: Too profiler-happy: with optimization the #7590 actually makes
33944 the test to run 0.5% _slower_. Requires much more instrumentation.
33947 ! regcomp.c regcomp.h
33948 ____________________________________________________________________________
33949 [ 7590] By: jhi on 2000/11/07 15:51:13
33950 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
33951 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
33952 by using memset() and testing bytewise (as opposed to bitwise).
33954 ! regcomp.c regcomp.h
33955 ____________________________________________________________________________
33956 [ 7589] By: jhi on 2000/11/07 12:56:39
33957 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
33958 From: "Craig A. Berry" <craig.berry@psinetcs.com>
33959 Date: Mon, 06 Nov 2000 23:45:30 -0500
33960 Message-Id: <0011079735.AA973576259@univpress.com>
33962 ! configure.com t/lib/st-lock.t
33963 ____________________________________________________________________________
33964 [ 7588] By: jhi on 2000/11/07 01:03:28
33968 ____________________________________________________________________________
33969 [ 7587] By: jhi on 2000/11/07 01:00:27
33970 Log: A doc addition for bug id 20001105.019, beware \p.
33973 ____________________________________________________________________________
33974 [ 7586] By: jhi on 2000/11/07 00:32:22
33975 Log: Fake support of holey files in win/dosish platforms.
33977 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
33978 From: kipp@shonanblue.ne.jp
33979 Date: Mon, 6 Nov 2000 13:30:55 -0800
33980 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
33982 ! ext/SDBM_File/sdbm/sdbm.c
33983 ____________________________________________________________________________
33984 [ 7585] By: jhi on 2000/11/07 00:12:54
33985 Log: Subject: Pod updates
33986 From: "Stephen P. Potter" <spp@spotter.yi.org>
33987 Date: Mon, 06 Nov 2000 18:56:43 -0500
33988 Message-Id: <200011062357.SAA18173@spotter.yi.org>
33990 ! README.dos README.os2 README.win32 pod/buildtoc.PL
33991 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
33992 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
33993 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
33994 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
33995 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
33996 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
33997 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
33998 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
33999 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
34000 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
34001 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
34002 ! pod/perltootc.pod pod/perlunicode.pod
34003 ____________________________________________________________________________
34004 [ 7584] By: jhi on 2000/11/07 00:04:17
34005 Log: Varargs don't always work too well if one puts an unsigned
34006 char on the stack and pop an unsigned quad off the stack.
34008 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
34009 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34010 Date: Mon, 06 Nov 2000 15:19:05 -0800
34011 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
34014 ____________________________________________________________________________
34015 [ 7583] By: jhi on 2000/11/06 23:58:48
34016 Log: %ENV note tweaks from Dan Sugalski.
34018 ! pod/perlport.pod vms/perlvms.pod
34019 ____________________________________________________________________________
34020 [ 7582] By: jhi on 2000/11/06 23:05:49
34021 Log: glibc5 detection by __GNU_LIBRARY__.
34024 ____________________________________________________________________________
34025 [ 7581] By: jhi on 2000/11/06 22:51:29
34026 Log: Make the stdio test program of 7427 less noisy while being
34027 compiled so that Digital UNIX wouldn't get both
34028 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
34029 undefined. This makes perlio happy.
34031 ! U/compline/d_stdstdio.U
34033 ! Configure config_h.SH
34034 ____________________________________________________________________________
34035 [ 7580] By: jhi on 2000/11/06 22:41:41
34036 Log: Document %ENV = () portability issues.
34038 ! pod/perlport.pod vms/perlvms.pod
34039 ____________________________________________________________________________
34040 [ 7579] By: jhi on 2000/11/06 21:29:24
34041 Log: VOS updates from Paul Green.
34043 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34044 ____________________________________________________________________________
34045 [ 7578] By: jhi on 2000/11/06 21:00:40
34046 Log: Sanitize the environment further.
34048 ! t/pragma/locale.t
34049 ____________________________________________________________________________
34050 [ 7577] By: jhi on 2000/11/06 20:53:51
34051 Log: Re-introduce 7552 lost in integration.
34054 ____________________________________________________________________________
34055 [ 7576] By: jhi on 2000/11/06 20:33:46
34056 Log: Admit that the test leaks scalars.
34059 ____________________________________________________________________________
34060 [ 7575] By: jhi on 2000/11/06 20:17:08
34061 Log: Integrate perlio.
34064 ____________________________________________________________________________
34065 [ 7574] By: nick on 2000/11/06 20:07:28
34066 Log: Remove debug. Try (Mmap_t) on madvise() call.
34069 ____________________________________________________________________________
34070 [ 7573] By: jhi on 2000/11/06 13:56:05
34071 Log: Update Changes.
34073 ! Changes patchlevel.h
34074 ____________________________________________________________________________
34075 [ 7572] By: jhi on 2000/11/06 13:48:41
34076 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
34077 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34078 Date: Mon, 06 Nov 2000 10:11:42 +0100
34079 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
34082 ____________________________________________________________________________
34083 [ 7571] By: jhi on 2000/11/06 01:45:51
34084 Log: AUTHORS updates.
34087 ____________________________________________________________________________
34088 [ 7570] By: jhi on 2000/11/06 00:18:00
34091 Subject: [ID 20000728.005] perl -P broken
34092 From: David Dyck <dcd@tc.fluke.com>
34093 Date: Fri, 28 Jul 2000 17:19:16 -0700
34094 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
34096 (hopefully). The fix is also not complete, it seems to break
34097 BOM swallowing for libc5 systems, but until someone figures
34098 out a way to do this without ftell(), this will do.
34101 ____________________________________________________________________________
34102 [ 7569] By: jhi on 2000/11/06 00:05:30
34103 Log: Document that the evaled syntax errors cause scalar leaks.
34106 ____________________________________________________________________________
34107 [ 7568] By: jhi on 2000/11/05 23:14:47
34108 Log: opmini.o can linger from Configures past.
34111 ____________________________________________________________________________
34112 [ 7567] By: jhi on 2000/11/05 21:28:39
34113 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
34114 first argument correctly.
34117 ____________________________________________________________________________
34118 [ 7566] By: jhi on 2000/11/05 21:15:56
34119 Log: Integrate perlio.
34122 ____________________________________________________________________________
34123 [ 7565] By: jhi on 2000/11/05 21:15:13
34124 Log: Use -dM for gcc (the suggested patch did it only for Linux,
34125 but I think it can be generalized).
34127 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
34128 From: Pixel <pixel@mandrakesoft.com>
34129 Date: 05 Nov 2000 21:49:34 +0100
34130 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
34132 ! ext/Errno/Errno_pm.PL
34133 ____________________________________________________________________________
34134 [ 7564] By: nick on 2000/11/05 21:09:18
34135 Log: Added a mmap layer as a "subclass" of perlio.
34136 PERLIO=mmap ./perl harness passes
34139 ____________________________________________________________________________
34140 [ 7563] By: jhi on 2000/11/05 19:48:55
34141 Log: Add a note for future generations about bug id 20000229.006.
34144 ____________________________________________________________________________
34145 [ 7562] By: jhi on 2000/11/05 19:38:24
34146 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
34148 ! pp_ctl.c t/op/pos.t
34149 ____________________________________________________________________________
34150 [ 7561] By: jhi on 2000/11/05 18:21:46
34151 Log: Add =pod to be tidy.
34153 ! lib/Math/Complex.pm
34154 ____________________________________________________________________________
34155 [ 7560] By: jhi on 2000/11/05 17:38:46
34156 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
34158 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34159 ! ext/Storable/Storable.xs t/lib/st-recurse.t
34160 ____________________________________________________________________________
34161 [ 7559] By: jhi on 2000/11/05 17:32:59
34162 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
34163 From: "Peter J. Farley III" <pjfarley@banet.net>
34164 Date: Sun, 05 Nov 2000 11:55:59 -0500
34165 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
34168 ____________________________________________________________________________
34169 [ 7558] By: jhi on 2000/11/05 17:29:19
34170 Log: Integrate perlio.
34173 ____________________________________________________________________________
34174 [ 7557] By: jhi on 2000/11/05 17:22:01
34175 Log: A fix of sorts for 20000329.026, a better error message
34176 for a missing "use charnames" when using the \N{...}.
34178 ! pod/perldiag.pod toke.c
34179 ____________________________________________________________________________
34180 [ 7556] By: jhi on 2000/11/05 16:33:50
34181 Log: Test tweak: show also the failed locales.
34183 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
34184 From: Lupe Christoph <lupe@lupe-christoph.de>
34185 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
34186 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
34188 ! t/pragma/locale.t
34189 ____________________________________________________________________________
34190 [ 7555] By: nick on 2000/11/05 11:09:34
34191 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
34192 open RDWR so does not fail. (pragma/warnings 303 again...)
34195 ____________________________________________________________________________
34196 [ 7554] By: nick on 2000/11/05 10:10:13
34197 Log: Fix case where ungetc(f,EOF) was allowed.
34198 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
34199 so we can see similarities.
34200 Use types more carefully and a STDCHAR array in hope that this will
34201 fix Jarrko's 64bit machine.
34204 ____________________________________________________________________________
34205 [ 7553] By: jhi on 2000/11/05 01:12:16
34208 Subject: [ID 20001004.007] taint propogation is inconsistent
34209 From: pimlott@idiomtech.com (Andrew Pimlott)
34210 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
34211 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
34213 The culprit was sv_setsv() which was rather blindly
34214 propagating taint, which lead to behaviour where if
34215 a tainted anon hash value was seen all the hash values
34216 from then on at that level became tainted, or at any
34217 upper levels in the case of nested anon hashes.
34219 ! sv.c t/op/taint.t
34220 ____________________________________________________________________________
34221 [ 7552] By: jhi on 2000/11/04 23:44:18
34222 Log: Some cpps don't like splitting conditionals across several lines.
34225 ____________________________________________________________________________
34226 [ 7551] By: nick on 2000/11/04 23:40:44
34227 Log: Integrate mainline
34229 !> pp_hot.c t/op/taint.t
34230 ____________________________________________________________________________
34231 [ 7550] By: nick on 2000/11/04 23:39:05
34232 Log: Integrate mainline again
34234 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
34235 !> t/lib/b.t t/op/misc.t util.c
34236 ____________________________________________________________________________
34237 [ 7549] By: jhi on 2000/11/04 23:14:01
34240 Subject: [ID 20001004.006] undef is never tainted
34241 From: pimlott@idiomtech.com (Andrew Pimlott)
34242 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
34243 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
34245 An undef read from a slurped file was not tainted.
34247 ! pp_hot.c t/op/taint.t
34248 ____________________________________________________________________________
34249 [ 7548] By: jhi on 2000/11/04 22:56:21
34250 Log: Test tweak ($Config{useperlio} is by default undef) .
34253 ____________________________________________________________________________
34254 [ 7547] By: jhi on 2000/11/04 22:43:56
34255 Log: Integrate perlio.
34258 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
34259 !> pod/perlapi.pod t/lib/b.t
34260 ____________________________________________________________________________
34261 [ 7546] By: jhi on 2000/11/04 22:40:59
34262 Log: Configure would use a bad $myuname from an old config.sh.
34264 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
34265 From: Andy Dougherty <doughera@lafayette.edu>
34266 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
34267 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
34269 ! U/modified/Oldconfig.U
34271 ! Configure config_h.SH
34272 ____________________________________________________________________________
34273 [ 7545] By: jhi on 2000/11/04 22:36:54
34274 Log: Subject: Locales support (setlocale) fixes
34275 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34276 Date: Sat, 4 Nov 2000 10:15:48 +0300
34277 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
34279 Modified quite a bit to be more portable.
34281 ! embed.h embed.pl perl.h proto.h util.c
34282 ____________________________________________________________________________
34283 [ 7544] By: jhi on 2000/11/04 22:32:47
34284 Log: Dying is too strict here, better just skip.
34287 ____________________________________________________________________________
34288 [ 7543] By: nick on 2000/11/04 21:55:13
34289 Log: Merge mainline
34291 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34292 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
34293 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
34294 !> (integrate 64 files)
34295 ____________________________________________________________________________
34296 [ 7542] By: jhi on 2000/11/04 21:09:28
34297 Log: More Changes tweakery.
34299 ! Changes Porting/genlog
34300 ____________________________________________________________________________
34301 [ 7541] By: jhi on 2000/11/04 20:58:18
34302 Log: Changes fixups.
34305 ____________________________________________________________________________
34306 [ 7540] By: jhi on 2000/11/04 20:42:38
34307 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
34308 create a "fast path" for locale name probing using "locale -a"
34309 if available, squash finally hopefully the s?printf resetting
34310 the numeric locale (since, IIUC perllocale, it never shouldn't).
34312 ! sv.c t/op/misc.t t/pragma/locale.t
34313 ____________________________________________________________________________
34314 [ 7539] By: nick on 2000/11/04 19:56:10
34315 Log: PerlIO infrastructure complete.
34318 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
34319 ____________________________________________________________________________
34320 [ 7538] By: nick on 2000/11/04 14:31:32
34321 Log: Type tweaks + less contorted allocation scheme
34324 ____________________________________________________________________________
34325 [ 7537] By: nick on 2000/11/04 12:40:42
34326 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
34327 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
34328 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
34329 sensible) which lead to some interesting fails.
34332 ____________________________________________________________________________
34333 [ 7536] By: jhi on 2000/11/04 00:20:02
34334 Log: Add FCNTL_CAN_LOCK.
34336 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34337 From: Andy Dougherty <doughera@lafayette.edu>
34338 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
34339 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
34341 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34342 From: Andy Dougherty <doughera@lafayette.edu>
34343 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
34344 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
34345 Branch: metaconfig/U/perl
34346 + d_fcntl_can_lock.U
34349 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34350 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
34351 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34352 ! vos/config.ga.h win32/config.bc win32/config.gc
34354 ____________________________________________________________________________
34355 [ 7535] By: nick on 2000/11/03 22:19:10
34356 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
34357 - Works on Linux with
34360 - Works on Solaris with
34362 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
34363 - Fails (hangs in openpid) if you try and stack
34364 perlio + stdio - Linux stdio's read() logic is hanging.
34366 ! iperlsys.h perlio.c
34367 ____________________________________________________________________________
34368 [ 7534] By: jhi on 2000/11/03 15:16:02
34369 Log: Subject: Re: README.aix
34370 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34371 Date: Fri, 03 Nov 2000 16:03:15 +0100
34372 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
34375 ____________________________________________________________________________
34376 [ 7533] By: jhi on 2000/11/03 03:59:02
34377 Log: Subject: [PATCH 5.7.0] better messages from malloc()
34378 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34379 Date: Wed, 1 Nov 2000 23:39:56 -0500
34380 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
34382 ! malloc.c pod/perldiag.pod
34383 ____________________________________________________________________________
34384 [ 7532] By: jhi on 2000/11/03 00:11:56
34385 Log: The #7521 touched things it shouldn't have.
34387 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
34388 ____________________________________________________________________________
34389 [ 7531] By: jhi on 2000/11/02 22:32:33
34390 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
34391 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34392 Date: Thu, 2 Nov 2000 16:58:36 EST
34393 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
34395 ! vms/gen_shrfls.pl
34396 ____________________________________________________________________________
34397 [ 7530] By: jhi on 2000/11/02 22:08:49
34398 Log: Fix the problem discussed in
34400 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
34401 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
34402 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
34404 originally from Linc Madison. Also Andreas König's comments
34405 taken into account. Some other problems with Tie::SubstrHash
34406 fixed: didn't croak when the table exceeded the requested number
34407 of entries (as documented) but instead when the number of entries
34408 exceeded the size of the table, a croak() had an unnecessary \n,
34409 didn't have a CLEAR method, documented that there is no exists().
34410 Didn't fix to be strict-proof because the module uses &foo; and
34411 dynamic scope. Added a test script exercizing both first tamely
34412 the basic functionality, and then the failure cases reported by
34415 + t/lib/tie-substrhash.t
34416 ! MANIFEST lib/Tie/SubstrHash.pm
34417 ____________________________________________________________________________
34418 [ 7529] By: jhi on 2000/11/02 17:58:08
34419 Log: recv() can fail and return undef.
34421 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
34422 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
34423 Date: Thu, 2 Nov 2000 20:12:20 +0300
34424 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
34427 ____________________________________________________________________________
34428 [ 7528] By: jhi on 2000/11/02 17:49:09
34432 ____________________________________________________________________________
34433 [ 7527] By: jhi on 2000/11/02 15:48:37
34434 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
34435 fix a autovivification bug in Tie::RefHash, add tests for both.
34437 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
34438 From: Edward Avis <epa98@doc.ic.ac.uk>
34439 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
34440 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
34442 + t/lib/tie-refhash.t
34443 ! MANIFEST lib/Tie/RefHash.pm
34444 ____________________________________________________________________________
34445 [ 7526] By: jhi on 2000/11/02 13:56:26
34446 Log: Test::Harness revealed buglets in the new DynaLoader.
34448 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
34449 From: andreas.koenig@anima.de (Andreas J. Koenig)
34450 Date: 02 Nov 2000 11:26:48 +0100
34451 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
34453 ! ext/DynaLoader/DynaLoader_pm.PL
34454 ____________________________________________________________________________
34455 [ 7525] By: jhi on 2000/11/01 23:52:08
34456 Log: The entry for #7503 was missing.
34459 ____________________________________________________________________________
34460 [ 7524] By: jhi on 2000/11/01 23:40:52
34461 Log: Update Changes.
34463 ! Changes patchlevel.h
34464 ____________________________________________________________________________
34465 [ 7523] By: jhi on 2000/11/01 22:57:09
34466 Log: More tweaking on the #7522 theme.
34468 ! ext/DynaLoader/DynaLoader_pm.PL
34469 ____________________________________________________________________________
34470 [ 7522] By: jhi on 2000/11/01 22:06:15
34471 Log: Expand %Config variables and %ENV variables only if
34472 so requested during build time using the
34473 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
34474 Not expanding makes relocating distributions easier.
34476 ! ext/DynaLoader/DynaLoader_pm.PL
34477 ____________________________________________________________________________
34478 [ 7521] By: jhi on 2000/11/01 20:56:34
34479 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
34480 and setgid() because they were just changing $< and $( which means
34481 only changing the real uid/gid, as opposed to changing both
34482 real and effective ids. (The alternative way could have been
34483 in POSIX.pm to change $> and $), too, but making a direct call
34484 to the C API feels cleaner.) Fixes the bug
34486 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
34487 From: "Garry T. Williams" <garry@zvolve.com>
34488 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
34489 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
34491 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34492 ! ext/POSIX/typemap pod/perlvar.pod
34493 ____________________________________________________________________________
34494 [ 7520] By: jhi on 2000/11/01 20:08:33
34495 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
34496 From: "Garry T. Williams" <garry@zvolve.com>
34497 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
34498 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
34501 ____________________________________________________________________________
34502 [ 7519] By: jhi on 2000/11/01 20:01:22
34503 Log: Locale warning explanation tweak.
34506 ____________________________________________________________________________
34507 [ 7518] By: jhi on 2000/11/01 18:57:13
34510 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
34511 From: Jarkko Hietaniemi <jhi@iki.fi>
34512 Date: Tue, 10 Oct 2000 08:22:28 -0500
34513 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
34516 ____________________________________________________________________________
34517 [ 7517] By: jhi on 2000/11/01 18:41:59
34518 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
34519 From: Martien Verbruggen <mgjv@comdyn.com.au>
34520 Date: Fri, 6 Oct 2000 14:09:10 +1100
34521 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
34524 ____________________________________________________________________________
34525 [ 7516] By: jhi on 2000/11/01 18:34:55
34526 Log: Generalize the Camel wording.
34528 Subject: Re: perlfaq style changes
34529 From: John Borwick <jhborwic@unity.ncsu.edu>
34530 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
34531 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
34533 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
34534 ____________________________________________________________________________
34535 [ 7515] By: jhi on 2000/11/01 16:52:31
34536 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
34537 From: pimlott@idiomtech.com (Andrew Pimlott)
34538 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
34539 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
34542 ____________________________________________________________________________
34543 [ 7514] By: jhi on 2000/11/01 15:03:40
34544 Log: More AIX lore.
34546 ! ext/re/hints/aix.pl
34547 ____________________________________________________________________________
34548 [ 7513] By: jhi on 2000/11/01 14:48:30
34549 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
34550 From: root <root@chronos.fi.muni.cz>
34551 Date: Wed, 1 Nov 2000 12:31:32 +0100
34552 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
34555 ____________________________________________________________________________
34556 [ 7512] By: jhi on 2000/11/01 14:46:47
34557 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
34558 From: Martin Husemann <martin@duskware.de>
34559 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
34560 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
34563 ____________________________________________________________________________
34564 [ 7511] By: jhi on 2000/11/01 14:39:50
34565 Log: AUTHORS updates.
34568 ____________________________________________________________________________
34569 [ 7510] By: jhi on 2000/11/01 14:29:50
34570 Log: Subject: [PATCH] startperl to respect versiononly
34571 From: Robin Barker <rmb1@cise.npl.co.uk>
34572 Date: Tue, 31 Oct 2000 16:29:36 GMT
34573 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
34574 Branch: metaconfig/U/perl
34577 ! Configure config_h.SH
34578 ____________________________________________________________________________
34579 [ 7509] By: jhi on 2000/11/01 14:19:53
34580 Log: printf UVs the correct way, noticed by Robin Barker.
34583 ____________________________________________________________________________
34584 [ 7508] By: jhi on 2000/11/01 14:10:03
34585 Log: Do not cleanup *% because the % has special meanings in some
34586 shell environments.
34588 ! ext/Storable/Makefile.PL
34589 ____________________________________________________________________________
34590 [ 7507] By: jhi on 2000/11/01 14:06:00
34591 Log: The NonStop-UX libraries have a novel way to say NaN.
34594 ____________________________________________________________________________
34595 [ 7506] By: jhi on 2000/11/01 14:03:35
34596 Log: The osname has been lowercased by now, from Tom Bates.
34598 ! U/modified/Oldconfig.U
34600 ! Configure config_h.SH
34601 ____________________________________________________________________________
34602 [ 7505] By: jhi on 2000/10/31 19:18:39
34603 Log: The compiler is either gcc or cc, from Tom Bates.
34605 ! hints/nonstopux.sh
34606 ____________________________________________________________________________
34607 [ 7504] By: jhi on 2000/10/31 14:53:42
34608 Log: Update Changes.
34610 ! Changes patchlevel.h
34611 ____________________________________________________________________________
34612 [ 7503] By: jhi on 2000/10/31 14:30:50
34613 Log: Whitespace style tweak. Was originally going to see to
34615 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34616 From: Joe Smith <jms@inwap.com>
34617 Date: Mon, 30 Oct 2000 18:47:57 -0800
34618 Message-Id: <39FE32DD.24AAC4D@inwap.com>
34620 but that had already been taken care of.
34622 ! U/compline/d_stdstdio.U
34624 ! Configure config_h.SH
34625 ____________________________________________________________________________
34626 [ 7502] By: jhi on 2000/10/31 14:25:02
34627 Log: AUTHORS tweaks.
34630 ____________________________________________________________________________
34631 [ 7501] By: jhi on 2000/10/31 14:23:59
34632 Log: Subject: perlfaq style changes
34633 From: John Borwick <jhborwic@unity.ncsu.edu>
34634 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
34635 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
34637 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34638 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34639 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34641 ____________________________________________________________________________
34642 [ 7500] By: jhi on 2000/10/31 14:22:15
34643 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
34645 Subject: Re: [ID 20000918.005] ~ on wide chars
34646 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34647 Date: Mon, 30 Oct 2000 21:09:55 -0800
34648 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
34650 (The ord() part of the patch skipped.)
34653 ____________________________________________________________________________
34654 [ 7499] By: jhi on 2000/10/31 14:20:08
34655 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
34656 From: Jens Hamisch <jens@Strawberry.COM>
34657 Date: Mon, 30 Oct 2000 15:17:07 +0100
34658 Message-Id: <20001030151707.A9597@Strawberry.COM>
34661 ____________________________________________________________________________
34662 [ 7498] By: jhi on 2000/10/31 14:16:29
34663 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
34664 From: Peter Prymmer <pvhp@forte.com>
34665 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
34666 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
34668 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34669 + ext/Encode/Encode/posix-bc.enc
34670 ! MANIFEST t/lib/encode.t
34671 ____________________________________________________________________________
34672 [ 7497] By: jhi on 2000/10/31 14:13:22
34673 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
34674 From: Peter Prymmer <pvhp@forte.com>
34675 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
34676 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
34679 ____________________________________________________________________________
34680 [ 7496] By: jhi on 2000/10/31 14:12:05
34681 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
34682 From: Peter Prymmer <pvhp@forte.com>
34683 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
34684 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
34686 ! t/lib/cgi-function.t
34687 ____________________________________________________________________________
34688 [ 7495] By: jhi on 2000/10/31 14:11:08
34689 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
34690 From: Peter Prymmer <pvhp@forte.com>
34691 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
34692 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
34694 + ext/re/hints/aix.pl
34695 ! MANIFEST ext/re/Makefile.PL
34696 ____________________________________________________________________________
34697 [ 7494] By: jhi on 2000/10/31 14:08:32
34698 Log: Use Errno magic.
34700 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
34701 From: Casey Tweten <perl@ctweten.amsite.com>
34702 Date: Mon, 30 Oct 2000 15:51:17 -0500
34703 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
34706 ____________________________________________________________________________
34707 [ 7493] By: jhi on 2000/10/31 14:05:07
34708 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
34710 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
34711 From: Nicholas Clark <nick@ccl4.org>
34712 Date: Mon, 30 Oct 2000 17:38:45 +0000
34713 Message-ID: <20001030173845.O60355@plum.flirble.org>
34715 ! Makefile.SH utils/perlbug.PL
34716 ____________________________________________________________________________
34717 [ 7492] By: nick on 2000/10/30 19:37:23
34718 Log: Change files which are mysteriously different to mainline to be
34719 copies of mainline.
34721 ! objXSUB.h perlapi.c pod/perlapi.pod
34722 ____________________________________________________________________________
34723 [ 7491] By: nick on 2000/10/30 18:05:54
34724 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
34725 - typo in endian code in putc.
34726 - Don't allow read of write-only files and vice-versa
34727 - and off-by-one in flush-all loop.
34728 Remove debug calls as they were using GCC specific features.
34731 ____________________________________________________________________________
34732 [ 7490] By: nick on 2000/10/29 21:45:45
34733 Log: Integrate mainline to perlio
34735 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
34737 ____________________________________________________________________________
34738 [ 7489] By: jhi on 2000/10/29 21:11:08
34739 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
34740 From: andreas.koenig@anima.de (Andreas J. Koenig)
34741 Date: 29 Oct 2000 22:05:59 +0100
34742 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
34744 ! lib/ExtUtils/Manifest.pm
34745 ____________________________________________________________________________
34746 [ 7488] By: jhi on 2000/10/29 21:07:47
34747 Log: Tests for #7487.
34749 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34750 From: andreas.koenig@anima.de (Andreas J. Koenig)
34751 Date: 29 Oct 2000 19:37:09 +0100
34752 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
34755 ____________________________________________________________________________
34756 [ 7487] By: jhi on 2000/10/29 21:06:27
34757 Log: constsub spillage.
34759 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34760 From: John Tobey <jtobey@john-edwin-tobey.org>
34761 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
34762 Message-Id: <m13pvSr-000FObC@feynman.localnet>
34765 ____________________________________________________________________________
34766 [ 7486] By: nick on 2000/10/29 21:05:04
34767 Log: Integrate mainline to perlio branch
34769 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
34770 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
34771 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
34772 +> vos/install_perl.cm
34773 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
34774 - vos/config.h vos/config_h.SH_orig
34775 !> (integrate 141 files)
34776 ____________________________________________________________________________
34777 [ 7485] By: jhi on 2000/10/29 21:00:47
34778 Log: Make \x{...} consistently produce UTF-8.
34780 Subject: Re: \x{...} is confused
34781 From: Simon Cozens <simon@cozens.net>
34782 Date: Sun, 29 Oct 2000 19:36:48 +0000
34783 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
34785 ! t/pragma/utf8.t toke.c
34786 ____________________________________________________________________________
34787 [ 7484] By: nick on 2000/10/29 20:05:29
34788 Log: PerlIO passes all tests.
34791 ____________________________________________________________________________
34792 [ 7483] By: jhi on 2000/10/29 18:06:55
34793 Log: Update Changes.
34795 ! Changes patchlevel.h
34796 ____________________________________________________________________________
34797 [ 7482] By: nick on 2000/10/29 17:43:28
34798 Log: Include <unistd.h> to get correct lseek() prototype etc.
34799 (I thought perl.h did that) - down to two fails
34800 - comp/require.t (last test)
34801 - lib/io_xs.t - possibly import/export of FILE * ?
34804 ____________________________________________________________________________
34805 [ 7481] By: jhi on 2000/10/29 17:02:37
34806 Log: UTF-8 decoder tweak.
34809 ____________________________________________________________________________
34810 [ 7480] By: nick on 2000/10/29 16:26:11
34811 Log: Fixed two bugs:
34812 - error code not being set on close (of broken pipe)
34813 - append mode was truncating.
34814 At least one seek/tell bug remains.
34817 ____________________________________________________________________________
34818 [ 7479] By: nick on 2000/10/29 11:18:16
34819 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
34820 in case of accidents. Still several worrying fails, no line disciplines yet.
34822 ! iperlsys.h perlio.c
34823 ____________________________________________________________________________
34824 [ 7478] By: jhi on 2000/10/29 02:04:01
34825 Log: Add also emailless people.
34828 ____________________________________________________________________________
34829 [ 7477] By: jhi on 2000/10/29 01:36:00
34830 Log: The #7476 needs a MANIFEST change, too.
34833 ____________________________________________________________________________
34834 [ 7476] By: jhi on 2000/10/29 01:35:21
34835 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
34839 ____________________________________________________________________________
34840 [ 7475] By: jhi on 2000/10/28 23:57:25
34841 Log: De-quoted-unreadable to ISO Latin 1.
34842 (There's one ISO-2022-JP name in Changes5.004.)
34844 ! Changes Changes5.6
34845 ____________________________________________________________________________
34846 [ 7474] By: jhi on 2000/10/28 19:13:06
34847 Log: Subject: [ID 20001027.007] uniq array in perlfaq
34848 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
34849 Date: Fri, 27 Oct 2000 19:28:30 +0200
34850 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
34853 ____________________________________________________________________________
34854 [ 7473] By: jhi on 2000/10/28 18:02:05
34855 Log: Locking null mutexes is not recommendable.
34857 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
34858 From: Hugo <hv@crypt.compulink.co.uk>
34859 Date: Sat, 28 Oct 2000 18:41:12 +0100
34860 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
34863 ____________________________________________________________________________
34864 [ 7472] By: jhi on 2000/10/28 17:52:58
34865 Log: Better create a true mailing list for the repository keepers.
34867 ! Porting/repository.pod
34868 ____________________________________________________________________________
34869 [ 7471] By: jhi on 2000/10/28 17:28:24
34870 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
34871 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
34873 + Porting/repository.pod
34875 ____________________________________________________________________________
34876 [ 7470] By: jhi on 2000/10/28 17:20:54
34877 Log: Subject: DOC PATCH 5.6.0
34878 From: mjd@plover.com
34879 Date: 27 Oct 2000 17:32:44 -0000
34880 Message-ID: <20001027173244.23754.qmail@plover.com>
34883 ____________________________________________________________________________
34884 [ 7469] By: jhi on 2000/10/28 17:16:45
34885 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
34886 From: "Peter J. Farley III" <pjfarley@banet.net>
34887 Date: Fri, 27 Oct 2000 20:32:56 -0400
34888 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
34891 ____________________________________________________________________________
34892 [ 7468] By: jhi on 2000/10/28 17:07:18
34893 Log: Make target reordering to avoid pointless re-makes.
34895 Subject: Re: Total re-make of 'make okfile' after 7451 ?
34896 From: Nicholas Clark <nick@ccl4.org>
34897 Date: Sat, 28 Oct 2000 00:31:02 +0100
34898 Message-ID: <20001028003101.A54517@plum.flirble.org>
34901 ____________________________________________________________________________
34902 [ 7467] By: jhi on 2000/10/28 17:05:31
34903 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
34904 From: lvirden@cas.org
34905 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
34906 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
34909 ____________________________________________________________________________
34910 [ 7466] By: jhi on 2000/10/28 16:09:16
34911 Log: Upgrade to CPAN 1.58_55.
34913 Subject: CPAN.pm status
34914 From: andreas.koenig@anima.de (Andreas J. Koenig)
34915 Date: 28 Oct 2000 08:18:00 +0200
34916 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
34918 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34919 ____________________________________________________________________________
34920 [ 7465] By: jhi on 2000/10/28 16:02:47
34921 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
34923 ! embed.h embed.pl perl.h proto.h toke.c
34924 ____________________________________________________________________________
34925 [ 7464] By: nick on 2000/10/28 10:43:44
34926 Log: Fix for sv_2iv() on "shared" value from keys %hash.
34929 ____________________________________________________________________________
34930 [ 7463] By: jhi on 2000/10/27 16:18:29
34931 Log: Update Changes.
34933 ! Changes patchlevel.h
34934 ____________________________________________________________________________
34935 [ 7462] By: jhi on 2000/10/27 16:17:44
34936 Log: Too enthusiastic editing in #7460.
34938 ! U/modified/Oldsym.U
34940 ! Configure config_h.SH
34941 ____________________________________________________________________________
34942 [ 7461] By: jhi on 2000/10/27 15:37:38
34943 Log: Retract #7459, the script needs more work.
34947 ____________________________________________________________________________
34948 [ 7460] By: jhi on 2000/10/27 15:23:14
34949 Log: Use $sort, $uniq (and $tr) consistently as wondered
34952 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
34953 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
34954 ! U/modified/libc.U
34956 ! Configure config_h.SH
34957 ____________________________________________________________________________
34958 [ 7459] By: jhi on 2000/10/27 15:02:07
34959 Log: (Retracted by #7461)
34961 Add a shell script for creating/removing symbolic link farms,
34962 useful for keeping the source code read-only and doing the
34963 builds somewhere else.
34967 ____________________________________________________________________________
34968 [ 7458] By: jhi on 2000/10/27 14:42:20
34969 Log: Do away with the fix_pl.
34972 ! MANIFEST Makefile.SH
34973 ____________________________________________________________________________
34974 [ 7457] By: jhi on 2000/10/27 12:43:13
34975 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
34976 From: Jens Hamisch <jens@Strawberry.COM>
34977 Date: Fri, 27 Oct 2000 14:38:21 +0200
34978 Message-Id: <20001027143821.B3366@Strawberry.COM>
34981 ____________________________________________________________________________
34982 [ 7456] By: jhi on 2000/10/27 12:33:42
34983 Log: Subject: [PATCH] todo
34984 From: Nicholas Clark <nick@ccl4.org>
34985 Date: Thu, 26 Oct 2000 22:32:29 +0100
34986 Message-ID: <20001026223229.A44540@plum.flirble.org>
34989 ____________________________________________________________________________
34990 [ 7455] By: jhi on 2000/10/27 12:02:21
34991 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
34992 From: John Tobey <jtobey@john-edwin-tobey.org>
34993 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
34994 Message-Id: <m13ozHF-000FObC@feynman.localnet>
34996 ! op.c t/pragma/sub_lval.t
34997 ____________________________________________________________________________
34998 [ 7454] By: jhi on 2000/10/27 11:59:42
34999 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
35000 From: sthoenna@efn.org
35001 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
35002 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
35004 ! pp.c t/op/assignwarn.t
35005 ____________________________________________________________________________
35006 [ 7453] By: jhi on 2000/10/27 00:15:08
35007 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
35009 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35010 ! ext/Storable/Storable.xs t/lib/st-lock.t
35011 ____________________________________________________________________________
35012 [ 7452] By: jhi on 2000/10/26 13:05:52
35013 Log: Undo #7451, this seems to be a deficiency in Perforce,
35014 there is no per-file line-terminator type, only per-client.
35016 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35017 ! win32/makefile.mk
35018 ____________________________________________________________________________
35019 [ 7451] By: jhi on 2000/10/26 04:56:03
35020 Log: Experimenting in DOS arcana.
35022 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35023 ! win32/makefile.mk
35024 ____________________________________________________________________________
35025 [ 7450] By: jhi on 2000/10/26 04:50:52
35026 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
35027 From: "Peter J. Farley III" <pjfarley@banet.net>
35028 Date: Wed, 25 Oct 2000 23:10:18 -0400
35029 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
35032 ____________________________________________________________________________
35033 [ 7449] By: jhi on 2000/10/26 04:49:16
35034 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
35035 From: Hugo <hv@crypt.compulink.co.uk>
35036 Date: Thu, 26 Oct 2000 01:55:17 +0100
35037 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
35039 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
35041 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
35042 ____________________________________________________________________________
35043 [ 7448] By: jhi on 2000/10/26 04:38:36
35044 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
35045 From: Peter Prymmer <pvhp@forte.com>
35046 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
35047 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
35050 ____________________________________________________________________________
35051 [ 7447] By: jhi on 2000/10/25 23:20:02
35052 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
35053 in platforms that strictly require all the symbols being present
35057 ____________________________________________________________________________
35058 [ 7446] By: jhi on 2000/10/25 21:55:57
35059 Log: Update Changes.
35061 ! Changes patchlevel.h
35062 ____________________________________________________________________________
35063 [ 7445] By: jhi on 2000/10/25 21:27:08
35064 Log: Integrate with vmsperl #7430 by Charles Bailey:
35066 Cleanup from prior patch (Charles Lane?):
35067 - improve handling of MFDs in Basename and Path
35068 - default to no xsubpp line # munging when building debug images
35070 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
35071 ____________________________________________________________________________
35072 [ 7444] By: jhi on 2000/10/25 21:03:50
35073 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
35074 From: John Peacock <JPeacock@UnivPress.com>
35075 Date: Thu, 18 May 2000 11:55:27 -0400
35076 Message-ID: <3924126F.A58BE57A@UnivPress.com>
35078 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
35080 ____________________________________________________________________________
35081 [ 7443] By: jhi on 2000/10/25 20:43:10
35082 Log: Temporary stopgap for the self-tying issue: for now only
35083 array and hash self-ties are verboten. The real fix, of
35084 course, would be to comprehensively test (and implement?)
35085 and debug (and document) self-ties.
35087 ! pod/perldiag.pod pp_sys.c t/op/tie.t
35088 ____________________________________________________________________________
35089 [ 7442] By: jhi on 2000/10/25 20:14:30
35090 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
35091 From: Dan Sugalski <dan@sidhe.org>
35092 Date: Wed, 25 Oct 2000 13:36:35 -0400
35093 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
35095 plus regen global.sym.
35097 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
35099 ____________________________________________________________________________
35100 [ 7441] By: jhi on 2000/10/25 20:12:20
35101 Log: buildtoc target tweaks.
35104 ____________________________________________________________________________
35105 [ 7440] By: jhi on 2000/10/25 20:03:53
35106 Log: A new version of making the syslog test more robust.
35109 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35110 From: "Kurt D. Starsinic" <kstar@chapin.edu>
35111 Date: Wed, 25 Oct 2000 12:13:54 -0400
35112 Message-ID: <20001025121354.B2264@O2.chapin.edu>
35115 ____________________________________________________________________________
35116 [ 7439] By: jhi on 2000/10/25 20:00:48
35117 Log: Continue the internal UTF-8 API tweaking.
35118 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
35119 used much more than the simpler API, now called utf8_to_uv_simple().
35120 Still not quite happy with API, too much partial duplication
35123 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
35124 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
35125 ! regcomp.c regexec.c sv.c toke.c utf8.c
35126 ____________________________________________________________________________
35127 [ 7438] By: jhi on 2000/10/25 18:52:30
35128 Log: Allow poking holes at the UTF-8 decoding strictness.
35130 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
35132 ____________________________________________________________________________
35133 [ 7437] By: jhi on 2000/10/25 13:53:05
35134 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
35135 UTF8LEN() and UTF8SKIP().
35137 ! pp.c utf8.c utf8.h
35138 ____________________________________________________________________________
35139 [ 7436] By: jhi on 2000/10/25 13:51:37
35140 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
35141 From: Nicholas Clark <nick@ccl4.org>
35142 Date: Wed, 25 Oct 2000 14:44:05 +0100
35143 Message-ID: <20001025144404.D27253@plum.flirble.org>
35146 ____________________________________________________________________________
35147 [ 7435] By: jhi on 2000/10/25 13:49:32
35148 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
35149 From: Mike Guy <mjtg@cam.ac.uk>
35150 Date: Tue, 24 Oct 2000 14:59:40 +0100
35151 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
35154 ____________________________________________________________________________
35155 [ 7434] By: jhi on 2000/10/25 13:48:41
35156 Log: AIX is picky about its symbol exports. Solution for now
35157 is to include the deb.o explicitly to the re extension build.
35159 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
35160 From: Peter Prymmer <pvhp@forte.com>
35161 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
35162 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
35164 ! ext/re/Makefile.PL hints/aix.sh
35165 ____________________________________________________________________________
35166 [ 7433] By: jhi on 2000/10/25 13:46:49
35167 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
35168 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35169 Date: Wed, 25 Oct 2000 12:02:20 +0200
35170 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
35173 ____________________________________________________________________________
35174 [ 7432] By: jhi on 2000/10/25 13:44:28
35175 Log: Subject: Minor update to find2perl, for portability
35176 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
35177 Date: Wed, 25 Oct 2000 12:05:47 +0100
35178 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
35181 ____________________________________________________________________________
35182 [ 7431] By: jhi on 2000/10/25 13:40:39
35183 Log: Add targets to Makefile.SH, most importantly
35184 'regen_all' which also remembers to update vms/perly*.
35187 ____________________________________________________________________________
35188 [ 7430] By: bailey on 2000/10/25 03:13:53
35189 Log: Cleanup from prior patch (Charles Lane?):
35190 - improve handling of MFDs in Basename and Path
35191 - default to no xsubpp line # munging when building debug images
35193 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
35194 ____________________________________________________________________________
35195 [ 7429] By: jhi on 2000/10/24 20:03:40
35196 Log: Podify README.epoc and README.vos.
35198 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
35199 ! pod/perlport.pod pod/perltoc.pod
35200 ____________________________________________________________________________
35201 [ 7428] By: jhi on 2000/10/24 19:10:33
35202 Log: Stratus VOS updates from Paul Green.
35204 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35205 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
35206 - vos/config.def vos/config.h vos/config_h.SH_orig
35207 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
35208 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
35209 ____________________________________________________________________________
35210 [ 7427] By: jhi on 2000/10/24 18:59:48
35211 Log: Check if stdio supports tweaking lval and cnt simultaneously.
35213 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35214 From: Nicholas Clark <nick@ccl4.org>
35215 Date: Mon, 23 Oct 2000 15:39:32 +0100
35216 Message-ID: <20001023153932.A10786@plum.flirble.org>
35218 ! U/compline/d_stdstdio.U
35220 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35221 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
35222 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
35223 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
35224 ! vos/config.h vos/config_h.SH_orig win32/config.bc
35225 ! win32/config.gc win32/config.vc
35226 ____________________________________________________________________________
35227 [ 7426] By: jhi on 2000/10/24 17:57:44
35228 Log: Missed the header file changes from #7425.
35230 ! embed.h embed.pl objXSUB.h proto.h
35231 ____________________________________________________________________________
35232 [ 7425] By: jhi on 2000/10/24 17:55:17
35233 Log: Fix the bug reported in
35235 From: andreas.koenig@anima.de (Andreas J. Koenig)
35236 Subject: Encode bug?
35237 Date: 24 Oct 2000 14:01:26 +0200
35238 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
35240 Also make is_utf8_char() stricter.
35242 ! ext/Encode/Encode.xs utf8.c
35243 ____________________________________________________________________________
35244 [ 7424] By: jhi on 2000/10/24 15:15:39
35245 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
35246 From: Peter Scott <Peter@PSDT.com>
35247 Date: Mon, 23 Oct 2000 19:46:01 -0700
35248 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
35251 ____________________________________________________________________________
35252 [ 7423] By: jhi on 2000/10/24 14:25:30
35253 Log: Test tweak to avoid pulling in the whole Config.
35256 ____________________________________________________________________________
35257 [ 7422] By: jhi on 2000/10/24 14:03:16
35258 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
35261 ____________________________________________________________________________
35262 [ 7421] By: jhi on 2000/10/24 13:32:09
35263 Log: (Replaced by #7440.)
35265 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35266 From: "Kurt D. Starsinic" <kstar@chapin.edu>
35267 Date: Mon, 23 Oct 2000 16:40:54 -0400
35268 Message-ID: <20001023164054.B14491@O2.chapin.edu>
35271 ____________________________________________________________________________
35272 [ 7420] By: jhi on 2000/10/24 13:30:53
35273 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
35274 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35275 Date: Mon, 23 Oct 2000 17:29:03 -0400
35276 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
35278 ! lib/ExtUtils/MM_Unix.pm
35279 ____________________________________________________________________________
35280 [ 7419] By: jhi on 2000/10/24 13:29:57
35281 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
35282 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35283 Date: Mon, 23 Oct 2000 19:01:32 -0400
35284 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
35287 ____________________________________________________________________________
35288 [ 7418] By: jhi on 2000/10/24 13:26:04
35289 Log: Replace #7409 with
35291 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
35292 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35293 Date: Mon, 23 Oct 2000 20:08:56 +0200
35294 Message-ID: <20001023200855.A14850@nice.ram.loc>
35296 ! ext/Storable/Storable.pm t/lib/st-lock.t
35297 ____________________________________________________________________________
35298 [ 7417] By: jhi on 2000/10/24 13:17:52
35299 Log: Run vms/vms_yfix.pl, should have done that after changing
35302 ! vms/perly_c.vms vms/perly_h.vms
35303 ____________________________________________________________________________
35304 [ 7416] By: jhi on 2000/10/24 02:55:33
35305 Log: Make the UTF-8 decoding stricter and more verbose when
35306 malformation happens. This involved adding an argument
35307 to utf8_to_uv_chk(), which involved changing its prototype,
35308 and prefer STRLEN over I32 for the UTF-8 length, which as
35309 a domino effect necessitated changing the prototypes of
35310 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
35311 The stricter UTF-8 decoding checking uses Markus Kuhn's
35312 UTF-8 Decode Stress Tester from
35313 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
35315 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
35316 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
35317 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
35318 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
35319 ____________________________________________________________________________
35320 [ 7415] By: jhi on 2000/10/23 14:06:06
35321 Log: Update Changes.
35323 ! Changes patchlevel.h
35324 ____________________________________________________________________________
35325 [ 7414] By: jhi on 2000/10/23 12:39:52
35326 Log: Undo the basename() part of #7412 since the lib/basename
35327 tests would need upgrading too.
35329 ! lib/File/Basename.pm
35330 ____________________________________________________________________________
35331 [ 7413] By: jhi on 2000/10/23 12:19:27
35332 Log: Document PERL_INSTALL_ROOT of #7210.
35334 ! lib/ExtUtils/Install.pm
35335 ____________________________________________________________________________
35336 [ 7412] By: jhi on 2000/10/23 12:16:47
35337 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
35339 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
35340 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
35341 ____________________________________________________________________________
35342 [ 7411] By: jhi on 2000/10/23 12:07:41
35343 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
35344 From: Prymmer/Kahn <pvhp@best.com>
35345 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
35346 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
35348 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
35349 ____________________________________________________________________________
35350 [ 7410] By: jhi on 2000/10/23 04:10:11
35351 Log: The change #7187 was not so good on VMS.
35353 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
35354 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35355 Date: Sun, 22 Oct 2000 23:03:08 -0500
35356 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
35359 ____________________________________________________________________________
35360 [ 7409] By: jhi on 2000/10/23 03:57:36
35361 Log: Avoid Storable locking on DJGPP for now.
35363 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
35364 From: "Peter J. Farley III" <pjfarley@banet.net>
35365 Date: Sun, 22 Oct 2000 20:00:00 -0400
35366 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
35368 ! ext/Storable/Storable.pm t/lib/st-lock.t
35369 ____________________________________________________________________________
35370 [ 7408] By: jhi on 2000/10/23 03:50:24
35371 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
35372 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35373 Date: Sun, 22 Oct 2000 21:12:22 -0400
35374 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
35377 ____________________________________________________________________________
35378 [ 7407] By: jhi on 2000/10/23 03:43:12
35379 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
35380 From: Hugo <hv@crypt.compulink.co.uk>
35381 Date: Mon, 23 Oct 2000 00:47:22 +0100
35382 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
35384 ! regexec.c t/op/pat.t
35385 ____________________________________________________________________________
35386 [ 7406] By: jhi on 2000/10/23 03:40:29
35387 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
35389 ! lib/ExtUtils/MakeMaker.pm
35390 ____________________________________________________________________________
35391 [ 7405] By: jhi on 2000/10/22 21:32:00
35394 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
35395 From: rspier@pobox.com (Robert Spier)
35396 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
35397 Message-ID: <14835.16112.13457.447971@rls.cx>
35400 ____________________________________________________________________________
35401 [ 7404] By: jhi on 2000/10/22 21:30:51
35402 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
35403 From: rspier@pobox.com (Robert Spier)
35404 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
35405 Message-ID: <14835.17223.72448.705566@rls.cx>
35407 ! lib/ExtUtils/MakeMaker.pm
35408 ____________________________________________________________________________
35409 [ 7403] By: jhi on 2000/10/22 21:24:11
35410 Log: Subject: [PATCH bleadperl] ripples from constsub patch
35411 From: John Tobey <jtobey@john-edwin-tobey.org>
35412 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
35413 Message-Id: <m13nSOB-000FObC@feynman.localnet>
35415 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
35416 ____________________________________________________________________________
35417 [ 7402] By: jhi on 2000/10/22 20:59:35
35418 Log: Support s?printf parameter reordering.
35420 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
35421 ____________________________________________________________________________
35422 [ 7401] By: jhi on 2000/10/22 19:19:14
35423 Log: Expand %Config variables only if explicitly so requested
35424 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
35426 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35427 From: Gurusamy Sarathy <gsar@ActiveState.com>
35428 Date: Sun, 22 Oct 2000 11:47:32 -0700
35429 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
35431 ! Makefile.SH lib/lib_pm.PL
35432 ____________________________________________________________________________
35433 [ 7400] By: jhi on 2000/10/22 18:24:10
35434 Log: Move the #7390 test from warn/op to comp/redef.
35436 Subject: Re: Creating const subs for constants.
35437 From: John Tobey <jtobey@john-edwin-tobey.org>
35438 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
35439 Message-Id: <m13nG72-000FObC@feynman.localnet>
35441 ! t/comp/redef.t t/pragma/warn/op
35442 ____________________________________________________________________________
35443 [ 7399] By: jhi on 2000/10/22 17:49:59
35444 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35445 From: Nicholas Clark <nick@ccl4.org>
35446 Date: Sat, 21 Oct 2000 22:23:19 +0100
35447 Message-ID: <20001021222319.B45586@plum.flirble.org>
35449 ! ext/DynaLoader/DynaLoader_pm.PL
35450 ____________________________________________________________________________
35451 [ 7398] By: jhi on 2000/10/22 17:47:35
35452 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
35453 From: Hugo <hv@crypt.compulink.co.uk>
35454 Date: Sat, 21 Oct 2000 18:19:59 +0100
35455 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
35457 ! ext/B/B.pm ext/B/B/C.pm
35458 ____________________________________________________________________________
35459 [ 7397] By: jhi on 2000/10/22 17:35:18
35460 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
35461 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
35462 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
35463 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
35466 ____________________________________________________________________________
35467 [ 7396] By: jhi on 2000/10/22 17:19:46
35468 Log: Subject: installman go-faster stripes
35469 From: Nicholas Clark <nick@talking.bollo.cx>
35470 Date: Sat, 21 Oct 2000 17:24:53 +0100
35471 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
35473 Subject: Re: installman go-faster stripes
35474 From: Russ Allbery <rra@stanford.edu>
35475 Date: 21 Oct 2000 11:04:13 -0700
35476 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
35478 ! installman pod/pod2man.PL
35479 ____________________________________________________________________________
35480 [ 7395] By: jhi on 2000/10/22 17:17:35
35481 Log: Hints tweak from Anton Berezin.
35484 ____________________________________________________________________________
35485 [ 7394] By: jhi on 2000/10/22 04:50:04
35486 Log: Tweak the Is* definitions of Unicode character classes
35487 to better match the official categorizations; embrace
35488 the official categorizations; add the combining marks
35489 as alpha (and -numeric); fix DCinital (a typo and edito)
35492 + lib/unicode/Is/DCmedial.pl
35493 - lib/unicode/Is/DCinital.pl
35494 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35495 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
35496 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
35497 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35498 ____________________________________________________________________________
35499 [ 7393] By: jhi on 2000/10/21 18:06:05
35500 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
35501 From: Daniel Chetlin <daniel@chetlin.com>
35502 Date: Sat, 21 Oct 2000 02:57:03 -0700
35503 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
35505 + t/lib/tie-splice.t
35506 ! MANIFEST lib/Tie/Array.pm
35507 ____________________________________________________________________________
35508 [ 7392] By: gsar on 2000/10/21 18:05:15
35509 Log: resync utfperl branch with mainline
35511 !> (integrate 1760 files)
35512 ____________________________________________________________________________
35513 [ 7391] By: jhi on 2000/10/21 14:37:49
35514 Log: Testcases for a #7383,#7385 related bug.
35516 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
35517 From: Nicholas Clark <nick@ccl4.org>
35518 Date: Sat, 21 Oct 2000 15:04:51 +0100
35519 Message-ID: <20001021150451.A51566@plum.flirble.org>
35522 ____________________________________________________________________________
35523 [ 7390] By: jhi on 2000/10/21 14:35:57
35524 Log: Add a testcase for #7389.
35527 ____________________________________________________________________________
35528 [ 7389] By: jhi on 2000/10/21 14:26:45
35529 Log: Subject: Re: Creating const subs for constants.
35530 From: John Tobey <jtobey@john-edwin-tobey.org>
35531 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
35532 Message-Id: <m13mo0N-000FObC@feynman.localnet>
35534 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
35536 ____________________________________________________________________________
35537 [ 7388] By: nick on 2000/10/21 11:44:23
35538 Log: Populate perlio branch
35540 +> (branch 1760 files)
35541 ____________________________________________________________________________
35542 [ 7387] By: nick on 2000/10/21 10:52:05
35543 Log: Get branch back as replica of mainline via :
35544 p4 integrate -b utfperl
35545 p4 resolve -at ./...
35547 +> (branch 269 files)
35548 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
35549 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
35550 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
35551 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
35552 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
35553 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35554 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35555 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35556 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35557 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35558 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35559 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35560 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35561 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35562 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35563 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35564 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35565 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35566 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
35567 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
35568 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
35569 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
35570 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
35571 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
35572 - lib/unicode/UCD300.html lib/unicode/Unicode.300
35573 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
35574 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
35575 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
35576 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
35577 !> (integrate 965 files)
35578 ____________________________________________________________________________
35579 [ 7386] By: jhi on 2000/10/21 01:31:12
35580 Log: Update Changes.
35582 ! Changes patchlevel.h
35583 ____________________________________________________________________________
35584 [ 7385] By: jhi on 2000/10/21 01:28:42
35585 Log: The #7383 was right only in the context of the original bug report,
35586 not in more general case.
35589 ____________________________________________________________________________
35590 [ 7384] By: jhi on 2000/10/21 01:08:23
35591 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
35593 ! ext/IO/lib/IO/Select.pm
35594 ____________________________________________________________________________
35595 [ 7383] By: jhi on 2000/10/21 00:44:18
35596 Log: Fix for ID 20001020.006, concatenating an unset submatch
35597 with utf8 resulted in "Modification of a read-only value".
35599 ! pp_hot.c t/pragma/utf8.t
35600 ____________________________________________________________________________
35601 [ 7382] By: jhi on 2000/10/20 20:44:31
35602 Log: Make scan_num() reëntrant, as suggested in
35604 Subject: [PATCH perl@7229] Rentrant parser and yylex()
35605 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35606 Date: Fri, 20 Oct 2000 14:17:27 +0100
35607 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
35609 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
35611 ____________________________________________________________________________
35612 [ 7381] By: jhi on 2000/10/20 20:07:29
35613 Log: Reëntrancy fix.
35615 Subject: [PATCH perl@7229] Rentrant parser and yylex()
35616 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35617 Date: Fri, 20 Oct 2000 14:17:27 +0100
35618 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
35620 ! embed.h embed.pl perl.h proto.h toke.c
35621 ____________________________________________________________________________
35622 [ 7380] By: jhi on 2000/10/20 19:15:54
35623 Log: Don't write double values through long double pointers,
35626 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
35627 From: Jens Hamisch <jens@Strawberry.COM>
35628 Date: Tue, 17 Oct 2000 08:39:36 +0200
35629 Message-Id: <20001017083936.A11104@Strawberry.COM>
35632 ____________________________________________________________________________
35633 [ 7379] By: jhi on 2000/10/20 18:43:37
35634 Log: Portability tweak on #7377.
35636 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
35637 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35638 Date: Fri, 20 Oct 2000 13:13:41 EDT
35639 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
35642 ____________________________________________________________________________
35643 [ 7378] By: jhi on 2000/10/20 12:57:19
35644 Log: SOCKS function redefinitions need prototypes, too, otherwise
35645 for example 32 bit versus 64 bit differences cause a lot of
35648 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
35649 From: Jens Hamisch <jens@Strawberry.COM>
35650 Date: Tue, 17 Oct 2000 08:39:36 +0200
35651 Message-Id: <20001017083936.A11104@Strawberry.COM>
35654 ____________________________________________________________________________
35655 [ 7377] By: jhi on 2000/10/20 12:37:12
35656 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
35657 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35658 Date: Fri, 20 Oct 2000 08:26:04 EDT
35659 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
35661 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
35662 ____________________________________________________________________________
35663 [ 7376] By: jhi on 2000/10/20 12:35:31
35664 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
35665 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35666 Date: Fri, 20 Oct 2000 07:48:15 EDT
35667 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
35669 ! configure.com vms/gen_shrfls.pl
35670 ____________________________________________________________________________
35671 [ 7375] By: bailey on 2000/10/20 04:44:37
35674 +> (branch 134 files)
35675 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
35676 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
35677 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
35678 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
35679 - eg/cgi/frameset.cgi eg/cgi/index.html
35680 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35681 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35682 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35683 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35684 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35685 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35686 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35687 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35688 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35689 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35690 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35691 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35692 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35693 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
35694 - lib/unicode/Props.txt lib/unicode/UCD300.html
35695 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35696 - utils/perlbc.PL vms/subconfigure.com
35697 !> (integrate 785 files)
35698 ____________________________________________________________________________
35699 [ 7374] By: jhi on 2000/10/20 00:59:48
35700 Log: In the latest compiler builds cccdlflags must not become -fpic,
35701 from Wilfredo Sánchez.
35704 ____________________________________________________________________________
35705 [ 7373] By: jhi on 2000/10/20 00:56:35
35706 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
35707 From: Tony Cook <tony@develop-help.com>
35708 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
35709 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
35712 ____________________________________________________________________________
35713 [ 7372] By: jhi on 2000/10/19 19:34:40
35714 Log: Typo noted by Mark Lutz.
35717 ____________________________________________________________________________
35718 [ 7371] By: jhi on 2000/10/19 19:33:13
35719 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
35721 ! U/modified/Cppsym.U U/modified/Oldconfig.U
35722 Branch: metaconfig/U/perl
35723 ! End.U dlsrc.U libperl.U
35725 + hints/nonstopux.sh
35726 ! Configure MANIFEST config_h.SH
35727 ____________________________________________________________________________
35728 [ 7370] By: jhi on 2000/10/19 17:18:08
35729 Log: Subject: PATCH do_print has 2 PerlIO_error()s
35730 From: nick@ccl4.org
35731 Date: Thu, 19 Oct 2000 18:09:20 +0100
35732 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
35735 ____________________________________________________________________________
35736 [ 7369] By: jhi on 2000/10/19 14:01:49
35737 Log: Update Changes.
35739 ! Changes patchlevel.h
35740 ____________________________________________________________________________
35741 [ 7368] By: jhi on 2000/10/19 13:04:29
35742 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
35743 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35744 Date: Wed, 18 Oct 2000 13:12:01 +0200
35745 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
35748 ____________________________________________________________________________
35749 [ 7367] By: jhi on 2000/10/19 02:22:40
35750 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
35751 of a 'pmshort' anywhere in the B, so the offending line was simply
35755 ____________________________________________________________________________
35756 [ 7366] By: jhi on 2000/10/19 02:12:37
35757 Log: Add the test case for the bug id 20000730.004 which seems
35758 to have been fixed by now.
35761 ____________________________________________________________________________
35762 [ 7365] By: jhi on 2000/10/18 23:36:24
35763 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
35764 From: Hugo <hv@crypt.compulink.co.uk>
35765 Date: Wed, 18 Oct 2000 23:25:58 +0100
35766 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
35768 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
35769 ____________________________________________________________________________
35770 [ 7364] By: jhi on 2000/10/18 21:12:53
35774 ____________________________________________________________________________
35775 [ 7363] By: jhi on 2000/10/18 20:55:38
35776 Log: Missing change from #7362.
35779 ____________________________________________________________________________
35780 [ 7362] By: jhi on 2000/10/18 20:52:01
35781 Log: Borland C fstat() never saw the fd as writable.
35783 Subject: fix for Borland's weak "stat" (perl@7211)
35784 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35785 Date: Mon, 16 Oct 2000 09:55:03 +0400
35786 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
35789 ____________________________________________________________________________
35790 [ 7361] By: jhi on 2000/10/18 17:43:50
35793 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
35794 ____________________________________________________________________________
35795 [ 7360] By: jhi on 2000/10/18 17:07:44
35796 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35797 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
35798 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
35799 Date: Mon, 16 Oct 2000 15:19:49 +0200
35803 ____________________________________________________________________________
35804 [ 7359] By: jhi on 2000/10/18 17:04:49
35805 Log: Subject: Pod patch for Devel::Peek
35806 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35807 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
35808 Date: Mon, 16 Oct 2000 12:26:34 +0200
35810 ! ext/Devel/Peek/Peek.pm
35811 ____________________________________________________________________________
35812 [ 7358] By: jhi on 2000/10/18 17:03:15
35813 Log: Make Cwd more bulletproof in chrooted environments.
35815 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
35816 From: "Eric E. Coe" <Eric.Coe@oracle.com>
35817 Date: Wed, 18 Oct 2000 04:03:54 -0400
35818 Message-Id: <39ED596A.70E599FE@oracle.com>
35821 ____________________________________________________________________________
35822 [ 7357] By: jhi on 2000/10/18 16:37:26
35823 Log: Disable the UTF8 downgrade croakage for now to avoid
35824 too many not okay messages.
35827 ____________________________________________________________________________
35828 [ 7356] By: jhi on 2000/10/17 23:29:41
35829 Log: Show the failed remote port, instead of the failing line number.
35831 Subject: [PATCH 5.6.1 Debugger] More diagnostics
35832 From: David Sparks <daves@ActiveState.com>
35833 Date: Tue, 17 Oct 2000 15:00:24 -0700
35834 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
35837 ____________________________________________________________________________
35838 [ 7355] By: jhi on 2000/10/17 14:11:31
35839 Log: On output try to downgrade to bytes, croak if impossible,
35840 from Simon Cozens. This means that outputting >255 UTF8
35841 is impossible. Consider this as a strong incentive to get
35842 the I/O disciplines implemented.
35844 ! doio.c pod/perldiag.pod sv.c
35845 ____________________________________________________________________________
35846 [ 7354] By: jhi on 2000/10/17 13:42:23
35847 Log: Clarify documentation on 'use bytes'.
35849 Subject: Re: What does 'use bytes' "mean" ?
35850 From: Simon Cozens <simon@cozens.net>
35851 Date: Mon, 18 Sep 2000 18:24:25 +0100
35852 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
35855 ____________________________________________________________________________
35856 [ 7353] By: jhi on 2000/10/17 13:28:12
35857 Log: Workaround for a sfio bug where the stream error indicator
35858 is not cleared as documented.
35860 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
35861 From: Nicholas Clark <nick@ccl4.org>
35862 Date: Mon, 16 Oct 2000 18:28:23 +0100
35863 Message-ID: <20001016182823.J19700@plum.flirble.org>
35866 ____________________________________________________________________________
35867 [ 7352] By: jhi on 2000/10/17 13:06:19
35868 Log: More IoTYPE sprinkling.
35871 ____________________________________________________________________________
35872 [ 7351] By: jhi on 2000/10/16 22:47:07
35873 Log: Detect early whether the std streams have gone bad.
35875 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
35876 Date: Mon, 16 Oct 2000 23:28:42 +0100
35877 From: Nicholas Clark <nick@ccl4.org>
35878 Message-ID: <20001016232842.A37942@plum.flirble.org>
35881 ____________________________________________________________________________
35882 [ 7350] By: jhi on 2000/10/16 22:45:16
35883 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
35884 From: "Peter J. Farley III" <pjfarley@banet.net>
35885 Date: Mon, 16 Oct 2000 18:15:59 -0400
35886 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
35888 ! djgpp/djgpp.c dosish.h t/io/open.t
35889 ____________________________________________________________________________
35890 [ 7349] By: jhi on 2000/10/16 22:36:45
35891 Log: perldelta tweak.
35893 ! pod/perldelta.pod
35894 ____________________________________________________________________________
35895 [ 7348] By: jhi on 2000/10/16 15:17:53
35896 Log: Update Changes.
35898 ! Changes patchlevel.h
35899 ____________________________________________________________________________
35900 [ 7347] By: jhi on 2000/10/16 13:55:27
35901 Log: Add the capability to include/exclude branches.
35904 ____________________________________________________________________________
35905 [ 7346] By: jhi on 2000/10/16 13:18:04
35906 Log: Add Charles Lane.
35909 ____________________________________________________________________________
35910 [ 7345] By: jhi on 2000/10/16 13:13:21
35911 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
35913 ! pod/perldelta.pod
35914 ____________________________________________________________________________
35915 [ 7344] By: gsar on 2000/10/16 09:30:21
35916 Log: integrate change#6220 from cfgperl
35918 Win32 patches from Benjamin Stuhl.
35919 Branch: maint-5.6/perl
35920 !> makedef.pl win32/win32.h
35921 ____________________________________________________________________________
35922 [ 7343] By: gsar on 2000/10/16 08:32:19
35923 Log: integrate changes#6221,6222 from cfgperl
35925 Remove tr///CU (the feature is to be obsoleted by better interfaces).
35926 From: simon@brecon.co.uk (Simon Cozens)
35927 Subject: [PATCH] Eliminate tr///[CU][CU]
35928 Date: 23 Jun 2000 11:05:40 GMT
35929 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
35932 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
35933 From: Ian Phillipps <Ian.Phillipps@iname.com>
35934 Date: Fri, 23 Jun 2000 10:40:58 +0100
35935 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
35936 Branch: maint-5.6/perl
35937 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
35938 ____________________________________________________________________________
35939 [ 7342] By: gsar on 2000/10/16 08:28:08
35940 Log: integrate change#6217 from cfgperl (in part)
35942 Rename the fdpid locking and integrate with Sarathy.
35943 Branch: maint-5.6/perl
35944 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
35945 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
35946 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
35948 ____________________________________________________________________________
35949 [ 7341] By: gsar on 2000/10/16 08:23:39
35950 Log: integrate changes#6214..6216 from mainline
35952 @_ can't have junk in it even in the non-USE_ITHREADS case because
35953 caller() wants to populate @DB::args with it (causes a coredump
35954 in Carp::confess())
35956 tweak comment about @DB::args
35958 be more optimal about clearing @_
35959 Branch: maint-5.6/perl
35960 !> av.h cop.h pp_ctl.c t/op/runlevel.t
35961 ____________________________________________________________________________
35962 [ 7340] By: gsar on 2000/10/16 08:20:37
35963 Log: integrate changes#6207..6210 from cfgperl
35965 Subject: [PATCH 5.6.0] Threadsafe patches
35966 From: Dan Sugalski <dan@sidhe.org>
35967 To: perl5-porters@perl.org
35968 Date: Mon, 08 May 2000 18:08:13 -0400
35969 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
35971 Regen headers for #6207.
35973 Lock PL_fdpid against race conditions, based on:
35974 Subject: [PATCH 5.6.0]subprocess fixup for threads
35975 From: Dan Sugalski <dan@sidhe.org>
35976 To: perl5-porters@perl.org
35977 Date: Tue, 11 Apr 2000 17:02:32 -0400
35978 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
35980 Mopup for #6207 and #6209.
35981 Branch: maint-5.6/perl
35982 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
35983 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
35985 ____________________________________________________________________________
35986 [ 7339] By: gsar on 2000/10/16 08:14:34
35987 Log: integrate change#6203 from cfgperl
35989 perldiag should refer to perlos2.pod not README.os2
35990 Branch: maint-5.6/perl
35991 !> pod/perldiag.pod
35992 ____________________________________________________________________________
35993 [ 7338] By: gsar on 2000/10/16 08:11:42
35994 Log: integrate change#6201 from mainline
35996 Perl_eval_pv() leaks 4 bytes every time it is called because it
35997 does a PUSHMARK that's never ever POPMARKed; in general, only
35998 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
35999 Perl_eval_[sp]v() don't because they don't take any incoming
36000 arguments (this leak has been around since the original version
36001 of perl_eval_pv() in 5.003_97e)
36002 Branch: maint-5.6/perl
36004 ____________________________________________________________________________
36005 [ 7337] By: gsar on 2000/10/16 08:08:47
36006 Log: integrate changes#6197..6200 from cfgperl
36008 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
36009 From: John Borwick <jhborwic@unity.ncsu.edu>
36010 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
36011 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
36013 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
36014 From: Dan Sugalski <dan@sidhe.org>
36015 To: vmsperl@perl.org, perl5-porters@perl.org
36016 Date: Fri, 02 Jun 2000 16:00:41 -0400
36017 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
36018 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
36020 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
36021 From: Dan Sugalski <dan@sidhe.org>
36022 To: perl5-porters@perl.org, vmsperl@perl.org
36023 Date: Fri, 02 Jun 2000 17:30:51 -0400
36024 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
36026 Update to cperl-mode.el 4.31 from
36027 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
36028 Subject: A couple of notes
36029 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36030 To: Mailing list Perl5 <perl5-porters@perl.org>
36031 Date: Sat, 3 Jun 2000 23:33:32 -0400
36032 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
36033 Branch: maint-5.6/perl
36034 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
36035 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
36036 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
36037 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
36039 ____________________________________________________________________________
36040 [ 7336] By: gsar on 2000/10/16 08:03:46
36041 Log: integrate changes#6194,6195 from mainline
36043 fix small eval"" memory leaks under USE_ITHREADS
36045 fix yet another eval"" leak under USE_ITHREADS
36046 Branch: maint-5.6/perl
36047 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
36048 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
36050 ____________________________________________________________________________
36051 [ 7335] By: gsar on 2000/10/16 08:02:15
36052 Log: integrate changes#6190,6191 from mainline
36054 submit missing embed.pl change
36056 vec() loses numericalness (modified version of patch suggested
36058 Branch: maint-5.6/perl
36059 !> doop.c embed.pl t/op/vec.t
36060 ____________________________________________________________________________
36061 [ 7334] By: gsar on 2000/10/16 08:01:03
36062 Log: integrate change#6189 from mainline
36064 counting tr/// corrupts later operation (from M.J.T Guy)
36065 Branch: maint-5.6/perl
36066 !> doop.c t/op/tr.t
36067 ____________________________________________________________________________
36068 [ 7333] By: gsar on 2000/10/16 07:59:07
36069 Log: integrate changes#6183..6188 from mainline
36071 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
36074 tweak for change#6127
36076 remove incorrect documentation about implicit split to @_ in
36077 list context, which never really worked in perl 5 (from
36080 further qualify references to "alphanumeric" (from Wolfgang Laun
36081 <wolfgang.laun@alcatel.at>)
36083 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
36084 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36087 Branch: maint-5.6/perl
36088 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
36089 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
36090 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
36091 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
36092 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
36093 !> pod/pod2latex.PL utils/h2xs.PL
36094 ____________________________________________________________________________
36095 [ 7332] By: gsar on 2000/10/16 07:53:52
36096 Log: integrate change#6179 from mainline
36098 buggy modulus on UVs introduced by change#3378 (resulted in
36099 4063328477 % 65535 amounting to 27406, instead of 27407)
36100 Branch: maint-5.6/perl
36101 !> pp.c t/op/arith.t
36102 ____________________________________________________________________________
36103 [ 7331] By: gsar on 2000/10/16 07:52:49
36104 Log: integrate changes#6176,6177,6178,6182 from cfgperl
36106 Single-quoted utf8 patch from Simon Cozens.
36108 Substitution utf8 patch from Simon Cozens.
36112 Be Cleaner Part Deux.
36113 Branch: maint-5.6/perl
36114 !> Makefile.SH pp_hot.c toke.c
36115 ____________________________________________________________________________
36116 [ 7330] By: gsar on 2000/10/16 07:41:36
36117 Log: integrate change#6172 from mainline
36119 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
36120 (from Ilya Zakharevich)
36121 Branch: maint-5.6/perl
36122 !> regexec.c t/op/re_tests
36123 ____________________________________________________________________________
36124 [ 7329] By: gsar on 2000/10/16 07:40:25
36125 Log: integrate change#6171 from mainline
36127 scalar() doesn't force scalar context when used in void context
36128 (from Simon Cozens)
36129 Branch: maint-5.6/perl
36130 !> op.c t/op/wantarray.t
36131 ____________________________________________________________________________
36132 [ 7328] By: gsar on 2000/10/16 07:39:33
36133 Log: integrate change#6170 from mainline
36135 change#6142 needs tweaks to tests to work where there's no
36136 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36137 Branch: maint-5.6/perl
36138 !> t/lib/filefind.t
36139 ____________________________________________________________________________
36140 [ 7327] By: gsar on 2000/10/16 07:35:34
36141 Log: integrate changes#6166..6168 from cfgperl
36143 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
36144 in case somebody wants to write an extension for more
36145 shadow database interfaces.
36149 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
36150 Branch: maint-5.6/perl
36151 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36152 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
36153 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
36154 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36155 !> win32/config.vc win32/config_H.bc win32/config_H.gc
36156 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36157 ____________________________________________________________________________
36158 [ 7326] By: gsar on 2000/10/16 07:29:05
36159 Log: integrate changes#6157,6159..6161,6164 from cfgperl
36161 Regen Configure to jive with #6149.
36163 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
36165 Changes for the File::Temp 0.08 (change #6159) test suite
36166 to fit better into the Perl distribution test framework.
36168 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
36169 both from Simon Cozens.
36172 Branch: maint-5.6/perl
36173 +> pod/perlmodlib.PL pod/perlnewmod.pod
36174 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
36175 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
36176 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36177 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36178 ____________________________________________________________________________
36179 [ 7325] By: gsar on 2000/10/16 07:25:13
36180 Log: integrate change#6158 from vmsperl
36182 Add fallback to tmpfile for use in cases where user's relying on
36183 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
36185 Branch: maint-5.6/perl
36186 !> vms/vms.c vms/vmsish.h
36187 ____________________________________________________________________________
36188 [ 7324] By: gsar on 2000/10/16 07:20:50
36189 Log: integrate changes#6153..6155 from mainline
36191 prettier Test::Harness output on failed tests (from Nicholas Clark
36192 <nick@Bagpuss.uk.boo.com>)
36194 avoid type mismatch warning
36196 small bug in change#6144; remove random \xA0 character that snuck
36198 Branch: maint-5.6/perl
36199 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
36201 ____________________________________________________________________________
36202 [ 7323] By: gsar on 2000/10/16 07:18:47
36203 Log: integrate changes#6151,6152 from mainline
36205 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
36207 cosmetic fixups of RE debug output (from Ilya Zakharevich)
36208 Branch: maint-5.6/perl
36210 ____________________________________________________________________________
36211 [ 7322] By: gsar on 2000/10/16 07:17:25
36212 Log: integrate changes#6146..6150 from mainline
36216 add a make entry to Config.pm so "perl -V:make" works on VMS
36217 (from Peter Prymmer)
36219 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
36221 OS/2 tweaks for usethreads build (from Rocco Caputo
36224 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
36225 Branch: maint-5.6/perl
36226 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
36227 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
36228 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
36229 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
36230 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
36231 !> warnings.pl x2p/a2p.h
36232 ____________________________________________________________________________
36233 [ 7321] By: gsar on 2000/10/16 07:14:02
36234 Log: integrate changes#6143..6145 from mainline
36236 MacOS support, part 1 (from Matthias Neeracher
36237 <neeri@iis.ee.ethz.ch>)
36239 MacOS support, part 2: make AutoSplit use File::Spec instead
36240 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
36241 <neeri@iis.ee.ethz.ch>)
36243 make xsubpp skip embedded pod (from Matthias Neeracher
36244 <neeri@iis.ee.ethz.ch>)
36245 Branch: maint-5.6/perl
36246 +> ext/DynaLoader/dl_mac.xs
36247 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
36248 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36249 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
36250 !> pp_ctl.c proto.h toke.c util.c util.h
36251 ____________________________________________________________________________
36252 [ 7320] By: gsar on 2000/10/16 07:12:13
36253 Log: integrate changes#6141,6142 from mainline
36255 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
36256 forwarded by Peter Seebach from the bsdi-users mailing list.
36257 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
36259 File::Find fails to chdir when chasing symlinks (from
36260 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36261 Branch: maint-5.6/perl
36262 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
36263 ____________________________________________________________________________
36264 [ 7319] By: gsar on 2000/10/16 07:04:30
36265 Log: integrate change#6139 from mainline
36267 revise mktables.PL for bugs and newness in Unicode 3.0
36268 (from James Bence <jbence@amgen.com>)
36269 Branch: maint-5.6/perl
36270 +> (branch 30 files)
36271 !> (integrate 49 files)
36272 ____________________________________________________________________________
36273 [ 7318] By: gsar on 2000/10/16 07:01:01
36274 Log: integrate changes#6137,6138 from mainline
36276 fix bogus redeclaration warning for "our" variables in different
36279 add note about the handling of negative indices to tied arrays
36280 (from Michael G Schwern <schwern@pobox.com>)
36281 Branch: maint-5.6/perl
36282 !> op.c pod/perltie.pod t/pragma/strict-vars
36283 ____________________________________________________________________________
36284 [ 7317] By: gsar on 2000/10/16 06:58:46
36285 Log: integrate changes#6127..6136 from mainline
36287 call_method(...,G_EVAL) can longjmp() out if the method probing
36288 failed (from Gisle Aas)
36290 new perlxstut example for passing/returning refs to arrays
36291 (from David Lowe <dlowe@pootpoot.com>)
36293 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
36295 fix places that mean C<"word" character> but say C<alphanumeric
36298 avoid warnings in POSIX.pm (from Barrie Slaymaker)
36300 warnings::enabled() doesn't fall back to looking at $^W if
36301 caller isn't using lexical warnings (from Paul Marquess)
36303 elide bogus test in change#6132
36305 make Test::Harness use wait.h/WCOREDUMP if available
36306 (from Ben Tilly <ben_tilly@hotmail.com>)
36308 enable Test::Harness to dynamically determine column width etc.
36309 (from Rob Napier <rnapier@employees.org>)
36311 random pod typos (from Peter Scott <Peter@PSDT.com>)
36312 Branch: maint-5.6/perl
36313 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
36314 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
36315 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
36316 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
36317 ____________________________________________________________________________
36318 [ 7316] By: gsar on 2000/10/16 06:53:23
36319 Log: integrate change#6126 from mainline
36321 change#2879 broke rvalue autovivification of magicals such as
36322 ${$num} (reworked variant of patch suggested by Simon Cozens)
36323 Branch: maint-5.6/perl
36324 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
36325 !> pp_hot.c proto.h t/op/gv.t
36326 ____________________________________________________________________________
36327 [ 7315] By: gsar on 2000/10/16 06:51:38
36328 Log: integrate changes#6123,6125 from mainline
36330 clarify gotcha with #line directives (from Rocco Caputo
36333 enable propagating exception objects via Perl_croak() in XS code
36335 Branch: maint-5.6/perl
36336 !> pod/perldebug.pod pod/perlsyn.pod util.c
36337 ____________________________________________________________________________
36338 [ 7314] By: gsar on 2000/10/16 06:49:28
36339 Log: integrate change#6122 from mainline
36341 downgrade fatal error on C<"foo@nosucharray.com"> to optional
36342 warning (from Mark-Jason Dominus)
36343 Branch: maint-5.6/perl
36344 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
36345 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
36346 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
36348 ____________________________________________________________________________
36349 [ 7313] By: gsar on 2000/10/16 06:46:54
36350 Log: integrate changes#6112..6121 from vmsperl
36352 Check for existence of file before trying to delete
36354 Ugly workaround for version-specific RTL error
36356 Urk -- undo previous removal of vmsish 'exit' change
36358 Add bounds checking for several strings (Charles Lane)
36360 Miscellaneous cosmetic fixes (Charles Lane)
36362 Treat sockets as special in sys(read|write) (Charles Lane et al.)
36364 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
36365 Flatten case labels in switch statements uniformly (Charles Bailey)
36367 Quiet error messages in vmsish.t (Charles Lane)
36369 Add missing escape (Charles Lane)
36371 Allow eliminate_macros() and fixpath() to handle space-delimited
36372 lists (based on fixes by Craig Berry)
36373 Branch: maint-5.6/perl
36374 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
36375 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
36377 ____________________________________________________________________________
36378 [ 7312] By: gsar on 2000/10/16 06:41:18
36379 Log: integrate changes#6107,6110 from cfgperl
36381 Tweak the todo list.
36384 Branch: maint-5.6/perl
36386 ____________________________________________________________________________
36387 [ 7311] By: gsar on 2000/10/16 06:38:38
36388 Log: integrate changes#6104,6108 from mainline
36390 PL_sys_intern was being initialized too late on windows
36392 reenable fake signal handling on Windows, bugs and all
36393 Branch: maint-5.6/perl
36394 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
36395 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
36397 ____________________________________________________________________________
36398 [ 7310] By: gsar on 2000/10/16 06:36:03
36399 Log: integrate changes#6095,6097..6103 from cfgperl
36401 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
36402 might be useful in future.
36404 Add a note about possible compilation problems from Allen Smith.
36406 Add a note about other, yet unsupported, shadow password APIs.
36408 Tweaks for the cc bugs from Allen Smith.
36410 More compilation tweakery from Allen Smith.
36412 Hints and test tweaks for Unicos.
36414 The test suite tweak in #6101 wasn't quite right.
36416 Test tweaking for Unicos continues.
36417 Branch: maint-5.6/perl
36418 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36419 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
36420 !> t/lib/complex.t t/op/64bitint.t
36421 ____________________________________________________________________________
36422 [ 7309] By: gsar on 2000/10/16 06:29:41
36423 Log: integrate changes#6093,6094 from mainline
36425 fork() failure to create pseudo process sets errno=EAGAIN and returns
36426 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
36428 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
36429 Branch: maint-5.6/perl
36430 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36431 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
36432 ____________________________________________________________________________
36433 [ 7308] By: gsar on 2000/10/16 06:27:29
36434 Log: integrate change#6092 from cfgperl
36436 Regen perltoc with the fixed buildtoc.
36437 Branch: maint-5.6/perl
36439 ____________________________________________________________________________
36440 [ 7307] By: gsar on 2000/10/16 06:26:40
36441 Log: integrate changes#6089,6090 from mainline
36443 buildtoc tweak to fix newline lossage
36445 concat doesn't preserve utf8-ness, and doesn't invalidate
36446 [NI]OK; added tests for both
36447 Branch: maint-5.6/perl
36448 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
36449 ____________________________________________________________________________
36450 [ 7306] By: gsar on 2000/10/16 06:24:05
36451 Log: integrate change#6088 from cfgperl
36453 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
36454 because we do not use those. The HAS_GETSPNAM remains,
36455 though, because we still do use that.
36456 Branch: maint-5.6/perl
36457 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36458 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
36459 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
36460 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36461 !> win32/config.vc win32/config_H.bc win32/config_H.gc
36462 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36463 ____________________________________________________________________________
36464 [ 7305] By: gsar on 2000/10/16 06:15:52
36465 Log: integrate changes#6084,6085,6087 from mainline
36467 substr() does not preserve utf8-ness (from Stefan Eissing
36468 <Eissing@medicaldataservice.de>); added tests
36470 repeat operator (x) doesn't preserve utf8-ness
36472 reverse() and quotemeta() weren't preserving utf8-ness; add tests
36473 Branch: maint-5.6/perl
36474 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
36475 ____________________________________________________________________________
36476 [ 7304] By: gsar on 2000/10/16 06:13:10
36477 Log: integrate changes#6077..6083 from mainline
36479 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
36482 workaround for CRT bug in chdir() (from Charles Lane, via
36485 remove outdated kludge in Carp (NULLs are permitted in diagnostics
36488 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
36489 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36491 better default perlbug categories for ok reports (from Richard Foley)
36493 peek.t non-portable to ithreads
36495 note about undocumented caller() return value (from M.J.T. Guy);
36496 yet another peek.t tweak
36497 Branch: maint-5.6/perl
36498 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36499 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36500 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
36501 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
36502 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
36504 ____________________________________________________________________________
36505 [ 7303] By: gsar on 2000/10/16 06:03:18
36506 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
36507 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
36509 &HUGE_VAL is not defined, it exists.
36511 Do not warn that an infinity does not look like a number.
36513 Rewrite the pwent/spent logic to be a little bit more clearer.
36515 Continue on the pwent/spent case.
36517 Correct Freudian slip.
36519 Use HUGE_VALL if applicable.
36521 pwent/spent #ifdef imbalance.
36525 Call getspnam() only iff needd.
36527 Test both the scalar and list contexts.
36529 Use setxxent()/endxxent().
36535 Be more forgiving in POSIX about HUGE_VALL.
36539 The search of infinity continues, this time simplified.
36541 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
36542 in natively 64-bit platforms where a long is a quad (no need
36543 for long longs). Also added bias for IVs.
36547 Introduce t/lib/peek.t.
36549 Make the test more portable.
36550 Branch: maint-5.6/perl
36553 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
36554 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
36555 !> t/op/pwent.t toke.c util.c
36556 ____________________________________________________________________________
36557 [ 7302] By: gsar on 2000/10/16 05:03:37
36558 Log: integrate changes#6066..6071 from mainline
36562 replace direct call to sighandler() with (*PL_sighandlerp)()
36564 note about values()
36566 File::Spec compatibility update (from Barrie Slaymaker
36567 <barries@slaysys.com>)
36569 remove misleading comment (from M.J.T. Guy)
36571 misformatted perllocal.pod (from Tim Jenness
36572 <t.jenness@jach.hawaii.edu>)
36573 Branch: maint-5.6/perl
36574 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36575 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36576 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
36577 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
36578 ____________________________________________________________________________
36579 [ 7301] By: gsar on 2000/10/16 05:00:08
36580 Log: integrate changes#6061..6063 from mainline
36582 change#5921 neglected to make eq honor "use bytes"
36584 additional tests for utf8.t
36586 tokeq() could read unallocated field in argument
36587 Branch: maint-5.6/perl
36588 !> sv.c t/pragma/utf8.t toke.c
36589 ____________________________________________________________________________
36590 [ 7300] By: gsar on 2000/10/16 04:56:54
36591 Log: integrate changes#6046,6048,6057,6058 from mainline
36593 libscheck has insufficient checks for n32 libs (from
36594 Albert Chin-A-Young <china@thewrittenword.com>)
36596 add note about how $( doesn't interpolate in REs (from
36597 Philip Newton <newton@ficus.frogspace.net>)
36599 fix broken parsing of /\x{ab}/
36601 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
36602 (spotted by Donald Kinzer <dkinzer@premia.com>)
36603 Branch: maint-5.6/perl
36604 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
36606 ____________________________________________________________________________
36607 [ 7299] By: gsar on 2000/10/16 04:52:50
36608 Log: integrate change#6044 from mainline
36610 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
36611 such that underscores are only ignored in literal numbers,
36612 "\x{...}", and hex/oct argument
36613 Branch: maint-5.6/perl
36614 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
36615 ____________________________________________________________________________
36616 [ 7298] By: gsar on 2000/10/16 04:50:53
36617 Log: integrate changes#6027..6043 from mainline
36619 podlators-1.02 update (from Russ Allbery)
36621 Pod::Man generates groff-incompatible macro definition (from
36624 add CGI.pm v2.66 (from Lincoln Stein)
36626 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
36627 for @- and @+ (from Johan Vromans)
36629 small nits in diagnostics.pm (from Robin Barker)
36631 whitespace adjustments
36633 missing files in MANIFEST
36635 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
36638 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
36640 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
36641 Branch: maint-5.6/perl
36642 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
36643 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
36644 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
36645 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
36646 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
36647 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
36648 !> t/lib/cgi-html.t t/lib/cgi-request.t
36649 ____________________________________________________________________________
36650 [ 7297] By: gsar on 2000/10/16 04:44:30
36651 Log: integrate change#6025 from mainline
36653 Is{Alnum,Alpha,Word} don't match titlecase
36654 TODO: IsSpace is defined recursively!
36655 (both spotted by Larry)
36656 Branch: maint-5.6/perl
36657 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36658 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36659 ____________________________________________________________________________
36660 [ 7296] By: gsar on 2000/10/16 04:39:30
36661 Log: integrate change#6023 from mainline
36663 debugger stomps on $. (from M.J.T. Guy)
36664 Branch: maint-5.6/perl
36666 ____________________________________________________________________________
36667 [ 7295] By: gsar on 2000/10/16 04:38:02
36668 Log: integrate change#6022 from mainline
36670 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
36671 Branch: maint-5.6/perl
36673 ____________________________________________________________________________
36674 [ 7294] By: gsar on 2000/10/16 04:37:05
36675 Log: integrate changes#6018..6021 from mainline
36677 make lib/syslog.t portable to systems that don't have _PATH_LOG,
36678 make _PATH_LOG() return "" if unavailable
36680 windows portability tweaks
36684 remove Win2K issue in pod (fixed by change#6020)
36685 Branch: maint-5.6/perl
36686 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36687 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
36688 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
36689 ____________________________________________________________________________
36690 [ 7293] By: gsar on 2000/10/16 04:20:00
36691 Log: integrate changes#6013..6015 from mainline
36693 tweak change#5945 to display correct switch name in diagnostic
36695 glob() loading File::Glob behind the scenes may cause syntax errors
36697 tweak test for portability
36698 Branch: maint-5.6/perl
36699 !> op.c perl.c pod/perldiag.pod t/lib/b.t
36700 ____________________________________________________________________________
36701 [ 7292] By: gsar on 2000/10/16 04:18:11
36702 Log: integrate changes#6005..6010 from mainline, cfgperl
36704 perldoc might fail via "use blib" (from Hugo van der Sanden)
36708 note about compile failures and END blocks (from M.J.T. Guy)
36710 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
36712 (change#6009 integrated earlier in change#7255)
36714 clarify note about shadow password support (from
36715 gellyfish@gellyfish.com)
36716 Branch: maint-5.6/perl
36717 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36718 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
36719 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
36720 ____________________________________________________________________________
36721 [ 7291] By: gsar on 2000/10/16 04:12:03
36722 Log: integrate changes#6002,6003 from mainline
36724 destructive sv_setsv() can lose UV-ness from source, causing
36725 numeric promotions/comparisons to fail to do the right thing
36727 allow REG_EXPAND_SZ keys in Windows registry (from
36728 John Clayton <John.Clayton@barclayscapital.com>)
36729 Branch: maint-5.6/perl
36730 !> sv.c win32/win32.c
36731 ____________________________________________________________________________
36732 [ 7290] By: gsar on 2000/10/16 04:10:19
36733 Log: integrate change#6001 from mainline
36735 support additional library locations via $Config{otherlibdirs}
36736 (from Andy Dougherty)
36737 Branch: maint-5.6/perl
36738 !> Configure INSTALL Porting/Glossary Porting/config.sh
36739 !> Porting/config_H config_h.SH epoc/config.sh perl.c
36740 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36741 !> win32/config.bc win32/config.gc win32/config.vc
36742 ____________________________________________________________________________
36743 [ 7289] By: gsar on 2000/10/16 04:08:28
36744 Log: integrate change#5999 from mainline
36746 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36747 Branch: maint-5.6/perl
36748 !> t/pragma/warn/toke toke.c
36749 ____________________________________________________________________________
36750 [ 7288] By: gsar on 2000/10/16 04:07:01
36751 Log: integrate changes#5997,5998 from cfgperl
36755 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36756 Branch: maint-5.6/perl
36757 !> lib/Math/Complex.pm
36758 ____________________________________________________________________________
36759 [ 7287] By: gsar on 2000/10/16 04:04:37
36760 Log: integrate change#5995 from mainline
36762 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36763 Branch: maint-5.6/perl
36764 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36765 ____________________________________________________________________________
36766 [ 7286] By: gsar on 2000/10/16 04:03:21
36767 Log: integrate change#5994 from mainline
36769 fix for missed accounting for null byte in pack("Z",...) (from
36771 Branch: maint-5.6/perl
36772 !> pp.c t/op/pack.t
36773 ____________________________________________________________________________
36774 [ 7285] By: gsar on 2000/10/16 04:02:11
36775 Log: integrate changes#5989..5993 from mainline
36777 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36778 itself and no other (from Tom Hughes)
36780 use $ENV{LIB} to search for libs under Visual C compiler
36781 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36783 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36785 pod nit (from Simon Cozens)
36787 various minor tweaks seen on p5p
36788 Branch: maint-5.6/perl
36789 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
36790 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
36791 !> t/op/array.t toke.c
36792 ____________________________________________________________________________
36793 [ 7284] By: gsar on 2000/10/16 03:59:00
36794 Log: integrate changes#5978..5988 from mainline
36796 sync version numbers in File::Spec with the ones on CPAN
36797 (from Barrie Slaymaker)
36799 under useithreads, constant pad entries could inadvertantly be
36800 shared across threads (from Eric Blood <eblood@xmission.com>);
36801 added Eric's test case to testsuite
36803 allow Configure -S to run non-interactively (spotted by Greg Hudson
36806 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36807 prototype mismatch with CORE::glob(); update pod and tests to
36808 suit (File::Glob::glob() is still available for backward
36809 compatibility, but should be considered deprecated)
36811 avoid error in IO::Socket::INET when given an unknown service name
36812 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36814 numeric conversion of non-number in change#3378 tramples on
36815 OOK offset, causing segfaults
36817 attributes::reftype() doesn't work on tied argument
36819 forked child may not exit correctly if it failed to open
36820 /dev/console (from Graham Barr)
36822 add regular expressions tutorial and quick-start guide (from
36823 Mark Kvale <kvale@phy.ucsf.edu>)
36825 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36827 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36828 <paul@miraclefish.com>)
36829 Branch: maint-5.6/perl
36830 +> pod/perlrequick.pod pod/perlretut.pod
36831 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
36832 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
36833 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
36834 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
36835 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36836 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36837 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
36838 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
36839 ____________________________________________________________________________
36840 [ 7283] By: gsar on 2000/10/16 03:52:14
36841 Log: integrate change#5977 from mainline
36843 autoquote barewords followed by newline and arrow properly
36844 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36845 Branch: maint-5.6/perl
36846 !> t/pragma/warn/toke toke.c
36847 ____________________________________________________________________________
36848 [ 7282] By: gsar on 2000/10/16 03:50:48
36849 Log: integrate change#5976 from mainline
36851 DB_File v1.73 update (from Paul Marquess)
36852 Branch: maint-5.6/perl
36853 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
36854 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
36855 ____________________________________________________________________________
36856 [ 7281] By: gsar on 2000/10/16 03:49:14
36857 Log: integrate change#5975 from mainline
36859 allow sort() reentrancy (variant of patch suggested by
36860 Hugo van der Sanden)
36861 Branch: maint-5.6/perl
36862 !> pp_ctl.c t/op/sort.t
36863 ____________________________________________________________________________
36864 [ 7280] By: gsar on 2000/10/16 03:48:22
36865 Log: integrate change#5974 from mainline
36867 change#4197 somehow missed initializing PL_errors, meaning
36868 syntax error queueing wasn't working outside eval"" at all;
36869 also fixed eval"" to localize PL_error_count, so that compile-time
36870 eval's don't clobber the error state of the outer context
36871 Branch: maint-5.6/perl
36872 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
36873 !> t/pragma/warn/toke
36874 ____________________________________________________________________________
36875 [ 7279] By: gsar on 2000/10/16 03:46:21
36876 Log: integrate change#5973 from mainline
36878 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
36879 Branch: maint-5.6/perl
36880 !> regcomp.c regexec.c t/op/re_tests
36881 ____________________________________________________________________________
36882 [ 7278] By: gsar on 2000/10/16 03:44:54
36883 Log: integrate change#5971 from cfgperl
36885 Unicos tweaks from Mark P. Lutz.
36886 Branch: maint-5.6/perl
36887 !> hints/unicos.sh lib/Math/Complex.pm
36888 ____________________________________________________________________________
36889 [ 7277] By: gsar on 2000/10/16 03:42:59
36890 Log: integrate changes#5966..5970 from mainline
36892 add testsuite for B backends, fix bug in B::Deparse (from
36893 Simon Cozens <simon@brecon.co.uk>)
36895 improved docs on the warn_uninit diagnostic (from David Glasser
36898 tolerate spaces in group names in test on solaris (from David Boyce
36901 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
36903 Data::Dumper fumbles negative numbers on 32-bit platforms where
36905 Branch: maint-5.6/perl
36906 +> t/lib/b.t t/lib/syslog.t
36907 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
36908 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
36909 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
36910 ____________________________________________________________________________
36911 [ 7276] By: gsar on 2000/10/16 03:39:30
36912 Log: integrate change#5965 from mainline
36914 avoid "will not stay shared" warnings for our variables (from
36916 Branch: maint-5.6/perl
36917 !> op.c t/pragma/warn/op
36918 ____________________________________________________________________________
36919 [ 7275] By: gsar on 2000/10/16 03:38:18
36920 Log: integrate change#5964 from mainline
36922 reformat to 72 columns (again)
36923 Branch: maint-5.6/perl
36924 !> pod/perldiag.pod
36925 ____________________________________________________________________________
36926 [ 7274] By: gsar on 2000/10/16 03:36:58
36927 Log: integrate change#5963 from mainline
36929 patch from Larry to make (\&) prototype work; added tests for
36931 Branch: maint-5.6/perl
36932 !> op.c t/comp/proto.t
36933 ____________________________________________________________________________
36934 [ 7273] By: gsar on 2000/10/16 03:35:51
36935 Log: integrate changes#5956..5962 from mainline
36937 better diagnostics on failed tests (from Ilya Zakharevich)
36939 pod nits (from A. C. Yardley <yardley@tanet.net>)
36941 change#3569 deleted some essential code, revert; avoid use of
36942 atexit() to make DynaLoader work properly on AIX under mod_perl
36943 (from Jens-Uwe Mager <jum@helios.de>)
36945 doubled words in pods (from Simon Cozens
36946 <simon.p.cozens@jp.pwcglobal.com>)
36948 better INSTALL notes on Solaris issues (from Dominic Dunlop)
36950 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
36952 updated README.hpux (from Jeff Okamoto)
36953 Branch: maint-5.6/perl
36954 !> INSTALL README.hpux emacs/cperl-mode.el
36955 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
36956 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
36957 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
36958 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
36959 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
36960 !> t/op/lex_assign.t
36961 ____________________________________________________________________________
36962 [ 7272] By: gsar on 2000/10/16 03:31:22
36963 Log: integrate change#5955 from mainline
36965 longstanding bug exposed by change#3307: sort arguments weren't
36966 compiled with the right wantarray context (ensuing runtime lookup
36967 via block_gimme() was getting the incidental context of the
36969 Branch: maint-5.6/perl
36970 !> op.c t/op/sort.t
36971 ____________________________________________________________________________
36972 [ 7271] By: gsar on 2000/10/16 03:29:11
36973 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
36976 Flatten the cpp jungle doing the nosuid checking.
36978 Do not assume sign propagation. (from M.J.T. Guy)
36980 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
36982 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
36983 Now pp_ncmp() returns undef is either operand is a NaN.
36985 On second thoughts frexp() does have two arguments.
36987 Document that tr() is not tr(1).
36989 Be more robust on "extreme" (large absolute value)
36990 arguments. Originally reported by Daniel Connelly
36991 as a problem with asinh() on large negative arguments,
36992 asinh() used to bail out because an argument to log()
36993 ended up being zero. Ilya Zakharevich proposed using
36994 Taylor's series in such cases, which for such large
36995 arguments is a very good approximation.
36997 Undo "use integer" addition from 64bitint as it seems
36998 to break most of the subtests in Digital UNIX;
36999 Unicos needs to find another way.
37000 Branch: maint-5.6/perl
37001 !> (integrate 29 files)
37002 ____________________________________________________________________________
37003 [ 7270] By: gsar on 2000/10/16 03:09:44
37004 Log: integrate changes#5948,5949,5950 from mainline
37006 typo in vars.pm that leads to cryptic message (from Piotr
37007 Piatkowski <kompas@kompas.usr.onet.pl>)
37009 make perldoc use the pod2man from the same version (from
37012 reformat perldiag to avoid long lines
37013 Branch: maint-5.6/perl
37014 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
37015 ____________________________________________________________________________
37016 [ 7269] By: gsar on 2000/10/16 03:05:54
37017 Log: integrate change#5947 from mainline
37019 use &dl_error rather than &dl_load_file as the guard for calling
37020 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
37021 statically built perl)
37022 Branch: maint-5.6/perl
37023 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37024 ____________________________________________________________________________
37025 [ 7268] By: gsar on 2000/10/16 03:04:48
37026 Log: integrate change#5945 from mainline
37028 make module name mandatory after -M switch; reorder perldiag
37029 alphabetically (from Mark-Jason Dominus)
37030 Branch: maint-5.6/perl
37031 !> perl.c pod/perldiag.pod
37032 ____________________________________________________________________________
37033 [ 7267] By: gsar on 2000/10/16 03:03:01
37034 Log: integrate change#5939 from mainline
37036 more pod nits (from Larry Virden)
37037 Branch: maint-5.6/perl
37038 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
37039 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
37040 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
37041 ____________________________________________________________________________
37042 [ 7266] By: gsar on 2000/10/16 03:01:39
37043 Log: integrate change#5938 from mainline
37045 Consolidated B::Deparse fixes (from Stephen McCamant)
37046 Branch: maint-5.6/perl
37047 !> ext/B/B/Deparse.pm
37048 ____________________________________________________________________________
37049 [ 7265] By: gsar on 2000/10/16 03:00:43
37050 Log: integrate change#5936 from mainline
37052 additional tests for change#7263 (from Paul Marquess)
37053 Branch: maint-5.6/perl
37054 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
37055 !> t/pragma/warn/5nolint t/pragma/warn/6default
37056 ____________________________________________________________________________
37057 [ 7264] By: gsar on 2000/10/16 02:58:34
37058 Log: integrate change#5934 from mainline
37060 propagate lexical warnings from surrounding scope correctly
37061 within string eval() (from Paul Marquess)
37062 Branch: maint-5.6/perl
37063 !> pp_ctl.c t/pragma/warn/pp_ctl
37064 ____________________________________________________________________________
37065 [ 7263] By: gsar on 2000/10/16 02:56:53
37066 Log: integrate change#5932 from mainline
37068 add rsignal(), whichsig() and do_join() to public API list
37069 (mod_perl uses them to good advantage)
37070 Branch: maint-5.6/perl
37071 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
37072 ____________________________________________________________________________
37073 [ 7262] By: gsar on 2000/10/16 02:55:53
37074 Log: integrate change#5931 from mainline
37076 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
37077 Branch: maint-5.6/perl
37078 !> pp_hot.c regexec.c t/op/pat.t
37079 ____________________________________________________________________________
37080 [ 7261] By: gsar on 2000/10/16 02:55:01
37081 Log: integrate change#5930 from mainline
37083 small os390 tweaks (from Peter Prymmer)
37084 Branch: maint-5.6/perl
37085 !> config_h.SH makedepend.SH
37086 ____________________________________________________________________________
37087 [ 7260] By: gsar on 2000/10/16 02:54:10
37088 Log: integrate change#5929 from mainline
37091 Branch: maint-5.6/perl
37092 !> pod/perlguts.pod
37093 ____________________________________________________________________________
37094 [ 7259] By: gsar on 2000/10/16 02:52:55
37095 Log: integrate change#5927 from mainline
37097 arrange for next() to resume at the unstack op rather than the
37098 loop conditional, so that scope cleanup happens correctly
37099 (from Stephen McCamant)
37100 Branch: maint-5.6/perl
37101 !> op.c pp_ctl.c t/op/misc.t
37102 ____________________________________________________________________________
37103 [ 7258] By: gsar on 2000/10/16 02:51:38
37104 Log: integrate change#5926 from mainline
37106 on windows, reserve 16M of stack rather than 128M (allows more
37107 threads to run concurrently)
37108 Branch: maint-5.6/perl
37109 !> win32/Makefile win32/makefile.mk
37110 ____________________________________________________________________________
37111 [ 7257] By: gsar on 2000/10/16 02:50:37
37112 Log: integrate change#5925 from mainline
37114 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
37115 Branch: maint-5.6/perl
37117 ____________________________________________________________________________
37118 [ 7256] By: gsar on 2000/10/16 02:49:36
37119 Log: integrate change#5924 from mainline
37121 avoid using uninitialized memory in require version check
37122 Branch: maint-5.6/perl
37123 !> pp_ctl.c universal.c
37124 ____________________________________________________________________________
37125 [ 7255] By: gsar on 2000/10/16 02:48:03
37126 Log: integrate changes#5923,5928,6009 from mainline
37128 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
37129 Branch: maint-5.6/perl
37130 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
37131 ____________________________________________________________________________
37132 [ 7254] By: gsar on 2000/10/16 02:44:46
37133 Log: integrate change#5922 from mainline
37135 commentary about IoTYPE() (from Nathan Torkington)
37136 Branch: maint-5.6/perl
37138 ____________________________________________________________________________
37139 [ 7253] By: gsar on 2000/10/16 02:43:49
37140 Log: integrate change#5921 from mainline
37142 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
37143 Branch: maint-5.6/perl
37144 !> sv.c t/lib/charnames.t t/pragma/utf8.t
37145 ____________________________________________________________________________
37146 [ 7252] By: gsar on 2000/10/16 02:42:31
37147 Log: integrate change#5920 from mainline
37149 Larry's fix for buggy propagation of utf8-ness in join(); add test
37150 Branch: maint-5.6/perl
37151 !> doop.c t/op/ver.t
37152 ____________________________________________________________________________
37153 [ 7251] By: gsar on 2000/10/16 02:41:14
37154 Log: integrate changes#5915..5919 from mainline
37156 various (pod tweaks &c)
37157 Branch: maint-5.6/perl
37158 !> (integrate 33 files)
37159 ____________________________________________________________________________
37160 [ 7250] By: gsar on 2000/10/16 02:38:16
37161 Log: integrate change#5914 from mainline
37163 caller() wasn't returning the right number of elements for
37165 Branch: maint-5.6/perl
37166 !> pp_ctl.c t/pragma/warn/9enabled
37167 ____________________________________________________________________________
37168 [ 7249] By: gsar on 2000/10/16 02:37:02
37169 Log: integrate change#5913 from mainline
37171 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
37172 (from Mark-Jason Dominus)
37173 Branch: maint-5.6/perl
37174 !> pod/perlfunc.pod
37175 ____________________________________________________________________________
37176 [ 7248] By: gsar on 2000/10/16 02:35:58
37177 Log: integrate change#5912 from mainline
37179 fix totally broken caching in UNIVERSAL::isa() (from
37181 Branch: maint-5.6/perl
37182 !> t/op/universal.t universal.c
37183 ____________________________________________________________________________
37184 [ 7247] By: gsar on 2000/10/16 02:34:27
37185 Log: integrate changes#5910,5911 from mainline
37189 add linebreak properties from unicode/LineBrk.txt (from
37190 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
37191 Branch: maint-5.6/perl
37192 +> (branch 29 files)
37193 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
37194 ____________________________________________________________________________
37195 [ 7246] By: gsar on 2000/10/16 02:33:29
37196 Log: integrate change#5909 from mainline
37198 mode argument to do_binmode() should be file mode, not boolean
37199 Branch: maint-5.6/perl
37201 ____________________________________________________________________________
37202 [ 7245] By: gsar on 2000/10/16 02:31:04
37203 Log: integrate change#5908 from mainline
37205 introduce illegal symbols into null package so that
37206 gv_fetchpv(...,TRUE) always returns a valid GV even when the
37207 symbol is trapped by strictures (avoids coredumps)
37208 Branch: maint-5.6/perl
37209 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
37210 !> t/pragma/strict-vars
37211 ____________________________________________________________________________
37212 [ 7244] By: jhi on 2000/10/16 02:29:54
37213 Log: Subject: $Carp::ExportLevel confusion in Exporter
37214 From: "Ben Tilly" <ben_tilly@hotmail.com>
37215 Date: Sat, 14 Oct 2000 16:44:34 EDT
37216 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
37218 ! lib/Exporter/Heavy.pm
37219 ____________________________________________________________________________
37220 [ 7243] By: jhi on 2000/10/16 02:28:33
37221 Log: Subject: [PATCH perlguts.pod] Document offset hack
37222 From: Simon Cozens <simon@cozens.net>
37223 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
37224 Date: Sat, 14 Oct 2000 19:32:25 +0100
37227 ____________________________________________________________________________
37228 [ 7242] By: gsar on 2000/10/16 02:26:51
37229 Log: integrate changes#5905,5906,5907,6064 from mainline
37231 printf/sprintf didn't get quad types right under use64bitint
37232 Branch: maint-5.6/perl
37233 !> pp_sys.c sv.c t/op/64bitint.t
37234 ____________________________________________________________________________
37235 [ 7241] By: jhi on 2000/10/16 02:22:44
37236 Log: Subject: small pod patch
37237 From: Dan Boorstein <dan_boo@bellsouth.net>
37238 Date: Sat, 14 Oct 2000 14:29:24 -0400
37239 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
37241 ! pod/perlfaq7.pod pod/perlmod.pod
37242 ____________________________________________________________________________
37243 [ 7240] By: jhi on 2000/10/16 02:13:46
37246 Subject: Re: Problems with bleadperl
37247 From: "Stephen P. Potter" <spp@ds.net>
37248 Date: Fri, 13 Oct 2000 13:32:49 -0400
37249 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
37251 ! t/pragma/overload.t
37252 ____________________________________________________________________________
37253 [ 7239] By: jhi on 2000/10/16 01:41:18
37254 Log: One more ~utf8 tweak.
37257 ____________________________________________________________________________
37258 [ 7238] By: jhi on 2000/10/16 01:34:14
37259 Log: Tweak the test of #7235.
37262 ____________________________________________________________________________
37263 [ 7237] By: jhi on 2000/10/16 01:25:04
37264 Log: Fix a couple of compiler-noted nits in #7235.
37267 ____________________________________________________________________________
37268 [ 7236] By: jhi on 2000/10/16 01:22:46
37269 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
37272 ____________________________________________________________________________
37273 [ 7235] By: jhi on 2000/10/15 16:24:44
37274 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
37276 From: Simon Cozens <simon@cozens.net>
37277 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
37278 Date: Sat, 14 Oct 2000 20:52:13 +0100
37279 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
37281 ! pp.c t/op/bop.t utf8.h
37282 ____________________________________________________________________________
37283 [ 7234] By: jhi on 2000/10/15 15:19:29
37284 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
37285 The problem was that rx->minlen was in chars while pp_split()
37286 thought it would be in bytes.
37288 ! pp.c t/pragma/utf8.t
37289 ____________________________________________________________________________
37290 [ 7233] By: jhi on 2000/10/14 20:24:24
37291 Log: Document FNCASE=y as discussed in the bug 20000902.009.
37294 ____________________________________________________________________________
37295 [ 7232] By: jhi on 2000/10/14 18:52:21
37296 Log: Add test for bug id 20000427.003 (which seems to have
37297 been fixed) (also duplicate as 20000427.004, though
37298 with a higher severity). Move one utf8 from op/append
37299 to pragma/utf8, tag the tests with bug ids.
37301 ! t/op/append.t t/pragma/utf8.t
37302 ____________________________________________________________________________
37303 [ 7231] By: jhi on 2000/10/14 17:28:37
37304 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
37307 ____________________________________________________________________________
37308 [ 7230] By: jhi on 2000/10/14 14:24:50
37309 Log: Needs to be conditional on SunOS 4.
37311 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
37312 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37313 Date: Sat, 14 Oct 2000 13:37:49 +0100
37314 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
37315 Branch: metaconfig/U/perl
37318 ! Configure myconfig.SH pod/perldelta.pod
37319 ____________________________________________________________________________
37320 [ 7229] By: jhi on 2000/10/14 00:49:22
37321 Log: Update Changes.
37323 ! Changes patchlevel.h
37324 ____________________________________________________________________________
37325 [ 7228] By: jhi on 2000/10/14 00:46:10
37326 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
37327 From: Peter Prymmer <pvhp@forte.com>
37328 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
37329 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
37332 ____________________________________________________________________________
37333 [ 7227] By: jhi on 2000/10/13 23:20:30
37334 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
37337 ____________________________________________________________________________
37338 [ 7226] By: jhi on 2000/10/13 22:14:32
37341 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
37342 From: Peter Prymmer <pvhp@forte.com>
37343 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
37344 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
37347 ____________________________________________________________________________
37348 [ 7225] By: jhi on 2000/10/13 22:11:31
37349 Log: op/sprintf.t patch for OS/390 (and any other host with limited
37350 floating-point exponent length)
37352 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
37353 From: Dominic Dunlop <domo@computer.org>
37354 Date: Fri, 13 Oct 2000 19:17:57 +0200
37355 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
37358 ____________________________________________________________________________
37359 [ 7224] By: jhi on 2000/10/13 18:40:48
37360 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
37363 ____________________________________________________________________________
37364 [ 7223] By: jhi on 2000/10/13 18:37:13
37365 Log: Thinko in #7222.
37368 ____________________________________________________________________________
37369 [ 7222] By: jhi on 2000/10/13 18:05:23
37370 Log: Use UTF8SKIP(), from Simon Cozens.
37373 ____________________________________________________________________________
37374 [ 7221] By: jhi on 2000/10/13 15:43:19
37375 Log: (accidentally empty check-in)
37378 ____________________________________________________________________________
37379 [ 7220] By: jhi on 2000/10/13 15:23:51
37380 Log: Add (optimistically) Storable to static extensions.
37382 ! hints/uwin.sh hints/vmesa.sh
37383 ____________________________________________________________________________
37384 [ 7219] By: jhi on 2000/10/13 15:20:05
37385 Log: Amdahl UTS doesn't seem to do dynaloading.
37388 ____________________________________________________________________________
37389 [ 7218] By: jhi on 2000/10/13 15:15:20
37390 Log: Slight tweak of the code to appease Amdahl UTS cc.
37393 ____________________________________________________________________________
37394 [ 7217] By: jhi on 2000/10/13 14:50:42
37395 Log: In Amdahl UTS "struct sv" is defined by a system header,
37399 ____________________________________________________________________________
37400 [ 7216] By: jhi on 2000/10/13 11:58:25
37401 Log: Ilya implemented the memory profiling API.
37404 ____________________________________________________________________________
37405 [ 7215] By: jhi on 2000/10/13 02:56:38
37406 Log: Subject: [PATCH 5.7.0] Perl API for mstats
37407 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37408 Date: Thu, 12 Oct 2000 22:52:40 -0400
37409 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
37411 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
37412 ____________________________________________________________________________
37413 [ 7214] By: jhi on 2000/10/13 02:55:38
37414 Log: Subject: [PATCH 5.7.0] IVs in mtats
37415 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37416 Date: Thu, 12 Oct 2000 22:51:04 -0400
37417 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
37420 ____________________________________________________________________________
37421 [ 7213] By: jhi on 2000/10/13 02:31:47
37422 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
37424 ! pod/perldiag.pod pp_sys.c
37425 ____________________________________________________________________________
37426 [ 7212] By: jhi on 2000/10/13 01:27:38
37427 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
37428 From: Peter Prymmer <pvhp@forte.com>
37429 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
37430 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
37433 ____________________________________________________________________________
37434 [ 7211] By: jhi on 2000/10/13 00:35:09
37435 Log: Update Changes.
37437 ! Changes patchlevel.h
37438 ____________________________________________________________________________
37439 [ 7210] By: jhi on 2000/10/12 23:59:40
37440 Log: The Install.pm third of
37442 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37443 From: Bill Campbell <bill@celestial.com>
37444 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37445 Date: Thu, 5 Oct 2000 18:04:51 -0700
37447 ! lib/ExtUtils/Install.pm
37448 ____________________________________________________________________________
37449 [ 7209] By: jhi on 2000/10/12 23:58:43
37452 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37453 Date: Thu, 5 Oct 2000 18:04:51 -0700
37454 From: Bill Campbell <bill@celestial.com>
37455 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37457 The Install.pm changes will be submitted separately because
37458 they need some work and discussion still.
37460 ! lib/getopts.pl lib/termcap.pl
37461 ____________________________________________________________________________
37462 [ 7208] By: jhi on 2000/10/12 23:41:19
37463 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
37464 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37465 Date: Thu, 12 Oct 2000 07:30:02 EDT
37466 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
37468 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
37469 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
37470 ____________________________________________________________________________
37471 [ 7207] By: jhi on 2000/10/12 23:39:01
37472 Log: An updated EBCDIC tr patch.
37474 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
37475 From: Peter Prymmer <pvhp@forte.com>
37476 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
37477 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
37480 ____________________________________________________________________________
37481 [ 7206] By: jhi on 2000/10/12 23:34:55
37482 Log: Upgrade to CPAN 1.58, from Andreas König.
37484 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37485 ____________________________________________________________________________
37486 [ 7205] By: jhi on 2000/10/12 23:29:08
37487 Log: Introduce the man[24-8] variables, from Andy Dougherty.
37488 Branch: metaconfig/U/perl
37489 + mandirs.U mandirstyle.U
37491 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37492 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
37493 ! vos/config.h vos/config.pl vos/config_h.SH_orig
37494 ! win32/config.bc win32/config.gc win32/config.vc
37495 ____________________________________________________________________________
37496 [ 7204] By: gsar on 2000/10/12 18:11:24
37497 Log: restore change#7202
37500 ____________________________________________________________________________
37501 [ 7203] By: gsar on 2000/10/12 18:09:40
37502 Log: another test of the Emergency Broadcast System--back out
37506 ____________________________________________________________________________
37507 [ 7202] By: gsar on 2000/10/12 16:40:47
37508 Log: (submitted on behalf of Jarkko)
37509 Fix the lib/encode.t subtest 6 failure as reported by Andreas
37510 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
37511 was unearthed by change 7182, as was a bug in HTML::Entities.
37514 ____________________________________________________________________________
37515 [ 7201] By: jhi on 2000/10/11 03:16:05
37516 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
37518 ! pp_hot.c t/pragma/utf8.t
37519 ____________________________________________________________________________
37520 [ 7200] By: jhi on 2000/10/11 00:40:30
37521 Log: The #7198 was a false alarm.
37524 ____________________________________________________________________________
37525 [ 7199] By: jhi on 2000/10/11 00:26:04
37526 Log: Remove duplicated code.
37529 ____________________________________________________________________________
37530 [ 7198] By: jhi on 2000/10/10 23:30:46
37531 Log: (Retracted by #7200.)
37534 ____________________________________________________________________________
37535 [ 7197] By: jhi on 2000/10/10 21:49:30
37536 Log: Add the test case for #7190, from the original bug report
37540 ____________________________________________________________________________
37541 [ 7196] By: jhi on 2000/10/10 21:40:49
37542 Log: Reapply Andy's patch and regen Configure.
37544 ! Configure INSTALL Makefile.SH Porting/Glossary
37545 ! Porting/config.sh config_h.SH epoc/config.sh installperl
37546 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
37548 ____________________________________________________________________________
37549 [ 7195] By: jhi on 2000/10/10 21:09:30
37550 Log: Use the versiononly instead of the installscripts,
37551 retract the changes 7146 and 7147.
37553 ! Configure INSTALL Makefile.SH Porting/Glossary
37554 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
37555 ! installperl uconfig.sh vos/config.def win32/config.bc
37556 ! win32/config.gc win32/config.vc
37557 ____________________________________________________________________________
37558 [ 7194] By: jhi on 2000/10/10 21:06:15
37559 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
37560 From: Peter Prymmer <pvhp@forte.com>
37561 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
37562 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
37565 ____________________________________________________________________________
37566 [ 7193] By: jhi on 2000/10/10 21:05:12
37567 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
37568 From: Peter Prymmer <pvhp@forte.com>
37569 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
37570 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
37573 ____________________________________________________________________________
37574 [ 7192] By: jhi on 2000/10/10 20:57:30
37575 Log: Add versiononly, delete installscripts, from Andy Dougherty.
37577 - U/installdirs/installscripts.U
37578 Branch: metaconfig/U/perl
37580 ____________________________________________________________________________
37581 [ 7191] By: jhi on 2000/10/10 19:41:21
37582 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
37583 From: Peter Prymmer <pvhp@forte.com>
37584 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
37585 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
37587 ! pod/perlebcdic.pod
37588 ____________________________________________________________________________
37589 [ 7190] By: jhi on 2000/10/10 19:26:14
37590 Log: Subject: Re: utf8 concat, mg_get
37591 From: Simon Cozens <simon@cozens.net>
37592 Date: Tue, 10 Oct 2000 17:40:17 +0100
37593 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
37596 ____________________________________________________________________________
37597 [ 7189] By: jhi on 2000/10/10 19:23:03
37598 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
37599 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
37600 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
37601 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
37603 ! lib/ExtUtils/MM_Unix.pm
37604 ____________________________________________________________________________
37605 [ 7188] By: jhi on 2000/10/10 15:31:24
37606 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
37607 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37608 Date: Fri, 14 Jul 2000 10:47:36 +0100
37609 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
37612 ____________________________________________________________________________
37613 [ 7187] By: jhi on 2000/10/10 13:30:10
37614 Log: Quote the temp file name, needed in Win32 because the
37615 default name unfortunately contains spaces, shouldn't
37618 Subject: FW: perldoc fails if $TEMP contains spaces
37619 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37620 Date: Thu, 14 Sep 2000 08:58:45 +0100
37621 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
37624 ____________________________________________________________________________
37625 [ 7186] By: jhi on 2000/10/10 13:16:27
37626 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
37627 From: hv@hugo.hybyte.com
37628 Date: Tue, 10 Oct 2000 14:10:20 +0100
37629 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
37631 ! t/lib/thr5005.t util.c
37632 ____________________________________________________________________________
37633 [ 7185] By: jhi on 2000/10/10 12:06:22
37634 Log: Upgrade to podlators 1.04, from Russ Allbery.
37636 ! lib/Pod/Man.pm lib/Pod/Text.pm
37637 ____________________________________________________________________________
37638 [ 7184] By: jhi on 2000/10/10 12:01:32
37639 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
37641 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
37642 ____________________________________________________________________________
37643 [ 7183] By: jhi on 2000/10/09 23:47:15
37644 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
37645 From: Peter Prymmer <pvhp@forte.com>
37646 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
37647 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
37649 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
37650 ____________________________________________________________________________
37651 [ 7182] By: jhi on 2000/10/09 23:43:16
37652 Log: Make eq work again with utf8 (disabling the upgrading
37653 should no more be necessary since the copies of the
37654 scalars are upgraded, not the scalars themselves).
37655 Takes care of ID 20001009.001. (The claimed length()
37656 bug in 20001009.001 seems bogus to me.)
37658 ! sv.c t/pragma/utf8.t
37659 ____________________________________________________________________________
37660 [ 7181] By: gsar on 2000/10/09 19:41:54
37661 Log: tweak for change#7173
37664 ____________________________________________________________________________
37665 [ 7180] By: gsar on 2000/10/09 19:26:56
37666 Log: on Windows, clean targets might not work under some flavors of the shell
37668 ! win32/Makefile win32/makefile.mk
37669 ____________________________________________________________________________
37670 [ 7179] By: jhi on 2000/10/09 19:21:02
37671 Log: Update Changes.
37673 ! Changes patchlevel.h
37674 ____________________________________________________________________________
37675 [ 7178] By: jhi on 2000/10/09 19:18:23
37676 Log: Warn about unknown scripts.
37678 Subject: Re: ideas? patches? [PATCH bleadperl]
37679 From: Dominic Dunlop <domo@computer.org>
37680 Date: Mon, 9 Oct 2000 14:57:17 +0200
37681 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
37684 ____________________________________________________________________________
37685 [ 7177] By: jhi on 2000/10/09 19:13:27
37686 Log: Change #7160 had a nasty typo.
37688 ! U/compline/Compile.U
37690 ! Configure config_h.SH
37691 ____________________________________________________________________________
37692 [ 7176] By: gsar on 2000/10/09 18:59:33
37696 ____________________________________________________________________________
37697 [ 7175] By: gsar on 2000/10/09 18:54:28
37698 Log: Windows9x doesn't support link(), despite what Config.pm
37701 ! lib/ExtUtils/Manifest.pm
37702 ____________________________________________________________________________
37703 [ 7174] By: gsar on 2000/10/09 18:50:03
37704 Log: avoid nonportable example code
37707 ____________________________________________________________________________
37708 [ 7173] By: gsar on 2000/10/09 18:46:54
37709 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
37710 being used) when closing a socket handle
37712 ! win32/win32.c win32/win32.h win32/win32sck.c
37713 ____________________________________________________________________________
37714 [ 7172] By: gsar on 2000/10/09 18:41:40
37715 Log: on Windows, cwd strings in the environment should be of the
37716 form =X:=X:\foo instead of =X=X:\foo\
37719 ____________________________________________________________________________
37720 [ 7171] By: gsar on 2000/10/09 18:30:09
37721 Log: on Windows, LoadLibrary() could load an extension DLL multiple
37722 times if forward slashes are used in the path
37725 ____________________________________________________________________________
37726 [ 7170] By: jhi on 2000/10/09 17:53:59
37727 Log: Add a todo note about overloadable assertions.
37730 ____________________________________________________________________________
37731 [ 7169] By: jhi on 2000/10/09 13:43:45
37732 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
37733 From: mjd@plover.com
37734 Date: 9 Oct 2000 00:24:44 -0000
37735 Message-ID: <20001009002444.10616.qmail@plover.com>
37737 ! pod/perldebguts.pod
37738 ____________________________________________________________________________
37739 [ 7168] By: nick on 2000/10/08 13:16:33
37740 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
37741 is not right thing to do on (e.g. x86). Network order is also "right" for
37744 ! ext/Encode/Encode.pm
37745 ____________________________________________________________________________
37746 [ 7167] By: nick on 2000/10/08 12:54:42
37747 Log: Make "encodings" work post-install when Encode/*.enc files may not
37748 be in same directory as Encode.pm
37750 ! ext/Encode/Encode.pm
37751 ____________________________________________________________________________
37752 [ 7166] By: nick on 2000/10/08 11:51:26
37753 Log: Work round the fact that $hash->{$key} does not take into account
37754 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
37755 so that key is always in the "expected" encoding - i.e. same way we put
37758 ! ext/Encode/Encode.pm
37759 ____________________________________________________________________________
37760 [ 7165] By: gsar on 2000/10/08 04:15:29
37761 Log: save_re_context() could reset PL_curcop to freed memory, causing core
37762 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
37765 ____________________________________________________________________________
37766 [ 7164] By: jhi on 2000/10/06 20:51:48
37767 Log: UTF8ize split() so that the cloned substrings get the UTF8
37768 flag of the original scalar. Problem reported by Simon Cozens.
37770 ! pp.c t/pragma/utf8.t
37771 ____________________________________________________________________________
37772 [ 7163] By: nick on 2000/10/06 20:48:34
37773 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
37774 got a false +ve and so did not reach code which would have un-FAKEd the SV.
37777 ____________________________________________________________________________
37778 [ 7162] By: nick on 2000/10/06 20:25:37
37779 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
37780 To fix (sort {$a <=> $b} keys %hash) in particular but
37781 should cover a number of other as-yet-unknown cases as well.
37784 ____________________________________________________________________________
37785 [ 7161] By: jhi on 2000/10/06 19:56:18
37786 Log: Change the version number of Tie::Handle in the core to 4.0,
37787 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
37789 Subject: Note on Tie::Handle
37790 From: andreas.koenig@anima.de (Andreas J. Koenig)
37791 Date: 06 Oct 2000 21:48:58 +0200
37792 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
37794 ! lib/Tie/Handle.pm
37795 ____________________________________________________________________________
37796 [ 7160] By: jhi on 2000/10/06 18:20:35
37797 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
37798 as the first option of cc/ld because of ultrapicky compilers
37801 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
37802 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
37803 ! U/compline/orderlib.U U/modified/Cppsym.U
37804 ! U/modified/d_access.U
37805 Branch: metaconfig/U/perl
37806 ! Checkcc.U d_dlsymun.U gccvers.U
37808 ! Configure config_h.SH
37809 ____________________________________________________________________________
37810 [ 7159] By: jhi on 2000/10/06 13:56:39
37811 Log: Update Changes.
37813 ! Changes patchlevel.h
37814 ____________________________________________________________________________
37815 [ 7158] By: jhi on 2000/10/06 12:48:40
37816 Log: Eliminate $Is_VMS code from the test.
37818 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
37819 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37820 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
37821 Date: Thu, 5 Oct 2000 07:46:33 EDT
37824 ____________________________________________________________________________
37825 [ 7157] By: jhi on 2000/10/06 12:47:13
37826 Log: Also the $ccflags is needed for the C compiler check.
37828 Subject: Configure (check for C-compiler)
37829 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37830 Date: Fri, 06 Oct 2000 08:47:15 +0200
37831 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
37832 Branch: metaconfig/U/perl
37835 ! Configure config_h.SH
37836 ____________________________________________________________________________
37837 [ 7156] By: jhi on 2000/10/06 11:45:15
37838 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
37840 ! perl.c pp_ctl.c sv.h utf8.c
37841 ____________________________________________________________________________
37842 [ 7155] By: jhi on 2000/10/06 11:40:41
37843 Log: IO::Handle->syswrite() did not handle length omission
37844 like CORE::syswrite() does.
37846 Subject: [Fwd] IO::Handle, syswrite and arguments
37847 From: Graham Barr <gbarr@pobox.com>
37848 Date: Fri, 6 Oct 2000 10:22:05 +0100
37849 Message-ID: <20001006102205.U6312@pobox.com>
37851 The original patch from andrew@ugh.net.au.
37853 ! ext/IO/lib/IO/Handle.pm
37854 ____________________________________________________________________________
37855 [ 7154] By: jhi on 2000/10/06 01:42:15
37859 ____________________________________________________________________________
37860 [ 7153] By: jhi on 2000/10/06 00:39:55
37861 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
37864 ____________________________________________________________________________
37865 [ 7152] By: jhi on 2000/10/06 00:38:11
37866 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
37868 ! perl.c pp_ctl.c sv.h utf8.c
37869 ____________________________________________________________________________
37870 [ 7151] By: jhi on 2000/10/06 00:36:38
37871 Log: Subject: Re: Questions about Tie::Array and perl modules
37872 From: Nick Ing-Simmons <nik@tiuk.ti.com>
37873 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
37874 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
37876 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
37878 ! lib/Tie/Array.pm t/op/array.t
37879 ____________________________________________________________________________
37880 [ 7150] By: jhi on 2000/10/05 00:20:45
37881 Log: Regen Changes.
37883 ! Changes patchlevel.h
37884 ____________________________________________________________________________
37885 [ 7149] By: jhi on 2000/10/05 00:20:01
37889 ____________________________________________________________________________
37890 [ 7148] By: jhi on 2000/10/04 23:35:08
37891 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
37892 reported several times by Dominic Dunlop, for example in
37893 ID 20000315.008. Patch from Dominic. Patch affects at
37894 least MachTen, and possibly other oldish BSDs. Should not
37895 break non-broken platforms (tested on LinuxPPC).
37898 ____________________________________________________________________________
37899 [ 7147] By: jhi on 2000/10/04 23:26:34
37900 Log: The one that got away from 7146.
37902 + U/installdirs/installscripts.U
37903 ____________________________________________________________________________
37904 [ 7146] By: jhi on 2000/10/04 23:25:04
37905 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
37906 suggested by H. Merijn Brand.
37908 ! Configure INSTALL Makefile.SH Porting/Glossary
37909 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
37910 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
37912 ____________________________________________________________________________
37913 [ 7145] By: jhi on 2000/10/04 22:08:21
37914 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
37915 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37916 Date: Wed, 4 Oct 2000 17:37:46 -0400
37917 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
37920 ____________________________________________________________________________
37921 [ 7144] By: jhi on 2000/10/04 18:11:41
37922 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
37923 From: Jeff Pinyan <jeffp@crusoe.net>
37924 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
37925 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
37928 ____________________________________________________________________________
37929 [ 7143] By: jhi on 2000/10/04 18:09:58
37930 Log: Subject: perlhack.pod Patch for Externals Tools
37931 From: Fisher Mark <fisherm@tce.com>
37932 Date: Tue, 3 Oct 2000 15:43:27 -0500
37933 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
37936 ____________________________________________________________________________
37937 [ 7142] By: jhi on 2000/10/04 18:08:41
37938 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
37939 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37940 Date: Wed, 4 Oct 2000 12:11:11 EDT
37941 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
37944 ____________________________________________________________________________
37945 [ 7141] By: jhi on 2000/10/04 12:20:16
37946 Log: Subject: [PATCH 5.7.0] h2xs not working
37947 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37948 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
37949 Date: Tue, 3 Oct 2000 21:43:01 -0400
37951 Subject: [PATCH 5.7.0] h2xs not documenting the created module
37952 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37953 Date: Tue, 3 Oct 2000 22:55:19 -0400
37954 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
37957 ____________________________________________________________________________
37958 [ 7140] By: jhi on 2000/10/04 11:53:44
37959 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
37960 From: nick@babyhippo.com
37961 Date: Wed, 4 Oct 2000 12:06:45 +0100
37962 Message-Id: <20001004120645.A7356@babyhippo.com>
37964 Retract 7118 and 7135.
37966 ! installman installperl op.c t/pragma/subs.t
37967 ____________________________________________________________________________
37968 [ 7139] By: jhi on 2000/10/03 22:09:41
37969 Log: It is possible to have no hosts database at all. Pointed out in
37971 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
37972 From: Peter Prymmer <pvhp@forte.com>
37973 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
37974 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
37976 ! U/modified/myhostname.U
37978 ! Configure config_h.SH
37979 ____________________________________________________________________________
37980 [ 7138] By: jhi on 2000/10/03 21:49:49
37981 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
37982 From: Peter Prymmer <pvhp@forte.com>
37983 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
37984 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
37987 ____________________________________________________________________________
37988 [ 7137] By: jhi on 2000/10/03 20:10:05
37989 Log: One remaining nit less at the VMS mailbox sizing.
37992 ____________________________________________________________________________
37993 [ 7136] By: jhi on 2000/10/03 20:08:47
37994 Log: Test harness update to sync with the new perlcc,
37998 ____________________________________________________________________________
37999 [ 7135] By: jhi on 2000/10/03 15:15:42
38000 Log: Subject: Re: PATCH for 20001003.004
38001 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
38002 From: "AARON B. DOSSETT" <aaron@iglou.com>
38003 Message-Id: <E13gTay-0006od-00@iglou.com>
38005 ! installman installperl
38006 ____________________________________________________________________________
38007 [ 7134] By: jhi on 2000/10/03 15:00:34
38008 Log: Subject: [ID 20001003.006] B::Debug not -w clean
38009 From: Nicholas Clark <nick@babyhippo.co.uk>
38010 Date: Tue, 03 Oct 2000 15:46:32 +0100
38011 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
38014 ____________________________________________________________________________
38015 [ 7133] By: jhi on 2000/10/03 14:58:39
38016 Log: Scale down the VMS message boxes, by Charles Lane.
38017 Fix for ID 20000903.009, workaround at
38018 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
38021 ____________________________________________________________________________
38022 [ 7132] By: jhi on 2000/10/03 11:20:37
38023 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
38025 + t/lib/st-lock.t t/lib/st-utf8.t
38026 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
38027 ! ext/Storable/Storable.xs t/lib/st-recurse.t
38028 ____________________________________________________________________________
38029 [ 7131] By: jhi on 2000/10/03 03:38:23
38032 ! MANIFEST Makefile.SH
38033 ____________________________________________________________________________
38034 [ 7130] By: jhi on 2000/10/03 03:31:05
38035 Log: Update Changes.
38037 ! Changes patchlevel.h
38038 ____________________________________________________________________________
38039 [ 7129] By: jhi on 2000/10/03 02:24:02
38040 Log: Misplaced else.
38041 Branch: metaconfig/U/perl
38044 ! Configure config_h.SH
38045 ____________________________________________________________________________
38046 [ 7128] By: jhi on 2000/10/03 02:08:29
38047 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
38048 From: sthoenna@efn.org
38049 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
38050 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
38051 Branch: metaconfig/U/perl
38054 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
38055 ____________________________________________________________________________
38056 [ 7127] By: jhi on 2000/10/03 01:13:14
38057 Log: Update Changes.
38059 ! Changes patchlevel.h
38060 ____________________________________________________________________________
38061 [ 7126] By: jhi on 2000/10/03 00:57:08
38062 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
38063 as suggested by Olaf Flebbe and Nick Clark.
38065 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
38066 ____________________________________________________________________________
38067 [ 7125] By: jhi on 2000/10/03 00:50:56
38068 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
38069 From: Nick Clark <nick@plum.flirble.org>
38070 Date: Mon, 2 Oct 2000 11:03:24 +0100
38071 Message-Id: <20001002110324.D20073@plum.flirble.org>
38073 Also fixes bug ID 20001002.005.
38076 ____________________________________________________________________________
38077 [ 7124] By: jhi on 2000/10/03 00:34:59
38078 Log: Subject: [PATCH 5.7.0] Epoc update
38079 From: Olaf Flebbe <o.flebbe@gmx.de>
38080 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
38081 Message-ID: <26423.969484586@www10.gmx.net>
38083 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
38084 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
38085 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
38087 ____________________________________________________________________________
38088 [ 7123] By: jhi on 2000/10/03 00:30:07
38089 Log: Regen headers.
38091 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
38092 ____________________________________________________________________________
38093 [ 7122] By: jhi on 2000/10/03 00:10:48
38094 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
38097 ____________________________________________________________________________
38098 [ 7121] By: jhi on 2000/10/03 00:05:06
38099 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
38100 From: <abigail@foad.org>
38101 Date: Tue, 26 Sep 2000 13:36:14 -0400
38102 Message-ID: <20000926173614.4356.qmail@foad.org>
38105 ____________________________________________________________________________
38106 [ 7120] By: jhi on 2000/10/03 00:04:00
38107 Log: Inside require() $^S was always left undefined.
38109 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
38110 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38111 Date: Wed, 27 Sep 2000 18:54:49 -0400
38112 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
38114 ! cop.h mg.c pp_ctl.c util.c
38115 ____________________________________________________________________________
38116 [ 7119] By: jhi on 2000/10/03 00:00:16
38117 Log: Subject: [PATCH] DLL not restartabke with threaded perl
38118 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
38119 Date: Thu, 28 Sep 2000 09:20:46 +0100
38120 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
38123 ____________________________________________________________________________
38124 [ 7118] By: jhi on 2000/10/02 23:59:20
38125 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
38126 From: Nicholas Clark <nick@ccl4.org>
38127 Date: Thu, 28 Sep 2000 11:52:24 +0100
38128 Message-ID: <20000928115224.D7924@plum.flirble.org>
38131 ____________________________________________________________________________
38132 [ 7117] By: jhi on 2000/10/02 23:57:51
38133 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
38134 From: Nicholas Clark <nick@babyhippo.co.uk>
38135 Date: Thu, 28 Sep 2000 12:18:10 +0100
38136 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
38138 Did not apply cleanly, manual intervention was needed.
38140 ! ext/B/B/Bytecode.pm utils/perlcc.PL
38141 ____________________________________________________________________________
38142 [ 7116] By: jhi on 2000/10/02 23:50:40
38143 Log: Document the issue (is not a syntax error, kind of)
38145 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
38146 From: Nicholas Clark <nick@ccl4.org>
38147 Date: Thu, 28 Sep 2000 17:12:42 +0100
38148 Message-ID: <20000928171242.K7924@plum.flirble.org>
38151 ____________________________________________________________________________
38152 [ 7115] By: jhi on 2000/10/02 23:48:58
38153 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
38154 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38155 Date: Thu, 28 Sep 2000 21:55:31 -0400
38156 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
38159 ____________________________________________________________________________
38160 [ 7114] By: jhi on 2000/10/02 23:47:57
38161 Log: Subject: DOC PATCH 5.6.0
38162 From: mjd@plover.com
38163 Date: 30 Sep 2000 06:02:34 -0000
38164 Message-ID: <20000930060234.4559.qmail@plover.com>
38166 ! pod/perldebguts.pod
38167 ____________________________________________________________________________
38168 [ 7113] By: jhi on 2000/10/02 23:46:43
38169 Log: SOCK_DGRAM and listen() do not mix as reported in
38171 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
38172 From: Petter Reinholdtsen <pere@hungry.com>
38173 Date: Sun, 1 Oct 2000 10:57:20 +0800
38174 Message-Id: <200010010257.KAA05735@localhost.localdomain>
38176 The patch for 5.7.0+ had to be reengineered, though.
38178 ! ext/IO/lib/IO/Socket/UNIX.pm
38179 ____________________________________________________________________________
38180 [ 7112] By: jhi on 2000/10/02 23:36:57
38181 Log: Subject: Re: [PATCH 5.005_64 missed]
38182 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38183 Date: Sun, 1 Oct 2000 18:50:10 -0400
38184 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
38187 ____________________________________________________________________________
38188 [ 7111] By: jhi on 2000/10/02 23:35:40
38189 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
38190 From: Radu Greab <radu@netsoft.ro>
38191 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
38192 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
38194 ! op.c opcode.pl t/op/substr.t
38195 ____________________________________________________________________________
38196 [ 7110] By: jhi on 2000/10/02 23:32:38
38197 Log: Subject: [PATCH] Fix aliasing of tied filehandles
38198 From: Daniel Chetlin <daniel@chetlin.com>
38199 Date: Mon, 2 Oct 2000 14:53:27 -0700
38200 Message-ID: <20001002145327.C1617@ilmd>
38202 ! perl.h pp_hot.c t/op/tiehandle.t
38203 ____________________________________________________________________________
38204 [ 7109] By: jhi on 2000/10/02 23:31:30
38205 Log: s/Robin Parker/Robin Barker/
38208 ____________________________________________________________________________
38209 [ 7108] By: jhi on 2000/10/02 23:15:46
38210 Log: Retract #7091 as suggested in
38212 From: Robin Barker <rmb1@cise.npl.co.uk>
38213 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
38214 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
38215 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
38218 ____________________________________________________________________________
38219 [ 7107] By: nick on 2000/10/02 18:23:14
38220 Log: A few tweaks to get Tk803 to work with Encode scheme.
38222 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
38223 ____________________________________________________________________________
38224 [ 7106] By: nick on 2000/10/01 21:34:14
38225 Log: Add checking cases to Encode's toUnicode and fromUnicode.
38227 ! ext/Encode/Encode.pm
38228 ____________________________________________________________________________
38229 [ 7105] By: nick on 2000/10/01 17:18:01
38230 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
38231 To read and use them.
38232 Add a lib/encode.t which checks a few things.
38234 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
38235 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
38236 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
38237 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
38238 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
38239 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
38240 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
38241 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
38242 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
38243 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
38244 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
38245 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
38246 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
38247 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
38248 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
38249 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
38250 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
38251 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
38252 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
38253 + ext/Encode/Encode/iso2022-jp.enc
38254 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
38255 + ext/Encode/Encode/iso8859-1.enc
38256 + ext/Encode/Encode/iso8859-2.enc
38257 + ext/Encode/Encode/iso8859-3.enc
38258 + ext/Encode/Encode/iso8859-4.enc
38259 + ext/Encode/Encode/iso8859-5.enc
38260 + ext/Encode/Encode/iso8859-6.enc
38261 + ext/Encode/Encode/iso8859-7.enc
38262 + ext/Encode/Encode/iso8859-8.enc
38263 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
38264 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
38265 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
38266 + ext/Encode/Encode/macCentEuro.enc
38267 + ext/Encode/Encode/macCroatian.enc
38268 + ext/Encode/Encode/macCyrillic.enc
38269 + ext/Encode/Encode/macDingbats.enc
38270 + ext/Encode/Encode/macGreek.enc
38271 + ext/Encode/Encode/macIceland.enc
38272 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
38273 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
38274 + ext/Encode/Encode/macTurkish.enc
38275 + ext/Encode/Encode/macUkraine.enc
38276 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
38278 ! MANIFEST ext/Encode/Encode.pm
38279 ____________________________________________________________________________
38280 [ 7104] By: nick on 2000/09/30 13:04:30
38281 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
38282 From: Daniel Chetlin <daniel@chetlin.com>
38283 Date: Mon, 18 Sep 2000 05:05:40 -0700
38284 Message-Id: <20000918050540.C652@ilmd>
38286 ! lib/overload.pm sv.c t/pragma/overload.t
38287 ____________________________________________________________________________
38288 [ 7103] By: nick on 2000/09/30 12:53:36
38289 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
38290 From: Johan Vromans <jvromans@squirrel.nl>
38291 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
38292 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
38295 ____________________________________________________________________________
38296 [ 7102] By: nick on 2000/09/30 12:52:31
38297 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
38298 From: Spider Boardman <spider@Orb.Nashua.NH.US>
38299 Date: Sat, 16 Sep 2000 16:36:45 -0400
38300 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
38302 ! ext/B/B/Deparse.pm
38303 ____________________________________________________________________________
38304 [ 7101] By: nick on 2000/09/30 12:51:41
38305 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
38306 From: Craig A. Berry <craig.berry@psinetcs.com>
38307 Date: Sat, 16 Sep 2000 10:11:10 -0500
38308 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
38311 ____________________________________________________________________________
38312 [ 7100] By: nick on 2000/09/30 12:50:33
38313 Log: Subject: Re: unicode support and perl [ID 20000901.097]
38314 From: Spider Boardman <spider@Orb.Nashua.NH.US>
38315 Date: Fri, 15 Sep 2000 16:37:58 -0400
38316 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
38319 ____________________________________________________________________________
38320 [ 7099] By: nick on 2000/09/30 12:49:35
38321 Log: Subject: Re: unicode support and perl [ID 20000901.097]
38322 From: Spider Boardman <spider@Orb.Nashua.NH.US>
38323 Date: Fri, 15 Sep 2000 16:25:30 -0400
38324 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
38327 ____________________________________________________________________________
38328 [ 7098] By: nick on 2000/09/30 12:48:00
38329 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
38330 From: Gisle Aas <gisle@ActiveState.com>
38331 Date: 15 Sep 2000 16:23:41 +0200
38332 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
38335 ____________________________________________________________________________
38336 [ 7097] By: nick on 2000/09/30 12:45:16
38337 Log: Subject: [PATCH] Nits in perlmod.pod
38338 From: Daniel Chetlin <daniel@chetlin.com>
38339 Date: Fri, 15 Sep 2000 02:04:09 -0700
38340 Message-Id: <20000915020409.A2104@ilmd>
38343 ____________________________________________________________________________
38344 [ 7096] By: nick on 2000/09/30 12:18:00
38345 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
38346 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
38347 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
38348 0 to checking to get the warning.
38350 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
38351 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
38352 ! regexec.c sv.c toke.c utf8.c
38353 ____________________________________________________________________________
38354 [ 7095] By: nick on 2000/09/15 16:55:59
38355 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
38357 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
38358 From: Spider Boardman <spider@Orb.Nashua.NH.US>
38359 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
38360 Date: Fri, 15 Sep 2000 06:37:30 -0400
38362 ! ext/Encode/Encode.xs sv.c
38363 ____________________________________________________________________________
38364 [ 7094] By: jhi on 2000/09/15 03:23:32
38365 Log: Update Changes.
38367 ! Changes patchlevel.h
38368 ____________________________________________________________________________
38369 [ 7093] By: jhi on 2000/09/15 03:11:44
38370 Log: Fix for the charnames.t failures from Spider Boardman.
38373 ____________________________________________________________________________
38374 [ 7092] By: jhi on 2000/09/15 00:15:48
38375 Log: Botched the #7090 check-in.
38378 ____________________________________________________________________________
38379 [ 7091] By: jhi on 2000/09/14 23:33:24
38380 Log: Part of #7081 didn't come through.
38383 ____________________________________________________________________________
38384 [ 7090] By: jhi on 2000/09/14 23:17:39
38385 Log: Subject: Re: perl@7078
38386 From: Spider Boardman <spider@web.zk3.dec.com>
38387 Date: Thu, 14 Sep 2000 19:06:36 -0400
38388 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
38391 ____________________________________________________________________________
38392 [ 7089] By: jhi on 2000/09/14 23:11:21
38393 Log: Small portability tweaks.
38395 ! ext/Encode/Encode.xs
38396 ____________________________________________________________________________
38397 [ 7088] By: jhi on 2000/09/14 22:57:23
38398 Log: Fake return to pacify picky compilers.
38400 ! ext/Encode/Encode.xs
38401 ____________________________________________________________________________
38402 [ 7087] By: jhi on 2000/09/14 22:53:37
38403 Log: Subject: [PATCH] utf8.c apidoc
38404 From: Simon Cozens <simon@cozens.net>
38405 Date: Thu, 14 Sep 2000 23:46:57 +0100
38406 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
38408 ! perlapi.c pod/perlapi.pod utf8.c
38409 ____________________________________________________________________________
38410 [ 7086] By: jhi on 2000/09/14 22:40:38
38411 Log: We don't need to count the high bit bytes, a boolean is enough.
38414 ____________________________________________________________________________
38415 [ 7085] By: jhi on 2000/09/14 21:20:09
38416 Log: Replace #7084 with
38418 Subject: Re: perl@7078
38419 From: Spider Boardman <spider@web.zk3.dec.com>
38420 Date: Thu, 14 Sep 2000 17:09:36 -0400
38421 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
38424 ____________________________________________________________________________
38425 [ 7084] By: jhi on 2000/09/14 20:03:34
38426 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
38427 convertable to bytes by checking it doesn't go above 0xc3
38429 Subject: Re: perl@7078
38430 From: Simon Cozens <simon@cozens.net>
38431 Date: Thu, 14 Sep 2000 20:59:19 +0100
38432 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
38435 ____________________________________________________________________________
38436 [ 7083] By: jhi on 2000/09/14 19:38:47
38437 Log: Subject: Re: perl@7078
38438 From: Simon Cozens <simon@cozens.net>
38439 Date: Thu, 14 Sep 2000 20:13:09 +0100
38440 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
38443 ____________________________________________________________________________
38444 [ 7082] By: jhi on 2000/09/14 17:50:44
38445 Log: The one that got away.
38448 ____________________________________________________________________________
38449 [ 7081] By: jhi on 2000/09/14 17:45:35
38450 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
38451 From: Robin Barker <rmb1@cise.npl.co.uk>
38452 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
38453 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
38455 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
38456 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
38457 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
38458 ! regcomp.c toke.c universal.c
38459 ____________________________________________________________________________
38460 [ 7080] By: jhi on 2000/09/14 17:40:35
38461 Log: Problems picked up by AIX cc.
38463 Subject: Re: perl@7078 (patch included)
38464 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38465 Date: Thu, 14 Sep 2000 18:53:30 +0200
38466 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
38468 ! ext/Encode/Encode.xs
38469 ____________________________________________________________________________
38470 [ 7079] By: jhi on 2000/09/14 17:38:27
38471 Log: Subject: File::Find 5.7.0 POD nits
38472 From: Rich Morin <rdm@cfcl.com>
38473 Date: Wed, 13 Sep 2000 22:03:58 -0700
38474 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
38477 ____________________________________________________________________________
38478 [ 7078] By: jhi on 2000/09/14 14:58:20
38479 Log: Update Changes.
38481 ! Changes patchlevel.h
38482 ____________________________________________________________________________
38483 [ 7077] By: jhi on 2000/09/14 14:55:54
38484 Log: Compilation warnings and an error.
38487 ____________________________________________________________________________
38488 [ 7076] By: jhi on 2000/09/14 14:42:56
38489 Log: Fix for a parsing bug, not for the original bug.
38491 Subject: Re: [ID 20000910.005] Another segfault with regexes.
38492 From: Spider Boardman <spider@web.zk3.dec.com>
38493 Date: Wed, 13 Sep 2000 17:52:20 -0400
38494 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
38497 ____________________________________________________________________________
38498 [ 7075] By: jhi on 2000/09/14 14:40:40
38499 Log: Batch of UTF-8 patches from Simon Cozens.
38501 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
38502 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
38504 ____________________________________________________________________________
38505 [ 7074] By: jhi on 2000/09/14 14:29:58
38506 Log: Subject: Re: Two advertising clauses need to be removed
38507 From: Russ Allbery <rra@stanford.edu>
38508 Date: 13 Sep 2000 18:50:26 -0700
38509 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
38511 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
38512 ____________________________________________________________________________
38513 [ 7073] By: jhi on 2000/09/14 14:28:20
38514 Log: Subject: [PATCH] de-wall t/README
38515 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38516 Date: Wed, 13 Sep 2000 17:46:55 -0700
38517 Message-ID: <//Bw5gzkge/e092yn@efn.org>
38520 ____________________________________________________________________________
38521 [ 7072] By: jhi on 2000/09/14 14:25:10
38522 Log: Hints optimization.
38525 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38526 Date: Wed, 13 Sep 2000 21:42:07 +0200
38527 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
38530 ____________________________________________________________________________
38531 [ 7071] By: jhi on 2000/09/14 14:23:30
38532 Log: Allow chop() and chomp() to be overridden.
38534 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
38535 From: "Casey R. Tweten" <crt@kiski.net>
38536 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
38537 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
38540 ____________________________________________________________________________
38541 [ 7070] By: jhi on 2000/09/14 14:20:36
38542 Log: The return value of setlocale must be copied away.
38544 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
38545 From: Alan Burlison <Alan.Burlison@uk.sun.com>
38546 Date: Wed, 13 Sep 2000 16:27:37 +0100
38547 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
38550 ____________________________________________________________________________
38551 [ 7069] By: jhi on 2000/09/14 14:16:27
38552 Log: Remove vestiges of tr//CU.
38554 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38555 From: Nick Clark <nick@plum.flirble.org>
38556 Date: Tue, 12 Sep 2000 22:50:14 +0100
38557 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
38559 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38560 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38561 Date: Tue, 12 Sep 2000 21:38:48 -0700
38562 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
38564 ! op.h pod/perlunicode.pod
38565 ____________________________________________________________________________
38566 [ 7068] By: jhi on 2000/09/13 14:18:39
38567 Log: Add the Encode extension. The code is still largely just skeleton.
38569 + ext/Encode/Encode.pm ext/Encode/Encode.xs
38570 + ext/Encode/Makefile.PL ext/Encode/Todo
38571 ! MANIFEST Todo-5.6
38572 ____________________________________________________________________________
38573 [ 7067] By: jhi on 2000/09/12 17:43:33
38574 Log: Allow for whitespace between "#" and "line" in cpp output.
38576 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
38577 From: Calle Dybedahl <calle@lysator.liu.se>
38578 Date: 12 Sep 2000 19:38:02 +0200
38579 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
38581 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
38582 ____________________________________________________________________________
38583 [ 7066] By: gsar on 2000/09/12 17:24:29
38584 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
38585 initialization in all the threads on Windows
38588 ____________________________________________________________________________
38589 [ 7065] By: jhi on 2000/09/12 15:11:31
38590 Log: Update Changes.
38592 ! Changes patchlevel.h
38593 ____________________________________________________________________________
38594 [ 7064] By: jhi on 2000/09/12 14:54:54
38595 Log: Retract #7062, the pod tests are not ready.
38598 ____________________________________________________________________________
38599 [ 7063] By: jhi on 2000/09/12 14:25:41
38600 Log: The #7054 truncated Configure badly.
38601 Branch: metaconfig/U/perl
38604 ! Configure config_h.SH
38605 ____________________________________________________________________________
38606 [ 7062] By: jhi on 2000/09/12 14:08:32
38607 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
38608 From: sthoenna@efn.org
38609 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
38610 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
38613 ____________________________________________________________________________
38614 [ 7061] By: jhi on 2000/09/12 14:07:18
38615 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
38616 From: sthoenna@efn.org
38617 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
38618 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
38621 ____________________________________________________________________________
38622 [ 7060] By: jhi on 2000/09/12 14:06:08
38623 Log: Break up the myconfig lines a bit.
38625 Subject: perlbug/perl -V output format
38626 From: sthoenna@efn.org
38627 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
38628 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
38631 ____________________________________________________________________________
38632 [ 7059] By: jhi on 2000/09/12 14:05:04
38633 Log: Test for the #7049.
38635 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
38636 From: andreas.koenig@anima.de (Andreas J. Koenig)
38637 Date: 12 Sep 2000 06:42:01 +0200
38638 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
38641 ____________________________________________________________________________
38642 [ 7058] By: jhi on 2000/09/12 14:03:05
38643 Log: Subject: [patch: perl@7045] vms updates
38644 From: Peter Prymmer <pvhp@forte.com>
38645 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
38646 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
38648 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
38649 ____________________________________________________________________________
38650 [ 7057] By: jhi on 2000/09/12 14:00:51
38651 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
38652 From: sthoenna@efn.org
38653 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
38654 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
38657 ____________________________________________________________________________
38658 [ 7056] By: jhi on 2000/09/12 13:58:14
38659 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
38660 From: Jeff Pinyan <jeffp@crusoe.net>
38661 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
38662 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
38665 ____________________________________________________________________________
38666 [ 7055] By: jhi on 2000/09/12 13:56:32
38667 Log: Do in VMS as the #7054 does.
38670 ____________________________________________________________________________
38671 [ 7054] By: jhi on 2000/09/12 13:50:31
38672 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
38673 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38674 Date: Mon, 11 Sep 2000 08:33:09 +0100
38675 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
38676 Branch: metaconfig/U/perl
38679 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
38680 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
38681 ____________________________________________________________________________
38682 [ 7053] By: jhi on 2000/09/12 13:29:19
38683 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
38684 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38685 Date: Tue, 12 Sep 2000 08:35:59 EDT
38686 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
38689 ____________________________________________________________________________
38690 [ 7052] By: jhi on 2000/09/11 23:01:50
38691 Log: Document the SvUTF8*().
38693 ! pod/perlapi.pod sv.h
38694 ____________________________________________________________________________
38695 [ 7051] By: gsar on 2000/09/11 14:46:30
38696 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
38697 (missed a spot when fixing up op_pmreplroot hack for ithreads)
38699 ! op.c t/op/split.t
38700 ____________________________________________________________________________
38701 [ 7050] By: nick on 2000/09/11 10:03:51
38702 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
38704 Subject: borland C++ win32.c tweak
38705 From: Vadim Konovalov <vkonovalov@lucent.com>
38706 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
38707 Date: Mon, 11 Sep 2000 11:22:33 +0400
38710 ____________________________________________________________________________
38711 [ 7049] By: nick on 2000/09/11 09:57:33
38712 Log: Point fix for s/// on foreach (keys %xxx).
38715 ____________________________________________________________________________
38716 [ 7048] By: jhi on 2000/09/10 23:37:09
38717 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
38718 by Pod::Text, from Brad Appleton.
38720 ! t/pod/testp2pt.pl
38721 ____________________________________________________________________________
38722 [ 7047] By: jhi on 2000/09/10 14:32:53
38723 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
38726 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
38727 ____________________________________________________________________________
38728 [ 7046] By: jhi on 2000/09/10 14:15:08
38729 Log: Upgrade to CPAN 1.57_65, from Andreas König.
38731 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38732 ____________________________________________________________________________
38733 [ 7045] By: jhi on 2000/09/08 21:36:32
38734 Log: Update Changes.
38736 ! Changes patchlevel.h
38737 ____________________________________________________________________________
38738 [ 7044] By: jhi on 2000/09/08 21:29:56
38739 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
38740 From: Peter Prymmer <pvhp@forte.com>
38741 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
38742 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
38745 ____________________________________________________________________________
38746 [ 7043] By: jhi on 2000/09/08 21:27:50
38747 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
38748 From: Peter Prymmer <pvhp@forte.com>
38749 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
38750 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
38752 ! Makefile.SH installperl
38753 ____________________________________________________________________________
38754 [ 7042] By: jhi on 2000/09/08 21:23:21
38755 Log: Continue #7041.
38757 ! cygwin/Makefile.SHs os2/Makefile.SHs
38758 ____________________________________________________________________________
38759 [ 7041] By: jhi on 2000/09/08 21:18:10
38760 Log: Do away with memory models cruft. Sorry, PDP users.
38762 ! U/modified/cc.U U/modified/libpth.U
38764 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
38765 ! Porting/config_H cflags.SH config_h.SH configure.com
38766 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
38767 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
38768 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
38769 ____________________________________________________________________________
38770 [ 7040] By: jhi on 2000/09/08 14:34:18
38771 Log: Major rewrite of s2p. And I mean really major, it is
38772 an implementation of sed in perl. If called as s2p it
38773 will function as s2p. Note: needs non-UNIXifying.
38776 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38777 Date: Mon, 28 Aug 2000 14:05:12 +0200
38778 Message-ID: <39AA5578.2102E2AA@alcatel.at>
38781 ____________________________________________________________________________
38782 [ 7039] By: jhi on 2000/09/08 14:19:49
38783 Log: Re-allow vec() for characters > 255.
38785 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
38786 From: Spider Boardman <spider@web.zk3.dec.com>
38787 Date: Fri, 08 Sep 2000 02:21:02 -0400
38788 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
38790 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
38792 ____________________________________________________________________________
38793 [ 7038] By: jhi on 2000/09/08 14:14:18
38794 Log: Subject: [PATCH lib/Benchmark.pm]
38795 From: <abigail@foad.org>
38796 Date: Thu, 7 Sep 2000 15:03:20 -0400
38797 Message-ID: <20000907190320.888.qmail@foad.org>
38800 ____________________________________________________________________________
38801 [ 7037] By: jhi on 2000/09/08 14:11:06
38802 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
38804 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
38805 From: Spider Boardman <spider@web.zk3.dec.com>
38806 Date: Fri, 08 Sep 2000 01:30:27 -0400
38807 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
38810 ____________________________________________________________________________
38811 [ 7036] By: jhi on 2000/09/08 14:08:58
38812 Log: Subject: [ID 20000908.002] perlipc documentation bug.
38813 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
38814 Date: Fri, 08 Sep 2000 12:38:32 +0200
38815 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
38818 ____________________________________________________________________________
38819 [ 7035] By: jhi on 2000/09/08 14:03:12
38820 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38821 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38822 Date: Fri, 08 Sep 2000 11:47:34 +0200
38823 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
38826 ____________________________________________________________________________
38827 [ 7034] By: jhi on 2000/09/08 13:59:35
38828 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
38829 From: Simon Cozens <simon@cozens.net>
38830 Date: Thu, 7 Sep 2000 20:40:38 +0100
38831 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
38834 ____________________________________________________________________________
38835 [ 7033] By: jhi on 2000/09/08 04:03:03
38836 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
38837 From: "Larry W. Virden" <lvirden@cas.org>
38838 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
38839 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
38842 ____________________________________________________________________________
38843 [ 7032] By: jhi on 2000/09/07 22:18:30
38844 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
38845 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
38846 Date: Mon, 04 Sep 2000 13:16:38 -0700
38847 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
38850 ____________________________________________________________________________
38851 [ 7031] By: jhi on 2000/09/07 22:02:29
38852 Log: Fix the ccversion detection for 5.1 and beyond.
38854 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38855 From: Spider Boardman <spider@leggy.zk3.dec.com>
38856 Date: Thu, 7 Sep 2000 17:54:27 -0400
38857 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
38860 ____________________________________________________________________________
38861 [ 7030] By: jhi on 2000/09/07 19:12:28
38864 Subject: [ID 20000903.001] \w in utf8-strings
38865 From: Marc Lehmann <pcg@goof.com>
38866 Date: Sun, 03 Sep 2000 09:44:29 +0200
38867 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
38869 and various related nits.
38871 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
38872 ____________________________________________________________________________
38873 [ 7029] By: jhi on 2000/09/07 18:49:09
38874 Log: Fix the URL, but the server is still missing in action.
38876 Subject: [ID 20000905.002] perlfaq1.pod URL error
38877 From: "Larry W. Virden" <lvirden@cas.org>
38878 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
38879 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
38882 ____________________________________________________________________________
38883 [ 7028] By: jhi on 2000/09/07 18:47:13
38884 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
38885 From: Hugo <hv@crypt.compulink.co.uk>
38886 Date: Tue, 05 Sep 2000 14:13:37 +0100
38887 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
38890 ____________________________________________________________________________
38891 [ 7027] By: jhi on 2000/09/07 18:45:35
38892 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
38893 From: Daniel Chetlin <daniel@chetlin.com>
38894 Date: Tue, 5 Sep 2000 04:57:07 -0700
38895 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
38897 ! pod/perlfaq6.pod pod/perlop.pod
38898 ____________________________________________________________________________
38899 [ 7026] By: jhi on 2000/09/07 18:44:01
38900 Log: Document the new ref() semantics.
38902 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38903 From: Gisle Aas <gisle@ActiveState.com>
38904 Date: 05 Sep 2000 08:10:30 +0200
38905 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
38907 ! pod/perldelta.pod
38908 ____________________________________________________________________________
38909 [ 7025] By: jhi on 2000/09/07 18:42:27
38910 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
38912 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38913 From: Gisle Aas <gisle@ActiveState.com>
38914 Date: 05 Sep 2000 08:11:40 +0200
38915 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
38917 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
38918 ____________________________________________________________________________
38919 [ 7024] By: jhi on 2000/09/07 18:39:32
38920 Log: Subject: [PATCH] Modernize Opcode.pm documentation
38921 From: Gisle Aas <gisle@ActiveState.com>
38922 Date: 4 Sep 2000 00:18:55 -0000
38923 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
38925 ! ext/Opcode/Opcode.pm
38926 ____________________________________________________________________________
38927 [ 7023] By: jhi on 2000/09/07 18:37:42
38928 Log: Subject: [PATCH] Tied filehandle documentation
38929 From: Gisle Aas <gisle@ActiveState.com>
38930 Date: 4 Sep 2000 00:14:40 -0000
38931 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
38933 ! pod/perlfunc.pod pod/perltie.pod
38934 ____________________________________________________________________________
38935 [ 7022] By: jhi on 2000/09/07 18:35:37
38936 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
38937 From: Gisle Aas <gisle@ActiveState.com>
38938 Date: 4 Sep 2000 00:04:22 -0000
38939 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
38941 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
38942 ____________________________________________________________________________
38943 [ 7021] By: jhi on 2000/09/07 18:33:22
38944 Log: Subject: small apidoc fix
38945 From: Marc Lehmann <pcg@goof.com>
38946 Date: Sun, 3 Sep 2000 05:12:06 +0200
38947 Message-ID: <20000903051206.A5909@cerebro.laendle>
38949 ! pod/perlapi.pod utf8.c
38950 ____________________________________________________________________________
38951 [ 7020] By: jhi on 2000/09/07 16:14:57
38952 Log: Tiny perldelta nits.
38954 ! pod/perldelta.pod
38955 ____________________________________________________________________________
38956 [ 7019] By: jhi on 2000/09/07 16:04:20
38957 Log: Guard against bad string->int conversion for quads.
38960 ____________________________________________________________________________
38961 [ 7018] By: jhi on 2000/09/06 17:07:03
38962 Log: Update Unicode todo list.
38965 ____________________________________________________________________________
38966 [ 7017] By: jhi on 2000/09/05 21:16:01
38967 Log: Document the SvIOK_.*UV().
38969 ! pod/perlapi.pod sv.h
38970 ____________________________________________________________________________
38971 [ 7016] By: nick on 2000/09/03 21:54:46
38972 Log: Hash lookup of constant strings optimization:
38973 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
38974 to string table (as per sharepvn). Add newSV_pvn_share to create such
38975 a thing. Make hv.c compare addresses of strings and skip string compare
38976 if equal. Make method_named and helem ops use these shared-string SVs
38977 when arg is constant. Make keys op return shared-string SVs (less clearly
38980 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
38981 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
38982 ! pod/perlintern.pod pp_hot.c proto.h sv.c
38983 ____________________________________________________________________________
38984 [ 7015] By: jhi on 2000/09/02 17:48:59
38985 Log: This is 5.7.0.
38988 ____________________________________________________________________________
38989 [ 7014] By: jhi on 2000/09/02 17:35:45
38990 Log: Changes and patchlevel tweaks.
38992 ! Changes patchlevel.h
38993 ____________________________________________________________________________
38994 [ 7013] By: jhi on 2000/09/02 17:30:50
38995 Log: Update Changes.
38997 ! Changes patchlevel.h
38998 ____________________________________________________________________________
38999 [ 7012] By: nick on 2000/09/02 17:25:20
39000 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
39002 ! gv.c lib/overload.pm
39003 ____________________________________________________________________________
39004 [ 7011] By: jhi on 2000/09/02 17:16:25
39005 Log: Update perlhist.
39008 ____________________________________________________________________________
39009 [ 7010] By: jhi on 2000/09/02 17:01:35
39010 Log: perldelta nits.
39012 ! pod/perldelta.pod
39013 ____________________________________________________________________________
39014 [ 7009] By: nick on 2000/09/02 16:48:35
39015 Log: If overloaded %{} etc. return the object do not loop.
39016 Thus sub deref { $_[0] } functions if object is wanted type.
39019 ____________________________________________________________________________
39020 [ 7008] By: jhi on 2000/09/02 16:26:11
39021 Log: Retab MANIFEST.
39023 ! ext/Storable/MANIFEST
39024 ____________________________________________________________________________
39025 [ 7007] By: jhi on 2000/09/02 16:23:02
39026 Log: Make certain cc is set before trying to run it.
39028 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
39029 ____________________________________________________________________________
39030 [ 7006] By: jhi on 2000/09/02 15:45:41
39031 Log: Unicode notes.
39033 ! pod/perldelta.pod
39034 ____________________________________________________________________________
39035 [ 7005] By: jhi on 2000/09/02 15:42:11
39036 Log: Various Configure nits by Philip Newton,
39037 plus the ebcdic one by me.
39039 + U/modified/pager.U
39040 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
39041 Branch: metaconfig/U/perl
39042 ! Devel.U quadfio.U
39044 ! Configure config_h.SH
39045 ____________________________________________________________________________
39046 [ 7004] By: jhi on 2000/09/02 15:06:14
39047 Log: Apparently avoiding the swapping is too costly.
39049 From: "Ben Tilly" <ben_tilly@hotmail.com>
39050 Subject: Re: the door is closed.
39051 Date: Fri, 01 Sep 2000 20:23:16 EDT
39052 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
39055 ____________________________________________________________________________
39056 [ 7003] By: nick on 2000/09/02 12:26:04
39057 Log: Undo part of change 6489 which looks like a bulk edit which
39058 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39059 The supressing of main:: on return from select() is undesirable.
39062 ____________________________________________________________________________
39063 [ 7002] By: jhi on 2000/09/01 23:08:54
39064 Log: Update Changes.
39066 ! Changes patchlevel.h
39067 ____________________________________________________________________________
39068 [ 7001] By: jhi on 2000/09/01 23:00:13
39069 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39070 From: Peter Prymmer <pvhp@forte.com>
39071 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
39072 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
39074 plus rework the http: spots as suggested by Tom Christiansen,
39075 plus regen perltoc.
39077 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
39078 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
39079 ____________________________________________________________________________
39080 [ 7000] By: jhi on 2000/09/01 22:36:01
39081 Log: Only the first line, thank you very much.
39083 ! hints/solaris_2.sh
39084 ____________________________________________________________________________
39085 [ 6999] By: gsar on 2000/09/01 22:16:40
39086 Log: change#6791 accidentally clobbered change#6710, put it back
39089 ____________________________________________________________________________
39090 [ 6998] By: jhi on 2000/09/01 22:14:16
39091 Log: Mention the HP-UX LP64 freak failure.
39093 ! pod/perldelta.pod
39094 ____________________________________________________________________________
39095 [ 6997] By: jhi on 2000/09/01 21:48:32
39099 ____________________________________________________________________________
39100 [ 6996] By: jhi on 2000/09/01 21:27:10
39101 Log: Update Changes.
39103 ! Changes patchlevel.h
39104 ____________________________________________________________________________
39105 [ 6995] By: jhi on 2000/09/01 21:14:24
39106 Log: Mi splgn s gnin.g
39109 ____________________________________________________________________________
39110 [ 6994] By: jhi on 2000/09/01 21:09:54
39111 Log: Subject: http:// in L<>
39112 From: Nicholas Clark <nick@ccl4.org>
39113 Date: Fri, 1 Sep 2000 22:03:21 +0100
39114 Message-ID: <20000901220321.B72074@plum.flirble.org>
39116 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
39117 ____________________________________________________________________________
39118 [ 6993] By: jhi on 2000/09/01 21:06:54
39119 Log: Update to Storable 1.0, from Raphael Manfredi.
39121 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
39122 ! ext/Storable/Makefile.PL ext/Storable/README
39123 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39124 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39125 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
39126 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
39127 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
39128 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
39129 ____________________________________________________________________________
39130 [ 6992] By: jhi on 2000/09/01 20:43:05
39131 Log: Mention known sfio+linux buglet.
39133 ! pod/perldelta.pod
39134 ____________________________________________________________________________
39135 [ 6991] By: jhi on 2000/09/01 20:40:11
39136 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39137 From: Peter Prymmer <pvhp@forte.com>
39138 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
39139 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
39142 ____________________________________________________________________________
39143 [ 6990] By: jhi on 2000/09/01 20:25:26
39144 Log: Retract #6986.
39146 ! hints/solaris_2.sh
39147 ____________________________________________________________________________
39148 [ 6989] By: jhi on 2000/09/01 20:23:00
39149 Log: Mergesort is back.
39151 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
39152 ____________________________________________________________________________
39153 [ 6988] By: jhi on 2000/09/01 19:37:40
39154 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
39155 From: Mike Guy <mjtg@cam.ac.uk>
39156 Date: Fri, 01 Sep 2000 17:43:33 +0100
39157 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
39159 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
39160 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
39161 ____________________________________________________________________________
39162 [ 6987] By: jhi on 2000/09/01 19:17:10
39163 Log: Regen perltoc.
39166 ____________________________________________________________________________
39167 [ 6986] By: jhi on 2000/09/01 18:51:10
39168 Log: Subject: Re: Solaris x86 has no SPARC libraries!
39169 From: Lupe Christoph <lupe@lupe-christoph.de>
39170 Date: Fri, 1 Sep 2000 20:41:20 +0200
39171 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
39173 ! hints/solaris_2.sh
39174 ____________________________________________________________________________
39175 [ 6985] By: jhi on 2000/09/01 18:28:10
39176 Log: Update Changes.
39178 ! Changes patchlevel.h
39179 ____________________________________________________________________________
39180 [ 6984] By: jhi on 2000/09/01 18:26:53
39181 Log: Feature ordering tweak.
39184 ____________________________________________________________________________
39185 [ 6983] By: jhi on 2000/09/01 18:19:50
39186 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39187 From: <abigail@foad.org>
39188 Date: Fri, 1 Sep 2000 13:07:32 -0400
39189 Message-ID: <20000901170732.18249.qmail@foad.org>
39191 ! t/pragma/overload.t
39192 ____________________________________________________________________________
39193 [ 6982] By: jhi on 2000/09/01 18:17:54
39194 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
39195 so that case-ignoring systems like DCL can tell them from
39196 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
39197 Branch: metaconfig/U/perl
39198 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
39200 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39201 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
39202 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
39203 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
39204 ! vos/config.def vos/config.h vos/config_h.SH_orig
39205 ! win32/config.bc win32/config.gc win32/config.vc
39206 ____________________________________________________________________________
39207 [ 6981] By: nick on 2000/09/01 17:21:57
39208 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
39209 warning when UNTIE exists and instead pass the cound of extra references to
39212 ! pod/perltie.pod pp_sys.c
39213 ____________________________________________________________________________
39214 [ 6980] By: jhi on 2000/09/01 16:54:44
39215 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
39216 From: Peter Prymmer <pvhp@forte.com>
39217 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
39218 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
39221 ____________________________________________________________________________
39222 [ 6979] By: jhi on 2000/09/01 16:06:20
39223 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
39224 From: Mike Guy <mjtg@cam.ac.uk>
39225 Date: Fri, 01 Sep 2000 16:49:27 +0100
39226 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
39229 ____________________________________________________________________________
39230 [ 6978] By: jhi on 2000/09/01 16:00:42
39231 Log: Update to PodParser 1.18, from Brad Appleton.
39233 ! lib/Pod/Checker.pm t/pod/find.t
39234 ____________________________________________________________________________
39235 [ 6977] By: jhi on 2000/09/01 14:48:58
39236 Log: Subject: Nit in Configure (bleadperl@6961)
39237 From: Lupe Christoph <lupe@lupe-christoph.de>
39238 Date: Fri, 1 Sep 2000 16:34:29 +0200
39239 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
39241 ! U/compline/ccflags.U
39243 ! Configure config_h.SH
39244 ____________________________________________________________________________
39245 [ 6976] By: jhi on 2000/09/01 14:39:52
39246 Log: Update Changes.
39248 ! Changes patchlevel.h
39249 ____________________________________________________________________________
39250 [ 6975] By: jhi on 2000/09/01 14:37:36
39251 Log: microperl config update.
39253 ! uconfig.h uconfig.sh
39254 ____________________________________________________________________________
39255 [ 6974] By: jhi on 2000/09/01 14:36:53
39256 Log: Document known deficiencies.
39258 ! pod/perldelta.pod
39259 ____________________________________________________________________________
39260 [ 6973] By: jhi on 2000/09/01 14:10:20
39261 Log: Mention warnings fixes and updates.
39263 ! pod/perldelta.pod
39264 ____________________________________________________________________________
39265 [ 6972] By: jhi on 2000/09/01 14:01:52
39266 Log: Drop unused argument.
39268 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
39269 From: Spider Boardman <spider@web.zk3.dec.com>
39270 Date: Thu, 31 Aug 2000 16:10:15 -0400
39271 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
39274 ____________________________________________________________________________
39275 [ 6971] By: jhi on 2000/09/01 13:59:24
39276 Log: Add the overload warnings to perldiag.
39278 ! lib/overload.pm pod/perldiag.pod
39279 ____________________________________________________________________________
39280 [ 6970] By: jhi on 2000/09/01 13:55:10
39281 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39282 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39283 Date: Fri, 1 Sep 2000 13:43:15 +0100
39284 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
39286 ! lib/overload.pm t/pragma/overload.t
39287 ____________________________________________________________________________
39288 [ 6969] By: jhi on 2000/09/01 13:52:27
39289 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39290 From: <abigail@foad.org>
39291 Date: Fri, 1 Sep 2000 05:46:54 -0400
39292 Message-ID: <20000901094654.6476.qmail@foad.org>
39295 ____________________________________________________________________________
39296 [ 6968] By: jhi on 2000/09/01 13:50:05
39297 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
39298 From: Daniel Chetlin <daniel@chetlin.com>
39299 Date: Fri, 1 Sep 2000 02:10:55 -0700
39300 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
39302 ! pod/perlretut.pod
39303 ____________________________________________________________________________
39304 [ 6967] By: jhi on 2000/09/01 13:47:54
39305 Log: Part of the solution.
39307 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
39308 From: Mike Guy <mjtg@cam.ac.uk>
39309 Date: Fri, 01 Sep 2000 14:16:01 +0100
39310 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
39313 ____________________________________________________________________________
39314 [ 6966] By: jhi on 2000/09/01 13:46:17
39315 Log: Subject: CPAN.pm beta 1.57_57 for the core
39316 From: andreas.koenig@anima.de (Andreas J. Koenig)
39317 Date: 01 Sep 2000 15:16:31 +0200
39318 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
39320 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39321 ____________________________________________________________________________
39322 [ 6965] By: jhi on 2000/09/01 13:43:18
39323 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
39324 From: "Craig A. Berry" <craig.berry@psinetcs.com>
39325 Date: Fri, 01 Sep 2000 01:47:22 -0500
39326 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
39328 ! pod/perldelta.pod vms/vms.c
39329 ____________________________________________________________________________
39330 [ 6964] By: jhi on 2000/09/01 13:35:35
39331 Log: File::Temp patches from Andreas König,
39333 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
39334 From: andreas.koenig@anima.de (Andreas J. Koenig)
39335 Date: 01 Sep 2000 10:07:20 +0200
39336 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
39338 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
39339 From: andreas.koenig@anima.de (Andreas J. Koenig)
39340 Date: 31 Aug 2000 23:26:08 +0200
39341 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
39343 ! lib/File/Temp.pm t/lib/ftmp-security.t
39344 ____________________________________________________________________________
39345 [ 6963] By: jhi on 2000/09/01 02:22:24
39346 Log: Retract the mergesort code, way too incompatible licensing
39349 ! pod/perldelta.pod pp_ctl.c
39350 ____________________________________________________________________________
39351 [ 6962] By: jhi on 2000/08/31 23:27:32
39352 Log: Update Changes.
39354 ! Changes patchlevel.h
39355 ____________________________________________________________________________
39356 [ 6961] By: jhi on 2000/08/31 23:20:04
39357 Log: Small tweaks all over.
39359 ! U/compline/d_gconvert.U
39361 ! AUTHORS Configure config_h.SH pp_ctl.c
39362 ____________________________________________________________________________
39363 [ 6960] By: jhi on 2000/08/31 22:39:36
39364 Log: Further rewording.
39367 ____________________________________________________________________________
39368 [ 6959] By: jhi on 2000/08/31 21:26:44
39369 Log: More address tweaking.
39372 ____________________________________________________________________________
39373 [ 6958] By: jhi on 2000/08/31 20:47:25
39374 Log: AUTHORS tweaks, from Peter Prymmer.
39376 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
39377 From: Peter Prymmer <pvhp@forte.com>
39378 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
39379 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
39382 ____________________________________________________________________________
39383 [ 6957] By: jhi on 2000/08/31 20:34:43
39384 Log: perldelta tweaks.
39386 ! pod/perldelta.pod
39387 ____________________________________________________________________________
39388 [ 6956] By: jhi on 2000/08/31 19:11:06
39389 Log: Regen perltoc.
39392 ____________________________________________________________________________
39393 [ 6955] By: jhi on 2000/08/31 19:06:30
39394 Log: Clarify the mergesort situation.
39397 ____________________________________________________________________________
39398 [ 6954] By: jhi on 2000/08/31 18:24:17
39399 Log: Move the Solaris 7 scan to use64bitall, make the
39400 failure to find 64-bot sparc libc to mention the
39401 possibility of being in an intel, from Lupe and Alan.
39403 ! hints/solaris_2.sh
39404 ____________________________________________________________________________
39405 [ 6953] By: jhi on 2000/08/31 18:09:20
39406 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
39407 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
39409 ! U/compline/d_gconvert.U U/threads/archname.U
39410 Branch: metaconfig/U/perl
39413 ! Configure config_h.SH sv.c
39414 ____________________________________________________________________________
39415 [ 6952] By: jhi on 2000/08/31 17:42:24
39416 Log: :: not allowed in pathnames, change to .
39418 Subject: [PATCH perl@6938] cygwin port
39419 From: "Fifer, Eric" <EFifer@sanwaint.com>
39420 Date: Thu, 31 Aug 2000 16:32:59 +0100
39421 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
39422 Branch: metaconfig/U/perl
39424 ____________________________________________________________________________
39425 [ 6951] By: jhi on 2000/08/31 17:02:05
39426 Log: Try to deduce NV_MAX. Really should be Configure fodder.
39429 ____________________________________________________________________________
39430 [ 6950] By: jhi on 2000/08/31 16:26:08
39431 Log: More author updates.
39433 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
39434 From: Simon Cozens <simon@cozens.net>
39435 Date: Thu, 31 Aug 2000 17:13:32 +0100
39436 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
39439 ____________________________________________________________________________
39440 [ 6949] By: jhi on 2000/08/31 16:04:49
39441 Log: POSIX doesn't report long double values under -Duselongdouble
39442 when the long doubles are "real" (bigger than doubles).
39444 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
39445 From: Spider Boardman <spider@peano.zk3.dec.com>
39446 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
39447 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
39449 ! ext/POSIX/POSIX.xs
39450 ____________________________________________________________________________
39451 [ 6948] By: jhi on 2000/08/31 15:25:10
39452 Log: Update Changes.
39454 ! Changes patchlevel.h
39455 ____________________________________________________________________________
39456 [ 6947] By: jhi on 2000/08/31 15:22:29
39457 Log: Document UNTIE in a very minimalistic way.
39459 ! pod/perlfunc.pod pod/perltie.pod
39460 ____________________________________________________________________________
39461 [ 6946] By: jhi on 2000/08/31 15:15:23
39462 Log: Document known failures.
39464 ! pod/perldelta.pod
39465 ____________________________________________________________________________
39466 [ 6945] By: jhi on 2000/08/31 15:07:00
39467 Log: Don't attach -ld to the archname if pointless.
39469 ! U/threads/archname.U
39471 ! Configure config_h.SH
39472 ____________________________________________________________________________
39473 [ 6944] By: jhi on 2000/08/31 14:37:42
39474 Log: Wrap the test in eval.
39476 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
39477 From: Tim Jenness <timj@jach.hawaii.edu>
39478 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
39479 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
39481 ! t/lib/ftmp-security.t
39482 ____________________________________________________________________________
39483 [ 6943] By: jhi on 2000/08/31 14:30:57
39484 Log: Make -Dusemorebits find long doubles in Solaris.
39486 ! hints/solaris_2.sh
39487 ____________________________________________________________________________
39488 [ 6942] By: jhi on 2000/08/31 13:48:45
39489 Log: Clarify the third case of ftmp-security warnings.
39492 ____________________________________________________________________________
39493 [ 6941] By: jhi on 2000/08/31 13:40:31
39494 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39495 From: <abigail@foad.org>
39496 Date: Thu, 31 Aug 2000 01:35:05 -0400
39497 Message-ID: <20000831053505.32120.qmail@foad.org>
39499 ! pod/perldelta.pod
39500 ____________________________________________________________________________
39501 [ 6940] By: jhi on 2000/08/31 13:38:48
39502 Log: Issue useful diagnostic on unknown pod commands.
39504 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39505 From: <abigail@foad.org>
39506 Date: Thu, 31 Aug 2000 03:41:18 -0400
39507 Message-ID: <20000831074118.24880.qmail@foad.org>
39510 ____________________________________________________________________________
39511 [ 6939] By: jhi on 2000/08/31 13:34:33
39512 Log: Reveal Borland's isnan.
39514 Subject: build with BC++ tweak
39515 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39516 Date: Thu, 31 Aug 2000 13:09:37 +0400
39517 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
39520 ____________________________________________________________________________
39521 [ 6938] By: jhi on 2000/08/31 05:01:20
39522 Log: Update Changes.
39524 ! Changes patchlevel.h
39525 ____________________________________________________________________________
39526 [ 6937] By: jhi on 2000/08/31 04:26:23
39527 Log: sscanf() may be the only way to read long doubles from strings.
39528 Branch: metaconfig/U/perl
39531 ! Configure config_h.SH perl.h util.c
39532 ____________________________________________________________________________
39533 [ 6936] By: jhi on 2000/08/31 04:18:19
39534 Log: The #6929 was too skimpy.
39537 ____________________________________________________________________________
39538 [ 6935] By: jhi on 2000/08/31 02:47:07
39539 Log: Subject: Re: typos in pods
39540 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39541 Date: Wed, 30 Aug 2000 19:25:34 -0700
39542 Message-ID: <eIcr5gzkg25X092yn@efn.org>
39544 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
39545 ____________________________________________________________________________
39546 [ 6934] By: jhi on 2000/08/31 02:42:55
39547 Log: Missed one Unicode file.
39549 + lib/unicode/UCDFF301.html
39550 ____________________________________________________________________________
39551 [ 6933] By: jhi on 2000/08/30 23:42:27
39552 Log: Update Changes.
39554 ! Changes patchlevel.h
39555 ____________________________________________________________________________
39556 [ 6932] By: jhi on 2000/08/30 23:40:07
39557 Log: Mention UNTIE in perldelta. Still needs documenting
39558 in perltie et alia.
39560 ! pod/perldelta.pod
39561 ____________________________________________________________________________
39562 [ 6931] By: jhi on 2000/08/30 23:36:02
39563 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
39564 From: <abigail@foad.org>
39565 Date: Wed, 30 Aug 2000 19:28:07 -0400
39566 Message-ID: <20000830232807.305.qmail@foad.org>
39568 ! pod/perldelta.pod
39569 ____________________________________________________________________________
39570 [ 6930] By: jhi on 2000/08/30 23:32:40
39571 Log: Update to Unicode 3.0.1.
39573 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39574 + lib/unicode/PropList.txt lib/unicode/README.perl
39575 + lib/unicode/UCD301.html lib/unicode/Unicode.301
39576 - lib/unicode/Props.txt lib/unicode/UCD300.html
39577 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39579 ____________________________________________________________________________
39580 [ 6929] By: jhi on 2000/08/30 22:38:18
39581 Log: Heap decorruption.
39583 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39584 From: Alan Burlison <Alan.Burlison@uk.sun.com>
39585 Date: Wed, 30 Aug 2000 22:39:52 +0100
39586 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
39589 ____________________________________________________________________________
39590 [ 6928] By: jhi on 2000/08/30 22:29:34
39591 Log: Retract the dummy test, skip the security tests (instead of failing),
39592 explain what the warnings mean.
39594 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
39595 ____________________________________________________________________________
39596 [ 6927] By: jhi on 2000/08/30 22:14:13
39597 Log: Change the internal implementation of sort() to be mergesort
39598 instead of quicksort, from John Linderman <jpl@research.att.com>.
39599 Gives us better worst case, better average case, and stability.
39600 What's there not to like? (Small fixes for threaded builds
39603 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
39604 ____________________________________________________________________________
39605 [ 6926] By: jhi on 2000/08/30 20:55:20
39606 Log: A better fix for the Socket building problem from Craig Berry.
39609 ____________________________________________________________________________
39610 [ 6925] By: jhi on 2000/08/30 20:20:25
39611 Log: Subject: [PATCH] Re: UNTIE method
39612 From: Nick Ing-Simmons <nik@tiuk.ti.com>
39613 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
39614 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
39616 ! pp_sys.c t/op/tie.t
39617 ____________________________________________________________________________
39618 [ 6924] By: jhi on 2000/08/30 20:17:11
39619 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
39620 From: "Craig A. Berry" <craig.berry@psinetcs.com>
39621 Date: Wed, 30 Aug 2000 15:03:14 -0500
39622 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
39625 ____________________________________________________________________________
39626 [ 6923] By: jhi on 2000/08/30 20:15:18
39627 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
39628 From: "Craig A. Berry" <craig.berry@psinetcs.com>
39629 Date: Wed, 30 Aug 2000 13:30:36 -0500
39630 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
39633 ____________________________________________________________________________
39634 [ 6922] By: jhi on 2000/08/30 19:54:43
39635 Log: Better options for rsync.
39638 ____________________________________________________________________________
39639 [ 6921] By: jhi on 2000/08/30 19:40:16
39640 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
39641 From: Rick Delaney <rick@consumercontact.com>
39642 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
39643 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
39646 ____________________________________________________________________________
39647 [ 6920] By: jhi on 2000/08/30 19:36:40
39648 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
39649 From: Peter Prymmer <pvhp@forte.com>
39650 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
39651 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
39654 ____________________________________________________________________________
39655 [ 6919] By: jhi on 2000/08/30 14:52:02
39656 Log: Update Changes.
39658 ! Changes patchlevel.h
39659 ____________________________________________________________________________
39660 [ 6918] By: jhi on 2000/08/30 14:48:34
39661 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
39663 ! lib/ExtUtils/typemap
39664 ____________________________________________________________________________
39665 [ 6917] By: jhi on 2000/08/30 14:46:34
39666 Log: Subject: typos in pods
39667 From: Nicholas Clark <nick@ccl4.org>
39668 Date: Wed, 30 Aug 2000 01:12:50 +0100
39669 Message-ID: <20000830011249.A61388@plum.flirble.org>
39671 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
39672 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
39673 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
39674 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
39675 ____________________________________________________________________________
39676 [ 6916] By: jhi on 2000/08/30 14:19:09
39677 Log: Document Storable problems on Crays. (Will have
39678 to document all the other Storable problems, too.)
39680 ! pod/perldelta.pod
39681 ____________________________________________________________________________
39682 [ 6915] By: jhi on 2000/08/30 14:06:02
39683 Log: Subject: [PATCH] fix misc cast warnings
39684 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39685 Date: Tue, 29 Aug 2000 23:16:14 -0700
39686 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
39688 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
39689 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
39691 ____________________________________________________________________________
39692 [ 6914] By: jhi on 2000/08/30 14:03:45
39693 Log: Timestamp mismatch again. Need to fix this dependence on
39694 config_h.SH timestamp, since it's the contents of config_h.SH
39697 ! uconfig.h uconfig.sh
39698 ____________________________________________________________________________
39699 [ 6913] By: jhi on 2000/08/30 13:54:06
39700 Log: Don't say "Perl 5.0 source kit".
39703 ____________________________________________________________________________
39704 [ 6912] By: jhi on 2000/08/30 13:51:24
39705 Log: Reset archname and archname64 always, forcing them be
39706 recomputed at each Configure run, make Configure and
39707 the hints files agree on the naming of largefiles variables.
39709 ! U/threads/archname.U
39710 Branch: metaconfig/U/perl
39713 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
39714 ! hints/linux.sh hints/solaris_2.sh
39715 ____________________________________________________________________________
39716 [ 6911] By: jhi on 2000/08/30 13:30:13
39717 Log: Put back the slice accidentally removed by #6907.
39719 ! hints/solaris_2.sh
39720 ____________________________________________________________________________
39721 [ 6910] By: jhi on 2000/08/30 01:24:26
39722 Log: Be consistent: other Net::get* do export theirs.
39724 Subject: Re: Net::protoent does not export 'getproto'
39725 From: Yasushi Nakajima <sey@jkc.co.jp>
39726 Date: Wed, 30 Aug 2000 09:53:14 +0900
39727 Message-Id: <200008300051.DAA24700@taku.hut.fi>
39729 ! lib/Net/protoent.pm
39730 ____________________________________________________________________________
39731 [ 6909] By: jhi on 2000/08/30 01:17:25
39732 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
39733 From: Gurusamy Sarathy <gsar@ActiveState.com>
39734 Date: Tue, 29 Aug 2000 17:17:07 -0700
39735 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
39738 ____________________________________________________________________________
39739 [ 6908] By: jhi on 2000/08/30 00:58:05
39740 Log: Update Changes.
39742 ! Changes patchlevel.h
39743 ____________________________________________________________________________
39744 [ 6907] By: jhi on 2000/08/30 00:57:22
39745 Log: Introduce ccname to keep track of what compiler kind of we have.
39746 Branch: metaconfig/U/perl
39747 ! Checkcc.U gccvers.U
39749 ! Configure config_h.SH hints/solaris_2.sh
39750 ____________________________________________________________________________
39751 [ 6906] By: jhi on 2000/08/30 00:25:47
39752 Log: Put back the flags dump as reasoned in
39754 Subject: Re: [PATCH] Glob dumping
39755 From: Mike Guy <mjtg@cam.ac.uk>
39756 Date: Tue, 29 Aug 2000 21:41:32 +0100
39757 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
39759 ! dump.c t/lib/peek.t
39760 ____________________________________________________________________________
39761 [ 6905] By: jhi on 2000/08/30 00:16:17
39762 Log: Make the epsilon to be relative, not absolute.
39764 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
39765 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
39766 Date: Tue, 29 Aug 2000 19:58:56 -0400
39767 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
39770 ____________________________________________________________________________
39771 [ 6904] By: jhi on 2000/08/30 00:13:09
39772 Log: From now on, Gisle is on my list of usual suspects :-)
39775 ! ext/Opcode/Safe.pm
39776 ____________________________________________________________________________
39777 [ 6903] By: jhi on 2000/08/29 23:51:20
39778 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39779 From: "Craig A. Berry" <craig.berry@psinetcs.com>
39780 Date: Tue, 29 Aug 2000 18:43:26 -0500
39781 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
39784 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
39786 ____________________________________________________________________________
39787 [ 6902] By: jhi on 2000/08/29 23:44:14
39788 Log: Retry what #6882 attempted.
39790 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
39791 From: Gisle Aas <gisle@ActiveState.com>
39792 Date: 30 Aug 2000 00:33:09 +0200
39793 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
39795 ! ext/Opcode/Safe.pm
39796 ____________________________________________________________________________
39797 [ 6901] By: jhi on 2000/08/29 22:59:32
39798 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
39799 From: Hugo <hv@crypt.compulink.co.uk>
39800 Date: Mon, 12 Jun 2000 19:36:08 +0100
39801 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
39804 ____________________________________________________________________________
39805 [ 6900] By: jhi on 2000/08/29 22:58:35
39806 Log: Admit that we are leaking scalars.
39808 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
39809 From: Spider Boardman <spider@leggy.zk3.dec.com>
39810 Date: Tue, 29 Aug 2000 18:48:29 -0400
39811 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
39813 ! t/pragma/warnings.t
39814 ____________________________________________________________________________
39815 [ 6899] By: jhi on 2000/08/29 20:53:13
39816 Log: Update Changes.
39818 ! Changes patchlevel.h
39819 ____________________________________________________________________________
39820 [ 6898] By: jhi on 2000/08/29 20:46:21
39821 Log: Undo namespace pollution of #6878.
39823 Subject: Re: Net::protoent does not export 'getproto'
39824 From: Mike Guy <mjtg@cam.ac.uk>
39825 Date: Tue, 29 Aug 2000 21:32:37 +0100
39826 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
39828 ! lib/Net/protoent.pm
39829 ____________________________________________________________________________
39830 [ 6897] By: jhi on 2000/08/29 20:44:29
39831 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
39832 From: Peter Prymmer <pvhp@forte.com>
39833 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
39834 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
39836 ! pod/perlebcdic.pod
39837 ____________________________________________________________________________
39838 [ 6896] By: jhi on 2000/08/29 20:40:57
39839 Log: There's no point repeating the 'revision' (5) of perl5.
39840 Branch: metaconfig/U/perl
39841 ! Devel.U patchlevel.U
39843 ! Configure config_h.SH
39844 ____________________________________________________________________________
39845 [ 6895] By: jhi on 2000/08/29 20:16:58
39846 Log: Regen Configure for #6894.
39847 Branch: metaconfig/U/perl
39850 ! Configure config_h.SH
39851 ____________________________________________________________________________
39852 [ 6894] By: jhi on 2000/08/29 19:59:52
39853 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
39854 From: "Philip Newton" <Philip.Newton@gmx.net>
39855 Date: Tue, 29 Aug 2000 21:39:14 +0200
39856 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
39858 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
39859 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
39860 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
39862 ____________________________________________________________________________
39863 [ 6893] By: jhi on 2000/08/29 19:55:30
39864 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
39865 From: "Philip Newton" <Philip.Newton@gmx.net>
39866 Date: Tue, 29 Aug 2000 21:39:14 +0200
39867 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
39870 ____________________________________________________________________________
39871 [ 6892] By: jhi on 2000/08/29 19:53:59
39872 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
39873 From: "Philip Newton" <Philip.Newton@gmx.net>
39874 Date: Tue, 29 Aug 2000 21:48:18 +0200
39875 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
39878 ____________________________________________________________________________
39879 [ 6891] By: jhi on 2000/08/29 18:30:03
39880 Log: Nail the ID 20000828.023.
39882 ! ext/Storable/Storable.xs
39883 ____________________________________________________________________________
39884 [ 6890] By: jhi on 2000/08/29 16:50:17
39885 Log: Under usethreads the dumped variable is IN_PAD.
39887 Subject: Re: [PATCH] Glob dumping
39888 From: Gisle Aas <gisle@ActiveState.com>
39889 Date: 29 Aug 2000 18:45:05 +0200
39890 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
39893 ____________________________________________________________________________
39894 [ 6889] By: jhi on 2000/08/29 15:17:37
39895 Log: Update Changes.
39897 ! Changes patchlevel.h
39898 ____________________________________________________________________________
39899 [ 6888] By: jhi on 2000/08/29 14:49:59
39900 Log: Retract #6882, broke the safe tests.
39902 ! ext/Opcode/Safe.pm
39903 ____________________________________________________________________________
39904 [ 6887] By: jhi on 2000/08/29 14:47:06
39905 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
39906 From: Gisle Aas <gisle@ActiveState.com>
39907 Date: 09 Jun 2000 20:00:11 +0200
39908 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
39911 ____________________________________________________________________________
39912 [ 6886] By: jhi on 2000/08/29 14:42:45
39913 Log: The #6881 removed one dump line.
39916 ____________________________________________________________________________
39917 [ 6885] By: jhi on 2000/08/29 14:30:47
39918 Log: Don't forget to tidy up.
39920 ! t/lib/ftmp-security.t
39921 ____________________________________________________________________________
39922 [ 6884] By: jhi on 2000/08/29 14:25:17
39923 Log: Disabling the one test is a bit tricky.
39925 ! t/lib/ftmp-security.t
39926 ____________________________________________________________________________
39927 [ 6883] By: jhi on 2000/08/29 14:16:25
39928 Log: Disable one of the tests for now.
39930 ! t/lib/ftmp-security.t
39931 ____________________________________________________________________________
39932 [ 6882] By: jhi on 2000/08/29 14:05:50
39933 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
39935 Date: 29 Aug 2000 10:35:06 -0000
39936 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
39938 ! ext/Opcode/Safe.pm
39939 ____________________________________________________________________________
39940 [ 6881] By: jhi on 2000/08/29 14:03:51
39941 Log: Subject: [PATCH] Glob dumping
39942 From: Gisle Aas <gisle@ActiveState.com>
39943 Date: 29 Aug 2000 07:59:42 -0000
39944 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
39947 ____________________________________________________________________________
39948 [ 6880] By: jhi on 2000/08/29 14:02:01
39949 Log: Subject: [PATCH] Warnings in B::Deparse
39950 From: <abigail@foad.org>
39951 Date: Tue, 29 Aug 2000 00:00:01 -0400
39952 Message-ID: <20000829040001.2999.qmail@foad.org>
39954 ! ext/B/B/Deparse.pm
39955 ____________________________________________________________________________
39956 [ 6879] By: jhi on 2000/08/29 13:57:26
39957 Log: Missed a change in #6869.
39960 ____________________________________________________________________________
39961 [ 6878] By: jhi on 2000/08/29 13:45:04
39962 Log: Subject: Net::protoent does not export 'getproto'
39963 From: Yasushi Nakajima <sey@jkc.co.jp>
39964 Date: Tue, 29 Aug 2000 17:28:57 +0900
39966 ! lib/Net/protoent.pm
39967 ____________________________________________________________________________
39968 [ 6877] By: jhi on 2000/08/29 13:39:19
39969 Log: Patches all over for people and the files they (hopefully) care about.
39971 ! AUTHORS Changes MAINTAIN
39972 ____________________________________________________________________________
39973 [ 6876] By: jhi on 2000/08/29 12:53:54
39974 Log: Fix for thinko in #6848.
39976 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
39977 From: Lupe Christoph <lupe@lupe-christoph.de>
39978 Date: Tue, 29 Aug 2000 09:04:08 +0200
39979 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
39981 ! ext/Thread/Thread.xs
39982 ____________________________________________________________________________
39983 [ 6875] By: jhi on 2000/08/29 12:50:14
39984 Log: Update to Getopt::Long 2.24, from Johan Vromans.
39986 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
39987 ____________________________________________________________________________
39988 [ 6874] By: jhi on 2000/08/29 02:09:53
39989 Log: Use minimal @INC in tests, most of the time just '../lib',
39990 so that we simply can't pick up stuff from other Perls than
39991 the one we are testing. Pointed out by
39993 From: Mike Guy <mjtg@cam.ac.uk>
39994 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
39995 Date: Fri, 25 Aug 2000 15:15:59 +0100
39996 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
39999 ____________________________________________________________________________
40000 [ 6873] By: jhi on 2000/08/29 01:07:11
40001 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
40002 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40003 Date: Mon, 28 Aug 2000 17:45:52 -0700
40004 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
40006 ! Makefile.SH hints/os2.sh
40007 ____________________________________________________________________________
40008 [ 6872] By: jhi on 2000/08/28 23:33:39
40009 Log: Subject: [PATCH bleedperl@6866] spellings
40010 From: marcel@codewerk.com (Marcel Grunauer)
40011 Date: Tue, 29 Aug 2000 01:19:59 +0200
40012 Message-Id: <200008282319.BAA29862@gandalf.local>
40014 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
40015 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
40016 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
40017 ____________________________________________________________________________
40018 [ 6871] By: jhi on 2000/08/28 23:22:09
40019 Log: Take out the SUIDMAIL thing, that will not be
40020 a problem in 5.7.*.
40023 ____________________________________________________________________________
40024 [ 6870] By: jhi on 2000/08/28 23:19:30
40025 Log: -S is the silent flag, -s is the strip flag.
40027 Subject: [PATCH] Re: [PATCH] make no-install
40028 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40029 Date: Mon, 28 Aug 2000 15:12:55 -0700
40030 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
40033 ____________________________________________________________________________
40034 [ 6869] By: jhi on 2000/08/28 23:12:05
40035 Log: Subject: [PATCH bleedperl@6856] warnings fixes
40036 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40037 Date: Mon, 28 Aug 2000 23:55:06 +0100
40038 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
40040 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
40041 ! warnings.h warnings.pl
40042 ____________________________________________________________________________
40043 [ 6868] By: jhi on 2000/08/28 21:38:22
40044 Log: Potential cruft.
40047 ____________________________________________________________________________
40048 [ 6867] By: jhi on 2000/08/28 21:35:36
40049 Log: Update Changes.
40051 ! Changes patchlevel.h
40052 ____________________________________________________________________________
40053 [ 6866] By: jhi on 2000/08/28 21:33:49
40054 Log: Subject: hv.h Doc Patch
40055 From: Fisher Mark <fisherm@tce.com>
40056 Date: Mon, 28 Aug 2000 16:24:59 -0500
40057 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
40060 ____________________________________________________________________________
40061 [ 6865] By: jhi on 2000/08/28 21:02:15
40062 Log: Add -ld to archname on long tr...double platforms.
40064 ! U/threads/archname.U
40066 ! Configure config_h.SH
40067 ____________________________________________________________________________
40068 [ 6864] By: jhi on 2000/08/28 20:38:59
40069 Log: An attempt to fix the problem reported in
40071 Subject: Building perl@6856 using gcc/AIX 4.3.3
40072 From: Daniel Muino <dmuino@afip.gov.ar>
40073 Date: Mon, 28 Aug 2000 15:50:01 -0300
40074 Message-ID: <20000828155001.A14403@con2-dgi>
40076 I can't test this properly since the gcc installation I have
40077 access to seems to be botched (gcc is calling the AIX cpp,
40078 a losing proposition...)
40081 ____________________________________________________________________________
40082 [ 6863] By: jhi on 2000/08/28 18:57:52
40083 Log: Fix for ID 20000828.001, long doubles were not formatted
40084 correctly (showed up in $], which stopped installing perl).
40087 ____________________________________________________________________________
40088 [ 6862] By: jhi on 2000/08/28 18:07:15
40089 Log: Typo in #6858.
40092 ____________________________________________________________________________
40093 [ 6861] By: jhi on 2000/08/28 17:57:27
40094 Log: opmini.o may be left around if a build is interrupted.
40097 ____________________________________________________________________________
40098 [ 6860] By: jhi on 2000/08/28 16:52:50
40099 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
40100 From: Daniel Chetlin <daniel@chetlin.com>
40101 Date: Mon, 28 Aug 2000 01:14:18 -0700
40102 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
40105 ____________________________________________________________________________
40106 [ 6859] By: jhi on 2000/08/28 16:08:46
40107 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
40108 From: Nicholas Clark <nick@ccl4.org>
40109 Date: Mon, 28 Aug 2000 16:03:27 +0100
40110 Message-Id: <20000828160327.C49785@plum.flirble.org>
40112 ! ext/ByteLoader/bytecode.h
40113 ____________________________________________________________________________
40114 [ 6858] By: jhi on 2000/08/28 16:02:10
40115 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
40116 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
40117 Date: Mon, 28 Aug 2000 13:08:30 +0200
40118 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
40121 ____________________________________________________________________________
40122 [ 6857] By: jhi on 2000/08/28 15:42:47
40123 Log: display_format used as a class method without arguments was broken,
40126 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
40127 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
40128 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
40129 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
40131 ! lib/Math/Complex.pm t/lib/complex.t
40132 ____________________________________________________________________________
40133 [ 6856] By: jhi on 2000/08/27 22:09:48
40134 Log: Update Changes.
40136 ! Changes patchlevel.h
40137 ____________________________________________________________________________
40138 [ 6855] By: jhi on 2000/08/27 21:59:21
40139 Log: Retract #6853 (false alarm).
40141 ! lib/ExtUtils/xsubpp
40142 ____________________________________________________________________________
40143 [ 6854] By: jhi on 2000/08/27 21:37:44
40144 Log: Update Changes.
40146 ! Changes patchlevel.h
40147 ____________________________________________________________________________
40148 [ 6853] By: jhi on 2000/08/27 21:37:16
40149 Log: Subject: [PATCH perl@6850] workaround for xsubpp
40150 From: Hugo <hv@crypt.compulink.co.uk>
40151 Date: Sun, 27 Aug 2000 22:30:25 +0100
40152 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
40154 ! lib/ExtUtils/xsubpp
40155 ____________________________________________________________________________
40156 [ 6852] By: jhi on 2000/08/27 21:33:58
40157 Log: Big-endian 64-bit patch from Raphael Manfredi.
40159 ! ext/Storable/Storable.xs
40160 ____________________________________________________________________________
40161 [ 6851] By: jhi on 2000/08/27 21:22:21
40162 Log: More ruthless editing from Hugo van der Sanden.
40164 ! pod/perldelta.pod
40165 ____________________________________________________________________________
40166 [ 6850] By: jhi on 2000/08/27 16:11:46
40167 Log: Update Changes.
40169 ! Changes patchlevel.h
40170 ____________________________________________________________________________
40171 [ 6849] By: jhi on 2000/08/27 16:11:05
40172 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
40174 ! configpm pod/perldelta.pod
40175 ____________________________________________________________________________
40176 [ 6848] By: jhi on 2000/08/27 15:35:08
40177 Log: Use the actual thread type, not the pointer-to-struct.
40179 ! ext/Thread/Thread.xs
40180 ____________________________________________________________________________
40181 [ 6847] By: jhi on 2000/08/27 15:30:49
40184 ! t/pragma/warn/pp_sys
40185 ____________________________________________________________________________
40186 [ 6846] By: jhi on 2000/08/27 15:19:02
40187 Log: Passing -R in ldflags makes now it to appear in the default
40188 for lddlflags, just like with -L.
40190 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40191 From: Lupe Christoph <lupe@lupe-christoph.de>
40192 Date: Sun, 27 Aug 2000 10:28:21 +0200
40193 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
40194 Branch: metaconfig/U/perl
40198 ____________________________________________________________________________
40199 [ 6845] By: jhi on 2000/08/27 15:08:54
40200 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40201 From: Alan Burlison <Alan.Burlison@uk.sun.com>
40202 Date: Sat, 26 Aug 2000 22:23:27 +0100
40203 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
40205 ! lib/ExtUtils/MM_Unix.pm
40206 ____________________________________________________________________________
40207 [ 6844] By: jhi on 2000/08/27 15:02:37
40208 Log: DJGPP update from Laszlo Molnar.
40210 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
40211 From: ml1050 <ml1050@freemail.hu>
40212 Date: Sat, 26 Aug 2000 23:24:40 +0200
40213 Message-Id: <20000826232440.A439@freemail.hu>
40215 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
40216 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
40217 ____________________________________________________________________________
40218 [ 6843] By: jhi on 2000/08/27 14:53:58
40219 Log: Subject: installman buglet
40220 From: Lupe Christoph <lupe@lupe-christoph.de>
40221 Date: Sun, 27 Aug 2000 14:38:59 +0200
40222 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
40225 ____________________________________________________________________________
40226 [ 6842] By: jhi on 2000/08/27 14:52:08
40227 Log: Can't get the test to reliably work thanks to the
40228 inaccurateness of floating point. "Resolves" bug ids
40229 20000826.003, 20000826.009, 20000826.010,
40232 ____________________________________________________________________________
40233 [ 6841] By: jhi on 2000/08/26 15:53:58
40234 Log: Update Changes.
40236 ! Changes patchlevel.h
40237 ____________________________________________________________________________
40238 [ 6840] By: jhi on 2000/08/26 14:23:03
40239 Log: grep -e isn't portable.
40241 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
40242 From: chris@broadband.att.com
40243 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
40244 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
40246 ! hints/solaris_2.sh
40247 ____________________________________________________________________________
40248 [ 6839] By: jhi on 2000/08/26 14:12:23
40249 Log: no-install target a la make -n.
40251 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
40252 From: <abigail@foad.org>
40253 Date: Sat, 26 Aug 2000 03:57:34 -0400
40254 Message-ID: <20000826075735.18912.qmail@foad.org>
40256 ! Makefile.SH installman installperl
40257 ____________________________________________________________________________
40258 [ 6838] By: jhi on 2000/08/26 14:06:33
40259 Log: Retract #6826 as the #6828 should be do the same
40260 in a More Correct Way.
40263 ____________________________________________________________________________
40264 [ 6837] By: jhi on 2000/08/26 05:24:00
40267 ! ext/Storable/Storable.xs
40268 ____________________________________________________________________________
40269 [ 6836] By: jhi on 2000/08/26 05:05:46
40270 Log: Nicer in decimal.
40272 ! ext/Storable/Storable.xs
40273 ____________________________________________________________________________
40274 [ 6835] By: jhi on 2000/08/26 05:03:50
40275 Log: There be no UVdf.
40277 ! ext/Storable/Storable.xs
40278 ____________________________________________________________________________
40279 [ 6834] By: jhi on 2000/08/26 05:00:18
40280 Log: Continue IVdfing and UVxfing.
40282 ! ext/Storable/Storable.xs
40283 ____________________________________________________________________________
40284 [ 6833] By: jhi on 2000/08/26 04:53:14
40287 ! ext/Storable/Storable.xs
40288 ____________________________________________________________________________
40289 [ 6832] By: jhi on 2000/08/26 04:40:41
40290 Log: Document PTR2XX and INT2PTR.
40293 ____________________________________________________________________________
40294 [ 6831] By: jhi on 2000/08/26 04:33:18
40295 Log: Use UVxf, PTR2UV, NVff.
40297 ! ext/Storable/Storable.xs
40298 ____________________________________________________________________________
40299 [ 6830] By: jhi on 2000/08/26 04:31:32
40300 Log: Update the test count.
40303 ____________________________________________________________________________
40304 [ 6829] By: jhi on 2000/08/26 03:05:50
40305 Log: Subject: [PATCH] installation not quite silent yet.
40306 From: <abigail@foad.org>
40307 Date: Fri, 25 Aug 2000 20:07:53 -0400
40308 Message-ID: <20000826000753.7822.qmail@foad.org>
40310 ! installman installperl
40311 ____________________________________________________________________________
40312 [ 6828] By: jhi on 2000/08/26 03:05:14
40313 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
40314 From: Spider Boardman <spider@web.zk3.dec.com>
40315 Date: Fri, 25 Aug 2000 19:12:40 -0400
40316 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
40319 ____________________________________________________________________________
40320 [ 6827] By: jhi on 2000/08/25 23:54:34
40321 Log: Support preserving extremely big/small angles.
40323 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
40324 ____________________________________________________________________________
40325 [ 6826] By: jhi on 2000/08/25 23:01:20
40326 Log: Patch installperl to be long double-aware.
40328 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
40329 From: Spider Boardman <spider@web.zk3.dec.com>
40330 Date: Fri, 25 Aug 2000 18:15:23 -0400
40331 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
40334 ____________________________________________________________________________
40335 [ 6825] By: jhi on 2000/08/25 22:58:25
40336 Log: Remove duplicately applied patch shards.
40338 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
40339 From: Spider Boardman <spider@leggy.zk3.dec.com>
40340 Date: Fri, 25 Aug 2000 16:45:03 -0400
40341 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
40344 ____________________________________________________________________________
40345 [ 6824] By: jhi on 2000/08/25 22:57:00
40346 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40347 From: Daniel Chetlin <daniel@chetlin.com>
40348 Date: Fri, 25 Aug 2000 12:23:16 -0700
40349 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
40351 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40352 From: Daniel Chetlin <daniel@chetlin.com>
40353 Date: Fri, 25 Aug 2000 14:47:19 -0700
40354 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
40357 ____________________________________________________________________________
40358 [ 6823] By: jhi on 2000/08/25 22:44:17
40359 Log: Timestamp problem?
40361 ! uconfig.h uconfig.sh
40362 ____________________________________________________________________________
40363 [ 6822] By: jhi on 2000/08/25 19:01:06
40364 Log: One forgotten file from #6816.
40367 ____________________________________________________________________________
40368 [ 6821] By: jhi on 2000/08/25 18:56:39
40369 Log: Regen Changes.
40371 ! Changes patchlevel.h
40372 ____________________________________________________________________________
40373 [ 6820] By: jhi on 2000/08/25 18:52:35
40374 Log: Fix Changes ordering.
40377 ____________________________________________________________________________
40378 [ 6819] By: jhi on 2000/08/25 18:50:25
40379 Log: Update Changes.
40381 ! Changes patchlevel.h
40382 ____________________________________________________________________________
40383 [ 6818] By: jhi on 2000/08/25 18:47:45
40384 Log: Tweak the sfio/useperlio logic, hopefully as wished in
40386 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
40387 From: Nicholas Clark <nick@babyhippo.co.uk>
40388 Date: Fri, 25 Aug 2000 12:01:45 +0100
40389 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
40390 Branch: metaconfig/U/perl
40394 ____________________________________________________________________________
40395 [ 6817] By: jhi on 2000/08/25 18:32:51
40396 Log: Allow microperl to assume <math.h>, without it the math
40397 functions like floor() are assumed to return int, which makes
40398 for core dumps in machines where integer and floating register
40401 ! uconfig.h uconfig.sh
40402 ____________________________________________________________________________
40403 [ 6816] By: jhi on 2000/08/25 18:27:17
40404 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
40405 the problem reported in
40407 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
40408 From: danhale@us.ibm.com
40409 Date: Fri, 25 Aug 2000 10:58:06 -0400
40410 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
40411 Branch: metaconfig/U/perl
40414 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
40415 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
40416 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
40417 ! win32/config.gc win32/config.vc
40418 ____________________________________________________________________________
40419 [ 6815] By: jhi on 2000/08/25 17:43:31
40420 Log: A solution for the retrieve_fd autosplit warning,
40421 idea suggested by Mike Guy.
40423 ! ext/Storable/Storable.pm
40424 ____________________________________________________________________________
40425 [ 6814] By: jhi on 2000/08/25 17:16:03
40426 Log: Add install-silent target.
40429 ____________________________________________________________________________
40430 [ 6813] By: jhi on 2000/08/25 17:14:23
40431 Log: Subject: Re: [PATCH] More silencing of installman.
40432 From: <abigail@foad.org>
40433 Date: Thu, 24 Aug 2000 19:27:03 -0400
40434 Message-ID: <20000824232703.7001.qmail@foad.org>
40436 Subject: Re: [PATCH] More silencing of installman.
40437 From: <abigail@foad.org>
40438 Date: Fri, 25 Aug 2000 03:00:58 -0400
40439 Message-ID: <20000825070058.10697.qmail@foad.org>
40442 ____________________________________________________________________________
40443 [ 6812] By: jhi on 2000/08/25 17:11:28
40444 Log: installperl --verbose and --silent.
40446 Subject: Re: [PATCH] More silencing of installman.
40447 From: <abigail@foad.org>
40448 Message-ID: <20000825064430.9719.qmail@foad.org>
40449 Date: Fri, 25 Aug 2000 02:44:30 -0400
40452 ____________________________________________________________________________
40453 [ 6811] By: jhi on 2000/08/25 17:05:43
40454 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
40455 From: "Peter J. Farley III" <pjfarley@banet.net>
40456 Date: Thu, 24 Aug 2000 21:58:03 -0400
40457 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
40459 (applied slightly modified)
40461 ! lib/ExtUtils/MM_Unix.pm
40462 ____________________________________________________________________________
40463 [ 6810] By: jhi on 2000/08/25 17:01:18
40464 Log: Missing parts of
40466 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
40467 From: Peter Prymmer <pvhp@forte.com>
40468 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
40469 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
40472 ____________________________________________________________________________
40473 [ 6809] By: jhi on 2000/08/25 16:46:32
40474 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
40475 From: "Craig A. Berry" <craig.berry@psinetcs.com>
40476 Date: Thu, 24 Aug 2000 19:13:11 -0500
40477 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
40480 ____________________________________________________________________________
40481 [ 6808] By: jhi on 2000/08/25 16:39:22
40482 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
40483 From: Peter Prymmer <pvhp@forte.com>
40484 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
40485 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
40488 ____________________________________________________________________________
40489 [ 6807] By: jhi on 2000/08/25 16:36:37
40490 Log: Better wording for the vec lvalue diagnostic.
40492 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40493 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40494 Date: Wed, 23 Aug 2000 14:12:16 -0400
40495 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
40498 ____________________________________________________________________________
40499 [ 6806] By: jhi on 2000/08/24 18:17:22
40500 Log: Subject: [PATCH] More silencing of installman.
40501 From: <abigail@foad.org>
40502 Date: Thu, 24 Aug 2000 14:01:44 -0400
40503 Message-ID: <20000824180144.20062.qmail@foad.org>
40506 ____________________________________________________________________________
40507 [ 6805] By: jhi on 2000/08/24 15:00:31
40508 Log: Update Changes.
40510 ! Changes patchlevel.h
40511 ____________________________________________________________________________
40512 [ 6804] By: jhi on 2000/08/24 14:59:07
40513 Log: Regen perltoc.
40516 ____________________________________________________________________________
40517 [ 6803] By: jhi on 2000/08/24 14:44:39
40518 Log: Show the doc file, not the temp file.
40521 ____________________________________________________________________________
40522 [ 6802] By: jhi on 2000/08/24 14:41:53
40523 Log: Continue silencing.
40526 ____________________________________________________________________________
40527 [ 6801] By: jhi on 2000/08/24 14:34:40
40528 Log: Actually do something with the silencer option.
40531 ____________________________________________________________________________
40532 [ 6800] By: jhi on 2000/08/24 14:26:22
40533 Log: Make installman to recognize the silence flag -S.
40536 ____________________________________________________________________________
40537 [ 6799] By: jhi on 2000/08/24 13:49:38
40538 Log: DOS patches and portability/porting notes, from Tim Jenness.
40541 ____________________________________________________________________________
40542 [ 6798] By: jhi on 2000/08/24 13:48:27
40543 Log: Create directories in silence.
40545 Subject: [PATCH] Another silencer for MakeMaker
40546 From: andreas.koenig@anima.de (Andreas J. Koenig)
40547 Date: 24 Aug 2000 14:18:52 +0200
40548 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
40550 ! lib/ExtUtils/Command.pm
40551 ____________________________________________________________________________
40552 [ 6797] By: jhi on 2000/08/24 13:46:42
40553 Log: More liberal parsing of version numbers.
40555 Subject: Re: CPAN.pm beta for testing available
40556 From: andreas.koenig@anima.de (Andreas J. Koenig)
40557 Date: 24 Aug 2000 13:51:57 +0200
40558 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
40561 ____________________________________________________________________________
40562 [ 6796] By: jhi on 2000/08/24 13:44:36
40563 Log: Make "make install" by default silent. A new "install-verbose"
40567 ____________________________________________________________________________
40568 [ 6795] By: jhi on 2000/08/24 13:39:14
40569 Log: Add silencer flags to installperl.
40571 Subject: [PATCH] Making installperl silent.
40572 From: <abigail@foad.org>
40573 Date: Thu, 24 Aug 2000 05:01:45 -0400
40574 Message-ID: <20000824090145.13141.qmail@foad.org>
40577 ____________________________________________________________________________
40578 [ 6794] By: jhi on 2000/08/24 13:35:50
40579 Log: installperl couldn't tell whether it had run tests or not.
40581 Subject: [PATCH] Re: installperl and t/TEST
40582 From: <abigail@foad.org>
40583 Date: Thu, 24 Aug 2000 04:00:53 -0400
40584 Message-ID: <20000824080053.2494.qmail@foad.org>
40586 ! Makefile.SH installperl
40587 ____________________________________________________________________________
40588 [ 6793] By: jhi on 2000/08/24 13:27:50
40589 Log: Drop the separate perlbc, perlcc -b should be enough.
40592 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
40593 ____________________________________________________________________________
40594 [ 6792] By: jhi on 2000/08/24 04:41:30
40595 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
40596 plus the typo fix from Peter Prymmer.
40598 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
40599 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40600 ____________________________________________________________________________
40601 [ 6791] By: jhi on 2000/08/24 02:10:43
40602 Log: Replace #6705 with a minimal doc patch.
40604 Subject: [PATCH 5.6.0] replace change #6705
40605 From: Jan Dubois <jand@ActiveState.com>
40606 Date: Wed, 23 Aug 2000 18:31:51 -0700
40607 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
40609 ! lib/Win32.pod win32/win32.c
40610 ____________________________________________________________________________
40611 [ 6790] By: jhi on 2000/08/23 17:52:00
40612 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40613 From: Mike Guy <mjtg@cam.ac.uk>
40614 Date: Wed, 23 Aug 2000 18:38:46 +0100
40615 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
40617 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
40618 ____________________________________________________________________________
40619 [ 6789] By: jhi on 2000/08/23 15:34:21
40620 Log: Update Changes.
40622 ! Changes patchlevel.h
40623 ____________________________________________________________________________
40624 [ 6788] By: jhi on 2000/08/23 15:33:40
40625 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
40626 From: Wilfredo Sánchez <wsanchez@apple.com>
40627 Date: Tue, 22 Aug 2000 19:31:27 -0700
40628 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
40631 ____________________________________________________________________________
40632 [ 6787] By: jhi on 2000/08/23 15:29:31
40633 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
40634 From: Spider Boardman <spider@leggy.zk3.dec.com>
40635 Date: Wed, 23 Aug 2000 10:33:23 -0400
40636 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
40639 ____________________________________________________________________________
40640 [ 6786] By: jhi on 2000/08/23 15:28:11
40643 ! ext/B/Makefile.PL
40644 ____________________________________________________________________________
40645 [ 6785] By: jhi on 2000/08/23 14:37:04
40646 Log: Update Changes.
40648 ! Changes patchlevel.h
40649 ____________________________________________________________________________
40650 [ 6784] By: jhi on 2000/08/23 13:58:41
40651 Log: Portability fix from Hugo van der Sanden.
40653 ! ext/re/Makefile.PL
40654 ____________________________________________________________________________
40655 [ 6783] By: jhi on 2000/08/23 13:53:53
40656 Log: Storable support, v-version fixes.
40658 Subject: CPAN.pm beta for testing available
40659 From: andreas.koenig@anima.de (Andreas J. Koenig)
40660 Date: 22 Aug 2000 23:31:33 +0200
40661 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
40663 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40664 ____________________________________________________________________________
40665 [ 6782] By: jhi on 2000/08/23 13:51:26
40666 Log: Mac and other portability updates from Chris Nandor.
40668 ! pod/perlmodinstall.pod
40669 ____________________________________________________________________________
40670 [ 6781] By: jhi on 2000/08/23 13:47:33
40671 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
40672 From: Peter Prymmer <pvhp@forte.com>
40673 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
40674 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
40676 ! ext/Storable/Storable.xs
40677 ____________________________________________________________________________
40678 [ 6780] By: jhi on 2000/08/23 13:33:34
40679 Log: VMS MMS (make) wants null action.
40681 ! ext/B/Makefile.PL
40682 ____________________________________________________________________________
40683 [ 6779] By: jhi on 2000/08/22 19:44:47
40684 Log: Forgot portability nit.
40686 ! t/lib/st-forgive.t
40687 ____________________________________________________________________________
40688 [ 6778] By: jhi on 2000/08/22 19:35:25
40691 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
40693 ____________________________________________________________________________
40694 [ 6777] By: jhi on 2000/08/22 18:50:53
40695 Log: Update Changes.
40697 ! Changes patchlevel.h
40698 ____________________________________________________________________________
40699 [ 6776] By: jhi on 2000/08/22 18:44:46
40700 Log: cSVOPo_*v things index into the current PL_curpad
40701 under ithreads, which is different from the curpad
40702 used by the XSUB. (In other words, the code as-is
40703 before this patch wouldn't work under ithreads.)
40707 ____________________________________________________________________________
40708 [ 6775] By: jhi on 2000/08/22 18:18:37
40709 Log: Make the selection of NVff et al stricter.
40710 Branch: metaconfig/U/perl
40713 ! Configure config_h.SH
40714 ____________________________________________________________________________
40715 [ 6774] By: jhi on 2000/08/22 17:19:42
40716 Log: perldelta nits.
40718 ! pod/perldelta.pod
40719 ____________________________________________________________________________
40720 [ 6773] By: jhi on 2000/08/22 17:06:26
40721 Log: Long double fixes from Spider Boardman.
40723 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
40724 From: system PRIVILEGED account <root@peano.zk3.dec.com>
40725 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
40726 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
40728 ! t/lib/bigfltpm.t t/lib/st-06compat.t
40729 ____________________________________________________________________________
40730 [ 6772] By: jhi on 2000/08/22 15:04:53
40731 Log: Update Changes.
40733 ! Changes patchlevel.h
40734 ____________________________________________________________________________
40735 [ 6771] By: jhi on 2000/08/22 15:01:44
40736 Log: perldelta fixes from Hugo van der Sanden.
40738 ! pod/perldelta.pod
40739 ____________________________________________________________________________
40740 [ 6770] By: jhi on 2000/08/22 14:34:49
40741 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
40742 From: Hugo <hv@crypt.compulink.co.uk>
40743 Date: Tue, 22 Aug 2000 11:21:53 +0100
40744 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
40747 ____________________________________________________________________________
40748 [ 6769] By: jhi on 2000/08/22 14:30:02
40749 Log: Add Yitzchak, reformat.
40751 ! Changes config_h.SH
40752 ____________________________________________________________________________
40753 [ 6768] By: jhi on 2000/08/22 14:21:35
40754 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
40755 and Spider Boardman.
40757 ! U/compline/d_gconvert.U
40760 ____________________________________________________________________________
40761 [ 6767] By: jhi on 2000/08/22 14:11:24
40762 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
40763 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40764 Date: Mon, 21 Aug 2000 19:08:31 -0700
40765 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
40767 - ext/Storable/patchlevel.h
40768 ! MANIFEST ext/Storable/MANIFEST
40769 ____________________________________________________________________________
40770 [ 6766] By: jhi on 2000/08/22 13:49:29
40771 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
40772 From: Peter Prymmer <pvhp@forte.com>
40773 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
40774 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
40776 ! configure.com ext/Storable/Makefile.PL
40777 ____________________________________________________________________________
40778 [ 6765] By: jhi on 2000/08/22 13:44:59
40779 Log: Subject: [PATCH blead] B:: missing dependency
40780 From: Hugo <hv@crypt.compulink.co.uk>
40781 Date: Tue, 22 Aug 2000 06:44:33 +0100
40782 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
40784 ! ext/B/Makefile.PL
40785 ____________________________________________________________________________
40786 [ 6764] By: jhi on 2000/08/22 13:38:12
40787 Log: More bytecompiler.
40789 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
40790 ____________________________________________________________________________
40791 [ 6763] By: jhi on 2000/08/22 13:36:44
40792 Log: Bytecompiler patches from Benjamin Stuhl.
40794 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
40795 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40796 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
40797 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40798 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
40799 ! perl.c perlapi.h pod/perldelta.pod
40800 ____________________________________________________________________________
40801 [ 6762] By: jhi on 2000/08/21 23:43:40
40802 Log: An obsoleted diagnostic.
40804 ! pod/perldelta.pod
40805 ____________________________________________________________________________
40806 [ 6761] By: jhi on 2000/08/21 23:01:45
40807 Log: The #6759 wasn't quite right.
40809 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40810 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40811 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40812 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40813 ! t/lib/st-tieditems.t
40814 ____________________________________________________________________________
40815 [ 6760] By: jhi on 2000/08/21 22:35:49
40816 Log: Be verydeepclean.
40819 ____________________________________________________________________________
40820 [ 6759] By: jhi on 2000/08/21 22:25:40
40821 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
40822 From: Peter Prymmer <pvhp@forte.com>
40823 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
40824 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
40826 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40827 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40828 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40829 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40830 ! t/lib/st-tieditems.t
40831 ____________________________________________________________________________
40832 [ 6758] By: jhi on 2000/08/21 22:22:32
40833 Log: Few more casts, need reported in
40835 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
40836 From: Mike Stok <mike@stok.co.uk>
40837 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
40838 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
40842 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
40843 From: abigail@foad.org
40844 Date: 21 Aug 2000 21:31:34 -0000
40845 Message-Id: <20000821213134.30170.qmail@foad.org>
40847 ! ext/Storable/Storable.xs
40848 ____________________________________________________________________________
40849 [ 6757] By: jhi on 2000/08/21 18:37:07
40850 Log: Update Changes.
40852 ! Changes patchlevel.h
40853 ____________________________________________________________________________
40854 [ 6756] By: jhi on 2000/08/21 18:34:02
40857 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
40858 From: <abigail@foad.org>
40859 Date: Mon, 21 Aug 2000 14:00:16 -0400
40860 Message-ID: <20000821180016.28627.qmail@foad.org>
40863 ____________________________________________________________________________
40864 [ 6755] By: jhi on 2000/08/21 18:30:56
40865 Log: Use PodParser 1.18 new test.
40867 ! t/pod/special_seqs.t t/pod/special_seqs.xr
40868 ____________________________________________________________________________
40869 [ 6754] By: jhi on 2000/08/21 18:28:35
40870 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
40871 patches cannot be applied since #6712 conflicts.
40873 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
40874 ____________________________________________________________________________
40875 [ 6753] By: jhi on 2000/08/21 18:15:11
40876 Log: Weed out some smaller changes.
40878 ! pod/perldelta.pod
40879 ____________________________________________________________________________
40880 [ 6752] By: jhi on 2000/08/21 18:02:30
40881 Log: Also under djgpp the timestamps are funky.
40884 ____________________________________________________________________________
40885 [ 6751] By: jhi on 2000/08/21 17:55:56
40886 Log: Tweak the floating point output routine preferences.
40888 ! U/compline/d_gconvert.U
40891 ____________________________________________________________________________
40892 [ 6750] By: jhi on 2000/08/21 17:51:29
40893 Log: Unicos/mk requires elaborate paranoia.
40895 ! lib/Math/Complex.pm
40896 ____________________________________________________________________________
40897 [ 6749] By: gsar on 2000/08/21 16:53:31
40898 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
40901 ____________________________________________________________________________
40902 [ 6748] By: gsar on 2000/08/21 16:22:19
40903 Log: free TLS slot properly on Windows
40905 ! thread.h win32/perllib.c win32/win32thread.h
40906 ____________________________________________________________________________
40907 [ 6747] By: jhi on 2000/08/21 16:20:58
40908 Log: Rename the macro argument because some preprocessors
40909 can't tell the difference and expand arguments also inside
40910 double quoted strings.
40913 ____________________________________________________________________________
40914 [ 6746] By: jhi on 2000/08/21 16:09:41
40915 Log: Support long doubles in Storable.
40917 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
40918 From: Radu Greab <radu@netsoft.ro>
40919 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
40920 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
40922 ! ext/Storable/Storable.xs
40923 ____________________________________________________________________________
40924 [ 6745] By: jhi on 2000/08/21 15:51:40
40925 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
40926 From: "Fifer, Eric" <EFifer@sanwaint.com>
40927 Date: Mon, 21 Aug 2000 15:34:49 +0100
40928 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
40930 ! t/pragma/warn/9enabled
40931 ____________________________________________________________________________
40932 [ 6744] By: jhi on 2000/08/21 15:39:35
40933 Log: Document the endianness of Alpha more precisely.
40935 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
40937 ____________________________________________________________________________
40938 [ 6743] By: jhi on 2000/08/21 14:47:05
40939 Log: perldelta fixes from the p5p crowd.
40941 ! pod/perldelta.pod pod/perlop.pod
40942 ____________________________________________________________________________
40943 [ 6742] By: jhi on 2000/08/21 13:34:51
40944 Log: Update to Pod::LaTeX 0.53.
40946 Subject: [PATCH] lib/Pod/LaTeX.pm updates
40947 From: Tim Jenness <timj@jach.hawaii.edu>
40948 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
40949 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
40952 ____________________________________________________________________________
40953 [ 6741] By: jhi on 2000/08/21 13:33:01
40954 Log: Subject: [PATCH] os2.c fix for use64bitint
40955 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40956 Date: Mon, 21 Aug 2000 01:32:25 -0700
40957 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
40960 ____________________________________________________________________________
40961 [ 6740] By: jhi on 2000/08/21 13:28:52
40962 Log: Array context keeps slithering in.
40964 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
40965 From: Daniel Chetlin <daniel@chetlin.com>
40966 Date: Sun, 20 Aug 2000 21:40:25 -0700
40967 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
40969 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
40970 ! pod/perldebtut.pod
40971 ____________________________________________________________________________
40972 [ 6739] By: jhi on 2000/08/21 13:23:55
40973 Log: Big-endian quad fixes for Storable from Radu Greab,
40974 plus few explicit null casts for picky compilers.
40976 ! ext/Storable/Storable.xs
40977 ____________________________________________________________________________
40978 [ 6738] By: gsar on 2000/08/21 05:56:13
40979 Log: small tweaks for change#6705: avoid C++ style comments in C code;
40980 use Perl's malloc API rather than the low level system one
40983 ____________________________________________________________________________
40984 [ 6737] By: gsar on 2000/08/21 05:35:41
40985 Log: add Storable to list of extensions on Windows
40987 ! win32/Makefile win32/makefile.mk
40988 ____________________________________________________________________________
40989 [ 6736] By: jhi on 2000/08/21 02:57:53
40990 Log: Update Changes.
40992 ! Changes patchlevel.h
40993 ____________________________________________________________________________
40994 [ 6735] By: jhi on 2000/08/21 02:57:20
40997 ! pod/perldelta.pod
40998 ____________________________________________________________________________
40999 [ 6734] By: jhi on 2000/08/21 02:57:03
41000 Log: Add Storable 0.7.2 from Raphael Manfredi,
41001 plus the patch from
41003 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
41004 From: Radu Greab <radu@netsoft.ro>
41005 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
41006 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
41008 plus changes to get Storable to compile with
41009 picky ANSI compilers.
41011 + ext/Storable/ChangeLog ext/Storable/MANIFEST
41012 + ext/Storable/Makefile.PL ext/Storable/README
41013 + ext/Storable/Storable.pm ext/Storable/Storable.xs
41014 + ext/Storable/patchlevel.h t/lib/st-06compat.t
41015 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
41016 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
41017 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41018 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41019 + t/lib/st-tieditems.t
41021 ____________________________________________________________________________
41022 [ 6733] By: jhi on 2000/08/21 02:29:09
41023 Log: The correct cleaning order is an art.
41026 ____________________________________________________________________________
41027 [ 6732] By: jhi on 2000/08/21 01:23:39
41028 Log: The #6724 is here.
41030 ! t/lib/ftmp-security.t
41031 ____________________________________________________________________________
41032 [ 6731] By: jhi on 2000/08/20 23:17:03
41033 Log: s/this one/the 5.6.0 release/
41035 ! pod/perl56delta.pod
41036 ____________________________________________________________________________
41037 [ 6730] By: jhi on 2000/08/20 23:07:34
41038 Log: Mention perlebcdic and perlposix-bc.
41041 ____________________________________________________________________________
41042 [ 6729] By: jhi on 2000/08/20 21:32:59
41043 Log: Document the number of exponent digits.
41046 ____________________________________________________________________________
41047 [ 6728] By: jhi on 2000/08/20 21:16:47
41048 Log: Use File::Spec->tmpdir().
41050 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
41051 From: Tim Jenness <timj@jach.hawaii.edu>
41052 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
41054 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
41057 ____________________________________________________________________________
41058 [ 6727] By: jhi on 2000/08/20 20:43:32
41059 Log: Update Changes.
41061 ! Changes patchlevel.h
41062 ____________________________________________________________________________
41063 [ 6726] By: jhi on 2000/08/20 20:41:44
41064 Log: The veryclean target needs to clobber.
41067 ____________________________________________________________________________
41068 [ 6725] By: jhi on 2000/08/20 20:37:38
41069 Log: Document odd vs even subreleases and -Dusedevel.
41072 ____________________________________________________________________________
41073 [ 6724] By: jhi on 2000/08/20 19:58:05
41074 Log: Use temporary directory instead of current directory.
41076 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
41077 From: Tim Jenness <timj@jach.hawaii.edu>
41078 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
41079 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
41081 ! t/lib/ftmp-security.t
41082 ____________________________________________________________________________
41083 [ 6723] By: jhi on 2000/08/20 19:55:55
41084 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
41085 From: andreas.koenig@anima.de (Andreas J. Koenig)
41086 Date: 20 Aug 2000 15:52:03 +0200
41087 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
41089 ! lib/ExtUtils/MM_Unix.pm
41090 ____________________________________________________________________________
41091 [ 6722] By: jhi on 2000/08/20 19:46:01
41092 Log: Update to CGI 2.72, from Lincoln Stein.
41095 ____________________________________________________________________________
41096 [ 6721] By: jhi on 2000/08/20 19:43:54
41097 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
41098 From: Radu Greab <radu@netsoft.ro>
41099 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
41100 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
41102 ! ext/GDBM_File/GDBM_File.xs
41103 ____________________________________________________________________________
41104 [ 6720] By: jhi on 2000/08/20 19:42:01
41105 Log: pp_open() could pass an uninitialized filename down to do_open9().
41108 ____________________________________________________________________________
41109 [ 6719] By: jhi on 2000/08/20 14:06:41
41110 Log: UTF8 concat fixes.
41112 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
41113 From: Hugo <hv@crypt.compulink.co.uk>
41114 Date: Sun, 20 Aug 2000 07:30:46 +0100
41115 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
41117 ! pp_hot.c t/op/append.t
41118 ____________________________________________________________________________
41119 [ 6718] By: jhi on 2000/08/20 02:09:37
41120 Log: Let's try #6717 again.
41123 ____________________________________________________________________________
41124 [ 6717] By: jhi on 2000/08/20 01:56:55
41125 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
41126 From: "Craig A. Berry" <craig.berry@metamorgs.com>
41127 Date: Sat, 19 Aug 2000 18:15:39 -0500
41128 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
41131 ____________________________________________________________________________
41132 [ 6716] By: jhi on 2000/08/19 15:50:11
41133 Log: Update Changes.
41135 ! Changes patchlevel.h
41136 ____________________________________________________________________________
41137 [ 6715] By: jhi on 2000/08/19 15:39:09
41138 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
41139 From: Jonathan D Johnston <jdjohnston2@juno.com>
41140 Date: Thu, 17 Aug 2000 23:13:01 -0400
41141 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
41144 ____________________________________________________________________________
41145 [ 6714] By: jhi on 2000/08/19 15:34:04
41146 Log: Introduce a 'veryclean' target that is like 'distclean'
41147 but also removes *~ and *.orig.
41149 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
41150 ! utils/Makefile x2p/Makefile.SH
41151 ____________________________________________________________________________
41152 [ 6713] By: jhi on 2000/08/19 14:15:45
41153 Log: Put back the long double avoidance code to POSIX.xs
41154 because VMS seems to need it still.
41156 ! ext/POSIX/POSIX.xs
41157 ____________________________________________________________________________
41158 [ 6712] By: jhi on 2000/08/19 14:10:41
41159 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
41160 From: Peter Prymmer <pvhp@forte.com>
41161 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
41162 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
41164 ! lib/Pod/Find.pm t/pod/find.t
41165 ____________________________________________________________________________
41166 [ 6711] By: jhi on 2000/08/19 14:09:19
41167 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
41168 From: Peter Prymmer <pvhp@forte.com>
41169 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
41170 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
41171 cc: vmsperl@perl.org
41174 ____________________________________________________________________________
41175 [ 6710] By: jhi on 2000/08/19 14:08:01
41176 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
41177 From: Jan Dubois <jand@ActiveState.com>
41178 Date: Fri, 18 Aug 2000 16:31:48 -0700
41179 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
41182 ____________________________________________________________________________
41183 [ 6709] By: jhi on 2000/08/19 14:06:57
41184 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
41186 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
41187 From: Spider.Boardman@Orb.Nashua.NH.US
41188 Date: Fri, 18 Aug 2000 18:41:14 -0400
41189 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
41192 ____________________________________________________________________________
41193 [ 6708] By: jhi on 2000/08/18 22:04:49
41194 Log: Update Changes.
41196 ! Changes patchlevel.h
41197 ____________________________________________________________________________
41198 [ 6707] By: jhi on 2000/08/18 21:55:14
41199 Log: Add warnif(), check warnings further up the stack,
41200 all the warnings functions now can take an optional object reference.
41202 Subject: [PATCH bleedperl@6691] warnings pragma update
41203 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41204 Date: Fri, 18 Aug 2000 22:42:06 +0100
41205 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
41207 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
41208 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
41209 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
41210 ____________________________________________________________________________
41211 [ 6706] By: jhi on 2000/08/18 21:41:45
41212 Log: Typo in pp_complement().
41214 Subject: [PATCH perl-current] Deparse
41215 From: Peter Scott <Peter@PSDT.com>
41216 Date: Fri, 18 Aug 2000 12:44:37 -0700
41217 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
41219 ! ext/B/B/Deparse.pm
41220 ____________________________________________________________________________
41221 [ 6705] By: jhi on 2000/08/18 21:25:59
41222 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
41223 From: Jan Dubois <jand@ActiveState.com>
41224 Date: Fri, 18 Aug 2000 14:22:51 -0700
41225 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
41227 ! lib/Win32.pod win32/win32.c
41228 ____________________________________________________________________________
41229 [ 6704] By: jhi on 2000/08/18 21:16:14
41230 Log: Don't eat leading os from index entries.
41232 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
41233 From: Russ Allbery <rra@stanford.edu>
41234 Date: 10 Aug 2000 20:49:25 -0700
41235 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
41238 ____________________________________________________________________________
41239 [ 6703] By: jhi on 2000/08/18 21:07:06
41240 Log: Add [[:blank:]] as suggested in
41242 Subject: [ID 20000716.024] [=cc=] / [:blank:]
41243 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
41244 Date: Sun, 16 Jul 2000 17:55:29 -0700
41245 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
41247 (the [=cc=] has already been taken care of by #6439
41248 so the whole bug report can be closed)
41250 and make [[:space:]] to be equivalent to isspace(3)
41251 (as opposed to \s, which is isSPACE()). The difference
41252 is that now [[:space:]] matches the mythical vertical tab,
41255 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
41256 ! regexec.c t/op/pat.t
41257 ____________________________________________________________________________
41258 [ 6702] By: jhi on 2000/08/18 18:47:47
41259 Log: The new tests were missing from #6415.
41262 ____________________________________________________________________________
41263 [ 6701] By: jhi on 2000/08/18 18:20:40
41264 Log: Document the NDBM_File and ODBM_File as SDBM_File
41265 was documented in #6417.
41267 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
41268 ! ext/SDBM_File/SDBM_File.pm
41269 ____________________________________________________________________________
41270 [ 6700] By: jhi on 2000/08/18 18:10:39
41271 Log: Subject: [PATCH perl@6698] cygwin port
41272 From: "Fifer, Eric" <EFifer@sanwaint.com>
41273 Date: Fri, 18 Aug 2000 17:30:05 +0100
41274 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
41277 ____________________________________________________________________________
41278 [ 6699] By: jhi on 2000/08/18 16:21:49
41279 Log: Document code point which makes if (defined %stash::) to work
41280 (noted by Spider Boardman).
41283 ____________________________________________________________________________
41284 [ 6698] By: jhi on 2000/08/18 13:43:27
41285 Log: Update Changes.
41287 ! Changes patchlevel.h
41288 ____________________________________________________________________________
41289 [ 6697] By: jhi on 2000/08/18 13:35:57
41290 Log: Tiny Getopt::Long patch from Johan Vromans.
41292 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41293 ____________________________________________________________________________
41294 [ 6696] By: jhi on 2000/08/18 13:26:14
41295 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
41296 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
41297 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
41298 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
41300 ! pod/perldiag.pod pod/perlsyn.pod
41301 ____________________________________________________________________________
41302 [ 6695] By: jhi on 2000/08/18 13:13:26
41303 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
41304 From: Daniel Chetlin <daniel@chetlin.com>
41305 Date: Fri, 18 Aug 2000 03:13:36 -0700
41306 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
41309 ____________________________________________________________________________
41310 [ 6694] By: jhi on 2000/08/18 13:08:05
41311 Log: Subject: [PATCH] perltrap.pod spring cleaning
41312 From: Daniel Chetlin <daniel@chetlin.com>
41313 Date: Fri, 18 Aug 2000 03:06:54 -0700
41314 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
41316 plus Mike Guy's nitfix.
41319 ____________________________________________________________________________
41320 [ 6693] By: jhi on 2000/08/18 13:00:26
41321 Log: Unbuffer the output.
41323 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
41324 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41325 Date: Thu, 17 Aug 2000 18:39:29 -0700
41326 Message-ID: <RPJn5gzkgydf092yn@efn.org>
41329 ____________________________________________________________________________
41330 [ 6692] By: jhi on 2000/08/18 05:19:17
41331 Log: Delete the image, too, not just its MANIFEStation.
41333 - lib/CGI/eg/wilogo.gif
41334 ____________________________________________________________________________
41335 [ 6691] By: jhi on 2000/08/18 05:10:26
41336 Log: Propagate new Configure vars.
41338 ! configure.com epoc/config.sh uconfig.h uconfig.sh
41339 ! vos/config.def vos/config.h vos/config_h.SH_orig
41340 ! win32/config.bc win32/config.gc win32/config.vc
41341 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41342 ____________________________________________________________________________
41343 [ 6690] By: jhi on 2000/08/18 04:30:56
41344 Log: Update Changes.
41346 ! Changes patchlevel.h
41347 ____________________________________________________________________________
41348 [ 6689] By: jhi on 2000/08/18 04:12:30
41349 Log: Fix the lib/complex failure of
41351 From: abigail@foad.org
41352 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
41353 Date: 15 Aug 2000 04:06:38 -0000
41354 Message-Id: <20000815040638.8524.qmail@foad.org>
41356 Linux long double accuracy issue: something that
41357 when printed with %g looks like "2" but int() of it is 1.
41359 ! lib/Math/Complex.pm
41360 ____________________________________________________________________________
41361 [ 6688] By: jhi on 2000/08/18 03:15:35
41362 Log: The byteorder code in #6671 was wrong.
41365 ____________________________________________________________________________
41366 [ 6687] By: jhi on 2000/08/18 02:08:42
41367 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
41368 From: Jan Dubois <jand@ActiveState.com>
41369 Date: Thu, 17 Aug 2000 18:31:55 -0700
41370 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
41373 ____________________________________________________________________________
41374 [ 6686] By: jhi on 2000/08/18 02:04:15
41375 Log: Use NVs in POSIX math, not doubles.
41377 From: abigail@foad.org
41378 Subject: [ID 20000817.014] POSIX & modfl
41379 Date: 17 Aug 2000 20:49:18 -0000
41380 Message-Id: <20000817204918.23123.qmail@foad.org>
41382 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
41383 ____________________________________________________________________________
41384 [ 6685] By: jhi on 2000/08/18 02:02:12
41385 Log: Introduce NVef, NVff, and NVgf, use the middle one.
41386 (helps for lib/peek + Linux + long doubles) Reported in
41388 From: abigail@foad.org
41389 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
41390 Date: 15 Aug 2000 04:06:38 -0000
41391 Message-Id: <20000815040638.8524.qmail@foad.org>
41393 (note: the lib/complex failure has not yet been addressed)
41394 Branch: metaconfig/U/perl
41397 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41398 ! config_h.SH dump.c perl.h pod/perlguts.pod
41399 ____________________________________________________________________________
41400 [ 6684] By: jhi on 2000/08/17 23:22:19
41401 Log: Add byteorder to the myconfig output.
41404 ____________________________________________________________________________
41405 [ 6683] By: jhi on 2000/08/17 23:20:19
41406 Log: The image doth not exist, spotted by Johan Vromans.
41409 ____________________________________________________________________________
41410 [ 6682] By: jhi on 2000/08/17 22:38:16
41411 Log: Document what the backtick returns if the command fails.
41414 ____________________________________________________________________________
41415 [ 6681] By: jhi on 2000/08/17 22:33:12
41416 Log: Do not use prototyping here.
41418 Subject: [ID 20000817.016] [PATCH] Peek.xs
41419 From: abigail@foad.org
41420 Date: 17 Aug 2000 20:55:56 -0000
41421 Message-Id: <20000817205556.24270.qmail@foad.org>
41423 ! ext/Devel/Peek/Makefile.PL
41424 ____________________________________________________________________________
41425 [ 6680] By: jhi on 2000/08/17 19:46:43
41426 Log: Don't propose using modules built for 5.005 if no binary
41427 compatibility with 5.005 is attempted.
41429 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41430 Subject: Minor nit with 5.7.0 (6655)
41431 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
41432 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
41434 ! U/installdirs/inc_version_list.U
41436 ! Configure config_h.SH
41437 ____________________________________________________________________________
41438 [ 6679] By: jhi on 2000/08/17 19:16:39
41439 Log: Microperl config update.
41441 ! uconfig.h uconfig.sh
41442 ____________________________________________________________________________
41443 [ 6678] By: jhi on 2000/08/17 19:16:13
41444 Log: The #6648 wasn't protective enough for limited platforms
41448 ____________________________________________________________________________
41449 [ 6677] By: jhi on 2000/08/17 14:46:35
41450 Log: Update Changes.
41452 ! Changes patchlevel.h
41453 ____________________________________________________________________________
41454 [ 6676] By: jhi on 2000/08/17 14:44:02
41455 Log: Add perlebcdic from Peter Prymmer, regen toc.
41457 + pod/perlebcdic.pod
41458 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41459 ____________________________________________________________________________
41460 [ 6675] By: jhi on 2000/08/17 14:41:52
41461 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
41463 ! pod/perldebtut.pod
41464 ____________________________________________________________________________
41465 [ 6674] By: jhi on 2000/08/17 14:29:43
41466 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
41468 Subject: [ID 20000724.006] -DLEAKTEST problem
41469 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
41470 Date: Tue, 25 Jul 2000 00:36:32 -0500
41471 Message-Id: <20000725003632.A26186@www.llamacom.com>
41475 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
41476 From: Hugo <hv@crypt.compulink.co.uk>
41477 Date: Thu, 17 Aug 2000 15:23:42 +0100
41478 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
41481 ____________________________________________________________________________
41482 [ 6673] By: jhi on 2000/08/17 04:07:10
41483 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
41484 From: John Peacock <JPeacock@UnivPress.com>
41485 Date: Tue, 01 Aug 2000 09:38:12 -0400
41486 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
41488 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
41489 ____________________________________________________________________________
41490 [ 6672] By: jhi on 2000/08/17 03:04:35
41491 Log: Subject: [PATCH] Cwd.pm now uses strict
41492 From: Tim Jenness <timj@jach.hawaii.edu>
41493 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
41494 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
41497 ____________________________________________________________________________
41498 [ 6671] By: jhi on 2000/08/17 02:16:35
41499 Log: Make $Config{byteorder} more magical so that it is
41500 dynamically computed: nice for 'fat binaries'.
41502 Subject: [PATCH]: default byteorder
41503 From: Wilfredo Sánchez <wsanchez@apple.com>
41504 Date: Mon, 31 Jul 2000 19:45:31 -0700
41505 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
41508 ____________________________________________________________________________
41509 [ 6670] By: gsar on 2000/08/17 01:22:21
41510 Log: move WNOHANG definition to where other such things are
41513 ____________________________________________________________________________
41514 [ 6669] By: jhi on 2000/08/17 01:19:17
41515 Log: Update Changes.
41517 ! Changes patchlevel.h
41518 ____________________________________________________________________________
41519 [ 6668] By: jhi on 2000/08/17 01:16:29
41520 Log: Doc nits spotted by Richard Soderberg.
41522 ! README.posix-bc README.vmesa
41523 ____________________________________________________________________________
41524 [ 6667] By: jhi on 2000/08/17 01:12:11
41525 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
41526 From: "Casey R. Tweten" <crt@kiski.net>
41527 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
41528 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
41530 ! pod/perldebtut.pod
41531 ____________________________________________________________________________
41532 [ 6666] By: jhi on 2000/08/17 01:09:31
41533 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
41534 From: "Casey R. Tweten" <crt@kiski.net>
41535 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
41536 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
41539 ____________________________________________________________________________
41540 [ 6665] By: gsar on 2000/08/17 01:03:52
41541 Log: add "ok" targets from change#6632 in makefile.mk
41543 ! pod/perlport.pod win32/Makefile win32/makefile.mk
41544 ____________________________________________________________________________
41545 [ 6664] By: gsar on 2000/08/17 00:56:11
41546 Log: avoid warnings from dense compiler
41549 ____________________________________________________________________________
41550 [ 6663] By: jhi on 2000/08/17 00:51:49
41551 Log: Tweak the regex compilation errors once more.
41553 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41554 ! t/op/regmesg.t t/pragma/warn/regcomp
41555 ____________________________________________________________________________
41556 [ 6662] By: gsar on 2000/08/17 00:28:19
41557 Log: trailing new %ENV entries weren't being pushed into the real
41558 environment of subprocesses on Windows
41560 ! t/op/magic.t win32/perlhost.h
41561 ____________________________________________________________________________
41562 [ 6661] By: gsar on 2000/08/17 00:19:20
41563 Log: waitpid() now handles externally spawned pids correctly;
41564 fixes for backtick/wait/waitpid failures on Windows 9x
41566 these changes make the pid returned by process functions on
41567 Windows 9x always positive by clearing the high bit (which
41568 is always set on Win9x); pseudo-process PIDs are likewise
41569 always negative now on Win9x (just as on NT/2000)
41571 ! pp_sys.c win32/perlhost.h win32/win32.c
41572 ____________________________________________________________________________
41573 [ 6660] By: jhi on 2000/08/17 00:04:32
41574 Log: Retract #6645.
41576 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41577 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
41579 ____________________________________________________________________________
41580 [ 6659] By: gsar on 2000/08/16 23:59:28
41581 Log: on windows, the return values from wait() and waitpid() don't
41582 match those of pseudo-pids
41584 ! pp_sys.c t/op/fork.t util.c win32/win32.c
41585 ____________________________________________________________________________
41586 [ 6658] By: gsar on 2000/08/16 23:56:14
41587 Log: pod nit seen in passing
41590 ____________________________________________________________________________
41591 [ 6657] By: gsar on 2000/08/16 23:53:42
41592 Log: change#6328 could make close(SOCKET) return false on windows
41596 ____________________________________________________________________________
41597 [ 6656] By: gsar on 2000/08/16 23:46:57
41598 Log: check that the number pseudo children doesn't exceed
41599 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
41600 the WaitForMultipleObjects() limit that would cause wait()
41603 wait() and waitpid() could potentially be rewritten to use
41604 more than one thread to do the waiting to eliminate this
41608 ____________________________________________________________________________
41609 [ 6655] By: jhi on 2000/08/16 14:11:05
41610 Log: Update Changes.
41612 ! Changes patchlevel.h
41613 ____________________________________________________________________________
41614 [ 6654] By: jhi on 2000/08/16 14:10:12
41615 Log: Update to perldebtut 1.9, from Richard Foley.
41617 ! pod/perldebtut.pod
41618 ____________________________________________________________________________
41619 [ 6653] By: jhi on 2000/08/16 14:08:17
41620 Log: Change the regx compilation error markers to use = instead of <
41621 since pod makes using the latter quite messy. Reported in
41622 ID 20000814.006 by Abigail and in
41623 Subject: Unknown escape E<> ?
41624 From: Lupe Christoph <lupe@lupe-christoph.de>
41625 Date: Fri, 11 Aug 2000 00:30:27 +0200
41626 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
41628 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41629 ! t/op/regmesg.t t/pragma/warn/regcomp
41630 ____________________________________________________________________________
41631 [ 6652] By: jhi on 2000/08/16 13:25:31
41632 Log: Change the perlbug address to perl.org since it's more forgiving.
41634 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
41635 From: abigail@foad.org
41636 Date: 15 Aug 2000 04:15:40 -0000
41637 Message-Id: <20000815041540.8633.qmail@foad.org>
41640 ____________________________________________________________________________
41641 [ 6651] By: jhi on 2000/08/16 13:22:35
41642 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
41643 From: Tim Jenness <timj@jach.hawaii.edu>
41644 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
41645 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
41648 ____________________________________________________________________________
41649 [ 6650] By: jhi on 2000/08/16 13:18:13
41650 Log: Update to CPAN 1.57.
41652 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
41653 From: andreas.koenig@anima.de (Andreas J. Koenig)
41654 Date: 16 Aug 2000 15:09:46 +0200
41655 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
41658 ____________________________________________________________________________
41659 [ 6649] By: jhi on 2000/08/16 13:12:31
41660 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
41661 From: "Larry W. Virden" <lvirden@cas.org>
41662 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
41663 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
41666 ____________________________________________________________________________
41667 [ 6648] By: jhi on 2000/08/16 13:03:53
41668 Log: The numeric locale was reset to "C" by s?printf and never restored.
41670 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41671 From: Christian Kirsch <ck@held.mind.de>
41672 Date: Wed, 9 Aug 2000 17:05:17 +0200
41673 Message-Id: <20000809170517.A25389@held>
41675 No test since adding the failing example to locale.t
41676 does not fail -- probably because the locale settings are so
41677 thoroughly tweaked by that time. Running the example standalone
41678 does fail, though. UPDATE: test case added at change #7540.
41680 ! dump.c perl.h pp.c pp_ctl.c sv.c
41681 ____________________________________________________________________________
41682 [ 6647] By: jhi on 2000/08/16 00:07:54
41683 Log: Update Changes and test semi-automatic patchlevel updating.
41685 ! Changes patchlevel.h
41686 ____________________________________________________________________________
41687 [ 6646] By: jhi on 2000/08/15 23:35:07
41688 Log: Fix a dependency problem.
41690 Subject: [PATCH: 6640] VMS Makefile.SH update
41691 From: Peter Prymmer <pvhp@forte.com>
41692 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
41693 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
41695 ! vms/descrip_mms.template
41696 ____________________________________________________________________________
41697 [ 6645] By: jhi on 2000/08/15 23:33:23
41698 Log: (Retracted by #6660)
41700 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
41701 From: Dominic Dunlop <domo@computer.org>
41702 Date: Tue, 15 Aug 2000 22:20:52 +0200
41703 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
41704 Branch: metaconfig/U/perl
41707 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41708 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
41710 ____________________________________________________________________________
41711 [ 6644] By: jhi on 2000/08/15 21:17:20
41712 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
41713 From: abigail@foad.org
41714 Date: 15 Aug 2000 20:12:41 -0000
41715 Message-Id: <20000815201241.25556.qmail@foad.org>
41718 ____________________________________________________________________________
41719 [ 6643] By: jhi on 2000/08/15 21:15:28
41720 Log: (an already applied patch)
41723 ____________________________________________________________________________
41724 [ 6642] By: gsar on 2000/08/15 19:54:05
41725 Log: magic callbacks all need to have same type signature
41727 ! embed.pl mg.c proto.h
41728 ____________________________________________________________________________
41729 [ 6641] By: jhi on 2000/08/15 17:56:27
41730 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)
41731 From: Mike Guy <mjtg@cam.ac.uk>
41732 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
41733 Date: Tue, 15 Aug 2000 18:26:45 +0100
41735 Only the peek.t part applied, not the hash quality part.
41738 ____________________________________________________________________________
41739 [ 6640] By: jhi on 2000/08/15 16:37:37
41740 Log: Update Changes.
41743 ____________________________________________________________________________
41744 [ 6639] By: jhi on 2000/08/15 16:34:55
41745 Log: Missed a file from #6638.
41748 ____________________________________________________________________________
41749 [ 6638] By: jhi on 2000/08/15 16:33:19
41750 Log: Subject: [PATCH perl@6620] cygwin port
41751 From: "Fifer, Eric" <EFifer@sanwaint.com>
41752 Date: Tue, 15 Aug 2000 17:00:49 +0100
41753 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
41755 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
41756 ____________________________________________________________________________
41757 [ 6637] By: jhi on 2000/08/15 16:29:22
41758 Log: Subject: [PATCH] debugger exit code should reflect user exit code
41759 From: Mike Guy <mjtg@cam.ac.uk>
41760 Date: Tue, 15 Aug 2000 16:55:59 +0100
41761 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
41764 ____________________________________________________________________________
41765 [ 6636] By: jhi on 2000/08/15 15:30:58
41766 Log: Update Changes.
41769 ____________________________________________________________________________
41770 [ 6635] By: jhi on 2000/08/15 15:27:21
41771 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
41773 ! U/mkglossary U/mksample
41774 Branch: metaconfig/U/perl
41777 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41778 ____________________________________________________________________________
41779 [ 6634] By: jhi on 2000/08/15 14:11:55
41780 Log: Don't blow limited stacks, a lower number is enough to
41781 tickle the lookbehind limit.
41783 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
41784 From: Dominic Dunlop <domo@computer.org>
41785 Date: Tue, 15 Aug 2000 13:51:24 +0200
41786 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
41789 ____________________________________________________________________________
41790 [ 6633] By: jhi on 2000/08/15 14:01:46
41791 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
41792 From: Mike Guy <mjtg@cam.ac.uk>
41793 Date: Tue, 15 Aug 2000 12:10:50 +0100
41794 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
41797 ____________________________________________________________________________
41798 [ 6632] By: jhi on 2000/08/15 13:58:48
41799 Log: make ok etc also for win32.
41801 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
41802 From: Prymmer/Kahn <pvhp@best.com>
41803 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
41804 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
41807 ____________________________________________________________________________
41808 [ 6631] By: jhi on 2000/08/15 13:45:03
41809 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
41812 ____________________________________________________________________________
41813 [ 6630] By: jhi on 2000/08/15 03:25:09
41814 Log: Update Changes.
41817 ____________________________________________________________________________
41818 [ 6629] By: jhi on 2000/08/15 03:23:53
41819 Log: magic_regdatum_set() is void, not int.
41821 ! embed.pl mg.c proto.h
41822 ____________________________________________________________________________
41823 [ 6628] By: jhi on 2000/08/15 03:08:02
41824 Log: Make the user to give up his firstborn, err, to knowingly
41825 verify installing an unstable developer release. Also bump
41826 the release to 5.7.0, but leave a patch tag in the local
41827 patches saying that this is not yet the real thing.
41829 ! U/modified/Instruct.U
41830 Branch: metaconfig/U/perl
41833 ! Configure patchlevel.h
41834 ____________________________________________________________________________
41835 [ 6627] By: jhi on 2000/08/14 22:32:52
41836 Log: README.os2 update.
41838 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
41839 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41840 Date: Wed, 02 Aug 2000 21:55:09 -0700
41841 Message-ID: <tsPi5gzkgegX092yn@efn.org>
41844 ____________________________________________________________________________
41845 [ 6626] By: jhi on 2000/08/14 21:00:02
41846 Log: Subject: Re: File::Temp problems on VMS in bleedperl
41847 From: Tim Jenness <timj@jach.hawaii.edu>
41848 cc: vmsperl@perl.org
41849 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
41850 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
41852 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
41853 ____________________________________________________________________________
41854 [ 6625] By: jhi on 2000/08/14 20:52:16
41855 Log: Add SUIDMAIL as was done for the CERT alert.
41858 ____________________________________________________________________________
41859 [ 6624] By: jhi on 2000/08/14 20:48:50
41860 Log: Subject: sfio2000
41861 From: Daniel Muino <dmuino@afip.gov.ar>
41862 Date: Mon, 14 Aug 2000 16:58:11 -0300
41863 Message-ID: <20000814165811.B16368@con2-dgi>
41865 ! perlsdio.h perlsfio.h
41866 ____________________________________________________________________________
41867 [ 6623] By: jhi on 2000/08/14 20:47:36
41868 Log: Subject: warning: storage class after type is obsolescent
41869 From: Daniel Muino <dmuino@afip.gov.ar>
41870 Date: Mon, 14 Aug 2000 16:42:47 -0300
41871 Message-ID: <20000814164247.A16368@con2-dgi>
41873 ! regcomp.pl regnodes.h
41874 ____________________________________________________________________________
41875 [ 6622] By: jhi on 2000/08/14 20:43:05
41876 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
41877 From: abigail@foad.org
41878 Date: 14 Aug 2000 20:00:10 -0000
41879 Message-Id: <20000814200010.27271.qmail@foad.org>
41882 ____________________________________________________________________________
41883 [ 6621] By: jhi on 2000/08/14 15:23:05
41884 Log: Update Changes.
41887 ____________________________________________________________________________
41888 [ 6620] By: jhi on 2000/08/14 15:22:14
41889 Log: Subject: Re: [PATCH] @+, @- readonly
41890 From: Mike Guy <mjtg@cam.ac.uk>
41891 Date: Mon, 14 Aug 2000 15:26:55 +0100
41892 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
41894 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
41896 ____________________________________________________________________________
41897 [ 6619] By: jhi on 2000/08/14 14:12:08
41898 Log: Update Changes.
41901 ____________________________________________________________________________
41902 [ 6618] By: jhi on 2000/08/14 14:09:34
41903 Log: For now remove the mail code.
41906 ____________________________________________________________________________
41907 [ 6617] By: jhi on 2000/08/14 14:08:28
41908 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
41910 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
41911 ! pod/perlfaq8.pod pod/perlsec.pod
41912 ____________________________________________________________________________
41913 [ 6616] By: jhi on 2000/08/14 14:00:11
41914 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41915 From: Mike Guy <mjtg@cam.ac.uk>
41916 Date: Mon, 14 Aug 2000 08:26:02 +0100
41917 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
41920 ____________________________________________________________________________
41921 [ 6615] By: jhi on 2000/08/14 13:58:45
41922 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
41923 From: Mike Guy <mjtg@cam.ac.uk>
41924 Date: Mon, 14 Aug 2000 08:04:22 +0100
41925 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
41927 ! gv.c mg.c t/op/pat.t
41928 ____________________________________________________________________________
41929 [ 6614] By: jhi on 2000/08/14 13:56:45
41930 Log: Subject: Test fails / warnings with perl-current #6612
41931 From: Mike Guy <mjtg@cam.ac.uk>
41932 Date: Mon, 14 Aug 2000 07:57:23 +0100
41933 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
41935 ! t/lib/b.t t/lib/peek.t
41936 ____________________________________________________________________________
41937 [ 6613] By: jhi on 2000/08/14 13:45:33
41938 Log: VMS configure.com update continues.
41940 - vms/configure.com
41941 ! MANIFEST configure.com
41942 ____________________________________________________________________________
41943 [ 6612] By: jhi on 2000/08/13 22:13:35
41944 Log: Update Changes.
41947 ____________________________________________________________________________
41948 [ 6611] By: jhi on 2000/08/13 16:21:45
41949 Log: Upgrade to CGI 2.71, from Lincoln Stein.
41951 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
41952 ____________________________________________________________________________
41953 [ 6610] By: jhi on 2000/08/13 15:09:16
41954 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
41955 From: Mike Guy <mjtg@cam.ac.uk>
41956 Date: Sun, 13 Aug 2000 13:45:51 +0100
41957 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
41960 ____________________________________________________________________________
41961 [ 6609] By: jhi on 2000/08/13 14:31:26
41962 Log: Andreas says that 1.56 is fine, so reverting back to it.
41965 ____________________________________________________________________________
41966 [ 6608] By: jhi on 2000/08/13 05:34:20
41967 Log: Update Changes.
41970 ____________________________________________________________________________
41971 [ 6607] By: jhi on 2000/08/13 05:32:01
41972 Log: Put back the \z changes of #5406 to CPAN.pm.
41975 ____________________________________________________________________________
41976 [ 6606] By: jhi on 2000/08/13 05:20:16
41977 Log: Fix-n-skip the tests under 5005threads.
41980 ____________________________________________________________________________
41981 [ 6605] By: jhi on 2000/08/13 05:07:48
41982 Log: Fix the test for 5005threads.
41985 ____________________________________________________________________________
41986 [ 6604] By: jhi on 2000/08/13 03:35:37
41987 Log: Should have deleted this in #6603.
41989 - vms/subconfigure.com
41990 ____________________________________________________________________________
41991 [ 6603] By: jhi on 2000/08/12 18:29:32
41992 Log: Rewrite of vms/subconfigure.com as configure.com,
41993 from Peter Prymmer and the vmsperl crew.
41995 + vms/configure.com
41997 ____________________________________________________________________________
41998 [ 6602] By: jhi on 2000/08/11 13:00:01
41999 Log: PlainText.pm is dead.
42001 - lib/Pod/PlainText.pm
42003 ____________________________________________________________________________
42004 [ 6601] By: jhi on 2000/08/11 04:06:45
42005 Log: Update Changes.
42008 ____________________________________________________________________________
42009 [ 6600] By: jhi on 2000/08/11 04:06:10
42010 Log: Add a few missing files, update MANIFEST.
42012 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
42013 + lib/Pod/PlainText.pm t/pod/find.t
42014 ! MANIFEST t/op/regmesg.t
42015 ____________________________________________________________________________
42016 [ 6599] By: jhi on 2000/08/11 03:31:10
42017 Log: Add Perl debugging tutorial, regen toc.
42019 Subject: perldebtut.pod
42020 From: Richard Foley <Richard.Foley@m.dasa.de>
42021 Date: Wed, 09 Aug 2000 10:17:15 +0200
42022 Message-id: <3991138B.262247B8@m.dasa.de>
42024 + pod/perldebtut.pod
42025 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42026 ____________________________________________________________________________
42027 [ 6598] By: jhi on 2000/08/11 02:48:56
42028 Log: tiny Changes edit
42031 ____________________________________________________________________________
42032 [ 6597] By: jhi on 2000/08/11 02:39:04
42033 Log: Tests for #6589.
42035 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42036 From: simon@brecon.co.uk (Simon Cozens)
42037 Date: 11 Aug 2000 02:24:52 GMT
42038 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
42041 ____________________________________________________________________________
42042 [ 6596] By: jhi on 2000/08/11 01:50:07
42043 Log: Update Changes.
42046 ____________________________________________________________________________
42047 [ 6595] By: jhi on 2000/08/11 01:47:16
42051 ____________________________________________________________________________
42052 [ 6594] By: jhi on 2000/08/11 01:36:16
42053 Log: Subject: Getting perlio and threads to compile
42054 From: Lupe Christoph <lupe@lupe-christoph.de>
42055 Date: Wed, 9 Aug 2000 11:35:54 +0200
42056 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
42058 (the Solaris version changes in Configure skipped)
42060 ! hints/solaris_2.sh thread.h
42061 ____________________________________________________________________________
42062 [ 6593] By: jhi on 2000/08/11 01:30:16
42063 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
42064 From: simon@brecon.co.uk (Simon Cozens)
42065 Date: 1 Aug 2000 06:55:19 GMT
42066 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
42069 ____________________________________________________________________________
42070 [ 6592] By: jhi on 2000/08/11 01:26:39
42071 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
42072 From: Peter Scott <Peter@PeterScott.com>
42073 Date: Thu, 10 Aug 2000 08:23:27 -0700
42074 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
42077 ____________________________________________________________________________
42078 [ 6591] By: jhi on 2000/08/11 01:22:02
42079 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
42080 From: Hugo <hv@crypt.compulink.co.uk>
42081 Date: Thu, 10 Aug 2000 19:23:04 +0100
42082 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
42084 ! regexec.c t/op/pat.t
42085 ____________________________________________________________________________
42086 [ 6590] By: jhi on 2000/08/11 01:19:19
42087 Log: Preprocessing and postprocessing for File::Find.
42089 Subject: Patch to Find::File.pm to allow alphabetical results
42090 From: Joe Smith <jsmith@inwap.com>
42091 Date: Wed, 9 Aug 2000 02:44:54 -0700
42092 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
42095 ____________________________________________________________________________
42096 [ 6589] By: jhi on 2000/08/11 01:12:39
42097 Log: B::Deparse didn't do sub attributes.
42099 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42100 From: simon@brecon.co.uk (Simon Cozens)
42101 Date: 9 Aug 2000 04:49:20 GMT
42102 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
42104 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
42105 ____________________________________________________________________________
42106 [ 6588] By: jhi on 2000/08/11 01:06:40
42107 Log: Subject: debugger "d" command doesnt check line number
42108 From: Mike Guy <mjtg@cam.ac.uk>
42109 Date: Tue, 08 Aug 2000 21:54:29 +0100
42110 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
42112 ! lib/perl5db.pl mg.c pod/perldiag.pod
42113 ____________________________________________________________________________
42114 [ 6587] By: jhi on 2000/08/11 00:45:03
42115 Log: sleep(1) does not necessarily return 1.
42117 Subject: [PATCH bleadperl] op/lex_assign.t
42118 From: Hugo <hv@crypt.compulink.co.uk>
42119 Date: Thu, 03 Aug 2000 14:34:22 +0100
42120 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
42122 ! t/op/lex_assign.t
42123 ____________________________________________________________________________
42124 [ 6586] By: jhi on 2000/08/11 00:31:50
42125 Log: Document the IO::Select timeout.
42127 ! ext/IO/lib/IO/Select.pm
42128 ____________________________________________________________________________
42129 [ 6585] By: jhi on 2000/08/11 00:13:54
42130 Log: Forgot contributor.
42133 ____________________________________________________________________________
42134 [ 6584] By: jhi on 2000/08/11 00:09:19
42138 ____________________________________________________________________________
42139 [ 6583] By: jhi on 2000/08/11 00:07:53
42140 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
42142 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
42143 From: Mike Guy <mjtg@cam.ac.uk>
42144 Date: Thu, 10 Aug 2000 15:50:54 +0100
42145 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
42148 ____________________________________________________________________________
42149 [ 6582] By: jhi on 2000/08/10 23:29:32
42150 Log: Update Changes.
42153 ____________________________________________________________________________
42154 [ 6581] By: jhi on 2000/08/10 23:26:16
42155 Log: Put back the std @INC thing.
42157 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
42158 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
42159 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
42161 ____________________________________________________________________________
42162 [ 6580] By: jhi on 2000/08/10 23:03:34
42163 Log: Update to CGI 2.70, from Lincoln Stein.
42165 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
42166 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
42167 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
42168 ! t/lib/cgi-request.t
42169 ____________________________________________________________________________
42170 [ 6579] By: jhi on 2000/08/10 22:41:50
42171 Log: Update to CPAN 1.56, from Andreas König.
42173 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42174 ____________________________________________________________________________
42175 [ 6578] By: jhi on 2000/08/10 22:38:13
42176 Log: Update to Pod::Parser 1.17, from Brad Appleton.
42178 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
42179 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
42180 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
42181 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
42182 ! t/pod/include.t t/pod/included.t t/pod/lref.t
42183 ! t/pod/multiline_items.t t/pod/nested_items.t
42184 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
42185 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
42186 ! t/pod/special_seqs.t
42187 ____________________________________________________________________________
42188 [ 6577] By: jhi on 2000/08/10 22:35:41
42189 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
42192 ____________________________________________________________________________
42193 [ 6576] By: jhi on 2000/08/10 22:24:54
42194 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
42197 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
42198 ! t/lib/gol-compat.t t/lib/gol-linkage.t
42199 ____________________________________________________________________________
42200 [ 6575] By: jhi on 2000/08/10 22:02:07
42201 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
42203 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
42204 ____________________________________________________________________________
42205 [ 6574] By: jhi on 2000/08/10 21:55:03
42206 Log: Iterating perl6 description.
42209 ____________________________________________________________________________
42210 [ 6573] By: jhi on 2000/08/10 21:48:26
42211 Log: Revert the sv.c part of #6559, a better fix is needed.
42214 ____________________________________________________________________________
42215 [ 6572] By: jhi on 2000/08/10 20:33:43
42216 Log: It's the 2ndO'ROSSC.
42219 ____________________________________________________________________________
42220 [ 6571] By: jhi on 2000/08/10 15:55:48
42224 ____________________________________________________________________________
42225 [ 6570] By: jhi on 2000/08/10 14:11:17
42226 Log: An exceptionally sticky typo.
42229 ____________________________________________________________________________
42230 [ 6569] By: jhi on 2000/08/10 14:09:33
42231 Log: detypo (and test Changes updating script)
42234 ____________________________________________________________________________
42235 [ 6568] By: jhi on 2000/08/10 14:07:07
42236 Log: Update Changes.
42239 ____________________________________________________________________________
42240 [ 6567] By: jhi on 2000/08/10 14:06:19
42241 Log: Amend the description of Perl6.
42242 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
42243 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42244 Date: Wed, 9 Aug 2000 22:11:06 -0500
42245 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
42248 ____________________________________________________________________________
42249 [ 6566] By: jhi on 2000/08/10 13:58:57
42250 Log: Subject: Remove dead entry in perldiag
42251 From: Mike Guy <mjtg@cam.ac.uk>
42252 Date: Thu, 10 Aug 2000 14:19:19 +0100
42253 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
42256 ____________________________________________________________________________
42257 [ 6565] By: jhi on 2000/08/10 13:51:48
42258 Log: Zero entries were skipped, fix from Adrian Goalby
42259 <argoalby@yahoo.co.uk>
42261 ! lib/unicode/Number.pl lib/unicode/mktables.PL
42262 ____________________________________________________________________________
42263 [ 6564] By: jhi on 2000/08/10 13:00:12
42264 Log: Subject: [PATCH 5.6.0] cygwin port
42265 From: "Fifer, Eric" <EFifer@sanwaint.com>
42266 Date: Thu, 10 Aug 2000 13:15:36 +0100
42267 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
42269 ! README.cygwin hints/cygwin.sh
42270 ____________________________________________________________________________
42271 [ 6563] By: jhi on 2000/08/10 12:55:16
42272 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
42274 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
42275 ____________________________________________________________________________
42276 [ 6562] By: gsar on 2000/08/10 08:38:39
42277 Log: warn is a macro, avoid using at a variable to avoid warnings
42278 in some configurations; readdir.t is too conservative in
42279 estimating number of *.t's
42281 ! t/op/readdir.t util.c
42282 ____________________________________________________________________________
42283 [ 6561] By: jhi on 2000/08/09 23:35:42
42284 Log: Update Changes.
42287 ____________________________________________________________________________
42288 [ 6560] By: jhi on 2000/08/09 23:05:47
42289 Log: Subject: Re: enhanced(?) regex error messages
42290 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42291 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
42292 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
42294 (plus two small patches sent privately)
42295 (this still seems to leave few test failures)
42298 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
42299 ! t/pragma/warn/regcomp
42300 ____________________________________________________________________________
42301 [ 6559] By: jhi on 2000/08/09 20:41:18
42302 Log: (The fix did work but was not right, retracted in #6573)
42304 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42305 From: Christian Kirsch <ck@held.mind.de>
42306 Date: Wed, 9 Aug 2000 17:05:17 +0200
42307 Message-Id: <20000809170517.A25389@held>
42309 ! sv.c t/pragma/locale.t
42310 ____________________________________________________________________________
42311 [ 6558] By: jhi on 2000/08/08 22:34:08
42312 Log: Tiny updates on the contributors list.
42315 ____________________________________________________________________________
42316 [ 6557] By: jhi on 2000/08/08 19:34:28
42317 Log: Double check that we have a dirhandle.
42320 ____________________________________________________________________________
42321 [ 6556] By: jhi on 2000/08/08 19:01:51
42322 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
42323 May be repopulated with fresh maintained examples.
42325 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
42326 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
42327 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
42328 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
42329 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
42330 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
42331 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
42332 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
42333 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
42334 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
42335 + lib/CGI/eg/wilogo_gif.uu
42336 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
42337 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
42338 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
42339 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
42340 - eg/cgi/frameset.cgi eg/cgi/index.html
42341 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42342 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42343 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42344 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42345 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42346 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42347 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42348 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42349 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42350 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42351 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42352 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42353 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42354 - eg/van/vanish eg/who eg/wrapsuid
42356 ____________________________________________________________________________
42357 [ 6555] By: jhi on 2000/08/08 18:51:08
42358 Log: Delete chat2 as requested by Randal.
42360 Subject: Re: perlfaq8 coyness
42361 From: merlyn@stonehenge.com (Randal L. Schwartz)
42362 Date: 15 May 2000 18:52:42 -0700
42363 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
42367 ____________________________________________________________________________
42368 [ 6554] By: jhi on 2000/08/08 18:31:35
42369 Log: Regen global.sym.
42372 ____________________________________________________________________________
42373 [ 6553] By: jhi on 2000/08/08 18:28:13
42374 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
42375 (either perlbug or p5p ate the original), plus regen
42376 perlapi and perltoc.
42378 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
42379 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
42380 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
42381 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
42382 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
42383 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
42384 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
42385 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
42386 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
42387 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
42388 ____________________________________________________________________________
42389 [ 6552] By: jhi on 2000/08/08 18:06:29
42390 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
42391 From: Mike Guy <mjtg@cam.ac.uk>
42392 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
42393 Date: Tue, 08 Aug 2000 15:51:27 +0100
42395 ! doop.c sv.h t/op/join.t t/pragma/overload.t
42396 ____________________________________________________________________________
42397 [ 6551] By: jhi on 2000/08/08 18:01:11
42398 Log: Re-apply #6549.
42401 ____________________________________________________________________________
42402 [ 6550] By: jhi on 2000/08/08 17:43:08
42403 Log: Accidental retraction of #6549.
42406 ____________________________________________________________________________
42407 [ 6549] By: jhi on 2000/08/08 17:40:04
42408 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42409 From: Mike Guy <mjtg@cam.ac.uk>
42410 Date: Mon, 07 Aug 2000 21:49:58 +0100
42411 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
42414 ____________________________________________________________________________
42415 [ 6548] By: jhi on 2000/08/08 17:37:57
42416 Log: Document here-doc better.
42418 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
42419 From: Mike Guy <mjtg@cam.ac.uk>
42420 Date: Mon, 07 Aug 2000 14:02:09 +0100
42421 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
42424 ____________________________________________________________________________
42425 [ 6547] By: jhi on 2000/08/08 17:33:34
42426 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
42427 From: "Randy J. Ray" <rjray@redhat.com>
42428 Date: Mon, 07 Aug 2000 19:12:25 -0700
42429 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
42431 ! perl.c pod/perlrun.pod
42432 ____________________________________________________________________________
42433 [ 6546] By: jhi on 2000/08/08 17:29:26
42434 Log: Subject: Re: enhanced(?) regex error messages
42435 From: Hugo <hv@crypt.compulink.co.uk>
42436 Date: Tue, 08 Aug 2000 03:25:51 +0100
42437 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
42439 plus Capitalize the error messages, plus perldiag them.
42441 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
42442 ____________________________________________________________________________
42443 [ 6545] By: jhi on 2000/08/08 13:59:28
42444 Log: Augment #6539 a bit: don't croak if there's magic in the air.
42446 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
42447 From: Hugo <hv@crypt.compulink.co.uk>
42448 Date: Tue, 08 Aug 2000 03:02:03 +0100
42449 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
42451 ! pp.c t/op/bless.t
42452 ____________________________________________________________________________
42453 [ 6544] By: jhi on 2000/08/07 21:11:52
42454 Log: Make the test -w clean.
42457 ____________________________________________________________________________
42458 [ 6543] By: jhi on 2000/08/07 19:49:53
42459 Log: use warnings instead of $^W.
42462 ____________________________________________________________________________
42463 [ 6542] By: jhi on 2000/08/07 17:41:41
42464 Log: Disable a portability warning Because We Know What We Are Doing.
42467 ____________________________________________________________________________
42468 [ 6541] By: jhi on 2000/08/07 17:29:51
42469 Log: Tiny tidying on report_evil_fh().
42472 ____________________________________________________________________________
42473 [ 6540] By: jhi on 2000/08/07 16:37:38
42474 Log: Make regular expression parse error messages easier to understand.
42476 Subject: Re: enhanced(?) regex error messages
42477 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42478 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
42479 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
42482 ____________________________________________________________________________
42483 [ 6539] By: jhi on 2000/08/07 16:12:27
42484 Log: Make bless(REF, REF) a fatal error, add bless tests.
42486 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
42487 From: Hugo <hv@crypt.compulink.co.uk>
42488 Date: Mon, 07 Aug 2000 16:59:38 +0100
42489 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
42492 ! MANIFEST pod/perldiag.pod pp.c sv.c
42493 ____________________________________________________________________________
42494 [ 6538] By: jhi on 2000/08/07 15:59:43
42495 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
42496 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
42497 Date: Thu, 3 Aug 2000 14:29:21 -0700
42498 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
42501 ____________________________________________________________________________
42502 [ 6537] By: jhi on 2000/08/07 15:47:18
42503 Log: Retract #6419 for now since it breaks in AFS and MachTen.
42506 ____________________________________________________________________________
42507 [ 6536] By: jhi on 2000/08/07 15:05:29
42508 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
42509 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
42510 The security hole exists only in suidperls, which isn't
42511 installed or even built by default.
42514 ____________________________________________________________________________
42515 [ 6535] By: jhi on 2000/08/07 14:45:14
42516 Log: tr memory corruption fix from Simon Cozens.
42519 ____________________________________________________________________________
42520 [ 6534] By: jhi on 2000/08/06 11:38:16
42521 Log: Document a bit that UDP is not what you might think.
42523 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
42524 From: Lupe Christoph <lupe@lupe-christoph.de>
42525 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
42526 Date: Mon, 24 Jul 2000 08:59:15 +0200
42529 ____________________________________________________________________________
42530 [ 6533] By: jhi on 2000/08/06 11:35:01
42531 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
42532 From: Jeff Pinyan <jeffp@hut.crusoe.net>
42533 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
42534 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
42537 ____________________________________________________________________________
42538 [ 6532] By: jhi on 2000/08/06 03:45:41
42539 Log: Have symbols for the IoTYPEs.
42541 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
42542 ____________________________________________________________________________
42543 [ 6531] By: jhi on 2000/08/06 01:33:55
42544 Log: Continue fixing the io warnings. This also
42545 sort of fixes bug ID 20000802.003: the core dump
42546 is no more. Whether the current behaviour is correct
42547 (giving a warning: "Not a format reference"), is another matter.
42549 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
42550 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
42551 ____________________________________________________________________________
42552 [ 6530] By: jhi on 2000/08/05 21:33:12
42553 Log: Change the Policy policy: now -Dprefix= with an existing
42554 Policy.sh and prefix == siteprefix == vendorprefix, then all
42555 of them follow along the new prefix.
42557 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
42558 From: Andy Dougherty <doughera@lafayette.edu>
42559 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
42560 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
42563 ____________________________________________________________________________
42564 [ 6529] By: jhi on 2000/08/05 18:57:28
42565 Log: Zap lib/Sys directory when cleaning up.
42568 ____________________________________________________________________________
42569 [ 6528] By: jhi on 2000/08/05 18:40:44
42570 Log: Essential prototype changes were missing from #6527.
42571 Also make report_evil_fh() more bomb-proof.
42574 ____________________________________________________________________________
42575 [ 6527] By: jhi on 2000/08/05 03:22:05
42576 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
42577 From: "Ronald F. Guilmette" <rfg@monkeys.com>
42578 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
42579 Message-Id: <200007242247.PAA52177@monkeys.com>
42581 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
42582 ____________________________________________________________________________
42583 [ 6526] By: jhi on 2000/08/04 21:23:27
42584 Log: gcc versions might have (parentheses) in them.
42585 Branch: metaconfig/U/perl
42588 ! Configure config_h.SH
42589 ____________________________________________________________________________
42590 [ 6525] By: jhi on 2000/08/04 20:23:12
42591 Log: Weed buglets pointed out by
42593 From: Lupe Christoph <lupe@lupe-christoph.de>
42594 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
42595 Date: Fri, 4 Aug 2000 17:34:39 +0200
42596 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
42597 Branch: metaconfig/U/perl
42598 ! gccvers.U uselfs.U
42600 ! Configure config_h.SH
42601 ____________________________________________________________________________
42602 [ 6524] By: jhi on 2000/08/04 19:02:08
42603 Log: Warn under -w if lstat(FH) is attempted.
42605 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
42606 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
42607 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
42608 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
42610 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
42611 ! t/pragma/warn/pp_sys
42612 ____________________________________________________________________________
42613 [ 6523] By: jhi on 2000/08/04 12:31:11
42614 Log: Subject: New perlcc, take 2
42615 From: simon@brecon.co.uk (Simon Cozens)
42616 Date: 4 Aug 2000 06:21:04 GMT
42617 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
42620 ____________________________________________________________________________
42621 [ 6522] By: jhi on 2000/08/04 12:26:33
42622 Log: Subject: Re: Array vs. List context
42623 From: Daniel Chetlin <daniel@chetlin.com>
42624 Date: Fri, 4 Aug 2000 00:22:44 -0700
42625 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
42627 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
42629 ____________________________________________________________________________
42630 [ 6521] By: jhi on 2000/08/04 12:22:38
42631 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
42632 From: Raymund Will <ray@caldera.de>
42633 Date: Fri, 4 Aug 2000 12:07:09 +0200
42634 Message-Id: <20000804120709.A14982@caldera.de>
42637 ____________________________________________________________________________
42638 [ 6520] By: jhi on 2000/08/04 04:09:06
42639 Log: After the #6519 a warning about stat() is just that,
42640 not about a filetest, which now have their own warning.
42643 ____________________________________________________________________________
42644 [ 6519] By: jhi on 2000/08/04 04:06:30
42645 Log: In the warnings call filehandles consistently so;
42646 add "unopened" warning for stat().
42648 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
42649 ! t/pragma/warn/pp_sys
42650 ____________________________________________________________________________
42651 [ 6518] By: jhi on 2000/08/04 02:55:35
42652 Log: Subject: Minor tweak to perlvar.pod
42653 From: "Stephen P. Potter" <spp@ds.net>
42654 Date: Tue, 18 Apr 2000 09:26:03 -0400
42655 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
42658 ____________________________________________________________________________
42659 [ 6517] By: jhi on 2000/08/04 02:50:08
42660 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
42661 From: "Clinton Pierce" <cpierce1@ford.com>
42662 Date: Wed, 21 Jul 1999 16:45:31 -0400
42663 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
42665 Fix by Stephen Potter (visible in the bug db but not in p5p?)
42667 ! pod/perlfunc.pod pod/perlop.pod
42668 ____________________________________________________________________________
42669 [ 6516] By: jhi on 2000/08/04 02:09:25
42670 Log: This is 6512. Really.
42673 ____________________________________________________________________________
42674 [ 6515] By: jhi on 2000/08/04 01:25:50
42675 Log: mention the idea of @( and @)
42678 ____________________________________________________________________________
42679 [ 6514] By: bailey on 2000/08/04 01:18:46
42680 Log: YA resync with mainstem, including VMS patches from others
42682 +> (branch 48 files)
42683 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
42684 !> (integrate 354 files)
42685 ____________________________________________________________________________
42686 [ 6513] By: jhi on 2000/08/04 01:18:18
42687 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
42688 From: Mark Dickinson <dickins3@fas.harvard.edu>
42689 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
42690 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
42692 ! t/op/grent.t t/op/pwent.t
42693 ____________________________________________________________________________
42694 [ 6512] By: jhi on 2000/08/04 01:14:06
42695 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
42696 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42697 Date: Wed, 02 Aug 2000 10:51:01 +0100
42698 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
42701 ____________________________________________________________________________
42702 [ 6511] By: jhi on 2000/08/04 00:57:00
42703 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
42704 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42705 Date: Thu, 03 Aug 2000 17:20:04 -0700
42706 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
42708 ! U/modified/Cppsym.U
42710 ! Configure config_h.SH
42711 ____________________________________________________________________________
42712 [ 6510] By: jhi on 2000/08/04 00:25:28
42716 ____________________________________________________________________________
42717 [ 6509] By: jhi on 2000/08/03 23:43:18
42718 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
42719 From: Dominic Dunlop <domo@computer.org>
42720 Date: Thu, 3 Aug 2000 22:16:46 +0200
42721 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
42724 ____________________________________________________________________________
42725 [ 6508] By: jhi on 2000/08/03 23:40:37
42726 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
42727 From: Hugo <hv@crypt.compulink.co.uk>
42728 Date: Thu, 03 Aug 2000 18:25:30 +0100
42729 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
42731 ! regcomp.c t/op/re_tests
42732 ____________________________________________________________________________
42733 [ 6507] By: jhi on 2000/08/03 23:38:28
42734 Log: Subject: [PATCH] sv.h documentation - SvLEN
42735 From: Mike Guy <mjtg@cam.ac.uk>
42736 Date: Thu, 03 Aug 2000 14:43:09 +0100
42737 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
42740 ____________________________________________________________________________
42741 [ 6506] By: jhi on 2000/08/03 15:49:14
42742 Log: Disable the fix_pl hack for now.
42745 ____________________________________________________________________________
42746 [ 6505] By: jhi on 2000/08/03 13:49:04
42747 Log: Add a URL for FSF.
42749 Subject: Patch for README
42750 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42751 Date: Wed, 2 Aug 2000 13:25:09 -0500
42752 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
42755 ____________________________________________________________________________
42756 [ 6504] By: jhi on 2000/08/03 13:29:19
42757 Log: Be more informative on what is skipped and why,
42758 also repeat the list at the end.
42761 ____________________________________________________________________________
42762 [ 6503] By: jhi on 2000/08/03 13:07:05
42763 Log: Circumvent the removal of .patch by fix_pl.
42765 Subject: Re: [ID 20000802.011] unable to 'make test'
42766 From: simon@brecon.co.uk (Simon Cozens)
42767 Date: 3 Aug 2000 04:17:00 GMT
42768 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
42771 ____________________________________________________________________________
42772 [ 6502] By: jhi on 2000/08/03 00:14:34
42773 Log: Add the missing setproctitle unit.
42774 Branch: metaconfig/U/perl
42776 ____________________________________________________________________________
42777 [ 6501] By: jhi on 2000/08/03 00:00:26
42778 Log: The subtest 4 may fail also on VOBS, as pointed out
42779 by Nick Ing-Simmons in November 1999, bug id 19991124.003
42780 (but the failure in that bug report isn't the subtest 4).
42783 ____________________________________________________________________________
42784 [ 6500] By: jhi on 2000/08/02 23:49:30
42785 Log: Better skip message for the test; one of the two problems in
42787 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
42788 From: Lupe Christoph <lupe@lupe-christoph.de>
42789 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
42790 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
42792 ! t/op/numconvert.t
42793 ____________________________________________________________________________
42794 [ 6499] By: jhi on 2000/08/02 22:49:16
42795 Log: Allow "no Module;" even if there is no 'unimport'.
42797 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
42798 From: mjd@plover.com
42799 Date: 24 Mar 2000 15:24:34 -0000
42800 Message-Id: <20000324152434.15160.qmail@plover.com>
42803 ____________________________________________________________________________
42804 [ 6498] By: jhi on 2000/08/02 22:42:58
42805 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
42806 that are hopefully soon put into use.
42808 ! opcode.h opcode.pl opnames.h
42809 ____________________________________________________________________________
42810 [ 6497] By: gsar on 2000/08/02 22:28:59
42811 Log: require.t needs binmode() to work on windows
42814 ____________________________________________________________________________
42815 [ 6496] By: jhi on 2000/08/02 22:08:51
42816 Log: Document the IVdf UVuf UVof UVxf.
42819 ____________________________________________________________________________
42820 [ 6495] By: jhi on 2000/08/02 21:54:26
42823 ! ext/Data/Dumper/Dumper.xs
42824 ____________________________________________________________________________
42825 [ 6494] By: jhi on 2000/08/02 21:49:17
42826 Log: Dump UVs as UVs in Data::Dumper.
42828 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
42829 From: Gurusamy Sarathy <gsar@ActiveState.com>
42830 Date: Thu, 27 Apr 2000 12:26:25 -0700
42831 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
42833 ! ext/Data/Dumper/Dumper.xs
42834 ____________________________________________________________________________
42835 [ 6493] By: jhi on 2000/08/02 17:01:58
42836 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
42837 From: Hugo <hv@crypt.compulink.co.uk>
42838 Date: Wed, 02 Aug 2000 14:53:56 +0100
42839 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
42841 ! regexec.c t/op/re_tests
42842 ____________________________________________________________________________
42843 [ 6492] By: jhi on 2000/08/02 15:02:46
42844 Log: The new setproctitle() feature is available only in
42845 bleeding edge FreeBSD. From Paul Saab.
42848 ____________________________________________________________________________
42849 [ 6491] By: jhi on 2000/08/02 13:34:36
42850 Log: The tr utf8 patching continues.
42852 Subject: Re: #6469, too many tests claimed in require.t
42853 From: simon@brecon.co.uk (Simon Cozens)
42854 Date: 2 Aug 2000 02:37:17 GMT
42855 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
42857 (the logic of the test was the wrong way round in the patch)
42860 ____________________________________________________________________________
42861 [ 6490] By: jhi on 2000/08/02 13:27:38
42862 Log: The name of a filehandle does not have <these>.
42864 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
42865 ! t/pragma/warn/pp_sys util.c
42866 ____________________________________________________________________________
42867 [ 6489] By: jhi on 2000/08/02 04:26:46
42868 Log: Remove the extraneous "main::" prefix from all the
42869 "opened only for", "on closed", and "never opened" warnings.
42871 Subject: Re: inappropriate warning
42872 From: Gurusamy Sarathy <gsar@ActiveState.com>
42873 Date: Mon, 20 Mar 2000 11:28:02 -0800
42874 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
42876 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
42877 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
42878 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
42879 ____________________________________________________________________________
42880 [ 6488] By: jhi on 2000/08/02 03:02:57
42881 Log: memcpy has n o in it, as pinted ut by Sarathy.
42884 ____________________________________________________________________________
42885 [ 6487] By: jhi on 2000/08/02 02:44:51
42886 Log: Document in one place the memory abstractions used in Perl core.
42888 Subject: Re: Memory abstraction
42889 From: simon@brecon.co.uk (Simon Cozens)
42890 Date: 2 Aug 2000 02:20:23 GMT
42891 Organization: Earth.li Origins
42894 ____________________________________________________________________________
42895 [ 6486] By: jhi on 2000/08/02 02:41:57
42896 Log: regen_headers, regen perltoc.
42898 ! perlapi.c pod/perltoc.pod
42899 ____________________________________________________________________________
42900 [ 6485] By: jhi on 2000/08/02 01:43:33
42901 Log: "This little thing tests for a file .patch, and if it contains
42902 a number, pops into patchlevel.h" (making it easier to track
42903 which development version people are reporting bugs against)
42905 Subject: Patchlevel autogeneration for repository perls
42906 From: simon@brecon.co.uk (Simon Cozens)
42907 Date: 14 Jul 2000 07:12:15 GMT
42908 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
42911 ! MANIFEST Makefile.SH
42912 ____________________________________________________________________________
42913 [ 6484] By: jhi on 2000/08/02 01:32:54
42914 Log: FreeBSD 3.* updates from
42916 From: Paul Saab <ps@yahoo-inc.com>
42917 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42918 Date: Tue, 1 Aug 2000 15:41:39 -0700
42919 Message-Id: <20000801154139.A53740@yahoo-inc.com>
42922 ____________________________________________________________________________
42923 [ 6483] By: jhi on 2000/08/02 01:27:44
42924 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
42925 instead one must use setproctitle(). This was already addressed
42926 by change #6457, but the below has a new variant for FreeBSD 4.0
42927 or later, and the matter is also documented more.
42929 From: Paul Saab <ps@yahoo-inc.com>
42930 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42931 Date: Tue, 1 Aug 2000 15:41:39 -0700
42932 Message-Id: <20000801154139.A53740@yahoo-inc.com>
42933 Branch: metaconfig/U/perl
42936 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
42937 ____________________________________________________________________________
42938 [ 6482] By: jhi on 2000/08/01 22:17:32
42939 Log: The test from this
42941 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
42942 Date: Sat, 15 Apr 2000 17:03:44 +0100
42943 From: Tom Hughes <tom@compton.nu>
42944 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
42946 was missing, the code change went in as #5989
42947 (which had a different test?)
42950 ____________________________________________________________________________
42951 [ 6481] By: jhi on 2000/08/01 21:48:38
42952 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
42953 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42954 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
42955 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
42958 ____________________________________________________________________________
42959 [ 6480] By: jhi on 2000/08/01 18:05:28
42960 Log: Make p4desc to skip non-mainperl branches by default.
42963 ____________________________________________________________________________
42964 [ 6479] By: jhi on 2000/08/01 17:29:19
42965 Log: If gccosandvers is equal to osname, clear gccosandvers.
42966 Branch: metaconfig/U/perl
42969 ! Configure config_h.SH
42970 ____________________________________________________________________________
42971 [ 6478] By: jhi on 2000/08/01 15:54:08
42972 Log: BOM patching from Simon Cozens.
42975 ____________________________________________________________________________
42976 [ 6477] By: jhi on 2000/08/01 04:50:33
42977 Log: Stash away the largefiles flags and libswanted.
42979 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
42980 ____________________________________________________________________________
42981 [ 6476] By: gsar on 2000/08/01 04:24:24
42982 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
42985 ! t/pragma/utf8.t utf8.c win32/win32.c
42986 ____________________________________________________________________________
42987 [ 6475] By: jhi on 2000/08/01 03:35:24
42988 Log: Make chr() for values >127 to create utf8 when under utf8.
42990 Subject: Re: uft8/chr()
42991 From: simon@brecon.co.uk (Simon Cozens)
42992 Date: 1 Aug 2000 02:37:02 GMT
42993 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
42995 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
42996 ____________________________________________________________________________
42997 [ 6474] By: jhi on 2000/08/01 02:36:18
42998 Log: In Digital UNIX warn if gcc explicitly chosen because even
42999 2.95.2 is known to cause problems.
43002 ____________________________________________________________________________
43003 [ 6473] By: jhi on 2000/08/01 02:00:56
43004 Log: Make the safety catch for buggy gccs work with triple version
43005 numbers like 2.95.2. Reported in
43007 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
43008 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
43009 Date: Mon, 31 Jul 2000 14:55:06 +0200
43010 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
43013 ____________________________________________________________________________
43014 [ 6472] By: jhi on 2000/08/01 01:13:33
43015 Log: Subject: fix and question re: waitpid() under win32
43016 From: Brian Clarke <clarke@appliedmeta.com>
43017 Date: Fri, 28 Jul 2000 15:18:29 -0400
43018 Message-ID: <3981DC85.290314EB@appliedmeta.com>
43020 Slightly reformatted and WNOHANG # define moved to win32.h
43021 so that also POSIX.xs sees it, as suggsted by Sarathy.
43023 ! win32/win32.c win32/win32.h
43024 ____________________________________________________________________________
43025 [ 6471] By: jhi on 2000/08/01 00:55:05
43026 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
43027 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43028 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
43029 Date: Mon, 31 Jul 2000 13:28:51 +0100
43031 (aka ID 20000730.002)
43034 ____________________________________________________________________________
43035 [ 6470] By: jhi on 2000/07/31 23:34:42
43036 Log: Document the problem with -P in HP-UX and its workaround.
43038 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
43039 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
43040 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
43041 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
43044 ____________________________________________________________________________
43045 [ 6469] By: jhi on 2000/07/31 04:15:02
43046 Log: The swallow_bom() saga continues. The #23 of require.t
43047 (UTF16-LE) still fails (silently, no output) but the #22
43048 (UTF16-BE) seems to be working now. The root of the
43049 failure may be in sv_gets(): is it UTF-16LE-aware,
43050 especially when it comes to line endings?
43052 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
43053 ! t/comp/require.t toke.c utf8.c
43054 ____________________________________________________________________________
43055 [ 6468] By: jhi on 2000/07/30 19:05:48
43056 Log: Find green threads before native threads.
43058 Subject: Re: Patch to jpl/JNI/Makefile.PL
43059 From: Jens Thomsen <jens@fiend.cis.com>
43060 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
43061 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
43063 ! jpl/JNI/Makefile.PL
43064 ____________________________________________________________________________
43065 [ 6467] By: jhi on 2000/07/30 18:36:22
43066 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
43069 ____________________________________________________________________________
43070 [ 6466] By: jhi on 2000/07/30 04:37:29
43071 Log: A new version of the "remove UPPERACSE string comparison"
43072 operators. The problem with the previous one (change #6454)
43073 was that it was for Perl 5.6.0. From Paul Marquess.
43075 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
43076 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
43077 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43078 ____________________________________________________________________________
43079 [ 6465] By: jhi on 2000/07/29 22:39:56
43080 Log: Do not upgrade SVs into utf8 just because they participate
43081 in eq or cmp. Reported and fix suggested in
43083 Subject: [ID 20000720.009] sv_eq UTF8 bug
43084 From: "Simon Cozens" <simon@othersideofthe.earth.li>
43085 Date: 21 Jul 2000 04:37:29 -0000
43086 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
43088 Exercise for the kind reader: should we or should we not
43089 cache the utf8 conversion alonside the SV? (as magic,
43090 as thestrxfrm()ed version is cached under use locale)
43091 Argue both for and against.
43094 ____________________________________________________________________________
43095 [ 6464] By: jhi on 2000/07/29 22:36:22
43096 Log: Subject: UTF8 concat
43097 From: simon@brecon.co.uk (Simon Cozens)
43098 Date: 30 Jun 2000 06:13:25 GMT
43099 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
43101 (with a memory leak fixed, plus a few casts added)
43103 This also seems to help for
43105 Subject: [ID 20000716.015] join UTF8 weirdness
43106 From: root <root@ak-71.mind.de>
43107 Date: Sat, 15 Jul 2000 15:29:54 +0200
43108 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
43110 (from Andreas König)
43113 ____________________________________________________________________________
43114 [ 6463] By: jhi on 2000/07/29 00:55:39
43115 Log: Tune the comments and hopefully stop a memory leak.
43118 ____________________________________________________________________________
43119 [ 6462] By: jhi on 2000/07/29 00:16:53
43120 Log: The problem described in this
43122 Subject: [ID 20000322.018] named chars aren't magical enough
43123 From: root <root@dixie.cscaper.com>
43124 Date: Wed, 22 Mar 2000 18:37:42 -0700
43125 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
43127 has been fixed in perl 5.6.0 but just in case added a test
43128 to keep it away. (The report from Joseph Hall.)
43130 ! t/lib/charnames.t
43131 ____________________________________________________________________________
43132 [ 6461] By: jhi on 2000/07/28 23:56:36
43133 Log: Tiny fixes for #6460.
43134 Branch: metaconfig/U/perl
43137 ! Configure config_h.SH
43138 ____________________________________________________________________________
43139 [ 6460] By: jhi on 2000/07/28 23:24:41
43140 Log: Warn if the version of the operating system used to compile gcc
43141 differs from the current version of the operating system.
43142 Also display the gcc compilation os and version in myconfig.
43145 Subject: Re: [ID 20000710.003] ERRORS!!
43146 From: "Kurt D. Starsinic" <kstar@chapin.edu>
43147 Date: Mon, 10 Jul 2000 15:54:16 -0400
43148 Message-ID: <20000710155416.A1384@O2.chapin.edu>
43149 Branch: metaconfig/U/perl
43152 ! Configure config_h.SH myconfig.SH
43153 ____________________________________________________________________________
43154 [ 6459] By: jhi on 2000/07/28 22:00:32
43155 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
43156 letter to $Config{osvers}.
43158 ! U/modified/Oldconfig.U
43160 ! Configure config_h.SH
43161 ____________________________________________________________________________
43162 [ 6458] By: jhi on 2000/07/28 04:15:39
43163 Log: Back out #6454, doesn't seem to work.
43164 (Reason: that patch was for perl 5.6.0, not perl-current)
43165 (A version of the patch for perl-current came in later as #6466)
43167 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
43168 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
43169 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43170 ____________________________________________________________________________
43171 [ 6457] By: jhi on 2000/07/27 23:31:49
43172 Log: Use setproctitle() if available to modify $0.
43174 Subject: setting $* on BSD4 broken
43175 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43176 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
43177 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
43179 ! U/modified/Myinit.U
43181 ! Configure config_h.SH mg.c
43182 ____________________________________________________________________________
43183 [ 6456] By: jhi on 2000/07/27 14:50:47
43184 Log: Allow "no AutoLoader;", based on change #6444,
43185 suggested by Graham Barr.
43187 ! lib/AutoLoader.pm
43188 ____________________________________________________________________________
43189 [ 6455] By: jhi on 2000/07/27 14:19:10
43190 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
43191 From: rspier@pobox.com (Robert Spier)
43192 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
43193 Message-ID: <14720.15855.787664.424783@rls.cx>
43196 ____________________________________________________________________________
43197 [ 6454] By: jhi on 2000/07/27 14:03:02
43198 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
43203 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
43204 From: Ryan Herbert <rherbert@sycamorehq.com>
43205 Date: Mon, 17 Jul 2000 11:40:42 -0400
43206 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
43210 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
43211 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43212 Date: Wed, 26 Jul 2000 23:40:18 +0100
43213 Message-ID: <000001bff752$79511880$0a17073e@tiny>
43215 based on an earlier patch from Stephen P. Potter.
43217 (Removed later by change #6458 because this patch was for
43218 perl 5.6.0, not perl-current)
43220 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
43221 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
43222 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43223 ____________________________________________________________________________
43224 [ 6453] By: jhi on 2000/07/27 13:48:02
43225 Log: Subject: [PATCH] fixes bug 20000508.004
43226 From: Michael Stevens <mstevens@globnix.org>
43227 Date: Thu, 27 Jul 2000 13:49:04 +0100
43228 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
43231 ____________________________________________________________________________
43232 [ 6452] By: jhi on 2000/07/26 23:51:26
43233 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
43234 and Craig A. Berry.
43236 ! lib/File/Temp.pm pod/perlport.pod
43237 ____________________________________________________________________________
43238 [ 6451] By: jhi on 2000/07/26 19:43:30
43239 Log: Be wary of close()s, too.
43241 Subject: Re: [PATCH] perlbug cleanup
43242 From: Tim Jenness <t.jenness@jach.hawaii.edu>
43243 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
43244 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
43247 ____________________________________________________________________________
43248 [ 6450] By: jhi on 2000/07/26 18:41:40
43249 Log: Subject: Minor doc patch: handy.h
43250 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
43251 Date: Wed, 26 Jul 2000 15:34:25 -0300
43252 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
43254 ! handy.h pod/perlapi.pod
43255 ____________________________________________________________________________
43256 [ 6449] By: jhi on 2000/07/26 18:23:55
43257 Log: Subject: [PATCH] minor doc change - perlguts
43258 From: Michael Stevens <mstevens@globnix.org>
43259 Date: Thu, 13 Jul 2000 12:39:18 +0100
43260 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
43263 ____________________________________________________________________________
43264 [ 6448] By: jhi on 2000/07/26 18:20:30
43265 Log: open() wariness in perlbug.
43267 Subject: [PATCH] perlbug cleanup
43268 From: Michael Stevens <mstevens@globnix.org>
43269 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
43270 Date: Thu, 13 Jul 2000 15:52:23 +0100
43273 ____________________________________________________________________________
43274 [ 6447] By: jhi on 2000/07/26 18:13:04
43275 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
43277 ! lib/File/Temp.pm t/lib/ftmp-security.t
43278 ____________________________________________________________________________
43279 [ 6446] By: jhi on 2000/07/26 18:06:32
43280 Log: docfix from Peter Scott <Peter@PSDT.com>.
43283 ____________________________________________________________________________
43284 [ 6445] By: jhi on 2000/07/26 17:53:31
43285 Log: Fix *foo{FORMAT}.
43287 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43288 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43289 Date: Wed, 26 Jul 2000 19:51:02 +0200
43290 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
43292 From: Graham Barr <gbarr@pobox.com>
43293 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43294 Date: Wed, 26 Jul 2000 17:38:36 +0100
43295 Message-ID: <20000726173836.L472@pobox.com>
43297 ! pp.c sv.c t/op/gv.t
43298 ____________________________________________________________________________
43299 [ 6444] By: jhi on 2000/07/26 17:49:14
43300 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
43301 from Graham Barr in the module list.
43303 ! gv.c pod/perlobj.pod
43304 ____________________________________________________________________________
43305 [ 6443] By: jhi on 2000/07/26 16:06:56
43306 Log: More split() doc and test patches from Mike Guy.
43308 ! pod/perlfunc.pod t/op/split.t
43309 ____________________________________________________________________________
43310 [ 6442] By: jhi on 2000/07/26 16:05:30
43311 Log: MacOS nits from Matthias Neeracher.
43314 ____________________________________________________________________________
43315 [ 6441] By: jhi on 2000/07/26 04:39:57
43316 Log: Subject: [PATCH] split /^/
43317 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43318 Date: Tue, 25 Jul 2000 14:18:57 +0100
43319 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
43321 (with notes from tchrist and gbarr)
43323 ! pod/perlfunc.pod t/op/split.t
43324 ____________________________________________________________________________
43325 [ 6440] By: jhi on 2000/07/26 04:32:32
43326 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
43327 From: Peter Prymmer <pvhp@forte.com>
43328 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
43329 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
43331 ! vms/munchconfig.c
43332 ____________________________________________________________________________
43333 [ 6439] By: jhi on 2000/07/26 04:31:01
43334 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
43335 to be fatal errors (instead of by default ignoring them, and
43336 ignoring with a bug: even though -w gave an error, the opening [
43337 was left in) Reported in:
43339 Subject: [ID 20000716.024] [=cc=] / [:blank:]
43340 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
43341 Date: Sun, 16 Jul 2000 17:55:29 -0700
43342 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
43344 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
43345 ____________________________________________________________________________
43346 [ 6438] By: jhi on 2000/07/25 15:41:15
43347 Log: Subject: [PATCH] av.c apidoc
43348 From: simon@brecon.co.uk (Simon Cozens)
43349 Date: 24 Jul 2000 06:40:52 GMT
43350 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
43352 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43353 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
43354 ____________________________________________________________________________
43355 [ 6437] By: jhi on 2000/07/25 14:05:36
43356 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
43357 From: "Stephen P. Potter" <spp@ds.net>
43358 Date: Mon, 24 Jul 2000 14:22:23 -0400
43359 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
43361 ! pod/perllocale.pod
43362 ____________________________________________________________________________
43363 [ 6436] By: jhi on 2000/07/25 14:02:03
43364 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
43365 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43366 Date: Mon, 24 Jul 2000 18:04:28 +0100
43367 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
43369 ! t/lib/syslfs.t t/op/lfs.t
43370 ____________________________________________________________________________
43371 [ 6435] By: jhi on 2000/07/25 13:59:28
43372 Log: Get UTF16 BOMs working. Patch from
43374 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43375 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43376 Date: Tue, 25 Jul 2000 12:52:45 +0100
43377 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
43381 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43382 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43383 Date: Tue, 25 Jul 2000 11:43:25 +0100
43384 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
43386 ! t/comp/require.t toke.c utf8.c
43387 ____________________________________________________________________________
43388 [ 6434] By: jhi on 2000/07/25 02:39:54
43389 Log: Make the "uninit variable" warning to say "concat or string"
43390 or "join or string" when in concat or join .
43392 Subject: Re: [ID 20000403.009] uninitialised concatenation???
43393 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43394 Date: Tue, 04 Apr 2000 18:22:58 +0100
43395 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
43397 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
43398 From: William R Ward <hermit@BayView.COM>
43399 Date: Thu, 30 Mar 2000 19:50:03 -0800
43400 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
43402 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
43403 ! t/pragma/warn/op t/pragma/warn/sv
43404 ____________________________________________________________________________
43405 [ 6433] By: jhi on 2000/07/24 17:52:56
43406 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
43408 ! lib/File/Spec/VMS.pm
43409 ____________________________________________________________________________
43410 [ 6432] By: jhi on 2000/07/24 17:44:44
43411 Log: Test cases for #6431.
43413 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43414 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43415 Date: Mon, 24 Jul 2000 15:32:29 +0100
43416 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
43418 ! t/op/pat.t t/op/split.t
43419 ____________________________________________________________________________
43420 [ 6431] By: jhi on 2000/07/24 17:43:17
43423 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43424 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43425 Date: Mon, 17 Jul 2000 20:04:56 +0100
43426 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
43429 ____________________________________________________________________________
43430 [ 6430] By: jhi on 2000/07/24 03:42:42
43431 Log: Subject: [ID 20000716.023] syslog test fails without sockets
43432 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43433 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
43434 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
43435 Branch: metaconfig/U/perl
43438 ! Configure config_h.SH
43439 ____________________________________________________________________________
43440 [ 6429] By: jhi on 2000/07/24 03:11:52
43441 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
43442 case, but add also notes explaining the relationship of this
43443 patch and the earlier notes by Sarathy.
43445 Subject: Map is still slow
43446 From: "Ben Tilly" <ben_tilly@hotmail.com>
43447 Date: Sat, 15 Jul 2000 17:23:27 EDT
43448 Message-ID: <20000715212327.21656.qmail@hotmail.com>
43451 ____________________________________________________________________________
43452 [ 6428] By: jhi on 2000/07/24 02:58:52
43453 Log: Documentation to explain the behaviour of map().
43455 Subject: Re: Map is still slow
43456 From: Gurusamy Sarathy <gsar@ActiveState.com>
43457 Date: Sat, 15 Jul 2000 16:05:09 -0700
43458 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
43461 ____________________________________________________________________________
43462 [ 6427] By: jhi on 2000/07/24 02:50:03
43464 [ID 19991110.003] another matching finding by pcre author
43465 which has already been fixed by some patch, as verified in
43467 Subject: Re: two regex bugs from the mists of time (well, last November)
43468 From: Hugo <hv@crypt.compulink.co.uk>
43469 Date: Sat, 22 Jul 2000 18:12:58 +0100
43470 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
43473 ____________________________________________________________________________
43474 [ 6426] By: jhi on 2000/07/24 02:11:20
43475 Log: A missing 'break' after the [[:space:]] switch case.
43477 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
43478 From: "Stephen P. Potter" <spp@ds.net>
43479 Date: Tue, 18 Jul 2000 16:25:17 -0400
43480 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
43483 ____________________________________________________________________________
43484 [ 6425] By: jhi on 2000/07/24 02:06:12
43485 Log: The output might have been produced in the wrong order.
43487 Subject: [ID 20000720.003] [PATCH] t/op/write.t
43488 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43489 Date: Thu, 20 Jul 2000 18:49:18 +0100
43490 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
43493 ____________________________________________________________________________
43494 [ 6424] By: jhi on 2000/07/24 02:00:07
43495 Log: Use STDOUT consistently.
43497 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
43498 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43499 Date: Thu, 20 Jul 2000 18:04:01 +0100
43500 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
43502 ! lib/Test/Harness.pm
43503 ____________________________________________________________________________
43504 [ 6423] By: jhi on 2000/07/24 01:54:54
43505 Log: Protect against "wild next"s, that is, callbacks doing "next"
43506 instead of "return".
43508 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
43509 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43510 Date: Tue, 18 Jul 2000 11:30:16 +0100
43511 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
43514 ____________________________________________________________________________
43515 [ 6422] By: jhi on 2000/07/24 01:35:47
43516 Log: Out-of-date note removed.
43518 Subject: [PATCH] documentation perlipc
43519 From: rspier@pobox.com (Robert Spier)
43520 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
43521 Message-ID: <14711.35178.572612.502654@rls.cx>
43524 ____________________________________________________________________________
43525 [ 6421] By: jhi on 2000/07/24 00:09:18
43526 Log: Send all installperl messages to STDERR and be -w clean.
43528 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
43529 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43530 Date: Sat, 22 Jul 2000 14:02:11 +0100
43531 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
43534 ____________________________________________________________________________
43535 [ 6420] By: jhi on 2000/07/24 00:04:19
43536 Log: Decutandpasto.
43538 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
43539 From: "Richard Soderberg" <rs@crystalflame.net>
43540 Date: Sun, 23 Jul 2000 01:37:23 -0700
43541 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
43544 ____________________________________________________________________________
43545 [ 6419] By: jhi on 2000/07/24 00:01:12
43546 Log: A cleaner abs_path().
43547 Subject: Re: unix alternative to Cwd.pm
43548 From: Jeff Pinyan <jeffp@crusoe.net>
43549 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
43550 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
43553 ____________________________________________________________________________
43554 [ 6418] By: jhi on 2000/07/23 23:48:56
43557 Subject: [PATCH perl-current] Typo in hints/powerux.sh
43558 From: "Richard Soderberg" <rs@crystalflame.net>
43559 Date: Sun, 23 Jul 2000 01:27:33 -0700
43560 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
43563 ____________________________________________________________________________
43564 [ 6417] By: jhi on 2000/07/17 22:13:31
43565 Log: Subject: SDBM_File documentation
43566 From: mjd@plover.com
43567 Date: 16 Jul 2000 17:41:17 -0000
43568 Message-ID: <20000716174117.18515.qmail@plover.com>
43570 ! ext/SDBM_File/SDBM_File.pm
43571 ____________________________________________________________________________
43572 [ 6416] By: jhi on 2000/07/17 19:13:26
43573 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
43575 ! hints/mpeix.sh mpeix/relink
43576 ____________________________________________________________________________
43577 [ 6415] By: jhi on 2000/07/15 14:11:02
43578 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
43579 the utf8 'characters' can be more than one octet).
43581 Date: Sat, 15 Jul 2000 00:21:56 +0100
43582 From: Tom Hughes <tom@compton.nu>
43583 Subject: Re: [ID 20000714.002]
43584 Message-ID: <db2334de49.tom@compton.compton.nu>
43588 Subject: [ID 20000714.002]
43589 From: "Simon Cozens" <simon@othersideofthe.earth.li>
43590 Date: 14 Jul 2000 15:13:09 -0000
43591 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
43594 ____________________________________________________________________________
43595 [ 6414] By: jhi on 2000/07/15 03:13:41
43596 Log: another VMS build tweak from Peter Prymmer
43598 ! vms/descrip_mms.template
43599 ____________________________________________________________________________
43600 [ 6413] By: jhi on 2000/07/15 03:10:40
43601 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
43604 ____________________________________________________________________________
43605 [ 6412] By: jhi on 2000/07/15 00:31:05
43606 Log: More docs for sv functions.
43608 Subject: [PATCH cfgperl] sv.c apidoc
43609 From: simon@brecon.co.uk (Simon Cozens)
43610 Date: 13 Jul 2000 09:00:20 GMT
43611 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
43613 Subject: Re: [PATCH cfgperl] sv.c apidoc
43614 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43615 Date: Thu, 13 Jul 2000 12:27:41 +0100
43616 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
43618 Subject: Re: [PATCH cfgperl] sv.c apidoc
43619 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43620 Date: Thu, 13 Jul 2000 13:23:09 +0100
43621 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
43623 Subject: Re: [PATCH cfgperl] sv.c apidoc
43624 From: simon@brecon.co.uk (Simon Cozens)
43625 Date: 14 Jul 2000 06:51:02 GMT
43626 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
43628 ! embed.pl pod/perlapi.pod sv.c
43629 ____________________________________________________________________________
43630 [ 6411] By: jhi on 2000/07/15 00:10:41
43631 Log: lib/b test fixes from Peter Prymmer.
43634 ____________________________________________________________________________
43635 [ 6410] By: jhi on 2000/07/15 00:02:09
43636 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
43637 From: Hugo <hv@crypt.compulink.co.uk>
43638 Date: Fri, 14 Jul 2000 23:05:20 +0100
43639 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
43641 Didn't anymore apply, but that point still could use another fix.
43644 ____________________________________________________________________________
43645 [ 6409] By: jhi on 2000/07/14 23:15:15
43646 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
43647 not in pod, from Peter Prymmer
43649 ! vms/descrip_mms.template
43650 ____________________________________________________________________________
43651 [ 6408] By: jhi on 2000/07/14 20:35:05
43652 Log: The bug report
43653 [ID 19991110.002] minimal matching discrepancy found by pcre author
43654 seems to have been fixed (though differently from what was suggested
43655 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
43658 ____________________________________________________________________________
43659 [ 6407] By: jhi on 2000/07/14 17:38:08
43660 Log: Fix AutoSplit to use File::Spec the right way in VMS,
43661 from Peter Prymmer.
43664 ____________________________________________________________________________
43665 [ 6406] By: jhi on 2000/07/14 14:13:22
43666 Log: Merge perlhacktut into perlhack, update perlguts.
43668 Subject: Re: Perlhacktut
43669 From: simon@brecon.co.uk (Simon Cozens)
43670 Date: 14 Jul 2000 06:49:21 GMT
43671 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
43673 Subject: Re: Perlhacktut
43674 From: simon@brecon.co.uk (Simon Cozens)
43675 Date: 14 Jul 2000 07:09:45 GMT
43676 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
43678 ! pod/perlguts.pod pod/perlhack.pod
43679 ____________________________________________________________________________
43680 [ 6405] By: jhi on 2000/07/14 14:02:31
43681 Log: Integrate with Sarathy.
43683 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
43684 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
43685 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
43686 ____________________________________________________________________________
43687 [ 6404] By: gsar on 2000/07/14 12:15:02
43688 Log: PERL_OBJECT build tweaks
43691 ____________________________________________________________________________
43692 [ 6403] By: gsar on 2000/07/14 11:23:41
43693 Log: inconsistent types needs casts
43696 ____________________________________________________________________________
43697 [ 6402] By: gsar on 2000/07/14 11:12:04
43698 Log: typos in change#6399, regen headers
43700 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
43701 ____________________________________________________________________________
43702 [ 6401] By: gsar on 2000/07/14 10:59:12
43703 Log: typecasts needed for change#6394
43706 ____________________________________________________________________________
43707 [ 6400] By: gsar on 2000/07/14 10:49:37
43708 Log: integrate cfgperl contents into mainline
43710 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
43711 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
43712 ____________________________________________________________________________
43713 [ 6399] By: gsar on 2000/07/14 10:38:35
43714 Log: enable UTF-16 filter by default if relevant BOM is seen; various
43715 cleanups (typos, misformatted code, and small bugs)
43717 ! doop.c embed.pl mg.c op.c pp.c toke.c
43718 ____________________________________________________________________________
43719 [ 6398] By: gsar on 2000/07/14 08:55:38
43720 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
43721 name suggests anyway)
43723 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
43724 ____________________________________________________________________________
43725 [ 6397] By: gsar on 2000/07/14 08:44:33
43726 Log: move new variables to the end of the interpreter structure (for
43727 bincompat in code that doesn't #include XSUB.h)
43730 ____________________________________________________________________________
43731 [ 6396] By: gsar on 2000/07/14 08:13:58
43732 Log: MakeMaker should not remove editor backups (*~) on `make clean`
43733 by default (completes change#6383)
43735 ! lib/ExtUtils/MM_Unix.pm
43736 ____________________________________________________________________________
43737 [ 6395] By: jhi on 2000/07/14 05:20:33
43738 Log: Replace change #6337 with a better one.
43740 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43741 From: Hugo <hv@crypt.compulink.co.uk>
43742 Date: Fri, 14 Jul 2000 04:16:20 +0100
43743 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
43745 ! regexec.c t/op/re_tests
43746 ____________________________________________________________________________
43747 [ 6394] By: jhi on 2000/07/14 01:33:59
43748 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
43750 ! embed.pl global.sym proto.h toke.c
43751 ____________________________________________________________________________
43752 [ 6393] By: jhi on 2000/07/13 23:41:23
43753 Log: remove discarded test
43756 ____________________________________________________________________________
43757 [ 6392] By: jhi on 2000/07/13 23:32:25
43758 Log: The {multiplier} of a fixed substring was overlooked which
43759 caused a wrong initial search offset for that substring.
43761 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
43762 From: Hugo <hv@crypt.compulink.co.uk>
43763 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
43764 Date: Thu, 13 Jul 2000 19:27:13 +0100
43766 ! regcomp.c t/op/re_tests
43767 ____________________________________________________________________________
43768 [ 6391] By: jhi on 2000/07/13 16:37:42
43769 Log: typo fix from Craig Berry
43771 ! vms/subconfigure.com
43772 ____________________________________________________________________________
43773 [ 6390] By: jhi on 2000/07/13 13:20:12
43774 Log: Integrate with Sarathy.
43776 - t/op/method2entersub.t
43777 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
43778 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
43779 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
43780 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
43781 ____________________________________________________________________________
43782 [ 6389] By: jhi on 2000/07/13 13:18:48
43783 Log: Detypo from Peter Prymmer, part of #6388.
43785 ! Configure config_h.SH
43787 ! U/modified/d_longlong.U
43788 ____________________________________________________________________________
43789 [ 6388] By: gsar on 2000/07/13 06:33:40
43790 Log: typos (spotted by Peter Prymmer)
43792 ! Configure t/lib/english.t
43793 ____________________________________________________________________________
43794 [ 6387] By: gsar on 2000/07/13 05:35:28
43795 Log: new selfloader.t in change#6183 doesn't close DATA handles,
43796 and thus fails to clean up tmp files on dosish platforms
43798 ! t/lib/selfloader.t
43799 ____________________________________________________________________________
43800 [ 6386] By: gsar on 2000/07/12 21:42:39
43801 Log: sprintf test tweaks (from Dominic Dunlop)
43804 ____________________________________________________________________________
43805 [ 6385] By: gsar on 2000/07/12 21:33:46
43806 Log: fix bugs in processing %v-*d and similar format specs (from
43807 Avi Finkel <avi@finkel.org>)
43809 ! sv.c t/op/sprintf.t
43810 ____________________________________________________________________________
43811 [ 6384] By: gsar on 2000/07/12 16:04:19
43812 Log: readd missing perldelta.pod changes from changes#6339,6376
43814 ! pod/perldelta.pod
43815 ____________________________________________________________________________
43816 [ 6383] By: gsar on 2000/07/12 16:00:51
43817 Log: don't clobber *.orig files on *clean targets
43819 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
43820 ____________________________________________________________________________
43821 [ 6382] By: gsar on 2000/07/12 07:59:12
43822 Log: fix broken integrations in cfgperl
43824 !> Changes pod/perldelta.pod
43825 ____________________________________________________________________________
43826 [ 6381] By: gsar on 2000/07/12 07:42:17
43827 Log: integrate cfgperl changes into mainline
43830 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
43832 ____________________________________________________________________________
43833 [ 6380] By: gsar on 2000/07/12 07:31:00
43834 Log: get sprintf.t to adjust properly for 3-digit exponents
43837 ____________________________________________________________________________
43838 [ 6379] By: gsar on 2000/07/12 06:40:04
43839 Log: change#6174 needs corresponding change in win32/config_h.PL,
43840 which grovels through config_h.SH to find the config.h name
43842 ! win32/config_h.PL
43843 ____________________________________________________________________________
43844 [ 6378] By: jhi on 2000/07/12 05:03:59
43845 Log: Do the cc sanity check both before the hints and
43846 after the cc selction.
43848 ! Configure config_h.SH
43850 ! U/modified/Oldconfig.U U/modified/cc.U
43851 Branch: metaconfig/U/perl
43853 ____________________________________________________________________________
43854 [ 6377] By: jhi on 2000/07/12 02:49:22
43855 Log: Fix nits noticed by Boston.pm.
43858 ____________________________________________________________________________
43859 [ 6376] By: jhi on 2000/07/11 21:22:13
43860 Log: Configure cosmetics and perldelta.
43862 ! Configure config_h.SH pod/perldelta.pod
43865 ____________________________________________________________________________
43866 [ 6375] By: gsar on 2000/07/11 21:17:35
43867 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
43869 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
43871 ____________________________________________________________________________
43872 [ 6374] By: gsar on 2000/07/11 20:48:50
43873 Log: tweak for build failure under multiplicity
43876 ____________________________________________________________________________
43877 [ 6373] By: gsar on 2000/07/11 20:37:23
43878 Log: integrate cfgperl changes#6325..6373 into mainline
43879 (NOTE: today's batch of integrations still untested)
43881 +> ext/DynaLoader/hints/netbsd.pl
43883 !> (integrate 26 files)
43884 ____________________________________________________________________________
43885 [ 6372] By: jhi on 2000/07/11 20:30:36
43886 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
43890 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
43892 ____________________________________________________________________________
43893 [ 6371] By: jhi on 2000/07/11 20:08:56
43894 Log: Minor cleanups on the booklist.
43897 ____________________________________________________________________________
43898 [ 6370] By: jhi on 2000/07/11 19:31:13
43899 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
43901 ! t/pragma/overload.t
43902 ____________________________________________________________________________
43903 [ 6369] By: gsar on 2000/07/11 19:27:48
43904 Log: integrate cfgperl changes#6293..6324 into mainline
43906 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
43907 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
43908 !> (integrate 30 files)
43909 ____________________________________________________________________________
43910 [ 6368] By: gsar on 2000/07/11 19:18:57
43911 Log: skip integrate of problematic change#6292 from cfgperl into mainline
43914 ____________________________________________________________________________
43915 [ 6367] By: gsar on 2000/07/11 19:17:21
43916 Log: integrate cfgperl changes#6288..6290 into mainline
43918 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
43919 ____________________________________________________________________________
43920 [ 6366] By: gsar on 2000/07/11 19:11:18
43921 Log: integrate cfgperl changes#6268..6282 into mainline
43923 !> (integrate 30 files)
43924 ____________________________________________________________________________
43925 [ 6365] By: gsar on 2000/07/11 18:57:00
43926 Log: delete new accidentally branched file
43928 - t/op/method2entersub.t
43929 ____________________________________________________________________________
43930 [ 6364] By: gsar on 2000/07/11 18:55:13
43931 Log: skip integrate of change#6267 from cfgperl into mainline (the
43932 method call optimization is flawed without additional hints
43933 from user about immutableness of @ISA and no runtime method
43936 +> t/op/method2entersub.t
43937 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
43938 !> perl.h t/op/sprintf.t xsutils.c
43939 ____________________________________________________________________________
43940 [ 6363] By: gsar on 2000/07/11 18:49:43
43941 Log: integrate cfgperl changes#6261..6266 into mainline
43943 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
43944 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
43945 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43946 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
43947 ____________________________________________________________________________
43948 [ 6362] By: gsar on 2000/07/11 18:43:26
43949 Log: integrate cfgperl changes#6252..6260 into mainline
43951 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
43952 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
43953 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
43954 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
43955 ____________________________________________________________________________
43956 [ 6361] By: gsar on 2000/07/11 18:37:12
43957 Log: skip integrate of problematic change#6251 from cfgperl into mainline
43960 ____________________________________________________________________________
43961 [ 6360] By: gsar on 2000/07/11 18:34:56
43962 Log: integrate cfgperl change#6250 into mainline
43965 !> MANIFEST embed.pl proto.h toke.c
43966 ____________________________________________________________________________
43967 [ 6359] By: gsar on 2000/07/11 18:21:19
43968 Log: integrate cfgperl changes#6242..6249 into mainline
43970 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
43971 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
43972 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
43973 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
43974 !> t/lib/peek.t utf8.c
43975 ____________________________________________________________________________
43976 [ 6358] By: gsar on 2000/07/11 18:15:45
43977 Log: skip integrate of problematic change#6241 from cfgperl into mainline
43979 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
43980 ____________________________________________________________________________
43981 [ 6357] By: jhi on 2000/07/11 18:15:16
43983 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
43984 From: Roderick Schertler <roderick@argon.org>
43985 Date: Tue, 11 Jul 2000 13:55:05 -0400
43986 Message-Id: <200007111755.NAA05077@jones.argon.org>
43989 ____________________________________________________________________________
43990 [ 6356] By: jhi on 2000/07/11 18:12:51
43991 Log: Typo in #6341.
43994 ____________________________________________________________________________
43995 [ 6355] By: gsar on 2000/07/11 18:12:10
43996 Log: integrate cfgperl changes#6231..6240 into mainline
43998 +> pod/perlutil.pod
43999 !> (integrate 35 files)
44000 ____________________________________________________________________________
44001 [ 6354] By: jhi on 2000/07/11 18:04:34
44002 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
44003 From: Dominic Dunlop <domo@computer.org>
44004 Date: Tue, 11 Jul 2000 12:27:33 +0200
44005 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
44007 Replaces change #6268.
44010 ____________________________________________________________________________
44011 [ 6353] By: gsar on 2000/07/11 17:59:51
44012 Log: skip integrate of problematic change#6230 from cfgperl into mainline
44013 (a later version of File::Spec is already in mainline)
44015 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
44016 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
44017 ____________________________________________________________________________
44018 [ 6352] By: gsar on 2000/07/11 17:57:48
44019 Log: integrate cfgperl changes#6224..6229 into mainline
44023 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
44024 !> lib/English.pm op.c t/lib/english.t
44025 ____________________________________________________________________________
44026 [ 6351] By: gsar on 2000/07/11 17:50:10
44027 Log: skip integrate of problematic change#6223 from cfgperl into mainline
44030 ____________________________________________________________________________
44031 [ 6350] By: gsar on 2000/07/11 17:48:28
44032 Log: integrate cfgperl changes#6220..6222 into mainline
44034 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
44035 !> toke.c utf8.c win32/win32.h
44036 ____________________________________________________________________________
44037 [ 6349] By: gsar on 2000/07/11 17:46:13
44038 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
44041 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44042 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44043 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44044 ____________________________________________________________________________
44045 [ 6348] By: jhi on 2000/07/11 17:45:49
44046 Log: README.posix-bc podified from Thomas Dorner.
44049 ____________________________________________________________________________
44050 [ 6347] By: gsar on 2000/07/11 17:42:04
44051 Log: integrate cfgperl change#6217 into mainline
44053 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
44054 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
44055 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
44056 ____________________________________________________________________________
44057 [ 6346] By: gsar on 2000/07/11 17:39:37
44058 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
44061 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
44062 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44063 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
44064 !> perlapi.h pod/perlapi.pod
44065 ____________________________________________________________________________
44066 [ 6345] By: gsar on 2000/07/11 17:36:42
44067 Log: integrate cfgperl changes#6207..6210 into mainline
44069 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
44070 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
44071 ____________________________________________________________________________
44072 [ 6344] By: gsar on 2000/07/11 17:31:20
44073 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
44076 !> (integrate 40 files)
44077 ____________________________________________________________________________
44078 [ 6343] By: gsar on 2000/07/11 17:19:08
44079 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
44081 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
44083 !> (integrate 34 files)
44084 ____________________________________________________________________________
44085 [ 6342] By: jhi on 2000/07/11 16:05:48
44086 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
44087 To: perl5-porters@perl.org
44088 From: Karsten Sperling <spiff@phreax.net>
44089 Date: Mon, 10 Jul 2000 15:12:52 +0200
44090 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
44093 ____________________________________________________________________________
44094 [ 6341] By: jhi on 2000/07/11 15:59:23
44095 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
44096 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44097 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
44098 Date: Fri, 07 Jul 2000 17:57:16 +0100
44101 ____________________________________________________________________________
44102 [ 6340] By: jhi on 2000/07/11 15:55:47
44103 Log: Subject: Re: format bug report [Patch]
44104 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44105 Date: Wed, 05 Jul 2000 13:12:52 +0200
44106 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
44108 Subject: Re: format bug report [Patch]
44109 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44110 Date: Wed, 05 Jul 2000 14:10:01 +0200
44111 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
44113 ! t/op/write.t toke.c
44114 ____________________________________________________________________________
44115 [ 6339] By: jhi on 2000/07/11 13:54:09
44116 Log: Be less forgiving about ambiguous and illegal tr ranges.
44117 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
44118 From: Mark-Jason Dominus <mjd@plover.com>
44119 Date: Tue, 04 Jul 2000 10:00:12 -0400
44120 Message-ID: <20000704140012.17772.qmail@plover.com>
44122 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
44123 From: Mark-Jason Dominus <mjd@plover.com>
44124 Date: Wed, 05 Jul 2000 09:37:36 -0400
44125 Message-ID: <20000705133736.27293.qmail@plover.com>
44127 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
44128 ____________________________________________________________________________
44129 [ 6338] By: jhi on 2000/07/11 13:31:24
44130 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
44131 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44132 Date: Tue, 11 Jul 2000 13:50:51 +0100
44133 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
44136 ____________________________________________________________________________
44137 [ 6337] By: jhi on 2000/07/11 13:29:14
44138 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
44139 From: Hugo <hv@crypt.compulink.co.uk>
44140 Date: Tue, 11 Jul 2000 12:44:50 +0100
44141 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
44143 ! regexec.c t/op/re_tests
44144 ____________________________________________________________________________
44145 [ 6336] By: jhi on 2000/07/11 13:26:47
44146 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
44147 From: simon@brecon.co.uk (Simon Cozens)
44148 Date: 7 Jul 2000 11:26:09 GMT
44149 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
44152 ____________________________________________________________________________
44153 [ 6335] By: jhi on 2000/07/11 13:23:37
44154 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
44155 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
44156 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
44157 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
44159 + ext/DynaLoader/hints/netbsd.pl
44160 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
44161 ____________________________________________________________________________
44162 [ 6334] By: jhi on 2000/07/11 13:20:38
44163 Log: Subject: PATCH perlguts.pod: Document D and d magic types
44164 From: mjd@plover.com
44165 Date: 5 Jul 2000 18:01:51 -0000
44166 Message-ID: <20000705180151.29413.qmail@plover.com>
44169 ____________________________________________________________________________
44170 [ 6333] By: jhi on 2000/07/11 13:15:51
44171 Log: Precedence goof, fix based on
44172 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
44173 From: Hugo <hv@crypt.compulink.co.uk>
44174 Date: Tue, 11 Jul 2000 12:52:38 +0100
44175 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
44178 ____________________________________________________________________________
44179 [ 6332] By: jhi on 2000/07/11 12:40:17
44180 Log: Integrate with Sarathy.
44182 !> win32/win32sck.c
44183 ____________________________________________________________________________
44184 [ 6331] By: jhi on 2000/07/10 20:14:16
44185 Log: Sprinkle ldlibpath.
44188 ____________________________________________________________________________
44189 [ 6330] By: jhi on 2000/07/10 17:54:49
44190 Log: More POSIX.pod tweaks.
44192 ! ext/POSIX/POSIX.pod
44193 ____________________________________________________________________________
44194 [ 6329] By: jhi on 2000/07/10 14:02:12
44195 Log: Reorder perl.pod once more.
44197 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44198 ____________________________________________________________________________
44199 [ 6328] By: gsar on 2000/07/10 07:06:00
44200 Log: accept() leaks memory on windows due to incorrect ordering of
44201 closesocket() and fclose() calls
44204 ____________________________________________________________________________
44205 [ 6327] By: gsar on 2000/07/10 06:49:17
44206 Log: winsock options weren't being set in all threads under ithreads
44207 (caused send()s from second and subsequent threads to fail)
44210 ____________________________________________________________________________
44211 [ 6326] By: jhi on 2000/07/08 02:45:40
44212 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
44213 was cast to an unsigned (32-bit) integer with wild abandon.
44215 ! ext/Devel/DProf/DProf.xs
44216 ____________________________________________________________________________
44217 [ 6325] By: jhi on 2000/07/07 18:50:33
44218 Log: Remove perlbook, update perlfaq book listing,
44219 rearrange perl.pod, regenerate perltoc.
44222 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
44223 ! pod/perlfaq2.pod pod/perltoc.pod
44224 ____________________________________________________________________________
44225 [ 6324] By: jhi on 2000/07/07 14:03:40
44226 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
44229 ____________________________________________________________________________
44230 [ 6323] By: jhi on 2000/07/06 16:03:55
44231 Log: Fix complaints of buildtoc.
44235 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44236 ____________________________________________________________________________
44237 [ 6322] By: jhi on 2000/07/06 15:15:52
44238 Log: Add =head1 NAMEs so that buildtoc is happy.
44239 (The CGI::Util nit reported to Lincoln.)
44241 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
44243 ____________________________________________________________________________
44244 [ 6321] By: jhi on 2000/07/06 03:16:04
44245 Log: Config is being used.
44248 ____________________________________________________________________________
44249 [ 6320] By: jhi on 2000/07/06 03:13:13
44250 Log: Integrate with Sarathy.
44252 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
44253 ____________________________________________________________________________
44254 [ 6319] By: jhi on 2000/07/06 03:11:46
44255 Log: Autogenerate pod/Makefile and pod/buildtoc.
44256 buildtoc also checks whether the existin pods are
44257 mentioned in MANIFEST and perl.pod, and vice versa.
44258 (None of the thusly found discrepancies fixed yet.)
44259 roffitall also needs to be autogenerated similarly but it
44260 seems so badly out of date that I didn't touch it yet.
44262 + pod/Makefile.SH pod/buildtoc.PL
44263 - pod/Makefile pod/buildtoc
44264 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
44265 ____________________________________________________________________________
44266 [ 6318] By: gsar on 2000/07/05 22:10:54
44267 Log: fix UNC path handling on Windows under ithreads, and chdir()
44268 return value when given a non-existent directory
44271 ____________________________________________________________________________
44272 [ 6317] By: gsar on 2000/07/05 22:08:19
44273 Log: winsock cleanup never done on Windows (leads to handle leaks)
44275 ! win32/perllib.c win32/win32sck.c
44276 ____________________________________________________________________________
44277 [ 6316] By: gsar on 2000/07/05 22:06:19
44278 Log: some debugger output does not go to the socket when RemotePort is set
44281 ____________________________________________________________________________
44282 [ 6315] By: jhi on 2000/07/05 00:25:21
44283 Log: Integrate with Sarathy, preliminary fix for unicos
44284 alignment problems in [ID 20000612.002] Perl problem on Cray system.
44288 ____________________________________________________________________________
44289 [ 6314] By: gsar on 2000/07/04 23:34:02
44290 Log: tyop in change#6306
44293 ____________________________________________________________________________
44294 [ 6313] By: jhi on 2000/07/04 22:14:38
44295 Log: Multiline string literals ENONPORTABLE.
44298 ____________________________________________________________________________
44299 [ 6312] By: jhi on 2000/07/04 20:34:44
44300 Log: Integrate with Sarathy.
44302 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
44304 ____________________________________________________________________________
44305 [ 6311] By: jhi on 2000/07/04 20:30:56
44306 Log: More POSIX.pod embellishment.
44308 ! ext/POSIX/POSIX.pod
44309 ____________________________________________________________________________
44310 [ 6310] By: gsar on 2000/07/04 17:28:48
44311 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
44314 ____________________________________________________________________________
44315 [ 6309] By: jhi on 2000/07/04 17:22:18
44316 Log: The #6308 required a little bit more.
44318 ! Makefile.SH win32/Makefile
44319 ____________________________________________________________________________
44320 [ 6308] By: jhi on 2000/07/04 16:35:24
44321 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
44325 ! MANIFEST Makefile.SH
44326 ____________________________________________________________________________
44327 [ 6307] By: jhi on 2000/07/04 16:28:58
44328 Log: Win32 patches for cfgperl from Sarathy.
44330 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
44331 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
44332 ! thread.h toke.c util.c win32/Makefile win32/win32.c
44333 ____________________________________________________________________________
44334 [ 6306] By: gsar on 2000/07/04 16:28:40
44335 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
44336 (from Richard Soderberg <rs@oregonnet.com>)
44338 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
44339 ____________________________________________________________________________
44340 [ 6305] By: jhi on 2000/07/04 16:24:24
44341 Log: Integrate with Sarathy.
44343 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
44344 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44345 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
44346 !> proto.h win32/win32.c
44347 ____________________________________________________________________________
44348 [ 6304] By: gsar on 2000/07/04 16:17:24
44349 Log: missing perldiag entry for unpack("w",...) diagnostic (from
44353 ____________________________________________________________________________
44354 [ 6303] By: gsar on 2000/07/04 16:14:44
44355 Log: remove rel2abs prototypes (from Barrie Slaymaker)
44357 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44358 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44359 ____________________________________________________________________________
44360 [ 6302] By: gsar on 2000/07/04 04:59:35
44361 Log: adjust change#6299
44363 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
44365 ____________________________________________________________________________
44366 [ 6301] By: jhi on 2000/07/04 04:50:07
44367 Log: Integrate with Sarathy.
44369 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
44370 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
44371 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
44372 ____________________________________________________________________________
44373 [ 6300] By: gsar on 2000/07/04 04:42:09
44374 Log: PERL_OBJECT build tweak
44377 ____________________________________________________________________________
44378 [ 6299] By: gsar on 2000/07/04 04:37:00
44379 Log: fix memory leak on Windows (PL_sys_intern contents were never
44382 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44383 ! perlapi.c proto.h win32/win32.c
44384 ____________________________________________________________________________
44385 [ 6298] By: gsar on 2000/07/04 04:15:59
44386 Log: fix large memory leak that has been around for ever, masked by
44387 -DPURIFY (most of the arenas were never freed!)
44389 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
44390 ____________________________________________________________________________
44391 [ 6297] By: gsar on 2000/07/04 04:07:46
44392 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
44395 ____________________________________________________________________________
44396 [ 6296] By: jhi on 2000/06/30 18:28:37
44397 Log: Elaborate POSIX.pod. Still needs work.
44399 ! ext/POSIX/POSIX.pod
44400 ____________________________________________________________________________
44401 [ 6295] By: jhi on 2000/06/30 14:58:18
44402 Log: Point to perlipc for more SysV IPC examples.
44405 ____________________________________________________________________________
44406 [ 6294] By: gsar on 2000/06/30 14:47:45
44407 Log: slurp mode fix in change#4736 still not quite right
44409 ! pp_hot.c t/io/argv.t
44410 ____________________________________________________________________________
44411 [ 6293] By: jhi on 2000/06/30 12:02:55
44412 Log: Integrate with Sarathy.
44414 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
44415 ____________________________________________________________________________
44416 [ 6292] By: jhi on 2000/06/30 12:01:11
44417 Log: From: simon@brecon.co.uk (Simon Cozens)
44418 Subject: UTF8 concat
44419 Date: 30 Jun 2000 06:13:25 GMT
44420 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
44423 ____________________________________________________________________________
44424 [ 6291] By: gsar on 2000/06/30 04:37:33
44425 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
44426 when @_ is modified, causing coredumps
44428 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
44429 ____________________________________________________________________________
44430 [ 6290] By: jhi on 2000/06/30 02:21:44
44431 Log: Integrate with Sarathy.
44433 !> vms/vms.c vms/vmsish.h
44434 ____________________________________________________________________________
44435 [ 6289] By: jhi on 2000/06/30 02:21:02
44436 Log: Check VERSIONs.
44438 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44439 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44440 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44441 ____________________________________________________________________________
44442 [ 6288] By: jhi on 2000/06/30 02:18:52
44443 Log: Integrate with Sarathy.
44445 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
44446 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44447 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44448 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
44449 ____________________________________________________________________________
44450 [ 6287] By: gsar on 2000/06/30 02:17:08
44451 Log: integrate vmsperl changes into mainline
44453 !> vms/vms.c vms/vmsish.h
44454 ____________________________________________________________________________
44455 [ 6285] By: gsar on 2000/06/30 02:05:28
44456 Log: localize %INC in a Safe compartment so that use/require work
44457 (many other magic globals probably need similar treatment)
44459 ! ext/Opcode/Opcode.xs
44460 ____________________________________________________________________________
44461 [ 6284] By: gsar on 2000/06/30 01:54:54
44462 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
44465 ! pod/perlembed.pod
44466 ____________________________________________________________________________
44467 [ 6283] By: jhi on 2000/06/30 01:50:10
44468 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
44469 From: Barrie Slaymaker <barries@jester.slaysys.com>
44470 Date: Wed, 28 Jun 2000 11:35:29 -0400
44471 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
44473 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
44474 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44475 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44476 ! lib/File/Spec/Win32.pm
44477 ____________________________________________________________________________
44478 [ 6282] By: jhi on 2000/06/29 22:57:22
44479 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
44480 From: Dan Sugalski <dan@sidhe.org>
44481 Date: Tue, 06 Jun 2000 11:59:50 -0400
44482 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
44485 ____________________________________________________________________________
44486 [ 6281] By: jhi on 2000/06/29 22:52:50
44487 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
44488 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44489 Date: Wed, 7 Jun 2000 04:02:04 -0500
44490 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
44493 ____________________________________________________________________________
44494 [ 6280] By: jhi on 2000/06/29 22:45:47
44495 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
44496 From: rspier@pobox.com (Robert Spier)
44497 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
44498 Message-ID: <14654.31913.845602.610277@rls.cx>
44501 ____________________________________________________________________________
44502 [ 6279] By: jhi on 2000/06/29 22:38:16
44503 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
44504 From: Tim Ayers <tayers@bridge.com>
44505 Date: Thu, 08 Jun 2000 08:11:06 +0200
44506 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
44507 [resent by Richard Foley, Message-Id probably wrong]
44510 ____________________________________________________________________________
44511 [ 6278] By: jhi on 2000/06/29 22:21:45
44512 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
44513 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
44514 Date: Fri, 09 Jun 2000 12:39:27 -0400
44515 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
44516 (plus update the version "number" of Text::Wrap)
44519 ____________________________________________________________________________
44520 [ 6277] By: jhi on 2000/06/29 22:13:10
44521 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
44522 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44523 Date: Mon, 12 Jun 2000 14:55:59 +0100
44524 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
44527 ____________________________________________________________________________
44528 [ 6276] By: jhi on 2000/06/29 22:11:06
44529 Log: Subject: [PATCH] Re: eval documentation: context
44530 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44531 Date: Mon, 12 Jun 2000 15:07:29 +0100
44532 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
44535 ____________________________________________________________________________
44536 [ 6275] By: jhi on 2000/06/29 21:59:46
44537 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
44538 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44539 Date: Tue, 13 Jun 2000 02:43:48 -0500
44540 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
44542 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
44543 ____________________________________________________________________________
44544 [ 6274] By: jhi on 2000/06/29 21:56:14
44545 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
44546 From: Andy Dougherty <doughera@lafayette.edu>
44547 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
44548 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
44550 ! ext/File/Glob/Glob.pm
44551 ____________________________________________________________________________
44552 [ 6273] By: jhi on 2000/06/29 21:49:09
44553 Log: Subject: [PATCH] xsub attributes
44554 From: Doug MacEachern <dougm@covalent.net>
44555 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
44556 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
44558 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
44559 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
44560 ____________________________________________________________________________
44561 [ 6272] By: jhi on 2000/06/29 21:41:28
44562 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
44563 From: Tom Phoenix <rootbeer@redcat.com>
44564 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
44565 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
44568 ____________________________________________________________________________
44569 [ 6271] By: jhi on 2000/06/29 21:36:55
44570 Log: Subject: PATCH pod/perltie.pod
44571 From: Ian Phillipps <Ian.Phillipps@iname.com>
44572 Date: Fri, 16 Jun 2000 00:17:19 +0100
44573 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
44574 (only the first hunk, the second hunk had already been done
44575 by some other patch)
44578 ____________________________________________________________________________
44579 [ 6270] By: jhi on 2000/06/29 21:24:51
44580 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
44581 From: Nicholas Clark <nick@talking.bollo.cx>
44582 Date: Fri, 23 Jun 2000 16:21:15 +0100
44583 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
44585 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
44586 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
44587 ____________________________________________________________________________
44588 [ 6269] By: jhi on 2000/06/29 19:38:15
44589 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
44590 silence few compiler warnings.
44592 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
44593 ____________________________________________________________________________
44594 [ 6268] By: jhi on 2000/06/29 18:21:50
44595 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
44596 From: Dominic Dunlop <domo@computer.org>
44597 Date: Thu, 29 Jun 2000 12:32:39 +0200
44598 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
44601 ____________________________________________________________________________
44602 [ 6267] By: jhi on 2000/06/29 18:16:07
44603 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
44604 From: Doug MacEachern <dougm@covalent.net>
44605 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
44606 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
44608 + t/op/method2entersub.t
44609 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
44610 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44611 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
44613 ____________________________________________________________________________
44614 [ 6266] By: jhi on 2000/06/29 15:11:15
44615 Log: Subject: [PATCH 5.6.0] cygwin port
44616 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
44617 From: "Fifer, Eric" <EFifer@sanwaint.com>
44618 Date: Thu, 29 Jun 2000 12:58:29 +0100
44620 ! cygwin/Makefile.SHs
44621 ____________________________________________________________________________
44622 [ 6265] By: jhi on 2000/06/29 15:04:05
44623 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
44624 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44625 Date: Wed, 28 Jun 2000 17:50:12 -0700
44626 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
44628 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44629 ____________________________________________________________________________
44630 [ 6264] By: jhi on 2000/06/29 15:00:57
44631 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
44632 From: Marty Lucich <marty@netcom.com>
44633 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
44634 Message-Id: <200006282116.OAA11148@netcom.com>
44635 ccdlflags update (the BSD/OS 4.1 part had already been taken
44639 ____________________________________________________________________________
44640 [ 6263] By: jhi on 2000/06/29 13:47:44
44641 Log: tr fixes from Simon Cozens
44644 ____________________________________________________________________________
44645 [ 6262] By: jhi on 2000/06/28 18:46:01
44646 Log: Subject: 5.6.0 Patch for EPOC
44647 From: Olaf Flebbe <o.flebbe@gmx.de>
44648 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
44649 Message-ID: <23449.960929969@www11.gmx.net>
44651 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
44653 ____________________________________________________________________________
44654 [ 6261] By: jhi on 2000/06/28 18:29:07
44655 Log: Subject: Re: [PATCH cfgperl] BOMs away!
44656 From: simon@brecon.co.uk (Simon Cozens)
44657 Date: 17 Jun 2000 11:49:57 GMT
44658 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
44660 ! pod/perldiag.pod t/comp/require.t toke.c
44661 ____________________________________________________________________________
44662 [ 6260] By: jhi on 2000/06/28 17:47:16
44663 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
44664 From: simon@brecon.co.uk (Simon Cozens)
44665 Date: 17 Jun 2000 11:56:44 GMT
44666 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
44669 ! pod/perlfunc.pod pp.c t/op/pack.t
44670 ____________________________________________________________________________
44671 [ 6259] By: jhi on 2000/06/28 16:43:17
44672 Log: perlnewmod was missing from MANIFEST.
44675 ____________________________________________________________________________
44676 [ 6258] By: jhi on 2000/06/28 15:54:30
44677 Log: linenumber tweak
44679 ! t/pragma/warn/regcomp
44680 ____________________________________________________________________________
44681 [ 6257] By: jhi on 2000/06/28 15:50:44
44682 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
44683 From: Doug MacEachern <dougm@covalent.net>
44684 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
44685 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
44686 (one part of the patch had been applied earlier)
44688 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
44689 ____________________________________________________________________________
44690 [ 6256] By: jhi on 2000/06/28 15:40:22
44691 Log: tweaks from Simon Cozens to further fix tr/// under utf8
44694 ____________________________________________________________________________
44695 [ 6255] By: jhi on 2000/06/28 15:33:45
44696 Log: small thinko tweaks
44698 ! lib/IPC/Open3.pm t/op/my_stash.t
44699 ____________________________________________________________________________
44700 [ 6254] By: jhi on 2000/06/28 15:33:25
44701 Log: Subject: tr///, help wanted.
44702 From: simon@brecon.co.uk (Simon Cozens)
44703 Date: 28 Jun 2000 11:29:04 GMT
44704 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
44706 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
44707 ! pp_proto.h proto.h t/op/tr.t
44708 ____________________________________________________________________________
44709 [ 6253] By: jhi on 2000/06/28 15:09:17
44710 Log: Paranoia tweak on #6249.
44711 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
44712 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44713 Date: Sun, 25 Jun 2000 23:43:12 -0400
44714 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
44717 ____________________________________________________________________________
44718 [ 6252] By: jhi on 2000/06/28 15:01:38
44719 Log: Document #6249 and #6251.
44721 ! lib/Exporter.pm lib/IPC/Open3.pm
44722 ____________________________________________________________________________
44723 [ 6251] By: jhi on 2000/06/28 14:50:43
44724 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
44725 From: Doug MacEachern <dougm@covalent.net>
44726 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
44727 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
44730 ____________________________________________________________________________
44731 [ 6250] By: jhi on 2000/06/28 14:45:23
44732 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
44733 From: Doug MacEachern <dougm@covalent.net>
44734 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
44735 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
44738 ! MANIFEST embed.pl global.sym proto.h toke.c
44739 ____________________________________________________________________________
44740 [ 6249] By: jhi on 2000/06/28 14:36:34
44741 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
44742 From: Frank Tobin <ftobin@uiuc.edu>
44743 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
44744 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
44747 ____________________________________________________________________________
44748 [ 6248] By: jhi on 2000/06/28 14:11:25
44749 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
44750 From: Mark-Jason Dominus <mjd@plover.com>
44751 Date: Tue, 27 Jun 2000 22:36:42 -0400
44752 Message-ID: <20000628023642.12166.qmail@plover.com>
44755 ____________________________________________________________________________
44756 [ 6247] By: jhi on 2000/06/27 12:46:37
44757 Log: Tweak $VERSION, patch from Doug MacEachern.
44760 ____________________________________________________________________________
44761 [ 6246] By: jhi on 2000/06/27 03:34:46
44762 Log: Allow for standalone testing.
44764 ! t/lib/filefunc.t t/lib/filespec.t
44765 ____________________________________________________________________________
44766 [ 6245] By: jhi on 2000/06/27 02:50:02
44767 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
44768 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44769 Date: Sat, 24 Jun 2000 13:06:20 +0100
44770 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
44772 ! ext/DynaLoader/DynaLoader_pm.PL
44773 ____________________________________________________________________________
44774 [ 6244] By: jhi on 2000/06/27 02:46:10
44775 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
44776 From: Doug MacEachern <dougm@covalent.net>
44777 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
44778 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
44780 ! gv.c sv.c t/lib/peek.t
44781 ____________________________________________________________________________
44782 [ 6243] By: jhi on 2000/06/27 02:38:07
44783 Log: Subject: [PATCH] is_utf8_string
44784 From: simon@brecon.co.uk (Simon Cozens)
44785 Date: 26 Jun 2000 02:25:59 GMT
44786 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
44788 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
44789 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
44791 ____________________________________________________________________________
44792 [ 6242] By: jhi on 2000/06/27 02:24:00
44793 Log: Subject: [PATCH] bytes<->utf8 fixes
44794 From: simon@brecon.co.uk (Simon Cozens)
44795 Date: 26 Jun 2000 04:55:45 GMT
44796 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
44798 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
44799 ____________________________________________________________________________
44800 [ 6241] By: jhi on 2000/06/27 02:12:42
44801 Log: Do no -warn on \_, only on \alpha.
44802 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
44803 From: David Dyck <dcd@tc.fluke.com>
44804 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
44805 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
44807 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
44808 ____________________________________________________________________________
44809 [ 6240] By: jhi on 2000/06/27 02:00:01
44810 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
44811 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44812 Date: Mon, 26 Jun 2000 18:40:14 +0100
44813 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
44816 ____________________________________________________________________________
44817 [ 6239] By: jhi on 2000/06/27 01:53:40
44818 Log: Configure maintenance. Sever some dependency cycles,
44819 separate gccversion from the cc unit,
44820 address [ID 20000623.006] Configure script patch for using gcc on AIX
44821 (but solve it a little bit differently),
44822 unduplex some accidentally duplicated units,
44823 suggest using gcc if no cc available
44824 (p5p thread: "Solaris configure: counterproposal", 1999-09)
44826 ! Configure Todo-5.6 config_h.SH
44828 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
44829 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
44830 Branch: metaconfig/U/perl
44832 ! d_getespwnam.U d_getprpwnam.U i_prot.U
44833 ____________________________________________________________________________
44834 [ 6238] By: jhi on 2000/06/25 18:04:56
44835 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
44836 From: Dan Sugalski <dan@sidhe.org>
44837 Date: Fri, 23 Jun 2000 17:00:00 -0400
44838 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
44840 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
44841 ____________________________________________________________________________
44842 [ 6237] By: jhi on 2000/06/25 16:36:45
44843 Log: Tweak embed.pl, regen headers.
44845 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
44846 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
44847 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
44848 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
44849 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
44850 ____________________________________________________________________________
44851 [ 6236] By: jhi on 2000/06/25 15:26:42
44852 Log: Regen headers.
44854 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
44855 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
44856 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
44857 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
44858 ! regnodes.h warnings.h
44859 ____________________________________________________________________________
44860 [ 6235] By: jhi on 2000/06/23 19:39:35
44861 Log: The thread begun by
44862 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
44863 From: Kevin.Ruscoe@ubsw.com
44864 Date: Fri, 16 Jun 2000 16:38:51 +0100
44865 Message-Id: <H000019b03c300d6@MHS>
44867 ! hints/solaris_2.sh
44868 ____________________________________________________________________________
44869 [ 6234] By: jhi on 2000/06/23 19:23:36
44870 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
44871 because when run as services (Win32ese for daemons)
44872 no environment variables are set and tmpdir ends up as /tmp,
44873 which is ambiguous.
44875 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
44876 From: matt@sergeant.org
44877 Date: 16 Jun 2000 16:30:43 -0000
44878 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
44880 ! lib/File/Spec/Win32.pm
44881 ____________________________________________________________________________
44882 [ 6233] By: jhi on 2000/06/23 19:18:58
44883 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
44884 From: Mark-Jason Dominus <mjd@plover.com>
44885 Date: Fri, 16 Jun 2000 20:53:04 -0400
44886 Message-ID: <20000617005304.8008.qmail@plover.com>
44889 ____________________________________________________________________________
44890 [ 6232] By: jhi on 2000/06/23 16:10:02
44891 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
44892 From: simon@brecon.co.uk (Simon Cozens)
44893 Date: 19 Jun 2000 15:18:27 GMT
44894 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
44896 plus update pod/Makefile and regenerate perltoc
44899 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
44900 ____________________________________________________________________________
44901 [ 6231] By: jhi on 2000/06/23 15:19:18
44902 Log: Subject: [PATCH 5.6.0] cygwin port
44903 From: "Fifer, Eric" <EFifer@sanwaint.com>
44904 Date: Tue, 20 Jun 2000 14:30:58 +0100
44905 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
44907 ! README.cygwin lib/File/Find.pm
44908 ____________________________________________________________________________
44909 [ 6230] By: jhi on 2000/06/23 14:25:21
44910 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
44912 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
44913 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44914 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44915 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
44916 ____________________________________________________________________________
44917 [ 6229] By: jhi on 2000/06/23 14:13:34
44918 Log: Subject: README.hpux version 0.6.1
44919 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
44920 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44921 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
44924 ____________________________________________________________________________
44925 [ 6228] By: jhi on 2000/06/23 14:07:20
44926 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
44927 From: Doug MacEachern <dougm@covalent.net>
44928 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
44929 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
44932 ____________________________________________________________________________
44933 [ 6227] By: jhi on 2000/06/23 14:01:06
44934 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
44935 From: Doug MacEachern <dougm@covalent.net>
44936 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
44937 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
44941 ! MANIFEST Makefile.SH
44942 ____________________________________________________________________________
44943 [ 6226] By: jhi on 2000/06/23 13:53:07
44944 Log: Subject: [PATCH] remove forward declarations in Socket.pm
44945 From: Doug MacEachern <dougm@covalent.net>
44946 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
44947 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
44949 From: Doug MacEachern <dougm@covalent.net>
44950 Subject: Re: [PATCH] remove forward declarations in Socket.pm
44951 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
44952 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
44954 ! ext/Socket/Socket.pm op.c
44955 ____________________________________________________________________________
44956 [ 6225] By: jhi on 2000/06/23 13:41:52
44957 Log: Add source code filenames to apidoc.
44958 From: simon@brecon.co.uk (Simon Cozens)
44959 Subject: [PATCH embed.pl] Source X-ref
44960 Date: 22 Jun 2000 02:18:49 GMT
44961 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
44964 ____________________________________________________________________________
44965 [ 6224] By: jhi on 2000/06/23 13:32:33
44966 Log: A way to avoid English.pm performance hit.
44967 From: root <root@jester.slaysys.com>
44968 Subject: [YAPATCH English.pm] My turn to putt again
44969 Date: Thu, 22 Jun 2000 20:33:58 -0400
44970 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
44972 ! lib/English.pm t/lib/english.t
44973 ____________________________________________________________________________
44974 [ 6223] By: jhi on 2000/06/23 13:27:06
44975 Log: Avoid double close().
44976 Subject: [PATCH] avoid double close()
44977 From: Doug MacEachern <dougm@covalent.net>
44978 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
44979 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
44982 ____________________________________________________________________________
44983 [ 6222] By: jhi on 2000/06/23 13:25:54
44985 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
44986 From: Ian Phillipps <Ian.Phillipps@iname.com>
44987 Date: Fri, 23 Jun 2000 10:40:58 +0100
44988 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
44991 ____________________________________________________________________________
44992 [ 6221] By: jhi on 2000/06/23 13:24:15
44993 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
44994 From: simon@brecon.co.uk (Simon Cozens)
44995 Subject: [PATCH] Eliminate tr///[CU][CU]
44996 Date: 23 Jun 2000 11:05:40 GMT
44997 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
44999 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
45000 ____________________________________________________________________________
45001 [ 6220] By: jhi on 2000/06/22 16:07:51
45002 Log: Win32 patches from Benjamin Stuhl.
45004 ! makedef.pl win32/win32.h
45005 ____________________________________________________________________________
45006 [ 6219] By: jhi on 2000/06/22 16:06:34
45007 Log: Bytecode patches from Benjamin Stuhl.
45009 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45010 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45011 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45012 ____________________________________________________________________________
45013 [ 6218] By: jhi on 2000/06/15 23:54:16
45014 Log: Bytecode patches from Benjamin Stuhl.
45016 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45017 ____________________________________________________________________________
45018 [ 6217] By: jhi on 2000/06/09 13:38:29
45019 Log: Rename the fdpid locking and integrate with Sarathy.
45021 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
45022 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
45023 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
45025 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
45026 ____________________________________________________________________________
45027 [ 6216] By: gsar on 2000/06/08 14:54:21
45028 Log: be more optimal about clearing @_
45031 ____________________________________________________________________________
45032 [ 6215] By: gsar on 2000/06/08 14:33:04
45033 Log: tweak comment about @DB::args
45036 ____________________________________________________________________________
45037 [ 6214] By: gsar on 2000/06/08 13:57:54
45038 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
45039 caller() wants to populate @DB::args with it (causes a coredump
45040 in Carp::confess())
45042 ! cop.h t/op/runlevel.t
45043 ____________________________________________________________________________
45044 [ 6213] By: gsar on 2000/06/08 07:06:35
45045 Log: back out change#6106 (seems problematic)
45047 ! hints/solaris_2.sh
45048 ____________________________________________________________________________
45049 [ 6212] By: jhi on 2000/06/07 03:10:36
45050 Log: Continuing mopup for #6204.
45052 ! ext/B/defsubs_h.PL
45053 ____________________________________________________________________________
45054 [ 6211] By: jhi on 2000/06/07 02:41:50
45055 Log: Mopup for #6204.
45056 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
45057 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
45058 This is comes from const() where POK isn't on when expected.
45060 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
45061 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45062 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45063 ! perlapi.h pod/perlapi.pod
45064 ____________________________________________________________________________
45065 [ 6210] By: jhi on 2000/06/07 01:56:29
45066 Log: Mopup for #6207 and #6209.
45068 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
45069 ____________________________________________________________________________
45070 [ 6209] By: jhi on 2000/06/07 01:33:12
45071 Log: Lock PL_fdpid against race conditions, based on:
45072 Subject: [PATCH 5.6.0]subprocess fixup for threads
45073 From: Dan Sugalski <dan@sidhe.org>
45074 To: perl5-porters@perl.org
45075 Date: Tue, 11 Apr 2000 17:02:32 -0400
45076 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
45078 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
45080 ____________________________________________________________________________
45081 [ 6208] By: jhi on 2000/06/07 01:05:23
45082 Log: Regen headers for #6207.
45084 ! embed.h global.sym objXSUB.h proto.h
45085 ____________________________________________________________________________
45086 [ 6207] By: jhi on 2000/06/06 23:43:13
45087 Log: Subject: [PATCH 5.6.0] Threadsafe patches
45088 From: Dan Sugalski <dan@sidhe.org>
45089 To: perl5-porters@perl.org
45090 Date: Mon, 08 May 2000 18:08:13 -0400
45091 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
45093 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
45094 ! proto.h sv.h util.c
45095 ____________________________________________________________________________
45096 [ 6206] By: jhi on 2000/06/06 23:21:23
45097 Log: Subject: [PATCH] Eliminate $a/$b in pod
45098 From: David Glasser <me@davidglasser.net>
45099 To: perl5-porters@perl.org
45100 Date: Mon, 29 May 2000 21:15:59 -0400
45101 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
45103 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
45104 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
45105 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
45106 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
45107 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
45108 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
45109 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
45110 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
45111 ! pod/perlvar.pod pod/perlxs.pod
45112 ____________________________________________________________________________
45113 [ 6205] By: jhi on 2000/06/06 23:12:14
45114 Log: Subject: [PATCH] Win32 improvements
45115 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45116 To: gsar@activestate.com, perl5-porters@perl.org
45117 Date: Mon, 29 May 2000 17:22:24 PDT
45118 Message-ID: <20000530002224.91142.qmail@hotmail.com>
45119 (MUA had mangled many lines by wordwrapping)
45121 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
45122 ____________________________________________________________________________
45123 [ 6204] By: jhi on 2000/06/06 23:01:50
45124 Log: Subject: [PATCH] B::Bytecode patches
45125 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45126 To: gsar@activestate.com, jhi@iki.fi
45127 Cc: perl5-porters@perl.org
45128 Message-ID: <20000602202526.48694.qmail@hotmail.com>
45129 (MUA had mangled many lines by wordwrapping)
45131 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
45132 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
45133 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45134 ! intrpvar.h perl.c
45135 ____________________________________________________________________________
45136 [ 6203] By: jhi on 2000/06/06 22:32:43
45137 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
45138 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45139 Date: Tue, 06 Jun 2000 13:07:45 -0700
45140 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
45143 ____________________________________________________________________________
45144 [ 6202] By: jhi on 2000/06/06 19:38:35
45145 Log: Integrate with Sarathy.
45148 ____________________________________________________________________________
45149 [ 6201] By: gsar on 2000/06/06 00:42:59
45150 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
45151 does a PUSHMARK that's never ever POPMARKed; in general, only
45152 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
45153 Perl_eval_[sp]v() don't because they don't take any incoming
45154 arguments (this leak has been around since the original version
45155 of perl_eval_pv() in 5.003_97e)
45158 ____________________________________________________________________________
45159 [ 6200] By: jhi on 2000/06/04 03:44:52
45160 Log: Update to cperl-mode.el 4.31 from
45161 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
45162 Subject: A couple of notes
45163 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45164 To: Mailing list Perl5 <perl5-porters@perl.org>
45165 Date: Sat, 3 Jun 2000 23:33:32 -0400
45166 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
45168 ! emacs/cperl-mode.el
45169 ____________________________________________________________________________
45170 [ 6199] By: jhi on 2000/06/03 15:11:05
45171 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
45172 From: Dan Sugalski <dan@sidhe.org>
45173 To: perl5-porters@perl.org, vmsperl@perl.org
45174 Date: Fri, 02 Jun 2000 17:30:51 -0400
45175 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
45177 ! vms/descrip_mms.template vms/gen_shrfls.pl
45178 ____________________________________________________________________________
45179 [ 6198] By: jhi on 2000/06/03 14:59:15
45180 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
45181 From: Dan Sugalski <dan@sidhe.org>
45182 To: vmsperl@perl.org, perl5-porters@perl.org
45183 Date: Fri, 02 Jun 2000 16:00:41 -0400
45184 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
45185 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
45187 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
45188 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
45189 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
45190 ____________________________________________________________________________
45191 [ 6197] By: jhi on 2000/06/03 14:41:30
45192 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
45193 From: John Borwick <jhborwic@unity.ncsu.edu>
45194 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
45195 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
45198 ____________________________________________________________________________
45199 [ 6196] By: jhi on 2000/06/03 14:38:09
45200 Log: Integrate with Sarathy.
45202 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45203 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45205 ____________________________________________________________________________
45206 [ 6195] By: gsar on 2000/06/02 22:43:13
45207 Log: fix yet another eval"" leak under USE_ITHREADS
45210 ____________________________________________________________________________
45211 [ 6194] By: gsar on 2000/06/02 18:22:06
45212 Log: fix small eval"" memory leaks under USE_ITHREADS
45214 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45215 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45217 ____________________________________________________________________________
45218 [ 6193] By: jhi on 2000/06/01 13:03:56
45219 Log: Signals-be-gone for microperl.
45221 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
45222 ____________________________________________________________________________
45223 [ 6192] By: jhi on 2000/06/01 12:52:02
45224 Log: Integrate with Sarathy.
45226 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
45227 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
45228 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
45229 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
45230 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
45231 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
45232 !> t/op/vec.t utils/h2xs.PL
45233 ____________________________________________________________________________
45234 [ 6191] By: gsar on 2000/06/01 09:38:21
45235 Log: vec() loses numericalness (modified version of patch suggested
45238 ! doop.c t/op/vec.t
45239 ____________________________________________________________________________
45240 [ 6190] By: gsar on 2000/06/01 09:26:15
45241 Log: submit missing embed.pl change
45244 ____________________________________________________________________________
45245 [ 6189] By: gsar on 2000/06/01 09:05:34
45246 Log: counting tr/// corrupts later operation (from M.J.T Guy)
45249 ____________________________________________________________________________
45250 [ 6188] By: gsar on 2000/06/01 08:58:39
45254 ____________________________________________________________________________
45255 [ 6187] By: gsar on 2000/06/01 08:50:07
45256 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
45257 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45260 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
45262 ____________________________________________________________________________
45263 [ 6186] By: gsar on 2000/06/01 08:24:40
45264 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
45265 <wolfgang.laun@alcatel.at>)
45267 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
45268 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
45269 ____________________________________________________________________________
45270 [ 6185] By: gsar on 2000/06/01 08:12:00
45271 Log: remove incorrect documentation about implicit split to @_ in
45272 list context, which never really worked in perl 5 (from
45275 ! pod/perlfunc.pod pod/perltrap.pod
45276 ____________________________________________________________________________
45277 [ 6184] By: gsar on 2000/06/01 07:52:27
45278 Log: tweak for change#6127
45281 ____________________________________________________________________________
45282 [ 6183] By: gsar on 2000/06/01 07:41:02
45283 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
45286 + t/lib/selfloader.t
45287 ! MANIFEST lib/SelfLoader.pm
45288 ____________________________________________________________________________
45289 [ 6182] By: jhi on 2000/06/01 00:34:42
45290 Log: Be Cleaner Part Deux.
45293 ____________________________________________________________________________
45294 [ 6181] By: jhi on 2000/06/01 00:32:09
45295 Log: Integrate with Sarathy.
45297 !> pp.c t/op/arith.t
45298 ____________________________________________________________________________
45299 [ 6180] By: jhi on 2000/06/01 00:31:13
45300 Log: microperl nits from Simon Cozens.
45303 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
45305 ____________________________________________________________________________
45306 [ 6179] By: gsar on 2000/05/31 22:37:51
45307 Log: buggy modulus on UVs introduced by change#3378 (resulted in
45308 4063328477 % 65535 amounting to 27406, instead of 27407)
45310 ! pp.c t/op/arith.t
45311 ____________________________________________________________________________
45312 [ 6178] By: jhi on 2000/05/31 21:52:41
45316 ____________________________________________________________________________
45317 [ 6177] By: jhi on 2000/05/31 21:47:33
45318 Log: Substitution utf8 patch from Simon Cozens.
45321 ____________________________________________________________________________
45322 [ 6176] By: jhi on 2000/05/31 21:45:34
45323 Log: Single-quoted utf8 patch from Simon Cozens.
45326 ____________________________________________________________________________
45327 [ 6175] By: jhi on 2000/05/31 21:40:18
45328 Log: Integrate with Sarathy.
45330 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
45331 ____________________________________________________________________________
45332 [ 6174] By: jhi on 2000/05/31 21:37:31
45333 Log: microperl changes from Simon Cozens; Makefile for microperl
45334 written from scratch; few casts added as microperl compilation
45335 doesn't have all prototypes available.
45337 + Makefile.micro README.micro Todo.micro uconfig.sh
45338 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
45339 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
45341 + U/modified/Config_h.U
45342 ____________________________________________________________________________
45343 [ 6173] By: jhi on 2000/05/31 20:00:24
45344 Log: metaconfig maintenance.
45346 + U/modified/Inhdr.U U/typedefs/inotype.U
45347 Branch: metaconfig/U/perl
45348 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
45349 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
45350 ____________________________________________________________________________
45351 [ 6172] By: gsar on 2000/05/31 05:05:42
45352 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
45353 (from Ilya Zakharevich)
45355 ! regexec.c t/op/re_tests
45356 ____________________________________________________________________________
45357 [ 6171] By: gsar on 2000/05/31 05:01:47
45358 Log: scalar() doesn't force scalar context when used in void context
45359 (from Simon Cozens)
45361 ! op.c t/op/wantarray.t
45362 ____________________________________________________________________________
45363 [ 6170] By: gsar on 2000/05/31 04:41:33
45364 Log: change#6142 needs tweaks to tests to work where there's no symlink()
45365 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45368 ____________________________________________________________________________
45369 [ 6169] By: gsar on 2000/05/31 04:29:49
45370 Log: integrate cfgperl contents into mainline
45372 +> pod/perlmodlib.PL pod/perlnewmod.pod
45373 !> (integrate 42 files)
45374 ____________________________________________________________________________
45375 [ 6168] By: jhi on 2000/05/30 22:53:37
45376 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
45378 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45379 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
45380 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
45381 ! win32/config.bc win32/config.gc win32/config.vc
45382 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45383 ! win32/config_h.PL win32/config_sh.PL
45384 Branch: metaconfig/U/perl
45386 ____________________________________________________________________________
45387 [ 6167] By: jhi on 2000/05/30 22:20:21
45391 ____________________________________________________________________________
45392 [ 6166] By: jhi on 2000/05/30 22:11:51
45393 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
45394 in case somebody wants to write an extension for more
45395 shadow database interfaces.
45397 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45398 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
45399 ! vos/config.def vos/config.h vos/config_h.SH_orig
45400 ! win32/config.bc win32/config.gc win32/config.vc
45401 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45403 ! U/modified/Myinit.U
45404 Branch: metaconfig/U/perl
45405 + d_getespwnam.U d_getprpwnam.U i_prot.U
45406 ____________________________________________________________________________
45407 [ 6165] By: jhi on 2000/05/30 18:35:34
45408 Log: Integrate with Sarathy.
45411 ____________________________________________________________________________
45412 [ 6164] By: jhi on 2000/05/30 18:30:16
45415 ! Configure config_h.SH
45416 Branch: metaconfig/U/perl
45418 ____________________________________________________________________________
45419 [ 6163] By: gsar on 2000/05/30 03:24:03
45420 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
45423 ____________________________________________________________________________
45424 [ 6162] By: gsar on 2000/05/30 03:09:38
45425 Log: fix memory leak in method call optimization (change#3768);
45426 made C<eval "$x->foo()"> leak
45429 ____________________________________________________________________________
45430 [ 6161] By: jhi on 2000/05/29 17:56:26
45431 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
45432 both from Simon Cozens.
45434 + pod/perlmodlib.PL pod/perlnewmod.pod
45435 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
45436 ! pod/perlmodlib.pod pod/perltoc.pod
45437 ____________________________________________________________________________
45438 [ 6160] By: jhi on 2000/05/29 17:23:55
45439 Log: Changes for the File::Temp 0.08 (change #6159) test suite
45440 to fit better into the Perl distribution test framework.
45442 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
45443 ! t/lib/ftmp-tempfile.t
45444 ____________________________________________________________________________
45445 [ 6159] By: jhi on 2000/05/29 16:55:36
45446 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
45448 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45449 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45450 ____________________________________________________________________________
45451 [ 6158] By: bailey on 2000/05/29 16:22:08
45452 Log: Add fallback to tmpfile for use in cases where user's relying on
45453 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
45456 ! vms/vms.c vms/vmsish.h
45457 ____________________________________________________________________________
45458 [ 6157] By: jhi on 2000/05/29 03:10:36
45459 Log: Regen Configure to jive with #6149.
45463 ! U/modified/Getfile.U
45464 ____________________________________________________________________________
45465 [ 6156] By: jhi on 2000/05/29 03:01:38
45466 Log: Integrate with Sarathy.
45468 +> ext/DynaLoader/dl_mac.xs
45469 !> (integrate 38 files)
45470 ____________________________________________________________________________
45471 [ 6155] By: gsar on 2000/05/28 21:15:58
45472 Log: small bug in change#6144; remove random \xA0 character that snuck
45475 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
45476 ____________________________________________________________________________
45477 [ 6154] By: gsar on 2000/05/28 21:04:19
45478 Log: avoid type mismatch warning
45481 ____________________________________________________________________________
45482 [ 6153] By: gsar on 2000/05/28 20:58:31
45483 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
45484 <nick@Bagpuss.uk.boo.com>)
45486 ! lib/Test/Harness.pm
45487 ____________________________________________________________________________
45488 [ 6152] By: gsar on 2000/05/28 20:53:42
45489 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
45492 ____________________________________________________________________________
45493 [ 6151] By: gsar on 2000/05/28 20:50:28
45494 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
45497 ____________________________________________________________________________
45498 [ 6150] By: gsar on 2000/05/28 20:39:58
45499 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
45501 ! pod/perlrequick.pod
45502 ____________________________________________________________________________
45503 [ 6149] By: gsar on 2000/05/28 20:35:16
45504 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
45507 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
45508 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
45509 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
45510 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
45511 ____________________________________________________________________________
45512 [ 6148] By: gsar on 2000/05/28 20:21:07
45513 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
45515 ! lib/ExtUtils/MM_Unix.pm
45516 ____________________________________________________________________________
45517 [ 6147] By: gsar on 2000/05/28 20:12:41
45518 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
45519 (from Peter Prymmer)
45521 ! vms/subconfigure.com
45522 ____________________________________________________________________________
45523 [ 6146] By: gsar on 2000/05/28 20:06:15
45526 ! lib/warnings.pm warnings.h warnings.pl
45527 ____________________________________________________________________________
45528 [ 6145] By: gsar on 2000/05/28 18:44:33
45529 Log: make xsubpp skip embedded pod (from Matthias Neeracher
45530 <neeri@iis.ee.ethz.ch>)
45532 ! lib/ExtUtils/xsubpp
45533 ____________________________________________________________________________
45534 [ 6144] By: gsar on 2000/05/28 18:42:49
45535 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
45536 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
45537 <neeri@iis.ee.ethz.ch>)
45540 ____________________________________________________________________________
45541 [ 6143] By: gsar on 2000/05/28 18:41:12
45542 Log: MacOS support, part 1 (from Matthias Neeracher
45543 <neeri@iis.ee.ethz.ch>)
45545 + ext/DynaLoader/dl_mac.xs
45546 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
45547 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
45548 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
45550 ____________________________________________________________________________
45551 [ 6142] By: gsar on 2000/05/28 18:21:51
45552 Log: File::Find fails to chdir when chasing symlinks (from
45553 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45555 ! lib/File/Find.pm t/lib/filefind.t
45556 ____________________________________________________________________________
45557 [ 6141] By: jhi on 2000/05/28 14:25:15
45558 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
45559 forwarded by Peter Seebach from the bsdi-users mailing list.
45560 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
45563 ____________________________________________________________________________
45564 [ 6140] By: jhi on 2000/05/28 14:11:57
45565 Log: Integrate with Sarathy.
45567 +> (branch 30 files)
45568 !> (integrate 93 files)
45569 ____________________________________________________________________________
45570 [ 6139] By: gsar on 2000/05/28 10:01:48
45571 Log: revise mktables.PL for bugs and newness in Unicode 3.0
45572 (from James Bence <jbence@amgen.com>)
45574 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
45575 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
45576 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
45577 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
45578 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
45579 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
45580 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
45581 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
45582 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
45583 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
45584 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
45585 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
45586 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
45587 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
45588 + lib/unicode/Is/SylWU.pl
45589 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
45590 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45591 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45592 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45593 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45594 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45595 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45596 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45597 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45598 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45599 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45600 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45601 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45602 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45603 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45604 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
45605 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
45606 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
45607 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
45608 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
45609 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
45610 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
45611 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
45612 ! lib/unicode/Makefile lib/unicode/mktables.PL
45613 ____________________________________________________________________________
45614 [ 6138] By: gsar on 2000/05/28 08:50:32
45615 Log: add note about the handling of negative indices to tied arrays
45616 (from Michael G Schwern <schwern@pobox.com>)
45619 ____________________________________________________________________________
45620 [ 6137] By: gsar on 2000/05/28 08:46:10
45621 Log: fix bogus redeclaration warning for "our" variables in different
45624 ! op.c t/pragma/strict-vars
45625 ____________________________________________________________________________
45626 [ 6136] By: gsar on 2000/05/28 08:31:20
45627 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
45629 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
45630 ____________________________________________________________________________
45631 [ 6135] By: gsar on 2000/05/28 08:17:50
45632 Log: enable Test::Harness to dynamically determine column width etc.
45633 (from Rob Napier <rnapier@employees.org>)
45635 ! lib/Test/Harness.pm
45636 ____________________________________________________________________________
45637 [ 6134] By: gsar on 2000/05/28 08:13:39
45638 Log: make Test::Harness use wait.h/WCOREDUMP if available
45639 (from Ben Tilly <ben_tilly@hotmail.com>)
45641 ! lib/Test/Harness.pm
45642 ____________________________________________________________________________
45643 [ 6133] By: gsar on 2000/05/28 08:08:05
45644 Log: elide bogus test in change#6132
45646 ! t/pragma/warn/9enabled
45647 ____________________________________________________________________________
45648 [ 6132] By: gsar on 2000/05/28 08:03:14
45649 Log: warnings::enabled() doesn't fall back to looking at $^W if
45650 caller isn't using lexical warnings (from Paul Marquess)
45652 ! pp_ctl.c t/pragma/warn/9enabled
45653 ____________________________________________________________________________
45654 [ 6131] By: gsar on 2000/05/28 07:57:47
45655 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
45657 ! ext/POSIX/POSIX.pm
45658 ____________________________________________________________________________
45659 [ 6130] By: gsar on 2000/05/28 07:29:12
45660 Log: fix places that mean C<"word" character> but say C<alphanumeric
45663 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
45664 ____________________________________________________________________________
45665 [ 6129] By: gsar on 2000/05/28 07:18:41
45666 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
45669 ____________________________________________________________________________
45670 [ 6128] By: gsar on 2000/05/28 07:12:55
45671 Log: new perlxstut example for passing/returning refs to arrays
45672 (from David Lowe <dlowe@pootpoot.com>)
45674 ! pod/perlxstut.pod
45675 ____________________________________________________________________________
45676 [ 6127] By: gsar on 2000/05/28 07:02:50
45677 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
45678 failed (from Gisle Aas)
45681 ____________________________________________________________________________
45682 [ 6126] By: gsar on 2000/05/28 06:39:53
45683 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
45684 (reworked variant of patch suggested by Simon Cozens)
45686 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
45687 ! pp_hot.c proto.h t/op/gv.t
45688 ____________________________________________________________________________
45689 [ 6125] By: gsar on 2000/05/28 05:14:55
45690 Log: enable propagating exception objects via Perl_croak() in XS code
45694 ____________________________________________________________________________
45695 [ 6124] By: gsar on 2000/05/28 05:07:28
45696 Log: integrate vmsperl contents into mainline
45698 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
45699 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
45701 ____________________________________________________________________________
45702 [ 6123] By: gsar on 2000/05/28 05:03:53
45703 Log: clarify gotcha with #line directives (from Rocco Caputo
45706 ! pod/perldebug.pod pod/perlsyn.pod
45707 ____________________________________________________________________________
45708 [ 6122] By: gsar on 2000/05/28 04:58:29
45709 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
45710 (from Mark-Jason Dominus)
45712 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
45713 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
45714 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
45716 ____________________________________________________________________________
45717 [ 6121] By: bailey on 2000/05/25 04:46:54
45718 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
45719 lists (based on fixes by Craig Berry)
45721 ! lib/File/Spec/VMS.pm
45722 ____________________________________________________________________________
45723 [ 6120] By: bailey on 2000/05/25 04:25:38
45724 Log: Add missing escape (Charles Lane)
45726 ! t/op/lex_assign.t
45727 ____________________________________________________________________________
45728 [ 6119] By: bailey on 2000/05/25 04:21:25
45729 Log: Quiet error messages in vmsish.t (Charles Lane)
45732 ____________________________________________________________________________
45733 [ 6118] By: bailey on 2000/05/25 04:17:57
45734 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
45735 Flatten case labels in switch statements uniformly (Charles Bailey)
45738 ____________________________________________________________________________
45739 [ 6117] By: bailey on 2000/05/25 03:58:09
45740 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
45743 ____________________________________________________________________________
45744 [ 6116] By: bailey on 2000/05/25 03:11:15
45745 Log: Miscellaneous cosmetic fixes (Charles Lane)
45747 ! lib/ExtUtils/MM_VMS.pm
45748 ____________________________________________________________________________
45749 [ 6115] By: bailey on 2000/05/25 03:10:36
45750 Log: Add bounds checking for several strings (Charles Lane)
45753 ____________________________________________________________________________
45754 [ 6114] By: bailey on 2000/05/25 02:25:34
45755 Log: Urk -- undo previous removal of vmsish 'exit' change
45757 ! vms/ext/vmsish.pm vms/vmsish.h
45758 ____________________________________________________________________________
45759 [ 6113] By: bailey on 2000/05/24 02:24:40
45760 Log: Ugly workaround for version-specific RTL error
45763 ____________________________________________________________________________
45764 [ 6112] By: bailey on 2000/05/24 02:19:55
45765 Log: Check for existence of file before trying to delete
45768 ____________________________________________________________________________
45769 [ 6111] By: bailey on 2000/05/23 23:35:13
45770 Log: Resync with mainline prior to post-5.6.0 updates
45772 +> (branch 49 files)
45773 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
45774 ! vms/ext/vmsish.pm
45775 !> (integrate 334 files)
45776 ____________________________________________________________________________
45777 [ 6110] By: jhi on 2000/05/23 19:28:32
45781 ____________________________________________________________________________
45782 [ 6109] By: jhi on 2000/05/18 17:38:54
45783 Log: Integrate with Sarathy.
45785 !> mg.c perl.h win32/perlhost.h
45786 ____________________________________________________________________________
45787 [ 6108] By: gsar on 2000/05/17 02:24:56
45788 Log: reenable fake signal handling on Windows, bugs and all
45790 ! mg.c perl.h win32/perlhost.h
45791 ____________________________________________________________________________
45792 [ 6107] By: jhi on 2000/05/15 18:01:41
45793 Log: Tweak the todo list.
45796 ____________________________________________________________________________
45797 [ 6106] By: jhi on 2000/05/15 13:41:48
45798 Log: The (Configure) script refuses to go on, after asking for
45799 'You may also choose to try maximal 64-bitness....'.
45800 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
45802 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
45804 ! hints/solaris_2.sh
45805 ____________________________________________________________________________
45806 [ 6105] By: jhi on 2000/05/11 14:37:43
45807 Log: Integrate with Sarathy.
45809 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45810 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
45811 ____________________________________________________________________________
45812 [ 6104] By: gsar on 2000/05/11 03:39:07
45813 Log: PL_sys_intern was being initialized too late on windows
45815 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45816 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
45817 ____________________________________________________________________________
45818 [ 6103] By: jhi on 2000/05/09 19:42:20
45819 Log: Test tweaking for Unicos continues.
45822 ____________________________________________________________________________
45823 [ 6102] By: jhi on 2000/05/09 16:47:27
45824 Log: The test suite tweak in #6101 wasn't quite right.
45827 ____________________________________________________________________________
45828 [ 6101] By: jhi on 2000/05/09 15:35:34
45829 Log: Hints and test tweaks for Unicos.
45831 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
45832 ____________________________________________________________________________
45833 [ 6100] By: jhi on 2000/05/08 21:15:06
45834 Log: More compilation tweakery from Allen Smith.
45837 ____________________________________________________________________________
45838 [ 6099] By: jhi on 2000/05/08 19:21:18
45839 Log: Tweaks for the cc bugs from Allen Smith.
45842 ____________________________________________________________________________
45843 [ 6098] By: jhi on 2000/05/08 19:13:37
45844 Log: Add a note about other, yet unsupported, shadow password APIs.
45847 ____________________________________________________________________________
45848 [ 6097] By: jhi on 2000/05/08 18:46:34
45849 Log: Add a note about possible compilation problems from Allen Smith.
45852 ____________________________________________________________________________
45853 [ 6096] By: jhi on 2000/05/08 17:33:10
45854 Log: Integrate with Sarathy.
45856 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45857 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
45858 ____________________________________________________________________________
45859 [ 6095] By: jhi on 2000/05/08 16:21:33
45860 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
45861 might be useful in future.
45863 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45866 ! U/installdirs/inc_version_list.U
45867 Branch: metaconfig/U/perl
45869 ____________________________________________________________________________
45870 [ 6094] By: gsar on 2000/05/08 14:22:22
45871 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
45873 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45874 ! hints/cygwin.sh pp_sys.c
45875 ____________________________________________________________________________
45876 [ 6093] By: gsar on 2000/05/08 12:52:28
45877 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
45878 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
45880 ! pp_sys.c sv.c win32/perlhost.h
45881 ____________________________________________________________________________
45882 [ 6092] By: jhi on 2000/05/07 22:40:34
45883 Log: Regen perltoc with the fixed buildtoc.
45886 ____________________________________________________________________________
45887 [ 6091] By: jhi on 2000/05/07 22:24:16
45888 Log: Integrate with Sarathy.
45890 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
45891 !> t/op/substr.t toke.c
45892 ____________________________________________________________________________
45893 [ 6090] By: gsar on 2000/05/07 19:47:07
45894 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
45895 [NI]OK; added tests for both
45897 ! perl.c pp_hot.c sv.c t/op/substr.t
45898 ____________________________________________________________________________
45899 [ 6089] By: gsar on 2000/05/07 18:18:38
45900 Log: buildtoc tweak to fix newline lossage
45903 ____________________________________________________________________________
45904 [ 6088] By: jhi on 2000/05/07 16:35:36
45905 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
45906 because we do not use those. The HAS_GETSPNAM remains,
45907 though, because we still do use that.
45909 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45910 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
45911 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
45912 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
45913 ! win32/config.vc win32/config_H.bc win32/config_H.gc
45914 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45915 ____________________________________________________________________________
45916 [ 6087] By: gsar on 2000/05/07 16:05:16
45917 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
45919 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
45920 ____________________________________________________________________________
45921 [ 6086] By: jhi on 2000/05/07 15:27:07
45922 Log: Integrate with Sarathy.
45924 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45925 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45926 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
45927 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
45928 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
45929 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
45930 ____________________________________________________________________________
45931 [ 6085] By: gsar on 2000/05/07 05:52:02
45932 Log: repeat operator (x) doesn't preserve utf8-ness
45934 ! pp.c t/op/substr.t
45935 ____________________________________________________________________________
45936 [ 6084] By: gsar on 2000/05/07 05:39:55
45937 Log: substr() does not preserve utf8-ness (from Stefan Eissing
45938 <Eissing@medicaldataservice.de>); added tests
45940 ! pp.c t/op/substr.t
45941 ____________________________________________________________________________
45942 [ 6083] By: gsar on 2000/05/07 05:24:46
45943 Log: note about undocumented caller() return value (from M.J.T. Guy);
45944 yet another peek.t tweak
45946 ! pod/perlfunc.pod t/lib/peek.t
45947 ____________________________________________________________________________
45948 [ 6082] By: gsar on 2000/05/07 05:08:40
45949 Log: peek.t non-portable to ithreads
45952 ____________________________________________________________________________
45953 [ 6081] By: gsar on 2000/05/07 04:17:04
45954 Log: better default perlbug categories for ok reports (from Richard Foley)
45957 ____________________________________________________________________________
45958 [ 6080] By: gsar on 2000/05/07 04:08:07
45959 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
45960 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45962 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45963 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45964 ! AUTHORS MAINTAIN MANIFEST
45965 ____________________________________________________________________________
45966 [ 6079] By: gsar on 2000/05/07 04:01:38
45967 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
45969 ! lib/Carp/Heavy.pm
45970 ____________________________________________________________________________
45971 [ 6078] By: gsar on 2000/05/07 01:24:19
45972 Log: workaround for CRT bug in chdir() (from Charles Lane, via
45975 ! iperlsys.h vms/vms.c vms/vmsish.h
45976 ____________________________________________________________________________
45977 [ 6077] By: gsar on 2000/05/07 01:22:23
45978 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
45981 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
45982 ____________________________________________________________________________
45983 [ 6076] By: gsar on 2000/05/06 17:36:29
45984 Log: integrate cfgperl contents into mainline
45987 !> Configure MANIFEST Porting/Glossary Porting/config.sh
45988 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
45989 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
45990 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
45991 ____________________________________________________________________________
45992 [ 6075] By: jhi on 2000/05/05 18:56:10
45993 Log: Make the test more portable.
45996 ____________________________________________________________________________
45997 [ 6074] By: jhi on 2000/05/05 18:49:20
45998 Log: Introduce t/lib/peek.t.
46002 ____________________________________________________________________________
46003 [ 6073] By: jhi on 2000/05/05 14:30:45
46004 Log: Complex tweaks.
46006 ! lib/Math/Complex.pm t/lib/complex.t
46007 ____________________________________________________________________________
46008 [ 6072] By: jhi on 2000/05/05 12:27:13
46009 Log: Integrate with Sarathy.
46011 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46012 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46013 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
46014 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
46015 ____________________________________________________________________________
46016 [ 6071] By: gsar on 2000/05/05 02:24:46
46017 Log: misformatted perllocal.pod (from Tim Jenness
46018 <t.jenness@jach.hawaii.edu>)
46020 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46021 ____________________________________________________________________________
46022 [ 6070] By: gsar on 2000/05/05 02:16:52
46023 Log: remove misleading comment (from M.J.T. Guy)
46026 ____________________________________________________________________________
46027 [ 6069] By: gsar on 2000/05/05 02:15:13
46028 Log: File::Spec compatibility update (from Barrie Slaymaker
46029 <barries@slaysys.com>)
46031 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46032 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46033 ____________________________________________________________________________
46034 [ 6068] By: gsar on 2000/05/05 02:01:50
46035 Log: note about values()
46038 ____________________________________________________________________________
46039 [ 6067] By: gsar on 2000/05/05 01:33:09
46040 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
46043 ____________________________________________________________________________
46044 [ 6066] By: gsar on 2000/05/05 01:23:43
46048 ____________________________________________________________________________
46049 [ 6065] By: jhi on 2000/05/04 17:30:22
46050 Log: Integrate with Sarathy.
46052 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
46053 ____________________________________________________________________________
46054 [ 6064] By: gsar on 2000/05/04 17:26:14
46055 Log: change#5905 wasn't quite right--it's intent only applies when arguments
46056 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
46059 ____________________________________________________________________________
46060 [ 6063] By: gsar on 2000/05/04 16:52:29
46061 Log: tokeq() could read unallocated field in argument
46064 ____________________________________________________________________________
46065 [ 6062] By: gsar on 2000/05/04 16:34:51
46066 Log: additional tests for utf8.t
46069 ____________________________________________________________________________
46070 [ 6061] By: gsar on 2000/05/04 16:09:28
46071 Log: change#5921 neglected to make eq honor "use bytes"
46074 ____________________________________________________________________________
46075 [ 6060] By: jhi on 2000/05/04 15:30:16
46076 Log: Integrate with Sarathy.
46078 !> perl.c regcomp.c t/pragma/utf8.t
46079 ____________________________________________________________________________
46080 [ 6059] By: jhi on 2000/05/04 15:26:37
46081 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
46082 in natively 64-bit platforms where a long is a quad (no need
46083 for long longs). Also added bias for IVs.
46086 ____________________________________________________________________________
46087 [ 6058] By: gsar on 2000/05/04 00:19:14
46088 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
46089 (spotted by Donald Kinzer <dkinzer@premia.com>)
46092 ____________________________________________________________________________
46093 [ 6057] By: gsar on 2000/05/03 18:34:01
46094 Log: fix broken parsing of /\x{ab}/
46096 ! regcomp.c t/pragma/utf8.t
46097 ____________________________________________________________________________
46098 [ 6056] By: jhi on 2000/05/03 17:57:16
46099 Log: The search of infinity continues, this time simplified.
46101 ! lib/Math/Complex.pm
46102 ____________________________________________________________________________
46103 [ 6055] By: jhi on 2000/05/03 17:45:30
46107 ____________________________________________________________________________
46108 [ 6054] By: jhi on 2000/05/02 22:28:27
46109 Log: Be more forgiving in POSIX about HUGE_VALL.
46111 ! ext/POSIX/POSIX.xs
46112 ____________________________________________________________________________
46113 [ 6053] By: jhi on 2000/05/02 22:25:05
46114 Log: Integrate with Sarathy.
46116 !> hints/irix_6.sh pod/perlop.pod
46117 ____________________________________________________________________________
46118 [ 6052] By: jhi on 2000/05/02 22:24:31
46119 Log: Unicos hint tweak.
46122 ____________________________________________________________________________
46123 [ 6051] By: jhi on 2000/05/02 22:21:26
46124 Log: Complex tweakery.
46126 ! lib/Math/Complex.pm t/lib/complex.t
46127 ____________________________________________________________________________
46128 [ 6050] By: jhi on 2000/05/02 19:26:22
46129 Log: Use setxxent()/endxxent().
46131 ! t/op/grent.t t/op/pwent.t
46132 ____________________________________________________________________________
46133 [ 6049] By: jhi on 2000/05/02 19:06:02
46134 Log: Test both the scalar and list contexts.
46136 ! t/op/grent.t t/op/pwent.t
46137 ____________________________________________________________________________
46138 [ 6048] By: gsar on 2000/05/02 18:29:10
46139 Log: add note about how $( doesn't interpolate in REs (from
46140 Philip Newton <newton@ficus.frogspace.net>)
46143 ____________________________________________________________________________
46144 [ 6047] By: jhi on 2000/05/02 17:41:24
46145 Log: Call getspnam() only iff needd.
46148 ____________________________________________________________________________
46149 [ 6046] By: gsar on 2000/05/02 17:07:25
46150 Log: libscheck has insufficient checks for n32 libs (from
46151 Albert Chin-A-Young <china@thewrittenword.com>)
46154 ____________________________________________________________________________
46155 [ 6045] By: jhi on 2000/05/02 13:57:17
46156 Log: Integrate with Sarathy.
46158 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
46159 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
46160 ____________________________________________________________________________
46161 [ 6044] By: gsar on 2000/05/02 06:48:19
46162 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
46163 such that underscores are only ignored in literal numbers,
46164 "\x{...}", and hex/oct argument
46166 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
46167 ____________________________________________________________________________
46168 [ 6043] By: gsar on 2000/05/02 02:22:29
46169 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
46171 ! pod/perlretut.pod
46172 ____________________________________________________________________________
46173 [ 6042] By: gsar on 2000/05/02 02:17:51
46174 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
46177 ____________________________________________________________________________
46178 [ 6041] By: gsar on 2000/05/02 01:53:51
46179 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
46183 ____________________________________________________________________________
46184 [ 6040] By: gsar on 2000/05/02 01:51:57
46185 Log: missing files in MANIFEST
46188 ____________________________________________________________________________
46189 [ 6039] By: jhi on 2000/05/02 00:36:46
46190 Log: Infinite problems.
46192 ! lib/Math/Complex.pm
46193 ____________________________________________________________________________
46194 [ 6038] By: jhi on 2000/05/02 00:06:38
46195 Log: pwent/spent #ifdef imbalance.
46198 ____________________________________________________________________________
46199 [ 6037] By: jhi on 2000/05/01 22:50:11
46200 Log: Use HUGE_VALL if applicable.
46202 ! ext/POSIX/POSIX.xs util.c
46203 ____________________________________________________________________________
46204 [ 6036] By: jhi on 2000/05/01 22:20:53
46205 Log: Correct Freudian slip.
46208 ____________________________________________________________________________
46209 [ 6035] By: jhi on 2000/05/01 21:07:38
46210 Log: Continue on the pwent/spent case.
46213 ____________________________________________________________________________
46214 [ 6034] By: jhi on 2000/05/01 17:45:14
46215 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
46216 adjustments in 6032 conflicted badly with this, will have
46217 to revisit them later.
46219 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
46220 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
46221 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
46222 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
46223 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
46224 !> t/lib/cgi-html.t t/lib/cgi-request.t
46225 ____________________________________________________________________________
46226 [ 6033] By: jhi on 2000/05/01 17:40:49
46227 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
46230 ____________________________________________________________________________
46231 [ 6032] By: gsar on 2000/05/01 15:56:32
46232 Log: whitespace adjustments
46235 ____________________________________________________________________________
46236 [ 6031] By: gsar on 2000/05/01 15:19:41
46237 Log: small nits in diagnostics.pm (from Robin Barker)
46239 ! lib/diagnostics.pm pod/perldiag.pod
46240 ____________________________________________________________________________
46241 [ 6030] By: gsar on 2000/05/01 08:39:18
46242 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
46243 for @- and @+ (from Johan Vromans)
46245 ! lib/English.pm pod/perlvar.pod
46246 ____________________________________________________________________________
46247 [ 6029] By: gsar on 2000/05/01 08:16:10
46248 Log: add CGI.pm v2.66 (from Lincoln Stein)
46250 + lib/CGI/Util.pm t/lib/cgi-pretty.t
46251 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
46252 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
46253 ! t/lib/cgi-html.t t/lib/cgi-request.t
46254 ____________________________________________________________________________
46255 [ 6028] By: gsar on 2000/05/01 06:34:41
46256 Log: Pod::Man generates groff-incompatible macro definition (from
46260 ____________________________________________________________________________
46261 [ 6027] By: gsar on 2000/05/01 06:31:36
46262 Log: podlators-1.02 update (from Russ Allbery)
46264 ! lib/Pod/Man.pm lib/Pod/Text.pm
46265 ____________________________________________________________________________
46266 [ 6026] By: jhi on 2000/04/30 23:24:23
46267 Log: Integrate with Sarathy.
46269 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46270 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
46271 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46272 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46273 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
46274 !> t/lib/syslog.t toke.c win32/win32.h
46275 ____________________________________________________________________________
46276 [ 6025] By: gsar on 2000/04/30 18:17:47
46277 Log: Is{Alnum,Alpha,Word} don't match titlecase
46279 TODO: IsSpace is defined recursively!
46281 (both spotted by Larry)
46283 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46284 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46285 ____________________________________________________________________________
46286 [ 6024] By: gsar on 2000/04/30 17:50:19
46287 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
46288 (from Hugo van der Sanden)
46291 ____________________________________________________________________________
46292 [ 6023] By: gsar on 2000/04/30 17:14:43
46293 Log: debugger stomps on $. (from M.J.T. Guy)
46296 ____________________________________________________________________________
46297 [ 6022] By: gsar on 2000/04/30 16:59:22
46298 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
46301 ____________________________________________________________________________
46302 [ 6021] By: gsar on 2000/04/29 21:00:08
46303 Log: remove Win2K issue in pod (fixed by change#6020)
46305 ! README.win32 pod/perl56delta.pod
46306 ____________________________________________________________________________
46307 [ 6020] By: gsar on 2000/04/29 20:51:49
46311 ____________________________________________________________________________
46312 [ 6019] By: gsar on 2000/04/29 20:34:27
46313 Log: windows portability tweaks
46315 ! t/lib/b.t win32/win32.h
46316 ____________________________________________________________________________
46317 [ 6018] By: gsar on 2000/04/29 19:55:24
46318 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
46319 make _PATH_LOG() return "" if unavailable
46321 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46322 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
46323 ____________________________________________________________________________
46324 [ 6017] By: jhi on 2000/04/28 22:49:46
46325 Log: Integrate with Sarathy.
46327 !> op.c perl.c pod/perldiag.pod t/lib/b.t
46328 ____________________________________________________________________________
46329 [ 6016] By: jhi on 2000/04/28 22:46:14
46330 Log: Do not warn that an infinity does not look like a number.
46333 ____________________________________________________________________________
46334 [ 6015] By: gsar on 2000/04/28 22:35:49
46335 Log: tweak test for portability
46338 ____________________________________________________________________________
46339 [ 6014] By: gsar on 2000/04/28 22:05:31
46340 Log: glob() loading File::Glob behind the scenes may cause syntax errors
46343 ____________________________________________________________________________
46344 [ 6013] By: gsar on 2000/04/28 21:25:22
46345 Log: tweak change#5945 to display correct switch name in diagnostic
46347 ! perl.c pod/perldiag.pod
46348 ____________________________________________________________________________
46349 [ 6012] By: jhi on 2000/04/28 21:08:12
46350 Log: Integrate with Sarathy.
46352 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
46353 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
46354 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
46355 ____________________________________________________________________________
46356 [ 6011] By: jhi on 2000/04/28 21:04:46
46357 Log: &HUGE_VAL is not defined, it exists.
46359 ! lib/Math/Complex.pm
46360 ____________________________________________________________________________
46361 [ 6010] By: gsar on 2000/04/28 21:02:58
46362 Log: clarify note about shadow password support (from
46363 gellyfish@gellyfish.com)
46366 ____________________________________________________________________________
46367 [ 6009] By: gsar on 2000/04/28 21:00:00
46368 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
46370 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
46371 ____________________________________________________________________________
46372 [ 6008] By: gsar on 2000/04/28 20:56:33
46373 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
46375 ! installperl vms/subconfigure.com
46376 ____________________________________________________________________________
46377 [ 6007] By: gsar on 2000/04/28 20:51:21
46378 Log: note about compile failures and END blocks (from M.J.T. Guy)
46380 ! pod/perl56delta.pod pod/perlmod.pod
46381 ____________________________________________________________________________
46382 [ 6006] By: jhi on 2000/04/28 20:42:14
46383 Log: Regen Configure.
46385 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46387 ____________________________________________________________________________
46388 [ 6005] By: gsar on 2000/04/28 20:41:16
46389 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
46392 ____________________________________________________________________________
46393 [ 6004] By: jhi on 2000/04/28 20:28:21
46394 Log: Integrate with Sarathy.
46396 !> Configure INSTALL Porting/Glossary Porting/config.sh
46397 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
46398 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
46399 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46400 !> win32/config.vc win32/win32.c
46401 ____________________________________________________________________________
46402 [ 6003] By: gsar on 2000/04/28 20:11:20
46403 Log: allow REG_EXPAND_SZ keys in Windows registry (from
46404 John Clayton <John.Clayton@barclayscapital.com>)
46407 ____________________________________________________________________________
46408 [ 6002] By: gsar on 2000/04/28 19:34:16
46409 Log: destructive sv_setsv() can lose UV-ness from source, causing
46410 numeric promotions/comparisons to fail to do the right thing
46413 ____________________________________________________________________________
46414 [ 6001] By: gsar on 2000/04/28 18:44:15
46415 Log: support additional library locations via $Config{otherlibdirs}
46416 (from Andy Dougherty)
46418 ! Configure INSTALL Porting/Glossary Porting/config.sh
46419 ! Porting/config_H config_h.SH epoc/config.sh perl.c
46420 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
46421 ! win32/config.bc win32/config.gc win32/config.vc
46422 ____________________________________________________________________________
46423 [ 6000] By: gsar on 2000/04/28 18:26:58
46424 Log: reworked otherlibdirs.U (from Andy Dougherty)
46426 ! U/installdirs/otherlibdirs.U
46427 ____________________________________________________________________________
46428 [ 5999] By: gsar on 2000/04/28 18:17:07
46429 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
46431 ! t/pragma/warn/toke toke.c
46432 ____________________________________________________________________________
46433 [ 5998] By: jhi on 2000/04/28 13:32:17
46434 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
46436 ! lib/Math/Complex.pm
46437 ____________________________________________________________________________
46438 [ 5997] By: jhi on 2000/04/28 13:14:04
46441 ! lib/Math/Complex.pm
46442 ____________________________________________________________________________
46443 [ 5996] By: jhi on 2000/04/28 12:59:23
46444 Log: Integrate with Sarathy.
46446 +> pod/perlrequick.pod pod/perlretut.pod
46447 !> (integrate 51 files)
46448 ____________________________________________________________________________
46449 [ 5995] By: gsar on 2000/04/28 09:37:36
46450 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
46452 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
46453 ____________________________________________________________________________
46454 [ 5994] By: gsar on 2000/04/28 09:33:26
46455 Log: fix for missed accounting for null byte in pack("Z",...) (from
46459 ____________________________________________________________________________
46460 [ 5993] By: gsar on 2000/04/28 09:30:05
46461 Log: various minor tweaks seen on p5p
46463 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
46464 ____________________________________________________________________________
46465 [ 5992] By: gsar on 2000/04/28 09:08:19
46466 Log: pod nit (from Simon Cozens)
46469 ____________________________________________________________________________
46470 [ 5991] By: gsar on 2000/04/28 09:06:36
46471 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
46473 ! README.posix-bc hints/posix-bc.sh
46474 ____________________________________________________________________________
46475 [ 5990] By: gsar on 2000/04/28 08:54:52
46476 Log: use $ENV{LIB} to search for libs under Visual C compiler
46477 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
46479 ! lib/ExtUtils/Liblist.pm
46480 ____________________________________________________________________________
46481 [ 5989] By: gsar on 2000/04/28 08:27:12
46482 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
46483 itself and no other (from Tom Hughes)
46485 ! t/op/array.t toke.c
46486 ____________________________________________________________________________
46487 [ 5988] By: gsar on 2000/04/28 08:01:38
46488 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
46489 <paul@miraclefish.com>)
46491 ! lib/ExtUtils/MakeMaker.pm
46492 ____________________________________________________________________________
46493 [ 5987] By: gsar on 2000/04/28 07:53:09
46494 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
46496 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
46497 ____________________________________________________________________________
46498 [ 5986] By: gsar on 2000/04/28 07:44:17
46499 Log: add regular expressions tutorial and quick-start guide (from
46500 Mark Kvale <kvale@phy.ucsf.edu>)
46502 + pod/perlrequick.pod pod/perlretut.pod
46503 ! AUTHORS MAINTAIN MANIFEST
46504 ____________________________________________________________________________
46505 [ 5985] By: gsar on 2000/04/28 07:30:28
46506 Log: forked child may not exit correctly if it failed to open
46507 /dev/console (from Graham Barr)
46509 ! ext/Sys/Syslog/Syslog.pm
46510 ____________________________________________________________________________
46511 [ 5984] By: gsar on 2000/04/28 07:27:20
46512 Log: attributes::reftype() doesn't work on tied argument
46515 ____________________________________________________________________________
46516 [ 5983] By: gsar on 2000/04/28 07:15:04
46517 Log: numeric conversion of non-number in change#3378 tramples on
46518 OOK offset, causing segfaults
46521 ____________________________________________________________________________
46522 [ 5982] By: gsar on 2000/04/28 04:48:25
46523 Log: avoid error in IO::Socket::INET when given an unknown service name
46524 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
46526 ! ext/IO/lib/IO/Socket/INET.pm
46527 ____________________________________________________________________________
46528 [ 5981] By: gsar on 2000/04/28 04:31:31
46529 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
46530 prototype mismatch with CORE::glob(); update pod and tests to
46531 suit (File::Glob::glob() is still available for backward
46532 compatibility, but should be considered deprecated)
46534 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
46535 ! t/lib/glob-taint.t
46536 ____________________________________________________________________________
46537 [ 5980] By: gsar on 2000/04/28 03:47:29
46538 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
46541 ! U/modified/Options.U
46544 ____________________________________________________________________________
46545 [ 5979] By: gsar on 2000/04/28 03:07:54
46546 Log: under useithreads, constant pad entries could inadvertantly be
46547 shared across threads (from Eric Blood <eblood@xmission.com>);
46548 added Eric's test case to testsuite
46551 ____________________________________________________________________________
46552 [ 5978] By: gsar on 2000/04/27 21:13:00
46553 Log: sync version numbers in File::Spec with the ones on CPAN
46554 (from Barrie Slaymaker)
46556 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46557 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46558 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46559 ____________________________________________________________________________
46560 [ 5977] By: gsar on 2000/04/27 21:07:29
46561 Log: autoquote barewords followed by newline and arrow properly
46562 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
46564 ! t/pragma/warn/toke toke.c
46565 ____________________________________________________________________________
46566 [ 5976] By: gsar on 2000/04/27 20:41:20
46567 Log: DB_File v1.73 update (from Paul Marquess)
46569 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46570 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
46571 ____________________________________________________________________________
46572 [ 5975] By: gsar on 2000/04/27 20:34:24
46573 Log: allow sort() reentrancy (variant of patch suggested by
46574 Hugo van der Sanden)
46576 ! pp_ctl.c t/op/sort.t
46577 ____________________________________________________________________________
46578 [ 5974] By: gsar on 2000/04/27 19:46:57
46579 Log: change#4197 somehow missed initializing PL_errors, meaning
46580 sytax error queueing wasn't working outside eval"" at all;
46581 also fixed eval"" to localize PL_error_count, so that compile-time
46582 eval's don't clobber the error state of the outer context
46584 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
46585 ! t/pragma/warn/toke
46586 ____________________________________________________________________________
46587 [ 5973] By: gsar on 2000/04/27 18:29:05
46588 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
46590 ! regcomp.c regexec.c t/op/re_tests
46591 ____________________________________________________________________________
46592 [ 5972] By: jhi on 2000/04/27 18:22:41
46593 Log: Integrate with Sarathy.
46595 +> t/lib/b.t t/lib/syslog.t
46596 !> (integrate 31 files)
46597 ____________________________________________________________________________
46598 [ 5971] By: jhi on 2000/04/27 18:18:46
46599 Log: Unicos tweaks from Mark P. Lutz.
46601 ! hints/unicos.sh lib/Math/Complex.pm
46602 ____________________________________________________________________________
46603 [ 5970] By: gsar on 2000/04/27 18:05:11
46604 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
46607 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
46608 ____________________________________________________________________________
46609 [ 5969] By: gsar on 2000/04/27 17:50:56
46610 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
46613 ! MANIFEST ext/Sys/Syslog/Syslog.pm
46614 ____________________________________________________________________________
46615 [ 5968] By: gsar on 2000/04/27 17:44:49
46616 Log: tolerate spaces in group names in test on solaris (from David Boyce
46620 ____________________________________________________________________________
46621 [ 5967] By: gsar on 2000/04/27 17:41:22
46622 Log: improved docs on the warn_uninit diagnostic (from David Glasser
46626 ____________________________________________________________________________
46627 [ 5966] By: gsar on 2000/04/27 16:54:58
46628 Log: add testsuite for B backends, fix bug in B::Deparse (from
46629 Simon Cozens <simon@brecon.co.uk>)
46632 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
46633 ____________________________________________________________________________
46634 [ 5965] By: gsar on 2000/04/27 16:10:37
46635 Log: avoid "will not stay shared" warnings for our variables (from
46638 ! op.c t/pragma/warn/op
46639 ____________________________________________________________________________
46640 [ 5964] By: gsar on 2000/04/27 07:05:05
46641 Log: reformat to 72 columns (again)
46644 ____________________________________________________________________________
46645 [ 5963] By: gsar on 2000/04/27 06:28:31
46646 Log: patch from Larry to make (\&) prototype work; added tests for
46649 ! op.c t/comp/proto.t
46650 ____________________________________________________________________________
46651 [ 5962] By: gsar on 2000/04/27 06:15:47
46652 Log: updated README.hpux (from Jeff Okamoto)
46655 ____________________________________________________________________________
46656 [ 5961] By: gsar on 2000/04/27 05:55:03
46657 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
46659 ! emacs/cperl-mode.el
46660 ____________________________________________________________________________
46661 [ 5960] By: gsar on 2000/04/27 05:49:26
46662 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
46665 ____________________________________________________________________________
46666 [ 5959] By: gsar on 2000/04/27 05:33:41
46667 Log: doubled words in pods (from Simon Cozens
46668 <simon.p.cozens@jp.pwcglobal.com>)
46670 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
46671 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
46672 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
46673 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
46674 ! pod/perltootc.pod
46675 ____________________________________________________________________________
46676 [ 5958] By: gsar on 2000/04/27 05:11:39
46677 Log: change#3569 deleted some essential code, revert; avoid use of
46678 atexit() to make DynaLoader work properly on AIX under mod_perl
46679 (from Jens-Uwe Mager <jum@helios.de>)
46681 ! ext/DynaLoader/dl_aix.xs
46682 ____________________________________________________________________________
46683 [ 5957] By: gsar on 2000/04/27 04:54:51
46684 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
46687 ____________________________________________________________________________
46688 [ 5956] By: gsar on 2000/04/27 04:51:47
46689 Log: better diagnostics on failed tests (from Ilya Zakharevich)
46691 ! t/op/lex_assign.t
46692 ____________________________________________________________________________
46693 [ 5955] By: gsar on 2000/04/27 04:26:44
46694 Log: longstanding bug exposed by change#3307: sort arguments weren't
46695 compiled with the right wantarray context (ensuing runtime lookup
46696 via block_gimme() was getting the incidental context of the
46700 ____________________________________________________________________________
46701 [ 5954] By: gsar on 2000/04/26 23:42:12
46702 Log: integrate cfgperl contents into mainline
46704 !> (integrate 30 files)
46705 ____________________________________________________________________________
46706 [ 5953] By: jhi on 2000/04/26 23:06:42
46707 Log: Integrate with Sarathy.
46709 !> README.win32 ext/B/B/Deparse.pm
46710 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46711 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
46712 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
46713 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
46714 !> utils/perldoc.PL vms/perlvms.pod
46715 ____________________________________________________________________________
46716 [ 5952] By: jhi on 2000/04/26 23:03:46
46717 Log: Undo "use integer" addition from 64bitint as it seems
46718 to break most of the subtests in Digital UNIX;
46719 Unicos needs to find another way.
46722 ____________________________________________________________________________
46723 [ 5951] By: jhi on 2000/04/26 22:57:53
46724 Log: Be more robust on "extreme" (large absolute value)
46725 arguments. Originally reported by Daniel Connelly
46726 as a problem with asinh() on large negative arguments,
46727 asinh() used to bail out because an argument to log()
46728 ended up being zero. Ilya Zakharevich proposed using
46729 Taylor's series in such cases, which for such large
46730 arguments is a very good approximation.
46732 ! lib/Math/Complex.pm t/lib/complex.t
46733 ____________________________________________________________________________
46734 [ 5950] By: gsar on 2000/04/25 19:13:12
46735 Log: reformat perldiag to avoid long lines
46738 ____________________________________________________________________________
46739 [ 5949] By: gsar on 2000/04/25 18:41:11
46740 Log: make perldoc use the pod2man from the same version (from
46744 ____________________________________________________________________________
46745 [ 5948] By: gsar on 2000/04/25 18:21:57
46746 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
46747 <kompas@kompas.usr.onet.pl>)
46750 ____________________________________________________________________________
46751 [ 5947] By: gsar on 2000/04/25 18:11:53
46752 Log: use &dl_error rather than &dl_load_file as the guard for calling
46753 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
46754 statically built perl)
46756 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46757 ____________________________________________________________________________
46758 [ 5946] By: jhi on 2000/04/25 17:37:54
46759 Log: Document that tr() is not tr(1).
46762 ____________________________________________________________________________
46763 [ 5945] By: gsar on 2000/04/25 16:34:33
46764 Log: make module name mandatory after -M switch; reorder perldiag
46765 alphabetically (from Mark-Jason Dominus)
46767 ! perl.c pod/perldiag.pod
46768 ____________________________________________________________________________
46769 [ 5944] By: jhi on 2000/04/25 01:15:18
46770 Log: On second thoughts frexp() does have two arguments.
46773 ____________________________________________________________________________
46774 [ 5943] By: jhi on 2000/04/24 22:56:32
46775 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
46776 Now pp_ncmp() returns undef is either operand is a NaN.
46778 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46779 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
46780 ! vms/subconfigure.com vos/config.def vos/config.h
46781 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46782 ! win32/config.vc win32/config_H.bc win32/config_H.gc
46783 ! win32/config_H.vc
46784 Branch: metaconfig/U/perl
46786 ____________________________________________________________________________
46787 [ 5942] By: jhi on 2000/04/24 19:45:17
46788 Log: Regen Configure to match #5937.
46790 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46793 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
46794 ____________________________________________________________________________
46795 [ 5941] By: jhi on 2000/04/24 19:24:11
46796 Log: Further Unicos fixes for Mark Lutz.
46798 ! hints/unicos.sh pp_ctl.c
46799 ____________________________________________________________________________
46800 [ 5940] By: jhi on 2000/04/24 19:09:06
46801 Log: Various Unicos 10.0.0.6 fixes.
46803 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
46804 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
46805 Reply-To: tecmpl1@triton.ca.boeing.com
46806 To: perl5-porters@perl.org
46807 Date: Fri, 14 Apr 2000 20:21:00 GMT
46808 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
46810 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
46811 ____________________________________________________________________________
46812 [ 5939] By: gsar on 2000/04/24 19:01:24
46813 Log: more pod nits (from Larry Virden)
46815 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
46816 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
46817 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
46818 ____________________________________________________________________________
46819 [ 5938] By: gsar on 2000/04/24 18:54:01
46820 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
46822 ! ext/B/B/Deparse.pm
46823 ____________________________________________________________________________
46824 [ 5937] By: jhi on 2000/04/24 17:39:00
46825 Log: Integrate with Sarathy.
46827 +> (branch 31 files)
46828 !> (integrate 73 files)
46829 ____________________________________________________________________________
46830 [ 5936] By: gsar on 2000/04/24 17:30:06
46831 Log: additional tests for change#5934 (from Paul Marquess, who also
46832 sent in the same fix)
46834 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
46835 ! t/pragma/warn/5nolint t/pragma/warn/6default
46836 ____________________________________________________________________________
46837 [ 5935] By: jhi on 2000/04/24 17:26:05
46838 Log: Do not assume sign propagation.
46839 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
46840 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46841 To: payner@ncifcrf.gov, perl5-porters@perl.org
46842 Date: Tue, 18 Apr 2000 18:24:49 +0100
46843 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
46845 ! t/op/bop.t t/op/misc.t
46846 ____________________________________________________________________________
46847 [ 5934] By: gsar on 2000/04/24 17:16:54
46848 Log: propagate lexical warnings from surrounding scope correctly
46849 within string eval()
46851 ! pp_ctl.c t/pragma/warn/pp_ctl
46852 ____________________________________________________________________________
46853 [ 5933] By: jhi on 2000/04/24 17:01:07
46854 Log: Flatten the cpp jungle doing the nosuid checking.
46857 ____________________________________________________________________________
46858 [ 5932] By: gsar on 2000/04/24 09:08:14
46859 Log: add rsignal(), whichsig() and do_join() to public API list
46860 (mod_perl uses them to good advantage)
46862 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
46863 ____________________________________________________________________________
46864 [ 5931] By: gsar on 2000/04/24 09:01:40
46865 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
46867 ! pp_hot.c regexec.c t/op/pat.t
46868 ____________________________________________________________________________
46869 [ 5930] By: gsar on 2000/04/24 08:58:33
46870 Log: small os390 tweaks (from Peter Prymmer)
46872 ! config_h.SH makedepend.SH
46873 ____________________________________________________________________________
46874 [ 5929] By: gsar on 2000/04/24 08:55:25
46878 ____________________________________________________________________________
46879 [ 5928] By: gsar on 2000/04/24 08:50:13
46880 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
46882 ! ext/IO/lib/IO/Poll.pm
46883 ____________________________________________________________________________
46884 [ 5927] By: gsar on 2000/04/24 08:43:24
46885 Log: arrange for next() to resume at the unstack op rather than the
46886 loop conditional, so that scope cleanup happens correctly
46887 (from Stephen McCamant)
46889 ! op.c pp_ctl.c t/op/misc.t
46890 ____________________________________________________________________________
46891 [ 5926] By: gsar on 2000/04/24 08:18:40
46892 Log: on windows, reserve 16M of stack rather than 128M (allows more
46893 threads to run concurrently)
46895 ! win32/Makefile win32/makefile.mk
46896 ____________________________________________________________________________
46897 [ 5925] By: gsar on 2000/04/24 08:13:52
46898 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
46901 ____________________________________________________________________________
46902 [ 5924] By: gsar on 2000/04/24 08:08:59
46903 Log: avoid using uninitialized memory in require version check
46905 ! pp_ctl.c universal.c
46906 ____________________________________________________________________________
46907 [ 5923] By: gsar on 2000/04/24 07:20:14
46908 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
46910 ! ext/IO/lib/IO/Poll.pm
46911 ____________________________________________________________________________
46912 [ 5922] By: gsar on 2000/04/24 07:08:42
46913 Log: commentary about IoTYPE() (from Nathan Torkington)
46916 ____________________________________________________________________________
46917 [ 5921] By: gsar on 2000/04/24 06:58:26
46918 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
46921 ! sv.c t/lib/charnames.t t/pragma/utf8.t
46922 ____________________________________________________________________________
46923 [ 5920] By: gsar on 2000/04/24 06:37:59
46924 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
46926 ! doop.c t/op/ver.t
46927 ____________________________________________________________________________
46928 [ 5919] By: gsar on 2000/04/24 06:21:58
46929 Log: Configure might miss old directories when prefix must be
46930 expanded (from Robin Barker)
46932 ! U/installdirs/inc_version_list.U
46935 ____________________________________________________________________________
46936 [ 5918] By: gsar on 2000/04/24 06:16:11
46937 Log: VMS nits in glob() test (from Charles Lane)
46939 ! t/lib/glob-basic.t
46940 ____________________________________________________________________________
46941 [ 5917] By: gsar on 2000/04/24 06:11:56
46942 Log: various pod nits (from Larry Virden and others)
46944 ! README.amiga README.hpux README.machten README.os2
46945 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
46946 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
46947 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
46948 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
46949 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
46950 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
46951 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
46952 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
46953 ____________________________________________________________________________
46954 [ 5916] By: gsar on 2000/04/24 05:52:43
46955 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
46956 <wjones@tc.fluke.com>)
46958 ! t/lib/glob-basic.t
46959 ____________________________________________________________________________
46960 [ 5915] By: gsar on 2000/04/24 05:07:01
46961 Log: supported platforms mixed up
46963 ! pod/perl56delta.pod pod/perlport.pod
46964 ____________________________________________________________________________
46965 [ 5914] By: gsar on 2000/04/24 04:56:08
46966 Log: caller() wasn't returning the right number of elements for
46969 ! pp_ctl.c t/pragma/warn/9enabled
46970 ____________________________________________________________________________
46971 [ 5913] By: gsar on 2000/04/24 04:35:41
46972 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
46973 Mark-Jason Dominus)
46976 ____________________________________________________________________________
46977 [ 5912] By: gsar on 2000/04/24 04:17:15
46978 Log: fix totally broken caching in UNIVERSAL::isa() (from
46981 ! t/op/universal.t universal.c
46982 ____________________________________________________________________________
46983 [ 5911] By: gsar on 2000/04/24 03:39:47
46984 Log: add linebreak properties from unicode/LineBrk.txt (from
46985 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
46987 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46988 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
46989 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
46990 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
46991 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
46992 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
46993 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
46994 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
46995 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
46996 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
46997 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
46998 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
46999 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
47000 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
47001 + lib/unicode/Is/LbrkZW.pl
47002 ! lib/unicode/mktables.PL
47003 ____________________________________________________________________________
47004 [ 5910] By: gsar on 2000/04/24 03:23:10
47007 ! ext/Thread/Thread.pm
47008 ____________________________________________________________________________
47009 [ 5909] By: gsar on 2000/04/24 03:22:03
47010 Log: mode argument to do_binmode() should be file mode, not boolean
47013 ____________________________________________________________________________
47014 [ 5908] By: gsar on 2000/04/16 16:51:08
47015 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
47016 always returns a valid GV even when the symbol is trapped by strictures
47019 TODO: the C<package;> hack needs similar treatment
47021 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
47022 ! t/pragma/strict-vars
47023 ____________________________________________________________________________
47024 [ 5907] By: jhi on 2000/03/31 23:42:56
47025 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
47026 an assumption which #5905 demolished.
47029 ____________________________________________________________________________
47030 [ 5906] By: jhi on 2000/03/31 18:54:37
47031 Log: Typo in #5905.
47034 ____________________________________________________________________________
47035 [ 5905] By: jhi on 2000/03/31 18:50:54
47036 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
47037 reported by Joseph N. Hall. The bug was that even with use64bitint
47038 one had to use the prefixes q, L, or ll with printf/sprintf,
47039 contrary to the documentation and common sense.
47041 ! sv.c t/op/64bitint.t
47042 ____________________________________________________________________________
47043 [ 5904] By: gsar on 2000/03/28 02:31:32
47044 Log: add Changes, perldelta.pod
47046 + Changes pod/perldelta.pod
47047 ____________________________________________________________________________
47048 [ 5903] By: gsar on 2000/03/28 02:03:55
47049 Log: rename Changes and perldelta.pod
47051 +> Changes5.6 pod/perl56delta.pod
47052 - Changes pod/perldelta.pod
47054 ____________________________________________________________________________
47055 [ 5902] By: gsar on 2000/03/28 01:59:14
47056 Log: create maint-5.6 branch
47057 Branch: maint-5.6/perl
47058 +> (branch 1611 files)
47059 ____________________________________________________________________________
47060 [ 5901] By: jhi on 2000/03/23 05:48:43
47061 Log: Integrate with Sarathy.
47063 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
47064 ____________________________________________________________________________
47065 [ 5900] By: gsar on 2000/03/23 05:42:43
47066 Log: three guesses on what this is :-)